Highlight top-level augmented assignments in Python (Bug#6445).
[emacs.git] / lisp / ChangeLog
blob39454198a64553b4d64c6fb846b9b1df41cfa082
1 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3         * progmodes/python.el (python-font-lock-keywords): Highlight
4         top-level augmented assignments (Bug#6445).
6 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
8         * term/ns-win.el (ns-right-control-modifier)
9         (ns-right-command-modifier): Defvar them.
11         * cus-start.el (all): Add ns-right-control-modifier and
12         ns-right-command-modifier (Bug#7458).
14 2010-11-20  Glenn Morris  <rgm@gnu.org>
16         * emacs-lisp/authors.el (authors-ignored-files)
17         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
19 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
21         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
22         (report-emacs-bug-parse-query-results)
23         (report-emacs-bug-create-existing-bugs-buffer): Pass through
24         keywords used for querying the bug database to show them in the
25         existing bugs buffer.
27 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
29         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
31         * info.el (info-tool-bar-map): Add some :vert-only keywords.
33 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
35         * international/characters.el (glyphless-char-display-control):
36         Make it a defcustom, with update-glyphless-char-display as its
37         :set attribute.
38         (top level): Don't call update-glyphless-char-display.
40 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
42         Sync with Tramp 2.2.0.
44         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
45         `file-remote-p' (due to compatibility).
47         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
48         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
50         * net/trampver.el: Update release number.
52 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
54         * faces.el (glyphless-char): Define value for `pc'.
56 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
58         Implemented a bug querying mechanism.
59         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
60         (report-emacs-bug-create-existing-bugs-buffer)
61         (report-emacs-bug-parse-query-results)
62         (report-emacs-bug-query-existing-bugs): New functions.
64 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
66         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
67         a \ref{} or \pageref{} macro, then use its value as initial input.
69 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
71         * calc/calc-units.el (math-build-units-table-buffer):
72         calc/README: Mention that the TeX specific units won't use the
73         `tex' prefix in TeX mode.
74         calc/calc-lang.el (math-variable-table): Don't use the `tex'
75         prefix for units in TeX mode.
77 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
79         * simple.el (kill-new, kill-append, kill-region):
80         * comint.el (comint-kill-region): Make the yank-handler argument obsolete.
82 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
84         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
85         that are both openers (resp. closers) and something else.
86         (smie-grammar): Loosen definition of valid values.
87         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
88         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
89         (smie-indent-after-keyword): Adjust users.
90         (smie-indent-keyword): Don't indent empty lines.
92         * vc-hg.el (vc-hg-program): New var.
93         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
94         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
96 2010-11-18  Glenn Morris  <rgm@gnu.org>
98         * emacs-lisp/autoload.el (autoload-find-destination): The function
99         coding-system-eol-type may return non-numeric values.  (Bug#7414)
101 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
103         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
105 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
107         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
109 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
111         * textmodes/picture.el (picture-mouse-set-point): Don't use
112         posn-col-row; explicitly compute the motion based on the posn at
113         the window-start (Bug#7390).
115 2010-11-18  Glenn Morris  <rgm@gnu.org>
117         * novice.el (disabled-command-function):
118         Fix 2009-11-15 change.  (Bug#7384)
120 2010-11-18  Glenn Morris  <rgm@gnu.org>
122         * calendar/calendar.el (diary-iso-date-forms): Make elements
123         mutually exclusive.  (Bug#7377)
125 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
127         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
128         when filling the remaining "unconstrained" values.
130 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
133         safety predicate.
135         * files.el (safe-local-variable-p): Gracefully handle errors.
137         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
138         Use smie-indent-virtual when indenting relative to an opener.
139         (smie-rule-separator): Use smie-rule-parent.
140         (smie-indent-keyword): Consult rules, even for openers at bol.
141         (smie-indent-comment-close): Try to align closer's content.
143 2010-11-18  Glenn Morris  <rgm@gnu.org>
145         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
147 2010-11-18  Glenn Morris  <rgm@gnu.org>
149         * printing.el (pr-menu-bind): Doc fix.
151         * speedbar.el (speedbar-toggle-images): Doc fix.
153         * progmodes/python.el (python-shell): Doc fix.
155         * wid-edit.el (widget-field-use-before-change)
156         (widget-use-overlay-change): Doc fixes.
158 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
160         Minor cleanup to improve style.
161         * textmodes/rst.el (rst-update-section): Use point-marker.
162         (rst-get-decoration): Eliminate unneeded assignment.
163         (rst-promote-region, rst-straighten-decorations)
164         (rst-section-tree, rst-adjust): Use point-marker.
165         (rst-toc-mode-mouse-goto): Avoid setq.
166         (rst-shift-region-guts, rst-shift-region-left)
167         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
168         (rst-convert-bullets-to-enumeration): Use copy-marker.
170         * minibuffer.el (completion-fail-discreetly): New var.
171         (completion--do-completion): Use it.
173         * electric.el (electric-pair-pairs): New var.
174         (electric-pair-post-self-insert-function): Use it.
175         (electric-layout-post-self-insert-function): Don't insert a before
176         newline unless it's actually needed.
178 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * progmodes/python.el (run-python): Explain why we remove the current
181         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
183         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
185 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
187         * progmodes/octave-mod.el: Rely on elecric-*-modes.
188         (octave-mode-map): Don't bind ;, SPC, and LF.
189         (octave-auto-indent, octave-auto-newline): Remove.
190         (electric-layout-rules): Declare.
191         (octave-mode): Set electric-layout-rules.
192         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
193         (octave-reindent-then-newline-and-indent, octave-electric-semi)
194         (octave-electric-space): Remove.
196         * electric.el (electric-layout-mode): New minor mode.
197         (electric--after-char-pos): New function.
198         (electric-indent-post-self-insert-function): Use it.
199         (electric-layout-rules): New var.
200         (electric-layout-post-self-insert-function): New function.
201         (electric-indent-mode): Make them interact better.
203 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
206         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
207         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
209 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
211         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
212         Make sure to check inside the word (Bug#6761).
214 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
216         * startup.el (command-line): If the cursorColor resource is set,
217         change the cursor face-spec (Bug#7392).
219 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
221         The main features of the following allout.el changes are:
222         - implement user customization for the allout key bindings
223         - add a customization control by which the user can inhibit use of
224           a trailing Ctrl-H, so by default it's reserved for use with
225           describe-prefix-bindings
226         - adapt to new version of called-interactively-p, while
227           maintaining backwards compatibility with old version
228         - fix hotspot navigation so i works properly with meta-modified keys
230         * allout.el (allout-keybindings, allout-bind-keys)
231         (allout-keybindings-binding, allout-prefixed-keybindings)
232         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
233         (allout-keybindings-list, allout-mode-map-adjustments)
234         (allout-setup-mode-map): Establish allout-mode keymaps as user
235         customizable settings, and also establish a customizable setting which
236         regulates whether or not a trailing control-h is reserved for use with
237         describe-prefix-bindings - and inhibit it by default, so that control-h
238         *is* reserved for describe-prefix-bindings unless the user changes it.
240         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
241         and accurately between modified and unmodified events, and handle
242         modified events more comprehensively.
244         * allout.el (allout-substring-no-properties):
245         Alias to use or provide version of `substring-no-properties'.
246         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
248         * allout.el (allout-next-single-char-property-change):
249         Alias to use or provide version of `next-single-char-property-change'.
250         (allout-annotate-hidden, allout-hide-by-annotation):
251         Use `allout-next-single-char-property-change'.
253         * allout.el (allout-select-safe-coding-system):
254         Alias to use or provide version of `select-safe-coding-system'.
255         (allout-toggle-subtree-encryption):
256         Use `allout-select-safe-coding-system'.
258         * allout.el (allout-set-buffer-multibyte):
259         Alias to use or provide version of `set-buffer-multibyte'.
260         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
262         * allout.el (allout-called-interactively-p): Macro for using the
263         different versions of called-interactively-p identically, depending on
264         the subroutine's argument signature.
265         (allout-back-to-current-heading, allout-beginning-of-current-entry):
266         Use `(interactive "p")' instead of `(called-interactively-p)'.
268         * allout.el (allout-init, allout-ascend, allout-end-of-level)
269         (allout-previous-visible-heading, allout-forward-current-level)
270         (allout-backward-current-level, allout-show-children):
271         Use `allout-called-interactively-p' instead of `called-interactively-p'.
273         * allout.el (allout-before-change-handler):
274         Exempt edits to the (overlaid) character after the allout outline
275         bullet from edit confirmation prompt.
277         * allout.el (allout-add-resumptions):
278         Ensure that it respects correct buffer for keybindings.
280         * allout.el (allout-beginning-of-line):
281         Use `allout-previous-single-char-property-change' alias for the sake of
282         diverse compatibility.
284         * allout.el (allout-end-of-line):
285         Use `allout-mark-active-p' to encapsulate respect for mark activity.
287 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
289         * frame.el (frame-notice-user-settings): Don't clobber other
290         user-set parameters when calling face-set-after-frame-default in
291         response to background-color parameter (Bug#7373).
293 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
295         * international/characters.el (glyphless-char-display-control):
296         Renamed from glyphless-char-control; all users changed.  Doc fix.
297         Signal an error if display method is not one of the recognized
298         symbols.
300 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
302         * net/tramp-compat.el (tramp-compat-line-beginning-position)
303         (tramp-compat-line-end-position): Remove them.
305         * net/tramp.el (tramp-parse-rhosts-group)
306         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
307         (tramp-parse-hosts-group, tramp-parse-passwd-group)
308         (tramp-parse-netrc-group, tramp-parse-putty-group)
309         * net/tramp-cmds.el (tramp-append-tramp-buffers)
310         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
311         (tramp-sh-handle-file-selinux-context)
312         (tramp-sh-handle-file-name-all-completions)
313         (tramp-sh-handle-insert-directory)
314         (tramp-sh-handle-expand-file-name, tramp-find-executable)
315         (tramp-wait-for-output, tramp-send-command-and-read)
316         * net/tramp-smb.el (tramp-smb-read-file-entry)
317         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
319         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
320         `point-at-bol'.
321         (tramp-remote-coding-commands): Add an alternative using "base64
322         -d -i".  This is needed for older base64 versions from GNU
323         coreutils.  Reported by Klaus Reichl
324         <Klaus.Reichl@thalesgroup.com>.
326 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
328         * simple.el (count-words-region): New function.
330 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
332         * shell.el (shell-dir-cookie-re): New custom variable.
333         (shell-dir-cookie-watcher): New function.
335         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
336         and compilation-mode (bug#7350).
338         * vc/smerge-mode.el (smerge-refine): Choose better default part to
339         highlight when one of them is empty.
341         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
342         trailing space.
343         (skeleton-newline): New function.
344         (skeleton-internal-1): Use it.
346         * simple.el (open-line): `newline' may strip trailing space.
348 2010-11-12  Kevin Ryde  <user42@zip.com.au>
350         * international/mule-cmds.el (princ-list): Use mapc.
352 2010-11-12  Glenn Morris  <rgm@gnu.org>
354         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
355         Use it to replace all instances of "*Compile-Log*"
357 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
360         indentation specs.
362 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
364         * progmodes/modula2.el: Use SMIE and skeleton.
365         (m2-mode-syntax-table): (*..*) can be nested.
366         Add //...\n.  Fix paren syntax.
367         (m2-mode-map): Remove LF and TAB bindings.
368         (m2-indent): Add safety property.
369         (m2-smie-grammar): New var.
370         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
371         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
372         (m2-mode): Use define-derived-mode.
373         (m2-newline, m2-tab): Remove.
374         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
375         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
376         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
377         (m2-import): Use define-skeleton.
379 2010-11-11  Glenn Morris  <rgm@gnu.org>
381         * obsolete/lucid.el: Don't warn about any CL functions in this file.
383         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
384         (ls-lisp-verbosity): Add custom :set-after property.
385         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
386         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
387         (ls-lisp-insert-directory): Update caller.
388         (ls-lisp-set-options): New function.
389         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
390         Doc fix.
392         * play/landmark.el (lm-prompt-for-move):
393         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
395         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
397         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
398         (idlwave-study-twins): Prefix dynamic local variable `name'.
399         (idlwave-routine-twin-compare): Update for above change.
401         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
402         Prefix dynamic local variables `name', `kwd', and `link'.
403         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
404         * progmodes/idlw-complete-structtag.el
405         (idlwave-complete-structure-tag-help):
406         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
407         (idlwave-complete-sysvar-tag-help)
408         (idlwave-complete-class-structure-tag-help):
409         Update for above name changes.
411 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413         * net/browse-url.el (browse-url-browser-function): Change the
414         default to use `browse-url-mail' on mailto: URLs.
416 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
418         * emacs-lisp/package.el (package-read-all-archive-contents):
419         Reset package-archive-contents to nil before re-reading.
421 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
423         * textmodes/flyspell.el (flyspell-word): Do not re-check words
424         already found as misspellings by (flyspell-large-region), just
425         do highlighting (bug#7322).
427 2010-11-10  Glenn Morris  <rgm@gnu.org>
429         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
431         * emulation/edt.el (edt-with-position): New macro.
432         (edt-find-forward, edt-find-backward, edt-find-next-forward)
433         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
434         (edt-paragraph-forward, edt-paragraph-backward): Use it.
436         * emulation/tpu-extras.el (tpu-with-position): New macro.
437         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
439         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
441         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
442         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
443         (texinfo-master-menu, texinfo-insert-node-lines)
444         (texinfo-multiple-files-update):
445         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
446         Use line-beginning-position.
448         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
449         No recent Emacs supports system-type `emx'.
451         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
452         (ada-command-separator, ada-default-prj-properties)
453         (ada-find-any-references): Update for above name change.
455         * dirtrack.el (dirtrack-directory-function)
456         (dirtrack-canonicalize-function):
457         * filecache.el (file-cache-completion-ignore-case)
458         (file-cache-case-fold-search, file-cache-ignore-case):
459         * term.el (serial-port-is-file-p): Cosmetic change.
461         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
462         Remove non-existent `windows-95' system-type.
463         * dired.el (dired-chown-program): Remove non-existent `linux'
464         system-type.
466         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
467         (ping-program-options): Remove non-existent `linux' system-type.
469         * startup.el (package-initialize): Update declaration.
471         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
472         (ls-lisp-handle-switches): Use time-less-p.
473         (ls-lisp-format-time): Use float-time.
475         * textmodes/remember.el (remember-time-to-seconds): Remove.
476         (remember-store-in-mailbox): Use float-time.
478         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
480         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
481         never a real function.
482         (with-no-warnings): Remove compat stub, now unused.
483         (time-less-p): Doc fix.
484         (time-to-number-of-days): Simplify.
486         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
487         Remove.
488         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
489         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
490         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
491         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
492         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
494         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
495         (eshell-shuffle-files, eshell-shorthand-tar-command)
496         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
497         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
498         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
499         Prefix dynamic local variable `matches'.
501         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
502         Prefix dynamic local variable `skeleton'.
504 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
506         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
507         in mail buffer; make yank-action always a command that yanks original
508         buffer.
510 2010-11-09  Glenn Morris  <rgm@gnu.org>
512         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
514 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * minibuffer.el (minibuffer-completion-help): Specify the end of the
517         completion field (bug#7211).
519         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
520         Fix handling of backslash escapes.
521         (python-quote-syntax): Adjust accordingly.
523 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
525         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
526         (vc-mtn-workfile-branch): Adjust to new output format.
528 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * international/mule-cmds.el (princ-list): Mark as obsolete.
532 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * emacs-lisp/smie.el: New package.
536 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
538         * files.el (backup-by-copying-when-mismatch):
539         Set `permanent-local' property.
541         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
542         `permanent-local' property for `backup-by-copying-when-mismatch'.
544 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
546         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
548 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
550         * progmodes/verilog-mode.el (verilog-insert-one-definition)
551         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
552         AUTOINOUT for SV style multidimensional arrays, bug294.
553         Reported by Eric Mastromarchi.
554         (verilog-preprocess): Use with-current-buffer and
555         font-lock-fontify-buffer to cleanup style issues.
557 2010-11-09  Glenn Morris  <rgm@gnu.org>
559         * locate.el (locate, locate-mode): Doc fixes.
561 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
563         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
564         user for confirmation.
565         (server-force-stop): Use it.
566         (server-start): Use server-force-stop for kill-emacs-hook, to
567         avoid user interaction while killing Emacs.
569 2010-11-09  Glenn Morris  <rgm@gnu.org>
571         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
572         (meta-indent-line): Simplify.
574         * vc/emerge.el (emerge-line-number-in-buf):
575         * textmodes/ispell.el (ispell-region):
576         * textmodes/fill.el (current-fill-column):
577         * progmodes/xscheme.el (xscheme-send-current-line):
578         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
579         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
580         * progmodes/sh-script.el (sh-handle-prev-do):
581         * progmodes/meta-mode.el (meta-indent-line):
582         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
583         (idlwave-in-quote):
584         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
585         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
586         * progmodes/fortran.el (fortran-looking-at-if-then):
587         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
588         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
589         (cperl-find-pods-heres):
590         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
591         * net/quickurl.el (quickurl-list-insert):
592         * net/ldap.el (ldap-search-internal):
593         * net/eudc.el (eudc-expand-inline):
594         * mail/sendmail.el (sendmail-send-it):
595         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
596         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
597         (viper-brac-function):
598         * calc/calc-yank.el (calc-do-grab-region):
599         * calc/calc-keypd.el (calc-keypad-press):
600         * term.el (term-move-columns, term-insert-spaces):
601         * speedbar.el (speedbar-highlight-one-tag-line):
602         * simple.el (current-word):
603         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
604         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
605         (Info-scroll-down):
606         * hippie-exp.el (he-line-beg):
607         * epa.el (epa--marked-keys):
608         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
609         (dired-update-file-line, dired-add-entry, dired-remove-entry)
610         (dired-relist-entry):
611         * buff-menu.el (Buffer-menu-buffer):
612         * array.el (current-line):
613         * allout.el (allout-resolve-xref)
614         (allout-latex-verbatim-quote-curr-line):
615         Replace yet more uses of end-of-line etc with line-end-position, etc.
617 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
619         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
620         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
621         (checkdoc-syntax-table): Initialize in the declaration.
622         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
623         the mode on unconditionally.
625         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
626         (extent-end-position, extent-start-position): Remove setf method for
627         non-existing functions (bug#7319).
629 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
632         (smie-precs->prec2): Rename from smie-precs-precedence-table.
633         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
634         (smie-prec2->grammar): Rename from smie-prec2-levels.
635         (smie-grammar): Rename from smie-op-levels.
636         (smie-indent--hanging-p): Rename from smie-hanging-p.
637         (smie-rule-hanging-p): New alias.
638         (smie-indent--bolp): Rename from smie-bolp.
639         (smie-indent--hanging-p): New alias.
640         (smie--token): New dynamically bound variable.
641         (smie-indent--parent): New function.
642         (smie-rule-parent-p): Use it; rename from smie-parent-p.
643         (smie-rule-next-p): Rename from smie-next-p.
644         (smie-rule-prev-p): Rename from smie-prev-p.
645         (smie-rule-sibling-p, smie-rule-parent)
646         (smie-indent--separator-outdent, smie-rule-separator): New functions.
647         (smie-rule-separator-outdent): New var.
648         (smie-indent--rule): Merge with smie-indent--column.
649         (smie-indent-forward-token, smie-indent-backward-token):
650         Also recognize close parens.
651         (smie-indent-keyword): Don't use smie-indent--column any more.
652         (smie-indent-after-keyword): Ignore closers by default.
653         (smie-indent-line): Use with-demoted-errors.
654         * progmodes/octave-mod.el (octave-smie-grammar):
655         Rename from octave-smie-op-levels.
656         (octave-smie-rules): Adjust to new behavior.
657         * progmodes/prolog.el (prolog-smie-grammar):
658         Rename from prolog-smie-op-levels.
660 2010-11-07  Glenn Morris  <rgm@gnu.org>
662         * eshell/esh-util.el (subst-char-in-string)
663         (directory-files-and-attributes): These compatibility definitions are
664         not needed on any version of Emacs since at least 21.4.
666         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
667         (verilog-get-end-of-line): Remove.
668         (verilog-within-string, verilog-re-search-forward-substr)
669         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
670         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
671         Use point-at-bol, point-at-eol.
672         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
673         Remove.
674         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
675         (electric-pascal-terminate-line, pascal-set-auto-comments)
676         (pascal-indent-paramlist, pascal-indent-declaration)
677         (pascal-get-lineup-indent, pascal-func-completion)
678         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
679         Use point-at-bol, point-at-eol.
680         * progmodes/flymake.el (flymake-line-beginning-position)
681         (flymake-line-end-position): Remove.
682         (flymake-highlight-line): Use point-at-bol, point-at-eol.
683         * eshell/esh-util.el (line-end-position, line-beginning-position):
684         Remove compat definitions.
686         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
687         Use end-of-line N.
688         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
689         Use line-end-position.
691         * emacs-lisp/chart.el (chart-zap-chars):
692         * play/decipher.el (decipher-set-map):
693         * progmodes/ada-mode.el (ada-get-current-indent)
694         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
695         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
696         * progmodes/ada-xref.el (ada-initialize-runtime-library)
697         (ada-get-all-references):
698         * progmodes/cperl-mode.el (cperl-electric-paren)
699         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
700         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
701         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
702         (cperl-word-at-point-hard):
703         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
704         (idlwave-shell-filename-string, idlwave-shell-batch-command)
705         (idlwave-shell-display-line):
706         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
707         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
708         * progmodes/js.el (js--re-search-forward-inner)
709         (js--re-search-backward-inner):
710         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
711         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
712         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
713         * textmodes/flyspell.el (flyspell-process-localwords):
714         * textmodes/ispell.el (ispell-buffer-local-parsing)
715         (ispell-buffer-local-dict, ispell-buffer-local-words):
716         Use point-at-bol and point-at-eol.
718         * speedbar.el (speedbar-generic-item-info)
719         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
720         (speedbar-add-indicator, speedbar-check-vc-this-line)
721         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
722         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
723         Replace more uses of end-of-line etc with line-end-position.
725 2010-11-06  Glenn Morris  <rgm@gnu.org>
727         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
728         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
729         (texinfo-delete-existing-pointers, texinfo-find-pointer)
730         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
731         (texinfo-multiple-files-update):
732         * textmodes/table.el (table--probe-cell-left-up)
733         (table--probe-cell-right-bottom):
734         * textmodes/picture.el (picture-tab-search):
735         * textmodes/page-ext.el (pages-copy-header-and-position)
736         (pages-directory-for-addresses):
737         * progmodes/vera-mode.el (vera-get-offset):
738         * progmodes/simula.el (simula-calculate-indent):
739         * progmodes/python.el (python-pdbtrack-overlay-arrow):
740         * progmodes/prolog.el (end-of-prolog-clause):
741         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
742         * progmodes/icon.el (indent-icon-exp):
743         * progmodes/etags.el (tag-re-match-p):
744         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
745         * progmodes/ebnf2ps.el (ebnf-begin-file):
746         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
747         (dcl-save-local-variable):
748         * play/life.el (life-setup):
749         * play/gametree.el (gametree-looking-at-ply):
750         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
751         * mail/sendmail.el (mail-mode-auto-fill):
752         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
753         * emacs-lisp/edebug.el (edebug-overlay-arrow):
754         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
755         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
756         (woman-tab-to-tab-stop, WoMan-warn-ignored):
757         * type-break.el (type-break-file-keystroke-count):
758         * term.el (term-replace-by-expanded-history-before-point)
759         (term-skip-prompt, term-extract-string):
760         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
761         (speedbar-contract-line, speedbar-toggle-line-expansion)
762         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
763         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
764         * sort.el (sort-skip-fields):
765         * skeleton.el (skeleton-internal-list):
766         * simple.el (line-move-finish, line-move-to-column):
767         * shell.el (shell-forward-command):
768         * misc.el (copy-from-above-command):
769         * makesum.el (double-column):
770         * ebuff-menu.el (electric-buffer-update-highlight):
771         * dired.el (dired-move-to-end-of-filename):
772         * dframe.el (dframe-popup-kludge):
773         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
774         * arc-mode.el (archive-get-lineno):
775         Use line-end-position and line-beginning-position.
777         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
778         (idlwave-study-twins): Prefix dynamic local `class'.
779         (idlwave-routine-twin-compare): Update for above name change.
781         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
782         Use boundp tests to silence compiler.  Update for changed name of
783         bytecomp-filename variable.
785         * emulation/viper-cmd.el (viper-read-string-with-history):
786         Prefix dynamic local `initial'.
787         (viper-minibuffer-standard-hook): Update for above name change.
789         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
790         (elint-init-form): Update for above name change.
792         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
793         local variables `cbeg' and `cend' a prefix.
794         (mail-extr-voodoo): Update for above name change.
796         * textmodes/reftex-toc.el (reftex-toc-do-promote)
797         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
798         (reftex-toc-promote-action): Doc fix.
800         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
801         `prompt', `data' a prefix.
802         (reftex-select-post-command-hook, reftex-select-callback)
803         (reftex-select-mouse-accept, reftex-select-read-cite):
804         Update for above name changes.
806         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
807         `refstyle' to reftex-refstyle.
808         (reftex-offer-label-menu): Update for above name change.
809         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
810         `refstyle' name change.
812         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
813         with with-current-buffer.
814         (diff, template): Give dynamic local variables a prefix.
815         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
816         (emerge-line-number-in-buf): Update for above name change.
817         (emerge-combine-versions-internal): Rename local `template' to
818         emerge-combine-template.
819         (emerge-combine-versions-edit): Update for above name change.
821 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
823         * textmodes/reftex-cite.el
824         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
825         entries with whitespace after \bibitem.
826         (reftex-create-bibtex-file): Match entries containing numbers and
827         symbol constituents.  Make sure that entries with whitespace at
828         various places are found.
830 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
832         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
834 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
836         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
838 2010-11-05  Glenn Morris  <rgm@gnu.org>
840         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
841         (woman2-roff-buffer): Give local variable `request' a prefix.
842         (woman0-macro): Rename argument `request' in the same way.
843         (woman-request): New name for `request' dynamic variable.
844         (woman-unquote, woman-forward-arg): Update for above name change.
845         (woman1-roff-buffer): Give local variable `unquote' a prefix.
846         (woman1-unquote): New name for `unquote' dynamic variable.
847         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
848         (woman-translations): Rename from `translations'.  No longer global.
849         (woman2-tr, woman-translate): Update for above name change.
850         (woman-translate): Check for bound variable.
851         (woman2-roff-buffer): Give local variable `translations' a prefix.
853         * play/doctor.el: Give all local variables a prefix.  Update callers.
854         (doc$, doctor-put-meaning): Use backquote.
856         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
857         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
859         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
860         variables bytes, ptr, op a prefix.
861         (disassemble-offset): Update for above change.
863 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
865         * emacs-lisp/package.el (package-unpack): Remove no-op.
866         (package--builtins, package--dir): Doc fix.
867         (package-activate-1, package-activate, package-install)
868         (package-compute-transaction): Fix error message.
869         (package-delete): Use delete-directory.  Omit system packages.
870         (package-initialize): Set package-alist to nil first.
871         (package-menu-mark-delete, package-menu-mark-install): Don't add
872         symbols that are inconsistent with the package state.
873         (package-menu-execute): Perform deletions and installations as
874         single batch operations.
876 2010-11-03  Glenn Morris  <rgm@gnu.org>
878         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
879         (props): Remove unnecessary declaration.
881         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
882         set-process-query-on-exit-flag.
884         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
885         (reftex-toc-do-promote): Remove unused local `mpos'.
886         (reftex-toc-restore-region): Make `mpos' local to this function.
888         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
890         * play/landmark.el (lm-losing-threshold): Correct spelling.
891         (lm-human-plays): Use new name.
893         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
894         (gomoku-human-plays): Use new name.
896         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
897         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
898         (gomoku-score-trans-table, gomoku-winning-threshold)
899         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
901 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
903         * emacs-lisp/package.el: Don't put built-in packages in
904         package-alist, to avoid loading inefficiencies.
905         (package-built-in-p): Make VERSION optional, and treat it as a
906         minimum acceptable version.
907         (package-activate): Search separately for built-in packages.  Emit
908         a warning if a dependency fails.
909         (define-package): Handle most common case, where there is no
910         obsolete package, first.
911         (package-compute-transaction): Print required version in error.
912         (package--initialized): New variable.
913         (list-packages): Use it.
914         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
915         built-in packages in packages-alist; keep it separate.  Set
916         package--initialized.
917         (describe-package): Avoid activating packages as a side-effect.
918         Search separately for built-in packages.
919         (describe-package-1): Handle the case where an elpa package is
920         simultaneously built-in and available/installed.
921         (package-installed-p, package--generate-package-list): Search
922         separately for built-in packages.
923         (package-load-descriptor): Doc fix.
925 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * progmodes/perl-mode.el (perl-syntax-propertize-function):
928         Handle __DATA__ and __END__.
930 2010-11-02  Noah Friedman  <friedman@splode.com>
932         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
933         nil, do not ask to recompile files that are not already compiled,
934         and do not recompile them.
936 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
938         * emacs-lisp/package.el (package-initialize): Ensure that
939         obsoleted built-in packages are not in package-activated-list
940         during activation.
941         (describe-package-1): Make the "installed" status override
942         "built-in".
944 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
946         * subr.el (version-separator, version-regexp-alist): Remove '*'
947         from docstring.
948         (version-list-<=, version<=, version=): Doc fix.
950 2010-11-01  Kenichi Handa  <handa@m17n.org>
952         * faces.el (glyphless-char): Inherit underline for tty.
954 2010-11-01  Kenichi Handa  <handa@m17n.org>
956         Implement various display methods for glyphless characters.
958         * international/characters.el (char-acronym-table): New variable.
959         (glyphless-char-control): New variable.
960         (update-glyphless-char-display): New funciton.
962         * faces.el (glyphless-char): New face.
964 2010-11-01  Glenn Morris  <rgm@gnu.org>
966         * calendar/holidays.el (general-holidays, oriental-holidays)
967         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
968         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
969         the definitions of their targets.
971         * emacs-lisp/smie.el (smie): New custom group.
972         (smie-blink-matching-inners, smie-indent-basic): Add :group.
974         * faces.el (xw-defined-colors, x-setup-function-keys):
975         * mouse-sel.el (x-select-text):
976         * term/w32console.el (x-setup-function-keys): Update declarations.
978         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
980         * textmodes/ispell.el (comment-add): Declare.
982         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
983         Declare.
985         * info.el (finder-keywords-hash, package-alist): Declare.
987 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
989         * finder.el (finder-compile-keywords): Don't use intern-soft,
990         since package names may not yet exist in the obarray.
992 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
994         * vc/vc-arch.el (vc-arch-checkin):
995         * vc/vc-cvs.el (vc-cvs-checkin):
996         * vc/vc-mtn.el (vc-mtn-checkin):
997         * vc/vc-rcs.el (vc-rcs-checkin):
998         * vc/vc-sccs.el (vc-sccs-checkin):
999         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1000         since 2010-04-21 commit by Stefan Monnier.
1002 2010-11-01  Glenn Morris  <rgm@gnu.org>
1004         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1006         * startup.el (package-enable-at-startup, package-initialize):
1007         Silence compiler.
1009         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1010         Silence compiler.
1012 2010-10-31  Julien Danjou  <julien@danjou.info>
1014         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1015         (byte-recompile-directory):
1016         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
1017         Use `byte-recompile-file'.
1019 2010-10-31  Glenn Morris  <rgm@gnu.org>
1021         * cus-start.el: Handle standard values via a keyword.
1022         Only set version property if specified.
1023         (cursor-in-non-selected-windows, menu-bar-mode)
1024         (tool-bar-mode, show-trailing-whitespace):
1025         Do not specify standard values.
1026         (transient-mark-mode, temporary-file-directory): Use :standard.
1028 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
1030         * term/x-win.el (x-get-selection-value): New function that gets
1031         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1033 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
1035         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1036         preserve owner and group when editing files.  (Bug#7289)
1038 2010-10-31  Glenn Morris  <rgm@gnu.org>
1040         * speedbar.el (speedbar-mode):
1041         * play/fortune.el (fortune-in-buffer, fortune):
1042         * play/gomoku.el (gomoku-mode):
1043         * play/landmark.el (lm-mode):
1044         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1045         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
1047         * select.el (x-selection): Mark it as an obsolete alias.
1049 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1051         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
1052         major-mode (bug#7284).
1054 2010-10-31  Glenn Morris  <rgm@gnu.org>
1056         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1057         rather than just an unused variable that inherits from the real one.
1059 2010-10-31  Alan Mackenzie  <acm@muc.de>
1061         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1062         This fixes bug #7185.
1064 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
1066         * startup.el (command-line): Search for package directories, and
1067         don't load package.el if none are found.
1069         * emacs-lisp/package.el (describe-package, list-packages): Call
1070         package-initialize if it has not been called yet.
1072 2010-10-30  Alan Mackenzie  <acm@muc.de>
1074         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1075         which fontifies the tail of an enum.
1076         (c-basic-matchers-after): Insert a call to the above new function.
1077         This fixes bug #7264.
1079 2010-10-30  Glenn Morris  <rgm@gnu.org>
1081         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1082         tool-bar-mode, transient-mark-mode.  (Bug#7306)
1083         Include the :set property in the dumped Emacs.
1085 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         SMIE: change indent rules format, improve smie-setup.
1088         * emacs-lisp/smie.el (smie-precs-precedence-table)
1089         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1090         Mark them pure so the tables gets built at compile time.
1091         (smie-bnf-precedence-table): Store the closer-alist in the table.
1092         (smie-prec2-levels): Preserve the closer-alist.
1093         (smie-blink-matching-open): Be more forgiving in case of indentation.
1094         (smie-hanging-p): Rename from smie-indent--hanging-p.
1095         (smie-bolp): Rename from smie-indent--bolp.
1096         (smie--parent, smie--after): New dynamic vars.
1097         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1098         (smie-indent-rules): Remove.
1099         (smie-indent--offset-rule): Remove fun.
1100         (smie-rules-function): New var.
1101         (smie-indent--rule): New fun.
1102         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1103         (smie-indent-exps): Use it.
1104         (smie-setup): Setup paren blinking; add keyword args for token
1105         functions; extract closer-alist from op-levels.
1106         (smie-indent-debug-log): Remove var.
1107         (smie-indent-debug): Remove fun.
1108         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1109         (prolog-smie-rules): New fun to replace it.
1110         (prolog-mode-variables): Simplify.
1111         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1112         it's setup automatically.
1113         (octave-smie-indent-rules): Remove.
1114         (octave-smie-rules): New fun to replace it.
1115         (octave-mode): Simplify.
1117 2010-10-29  Glenn Morris  <rgm@gnu.org>
1119         * files.el (temporary-file-directory): Remove (already defined in C).
1120         * cus-start.el: Add temporary-file-directory.
1122         * abbrev.el (abbrev-mode):
1123         * composite.el (auto-composition-mode):
1124         * menu-bar.el (menu-bar-mode):
1125         * simple.el (transient-mark-mode):
1126         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1127         that they do not define the associated variables twice.
1128         * simple.el (transient-mark-mode): Remove defvar.
1129         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1130         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1131         Handle multiple groups, and also custom-delayed-init-variables.
1132         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1134 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1137         (pcase-if): Add one minor optimization.
1138         (pcase-split-equal): Rename from pcase-split-eq.
1139         (pcase-split-member): Rename from pcase-split-memq.
1140         (pcase-u1): Add strings to the member optimization.
1141         Add `guard' variant of predicates.
1142         (pcase-q1): Add string patterns.
1144 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1148 2010-10-28  Glenn Morris  <rgm@gnu.org>
1150         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1151         Move menu-bar related settings to ../menu-bar.el.
1152         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1153         Move ns-specific settings here from term/ns-win.el.
1155         * simple.el (x-selection-owner-p): Remove unused declaration.
1157 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * minibuffer.el (completion-cycling): New var (bug#7266).
1160         (minibuffer-complete, completion--do-completion):
1161         Use completion--flush-all-sorted-completions.
1162         (minibuffer-complete): Only cycle if completion-cycling is set.
1163         (completion--flush-all-sorted-completions): Unset completion-cycling.
1164         (minibuffer-force-complete): Set completion-cycling.
1165         (completion-all-sorted-completions): Move declaration before first use.
1167 2010-10-28  Leo  <sdl.web@gmail.com>
1169         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1170         which changes the order of matches seen by users (bug#7231).
1172 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
1174         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1175         Don't confuse -omega as "-o mega".
1177 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1180         (log-edit-author): New dynamic var.
1181         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
1182         to return the author if different from committer.
1183         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1185         * play/landmark.el: Adjust commenting convention.
1186         (lm-nil-score): Rename from nil-score.
1187         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
1188         (OOOOscore): Move into a let in lm-score-trans-table.
1189         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
1191         * electric.el (electric-indent-chars): Autoload.
1192         * progmodes/octave-mod.el (octave-mode):
1193         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
1194         (ruby-mode-abbrev-table): Merge initialization and declaration.
1196 2010-10-27  Glenn Morris  <rgm@gnu.org>
1198         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
1199         variable.
1201         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
1203         * term/ns-win.el: Restore require of cl when compiling.
1204         (menu-bar-final-items): Remove non-existent `windows' menu.
1205         (ns-handle-nxopen): Optionally handle the temp-case.
1206         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
1207         (ns-insert-file, ns-find-file): Use `pop'.
1209 2010-10-26  Glenn Morris  <rgm@gnu.org>
1211         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
1213 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
1215         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
1216         global map.
1217         * term/common-win.el (x-setup-function-keys): Remove most of the
1218         keymappings.  Comment on the remaining ones.
1220 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
1222         * server.el (server-port): New option.  (Bug#854)
1223         (server-start): Use server-port.
1225 2010-10-26  Glenn Morris  <rgm@gnu.org>
1227         * term/ns-win.el (ns-version-string): Remove unused declaration.
1228         (ns-invocation-args): Change to x-invocation-args.
1229         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
1230         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
1231         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
1232         Use x-invocation-args instead of ns-invocation-args.
1233         (ns-initialize-window-system, handle-args-function-alist):
1234         Use x-handle-args instead of ns-handle-args.
1235         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
1236         * startup.el (command-line-ns-option-alist): Replace
1237         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
1238         ns-handle-iconic with the x- equivalents.
1240         * term/common-win.el (x-select-enable-clipboard):
1241         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
1243         * term/ns-win.el: No need to require cl when compiling.
1244         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
1245         (xw-defined-colors): Use the common-win definitions.
1246         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
1247         (ns-handle-iconic): Make it an alias for x-handle-iconic.
1248         * term/common-win.el (x-select-text, x-alternatives-map)
1249         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
1250         * loadup.el [ns]: Load common-win.
1252 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
1254         * epa-mail.el (epa-mail-encrypt): Handle local-part only
1255         recipients; expand mail aliases (Bug#7280).
1257 2010-10-25  Glenn Morris  <rgm@gnu.org>
1259         * term/common-win.el (x-handle-switch): Simplify with pop.
1260         Optionally handle numeric switches.
1261         (x-handle-numeric-switch): Just call x-handle-switch.
1262         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
1263         (x-handle-name-switch, x-handle-display, x-handle-args):
1264         Simplify with pop.
1266         * term/ns-win.el: Do not require easymenu.
1267         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
1268         <spell>: Move adjustments to menu-bar.el.
1269         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
1270         <separator-undo, spell>: Move ns-win's adjustments here.
1271         * loadup.el [ns]: Do not load easymenu.
1273 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1275         * image.el (image-checkbox-checked, image-checkbox-unchecked):
1276         Delete (Bug#7222).
1278         * startup.el (fancy-startup-tail): Instead of using inline images,
1279         refer to image files from etc/.
1281         * wid-edit.el (checkbox): Likewise.
1282         (widget-image-find): Center image specs.
1284 2010-10-24  Glenn Morris  <rgm@gnu.org>
1286         * term/ns-win.el (x-select-text): Doc fix.
1287         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
1288         (x-select-text): Move to term/common-win.
1289         * term/w32-win.el (xw-defined-colors): Move to common-win.
1290         * term/x-win.el (xw-defined-colors, x-alternatives-map)
1291         (x-setup-function-keys, x-select-text): Move to common-win.
1292         * term/common-win.el (x-select-text, x-alternatives-map)
1293         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1294         definitions here.
1296 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
1298         * net/mairix.el (mairix-searches-mode-map):
1299         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1301 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
1303         * verilog-mode.el (verilog-directive-re): Make this variable
1304         auto-built for efficiency of execution and updating.
1305         (verilog-extended-complete-re): Support 'pure' fucntion & task
1306         declarations (these have no bodies).
1307         (verilog-beg-of-statement): General cleanup to enable support of
1308         'pure' fucntion & task declarations (these have no bodies).
1309         These efforts together fix Verilog bug210 from veripool; which was also
1310         noticed by Steve Pearlmutter.
1311         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1312         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1313         Support `elsif.  Reported by Shankar Giri.
1314         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1315         attribute handling for lining up declarations and assignments.
1316         (verilog-beg-of-statement-1): Fix issue where continued declaration
1317         is indented differently if it is after a begin..end clock.
1318         (verilog-in-attribute-p, verilog-skip-backward-comments)
1319         (verilog-skip-forward-comment-p): Support proper treatment of
1320         attributes by indent code. Reported by Jeff Steele.
1321         (verilog-in-directive-p): Fix comment to correctly describe function.
1322         (verilog-backward-up-list, verilog-in-struct-region-p)
1323         (verilog-backward-token, verilog-in-struct-p)
1324         (verilog-in-coverage-p, verilog-do-indent)
1325         (verilog-pretty-declarations): Use verilog-backward-up-list as
1326         wrapper around backward-up-list inorder to properly skip comments.
1327         Reported by David Rogoff.
1328         (verilog-property-re, verilog-endcomment-reason-re)
1329         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1330         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1331         of if). Reported by Max Bjurling and
1332         (verilog-calc-1): Fix for clocking block in modport
1333         declaration. Reported by Brian Hunter.
1335 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
1337         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1338         (verilog-gate-keywords, verilog-read-sub-decls)
1339         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1340         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1341         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1342         (verilog-read-decls): Fix spaces in V2K module parameters causing
1343         mis-identification as interfaces, bug287.
1344         (verilog-read-decls): Fix not treating "parameter string" as a
1345         parameter in AUTOINSTPARAM.
1346         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1347         treating `elsif similar to `endif inside AUTOSENSE.
1348         (verilog-do-indent): Implement correct automatic or static task or
1349         function end comment highlight. Reported by Steve Pearlmutter.
1350         (verilog-font-lock-keywords-2): Fix highlighting of single
1351         character pins, bug264.  Reported by Michael Laajanen.
1352         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1353         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1354         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
1355         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1356         (verilog-pretty-expr): Fix interactive arguments, bug272.
1357         Reported by Mark Johnson.
1358         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1359         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1360         bug269. Suggested by Gary Delp.
1361         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1362         (verilog-preprocessor, verilog-set-compile-command):
1363         Create verilog-preprocess and verilog-preprocessor to show
1364         preprocessed output.
1365         (verilog-get-beg-of-line, verilog-get-end-of-line)
1366         (verilog-modi-file-or-buffer, verilog-modi-name)
1367         (verilog-modi-point, verilog-within-string): Move defmacro's
1368         before first use to avoid warning. Reported by Steve Pearlmutter.
1369         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1370         (verilog-colorize-region, verilog-highlight-buffer)
1371         (verilog-highlight-includes, verilog-highlight-modules)
1372         (verilog-highlight-region, verilog-mode): Rename colorize to
1373         highlight to match other packages.  Disable module highlighting,
1374         as received speed complaints, reenable for experimentation only
1375         using new verilog-highlight-modules.
1376         (verilog-read-decls): Fix regexp stack overflow in very large
1377         AUTO_TEMPLATEs, bug250.
1378         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1379         (verilog-scan): Create verilog-save-buffer-state to standardize
1380         making insignificant changes that shouldn't call hooks.
1381         (verilog-save-no-change-functions, verilog-save-scan-cache)
1382         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1383         Create verilog-save-no-change-functions to wrap verilog-scan
1384         preservation, and fix to work with nested preserved calls.
1385         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1386         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1387         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1388         (verilog-submit-bug-report): Update variable list to be complete.
1389         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1390         breaking on-the-fly font-locking.
1391         (verilog-colorize-buffer, verilog-colorize-include-files)
1392         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1393         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1394         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1395         AUTOINST cell instance name, middle mouse button now finds-file on
1396         it.  Suggested by Brad Dobbie.
1397         (verilog-alw-get-temps, verilog-auto-reset)
1398         (verilog-auto-sense-sigs, verilog-read-always-signals)
1399         (verilog-read-always-signals-recurse): Fix loop indexes being
1400         AUTORESET. AUTORESET now assumes any variables in the
1401         initialization section of a for() should be ignored.  Reported by
1402         Dan Dever.
1403         (verilog-error-font-lock-keywords)
1404         (verilog-error-regexp-emacs-alist)
1405         (verilog-error-regexp-xemacs-alist): Fix error detection of
1406         Cadence HAL, reported by David Asher.  Repair drift between the
1407         three similar error variables.
1408         (verilog-modi-lookup, verilog-modi-lookup-cache)
1409         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1410         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1411         Fix slow verilog-auto expansion on very large files.
1412         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1413         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1414         "{1*2{...".  Broke in last revision.
1415         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1416         submodule connections with replications "{#{a},#{b}}".
1418 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
1420         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1421         Fix typo in docstring.
1423 2010-10-24  Kenichi Handa  <handa@m17n.org>
1425         * face-remap.el (text-scale-adjust): Call read-event with a proper
1426         prompt.
1428 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1430         * emacs-lisp/unsafep.el: Don't mark functions that display
1431         messages as safe.  Suggested by Johan Bockgård.
1433 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1436         Turn comments into docstrings.
1438         * minibuffer.el (completion--replace): Move point where it belongs
1439         when there's a common suffix (bug#7215).
1441 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1443         Merge read-color and facemenu-read-color (Bug#7242).
1445         * faces.el (read-color): Use the completion code from
1446         facemenu-read-color.  Require match in completion.  Doc fix.
1448         * facemenu.el (facemenu-read-color): Alias for read-color.
1449         (facemenu-set-foreground, facemenu-set-background): Use
1450         read-color.
1452         * frame.el (set-background-color, set-foreground-color)
1453         (set-cursor-color, set-mouse-color, set-border-color): Use
1454         read-color.
1456 2010-10-24  Leo  <sdl.web@gmail.com>
1458         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
1459         argument of delete-file and delete-directory (Bug#7011).
1461 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1463         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
1464         button-buffer-map.
1466 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
1468         * emacs-lisp/package.el (package--generate-package-list): Make the
1469         *Packages* buffer read-only.
1471 2010-10-24  Alan Mackenzie  <acm@muc.de>
1473         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
1474         result of `c-beginning-of-decl-1' between invocations of a lambda
1475         function (Bug #7265).
1477 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
1479         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
1480         executable is not available on the system (Bug#7268).
1482 2010-10-24  Glenn Morris  <rgm@gnu.org>
1484         * select.el (selection-coding-system, next-selection-coding-system):
1485         Sync doc with C versions.
1487         * w32-vars.el (x-select-enable-clipboard):
1488         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
1489         * term/common-win.el (x-select-enable-clipboard): Move here.
1491         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
1492         definition of C variable.
1494         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
1495         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1496         Don't redefine things that are defined in C.
1497         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
1498         (show-trailing-whitespace, auto-hscroll-mode)
1499         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1500         Set up the appropriate custom properties.
1502 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1504         Bind "C-c ]" to ...
1505         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1506         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1507         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1508         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1510 2010-10-23  Glenn Morris  <rgm@gnu.org>
1512         * textmodes/flyspell.el (flyspell-mode): If there was an error,
1513         say what it was.
1515         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1516         Sync docs with C version.
1518         * term/ns-win.el (xw-defined-colors):
1519         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1521         * term/pc-win.el (x-select-enable-clipboard):
1522         * term/x-win.el (x-select-enable-clipboard):
1523         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1525         * comint.el (comint-password-prompt-regexp): Make it less vague.
1526         Bump version.
1528         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1530         * help.el (finder-by-keyword): Remove unnecessary autoload.
1532 2010-10-22  Glenn Morris  <rgm@gnu.org>
1534         * loadup.el: Unconditionally load float-sup.
1535         * paren.el (show-paren-delay):
1536         * emacs-lisp/float-sup.el:
1537         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1538         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1539         (lazy-lock-stealth-verbose): Assume float support.
1540         * ps-print.el: Assume float support on Emacs.
1541         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1542         Remove non-float branch.
1544         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1545         src/Makefile no longer being pre-processed.
1547 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * emacs-lisp/find-func.el (find-library): Use test-completion.
1551 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1555 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1557         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1558         space in stat format string.
1559         (tramp-send-command): Unset $PS1 when using here documents, in
1560         order not to get several prompts.
1561         (tramp-get-inline-coding): Return `nil' in case of errors.
1563 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
1565         * hexl.el (hexl-mode, hexl-mode-exit):
1566         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
1567         (hexl-revert-buffer-function): New function.
1568         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1570 2010-10-19  Alan Mackenzie  <acm@muc.de>
1572         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1573         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
1574         that these keywords aren't wrongly matched as identifiers.
1576         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1577         setting of c-new-BEG and c-new-END from c-before-change to
1578         c-after-change.  (Bug#7181)
1580 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1582         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1583         Don't mark as safe.
1585         * custom.el (custom-theme-set-variables): Likewise.
1586         (load-theme): Add custom-theme-set-faces and
1587         custom-theme-set-variables to safe-functions while loading.
1588         (custom-enabled-themes): Mark as risky.
1590 2010-10-18  Julien Danjou  <julien@danjou.info>
1592         * bindings.el: Remove end dashes in default mode-line-format.
1594 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1596         * bindings.el (global-map): Bind C-d to delete-char and deletechar
1597         to delete-forward-char.
1599         * simple.el (normal-erase-is-backspace-mode): Remap delete to
1600         deletechar, and hence delete-forward-char.
1602 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * repeat.el (repeat): Use read-key (bug#6256).
1606 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1608         * emacs-lisp/unsafep.el: Don't mark functions that display
1609         messages as safe.  Suggested by Johan Bockgård.
1611 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * minibuffer.el (completion--replace): Move point where it belongs
1614         when there's a common suffix (bug#7215).
1616 2010-10-19  Kenichi Handa  <handa@m17n.org>
1618         * international/characters.el: Add category '|' (word breakable)
1619         to fullwidth characters.
1621 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1623         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
1624         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1625         order to make stat results a float.  Patch by Andreas Schwab
1626         <schwab@linux-m68k.org>.
1628 2010-10-18  Julien Danjou  <julien@danjou.info>
1630         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
1631         hidden by `make-pointer-invisible'.
1633 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1635         * files.el (locate-file-completion-table): Strip non-matching elements
1636         before checking length of list (bug#7238).
1638 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1640         * custom.el (custom-theme-set-variables): Mark as a safe function.
1641         (load-theme): Check forms using unsafep.
1643         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
1645 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
1647         * textmodes/ispell.el (ispell-aspell-find-dictionary):
1648         Fix aspell data file searching (bug#7230).
1650 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1652         * cus-theme.el (custom-theme--migrate-settings): New var.
1653         (customize-create-theme): Allow editing the `user' theme.
1654         (custom-theme-add-variable, custom-theme-add-var-1)
1655         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
1656         to the front of each variable or face widget.
1657         (custom-theme-write): Save theme settings in the correct order.
1658         Optionally, remove saved settings from user customizations.
1659         (custom-theme-write-variables, custom-theme-write-faces):
1660         Save only the checked widgets.
1661         (customize-themes): Add a link for migrating custom settings.
1663         * custom.el (custom-declare-theme, provide-theme):
1664         Use custom-theme-name-valid-p.
1665         (custom-theme-name-valid-p): Remove checks that are now
1666         unnecessary since themes no longer obey load-path.
1668         * cus-edit.el (custom-variable-value-create): For the simple
1669         style, hide documentation string when hidden.
1671 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1673         * cus-edit.el (custom-variable, custom-face): Combine the
1674         :inhibit-magic and :display-style properties into a single
1675         :custom-style property.
1676         (custom-toggle-hide-variable, custom-toggle-hide-face):
1677         New functions.  If hiding an edited value, save it to :shown-value.
1678         (custom-variable-value-create, custom-face-value-create): Use them.
1679         (custom-magic-reset): Allow magic property to be unset.
1681         * custom.el: Custom themes no longer use load-path.
1682         (custom-theme-load-path): New option.  Change built-in theme
1683         directory to etc/.
1684         (custom-enabled-themes): Add custom-theme-load-path dependency.
1685         (custom-theme--load-path): New function.
1686         (load-theme, custom-available-themes): Use it.
1688         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
1689         (customize-themes): Link to custom-theme-load-path variable.
1690         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
1691         :custom-style property.
1693         * themes/*.el: Moved to etc/.
1695 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
1697         * textmodes/reftex-cite.el
1698         (reftex-extract-bib-entries-from-thebibliography): Do not move
1699         point when searching for \bibitem entries.  Match entries with
1700         spaces or tabs in front of arguments.
1702 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1704         * cus-theme.el (customize-create-theme): Delete overlays after
1705         erasing.  If given a THEME arg, display only the faces of that arg
1706         instead of custom-theme--listed-faces.
1707         (custom-theme-variable-menu, custom-theme-variable-action)
1708         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
1709         (custom-theme-add-variable, custom-theme-add-face): Apply value
1710         from the theme settings, instead of the current value.
1711         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
1712         (custom-theme-visit-theme): Allow calling outside theme buffers.
1713         (custom-theme-merge-theme): Don't enable the theme when merging.
1714         (custom-theme-write-variables, custom-theme-write-faces): Use the
1715         :shown-value properties to save buffer values, not global ones.
1716         (customize-themes): Display a warning about user customizations.
1718         * cus-edit.el (custom-variable-value-create)
1719         (custom-face-value-create): Obey new special properties
1720         :shown-value and :inhibit-magic.
1722 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1724         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1725         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1726         <dale@codefu.org>.
1728 2010-10-14  Kenichi Handa  <handa@m17n.org>
1730         * mail/rmail.el (rmail-show-message-1): Catch an error of
1731         base64-decode-region and just show an error message (bug#7165).
1733         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1734         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1735         a font-spec (bug#7197).
1737 2010-10-14  Glenn Morris  <rgm@gnu.org>
1739         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1741 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
1743         * international/mule.el (define-coding-system):
1744         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1745         * composite.el (compose-region): Fix typo in docstring.
1747 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
1749         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
1750         only after checking the theme-face property.
1752         * faces.el (face-spec-reset-face): Reset all attributes in one
1753         single call to set-face-attribute.
1754         (face-spec-match-p): Make it a defsubst.
1755         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
1756         (x-create-frame-with-faces, tty-create-frame-with-faces)
1757         (tty-set-up-initial-frame-faces): Don't recompute face specs in
1758         frame-set-background-mode, since they are recomputed immediately
1759         afterwards in face-set-after-frame-default.
1760         (face-set-after-frame-default): Minor optimization.
1761         (cursor): Provide non-trivial defface spec.
1763         * custom.el (custom-theme-recalc-face): Simplify.
1765 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
1767         * calc/calc-alg.el (math-var): Rename from `var'.
1768         (math-is-polynomial, math-is-poly-rec): Replace `var'
1769         with `math-var'.
1771         * calc/calcalg2.el (math-var): Rename from `var'.
1772         (calcFunc-table, math-scan-for-limits): Replace `var'
1773         with `math-var'.
1775 2010-10-13  Glenn Morris  <rgm@gnu.org>
1777         * subr.el (last): Deal with dotted lists (reported in bug#7174).
1779 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
1781         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
1783 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785         * net/tls.el (tls-program): Remove spurious %s from openssl.
1786         (tls-starttls-switches): Remove starttls hack.
1787         (open-tls-stream): Ditto.
1788         (tls-find-starttls-argument): Ditto.
1790 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1792         * image.el (image-library-alist): Declare as obsolete alias.
1793         (image-type-available-p): Use `dynamic-library-alist'.
1795         * term/w32-win.el (dynamic-library-alist):
1796         Use instead of `image-library-alist'.
1798 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
1800         * subr.el (last): Make it faster.  (Bug#7174)
1802 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
1804         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
1806 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1808         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
1809         (describe-theme-1): Extract doc from unloaded themes.
1811         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
1813         * themes/tango-theme.el:
1814         * themes/tango-dark-theme.el:
1815         * themes/wheatgrass-theme.el: New files.
1817 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1819         * cus-theme.el (describe-theme, customize-themes)
1820         (custom-theme-save): New commands.
1821         (custom-new-theme-mode-map): Bind C-x C-s.
1822         (custom-new-theme-mode): Use custom--initialize-widget-variables.
1823         (customize-create-theme): New optional arg THEME.
1824         (custom-theme-revert): Use it.
1825         (custom-theme-visit-theme): Remove dead code.
1826         (custom-theme-merge-theme): Use custom-available-themes.
1827         (custom-theme-write): Make interactive.
1828         (custom-theme-write): Use custom-theme-name-valid-p.
1829         (describe-theme-1, custom-theme-choose-revert)
1830         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
1831         New funs.
1832         (custom-theme-allow-multiple-selections): New option.
1833         (custom-theme-choose-mode): New major mode.
1835         * custom.el (custom-theme-set-variables): Remove dead code.
1836         Obey custom--inhibit-theme-enable.
1837         (custom--inhibit-theme-enable): New var.
1838         (provide-theme): Obey it.
1839         (load-theme): Replace load with manual read/eval, in order to
1840         check for correctness.  Use custom-theme-name-valid-p.
1841         (custom-theme-name-valid-p): New function.
1842         (custom-available-themes): Use it.
1844         * cus-edit.el (custom--initialize-widget-variables): New function.
1845         (Custom-mode): Use it.
1847         * cus-face.el (custom-theme-set-faces): Remove dead code.
1848         Obey custom--inhibit-theme-enable.
1850         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
1852 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1854         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
1856 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
1858         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1859         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1860         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1862         * cus-start.el (all): ns-right-alternate-modifier is new.
1864 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1866         * emacs-lisp/lisp.el (lisp-completion-at-point):
1867         Use emacs-lisp-mode-syntax-table for the whole function.
1869 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
1871         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1872         instead of font-lock-mode before adding keywords.
1873         Remove hi-lock-mode off code.  Remove inhibit hack.
1874         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1875         non-nil; removed hook inhibit hack.
1877 2010-10-12  Glenn Morris  <rgm@gnu.org>
1879         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1880         (load-path-shadows-find): ... to this.
1881         (list-load-path-shadows): Update for above change.
1883         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1885 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1887         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
1888         Fix comment for declare-function.
1890 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
1892         * custom.el (custom-fix-face-spec): New function; code moved from
1893         custom-face-edit-fix-value.
1894         (custom-push-theme): Use it when checking if a face has been
1895         changed outside customize.
1896         (custom-available-themes): New function.
1897         (load-theme): Use it.
1899         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
1901         * custom.el (custom-push-theme): Cleanup (use cond).
1902         (disable-theme): Recompute the saved-face property.
1903         (custom-theme-recalc-face): Follow face alias before setting prop.
1905         * image.el (image-checkbox-checked, image-checkbox-unchecked):
1906         New variables, containing checkbox images.
1908         * startup.el (fancy-startup-tail):
1909         * wid-edit.el (checkbox): Use them.
1911 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1913         * shell.el (shell-mode-map):
1914         * progmodes/modula2.el (m2-mode-map):
1915         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
1916         * play/mpuz.el (mpuz-mode-map):
1917         * play/landmark.el (lm-mode-map):
1918         * play/decipher.el (decipher-mode-map):
1919         * play/5x5.el (5x5-mode-map):
1920         * net/telnet.el (telnet-mode-map):
1921         * net/quickurl.el (quickurl-list-mode-map):
1922         * net/mairix.el (mairix-searches-mode-map):
1923         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
1924         * net/dig.el (dig-mode-map):
1925         * mail/mspools.el (mspools-mode-map):
1926         * hexl.el (hexl-mode-map):
1927         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
1928         (wordstar-C-o-map, wordstar-C-q-map):
1929         * emacs-lisp/edebug.el (edebug-eval-mode-map):
1930         * emacs-lisp/chart.el (chart-map):
1931         * edmacro.el (edmacro-mode-map):
1932         * erc/erc-list.el (erc-list-menu-mode-map):
1933         * array.el (array-mode-map): Declare and define in one step.
1935         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1937 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
1939         * epa.el (epa-passphrase-callback-function): Display filename
1940         passed as the 3rd arg.
1941         * epa-file.el (epa-file-passphrase-callback-function):
1942         Pass filename to epa-passphrase-callback-function.
1944 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
1946         * cus-edit.el (custom-face-widget-to-spec)
1947         (custom-face-get-current-spec, custom-face-state): New functions.
1948         (custom-face-set, custom-face-mark-to-save)
1949         (custom-face-value-create, custom-face-state-set): Use them.
1951         * cus-theme.el (custom-theme--listed-faces): New var.
1952         (customize-create-theme): Use *Custom Theme* as the buffer name.
1953         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
1954         faces listed in custom-theme--listed-faces.
1955         (custom-theme-revert): New function.
1956         (custom-theme-add-variable, custom-theme-add-face): Insert at the
1957         bottom of the list.
1958         (custom-theme-write): Prompt for theme name if empty.
1959         (custom-theme-write-variables): Use dolist.
1960         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
1962 2010-10-09  Alan Mackenzie  <acm@muc.de>
1964         Enhance fontification of declarators to take account of the
1965         presence/absence of "typedef".
1967         * cc-engine.el (c-forward-type): New &optional param
1968         "brace-block-too".
1969         (c-forward-decl-or-cast-1): cdr of return value now indicates the
1970         presence of either or both of a "struct"-like keyword and "typedef".
1972         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
1973         fontification of declarators which follow a "}".
1974         (c-font-lock-declarations): Fontify declarators according to the
1975         presence/absence of "typedef".
1977         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
1978         for "typedef".
1979         (c-typedef-decl-key): New lang variable built from
1980         c-typedef-decl-kwds.
1982 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
1985         since that's too annoying.  Move the filter groups commands to
1986         TAB/backtab.
1988         * epa.el (epa-passphrase-callback-function): Say what we're
1989         querying the password for.
1991         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
1992         behaviour, don't bury the ibuffer buffer when visiting other buffers.
1994 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
1996         * cus-edit.el (custom-commands, custom-buffer-create-internal)
1997         (custom-magic-value-create): Pad button tags with spaces.
1998         (custom-face-edit): New variable.
1999         (custom-face-value-create): Determine whether to use the usual
2000         face editor here, instead of using custom-face-selected.
2001         Pass face defaults to custom-face-edit widget.
2002         (custom-face-selected, custom-display-unselected): Delete widgets.
2003         (custom-display-unselected-match): Function removed.
2004         (custom-face-set, custom-face-mark-to-save):
2005         Accept custom-face-edit widgets as the direct widget child.
2007         * wid-edit.el (widget--completing-widget): New var.
2008         (widget-default-complete): Bind it when doing completion.
2009         (widget-string-complete, widget-file-complete): Use it.
2011 2010-10-09  Glenn Morris  <rgm@gnu.org>
2013         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2014         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2015         (holiday-hebrew-misc): Small simplifications.
2017         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2019         * net/browse-url.el: Don't require thingatpt, term, dired,
2020         executable, or w3-auto when compiling.
2021         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2022         Declare.
2023         (browse-url-text-emacs): Require term.
2025 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
2027         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2029 2010-10-08  Glenn Morris  <rgm@gnu.org>
2031         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2033         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2034         (shadows-compare-text-p): Make it an obsolete alias for...
2035         (load-path-shadows-compare-text): ... new name.
2036         (find-emacs-lisp-shadows): Update for above name change.
2037         (load-path-shadows-same-file-or-nonexistent): New name for the old
2038         shadow-same-file-or-nonexistent.
2040 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
2042         * minibuffer.el (completion--some, completion--do-completion)
2043         (minibuffer-complete-and-exit, minibuffer-completion-help)
2044         (completion-basic-try-completion)
2045         (completion-basic-all-completions)
2046         (completion-pcm--find-all-completions): Use lexical-let to
2047         avoid some false matches in variable completion (Bug#7056)
2049 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
2051         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
2053 2010-10-08  Leo  <sdl.web@gmail.com>
2055         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2056         return non-nil if the file exists (Bug#7090).
2058 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * minibuffer.el (completion--replace):
2061         Better preserve markers (bug#7138).
2063 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
2065         * server.el (server-process-filter): Doc fix.
2067 2010-10-08  Drew Adams  <drew.adams@oracle.com>
2069         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
2071 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
2073         * Makefile.in (ELCFILES): Update.
2075 2010-10-08  Glenn Morris  <rgm@gnu.org>
2077         * vc/ediff-wind.el (ediff-setup-control-frame):
2078         * vc/ediff-ptch.el (ediff-default-backup-extension):
2079         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2080         (ediff-exec-process): Remove system-types emx, windows-95.
2082         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
2084 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
2086         * cus-edit.el (custom-variable, custom-face): Doc fix.
2087         (custom-face-edit): Add value-create attribute.
2088         (custom-face-edit-value-create)
2089         (custom-face-edit-value-visibility-action): New functions.
2090         Hide unused face attributes by default, and add a visibility toggle.
2091         (custom-face-edit-deactivate): Show empty values with shadow face.
2092         (custom-face-selected): Only use this for face specs with default
2093         attributes.
2094         (custom-face-value-create): Cleanup.
2096         * wid-edit.el (widget-checklist-value-create): Use dolist.
2097         (widget-checklist-match-find): Make second arg optional.
2099 2010-10-07  Glenn Morris  <rgm@gnu.org>
2101         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2102         Prefix things.
2104         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2105         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2106         load-path-shadows-mode, update references.
2107         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2108         Rename variable and button.
2109         (list-load-path-shadows): Update button caller.
2111 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2113         * emacs-lisp/smie.el (smie-bnf-classify): New function.
2114         (smie-bnf-precedence-table): Use it to remember the closers/openers.
2115         (smie-merge-prec2s): Handle those new entries.
2116         (smie-prec2-levels): Only set precedence to nil for actual
2117         openers/closers.
2118         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2119         that is now unnecessary.
2121 2010-10-07  Miles Bader  <miles@gnu.org>
2123         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2125 2010-10-07  Glenn Morris  <rgm@gnu.org>
2127         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2128         (mail-position-on-field): Remove declarations.
2129         (mail-position-on-field): Autoload it.
2130         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2131         and mail-header-end.  Don't require sendmail.
2133         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2134         (shadow-mode): New mode.
2135         (shadow-find-file): New button.
2136         (list-load-path-shadows): Use shadow-mode and buttons.
2138         * iimage.el (iimage-version): Remove.
2139         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2140         Turn into defcustoms.
2141         (iimage-mode-map): Give it a doc string.
2143         * calendar/appt.el (appt-activate): Give a warning rather than an error
2144         if there is no diary-file.
2146 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
2148         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2149         Use `tramp-handle-find-backup-file-name'.
2151 2010-10-06  Glenn Morris  <rgm@gnu.org>
2153         * font-core.el (font-lock-defaults-alist): Remove variable.
2154         (font-lock-mode): Doc fix.
2155         (font-lock-default-function): Do not consult font-lock-defaults-alist.
2156         * font-lock.el (font-lock-refresh-defaults): Doc fix.
2157         (font-lock-set-defaults): Doc fix.
2158         Do not consult font-lock-defaults-alist.
2160         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2162         * emacs-lisp/cl.el: No longer provide cl-19.
2164 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
2166         * net/tramp.el (tramp-handle-directory-files-and-attributes)
2167         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2168         New defuns, taken from tramp-smb.el.
2169         (tramp-coding-system-change-eol-conversion)
2170         (tramp-set-process-query-on-exit-flag): Remove.
2172         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
2173         (tramp-compat-coding-system-change-eol-conversion)
2174         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2175         from tramp.el.
2177         * net/tramp-gvfs.el:
2178         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2179         by `tramp-compat-set-process-query-on-exit-flag'.
2181         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2182         Use `tramp-handle-directory-files-and-attributes',
2183         `tramp-handle-file-exists-p' and
2184         `tramp-handle-file-newer-than-file-p'.
2185         (tramp-imap-handle-file-exists-p)
2186         (tramp-imap-handle-file-executable-p)
2187         (tramp-imap-handle-file-readable-p)
2188         (tramp-imap-handle-directory-files-and-attributes)
2189         (tramp-imap-handle-file-newer-than-file-p): Remove.
2191         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
2192         by `tramp-compat-set-process-query-on-exit-flag' and
2193         `tramp-coding-system-change-eol-conversion' by
2194         `tramp-compat-coding-system-change-eol-conversion'.
2196         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2197         Use `tramp-handle-directory-files-and-attributes',
2198         `tramp-handle-file-exists-p' and
2199         `tramp-handle-file-newer-than-file-p'.
2200         (tramp-smb-handle-directory-files-and-attributes)
2201         (tramp-smb-handle-file-exists-p)
2202         (tramp-smb-handle-file-newer-than-file-p): Remove.
2203         (tramp-smb-maybe-open-connection):
2204         Replace `tramp-set-process-query-on-exit-flag' by
2205         `tramp-compat-set-process-query-on-exit-flag'.
2207 2010-10-05  Glenn Morris  <rgm@gnu.org>
2209         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
2211 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
2213         Continue reorganization of load dependencies.  (Bug#7156)
2215         * net/tramp.el (tramp-handle-file-local-copy-hook)
2216         (tramp-delete-temp-file-function): Move down.
2217         (tramp-exists-file-name-handler): Move up.
2218         (tramp-register-file-name-handlers): Simplify autoload.
2219         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
2220         (tramp-handle-directory-files, tramp-handle-dired-uncache)
2221         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
2222         (tramp-handle-file-name-completion)
2223         (tramp-handle-file-name-directory)
2224         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
2225         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
2226         (tramp-handle-find-backup-file-name)
2227         (tramp-handle-insert-file-contents, tramp-handle-load)
2228         (tramp-handle-substitute-in-file-name)
2229         (tramp-handle-unhandled-file-name-directory)
2230         (tramp-mode-string-to-int, tramp-local-host-p)
2231         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
2233         * net/tramp-gvfs.el (top):
2234         * net/tramp-smb.el (top): Do not require 'tramp-sh.
2236         * net/tramp-sh.el (all): Move several objects to tramp.el, see
2237         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
2239 2010-10-04  Glenn Morris  <rgm@gnu.org>
2241         * calendar/appt.el (appt-add): Ensure reminders are enabled.
2242         (appt-activate): Give status messages.
2244 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
2246         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
2247         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
2248         `gnutls-negotiate' (formerly `starttls-negotiate').
2249         Remove trivial wrapper `starttls-open-stream'.
2251 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2253         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
2254         log-outgoing commands.
2255         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
2256         to create a buffer local revert-buffer-function variable.
2257         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
2258         revert-buffer-function lambda.
2260 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
2262         * net/gnutls.el (starttls-negotiate): Use the plist interface to
2263         `gnutls-boot'.  Make TYPE the only required parameter.
2264         Allow TRUSTFILES and KEYFILES to be lists.
2265         (open-ssl-stream): Use it.
2267 2010-10-03  Glenn Morris  <rgm@gnu.org>
2269         * subr.el (directory-sep-char): Remove obsolete variable.
2270         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
2271         it is "necessary".
2273         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
2274         * vc/vc.el (vc-static-header-alist): Doc fix.
2275         * vc/vc-cvs.el (vc-cvs-header):
2276         * vc/vc-rcs.el (vc-rcs-header):
2277         * vc/vc-sccs.el (vc-sccs-header):
2278         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
2279         * obsolete/vc-mcvs.el (vc-mcvs-header):
2280         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
2281         on XEmacs.
2283 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2285         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2286         Remove obsolete use of binary-overwrite-mode (Bug#7001).
2288 2010-10-03  Glenn Morris  <rgm@gnu.org>
2290         * obsolete/x-menu.el: Remove file, obsolete since 21.1
2292         * textmodes/rst.el (rst-font-lock-keywords-function):
2293         Drop Emacs 20 code.
2295         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2297         * printing.el: Drop Emacs 20 code.
2299         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2300         without having used appt.el already).
2302         * subr.el (make-local-hook): Remove function obsolete since 21.1.
2303         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2304         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2305         XEmacs.
2306         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2307         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2309         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2310         (charset-width, find-charset-region, chars-in-region, forward-point)
2311         (encode-coding-string, coding-system-p, ccl-execute-on-string)
2312         (define-ccl-program, multibyte-string-p, string-make-multibyte):
2313         Remove compatibility cruft (none of these are used by ps*.el).
2315 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2317         * subr.el (booleanp): Return t instead of a list (Bug#7086).
2319 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2321         * server.el (server-process-filter, server-return-error):
2322         Give emacsclient time to shut down after receiving an error string.
2324 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
2326         * files.el (remote-file-name-inhibit-cache): New defcustom.
2328         * time.el (display-time-file-nonempty-p):
2329         Use `remote-file-name-inhibit-cache'.
2331         * net/tramp.el (tramp-completion-reread-directory-timeout):
2332         Fix docstring.
2334         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2335         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2336         `remote-file-name-inhibit-cache'.  Check also for an integer
2337         value.  Add/increase counter when `tramp-verbose' >= 10.
2338         (tramp-set-file-property): Add/increase counter when
2339         `tramp-verbose' >= 10.
2341         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2342         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2343         (tramp-bug): Set tramp-autoload cookie.  Report all interned
2344         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
2345         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
2346         characters only in strings.
2348         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2349         to backward compatibility.
2351         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2352         (tramp-handle-file-name-all-completions)
2353         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2354         (tramp-open-connection-setup-interactive-shell):
2355         Call `tramp-cleanup-connection' directly.
2357 2010-10-02  Glenn Morris  <rgm@gnu.org>
2359         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2361         * subr.el (char-bytes): Remove obsolete function.
2363         * isearch.el (isearch-return-char): Remove obsolete function.
2365         * mouse.el: No longer provide mldrag.
2366         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
2367         Remove obsolete aliases.
2369         * comint.el (comint-kill-output): Remove obsolete alias.
2371         * composite.el (decompose-composite-char): Remove obsolete function.
2372         * ps-def.el (decompose-composite-char): Remove unused function.
2374         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
2376         * outline.el (outline-visible): Remove obsolete function.
2378         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2379         * faces.el (internal-find-face, internal-get-face)
2380         (frame-update-faces, frame-update-face-colors)
2381         (x-frob-font-weight, x-frob-font-slant)
2382         (internal-frob-font-weight, internal-frob-font-slant)
2383         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2384         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2385         (x-make-font-bold-italic): Remove functions and aliases, obsolete
2386         since Emacs 21.1.
2387         * emulation/viper-util.el (viper-get-face):
2388         * obsolete/lucid.el (find-face, get-face): Use facep.
2389         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
2390         Remove unused functions.
2391         * vc/ediff-util.el (ediff-submit-report): Doc fix.
2393         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
2394         delete tempfile if interrupted during compilation.
2396 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398         * net/tls.el (tls-starttls-switches): Give up on using starttls with
2399         gnutls-cli.
2400         (tls-program): Add --insecure to be consistent with the defaults from
2401         openssl s_client.  Now all three commands are insecure.
2403 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
2405         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
2406         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
2407         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
2409 2010-10-01  Glenn Morris  <rgm@gnu.org>
2411         * obsolete/sc.el: Remove file.
2413         * files.el (temporary-file-directory): On darwin, also try
2414         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
2416 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
2418         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
2419         Let's not break compatibility gratuitously, shall we?
2421 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423         * net/tls.el (tls-starttls-switches): New variable.
2424         (tls-find-starttls-argument): Use it.
2425         (open-tls-stream): Ditto.
2427         * net/netrc.el (netrc-credentials): Return the value of the "default"
2428         entry.
2429         (netrc-machine): Ditto.
2431 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
2433         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
2435 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
2437         * server.el (server-start): Don't write pid to the authentication file.
2438         (server-create-tty-frame): Don't send pid.
2439         (server-process-filter): Send pid at the start of every connection.
2441 2010-09-30  Glenn Morris  <rgm@gnu.org>
2443         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
2444         (show-all-diary-entries): Remove obsolete function aliases.
2446         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
2447         Remove options, obsolete since 22.1.
2448         (appt-display-format, appt-display-message): Remove
2449         backwards-compatibility code.
2450         (appt-check): No longer check appt-issue-message.
2451         (appt-make-list): No longer autoload it.  Doc fix.  No longer
2452         activate the package.
2454 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
2457         (starttls-negotiate): Just call boot, and let the handshake be
2458         triggered from the read loop.
2460 2010-09-29  Glenn Morris  <rgm@gnu.org>
2462         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
2463         not displaying the diary.
2464         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
2465         * calendar/appt.el (appt-check): No longer need to kill diary.
2467         * calendar/diary-lib.el (diary-list-entries): Move the
2468         "Preparing..." message entirely here.
2469         (diary-simple-display, diary-fancy-display): Move "Preparing..."
2470         messages to diary-list-entries.
2471         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
2472         diary-display-function.
2474         * calendar/diary-lib.el (diary-include-other-diary-files):
2475         Trap some recursive includes.
2477         * calendar/appt.el (appt-activate): Check diary file.
2479 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2481         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2482         construction.
2484         * calendar/time-date.el: No need to require cl for Emacs 21.
2486 2010-09-28  Glenn Morris  <rgm@gnu.org>
2488         * calendar/appt.el (appt-check): Minor simplification.
2490 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2492         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
2493         citation prefix.
2495 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
2497         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2498         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
2500 2010-09-27  Kenichi Handa  <handa@m17n.org>
2502         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2503         "ustar" format.
2505 2010-09-27  Kenichi Handa  <handa@m17n.org>
2507         * international/mule.el (define-coding-system): Docstring fixed.
2509         * international/mule-diag.el (describe-character-set): Use princ
2510         with proper print-length and print-level instead of insert.
2512 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2514         * window.el (walk-windows): Doc fix (bug#7105).
2516 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         * emacs-lisp/float-sup.el (e): Remove.
2520 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2522         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2523         variable.
2524         (starttls-negotiate): Use it.
2526 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2529         back.
2531 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2533         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2535 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2539         * net/netrc.el (netrc-store-data): New function.
2541 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2543         * net/gnutls.el: GnuTLS glue code to set up a connection.
2545 2010-09-25  Julien Danjou  <julien@danjou.info>
2547         * notifications.el: Call dbus-register-signal only if it is bound.
2549 2010-09-25  Glenn Morris  <rgm@gnu.org>
2551         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2552         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2553         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2554         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2555         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2556         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2557         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2558         * eshell/esh-util.el, eshell/esh-var.el:
2559         Remove leading `*' from docs of faces and defcustoms.
2561 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2563         * eshell/em-ls.el (eshell-ls-archive-regexp):
2564         * eshell/esh-util.el (eshell-tar-regexp):
2565         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2566         * info.el (Info-suffix-list):
2567         * international/mule.el (auto-coding-alist):
2568         * woman.el (woman-file-regexp, woman-file-compression-regexp):
2569         * progmodes/etags.el (tags-compression-info-list):
2570         Support xz compression.
2572 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
2574         * files.el (get-free-disk-space): Don't assume the "df" output
2575         columns line up (Bug#6995).
2577 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2579         * finder.el (finder-unknown-keywords):
2580         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2581         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2583 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2585         * server.el (server-start): Revert part of 2010-08-08 change.  Using
2586         address 127.0.0.1 for local host is now done in Fmake_network_process.
2588 2010-09-24  Glenn Morris  <rgm@gnu.org>
2590         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2591         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2592         * textmodes/css-mode.el, textmodes/dns-mode.el:
2593         Move autoloaded auto-mode-alist entries to files.el.
2594         * files.el (auto-mode-alist): Move entries here.
2596 2010-09-23  Glenn Morris  <rgm@gnu.org>
2598         * isearch.el (isearch-lazy-highlight-cleanup)
2599         (isearch-lazy-highlight-initial-delay)
2600         (isearch-lazy-highlight-interval)
2601         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2602         * net/net-utils.el (ipconfig-program-options):
2603         Move aliases to options before the associated definitions.
2605 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2607         * newcomment.el (comment-normalize-vars): Better test validity of
2608         comment-end-skip.
2610 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2612         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
2613         (float-e): New name for `e'.
2614         (degrees-to-radians, radians-to-degrees):
2615         * calendar/solar.el (solar-longitude):
2616         * calculator.el (calculator-registers, calculator-funcall):
2617         * textmodes/artist.el (artist-spray-random-points):
2618         * play/bubbles.el (bubbles--initialize-images): Use new names.
2620 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
2622         Update to CEDET 1.0's version of EIEIO.
2624         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
2625         New function.
2626         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
2627         (eieio-default-eval-maybe): Eval val instead of unquoting only.
2628         (class-precedence-list): If class is nil, return nil.
2629         (eieio-generic-call): If class of first input arg is nil, don't
2630         look up static methods, and do check for primary methods.
2631         (initialize-instance): See if the default needs to be evaluated
2632         during the constructor.
2633         (eieio-perform-slot-validation-for-default): Don't do the check
2634         for values that will eventually be evaluated.
2635         (eieio-eval-default-p): New function.
2636         (eieio-default-eval-maybe): Use it.
2638 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2640         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
2641         method-invocation-order.
2642         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
2643         (eieio-class-precedence-dfs): Compute class precedence list using
2644         dfs algorithm.
2645         (eieio-class-precedence-bfs): Compute class precedence list using
2646         bfs algorithm.
2647         (eieio-class-precedence-c3): Compute class precedence list using
2648         c3 algorithm.
2649         (class-precedence-list): New function.
2650         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
2651         (inconsistent-class-hierarchy): New error symbol.
2652         (call-next-method): Stow the replacement argument list for future
2653         call-next-method invocations.
2655 2010-09-23  Glenn Morris  <rgm@gnu.org>
2657         * calendar/appt.el (appt-check): If not displaying the diary,
2658         use (diary 1) to only get the entries we need.
2659         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
2660         that it is in day order.  (Bug#7019)
2662         * calendar/appt.el (appt-check): Rather than showing the diary,
2663         just turn off invisible display, and only if needed.
2665         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
2667 2010-09-23  Glenn Morris  <rgm@gnu.org>
2669         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2670         (byte-compile-defvar, byte-compile-cl-warn):
2671         Start warnings with lower-case, like the majority.
2673         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2675         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
2677         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
2678         * files.el (auto-mode-alist): Move ld-script entries here, further down
2679         the list.
2681         * vc/add-log.el: Don't require timezone when compiling.
2682         (timezone-make-date-sortable): Autoload it.
2683         (change-log-sortable-date-at): Don't require timezone.
2684         Use `ignore-errors'.
2686         * comint.el (comint-use-prompt-regexp-instead-of-fields):
2687         Move alias before definition, so it does not need autoloading.
2689         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
2690         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
2691         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
2692         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
2693         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
2694         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
2695         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
2696         * textmodes/tex-mode.el, textmodes/two-column.el:
2697         Remove leading `*' from docs of defcustoms etc.
2699 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2701         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
2703 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2705         * calendar/time-date.el (date-to-time): Try using parse-time-string
2706         first before using the slower timezone-make-date-arpa-standard.
2708 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2710         * calendar/time-date.el (format-seconds): Comment fix.
2712 2010-09-22  Glenn Morris  <rgm@gnu.org>
2714         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
2715         is not automatically buffer-local.
2717 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2719         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
2720         (smie-indent-comment): Be more careful with comment-start-skip.
2721         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
2722         (smie-indent-functions): Use them.
2724 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
2726         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
2728 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
2730         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
2731         tool-bar-position.  Don't modify frame parameters here.
2732         (menu-bar-options-save): Add tool-bar-position.
2734         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
2736 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * textmodes/reftex-parse.el (reftex-what-macro)
2739         (reftex-context-substring): Let-bind forward-sexp-function to nil
2740         since we don't need/want to treat \begin...\end as a block (bug#7053).
2742         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
2744         * simple.el (blink-matching-open): Use syntax-class.
2746         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
2747         Set invisibility spec for pascal's outline mode.
2748         (pascal-outline-change): Clean up calling convention.
2749         (pascal-show-all, pascal-hide-other-defuns): Update callers.
2751         * progmodes/prolog.el (prolog-smie-forward-token)
2752         (prolog-smie-backward-token): New functions.
2753         (prolog-mode-variables): Use them to parse "!," correctly.
2754         Set up smie-blink-matching for ".".
2756         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
2757         and `end'.
2758         (ispell-region, ispell-process-line): Update users.
2760         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
2761         point-min==1.
2763         * textmodes/ispell.el: Fix commenting convention.
2764         (ispell-parse-output): Simplify, use push.
2765         (ispell-region): Use match-string-no-properties.
2766         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
2767         (ispell-minor-mode): Use define-minor-mode.
2768         (ispell-message): Remove unused var `skip-regexp'.
2769         (ispell-add-per-file-word-list): Use dynamic let-binding.
2770         Try and use the proper comment marker.
2772         * mail/sendmail.el: Fix commenting convention.
2773         (sendmail-send-it): Use line-beginning-position.
2775         * help-fns.el (describe-variable): Add original value, if applicable.
2777 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
2779         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
2781         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
2783 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2785         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
2786         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
2787         (smie-prec2-levels): Use them to better diagnose precedence cycles.
2788         (smie-blink-matching-check): Don't signal a mismatch if car is t.
2789         (smie-blink-matching-open): Rewrite to remove assumptions, so that
2790         something like "." can also be a closer.
2791         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
2792         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
2793         Rename internal functions to use "--".  Update callers.
2795         * frame.el (make-frame-names-alist): Don't list frames on other displays.
2797         * fringe.el (fringe-styles): New var.
2798         (fringe-mode, fringe-query-style): Use it.
2800 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
2802         * progmodes/sql.el: Version 2.8
2803         (sql-login-params): Update widget structure; changes still needed.
2804         (sql-product-alist): Add :list-all and :list-table features for
2805         SQLite, Postgres and MySQL products.
2806         (sql-redirect): Handle default value.
2807         (sql-execute, sql-execute-feature): New functions.
2808         (sql-read-table-name): New function.
2809         (sql-list-all, sql-list-table): New functions.  User API.
2810         (sql-mode-map, sql-interactive-mode-map): Add key definitions
2811         for above functions.
2812         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
2813         for above functions.
2814         (sql-postgres-login-params): Add user and database defaults.
2815         (sql-buffer-live-p): Bug fix.
2816         (sql-product-history): New variable.
2817         (sql-read-product): New function. Use it.
2818         (sql-set-product, sql-product-interactive): Use it.
2819         (sql-connection-history): New variable.
2820         (sql-read-connection): New function.  Use it.
2821         (sql-connect): New function.
2822         (sql-for-each-login): Redesign function interface.
2823         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
2824         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
2825         (sql-comint): Check for program.  Existing live buffer.
2826         (sql-comint-postgres): Add port parameter.
2828 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2830         * emacs-lisp/warnings.el: Fix commenting convention.
2831         (display-warning): Use special mode and make the buffer read-only.
2833 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
2835         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
2836         empty string when it follows a repeated or optional pattern.
2838 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2840         * indent.el (indent-according-to-mode): Apply syntax-propertize.
2841         (indent-region): Use indent-according-to-mode.
2843 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
2845         * fringe.el (fringe-mode): Doc fix.
2847 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2849         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
2850         refreshing the preview buffer.
2852 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
2855         (latex-syntax-propertize-rules): New consts; replace
2856         tex-font-lock-syntactic-keywords.
2857         (tex-env-mark, latex-env-before-change): New functions.
2858         (latex-electric-env-pair-mode): New minor mode.
2859         (tex-font-lock-verb): Change arguments; do move point.
2860         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
2861         representation as a form of comment.
2862         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
2863         (doctex-syntax-propertize-rules): New const; replaces
2864         doctex-font-lock-syntactic-keywords.
2865         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
2867         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
2868         (fortran-make-syntax-propertize-function): New function; replaces
2869         fortran-font-lock-syntactic-keywords.
2870         (fortran-mode): Use it.
2871         (fortran-line-length): Use it.  Improve interactive spec.
2873         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
2874         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
2875         when adding surrounding \(..\).
2877         * progmodes/js.el (js-mode): Fix last change (bug#7054).
2879 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2881         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
2882         Use with-current-buffer.
2884         * isearch.el (isearch-face): Rename from `isearch'.
2885         (isearch-highlight): Use new name.
2887 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
2889         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
2890         5, for `half' width fringes.  (Bug#6933)
2892 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2894         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2895         (byte-compile-defvar): "foo/bar" does not lack a prefix.
2897         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
2899 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
2901         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
2902         in calculating new frame position.  Add more space between new and
2903         parent on the left (Bug#7048).
2905 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
2907         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
2908         defmacro.
2910 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
2912         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
2914         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
2915         obsolete alias for x-selection-value.
2917         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
2919 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
2921         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
2922         cookie.
2924 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
2926         * net/tramp-compat.el (tramp-compat-with-temp-message)
2927         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
2928         (tramp-compat-process-put): New defuns.
2930         * net/tramp.el (top):
2931         * net/tramp-gvfs.el (top):
2932         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
2934         * net/tramp.el (tramp-progress-reporter-update):
2935         Use `tramp-compat-funcall'.
2937         * net/tramp.el (tramp-process-actions):
2938         * net/tramp-gvfs.el (tramp-handle-vc-registered):
2939         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
2940         (tramp-get-remote-stat, tramp-get-remote-readlink):
2941         Use `tramp-compat-with-temp-message'.
2943         * net/tramp-sh.el (top): Require 'cl.
2944         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
2945         (tramp-open-connection-setup-interactive-shell):
2946         Use `tramp-compat-process-put'.
2948 2010-09-15  Alan Mackenzie  <acm@muc.de>
2950         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
2951         indentation.
2952         (c-forward-<>-arglist-recur): Fix an infinite recursion.
2954 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2956         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2957         `lexical' for warnings related to lexical scoping.
2958         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
2959         global vars which don't have a prefix and could hence affect lexical
2960         scoping in unrelated files.
2962 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964         * net/imap.el: Revert back to version
2965         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2966         seem problematic.
2968 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2970         * obsolete/old-whitespace.el (whitespace-unload-function):
2971         Explicitly pass `obarray' to `unintern' to avoid a warning.
2973 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
2976         Add `when' argument.  Update callers.
2978         * subr.el (unintern): Declare the obarray arg mandatory.
2980 2010-09-14  Glenn Morris  <rgm@gnu.org>
2982         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
2983         Doc fixes.
2985         * calendar/diary-lib.el (diary-included-files): New variable.
2986         (diary-list-entries): Maybe initialize diary-included-files.
2987         (diary-include-other-diary-files): Append to diary-included-files.
2988         * calendar/appt.el (appt-update-list): Also check the members of
2989         diary-included-files.  (Bug#6999)
2990         (appt-check): Doc fix.
2992 2010-09-14  David Reitter  <david.reitter@gmail.com>
2994         * simple.el (line-move-visual): Do not truncate goal column to
2995         integer size.  (Bug#7020)
2997 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         * repeat.el (repeat): Allow repeating when the last event is a click.
3000         Suggested by Drew Adams (bug#6256).
3002 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
3004         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3005         Replace setting HGRCPATH to "" by some less invasive --config options.
3007 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3009         * font-lock.el (font-lock-beginning-of-syntax-function):
3010         Mark as obsolete.
3012 2010-09-14  Glenn Morris  <rgm@gnu.org>
3014         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3015         and tool-bar modes.  (Bug#6211)
3016         (menu-bar-mode): Move setting of standard-value after the
3017         minor-mode definition, otherwise it seems to have no effect.
3019 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
3021         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3022         Fix typo.  (Bug#6976)
3024 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3026         * whitespace.el: Allow cleaning up blanks without blank
3027         visualization (Bug#6651).  Adjust help window for
3028         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3029         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
3030         (whitespace-style): Add new value 'face.  Adjust docstring.
3031         (whitespace-space, whitespace-hspace, whitespace-tab):
3032         Adjust foreground property face.
3033         (whitespace-line-column): Adjust docstring and type declaration.
3034         (whitespace-style-value-list, whitespace-toggle-option-alist)
3035         (whitespace-help-text): Adjust const initialization.
3036         (whitespace-toggle-options, global-whitespace-toggle-options):
3037         Adjust docstring.
3038         (whitespace-display-window, whitespace-interactive-char)
3039         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3040         (whitespace-help-scroll): New fun.
3042 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3044         * calendar/time-date.el (format-seconds): Comment fix.
3046 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
3048         * progmodes/sql.el: Version 2.7.
3049         (sql-buffer-live-p): Improve detection.
3050         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3051         (sql-set-sqli-buffer): Use it.
3052         (sql-product-interactive): Run `sql-set-sqli-hook'.
3053         (sql-rename-buffer): Code cleanup.
3054         (sql-redirect, sql-redirect-value): New functions.  More to come.
3056 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
3058         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.
3059         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3060         (TRAMP_SRC): New macro.
3061         ($(lisp)/net/tramp-loaddefs.el): New target.
3063 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
3065         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
3067         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
3069         * net/tramp.el (top): Don't show loading message.  Require just
3070         'tramp-compat, everything else is required there.
3071         Use `ignore-errors' where appropriate.
3072         (tramp-inline-compress-start-size, tramp-copy-size-limit)
3073         (tramp-terminal-type, tramp-end-of-output)
3074         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3075         (tramp-completion-function-alist-ssh)
3076         (tramp-completion-function-alist-telnet)
3077         (tramp-completion-function-alist-su)
3078         (tramp-completion-function-alist-putty, tramp-remote-path)
3079         (tramp-remote-process-environment, tramp-sh-extra-args)
3080         (tramp-actions-before-shell, tramp-uudecode)
3081         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3082         (tramp-perl-file-attributes)
3083         (tramp-perl-directory-files-and-attributes)
3084         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3085         (tramp-perl-encode, tramp-perl-decode)
3086         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3087         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3088         (tramp-handle-make-symbolic-link, tramp-handle-load)
3089         (tramp-handle-file-name-as-directory)
3090         (tramp-handle-file-name-directory)
3091         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3092         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3093         (tramp-do-file-attributes-with-ls)
3094         (tramp-do-file-attributes-with-perl)
3095         (tramp-do-file-attributes-with-stat)
3096         (tramp-handle-set-visited-file-modtime)
3097         (tramp-handle-verify-visited-file-modtime)
3098         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3099         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3100         (tramp-handle-file-selinux-context)
3101         (tramp-handle-set-file-selinux-context)
3102         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3103         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3104         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3105         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3106         (tramp-handle-file-ownership-preserved-p)
3107         (tramp-handle-directory-file-name, tramp-handle-directory-files)
3108         (tramp-handle-directory-files-and-attributes)
3109         (tramp-do-directory-files-and-attributes-with-perl)
3110         (tramp-do-directory-files-and-attributes-with-stat)
3111         (tramp-handle-file-name-all-completions)
3112         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3113         (tramp-handle-copy-file, tramp-handle-copy-directory)
3114         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3115         (tramp-do-copy-or-rename-file-via-buffer)
3116         (tramp-do-copy-or-rename-file-directly)
3117         (tramp-do-copy-or-rename-file-out-of-band)
3118         (tramp-handle-make-directory, tramp-handle-delete-directory)
3119         (tramp-handle-delete-file)
3120         (tramp-handle-dired-recursive-delete-directory)
3121         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3122         (tramp-handle-insert-directory)
3123         (tramp-handle-unhandled-file-name-directory)
3124         (tramp-handle-expand-file-name)
3125         (tramp-handle-substitute-in-file-name)
3126         (tramp-handle-executable-find, tramp-process-sentinel)
3127         (tramp-handle-start-file-process, tramp-handle-process-file)
3128         (tramp-handle-call-process-region, tramp-handle-shell-command)
3129         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3130         (tramp-handle-insert-file-contents)
3131         (tramp-handle-insert-file-contents-literally)
3132         (tramp-handle-find-backup-file-name)
3133         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3134         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3135         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3136         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3137         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3138         (tramp-find-file-exists-command, tramp-open-shell)
3139         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3140         (tramp-open-connection-setup-interactive-shell)
3141         (tramp-local-coding-commands, tramp-remote-coding-commands)
3142         (tramp-find-inline-encoding, tramp-call-local-coding-command)
3143         (tramp-inline-compress-commands, tramp-find-inline-compress)
3144         (tramp-compute-multi-hops, tramp-maybe-open-connection)
3145         (tramp-send-command, tramp-wait-for-output)
3146         (tramp-send-command-and-check, tramp-barf-unless-okay)
3147         (tramp-send-command-and-read, tramp-mode-string-to-int)
3148         (tramp-convert-file-attributes, tramp-check-cached-permissions)
3149         (tramp-file-mode-from-int, tramp-file-mode-permissions)
3150         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3151         (tramp-method-out-of-band-p, tramp-local-host-p)
3152         (tramp-get-remote-path, tramp-get-remote-tmpdir)
3153         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3154         (tramp-get-test-command, tramp-get-test-nt-command)
3155         (tramp-get-file-exists-command, tramp-get-remote-ln)
3156         (tramp-get-remote-perl, tramp-get-remote-stat)
3157         (tramp-get-remote-readlink, tramp-get-remote-trash)
3158         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3159         (tramp-get-local-uid, tramp-get-local-gid)
3160         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
3161         tramp-sh.el.
3162         (tramp-methods, tramp-default-method-alist)
3163         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3164         Move initialization to tramp-sh.el.
3165         (tramp-temp-name-prefix): Make it a defconst.
3166         (tramp-dissect-file-name): Don't check anymore for multi-hop
3167         methods.
3168         (tramp-debug-outline-regexp): Add a docstring.
3169         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
3170         (tramp-get-debug-buffer): Use it.
3172         * net/tramp-cache.el (top): Set tramp-autoload cookie for
3173         initialization forms.
3174         (tramp-set-connection-property): Don't protect `tramp-message'
3175         call, it isn't necessary any longer.
3176         (tramp-dump-connection-properties): Use `ignore-errors'.
3178         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3179         'password-cache and 'auth-source.
3181         * net/tramp-gvfs.el (top):
3182         * net/tramp-smb.el (top): Require 'tramp-sh.
3184         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
3186         * net/tramp-sh.el: New file, derived from tramp.el.
3187         (top): Initialize `tramp-methods', `tramp-default-method-alist',
3188         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
3189         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
3190         Use `ignore-errors' where appropriate.
3191         (tramp-sh-file-name-handler-alist): Rename from
3192         `tramp-file-name-handler-alist'.
3193         (tramp-send-command-and-check): Return t or nil.  Remove all
3194         `zerop' checks, where called.
3195         (tramp-handle-set-file-modes)
3196         (tramp-do-copy-or-rename-file-directly)
3197         (tramp-handle-delete-directory, tramp-handle-delete-file)
3198         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
3199         (tramp-sh-file-name-handler, tramp-send-command-and-check)
3200         (tramp-get-remote-ln): Set tramp-autoload cookie.
3202         * net/tramp-fish.el: Remove file.
3204 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
3206         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
3207         buffer-file-name to avoid file-locking.  (Bug#7026)
3209 2010-09-13  Julien Danjou  <julien@danjou.info>
3211         * notifications.el (notifications-notify): Add support for
3212         image-path and sound-name.
3213         (notifications-specification-version): Add this variable.
3215 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3217         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
3219 2010-09-12  Leo  <sdl.web@gmail.com>
3221         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
3222         (rcirc-completion-start): New variables.
3223         (rcirc-nick-completions): Rename to rcirc-completions.
3224         (rcirc-nick-completion-start-offset): Delete.
3225         (rcirc-completion-at-point): New function for constructing
3226         completion data for both nicks and irc commands.  Add to
3227         completion-at-point-functions in rcirc mode.
3228         (rcirc-complete): Rename from rcirc-nick-complete; use
3229         rcirc-completion-at-point.
3230         (defun-rcirc-command): Update rcirc-client-commands.
3232 2010-09-11  Glenn Morris  <rgm@gnu.org>
3234         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
3235         atomically, to avoid parallel build errors.  (Bug#4196)
3237 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
3239         * progmodes/sql.el: Version 2.6
3240         (sql-dialect): Synonym for "sql-product".
3241         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3242         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
3243         Set "sql-buffer" to buffer name not buffer object so multiple sql
3244         interactive buffers work properly.  Reverts misguided changes in
3245         earlier work.
3246         (sql-comint): Make sure different buffer name is used if "*SQL*"
3247         buffer is for a different product.
3248         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
3249         login param.
3250         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3251         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3252         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
3253         Accept new buffer name or prompt for one.
3254         (sql-port): Default to zero.
3255         (sql-comint-mysql): Handle "sql-port" as a numeric.
3256         (sql-port-history): Delete unused variable.
3257         (sql-get-login): Default "sql-port" to a number.
3258         (sql-product-alist): Correct Postgres prompt and terminator regexp.
3259         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
3260         "sqlite3" executables.
3261         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
3262         (sql-buffer-live-p): New function.
3263         (sql-mode-menu, sql-send-string): Use it.
3264         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
3265         syntax pattern.
3266         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
3267         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
3269 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271         * net/netrc.el (netrc-credentials): New convenience function.
3273 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
3276         to replace texinfo-font-lock-syntactic-keywords.
3277         (texinfo-mode): Use it.
3279         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
3280         Use syntax-propertize-function.
3282         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
3283         replace sgml-font-lock-syntactic-keywords.
3284         (sgml-mode): Use it.
3286         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
3287         since we don't use it.
3289         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
3291         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3292         if available.
3293         (vhdl-fontify-buffer): Adjust.
3295         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3296         replace tcl-font-lock-syntactic-keywords.
3297         (tcl-mode): Use it.
3299         * progmodes/simula.el (simula-syntax-propertize-function): New var to
3300         replace simula-font-lock-syntactic-keywords.
3301         (simula-mode): Use it.
3303         * progmodes/sh-script.el (sh-st-symbol): Remove.
3304         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3305         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3306         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3307         (sh-font-lock-paren): Set syntax-multiline.
3308         (sh-font-lock-syntactic-keywords): Remove.
3309         (sh-syntax-propertize-function): New function to replace it.
3310         (sh-mode): Use it.
3312         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3313         Define while compiling.
3314         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3315         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3316         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3317         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3318         (ruby-here-doc-end-syntax): Only define when
3319         syntax-propertize is not available.
3320         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3321         New functions.
3322         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3323         (electric-indent-chars): Silence bytecompiler.
3324         (ruby-mode): Use prog-mode, syntax-propertize-function, and
3325         electric-indent-chars.
3327         * progmodes/python.el (python-syntax-propertize-function): New var to
3328         replace python-font-lock-syntactic-keywords.
3329         (python-mode): Use it.
3330         (python-quote-syntax): Simplify and adjust to new use.
3332         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3333         replace perl-font-lock-syntactic-keywords.
3334         (perl-syntax-propertize-special-constructs): New fun to replace
3335         perl-font-lock-special-syntactic-constructs.
3336         (perl-font-lock-syntactic-face-function): New fun.
3337         (perl-mode): Use it.
3339         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3340         to replace octave-font-lock-close-quotes.
3341         (octave-syntax-propertize-function): New function to replace
3342         octave-font-lock-syntactic-keywords.
3343         (octave-mode): Use it.
3345         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3346         replaces mixal-font-lock-syntactic-keywords.
3347         (mixal-mode): Use it.
3349         * progmodes/make-mode.el (makefile-syntax-propertize-function):
3350         New var; replaces makefile-font-lock-syntactic-keywords.
3351         (makefile-mode): Use it.
3352         (makefile-imake-mode): Adjust.
3354         * progmodes/js.el (js--regexp-literal): Define while compiling.
3355         (js-syntax-propertize-function): New var; replaces
3356         js-font-lock-syntactic-keywords.
3357         (js-mode): Use it.
3359         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3360         replaces gdb-script-font-lock-syntactic-keywords.
3361         (gdb-script-mode): Use it.
3363         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3364         (fortran--font-lock-syntactic-keywords): New var.
3365         (fortran-line-length): Update syntax-propertize-function and
3366         fortran--font-lock-syntactic-keywords.
3368         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
3370         * progmodes/cfengine.el (cfengine-mode):
3371         Use syntax-propertize-function.
3372         (cfengine-font-lock-syntactic-keywords): Remove.
3374         * progmodes/autoconf.el (autoconf-mode):
3375         Use syntax-propertize-function.
3376         (autoconf-font-lock-syntactic-keywords): Remove.
3378         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
3379         (ada-after-change-function, ada-initialize-syntax-table-properties)
3380         (ada-handle-syntax-table-properties): Only define when
3381         syntax-propertize is not available.
3382         (ada-mode): Use syntax-propertize-function.
3384         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
3385         (font-lock-fontify-syntactic-keywords-region): Move handling of
3386         font-lock-syntactically-fontified to...
3387         (font-lock-default-fontify-region): ...here.
3388         Let syntax-propertize-function take precedence.
3389         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
3391         * emacs-lisp/syntax.el (syntax-propertize-function)
3392         (syntax-propertize-chunk-size, syntax-propertize--done)
3393         (syntax-propertize-extend-region-functions): New vars.
3394         (syntax-propertize-wholelines, syntax-propertize-multiline)
3395         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
3396         (syntax-propertize): New functions.
3397         (syntax-propertize-rules): New macro.
3398         (syntax-ppss-flush-cache): Set syntax-propertize--done.
3399         (syntax-ppss): Call syntax-propertize.
3401         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
3403 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
3405         * textmodes/ispell.el (ispell-init-process): Improve comments.
3406         XEmacs compatibility changes regarding (add-hook) 'local option
3407         and (set-process-query-on-exit-flag).
3409 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
3411         * net/tramp-cache.el (tramp-parse-connection-properties):
3412         Set tramp-autoload cookie.
3414 2010-09-09  Glenn Morris  <rgm@gnu.org>
3416         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
3417         (imagemagick-register-types): Doc fix.
3419 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3421         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
3423         * progmodes/js.el (require): Require is already "eval-and-compile".
3424         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
3425         (js--re-search-backward): Use js--re-search-forward.
3427         * progmodes/fortran.el (fortran-line-length): Don't recompute
3428         syntactic keywords redundantly a second time.
3430         * progmodes/ada-mode.el: Replace "(set '" with setq.
3431         (ada-mode): Simplify.
3432         (ada-create-case-exception, ada-adjust-case-interactive)
3433         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
3434         (ada-search-ignore-string-comment, ada-move-to-start)
3435         (ada-move-to-end): Use with-syntax-table.
3437         * font-lock.el (save-buffer-state): Remove `varlist' arg.
3438         (font-lock-unfontify-region, font-lock-default-fontify-region):
3439         Update usage correspondingly.
3440         (font-lock-fontify-syntactic-keywords-region):
3441         Set parse-sexp-lookup-properties buffer-locally here.
3442         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
3444         * simple.el (blink-matching-open): Don't burp if we can't find a match.
3446 2010-09-08  Glenn Morris  <rgm@gnu.org>
3448         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
3449         Error if not compiled with -DBYTE_CODE_METER.
3451         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3452         Ignore dir-locals-file.
3454 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3456         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3457         Not a const.
3458         (compilation-error-regexp-alist-alist): Rule out ": " in file names
3459         for the `gnu' messages.
3460         (compilation-set-skip-threshold): New command.
3461         (compilation-start): Use \' rather than $.
3462         (compilation-forget-errors): Use clrhash.
3464 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
3466         * textmodes/ispell.el (ispell-valid-dictionary-list):
3467         Simplify logic.
3469 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
3471         Migrate to Tramp 2.2.  Rearrange load dependencies.
3472         (Bug#1529, Bug#5448, Bug#5705)
3474         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
3475         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
3476         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3478         * net/tramp.el (top): Remove all other tramp-* loads except
3479         tramp-compat.el.  Remove all changes to tramp-unload-hook for
3480         other tramp-* packages.  Rearrange defun order.  Change calls of
3481         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
3482         `tramp-compat-octal-to-decimal' to new function names.
3483         (tramp-terminal-type, tramp-initial-end-of-output)
3484         (tramp-methods, tramp-foreign-file-name-handler-alist)
3485         (tramp-tramp-file-p, tramp-completion-mode-p)
3486         (tramp-send-command-and-check, tramp-get-remote-path)
3487         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
3488         (tramp-shell-quote-argument): Set tramp-autoload cookie.
3489         (with-file-property, with-connection-property): Move to
3490         tramp-cache.el.
3491         (tramp-local-call-process, tramp-decimal-to-octal)
3492         (tramp-octal-to-decimal): Move to tramp-compat.el.
3493         (tramp-handle-shell-command): Do not require 'shell.
3494         (tramp-compute-multi-hops): No special handling for tramp-gw-*
3495         symbols.
3496         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
3498         * net/tramp-cache.el (top): Require 'tramp.  Add to
3499         `tramp-unload-hook'.
3500         (tramp-cache-data, tramp-get-file-property)
3501         (tramp-set-file-property, tramp-flush-file-property)
3502         (tramp-flush-directory-property, tramp-get-connection-property)
3503         (tramp-set-connection-property, tramp-flush-connection-property)
3504         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3505         cookie.
3506         (with-file-property, with-connection-property): New defuns, moved
3507         from tramp.el.
3508         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3509         macro.
3511         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3512         (tramp-version): Set tramp-autoload cookie.
3514         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
3515         changes to tramp-unload-hook for other tramp-* packages.  Add to
3516         `tramp-unload-hook'.
3517         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3518         (tramp-compat-call-process): New defuns, moved from tramp.el.
3520         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
3521         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3522         to `tramp-unload-hook'.  Change call of
3523         `tramp-compat-decimal-to-octal' to new function name.
3524         (tramp-fish-method): Make it a defconst.
3525         (tramp-fish-file-name-p): Make it a defsubst.
3526         (tramp-fish-method, tramp-fish-file-name-handler)
3527         (tramp-fish-file-name-p): Set tramp-autoload cookie.
3529         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3530         `tramp-foreign-file-name-handler-alist'.  Add to
3531         `tramp-unload-hook'.
3532         (tramp-ftp-method): Make it a defconst.
3533         (tramp-ftp-file-name-p): Make it a defsubst.
3534         (tramp-ftp-method, tramp-ftp-file-name-handler)
3535         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3537         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3538         `tramp-foreign-file-name-handler-alist'.  Add to
3539         `tramp-unload-hook'.  Change checks, whether package can be
3540         loaded.
3541         (tramp-gvfs-file-name-p): Make it a defsubst.
3542         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3543         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3544         (tramp-gvfs-handle-file-directory-p): New defun.
3545         (tramp-gvfs-file-name-handler-alist): Use it.
3547         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3548         `tramp-foreign-file-name-handler-alist'.  Add to
3549         `tramp-unload-hook'.
3550         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3551         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3552         defconst.
3553         (tramp-gw-tunnel-method, tramp-gw-socks-method)
3554         (tramp-gw-open-connection): Set tramp-autoload cookie.
3556         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
3557         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3558         to `tramp-unload-hook'.  Change checks, whether package can be
3559         loaded.
3560         (tramp-imap-file-name-p): Make it a defsubst.
3561         (tramp-imap-method, tramp-imaps-method)
3562         (tramp-imap-file-name-handler)
3563         (tramp-imap-file-name-p): Set tramp-autoload cookie.
3565         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
3566         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
3567         to `tramp-unload-hook'.  Change checks, whether package can be
3568         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
3569         function name.
3570         (tramp-smb-tunnel-method): Make it a defconst.
3571         (tramp-smb-file-name-p): Make it a defsubst.
3572         (tramp-smb-method, tramp-smb-file-name-handler)
3573         (tramp-smb-file-name-p): Set tramp-autoload cookie.
3575         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3576         (tramp-uuencode-region): Set tramp-autoload cookie.
3578         * net/trampver.el (top) Add to `tramp-unload-hook'.
3579         (tramp-version, tramp-bug-report-address): Set tramp-autoload
3580         cookie.  Update release number.
3582 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
3584         * textmodes/ispell.el (ispell-start-process): Make sure original
3585         arg list is properly initialized (Bug#6993, Bug#6994).
3587 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3589         * files.el (directory-abbrev-alist): Use \` as default regexp.
3591         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3592         chars like - or ] (bug#6984).
3593         (rx-any-condense-range): Explode 2-char ranges.
3595 2010-09-06  Glenn Morris  <rgm@gnu.org>
3597         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3599 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3601         * textmodes/bibtex.el:
3602         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3604 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606         * net/imap.el (imap-message-map): Remove optional buffer parameter,
3607         since no callers use it.
3608         (imap-message-get): Ditto.
3609         (imap-message-put): Ditto.
3610         (imap-mailbox-map): Ditto.
3611         (imap-mailbox-put): Ditto.
3612         (imap-mailbox-get): Ditto.
3613         (imap-mailbox-get): Revert last change for this function.
3615 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617         * net/imap.el (imap-fetch-safe): Remove function, and alter all
3618         callers to use `imap-fetch' instead.  According to the comments, this
3619         should be safe, since all other IMAP clients use the 1:* syntax.
3620         (imap-enable-exchange-bug-workaround): Remove.
3621         (imap-debug): Remove -- doesn't seem very useful.
3623 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625         * net/imap.el (imap-log): New convenience function used throughout
3626         instead of repeating the same code all over the place.
3628 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
3630         * mouse.el (mouse-save-then-kill): Save region to kill-ring
3631         when mouse-drag-copy-region is non-nil (Bug#6956).
3633 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
3635         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
3636         Improve regexps (Bug#6987).
3637         (dired-sort-toggle): Search more robustly for -t flag.
3639         * files.el (get-free-disk-space): Search more robustly for
3640         "available" column.  Suggested by Ehud Karni
3641         <ehud@unix.mvs.co.il>.
3643 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
3645         * international/uni-bidi.el:
3646         * international/uni-category.el:
3647         * international/uni-combining.el:
3648         * international/uni-decimal.el:
3649         * international/uni-mirrored.el:
3650         * international/uni-name.el: Regenerate.
3652 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3654         * electric.el (electric-indent-post-self-insert-function):
3655         Don't reindent with a sloppy indentation function.
3657         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
3658         border case in change-log-mode.
3660 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
3662         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3663         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
3664         Recognize leading tab in gcc-include regexp.  Ignore names with
3665         leading "from" or "in" in gnu regexp (Bug#6937).
3667 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
3670         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
3671         (ispell-start-process): Avoid setq and simplify logic.
3672         (ispell-init-process): Setup kill-buffer-hook locally when needed.
3673         (kill-buffer-hook): Don't use it globally with code that uses
3674         expand-file-name since that may call kill-buffer via
3675         code_conversion_restore.
3677 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
3679         * emacs-lisp/package.el (package-directory-list): Only call
3680         file-name-nondirectory on a string.
3682 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3684         * emacs-lisp/package.el (package--download-one-archive):
3685         Ensure that archive-contents is valid before saving it.
3686         (package-activate-1, package-mark-obsolete, define-package)
3687         (package-compute-transaction, package-list-maybe-add): Use push.
3689 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         Use SMIE's blink-paren for octave-mode.
3692         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
3693         Backslashes do not escape single-quotes, single-quotes do.
3694         (octave-block-else-regexp, octave-block-end-regexp)
3695         (octave-block-match-alist): Remove.
3696         (octave-smie-bnf-table): New var, with old content.
3697         (octave-smie-op-levels): Use it.
3698         (octave-smie-closer-alist): New var.
3699         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
3700         (octave-blink-matching-block-open): Remove.
3701         (octave-reindent-then-newline-and-indent, octave-electric-semi)
3702         (octave-electric-space): Let self-insert-command run expand-abbrev and
3703         blink parens.
3705         * electric.el (electricity): New group.
3706         (electric-indent-chars): New var.
3707         (electric-indent-post-self-insert-function): New fun.
3708         (electric-indent-mode): New minor mode.
3709         (electric-pair-skip-self): New custom.
3710         (electric-pair-post-self-insert-function): New function.
3711         (electric-pair-mode): New minor mode.
3713         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
3714         calcAlg-blink-matching-open.
3715         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
3716         (calc-do-alg-entry): Only touch the part of the keymap that varies.
3717         Use the new blink-matching-check-function.
3719         Provide blink-matching support to SMIE.
3720         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
3721         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
3722         (smie-blink-matching-check, smie-blink-matching-open): New functions.
3724         * simple.el (newline): Fix last change to properly remove itself from
3725         the hook.
3727 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * simple.el (newline): Eliminate optimization.
3730         Use post-self-insert-hook to set hard-newline and things before
3731         running post-self-insert-hook.
3732         (blink-matching-check-mismatch): New function.
3733         (blink-matching-check-function): New variable.
3734         (blink-matching-open): Use them.
3735         Skip back forward over prefix chars skipped by forward-sexp.
3736         Don't check if the parens are backslash escaped.
3737         (blink-paren-post-self-insert-function): Check backslash escaping here.
3739 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3741         * emacs-lisp/package.el (package-menu-mode-map):
3742         Change package-menu-revert bindings to revert-buffer.
3743         (package-menu-mode): Set revert-buffer-function.
3744         (package-menu-revert): Doc fix.
3746 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
3748         * textmodes/ispell.el (ispell-init-process): Use "~/" as
3749         `default-directory' unless using Ispell per-directory personal
3750         dictionaries and not in a mini-buffer under XEmacs.
3751         (kill-buffer-hook): Do not kill ispell process on exit when
3752         `ispell-process-directory' is "~/".  (Bug#6143)
3754 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3756         * simple.el (kill-new): Call interprogram-cut-function with only
3757         one argument.
3759         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
3760         Remove cut buffer from error message.
3762         * term/x-win.el (x-select-text):
3763         * term/pc-win.el (x-selection-value):
3764         * term/ns-win.el (x-selection-value):
3765         * eshell/em-term.el:
3766         * w32-fns.el (x-get-selection-value):
3767         * mouse-sel.el (mouse-sel-set-selection-function):
3768         * frame.el (display-selections-p): Remove cut-buffer in documentation.
3770         * term/x-win.el: Update documentation for x-last-selected-text-*.
3771         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
3772         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
3773         (x-select-text): Remove argument PUSH, update documentation.  Remove
3774         cut-buffer code.
3775         (x-selection-value-internal): Was previously x-selection-value.
3776         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
3777         Update documentation, remove cut-buffer code.  Call
3778         x-selection-value-internal.
3779         (x-clipboard-yank): Call x-selection-value-internal.
3780         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
3782         * term/pc-win.el (x-last-selected-text):
3783         x-cut-buffer-or-selection-value renamed to x-selection-value
3784         (x-select-text): Remove argument PUSH, update documentation.
3786         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
3787         x-cut-buffer-or-selection-value renamed to x-selection-value
3788         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
3789         (x-select-text): Remove argument PUSH, update documentation.
3791         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
3793         * w32-fns.el (x-last-selected-text):
3794         x-cut-buffer-or-selection-value renamed to x-selection-value.
3795         (x-cut-buffer-max): Remove.
3796         (x-select-text): Remove argument PUSH, update documentation.
3798         * simple.el (interprogram-cut-function): Remove mention of PUSH.
3800         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
3802         * mouse-sel.el (mouse-sel-get-selection-function):
3803         x-cut-buffer-or-selection-value renamed to x-selection-value.
3804         (x-select-text): Remove optional push.
3806 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * simple.el (blink-paren-function): Move from C to here.
3809         (blink-paren-post-self-insert-function): New function.
3810         (post-self-insert-hook): Use it.
3812         * emacs-lisp/pcase.el (pcase-split-memq):
3813         Fix overenthusiastic optimisation.
3814         (pcase-u1): Handle the case of a lambda pred.
3816 2010-08-31  Kenichi Handa  <handa@m17n.org>
3818         * international/mule-cmds.el (standard-display-european-internal):
3819         Setup standard-display-table for 8-bit characters by storing 8-bit
3820         characters in the element vector.
3822         * disp-table.el (standard-display-8bit):
3823         Setup standard-display-table for 8-bit characters by storing 8-bit
3824         characters in the element vector.
3825         (standard-display-european): Likewise.
3827 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
3829         * textmodes/nroff-mode.el (nroff-view): New command.
3830         (nroff-mode-map): Bind it to C-c C-c.
3832 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3834         * emacs-lisp/smie.el (smie-down-list): New command.
3836         Remove old indentation and navigation code on octave-mode.
3837         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
3838         smie-down-list rather than add a binding for octave-down-block.
3839         (octave-mark-block, octave-blink-matching-block-open):
3840         Rely on forward-sexp-function.
3841         (octave-fill-paragraph): Don't narrow, so you can use
3842         indent-according-to-mode.
3843         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
3844         (octave-in-block-p, octave-re-search-forward-kw)
3845         (octave-re-search-backward-kw, octave-indent-calculate)
3846         (octave-end-as-array-index-p, octave-block-end-offset)
3847         (octave-scan-blocks, octave-forward-block, octave-backward-block)
3848         (octave-down-block, octave-backward-up-block, octave-up-block)
3849         (octave-before-magic-comment-p, octave-indent-line): Remove.
3851 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
3853         * emacs-lisp/package.el (package--read-archive-file): Just use
3854         `read', to avoid copying an additional string.
3855         (package-menu-mode): Set header-line-format here.
3856         (package-menu-refresh, package-menu-revert): Signal an error if
3857         not in the Package Menu.
3858         (package-menu-package-list): New var.
3859         (package--generate-package-list): Operate on the current buffer;
3860         don't assume that it is *Packages*, since the user may rename it.
3861         Allow persistent package listings and sort keys using
3862         package-menu-package-list and package-menu-package-sort-key.
3863         (package-menu--version-predicate): Fix version calculation.
3864         (package-menu-sort-by-column): Don't select the window.
3865         (package--list-packages): Create the *Packages* buffer.
3866         Set package-menu-package-list-key.
3867         (list-packages): Sorting by status is now the default.
3868         (package-buffer-info): Use match-string-no-properties.
3869         (define-package): Add a &rest argument for future proofing, but
3870         don't use it yet.
3871         (package-install-from-buffer, package-install-buffer-internal):
3872         Merge into a single function, package-install-from-buffer.
3873         (package-install-file): Change caller.
3875         * finder.el: Load finder-inf using `require'.
3876         (finder-list-matches): Sorting by status is now the default.
3877         (finder-compile-keywords): Simpify printing.
3879 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3882         (octave-mode-map): Remove special bindings for forward/backward-block
3883         and octave-backward-up-block.  Use smie-close-block.
3884         (octave-continuation-marker-regexp): New var.
3885         (octave-continuation-regexp): Use it.
3886         (octave-operator-table, octave-smie-op-levels)
3887         (octave-operator-regexp, octave-smie-indent-rules): New vars.
3888         (octave-smie-backward-token, octave-smie-forward-token): New funs.
3889         (octave-mode): Use SMIE.
3890         (octave-close-block): Delete.
3892 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
3894         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
3895         CLIPBOARD, not in PRIMARY.  (Bug#6944)
3897 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
3900         a list of parents.
3901         (smie-indent-column): Allow indirection through variables.
3903         * composite.el (save-buffer-state): Delete, unused.
3904         * font-lock.el (save-buffer-state): Use with-silent-modifications.
3905         (font-lock-default-fontify-region): Use with-syntax-table.
3906         * jit-lock.el (with-buffer-unmodified): Remove.
3907         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
3909         Use `declare' in defmacros.
3910         * window.el (save-selected-window):
3911         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
3912         * progmodes/python.el (def-python-skeleton):
3913         * net/dbus.el (dbus-ignore-errors):
3914         * jka-cmpr-hook.el (with-auto-compression-mode):
3915         * international/mule.el (with-category-table):
3916         * emacs-lisp/timer.el (with-timeout):
3917         * emacs-lisp/lisp-mnt.el (lm-with-file):
3918         * emacs-lisp/eieio.el (with-slots):
3919         * emacs-lisp/easymenu.el (easy-menu-define):
3920         * emacs-lisp/debug.el (debugger-env-macro):
3921         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
3922         (Multiple-value-call, Multiple-value-prog1):
3923         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
3924         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
3925         edebug rule to definition.
3926         * emacs-lisp/lisp-mode.el (save-selected-window)
3927         (with-current-buffer, combine-after-change-calls)
3928         (with-output-to-string, with-temp-file, with-temp-buffer)
3929         (with-temp-message, with-syntax-table, read-if, eval-after-load)
3930         (dolist, dotimes, when, unless):
3931         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
3933 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
3935         * finder.el: Require `package'.
3936         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
3937         (finder-package-info): Var deleted.
3938         (finder-keywords-hash, finder--builtins-alist): New vars.
3939         (finder-compile-keywords): Compute package--builtins and
3940         finder-keywords-hash instead of finder-keywords-hash, respecting
3941         the "Package" header.
3942         (finder-unknown-keywords, finder-list-matches):
3943         Use finder-keywords-hash and package--list-packages.
3944         (finder-mode): Don't set font-lock-defaults.
3945         (finder-exit): We don't use "*Finder-package*" and "*Finder
3946         Category*" buffers anymore.
3948         * emacs-lisp/package.el (package--builtins-base): Var deleted.
3949         (package--builtins): Set default value to nil.
3950         (package-initialize): Load precomputed value of package--builtins
3951         from finder-inf.el.
3952         (package-alist, package-compute-transaction)
3953         (package-download-transaction): Improve docstring.
3954         (package-read-all-archive-contents): Do not change
3955         package--builtins here.
3956         (list-packages): Make package-list-packages an alias for this.
3957         Sort by status by default.
3958         (package--list-packages): Add optional PACKAGES arg.
3959         (describe-package-1): Use font-lock-face property.  For built-in
3960         packages, insert file commentary.
3961         (package--generate-package-list): Rename from
3962         package-list-packages-internal; all callers changed.  Add optional
3963         PACKAGES arg.  Add alphabetical sort fallbacks.
3964         (package-menu--version-predicate, package-menu--status-predicate)
3965         (package-menu--description-predicate)
3966         (package-menu--name-predicate): New functions.
3968         * info.el (Info-finder-find-node): Search package-alist instead of
3969         finder-package-info.
3971 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
3973         * subr.el (version-regexp-alist): Don't use "a" and "b" for
3974         "alpha" and "beta".
3975         (version-to-list): Handle versions like "10.3d".
3977 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
3980         (macroexp-accumulate): Use `declare'.
3982 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3984         * whitespace.el (whitespace-style): Adjust type declaration.
3986 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
3988         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3989         empty argument to gvfs-copy.
3991 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3993         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3994         handle new TRASH arg of `delete-file'.
3996 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
3998         * net/tramp.el (tramp-handle-insert-directory): Don't use
3999         `forward-word', its default syntax could be changed.
4001 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4002             Michael Albinus  <michael.albinus@gmx.de>
4004         Implement compression for inline methods.
4006         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4007         (tramp-copy-size-limit): Allow also nil.
4008         (tramp-inline-compress-commands): New defconst.
4009         (tramp-find-inline-compress, tramp-get-inline-compress)
4010         (tramp-get-inline-coding): New defuns.
4011         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4012         replaced by `tramp-get-inline-coding'.
4013         (tramp-handle-file-local-copy, tramp-handle-write-region)
4014         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4016 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
4018         Detect ssh 'ControlMaster' argument automatically in some cases.
4020         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4021         (tramp-default-method): Use it.
4023 2010-08-26  Karel Klíč  <kklic@redhat.com>
4025         * net/tramp.el (tramp-file-name-for-operation):
4026         Add file-selinux-context.
4028 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4030         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4032 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4034         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4035         (Bug#6907).
4037 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
4039         * progmodes/js.el: Make indentation more customizable (Bug#6914).
4040         (js-paren-indent-offset, js-square-indent-offset)
4041         (js-curly-indent-offset): New options.
4042         (js--proper-indentation): Use them.
4044 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
4046         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4047         instead of inspecting font-lock properties (Bug#6916).
4049 2010-08-26  David Reitter  <david.reitter@gmail.com>
4051         * server.el (server-visit-files): Run pre-command-hook and
4052         post-command-hook for each buffer while it is current (Bug#6910).
4053         (server-execute): Do not run hooks here.
4055 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
4057         Sync with Tramp 2.1.19.
4059         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4060         (tramp-reporter-dump-variable, tramp-load-report-modules)
4061         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4062         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4064         * net/tramp-compat.el (top): Do not autoload
4065         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
4066         only when `start-file-process' is not bound.
4067         (byte-compile-not-obsolete-vars): Define if not bound.
4068         (tramp-compat-funcall): New defmacro.
4069         (tramp-compat-line-beginning-position)
4070         (tramp-compat-line-end-position)
4071         (tramp-compat-temporary-file-directory)
4072         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4073         (tramp-compat-copy-file, tramp-compat-copy-directory)
4074         (tramp-compat-delete-file, tramp-compat-delete-directory)
4075         (tramp-compat-number-sequence, tramp-compat-process-running-p):
4076         Use it.
4077         (tramp-advice-file-expand-wildcards): Do not use
4078         `tramp-handle-file-remote-p'.
4079         (tramp-compat-make-temp-file): Simplify fallback implementation.
4080         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4081         (tramp-compat-copy-tree): Remove function.
4082         (tramp-compat-delete-file): New defun.
4083         (tramp-compat-delete-directory): Provide implementation for older
4084         Emacsen.
4085         (tramp-compat-file-attributes): Handle only
4086         `wrong-number-of-arguments' error.
4088         * net/tramp-fish.el (tramp-fish-handle-copy-file):
4089         Add PRESERVE_SELINUX_CONTEXT.
4090         (tramp-fish-handle-delete-file): Add TRASH arg.
4091         (tramp-fish-handle-directory-files-and-attributes):
4092         Do not use `tramp-fish-handle-file-attributes.
4093         (tramp-fish-handle-file-local-copy)
4094         (tramp-fish-handle-insert-file-contents)
4095         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4097         * net/tramp-gvfs.el (top): Require url-util.
4098         (tramp-gvfs-mount-point): Remove.
4099         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4100         and `set-file-selinux-context'.
4101         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4102         (tramp-gvfs-handle-file-selinux-context)
4103         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4104         (with-tramp-dbus-call-method): Format trace message.
4105         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4106         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4107         Implement backup call, when operation on local files fails.
4108         Use progress reporter.  Flush properties of changed files.
4109         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
4110         `tramp-compat-delete-file'.
4111         (tramp-gvfs-handle-expand-file-name): Expand "~/".
4112         (tramp-gvfs-handle-make-directory): Make more traces.
4113         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4114         (tramp-gvfs-url-file-name): Hexify file name in url.
4115         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4116         into account for the resulting file name.
4117         (tramp-gvfs-handler-askquestion): Preserve current message, in
4118         order to let progress reporter continue afterwards.  (Bug#6257)
4119         Return dummy mountpoint, when the answer is "no".
4120         See `tramp-gvfs-maybe-open-connection'.
4121         (tramp-gvfs-handler-mounted-unmounted)
4122         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4123         attribute "default_location".  Set "prefix" property.
4124         Handle default-location.
4125         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4126         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4127         exists.  Raise an error, if not (due to a corresponding answer
4128         "no" in interactive questions, for example).
4129         Use `tramp-compat-funcall'.
4131         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4132         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4133         (tramp-imap-do-copy-or-rename-file)
4134         (tramp-imap-handle-insert-file-contents)
4135         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4136         (tramp-imap-handle-delete-file): Add TRASH arg.
4138         * net/tramp-smb.el (tramp-smb-handle-copy-file):
4139         Add PRESERVE-SELINUX-CONTEXT.
4140         (tramp-smb-handle-copy-file)
4141         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4142         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4143         Use `with-progress-reporter'.
4144         (tramp-smb-handle-delete-file): Add TRASH arg.
4146         * net/tramp.el (tramp-methods): Move hostname to the end in all
4147         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
4148         appropriate.
4149         (tramp-verbose): Describe verbose level 9.
4150         (tramp-completion-function-alist)
4151         (tramp-file-name-regexp, tramp-chunksize)
4152         (tramp-local-coding-commands, tramp-remote-coding-commands)
4153         (with-connection-property, tramp-completion-mode-p)
4154         (tramp-action-process-alive, tramp-action-out-of-band)
4155         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4156         (tramp-exists-file-name-handler): Fix docstring.
4157         (tramp-remote-process-environment): Use `format' instead of
4158         `concat'.  Protect version string by apostroph.
4159         (tramp-shell-prompt-pattern): Do not use a shy group in case of
4160         XEmacs.
4161         (tramp-file-name-regexp-unified)
4162         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4163         not regard the volume letter as remote filename.  (Bug#5447)
4164         (tramp-perl-file-attributes)
4165         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4166         (tramp-vc-registered-read-file-names): Read input as
4167         here-document, otherwise the command could exceed maximum length
4168         of command line.
4169         (tramp-file-name-handler-alist): Add `file-selinux-context' and
4170         `set-file-selinux-context'.
4171         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4172         backtrace functions.
4173         (tramp-error-with-buffer): Don't show the connection buffer when
4174         we are in completion mode.
4175         (tramp-progress-reporter-update, tramp-remote-selinux-p)
4176         (tramp-handle-file-selinux-context)
4177         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4178         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4179         New defuns.
4180         (with-progress-reporter): New defmacro.
4181         (tramp-debug-outline-regexp): New defconst.
4182         (top, tramp-rfn-eshadow-setup-minibuffer)
4183         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4184         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4185         (tramp-completion-mode-p, tramp-check-for-regexp)
4186         (tramp-open-connection-setup-interactive-shell)
4187         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4188         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4189         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
4190         Use `tramp-compat-funcall'.
4191         (tramp-handle-make-symbolic-link): Flush file properties.
4192         (tramp-handle-load, tramp-handle-file-local-copy)
4193         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4194         (tramp-handle-vc-registered, tramp-maybe-send-script)
4195         (tramp-find-shell): Use `with-progress-reporter'.
4196         (tramp-do-file-attributes-with-stat): Add space in format string,
4197         in order to work around a bug in pdksh.  Reported by Gilles Pion
4198         <gpion@lfdj.com>.
4199         (tramp-handle-verify-visited-file-modtime): Do not send a command
4200         when the connection is not established.
4201         (tramp-handle-set-file-times): Simplify the check for utc.
4202         (tramp-handle-directory-files-and-attributes)
4203         (tramp-get-remote-path): Use `copy-tree'.
4204         (tramp-completion-handle-file-name-all-completions): Ensure, that
4205         non remote files are still checked.  Oops.
4206         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4207         Handle PRESERVE-SELINUX-CONTEXT.
4208         (tramp-do-copy-or-rename-file): Add progress reporter.
4209         (tramp-do-copy-or-rename-file-directly): Do not use
4210         `tramp-handle-file-remote-p'.
4211         (tramp-do-copy-or-rename-file-out-of-band):
4212         Use `tramp-compat-delete-directory'.
4213         (tramp-do-copy-or-rename-file-out-of-band)
4214         (tramp-compute-multi-hops, tramp-maybe-open-connection):
4215         Use `format-spec-make'.
4216         (tramp-handle-delete-file): Add TRASH arg.
4217         (tramp-handle-dired-uncache): Flush directory cache, not only file
4218         cache.
4219         (tramp-handle-expand-file-name)
4220         (tramp-completion-handle-file-name-all-completions)
4221         (tramp-completion-handle-file-name-completion):
4222         Use `tramp-connectable-p'.
4223         (tramp-handle-start-file-process): Set connection property "vec".
4224         Use it, in order to invalidate file caches.  Check only for
4225         `remote-tty' process property.
4226         Implement tty setting.  (Bug#4604, Bug#6360)
4227         (tramp-file-name-for-operation): Add `call-process-region' and
4228         `set-file-selinux-context'.
4229         (tramp-find-foreign-file-name-handler)
4230         (tramp-advice-make-auto-save-file-name)
4231         (tramp-set-auto-save-file-modes): Remove superfluous check for
4232         `stringp'.  This is done inside `tramp-tramp-file-p'.
4233         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
4234         operations when we are in completion mode.  This gives the user
4235         the chance to correct the file name in the minibuffer.
4236         (tramp-completion-mode-p): Use `non-essential'.
4237         (tramp-handle-file-name-all-completions): Backward/ XEmacs
4238         compatibility: Use `completion-ignore-case' if
4239         `read-file-name-completion-ignore-case' does not exist.
4240         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
4241         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4242         `tramp-open-shell'.
4243         (tramp-action-password): Hide password prompt before next run.
4244         (tramp-process-actions): Widen connection buffer for the trace.
4245         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4246         process property.  Trace stty settings if `tramp-verbose' >= 9.
4247         Apply workaround for IRIX64 bug.  Move argument of last
4248         `tramp-send-command' where it belongs to.
4249         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4250         front of `login-args'.
4251         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
4252         on "/dev/null" instead of "/".
4253         (tramp-get-ls-command-with-dired): Make test for "--dired"
4254         stronger.
4255         (tramp-set-auto-save-file-modes): Adapt version check.
4256         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4257         (tramp-handle-process-file): Call the program in a subshell, in
4258         order to preserve working directory.
4259         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
4260         `tramp-remote-sh' from `tramp-methods'.
4261         (tramp-get-ls-command): Make test for "--color=never" stronger.
4262         (tramp-check-for-regexp): Use (forward-line 1).
4264         * net/trampver.el: Update release number.
4266 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4268         * help.el (help-map): Bind `C-h P' to describe-package.
4270         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
4272         * emacs-lisp/package.el (package-refresh-contents): Catch errors
4273         when downloading archives.
4274         (describe-package-1): Add package commentary.
4275         (package-install-button-action): New function.
4276         (package-menu-mode-map): Bind ? to package-menu-describe-package.
4277         (package-menu-view-commentary): Function removed.
4278         (package-list-packages-internal): Hide the `package' package too.
4280 2010-08-25  Kenichi Handa  <handa@m17n.org>
4282         * language/misc-lang.el ("Arabic"): New language environment.
4283         Setup composition-function-table for Arabic characters.
4285         * international/fontset.el (setup-default-fontset): Fix typo for
4286         arabic OTF spec (fini->fina).
4288 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
4290         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
4291         on all frames.
4293 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4295         * whitespace.el: Allow cleaning up blanks without blank
4296         visualization (Bug#6651).  Adjust help window for
4297         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
4298         instead of whitespace-line-column (from EmacsWiki).  New version
4299         13.1.
4300         (whitespace-style): Added new value 'face.  Adjust docstring.
4301         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
4302         foreground property face.
4303         (whitespace-line-column): Adjust docstring and type declaration.
4304         (whitespace-style-value-list, whitespace-toggle-option-alist)
4305         (whitespace-help-text): Adjust const initialization.
4306         (whitespace-toggle-options, global-whitespace-toggle-options):
4307         Adjust docstring.
4308         (whitespace-display-window, whitespace-interactive-char)
4309         (whitespace-style-face-p, whitespace-color-on): Adjust code.
4310         (whitespace-help-scroll): New fun.
4312 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4314         * emacs-lisp/package.el (list-packages): Alias for
4315         package-list-packages.
4317 2010-08-24  Kevin Ryde  <user42@zip.com.au>
4319         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4320         (Bug#5651).
4322         * progmodes/ruby-mode.el (ruby): Add defgroup.
4324 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4326         * progmodes/python.el: Add Ipython support (Bug#5390).
4327         (python-shell-prompt-alist)
4328         (python-shell-continuation-prompt-alist): New options.
4329         (python--set-prompt-regexp): New function.
4330         (inferior-python-mode, run-python, python-shell): Require
4331         ansi-color.  Use python--set-prompt-regexp to set the comint
4332         prompt based on the Python interpreter.
4333         (python--prompt-regexp): New var.
4334         (python-check-comint-prompt)
4335         (python-comint-output-filter-function): Use it.
4336         (run-python): Use a pipe (Bug#5694).
4338 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
4340         * progmodes/python.el (python-send-region): Send a different
4341         Python command if Ipython is in use.
4342         (python-check-version): Use a Python command to find the version.
4344 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4346         * mouse.el (mouse-yank-primary): Avoid setting primary when
4347         deactivating the mark (Bug#6872).
4349 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
4351         * progmodes/python.el (python-block-pairs): Allow use of "finally"
4352         with "else" (Bug#3991).
4354 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
4356         * net/dbus.el: Accept UNIX domain sockets as bus address.
4357         (top): Don't initialize `dbus-registered-objects-table' anymore,
4358         this is done in dbusbind,c.
4359         (dbus-check-event): Adapt test for bus.
4360         (dbus-return-values-table, dbus-unregister-service)
4361         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4362         Adapt doc string.
4364 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
4366         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
4368 2010-08-22  Juri Linkov  <juri@jurta.org>
4370         * simple.el (read-extended-command): New function with the logic
4371         for `completing-read' moved to Elisp from `execute-extended-command'.
4372         Use `function-called-at-point' in `minibuffer-default-add-function'
4373         to get a command name for M-n (bug#5364, bug#5214).
4375 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4377         * startup.el (command-line-1): Issue warning for ignored arguments
4378         --unibyte, etc (Bug#6886).
4380 2010-08-22  Leo  <sdl.web@gmail.com>
4382         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
4383         (ignore, bright, dim, keyword): Split list of nicknames before
4384         passing to rcirc-add-or-remove (Bug#6894).
4386 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4388         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4390 2010-08-22  Leo  <sdl.web@gmail.com>
4392         Fix buffer-list rename&refresh after killing a buffer in ido.
4393         * ido.el: Revert Óscar's.
4394         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
4395         Remember the buffers at head, rather than their name.
4396         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
4398 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
4399             Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
4402         extra backslash added to each line (bug#6890).
4404 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * subr.el (read-key): Don't echo keystrokes (bug#6883).
4408 2010-08-22  Glenn Morris  <rgm@gnu.org>
4410         * menu-bar.el (menu-bar-games-menu): Add landmark.
4412 2010-08-22  Glenn Morris  <rgm@gnu.org>
4414         * align.el (align-regexp): Make group and spacing arguments
4415         use the interactive defaults when non-interactive.  (Bug#6698)
4417         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4418         expansion, so as not to need sendmail.
4419         (mail-text-start): Remove declaration.
4420         (rmail-retry-failure): Require sendmail.
4422 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4424         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4426 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
4428         * progmodes/flymake.el (flymake-start-syntax-check-process):
4429         Use `start-file-process' in order to let it run also on remote hosts.
4431 2010-08-22  Kenichi Handa  <handa@m17n.org>
4433         * files.el: Add `word-wrap' as safe local variable.
4435 2010-08-22  Glenn Morris  <rgm@gnu.org>
4437         * woman.el (woman-translate): Case matters.  (Bug#6849)
4439 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4441         * simple.el (kill-region): Doc fix (Bug#6787).
4443 2010-08-22  Glenn Morris  <rgm@gnu.org>
4445         * calendar/diary-lib.el (diary-header-line-format):
4446         Fit it to the window, not the frame.
4448 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
4450         * subr.el (ignore-errors): Add debug declaration.
4452 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
4454         * whitespace.el (whitespace-color-off): Remove post-command-hook
4455         locally.
4457 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4459         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
4461 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
4463         * cus-edit.el (custom-group-value-create): Add extra newline
4464         before end line (Bug#6876).
4466 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
4468         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
4469         when extending it.  Before killing on the second click, check if
4470         the buffer is the correct one.  Doc fix.
4471         (mouse-secondary-save-then-kill): Allow usage without first
4472         calling mouse-start-secondary, by defaulting to point.  Don't save
4473         an empty secondary selection.  Doc fix.
4475 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4477         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
4478         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
4479         New version 13.0.
4480         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4481         Adjust initialization.
4482         (whitespace-bob-marker, whitespace-eob-marker)
4483         (whitespace-buffer-changed): New vars.
4484         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
4485         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4486         (whitespace-post-command-hook, whitespace-display-char-on):
4487         Adjust code.
4488         (whitespace-looking-back, whitespace-buffer-changed): New funs.
4489         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
4491 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4493         * files.el (locate-file-completion-table): Only list the .el and .elc
4494         extensions if there's no other choice (bug#5955).
4496         * facemenu.el (facemenu-self-insert-data): New var.
4497         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
4498         New functions.
4499         (facemenu-add-face): Use them.
4501         * simple.el (blink-matching-open): Obey forward-sexp-function.
4503 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         * simple.el (prog-mode-map): New var.
4506         (prog-indent-sexp): New command.
4508         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4510         * progmodes/prolog.el (smie): Require.
4512         * emacs-lisp/smie.el (smie-default-backward-token)
4513         (smie-default-forward-token): Strip properties.
4514         (smie-next-sexp): Be more careful with associative operators.
4515         (smie-forward-sexp-command): Generalize.
4516         (smie-backward-sexp-command): Simplify.
4517         (smie-closer-alist): New var.
4518         (smie-close-block): New command.
4519         (smie-indent-debug-log): New var.
4520         (smie-indent-offset-rule): Add a few more cases.
4521         (smie-indent-column): New function.
4522         (smie-indent-after-keyword): Use it.
4523         (smie-indent-keyword): Use it.
4524         Fix up the opener code's point position.
4525         (smie-indent-comment): Only applies at BOL.
4526         (smie-indent-debug): New command.
4528         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4529         declarations that are useful before running the macro.
4531 2010-08-18  Joakim Verona  <joakim@verona.se>
4533         * image.el (imagemagick-types-inhibit): New variable.
4534         (imagemagick-register-types): New function.
4535         * image-mode.el (image-transform-properties): New function.
4536         (image-transform-set-scale, image-transform-fit-to-height)
4537         (image-transform-set-rotation, image-transform-set-resize)
4538         (image-transform-fit-to-width, image-transform-fit-to-height):
4539         New functions.
4540         (image-toggle-display-image): Support image transforms.
4542 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4544         * image.el (create-animated-image): Don't add heuristic mask to image
4545         (Bug#6839).
4547 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
4549         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4550         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
4552 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4554         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4556         Font-lock '...' strings, plus various simplifications and fixes.
4557         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4558         (octave-font-lock-close-quotes): New function.
4559         (octave-font-lock-syntactic-keywords): New var.
4560         (octave-mode): Use it.  Set beginning-of-defun-function.
4561         (octave-mode-map): Don't override the <foo>-defun commands.
4562         (octave-mode-menu): Pass it directly to easy-menu-define;
4563         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4564         (octave-block-match-alist): Fix up last change so that
4565         octave-close-block uses the more specific keyword.
4566         (info-lookup-mode): Silence byte-compiler.
4567         (octave-beginning-of-defun): Not interactive any more.
4568         Optimize slightly.
4569         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4570         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4571         (octave-completion-at-point-function): Make sure point is within
4572         beg..end.
4573         (octave-reindent-then-newline-and-indent):
4574         Use reindent-then-newline-and-indent.
4575         (octave-add-octave-menu): Remove.
4577 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
4579         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4580         (report-emacs-bug-can-use-xdg-email): New functions.
4581         (report-emacs-bug): Set can-xdg-email to result of
4582         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
4583         \C-cm to report-emacs-bug-insert-to-mailer and add help text
4584         about it.
4586         * net/browse-url.el (browse-url-default-browser): Add cond
4587         for browse-url-xdg-open.
4588         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4590 2010-08-17  Glenn Morris  <rgm@gnu.org>
4592         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4593         (c-fontify-recorded-types-and-refs): Define for compiler.
4594         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4595         before use.
4597         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4598         Fix format call.
4600 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
4602         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4603         properties.
4604         (tramp-handle-process-file): Call the program in a subshell, in
4605         order to preserve working directory.
4606         (tramp-action-password): Hide password prompt before next run.
4607         (tramp-process-actions): Widen connection buffer for the trace.
4609 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4611         * net/rcirc.el (rcirc-log-process-buffers): New option.
4612         (rcirc-print): Use it.
4613         (rcirc-generate-log-filename): New function.
4614         (rcirc-log-filename-function): Change default to
4615         rcirc-generate-log-filename (Bug#6828).
4617 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
4619         * simple.el (deactivate-mark): If select-active-regions is `only',
4620         only set selection for temporarily active regions.
4622         * cus-start.el: Change defcustom for select-active-regions.
4624 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4626         * mouse.el (mouse--drag-set-mark-and-point): New function.
4627         (mouse-drag-track): Use LOCATION arg to push-mark.
4628         Use mouse--drag-set-mark-and-point to take click-count into
4629         consideration when updating point and mark (Bug#6840).
4631 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4633         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4634         Give the Ruby rule a lower priority than Gnu (Bug#6778).
4636 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4638         * font-lock.el (lisp-font-lock-keywords-2):
4639         Add combine-after-change-calls, condition-case-no-debug,
4640         with-demoted-errors, and with-silent-modifications (Bug#6025).
4642 2010-08-14  Kevin Ryde  <user42@zip.com.au>
4644         * emacs-lisp/copyright.el (copyright-update-year)
4645         (copyright-update): Temporary switch-to-buffer to ensure the
4646         buffer change being queried is visible (Bug#5394).
4648 2010-08-14  Tom Tromey  <tromey@redhat.com>
4650         * progmodes/etags.el (tags-file-name): Mark safe if stringp
4651         (Bug#6733).
4653 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
4655         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
4656         MS-DOS.  (Bug#6689)
4658 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
4660         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
4661         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4662         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4663         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
4664         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
4665         Call menu-bar-set-tool-bar-position.
4667 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
4670         comment style (bug#6834).
4671         * progmodes/scheme.el (scheme-mode-syntax-table):
4672         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
4673         "b" flag in "' 14b" syntax.
4675         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
4676         for (un)commenting the region and performing completion.
4677         (octave-mode-menu): Use standard commands for help and completion.
4678         (octave-mode-syntax-table): Support %{..%} comments (sort of).
4679         (octave-mode): Use define-derived-mode.
4680         Set completion-at-point-functions and don't set columns.
4681         Don't disable adaptive-fill-regexp.
4682         (octave-describe-major-mode, octave-comment-region)
4683         (octave-uncomment-region, octave-comment-indent)
4684         (octave-indent-for-comment): Remove.
4685         (octave-indent-calculate): Rename from calculate-octave-indent.
4686         (octave-indent-line, octave-fill-paragraph): Update caller.
4687         (octave-initialize-completions): No need to make an alist.
4688         (octave-completion-at-point-function): New function.
4689         (octave-complete-symbol): Use it.
4690         (octave-insert-defun): Use define-skeleton.
4692         * progmodes/octave-mod.el (octave-mode): Set comment-add.
4693         (octave-mode-map): Use comment-dwim (bug#6829).
4695 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4697         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
4698         indentation of inserted comment.
4700 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
4702         * faces.el (region): Add type gtk that uses gtk colors.
4704         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4705         Handle theme-name change.
4707 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
4709         * progmodes/sql.el: Version 2.5
4710         (sql-product-alist): Add :prompt-cont-regexp property for several
4711         database products.
4712         (sql-prompt-cont-regexp): New variable.
4713         (sql-output-newline-count, sql-output-by-send):
4714         New variables.  Record number of newlines in input text.
4715         (sql-send-string): Handle multiple filters and count newlines.
4716         (sql-send-magic-terminator): Count terminator newline.
4717         (sql-interactive-remove-continuation-prompt): Filters output to
4718         remove continuation prompts; one for each newline.
4719         (sql-interactive-mode): Set up new variables, prompt regexp and
4720         output filter.
4721         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
4722         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
4724 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4726         * emacs-lisp/pcase.el: New file.
4728 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
4730         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
4731         as here-document, otherwise the command could exceed maximum
4732         length of command line.
4733         (tramp-handle-vc-registered): Call script accordingly.
4734         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
4736 2010-08-10  Kenichi Handa  <handa@m17n.org>
4738         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
4739         composable pattern.
4741 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
4743         * emacs-lisp/package.el (package-version-split)
4744         (package--version-first-nonzero, package-version-compare):
4745         Functions removed.
4746         (package-directory-list, package-load-all-descriptors)
4747         (package--built-in, package-activate, define-package)
4748         (package-installed-p, package-compute-transaction)
4749         (package-read-all-archive-contents)
4750         (package--add-to-archive-contents, package-buffer-info)
4751         (package-tar-file-info, package-list-packages-internal):
4752         Use version-to-list and version-list-*.
4754         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4755         Use version-to-list.
4756         (package-upload-buffer-internal): Use version-list-<=.
4758 2010-08-09  Kenichi Handa  <handa@m17n.org>
4760         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
4761         composable pattern.
4763 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
4765         * tutorial.el (tutorial--default-keys): C-d is now bound to
4766         delete-forward-char (Bug#6826).
4768         * mouse.el (mouse-drag-track): Remove accidentally-removed check
4769         for `double' value of mouse-1-click-follows-link (Bug#6807).
4771 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
4773         * replace.el (replace-highlight): Bind isearch-forward and
4774         isearch-error, ensuring that highlighting is updated if the user
4775         switches the search direction (Bug#6808).
4777         * isearch.el (isearch-lazy-highlight-forward): New var.
4778         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4779         (isearch-lazy-highlight-update): Use it.
4781 2010-08-08  Kenichi Handa  <handa@m17n.org>
4783         * international/mule.el (define-charset): Store NAME as :base property.
4784         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
4785         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
4786         current priority.  Force using the designation of the specific
4787         charset by adding `charset' text property.  Improve the whole algorithm.
4789 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4791         * emulation/pc-select.el (pc-selection-mode-hook)
4792         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
4793         (pc-selection-mode): Fix typos in docstrings.
4795 2010-08-08  Kenichi Handa  <handa@m17n.org>
4797         * language/cyrillic.el: Don't add "microsoft-cp1251" to
4798         ctext-non-standard-encodings-alist here.
4800         * international/mule.el (ctext-non-standard-encodings-alist):
4801         Add "koi8-r" and "microsoft-cp1251".
4802         (ctext-standard-encodings): New variable.
4803         (ctext-non-standard-encodings-table): List only elements for
4804         non-standard encodings.
4805         (ctext-pre-write-conversion): Adjust for the above change.
4806         Check ctext-standard-encodings.
4808         * international/mule-conf.el (compound-text): Doc fix.
4809         (ctext-no-compositions): Doc fix.
4810         (compound-text-with-extensions): Doc fix.
4812 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4814         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
4816 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4818         * progmodes/which-func.el (which-func-format): Split help-echo text
4819         into lines, like other mode-line tooltips.
4821         * server.el (server-start): When using TCP sockets, force IPv4
4822         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
4824 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
4828 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4830         * term.el (term-delimiter-argument-list): Reflow docstring.
4831         (term-read-input-ring, term-write-input-ring, term-send-input)
4832         (term-bol, term-erase-in-display, serial-supported-or-barf):
4833         Fix typos in docstrings.
4835 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
4839 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4841         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
4843 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
4845         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
4846         Fix typo in docstring (bug#6747).
4848 2010-08-08  Leo  <sdl.web@gmail.com>
4850         * eshell/esh-io.el (eshell-get-target): Better detection of
4851         read-only file (Bug#6762).
4853 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4855         * align.el (align-default-spacing): Doc fix.
4856         (align-region-heuristic, align-regexp): Fix typos in docstrings.
4858 2010-08-08  Stephen Peters  <speters@itasoftware.com>
4860         * calendar/icalendar.el
4861         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
4862         (icalendar--get-weekday-numbers): New.
4863         (icalendar--convert-recurring-to-diary): Handle multiple byday
4864         values in weekly rules.  (Bug#6766)
4866 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
4868         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
4869         (icalendar--create-uid, icalendar-export-region)
4870         (icalendar--parse-summary-and-rest): Code formatting.
4872 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4874         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
4875         to italicize headers.
4876         (calc-highlight-selections-with-faces): New variable.
4877         (calc-selected-face, calc-nonselected-face): New faces.
4879         * calc/calccomp.el (math-comp-highlight-string): Use
4880         `calc-highlight-selections-with-faces' to determine how to highlight
4881         sub-formulas.
4883         * calc/calc-sel.el (calc-show-selections): Change message to when
4884         using faces to highlight selections.
4886 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
4888         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
4889         Add SQLite 3 keywords, functions and datatypes.
4890         (sql-interactive-mode): Remove `comint-process-echoes' set to t
4891         (Bug#6686).
4893 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
4895         * simple.el (select-active-regions): Move to keyboard.c.
4896         (deactivate-mark): Used saved-region-selection.
4897         (select-active-region): Function removed.
4898         (activate-mark, set-mark, push-mark-command)
4899         (handle-shift-selection): Don't call it.
4900         (keyboard-quit): Avoid adding the region to the window selection.
4902         * mouse.el (mouse-drag-track): Remove hacks to deal with old
4903         select-active-regions implementation.
4904         (mouse-yank-at-click): Doc fix.
4906         * cus-start.el: Add custom declaration for select-active-regions.
4908 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
4910         * simple.el (delete-forward-char): Doc fix.
4912         * tutorial.el (help-with-tutorial): Hack safe file-local variables
4913         after reading the tutorial.
4915 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
4917         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
4918         for the case that a C style comment has its delimiters alone on
4919         their respective lines.
4921 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
4923         * net/tramp.el (tramp-handle-start-file-process): Set connection
4924         property "vec".
4925         (tramp-process-sentinel): Use it for flushing the cache.  We
4926         cannot do it via the process buffer, the buffer could be deleted
4927         already when running the sentinel.
4929 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4931         * comint.el (comint-mode): Make directory tracking functions
4932         functional on remote files.  (Bug#6764)
4934 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4936         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
4938 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
4940         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
4941         unexec.c => unexcoff.c.
4943         * emacs-lisp/authors.el (authors-fixed-entries): Rename
4944         unexec.c => unexcoff.c.
4946 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
4948         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
4949         cache, not only file cache.
4950         (tramp-process-sentinel): New defun.
4951         (tramp-handle-start-file-process): Use it, in order to invalidate
4952         file caches.
4954 2010-08-03  Leo  <sdl.web@gmail.com>
4956         * server.el (server-start): Simplify loop.
4958 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4960         * frame.el (screen-height, screen-width, set-screen-width)
4961         (set-screen-height): Remove ancient compatibility aliases.
4963         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
4964         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
4966         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
4967         that change current buffer.
4969 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4971         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
4972         beginning of the string.  Use `string-match-p'.  (Bug#6765)
4974 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
4976         * cus-start.el (x-gtk-use-system-tooltips): New variable.
4978 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
4980         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
4981         (package--builtins): Tweak descriptions.
4982         (package-print-package): Upcase descriptions if necessary.
4983         Show all built-in packages in font-lock-builtin-face.
4984         (package-list-packages-internal): Omit "emacs" package.
4985         Show status of built-in packages as "built-in".
4987 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
4989         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
4990         before killing to preserve the primary selection (Bug#6701).
4992         * term/x-win.el (x-select-text): Doc fix.
4994 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
4996         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
4997         (objc-font-lock-extra-types):
4998         * progmodes/cc-mode.el (c-basic-common-init):
4999         * progmodes/cc-langs.el (c-make-mode-syntax-table)
5000         (c++-make-template-syntax-table)
5001         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5002         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5003         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5004         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
5005         * progmodes/cc-fonts.el (c-make-inverse-face)
5006         (c-basic-matchers-after):
5007         * progmodes/cc-engine.el (c-forward-keyword-clause)
5008         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5009         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5010         (c-guess-continued-construct, c-guess-basic-syntax):
5011         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5012         The above functions were modified or created.
5014 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
5016         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
5018 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
5020         * files.el (bidi-paragraph-direction): Define safe local values.
5022         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5023         language-info-alist.  Remove outdated FIXME in a comment.
5025 2010-07-31  Alan Mackenzie  <acm@muc.de>
5027         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5028         Auto-fill broken in C/C++ modes.
5030 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
5032         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5033         (menu-bar-showhide-tool-bar-menu-customize-disable)
5034         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5035         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5036         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
5037         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5038         make a menu for Options => toolbar that can move it.
5040 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
5042         * emacs-lisp/package-x.el (package--make-rss-entry):
5043         (package-maint-add-news-item, package--update-news)
5044         (package-upload-buffer-internal): New arg ARCHIVE-URL.
5046         * emacs-lisp/package.el (package-archive-url): Rename from
5047         package-archive-id.
5048         (package-install): Doc fix.
5049         (package-download-single, package-download-tar, package-install)
5050         (package-menu-view-commentary): Callers changed.
5052 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
5054         * net/tramp.el (tramp-handle-start-file-process): Check only for
5055         `remote-tty' process property.
5056         (tramp-open-shell): Don't check for tty.
5057         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5058         process property.
5060         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5061         host.
5063 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
5065         * emacs-lisp/package.el (package-load-list, package-archives)
5066         (package-archive-contents, package-user-dir)
5067         (package-directory-list, package--builtins, package-alist)
5068         (package-activated-list, package-obsolete-alist): Mark as risky.
5070 2010-07-28  Phil Hagelberg  <phil@evri.com>
5072         Add support for non-default package repositories.
5073         * emacs-lisp/package.el (package-archive-base): Var deleted.
5074         (package-archives): New variable.
5075         (package-archive-contents): Doc fix.
5076         (package-load-descriptor): Do nothing if descriptor file is missing.
5077         (package--write-file-no-coding): New function.
5078         (package-unpack-single): Use it.
5079         (package-archive-id): New function.
5080         (package-download-single, package-download-tar)
5081         (package-menu-view-commentary): Use it.
5082         (package-installed-p): Make second argument optional.
5083         (package-read-all-archive-contents): New function.
5084         (package-initialize): Use it.
5085         (package-read-archive-contents): Add ARCHIVE argument.
5086         (package--add-to-archive-contents): New function.
5087         (package-install): Don't call package-read-archive-contents.
5088         (package--download-one-archive): Store archive file in a
5089         subdirectory of package-user-dir.
5090         (package-menu-execute): Remove spurious line movement.
5092 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
5094         * cus-start.el (tool-bar-style): Add text-image-horiz.
5096 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
5098         * progmodes/gud.el (gud-common-init): Check for remoteness of
5099         `file', and not of `default-directory'.
5101 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
5103         * net/tramp.el (tramp-methods): Move hostname to the end in all
5104         ssh `tramp-login-args'.
5105         (tramp-verbose): Describe verbose level 9.
5106         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5107         (tramp-open-connection-setup-interactive-shell): Trace stty
5108         settings if `tramp-verbose' >= 9.
5109         (tramp-handle-start-file-process): Implement tty setting.
5110         (Bug#4604, Bug#6360)
5112         * net/tramp-cmds.el (tramp-bug): Recommend setting of
5113         `tramp-verbose' to 9.
5115 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
5117         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5118         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5119         Remove references to package `lisp-re' (bug#4369).
5121 2010-07-27  Tom Tromey  <tromey@redhat.com>
5123         * progmodes/js.el (js-mode):
5124         * progmodes/make-mode.el (makefile-mode):
5125         * progmodes/simula.el (simula-mode):
5126         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5128 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
5130         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5132         * time.el (display-time-day-and-date): Remove spurious * in docstring.
5133         (display-time-world-buffer-name, display-time-world-mode-map):
5134         Fix typos in docstrings.
5136 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
5138         * image-mode.el (image-display-size): New function.
5139         (image-forward-hscroll, image-next-line, image-eol, image-eob)
5140         (image-mode-fit-frame): Use it (Bug#6639).
5142 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
5144         * dired.el (dired-buffers-for-dir): Handle list values of
5145         dired-directory (Bug#6636).
5147 2010-07-26  Sam Steingold  <sds@gnu.org>
5149         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5150         Do not call `x-get-selection' the second time, reuse the value.
5152 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
5154         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
5155         which consist of control chars only.  Suggested by Richard Stallman.
5157 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
5159         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5160         exists before passing an error to find-file-not-found-functions
5161         (bug#6723).
5163 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
5165         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5166         Remove leading nil element, adjust values.
5167         (tetris-shapes, tetris-shape-scores):
5168         Change representation of shapes and remove some redundancy.
5169         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5170         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5171         Adjust for working with new representation of shapes.
5172         (tetris-shape-rotations): New function.
5173         (tetris-move-bottom, tetris-move-left, tetris-move-right)
5174         (tetris-rotate-prev, tetris-rotate-next):
5175         Adjust for working with the new version of tetris-test-shape.
5177 2010-07-23  Markus Triska  <markus.triska@gmx.at>
5179         * progmodes/ps-mode.el: Use comint (bug#5954).
5180         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5181         (ps-mode-other-newline): Simplify.
5182         (ps-run-mode): Derive from comint-mode instead of
5183         fundamental-mode, yielding input history etc.
5184         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
5185         (ps-run-send-string): Adapt for comint-mode.
5186         (ps-run-newline): Remove now unneeded function.
5188 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5190         * net/tramp.el (tramp-methods): Move hostname to the end in all
5191         plink `tramp-login-args'.
5193 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5195         * net/tramp.el (tramp-open-shell): New defun.
5196         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5197         Use it.
5199 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5201         * net/tramp.el (tramp-file-name-regexp-unified)
5202         (tramp-completion-file-name-regexp-unified): On W32 systems, do
5203         not regard the volume letter as remote filename.  (Bug#5447)
5205 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
5207         * custom.el (custom-declare-variable): Give a clearer error message
5208         when the docstring is missing (bug#6476).
5210 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
5212         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
5213         (sql-login-params): New widget definition.
5214         (sql-oracle-login-params, sql-mysql-login-params)
5215         (sql-solid-login-params, sql-sybase-login-params)
5216         (sql-informix-login-params, sql-ingres-login-params)
5217         (sql-ms-login-params, sql-postgres-login-params)
5218         (sql-interbase-login-params, sql-db2-login-params)
5219         (sql-linter-login-params): Use it.
5220         (sql-sqlite-login-params): Use it; Define "database" parameter as
5221         a file name.
5222         (sql-sqlite-program): Change to "sqlite3".
5223         (sql-comint-sqlite): Make sure database name is complete.
5224         (sql-for-each-login): New function.
5225         (sql-connect, sql-save-connection): Use it.
5226         (sql-get-login-ext): New function.
5227         (sql-get-login): Use it.
5228         (sql-make-alternate-buffer-name): Handle :file parameters.
5230 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
5232         * dired.el (dired-no-confirm): Document value t and fix defcustom to
5233         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
5235 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5237         * dired.el (dired-mode-map): Use command remapping (bug#6632).
5239 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
5241         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5243 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
5245         * net/tramp.el (tramp-get-ls-command)
5246         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
5247         instead of "/".
5249 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
5251         * progmodes/sql.el: Version 2.3.
5252         (sql-connection-alist): Changed keys from symbols to strings;
5253         enhanced the widget definition.
5254         (sql-mode-menu): Added submenu to select connections.
5255         (sql-interactive-mode-menu): Added "Save Connection" item.
5256         (sql-add-product): Fixed menu item.
5257         (sql-get-product-feature): Improved error handling.
5258         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
5259         (sql-make-alternate-buffer-name): Simplified.
5260         (sql-product-interactive): Handle missing product.
5261         (sql-connect): Support string keys, minor improvements.
5262         (sql-save-connection): New function.
5263         (sql-connection-menu-filter): New function.
5265 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
5267         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
5268         (tramp-open-connection-setup-interactive-shell): Apply
5269         workaround for IRIX64 bug.  Move argument of last
5270         `tramp-send-command' where it belongs to.
5272 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
5274         * net/tramp.el (tramp-perl-file-attributes)
5275         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5276         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5277         front of `login-args'.
5279 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
5281         * time.el (display-time-world-mode): Define with `define-derived-mode'.
5282         Set `show-trailing-whitespace' to nil.
5283         (display-time-world-display): Simplify.
5285 2010-07-18  Alan Mackenzie  <acm@muc.de>
5287         Enhance `c-file-style' in file/directory local variables.
5288         * progmodes/cc-mode.el (c-count-cfss): New function.
5289         (c-before-hack-hook): Call `c-set-style' differently according to
5290         whether c-file-style was set in file or directory local
5291         variables.
5293 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
5295         * progmodes/sql.el: Version 2.2.
5296         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
5297         defcustom :safe keyword rather than putting safe-local-variable
5298         property.
5299         (sql-password): Use defcustom :risky keyword rather than putting
5300         risky-local-variable property.
5301         (sql-oracle-login-params, sql-sqlite-login-params)
5302         (sql-solid-login-params, sql-sybase-login-params)
5303         (sql-informix-login-params, sql-ingres-login-params)
5304         (sql-ms-login-params, sql-postgres-login-params)
5305         (sql-interbase-login-params, sql-db2-login-params)
5306         (sql-linter-login-params): Add `port' option.
5307         (sql-get-product-feature): Added NO-INDIRECT parameter.
5308         (sql-comint-oracle, sql-comint-sybase)
5309         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5310         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5311         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
5312         (sql-comint-linter): Renamed sql-connect-* functions to
5313         sql-comint-*.
5314         (sql-product-alist, sql-mode-menu): Renamed as above and
5315         :sqli-connect-func to :sqli-comint-func.
5316         (sql-connection): New variable.
5317         (sql-interactive-mode): Set it.
5318         (sql-connection-alist): New variable.
5319         (sql-connect): New function.
5320         (sql--alt-buffer-part, sql--alt-if-not-empty)
5321         (sql-make-alternate-buffer-name): Improved alternative buffer name.
5323 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5325         * image-mode.el (image-bookmark-make-record): Do not set context
5326         in an image (Bug#6650).
5328 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
5330         * simple.el (select-active-region): New function.
5331         (push-mark-command, set-mark, activate-mark)
5332         (handle-shift-selection): Use it.
5333         (deactivate-mark): Don't check for size of region.
5335         * mouse.el (mouse-drag-track): Use select-active-region.
5337 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
5339         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5340         "--dired" stronger.
5342 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
5344         * term/x-win.el (x-select-enable-primary): Change default to nil.
5345         (x-select-enable-clipboard): Add :version keyword.
5347         * mouse.el (mouse-drag-copy-region):
5348         * simple.el (select-active-regions): Likewise.
5350 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
5352         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
5353         (vc-coding-system-for-diff): Use it to decide whether to inherit
5354         from the file the EOL format for reading the diffs of that file.
5355         (Bug#4451)
5357 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
5359         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5360         unibyte, so compressed attachments are not compressed again.
5362 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
5364         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
5365         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5366         (tramp-find-shell): Simplify setting connection property.
5367         (tramp-get-ls-command): Make test for "--color=never" stronger.
5369 2010-07-15  Simon South  <ssouth@member.fsf.org>
5371         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
5372         blocks within record declarations (i.e. variant parts) correctly.
5374 2010-07-15  Simon South  <ssouth@member.fsf.org>
5376         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
5377         over literal tokens when parsing so newlines aren't "absorbed" by
5378         single-line comments.  Corrects the indentation of case blocks
5379         that have a comment on the first line.
5381 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
5383         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
5384         by Drew Adams (Bug#5504).
5386 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
5388         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
5389         now that Unicode is used (Bug#6594).
5391 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
5393         * term/x-win.el (x-select-enable-clipboard): Default to t.
5394         (x-initialize-window-system): Don't overwrite Paste menu item.
5396         * simple.el (select-active-regions): Default to t.
5397         (push-mark-command): Don't overwrite primary with empty string.
5399         * mouse.el: Bind mouse-2 to mouse-yank-primary.
5400         (mouse-drag-copy-region): Default to nil.
5402         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
5403         Cut/Copy/Paste menu bar items.
5405 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5407         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5408         Patch applied by Karl Fogel.
5410         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
5411         and `bookmark-current-buffer' if they have been already set in
5412         another buffer (e.g gnus-art).
5414 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5415             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5417         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5419         * bookmark.el (bookmark-make-record-default): Allow unneeded
5420         information to be omitted from the record.
5422         Adjust declarations and calls:
5424         * info.el (bookmark-make-record-default): Adjust declaration.
5425         (Info-bookmark-make-record): Adjust call.
5427         * woman.el (bookmark-make-record-default): Adjust declaration.
5428         (woman-bookmark-make-record): Adjust call.
5430         * man.el (bookmark-make-record-default): Adjust declaration.
5431         (Man-bookmark-make-record): Adjust call.
5433         * image-mode.el (bookmark-make-record-default): Adjust declaration.
5435         * doc-view.el (bookmark-make-record-default): Adjust declaration.
5437 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5439         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
5440         This is also from Thierry Volpiatto's patch in bug #6444.  However,
5441         because it was extraneous to the functional change in that patch,
5442         and causes a re-indendation, I am committing it separately.
5444 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5446         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
5447         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
5448         Patch applied by Karl Fogel (Bug#6444).
5450 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
5452         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
5454 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
5456         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
5457         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
5458         (ns-alternatives-map): Change S-tab binding to backtab
5459         (bug#6616).
5461         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
5462         under ns.
5464 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5466         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
5467         (Bug#5806)
5469         * language/tv-util.el (tai-viet-re): Remove format.
5471 2010-07-12  Kenichi Handa  <handa@m17n.org>
5473         * language/hebrew.el: Remove no-byte-compile declaration.
5474         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
5475         composition-function-table for 3-character looking back.
5476         (hebrew-font-get-precomposed): New function.
5477         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
5479 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
5481         * mouse.el (mouse-drag-track): Handle select-active-regions
5482         (Bug#6612).
5484 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
5486         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5487         empty argument to gvfs-copy.
5489 2010-07-10  Glenn Morris  <rgm@gnu.org>
5491         * calendar/calendar.el (calendar-week-end-day): New function.
5492         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
5493         Respect calendar-week-start-day.  (Bug#6606)
5494         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5495         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
5496         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
5497         respect calendar-week-start-day.
5499 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
5501         * simple.el (use-region-p): Doc fix (Bug#6607).
5503 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
5505         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
5506         regexps for cucumber and ruby.
5508 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
5510         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5511         (epa-file-insert-file-contents): Hack to prevent
5512         find-file from opening empty buffer when decryption failed
5513         (bug#6568).
5515 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
5517         * textmodes/ispell.el (ispell-alternate-dictionary):
5518         Use file-readable-p.
5519         Return nil if no word-list is found at default locations.
5520         (ispell-complete-word-dict): Default to nil.
5521         (ispell-command-loop): Use 'word-list' when using lookup-words.
5522         (lookup-words): Use ispell-complete-word-dict or
5523         ispell-alternate-dictionary.  Check for word-list availability
5524         and handle errors if needed with better messages (Bug#6539).
5525         (ispell-complete-word): Use ispell-complete-word-dict or
5526         ispell-alternate-dictionary.
5528 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
5530         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5531         builtins (BufferError, BytesWarning, WindowsError; callables
5532         bin, bytearray, bytes, format, memoryview, next, print; __package__).
5534 2010-07-07  Glenn Morris  <rgm@gnu.org>
5536         * play/zone.el (top-level): Do not require timer, tabify, or cl.
5537         (zone-shift-left): Ignore intangibility, and any errors from
5538         forward-char.
5539         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
5540         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5541         deleting, and copying text properties.
5542         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5543         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5544         to point-max is hard.
5545         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5546         (zone-fill-out-screen): Ignore intangibility.
5548 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
5550         * menu-bar.el (menu-bar-mode):
5551         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5552         if it has been set.
5554         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5555         word/line selection (Bug#6565).
5557 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
5559         * net/dbus.el (dbus-send-signal): Declare function.
5561 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
5563         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5564         (dbus-register-property): New optional argument EMITS-SIGNAL.
5565         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5567 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
5569         * mouse.el (mouse-drag-overlay): Variable deleted.
5570         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5571         (mouse--remap-link-click-p): New function.
5572         (mouse-drag-track): Handle dragging by using temporary Transient
5573         Mark mode, instead of a special overlay.
5574         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5575         mouse-show-mark.
5577         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5578         deleted.
5580 2010-07-02  Juri Linkov  <juri@jurta.org>
5582         * autoinsert.el (auto-insert-alist): Fix readability
5583         by using dotted pair notation for lambda.
5585 2010-07-02  Juri Linkov  <juri@jurta.org>
5587         * faces.el (read-face-name): Rename arg `string-describing-default'
5588         to `default'.  Doc fix.  Display the default value in quotes
5589         in the prompt.  With empty input, return the `default' arg,
5590         unless the default value is a string (in which case return nil).
5591         (describe-face): Replace the string `default' arg of `read-face-name'
5592         with the symbol `default'.
5594 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
5596         * emulation/viper-cmd.el (viper-delete-backward-char)
5597         (viper-del-backward-char-in-insert)
5598         (viper-del-backward-char-in-replace, viper-change)
5599         (viper-backward-indent): Replace delete-backward-char with
5600         delete-char (Bug#6552).
5602 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
5604         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5606 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5608         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
5609         argument passed to frame-creation-function (Bug#5378).
5611         * faces.el (x-handle-named-frame-geometry)
5612         (x-handle-reverse-video, x-create-frame-with-faces)
5613         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
5614         separately consult default-frame-alist.  It is now passed as the
5615         PARAMETER argument.
5617 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
5619         * startup.el (command-line): Don't call tool-bar-setup in a
5620         tty-only build.
5622 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5624         * ruler-mode.el (ruler--save-header-line-format): New fun.
5625         (ruler-mode): Use it as a setter function, so as not to overwrite
5626         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
5628 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
5630         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
5631         (vc-root-diff, vc-print-root-log, vc-log-incoming)
5632         (vc-log-outgoing): Use it.
5633         (vc-diff-internal): Set diff-vc-backend.
5635         * vc/diff-mode.el (diff-vc-backend): New var.
5637 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
5639         * dynamic-setting.el (font-setting-change-default-font): Remove
5640         call to message.
5642 2010-06-28  Kenichi Handa  <handa@m17n.org>
5644         * international/quail.el (quail-insert-kbd-layout): Fix the
5645         showing of untranslated characters.
5647 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
5649         * simple.el (delete-active-region): New option.
5650         (delete-backward-char): Implement in Lisp.
5651         (delete-forward-char): New command.
5653         * mouse.el (mouse-region-delete-keys): Deleted.
5654         (mouse-show-mark): Simplify.
5656         * bindings.el (global-map): Bind delete and DEL, the former to
5657         delete-forward-char.
5659 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
5661         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
5662         (ruby-mode): Bind indent-line-function (Bug#5119).
5664 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5666         * startup.el (command-line): Recognize "0" X resource value.
5668 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5670         * startup.el (command-line): Use X resources to set the value of
5671         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
5673         * menu-bar.el (menu-bar-mode):
5674         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
5675         Set init-value to t.
5677         * frame.el (frame-notice-user-settings): Don't change
5678         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
5679         vice versa (Bug#2249).
5681 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
5683         * w32-fns.el (w32-convert-standard-filename): Doc fix.
5685 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5687         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
5688         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
5690         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
5691         default directories are expanded (Bug#6143).
5693 2010-06-24  Juri Linkov  <juri@jurta.org>
5695         * minibuffer.el (completions-format): Change default from nil to
5696         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
5698 2010-06-24  Juri Linkov  <juri@jurta.org>
5700         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
5701         buffer-locally to lambda that re-runs the vc diff command.
5702         (Bug#6447)
5704 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
5706         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
5707         echo area is in use (Bug#3412).
5709 2010-06-22  Glenn Morris  <rgm@gnu.org>
5711         * textmodes/texinfmt.el (texinfo-format-region)
5712         (texinfo-raise-lower-sections, texinfo-format-separate-node)
5713         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
5714         (texinfo-format-option, texinfo-noindent):
5715         Use line-beginning-position and line-end-position.
5717         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
5718         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
5719         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
5720         utf-8 characters.
5722 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
5724         * play/zone.el (zone-fall-through-ws): Fix next-line ->
5725         forward-line fallout.
5727 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
5729         * mouse.el (mouse-appearance-menu): Add docstring.
5731         * help.el (describe-key): Print up-event using key-description.
5733 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
5735         * net/zeroconf.el (zeroconf-resolve-service)
5736         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5737         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
5739 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
5741         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
5743 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
5745         Avoid displaying files with a nil state in vc-dir.
5746         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
5747         cases that cause insertion.
5748         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
5749         with a nil state.
5751 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5753         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
5755 2010-06-29  Leo  <sdl.web@gmail.com>
5757         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
5759 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
5761         * generic-x.el (bat-generic-mode): Fix regexp for command line
5762         switches (Bug#5719).
5764 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
5766         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
5767         of nconc to avoid pure storage error (Bug#6239).
5769 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
5771         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5772         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
5773         bindings of bookmark-automatically-show-annotations (Bug#6515).
5775 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
5777         * arc-mode.el (archive-zip-extract): Don't quote the file name on
5778         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
5780 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5782         * comint.el (make-comint, make-comint-in-buffer): Mention return
5783         value in the docstrings.  (Bug#6498)
5785 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
5787         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
5788         since it is not present when using some non-default switches.
5790 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
5792         * simple.el (compose-mail): Fix doc string to refer to
5793         `compose-mail-user-agent-warnings', instead of to the
5794         nonexistent `compose-mail-check-user-agent'.
5796 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
5798         Fix an indentation bug:
5800         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
5801         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
5802         of existing values.
5804         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
5805         (c-clear->-pair-props-if-match-before): now return t when they've
5806         cleared properties, nil otherwise.
5807         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
5808         by taking account of the existing value.
5810         * progmodes/cc-defs.el
5811         (c-clear-char-property-with-value-function): Fix this to clear the
5812         property rather than overwriting it with nil.
5814 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
5816         * emacs-lisp/package.el (package-print-package): Add link to
5817         package description via describe-package.
5818         (describe-package-1): List package requirements.  Add button to
5819         perform installation.
5820         (package-menu-describe-package): New command.
5822         * help-mode.el (help-package): New button type.
5824 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
5826         * emacs-lisp/package.el: Move package-list-packages binding to
5827         menu-bar.el.
5828         (describe-package, describe-package-1, package--dir): New funs.
5829         (package-activate-1): Use package--dir.
5831         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
5833         * help-mode.el (help-package-def): New button type.
5835         * menu-bar.el: Move package-list-packages binding here from
5836         package.el.
5838 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
5840         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
5842 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5844         * emacs-lisp/edebug.el (edebug-read-list):
5845         Phase out old-style backquotes.
5847 2010-06-17  Juri Linkov  <juri@jurta.org>
5849         * help-mode.el (help-mode): Set buffer-local variable
5850         revert-buffer-function to help-mode-revert-buffer.
5851         (help-mode-revert-buffer): New function.
5853         * info.el (Info-revert-find-node): Check for major-mode Info-mode
5854         before popping to "*info*" (like in other Info functions).
5855         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
5856         old-history-forward.  Pop to old-buffer-name or "*info*" to
5857         recreate the killed buffer.  Set Info-history-forward from
5858         old-history-forward.
5859         (Info-breadcrumbs-depth): Add :group and :version.
5861 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
5863         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
5865 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
5867         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
5868         for languages like Portuguese with pt_{BR,PT} and no plain pt.
5870 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
5872         * emacs-lisp/package.el (package-menu-mode-map):
5873         Move initialization into declaration.
5875         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
5877 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
5879         * emacs-lisp/package.el (package-archive-base): Point to
5880         elpa.gnu.org.
5881         (package-enable, package-load-list): New defcustoms.
5882         (package-user-dir, package-directory-list): Turn into defcustoms.
5883         Don't include package-user-dir in package-directory-list.
5884         (package--builtins-base): Don't include Emacs as a "package".
5885         (package-subdirectory-regexp): New var.
5886         (package-load-all-descriptors, package-compute-transaction)
5887         (package-download-transaction): Obey package-load-list.
5888         (package-activate-1): Rename from package-do-activate.
5889         (package-list-packages-internal): Check package-load-list.
5890         (package-load-descriptor, package-generate-autoloads)
5891         (package-unpack, package-unpack-single)
5892         (package--read-archive-file, package-delete): Use
5893         expand-file-name.
5895         * emacs-lisp/package-x.el: New file.  Package uploading
5896         functionality split out from package.el.
5898         * startup.el (command-line): Load packages after reading init file.
5900 2010-06-17  Tom Tromey  <tromey@redhat.com>
5902         * emacs-lisp/package.el: New file.
5904 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5906         Fix vc-annotate for renamed files when using Git.
5907         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
5908         ls-files.  Doe not pass the object as a file name to cat-file, it
5909         is not a file name.
5910         (vc-git-annotate-command): Pass the file name using -- to avoid
5911         ambiguity with the revision.
5912         (vc-git-previous-revision): Pass a relative file name.
5914 2010-06-22  Glenn Morris  <rgm@gnu.org>
5916         * progmodes/js.el (js-mode-map): Use standard capitalization and
5917         ellipses for menu entries.
5919         * wid-edit.el (widget-complete): Doc fix.
5921 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
5923         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
5925 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5927         Fix annotating other revisions for renamed files in vc-annotate.
5928         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
5929         VC backend.  Use it when non-nil.
5930         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
5931         (Bug#6487)
5933         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
5934         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5935         Do not pass the file name to the 'previous-revision call when we
5936         don't want a file diff.  (Bug#6489)
5938 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5940         Fix finding revisions for renamed files in vc-annotate.
5941         * vc/vc.el (vc-find-revision): Add an optional argument for
5942         the VC backend.  Use it when non-nil.
5943         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
5944         backend to vc-find-revision.  (Bug#6487)
5946 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
5948         Fix reading file names in Git annotate buffers.
5949         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
5950         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
5952 2010-06-20  Alan Mackenzie  <acm@muc.de>
5954         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
5955         in file local variables, set it first.
5957 2010-06-19  Glenn Morris  <rgm@gnu.org>
5959         * descr-text.el (describe-char-unicode-data): Insert separating
5960         space when needed.  (Bug#6422)
5962         * progmodes/idlwave.el (idlwave-action-and-binding):
5963         Fix typo in 2009-12-03 change.  (Bug#6450)
5965 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5967         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
5968         handling for `lambda' (misunderstanding).
5970 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
5972         * calc/calc-poly.el (math-accum-factors): Make sure that
5973         constants aren't distributed after they are factored out.
5975 2010-06-16  Juri Linkov  <juri@jurta.org>
5977         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
5978         `list-colors-print'.  (Bug#6332)
5980         * subr.el (read-quoted-char): Fix up last change (bug#6290).
5982 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5984         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
5985         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
5987         * font-lock.el (font-lock-major-mode): Rename from
5988         font-lock-mode-major-mode to distinguish it from
5989         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
5990         (font-lock-set-defaults):
5991         * font-core.el (font-lock-default-function): Adjust users.
5992         (font-lock-mode): Don't set it at all.
5994 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5996         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
5998 2010-06-16  Glenn Morris  <rgm@gnu.org>
6000         * calendar/appt.el (appt-time-msg-list): Doc fix.
6001         (appt-check): Let-bind appt-warn-time.
6002         (appt-add): Make the 3rd argument optional.
6003         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
6004         Only add WARNTIME to the output list if non-nil.
6006 2010-06-16  Ivan Kanis  <apple@kanis.eu>
6008         * calendar/appt.el (appt-check): Let the 3rd element of
6009         appt-time-msg-list specify the warning time.
6010         (appt-add): Add new argument with the warning time.  (Bug#5176)
6012 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6014         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
6015         older than version 1.6.  (Bug#6361)
6017 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
6019         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6020         used by cl-do-arglist.  (Bug#6408)
6022 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
6024         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
6025         portuguese casechars/not-casechars for missing 'çÇ'.
6026         Suggested by Rolando Pereira (bug#6434).
6028 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
6030         * facemenu.el (list-colors-sort): Doc fix.
6032 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6034         * progmodes/sql.el (sql-connect-mysql): Fix typo.
6036 2010-06-14  Juri Linkov  <juri@jurta.org>
6038         Add sort option `list-colors-sort'.  (Bug#6332)
6039         * facemenu.el (color-rgb-to-hsv): New function.
6040         (list-colors-sort): New defcustom.
6041         (list-colors-sort-key): New function.
6042         (list-colors-display): Doc fix.  Sort list according to the option
6043         `list-colors-sort'.
6044         (list-colors-print): Add HSV values to `help-echo' property of
6045         RGB strings.
6047 2010-06-14  Juri Linkov  <juri@jurta.org>
6049         * compare-w.el: Move to the "vc" subdirectory.
6051 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6053         * image-mode.el (image-mode-map): Remap left-char and right-char.
6055         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6057 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
6059         * term/common-win.el (x-colors): Add all the color names defined
6060         in rgb.txt (Bug#6332).
6062         * facemenu.el (list-colors-print): Don't print extra names if it
6063         will overflow the window width.
6065         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
6066         change (Bug#6343).
6068 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
6070         * files.el (make-directory): Doc fix (bug#6396).
6072 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
6074         * net/tramp.el (tramp-remote-process-environment): Protect version
6075         string by apostroph.
6076         (tramp-shell-prompt-pattern): Do not use a shy group in case of
6077         XEmacs.
6078         (tramp-file-name-for-operation): Add `call-process-region'.
6079         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6081         * net/tramp-compat.el (top): Do not autoload
6082         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
6083         only when `start-file-process' is not bound.
6084         (tramp-advice-file-expand-wildcards): Do not use
6085         `tramp-handle-file-remote-p'.
6086         (tramp-compat-make-temp-file): Handle the case, that
6087         `make-temp-file' has no third argument EXTENSION.
6089 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
6091         * makefile.w32-in (WINS_BASIC): Include new directory vc.
6093         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6095 2010-06-11  Juri Linkov  <juri@jurta.org>
6097         * finder.el (finder-known-keywords): Add keyword "vc"
6098         for version control.
6100         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6101         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6102         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6103         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6105 2010-06-11  Juri Linkov  <juri@jurta.org>
6107         Move version control related files to the "vc" subdirectory.
6108         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6109         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6110         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6111         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6112         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6113         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6114         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6115         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6116         Move files to the "vc" subdirectory.
6118 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
6120         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6121         (Bug#6367).
6123 2010-06-11  Stephen Eglen  <stephen@gnu.org>
6125         * shell.el: Bind `shell-resync-dirs' to M-RET.
6127 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
6129         * notifications.el: Move file from lisp/net, because it is
6130         supposed to talk locally to the user.
6132 2010-06-10  Julien Danjou  <julien@danjou.info>
6134         * net/notifications.el (notifications-on-action-signal)
6135         (notifications-on-closed-signal): Pass notification id as first
6136         argument to the callback functions.  Add docstrings.
6137         (notifications-notify): Fix docstring.
6139 2010-06-10  Glenn Morris  <rgm@gnu.org>
6141         * emacs-lisp/authors.el (authors-ignored-files)
6142         (authors-valid-file-names): Add some files.
6144 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6147         merge conflict, giving preference to the emacs-23 version of the code.
6149 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6151         * emacs-lisp/advice.el (ad-compile-function):
6152         Define warning-suppress-types before we let-bind it (bug#6275).
6154         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6155         declare it, make it buffer-local and permanent-local (bug#6324).
6156         (vc-resynch-window): Adjust name.
6157         * vc-hooks.el (vc-find-file-hook): Adjust name.
6159 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
6161         * net/notifications.el (notifications-notify): Fix docstring.
6163 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
6165         Update to Unicode 6.0.0 beta.
6166         * international/charprop.el: Update copyright.
6167         * international/mule-cmds.el (ucs-names): Update character ranges.
6168         * international/uni-bidi.el:
6169         * international/uni-category.el:
6170         * international/uni-combining.el:
6171         * international/uni-comment.el:
6172         * international/uni-decimal.el:
6173         * international/uni-decomposition.el:
6174         * international/uni-digit.el:
6175         * international/uni-lowercase.el:
6176         * international/uni-mirrored.el:
6177         * international/uni-name.el:
6178         * international/uni-numeric.el:
6179         * international/uni-old-name.el:
6180         * international/uni-titlecase.el:
6181         * international/uni-uppercase.el: Regenerate.
6183 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
6185         * emacs-lisp/smie.el (comment-string-strip): Declare function.
6186         (smie-precs-precedence-table): Fix typo in docstring.
6188         * vc-mtn.el (log-edit-extract-headers): Declare function.
6190         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
6192         * net/notifications.el (dbus-register-signal): Declare function.
6193         (notifications-notify): Fix typos and reflow docstring.
6195 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
6197         Improve VC create/retrieve tag/branch.
6198         * vc.el (vc-create-tag): Do not read the directory name for VCs
6199         with repository revision granularity.  Adjust the tag/branch
6200         prompt.  Reset VC properties.
6201         (vc-retrieve-tag): Do not read the directory name for VCs
6202         with repository revision granularity.  Reset VC properties.
6204 2010-06-09  Julien Danjou  <julien@danjou.info>
6206         * net/notifications.el: New file.
6208 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
6210         Add optional support for resetting VC properties.
6211         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
6212         call vc-file-clearprops when true.
6213         (vc-resynch-buffer): Add new optional argument, pass it down.
6214         (vc-resynch-buffers-in-directory): Likewise.
6216         Improve support for special markup in the VC commit message.
6217         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
6218         * vc-hg.el (vc-hg-checkin): Add support for Date:.
6219         * vc-git.el (vc-git-checkin):
6220         * vc-bzr.el (vc-bzr-checkin): Likewise.
6222 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6224         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
6225         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
6227 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
6229         * iimage.el: Remove images as soon as the underlying text is modified.
6230         (iimage-modification-hook): New function.
6231         (iimage-mode-buffer): Use it.
6233 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
6236         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
6237         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
6238         (smie-indent-keyword): Add handling of open-paren keywords.
6239         (smie-indent-comment-continue): Don't assume comment-continue.
6241 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
6243         * window.el (pop-to-buffer): Remove the conditional that
6244         compares new-window and old-window, so it will reselect
6245         the selected window unconditionally.
6246         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
6248 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * emacs-lisp/smie.el (smie-indent-offset-after)
6251         (smie-indent-forward-token, smie-indent-backward-token): New functions.
6252         (smie-indent-after-keyword): Use them.
6253         (smie-indent-fixindent): Only applies to the indentation of the BOL.
6254         (smie-indent-keyword): Tweak the black magic.
6255         (smie-indent-comment-continue): Strip comment-continue before use.
6256         (smie-indent-functions): Indent comments before keywords.
6258 2010-06-06  Juri Linkov  <juri@jurta.org>
6260         * isearch.el (isearch-lazy-highlight-search): Fix looping
6261         by checking for empty match.  This syncs this loop with the
6262         similar loop in `isearch-search'.  (Bug#6362)
6264 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
6266         * net/dbus.el (dbus-register-method): Declare function.
6267         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
6268         (dbus-introspect): Doc fix.
6269         (dbus-event-bus-name, dbus-introspect-get-interface)
6270         (dbus-introspect-get-argument): Reflow docstrings.
6272 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
6274         vc-log-incoming/vc-log-outgoing fixes for Git.
6275         * vc-git.el (vc-git-log-view-mode): Fix font lock for
6276         incoming/outgoing logs.
6277         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
6278         instead of vc-git-compute-remote.
6279         (vc-git-compute-remote): Remove.
6281 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
6283         * term/common-win.el (x-colors): Add "dark green" and "dark
6284         turquoise" (Bug#6332).
6286 2010-06-04  Juri Linkov  <juri@jurta.org>
6288         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
6289         Instead of setting `replace' to t and replacing the same string
6290         with itself, don't do certain actions when
6291         kill-do-not-save-duplicates is non-nil and string is equal to car
6292         of kill-ring: don't call menu-bar-update-yank-menu, don't push
6293         interprogram-paste strings to kill-ring, and don't push the input
6294         argument `string' to kill-ring.
6295         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6297 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
6299         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6301 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
6303         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6304         (tramp-gvfs-handler-mounted-unmounted)
6305         (tramp-gvfs-connection-mounted-p): Handle default-location.
6307         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6308         move files to trash.
6310 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
6312         * international/mule-cmds.el (nonascii-insert-offset)
6313         (nonascii-translation-table): Add obsolescence information.
6315         * international/mule.el (make-translation-table-from-vector): Doc fix.
6317 2010-06-03  Glenn Morris  <rgm@gnu.org>
6319         * desktop.el (desktop-clear-preserve-buffers):
6320         Add "*Warnings*" buffer.  (Bug#6336)
6322 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
6324         vc-log-incoming/vc-log-outgoing improvements for Git.
6325         * vc-git.el (vc-git-log-outgoing): Use the same format as the
6326         short log.
6327         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
6329         Add bindings for vc-log-incoming and vc-log-outgoing.
6330         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6331         and vc-log-outgoing.
6332         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6333         and vc-log-outgoing.
6335 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
6337         * net/rcirc.el (rcirc-sort-nicknames): Remove.
6338         (rcirc-handler-366): Always sort nicknames.
6340 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
6342         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6344 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
6346         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
6348 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6350         * net/rcirc.el (rcirc-sort-nicknames): Change default.
6351         (rcirc-sort-nicknames-join): Avoid setq.
6353 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6355         * net/rcirc.el (rcirc-sort-nicknames): New custom.
6356         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6357         (rcirc-handler-366): Use them.
6359 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         Split smie-indent-calculate into more manageable chunks.
6362         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6363         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6364         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
6365         (smie-indent-exps): Extract from smie-indent-calculate.
6366         (smie-indent-functions): New var.
6367         (smie-indent-functions): Use them.
6369 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6371         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
6372         (smie-indent-calculate): Simplify and cleanup.
6374 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
6376         * net/tramp-gvfs.el (top): Require url-util.
6377         (tramp-gvfs-mount-point): Remove.
6378         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
6379         New defuns.
6380         (with-tramp-dbus-call-method): Format trace message.
6381         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6382         Implement backup call, when operation on local files fails.
6383         Use progress reporter.  Flush properties of changed files.
6384         (tramp-gvfs-handle-make-directory): Make more traces.
6385         (tramp-gvfs-url-file-name): Hexify file name in url.
6386         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6387         into account for the resulting file name.
6388         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
6389         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
6390         (tramp-gvfs-handler-mounted-unmounted)
6391         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6392         attribute "default_location".  Set "prefix" property.
6393         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6394         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6395         exists.  Raise an error, if not (due to a corresponding answer
6396         "no" in interactive questions, for example).
6398 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
6400         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
6402 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
6404         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
6405         right-*.  (Bug#6265)
6407 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
6409         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
6410         * vc-git.el (vc-git-compute-remote): New function.
6411         (vc-git-log-outgoing): Use it instead of hard coding a value.
6412         (vc-git-log-incoming): New function.
6414         Improve state updating for VC tag commands.
6415         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
6416         to update the state of all buffers in the directory.
6418         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
6420 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6422         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
6423         `file-directory-p' to the filename part rather than to the whole text.
6425 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
6429 2010-05-31  Drew Adams  <drew.adams@oracle.com>
6431         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
6433 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
6435         * subr.el (momentary-string-display): Just use read-event to read
6436         the exit event (Bug#6238).
6438 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
6440         * international/mule.el (define-coding-system): Doc fix (bug#6313).
6442 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
6444         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
6445         Suggested by Eli Zaretskii <eliz@gnu.org>.
6447 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6449         * minibuffer.el (completion-file-name-table): Don't return a boundary
6450         past the end of `string' (bug#6299).
6451         (completion--file-name-table): Delegate to completion-file-name-table
6452         for the `boundaries' case.
6454 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
6456         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
6457         movement commands.
6459         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
6460         `path-separator', but maintain compatibility with Emacs 20.2.
6462 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
6464         * server.el (server-process-filter): Receive parent-id argument
6465         from emacsclient.
6466         (server-create-window-system-frame): New arg.  Pass parent-id as
6467         frame parameter.
6469 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
6471         Bidi-sensitive word movement with arrow keys.
6472         * subr.el (right-arrow-command, left-arrow-command): Move to
6473         bindings.el.
6475         * bindings.el (right-char, left-char): Move from subr.el and
6476         rename from right-arrow-command and left-arrow-command.
6477         (right-word, left-word): New functions.
6478         (global-map) <right>: Bind to right-char.
6479         (global-map) <left>: Bind to left-char.
6480         (global-map) <C-right>: Bind to right-word.
6481         (global-map) <C-left>: Bind to left-word.
6483         * ls-lisp.el (ls-lisp-classify-file): New function.
6484         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
6485         (ls-lisp-classify): Call ls-lisp-classify-file.
6486         (insert-directory): Remove blanks from switches.
6488 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
6490         * ansi-color.el: Delete unused escape sequences (Bug#6085).
6491         (ansi-color-drop-regexp): New constant.
6492         (ansi-color-apply, ansi-color-filter-region)
6493         (ansi-color-apply-on-region): Delete unrecognized control sequences.
6494         (ansi-color-apply): Build string list before calling concat.
6496 2010-05-28  Juri Linkov  <juri@jurta.org>
6498         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6499         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
6500         (Bug#5270)
6502 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6504         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6505         to ignored backtrace functions.
6506         (with-progress-reporter): Expand docstring.
6507         (tramp-handle-delete-file): Implement TRASH argument.
6508         (tramp-get-remote-trash): New defun.
6510 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6512         * net/tramp-compat.el (tramp-compat-delete-file): Use
6513         `symbol-value' for backward compatibility.
6515         * net/tramp.el (tramp-handle-make-symbolic-link)
6516         (tramp-handle-load)
6517         (tramp-do-copy-or-rename-file-via-buffer)
6518         (tramp-do-copy-or-rename-file-directly)
6519         (tramp-do-copy-or-rename-file-out-of-band)
6520         (tramp-handle-process-file, tramp-handle-call-process-region)
6521         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6522         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6523         (tramp-delete-temp-file-function): Use `delete-file' instead
6524         of `tramp-compat-delete-file'.
6526         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6527         (tramp-fish-handle-make-symbolic-link)
6528         (tramp-fish-handle-process-file): Use `delete-file' instead
6529         of `tramp-compat-delete-file'.
6531         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
6532         `delete-file' instead of `tramp-compat-delete-file'.
6534         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6535         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6536         `tramp-compat-delete-file'.
6538         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
6539         `delete-file' instead of `tramp-compat-delete-file'.
6541         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6542         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6543         (tramp-smb-handle-write-region): Use `delete-file' instead of
6544         `tramp-compat-delete-file'.
6545         (tramp-smb-handle-delete-directory): Use 'trash as arg.
6547 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6549         * dired.el (dired-delete-file): New arg TRASH.
6550         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
6551         (dired-do-flagged-delete, dired-do-delete): Use trash.
6553         * speedbar.el (speedbar-item-delete): Allow trashing.
6555         * files.el (delete-directory): New arg TRASH.
6557         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6558         (ange-ftp-rename-remote-to-remote)
6559         (ange-ftp-rename-local-to-remote)
6560         (ange-ftp-rename-remote-to-local, ange-ftp-load)
6561         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6562         `delete-file'.
6563         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6564         allow trashing.
6566         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6567         handle new TRASH arg of `delete-file'.
6569         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
6570         (tramp-handle-make-symbolic-link, tramp-handle-load)
6571         (tramp-do-copy-or-rename-file-via-buffer)
6572         (tramp-do-copy-or-rename-file-directly)
6573         (tramp-do-copy-or-rename-file-out-of-band)
6574         (tramp-handle-process-file, tramp-handle-call-process-region)
6575         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6576         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6577         (tramp-delete-temp-file-function): Use null TRASH arg in
6578         tramp-compat-delete-file call.
6580         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6581         (tramp-fish-handle-delete-file)
6582         (tramp-fish-handle-make-symbolic-link)
6583         (tramp-fish-handle-process-file): Use null TRASH arg in
6584         `tramp-compat-delete-file' call.
6586         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6587         arg in `tramp-compat-delete-file' call.
6589         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6590         (tramp-gvfs-handle-write-region): Use null TRASH arg in
6591         `tramp-compat-delete-file' call.
6593         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6594         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6595         `tramp-compat-delete-file' call.
6597         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6598         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6599         (tramp-smb-handle-write-region): Use null TRASH arg in
6600         tramp-compat-delete-file call.
6601         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6602         (tramp-smb-handle-delete-file): Rename arg.
6604         * diff.el (diff-sentinel):
6605         * epg.el (epg--make-temp-file, epg-decrypt-string)
6606         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6607         * jka-compr.el (jka-compr-partial-uncompress)
6608         (jka-compr-call-process, jka-compr-write-region):
6609         * server.el (server-sentinel): Remove optional arg from
6610         delete-file, reverting 2010-05-03 change.
6612 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6614         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
6615         font-lock-constant-face, not obsolete font-lock-reference-face.
6617 2010-05-27  Kenichi Handa  <handa@m17n.org>
6619         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
6620         element of GSTRING is nil.
6622 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * emacs-lisp/smie.el (smie-forward-token-function)
6625         (smie-backward-token-function): New vars.
6626         (smie-backward-sexp, smie-forward-sexp)
6627         (smie-indent-hanging-p, smie-indent-calculate): Use them.
6628         (smie-default-backward-token): Rename from smie-backward-token and
6629         skip comments.
6630         (smie-default-forward-token): Rename from smie-forward-token and
6631         skip comments.
6632         (smie-next-sexp): Handle nil results from next-token.
6633         (smie-indent-calculate): Add a new case for special `fixindent' comments.
6635 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6637         * progmodes/verilog-mode.el (verilog-type-font-keywords):
6638         Use font-lock-constant-face, not obsolete font-lock-reference-face.
6640 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
6642         * htmlfontify.el (hfy-face-resolve-face): New function.
6643         (hfy-face-to-style): Use it (Bug#6279).
6645 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6647         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
6648         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
6650 2010-05-26  Glenn Morris  <rgm@gnu.org>
6652         * emulation/edt.el (edt-load-keys): Use locate-library.
6654 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
6656         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
6657         (log-edit-changelog-entries): Doc fix.
6658         (log-edit-changelog-insert-entries): Args changed.
6659         Rename relative filenames in ChangeLog entries.  Delete tabs.
6660         (log-edit-insert-changelog-entries): Reorganize return value of
6661         `log-edit-changelog-entries' to pass filenames to
6662         log-edit-changelog-insert-entries.
6664 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6666         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
6667         `image-dired-dired-insert-marked-thumbs' to
6668         `image-dired-dired-toggle-marked-thumbs'.
6670         * image-dired.el: Require cl when compiling.
6671         (image-dired-dired-toggle-marked-thumbs): Rename from
6672         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
6673         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
6674         to 'no-dir.  Skip files whose names don't match
6675         `image-file-name-regexp'.  When file has a thumbnail overlay,
6676         delete it.  (Bug#5270)
6678 2010-05-25  Juri Linkov  <juri@jurta.org>
6680         * image-mode.el (image-mode): Add image-after-revert-hook to
6681         after-revert-hook.
6682         (image-after-revert-hook): New function.  (Bug#5669)
6684 2010-05-25  Juri Linkov  <juri@jurta.org>
6686         * image.el (image-animated-p): When delay between animated images
6687         is 0, set it to 10 (0.1 sec).  (Bug#6258)
6689 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
6691         * net/tramp.el (tramp-handle-insert-directory): Don't use
6692         `forward-word', its default syntax could be changed.
6694 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
6696         * net/tramp.el (tramp-progress-reporter-update): New defun.
6697         (with-progress-reporter): Use it.
6698         (tramp-process-actions):
6699         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
6700         current message, in order to let progress reporter continue
6701         afterwards.  (Bug#6257)
6703 2010-05-25  Glenn Morris  <rgm@gnu.org>
6705         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
6706         Add :version.
6708 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6710         * net/rcirc.el (rcirc-default-user-name): Change to "user".
6711         (rcirc-default-full-name): Change to "unknown".
6712         (rcirc-user-name-history): Add variable.
6714 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6715             Jonathan Rockway  <jon@jrock.us>
6717         * net/rcirc.el (rcirc-server-alist): Add :pass.
6718         (rcirc): When prompting for connection parameters, also prompt for
6719         username and password.
6720         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
6721         value to server when connecting.
6723 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
6726         (smie-merge-prec2s): Pass the tables as separate args.
6727         (smie-bnf-precedence-table): Adjust call accordingly.
6728         (smie-prec2-levels): Set levels at the end.
6730         Replace Lisp calls to delete-backward-char by delete-char.
6731         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
6732         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
6733         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
6734         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
6735         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
6736         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
6737         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
6738         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
6739         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
6740         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
6741         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
6742         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
6743         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
6744         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
6745         delete-backward-char by calls to delete-char.
6747 2010-05-25  Kenichi Handa  <handa@m17n.org>
6749         * language/hebrew.el (hebrew-shape-gstring): New function.
6750         Register it in composition-function-table for all Hebrew combining
6751         characters.
6753 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6755         * epa.el (epa--select-keys): Don't explicitly delete the window since
6756         that can fail (e.g. sole window in frame).  Use dedication instead.
6758 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
6760         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
6762 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
6764         * image.el (image-refresh): Define as an alias for image-flush.
6766         * image-mode.el (image-toggle-display-image): Caller changed.
6768 2010-05-21  Juri Linkov  <juri@jurta.org>
6770         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
6771         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
6772         whitespace, call wildcard-to-regexp on substrings and concat them
6773         with "\\|".  (Bug#6114)
6775 2010-05-21  Alan Mackenzie  <acm@muc.de>
6777         * progmodes/cc-engine.el (c-parse-state-get-strategy):
6778         Replace parameter `here' with `here-' and `here-plus', which sandwich
6779         any pertinent CPP construct.
6780         (c-remove-stale-state-cache-backwards): Fix a bug which happens
6781         when doing (c-parse-state) in a CPP construct: Exclude any "new"
6782         CPP construct from taking part in the scanning.
6784 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
6786         * net/tramp.el (tramp-do-copy-or-rename-file)
6787         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
6788         Tune `with-progress-reporter' messages.
6789         (tramp-handle-vc-registered):
6790         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
6791         (tramp-fish-handle-insert-file-contents)
6792         (tramp-fish-maybe-open-connection):
6793         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6794         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
6795         (tramp-imap-handle-insert-file-contents)
6796         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6798 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
6800         * add-log.el (change-log-font-lock-keywords):
6801         Highlight all authors in multi-author entries.
6803         * smerge-mode.el (smerge-refine-ignore-whitespace)
6804         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
6805         Fix typos in docstrings.
6806         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
6808 2010-05-21  Glenn Morris  <rgm@gnu.org>
6810         * progmodes/fortran.el (fortran-mode):
6811         * progmodes/f90.el (f90-mode): Derive from prog-mode.
6813         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
6814         having a relative path in src/Makefile.in.
6816 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6818         * help-mode.el (help-make-xrefs): For Info node links turn
6819         newlines into spaces.  Link node names with newlines are matched
6820         by help-xref-info-regexp and buttonized, this change ensures they
6821         can be followed successfully with RET.  (Bug#6206)
6823 2010-05-20  Juri Linkov  <juri@jurta.org>
6825         * locate.el (locate): Use pop-to-buffer instead of
6826         switch-to-buffer-other-window.  (Bug#6204)
6828 2010-05-20  Juri Linkov  <juri@jurta.org>
6830         * replace.el (replace-highlight): Fix lazy-highlighting
6831         for `M-s w str M-% str RET'.
6833 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
6835         * isearch.el (isearch-yank-word-or-char): Pull next subword
6836         when `subword-mode' is activated.  (Bug#6220)
6838 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
6840         * isearch.el (isearch-update-post-hook): New hook.
6841         (isearch-update): Use the new hook.  (Bug#6225)
6843 2010-05-20  Juri Linkov  <juri@jurta.org>
6845         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
6846         [f1], [help], and (char-to-string help-char) instead of "\C-h".
6847         (Bug#6222)
6849 2010-05-20  Juri Linkov  <juri@jurta.org>
6851         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
6852         (Bug#6223)
6854 2010-05-20  Juri Linkov  <juri@jurta.org>
6856         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
6857         FILE-NAME to read from the minibuffer when called interactively
6858         with prefix argument instead of using buffer-file-name.
6859         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
6861         * dired.el: Update autoloads.
6863 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
6865         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
6866         nxml-finish-element, for consistency with SGML mode.
6868         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
6869         octave-close-block.
6871 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
6873         * composite.el: Require cl when compiling.
6874         (reference-point-alist, compose-gstring-for-graphic)
6875         (compose-gstring-for-terminal): Fix typos in docstrings.
6877 2010-05-19  Juri Linkov  <juri@jurta.org>
6879         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
6880         set-window-parameter.
6882 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6884         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
6885         where appropriate.
6886         (tramp-maybe-open-connection): Use it.
6888 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
6890         * simple.el (move-end-of-line): Make sure we are at line beginning
6891         before backing up to end of previous line.
6893 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6895         * password-cache.el (password-cache-remove): Fix docstring.
6897         * net/secrets.el: Autoload the widget functions.
6898         (secrets-search-items, secrets-create-item)
6899         (secrets-get-attributes, secrets-expand-item): Attributes will be
6900         stored on the password database without leading ":", as all other
6901         clients do as well.
6902         (secrets-mode): Fix docstring.
6903         (secrets-show-secrets): Provide it as autoloaded command only when
6904         D-Bus support is available.  Check existence of Secret Service API.
6906 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6908         * indent.el (indent-region): Deactivate region (bug#6200).
6910 2010-05-19  Glenn Morris  <rgm@gnu.org>
6912         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
6914 2010-05-19  Kenichi Handa  <handa@m17n.org>
6916         * composite.el: Register compose-gstring-for-graphic in
6917         composition-function-table only for combining characters (Mn, Mc, Me).
6919 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
6921         * calc/calc-trail.el (calc-trail-isearch-forward)
6922         (calc-trail-isearch-backward): Ensure that the new window
6923         point is set correctly.
6925 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6927         * subr.el (read-quoted-char): Resolve modifiers after key
6928         remapping (bug#6212).
6930 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
6932         Add visualization code for secrets.
6933         * net/secrets.el (secrets-mode): New major mode.
6934         (secrets-show-secrets, secrets-show-collections)
6935         (secrets-expand-collection, secrets-expand-item)
6936         (secrets-tree-widget-after-toggle-function)
6937         (secrets-tree-widget-show-password): New defuns.
6939 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6941         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
6942         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
6943         handled in smie-next-sexp.
6944         (smie-indent-calculate): Provide a starting indentation (so the
6945         recursion is well-founded ;-).
6947         Fix handling of non-associative equal levels.
6948         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
6949         when it's not needed.
6950         (smie-op-left, smie-op-right): New functions.
6951         (smie-next-sexp): New function, extracted from smie-backward-sexp.
6952         Better handle equal levels to distinguish the associative case from
6953         the "multi-keyword construct" case.
6954         (smie-backward-sexp, smie-forward-sexp): Use it.
6956 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
6958         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
6960         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
6961         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
6963 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6965         Provide a simple generic indentation engine and use it for Prolog.
6966         * emacs-lisp/smie.el: New file.
6967         * progmodes/prolog.el (prolog-smie-op-levels)
6968         (prolog-smie-indent-rules): New var.
6969         (prolog-mode-variables): Use them to configure SMIE.
6970         (prolog-indent-line, prolog-indent-level): Remove.
6972 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
6974         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
6975         order before computing the averages.
6977 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
6979         * calc/calc-vec.el (calc-histogram):
6980         (calcFunc-histogram): Allow vectors as inputs.
6981         (math-vector-avg): New function.
6983         * calc/calc-ext.el (math-group-float): Have the number of digits
6984         being grouped depend on the radix (Bug#6189).
6986 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
6988         * version.el (emacs-copyright, emacs-version): Don't define here,
6989         now that emacs.c defines it.
6991 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
6993         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
6994         "Describe Language Environment" menu item.
6996         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
6998         Bidi-sensitive movement with arrow keys.
6999         * subr.el (right-arrow-command, left-arrow-command): New functions.
7001         * bindings.el (global-map): Bind them to right and left arrow keys.
7003         Don't override standard definition of convert-standard-filename.
7004         * files.el (convert-standard-filename): Call
7005         w32-convert-standard-filename and dos-convert-standard-filename on
7006         the corresponding systems.
7008         * w32-fns.el (w32-convert-standard-filename): Rename from
7009         convert-standard-filename.  Doc fix.
7011         * dos-fns.el (dos-convert-standard-filename): Doc fix.
7012         (convert-standard-filename): Don't defalias.
7013         (register-name-alist, make-register, register-value)
7014         (set-register-value, intdos): Obsolete aliases for the
7015         corresponding dos-* functions and variables.
7016         (dos-intdos): Add a doc string.
7018 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
7020         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7021         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7022         (math-compose-tex-func):
7023         * calc/calccomp.el (math-compose-expr):
7024         * calc/calc-ext.el (math-format-flat-expr-fancy):
7025         * calc/calc-store.el (calc-read-var-name):
7026         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7028         * calc/calc.el (var-π, var-φ, var-γ): New variables.
7029         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
7030         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
7031         (math-standard-units): Add units.
7033 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7035         * progmodes/asm-mode.el (asm-mode):
7036         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7038         * pcomplete.el (pcomplete-completions-at-point): New function,
7039         extracted from pcomplete-std-complete.
7040         (pcomplete-std-complete): Use it.
7042 2010-05-15  Glenn Morris  <rgm@gnu.org>
7044         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7045         Remove references to CVS, RCS and Old directories.
7047 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
7049         * calc/calc-bin.el (math-format-twos-complement): Group digits when
7050         appropriate.
7052 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7055         (sh-mode-syntax-table): Give it a default value instead.
7056         (sh-header-marker): Make buffer-local.
7057         (sh-mode): Move make-local-variable to the corresponding setq.
7058         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7059         Use complete-with-action.
7061         * simple.el (prog-mode): New (abstract) major mode.
7062         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7063         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7065 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
7067         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7068         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7069         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7070         (sql-make-alternate-buffer-name, sql-placeholders-filter)
7071         (sql-escape-newlines-filter, sql-input-sender)
7072         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7074 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
7076         Add TeX open-block and close-block keybindings to SGML, and vice versa.
7078         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7079         latex-open-block and C-c / to latex-close-block.
7081         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7082         and C-c C-e to sgml-close-tag.
7084 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
7086         * net/tramp.el (with-progress-reporter): Create reporter object
7087         only when the message would be displayed.  Handle nested calls.
7088         (tramp-handle-load, tramp-handle-file-local-copy)
7089         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7090         (tramp-maybe-send-script, tramp-find-shell):
7091         Use `with-progress-reporter'.
7092         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7093         Fix message text.
7095         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7096         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7097         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7098         Use `with-progress-reporter'.
7100 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
7102         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7103         process everytime when spellchecking from the minibuffer (bug#6143).
7105 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7107         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7109         * dos-fns.el: Add "dos-" prefix for namespace control.
7110         (convert-standard-filename): Define as alias for
7111         dos-convert-standard-filename but only if applicable.
7113 2010-05-12  Alan Mackenzie  <acm@muc.de>
7115         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7116         Push the mark at the start of these functions when appropriate.
7118 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7120         * minibuffer.el (completion-cycle-threshold): New custom var.
7121         (completion--do-completion): Use it.
7122         (minibuffer-complete): Use cycling if appropriate.
7124 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
7126         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7127         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7129 2010-05-11  Juri Linkov  <juri@jurta.org>
7131         * scroll-all.el (scroll-all-check-to-scroll):
7132         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7134 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7136         * iimage.el (iimage-mode-map): Move initialization into declaration.
7137         (iimage-mode-buffer): Use with-silent-modifications.
7138         Simplify calling convention.  Adjust callers.
7139         (iimage-mode): Don't run hook redundantly.
7141         * minibuffer.el (completion-pcm--pattern->regex):
7142         Fix last change (bug#6160).
7144 2010-05-10  Juri Linkov  <juri@jurta.org>
7146         Remove nodes visited during Isearch from the Info history.
7147         * info.el (Info-isearch-initial-history)
7148         (Info-isearch-initial-history-list): New variables.
7149         (Info-isearch-start): Record initial values of
7150         Info-isearch-initial-history and Info-isearch-initial-history-list.
7151         Add Info-isearch-end to isearch-mode-end-hook.
7152         (Info-isearch-end): New function.
7154 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
7156         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
7157         format string, in order to work around a bug in pdksh.
7158         Reported by Gilles Pion <gpion@lfdj.com>.
7159         (tramp-handle-verify-visited-file-modtime): Do not send a command
7160         when the connection is not established.
7161         (tramp-handle-set-file-times): Simplify the check for utc.
7163 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
7165         Fix use of `filter-buffer-substring' (rework previous change).
7166         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7167         (cua-repeat-replace-region):
7168         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7169         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7170         (cua-cut-region-to-global-mark): Use it.
7172 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
7174         * progmodes/sql.el: Version 2.1.
7175         (sql-product-alist): Redesign structure of product info.
7176         (sql-product, sql-user, sql-server, sql-database): Safe variables.
7177         (sql-port, sql-port-history): New variables.
7178         (sql-interactive-product): New variable.
7179         (sql-send-terminator): New variable.
7180         (sql-imenu-generic-expression): Add "Types" imenu entry.
7181         (sql-oracle-login-params, sql-sqlite-login-params)
7182         (sql-mysql-login-params, sql-solid-login-params)
7183         (sql-sybase-login-params, sql-informix-login-params)
7184         (sql-ingres-login-params, sql-ms-login-params)
7185         (sql-postgres-login-params, sql-interbase-login-params)
7186         (sql-db2-login-params, sql-linter-login-params)
7187         (sql-oracle-scan-on): New variables.
7188         (sql-mode-map): Add C-c C-i to start interactive mode.
7189         (sql-mode-menu): Update existing menu entries.
7190         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7191         (sql-mode-oracle-font-lock-keywords)
7192         (sql-mode-postgres-font-lock-keywords)
7193         (sql-mode-ms-font-lock-keywords)
7194         (sql-mode-sybase-font-lock-keywords)
7195         (sql-mode-informix-font-lock-keywords)
7196         (sql-mode-interbase-font-lock-keywords)
7197         (sql-mode-ingres-font-lock-keywords)
7198         (sql-mode-solid-font-lock-keywords)
7199         (sql-mode-mysql-font-lock-keywords)
7200         (sql-mode-sqlite-font-lock-keywords)
7201         (sql-mode-db2-font-lock-keywords)
7202         (sql-mode-linter-font-lock-keywords): Update initialization to
7203         reduce run-time complexity.
7204         (sql-add-product, sql-del-product): New functions.
7205         (sql-set-product-feature, sql-get-product-feature): New functions.
7206         (sql-product-font-lock): Update product API.
7207         (sql-add-product-keywords): New function.
7208         (sql-highlight-product): Update product API.
7209         (sql-help-list-products): New function.
7210         (sql-help): Dynamically lists free and non-free products.
7211         (sql-get-login): Correct bug in handling history and added
7212         prompt for port.
7213         (sql-copy-column): Copy without properties.
7214         (sqli-input-sender): Apply filters to SQLi input.
7215         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
7216         Implement as a filter.
7217         (sql-escape-newlines-filter): Implement as a filter.
7218         (sql-remove-tabs-filter): New function.
7219         (sql-send-magic-terminator): New function.
7220         (sql-send-string): Implement magic terminator.
7221         (sql-send-region): Use `sql-send-string'.
7222         (sql-interactive-mode): Use product API.
7223         (sql-product-interactive): Use product API.
7224         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7225         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7226         (sql-db2, sql-linter): Use `sql-product-interactive'.
7227         (sql-connect): New function.
7228         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7229         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7230         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
7231         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7232         Use `sql-connect'.
7234 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7237         New custom variable.
7238         (completion-pcm--string->pattern): Use it.
7239         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
7240         Make it handle any symbol as `any'.
7241         (completion-pcm--merge-completions): Extract common suffix for the new
7242         `prefix' symbol as well.
7243         (completion-substring--all-completions): Use the new `prefix' symbol.
7245 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
7247         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
7248         not bound.
7249         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7250         (tramp-compat-funcall): New defmacro.
7251         (tramp-compat-line-beginning-position)
7252         (tramp-compat-line-end-position)
7253         (tramp-compat-temporary-file-directory)
7254         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7255         (tramp-compat-copy-file, tramp-compat-copy-directory)
7256         (tramp-compat-delete-file, tramp-compat-delete-directory)
7257         (tramp-compat-number-sequence, tramp-compat-process-running-p)
7258         * net/tramp.el (top, with-progress-reporter)
7259         (tramp-rfn-eshadow-setup-minibuffer)
7260         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7261         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7262         (tramp-completion-mode-p, tramp-check-for-regexp)
7263         (tramp-open-connection-setup-interactive-shell)
7264         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7265         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7266         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
7267         * net/tramp-cmds.el (tramp-cleanup-all-connections)
7268         (tramp-reporter-dump-variable, tramp-load-report-modules)
7269         (tramp-append-tramp-buffers)
7270         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
7272         * net/tramp-imap.el (top): Autoload `epg-make-context'.
7274 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7276         * progmodes/compile.el (compilation-buffer-modtime): Rename from
7277         buffer-modtime.  Adjust users.
7279 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7281         * international/mule.el (auto-coding-alist): Only purecopy
7282         car of each item, not the whole list (Bug#6083).
7284 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7286         * progmodes/js.el (js-mode): Make paragraph variables local before
7287         calling c-setup-paragraph-variables (Bug#6071).
7289 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
7291         * composite.el (compose-region, reference-point-alist): Fix typos
7292         in the doc strings.
7294 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
7296         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7297         gnuplot's "set" command.
7299 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7301         * abbrev.el (last-abbrev-text): Doc fix.
7302         (abbrev-prefix-mark): Don't escape parenthesis.
7304 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
7306         * composite.el (find-composition): Doc fix.
7308 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7310         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7311         (sql-oracle-program, sql-sqlite-options)
7312         (sql-query-placeholders-and-send): Doc fixes.
7313         (sql-set-product, sql-interactive-mode): Reflow docstrings.
7314         (sql-imenu-generic-expression, sql-buffer)
7315         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7316         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7317         (sql-mode-sybase-font-lock-keywords)
7318         (sql-mode-informix-font-lock-keywords)
7319         (sql-mode-interbase-font-lock-keywords)
7320         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7321         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7322         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7323         (sql-product-feature, sql-highlight-product)
7324         (comint-line-beginning-position, sql-rename-buffer)
7325         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7326         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
7327         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7328         Fix typos in docstrings.
7330 2010-05-08  Juri Linkov  <juri@jurta.org>
7332         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7333         property instead of `invisible' and `after-string' (bug#5998).
7335 2010-05-08  Juri Linkov  <juri@jurta.org>
7337         * image-mode.el (image-mode-as-text): Fix typo in docstring.
7339 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7341         * filecache.el (file-cache-add-directory-list)
7342         (file-cache-add-directory-recursively): Fix typos in docstrings.
7344 2010-05-08  Kenichi Handa  <handa@m17n.org>
7346         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
7347         (gujarati-composable-pattern): Fix typo.
7349 2010-05-08  Kenichi Handa  <handa@m17n.org>
7351         * language/indian.el (oriya-composable-pattern)
7352         (tamil-composable-pattern, malayalam-composable-pattern):
7353         Add two-part vowels to "v" (vowel sign).
7355 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7357         * files.el (copy-directory): Handle symlinks (Bug#5982).
7359 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
7361         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7362         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
7363         (Bug#5846).
7365 2010-05-08  Glenn Morris  <rgm@gnu.org>
7367         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
7369         * minibuffer.el (completion-at-point): Doc fix.
7371 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7373         * electric.el (Electric-command-loop): Minor tweak.
7375         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
7376         better with dedicated windows.
7378 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
7380         * Version 23.2 released.
7382 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7383             Stefan Monnier  <monnier@iro.umontreal.ca>
7385         Highlight vendor specific properties.
7386         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
7387         (css-proprietary-property): New face.
7388         (css-font-lock-keywords): Use them.
7390 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
7392         * cus-start.el (all): Add native condition for tool-bar-* symbols.
7394 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
7397         * files.el (auto-mode-alist): Remove redundant entries.
7399         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
7400         * simple.el (auto-save-mode): Move from files.el.
7401         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
7403 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7405         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
7407 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7409         * mail/binhex.el (binhex-decode-region-internal)
7410         * mail/uudecode.el (uudecode-decode-region-internal)
7411         * net/dns.el (dns-read-string-name, dns-write, dns-read)
7412         (dns-read-type, dns-query)
7413         * pgg-parse.el (pgg-parse-armor)
7414         * pgg.el (pgg-verify-region)
7415         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
7416         XEmacs.
7418         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
7420 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
7422         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
7424         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
7425         * emulation/cua-base.el (cua-repeat-replace-region):
7426         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7427         (cua-cut-region-to-global-mark):
7428         Remove text properties with `set-text-properties'.
7430 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
7432         * net/tramp.el (top, with-progress-reporter):
7433         Use `symbol-function' inside `funcall'.
7435         * net/tramp-compat.el (tramp-compat-file-attributes)
7436         (tramp-compat-delete-file, tramp-compat-delete-directory):
7437         Handle only `wrong-number-of-arguments' error.
7439         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
7440         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
7441         inside `funcall'.
7443 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7445         * minibuffer.el (completion--sreverse, completion--common-suffix):
7446         New functions.
7447         (completion-pcm--merge-completions): Extract common suffix when safe.
7449         * emacs-lisp/easy-mmode.el (define-minor-mode):
7450         Make :variable more flexible.
7451         * files.el (auto-save-mode): Use it to define using define-minor-mode.
7453 2010-05-05  Juri Linkov  <juri@jurta.org>
7455         Add `slow' and `history' tags to the desktop data.
7457         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
7458         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7459         (Info-finder-find-node): Require `finder.el' to be able
7460         to restore node from the desktop.
7461         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
7462         data `Info-history' and `slow' tag in the assoc list.
7463         (Info-restore-desktop-buffer): Don't restore nodes with the
7464         `slow' tag.  Restore `Info-history'.
7466 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
7468         Add FORCE argument to `delete-file'.
7470         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
7471         forcing to delete the temporary file.
7472         (ange-ftp-delete-file): Add FORCE arg.
7473         (ange-ftp-rename-remote-to-remote)
7474         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
7475         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
7476         Force file deletion.
7478         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
7480         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
7481         (tramp-handle-make-symbolic-link, tramp-handle-load)
7482         (tramp-do-copy-or-rename-file-via-buffer)
7483         (tramp-do-copy-or-rename-file-directly)
7484         (tramp-do-copy-or-rename-file-out-of-band)
7485         (tramp-handle-process-file, tramp-handle-call-process-region)
7486         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7487         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7488         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
7490         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
7491         (tramp-fish-handle-make-symbolic-link)
7492         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
7494         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7495         Use `tramp-compat-delete-file'.
7497         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
7498         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
7500         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
7501         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7503         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7504         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
7505         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
7506         `tramp-compat-delete-file'.
7508 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7510         Minor cleanups.
7511         * subr.el (add-minor-mode): Use push.
7512         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7513         * emulation/edt.el (edt-select-mode): Simplify.
7515         Use define-minor-mode in more cases.
7516         * term/tvi970.el (tvi970-set-keypad-mode):
7517         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7518         (normal-erase-is-backspace-mode):
7519         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7520         (set-scroll-bar-mode-1): (Re)move to its sole caller.
7521         (get-scroll-bar-mode): New function.
7522         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7524         Use define-minor-mode for less obvious cases.
7525         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7526         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7527         * international/iso-ascii.el (iso-ascii-mode):
7528         * frame.el (auto-raise-mode, auto-lower-mode):
7529         * composite.el (global-auto-composition-mode): Use define-minor-mode.
7531 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
7533         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7534         in order to see error messages for failed logins.
7536 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
7538         * diff.el (diff-sentinel):
7540         * epg.el (epg--make-temp-file, epg-decrypt-string)
7541         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7543         * jka-compr.el (jka-compr-partial-uncompress)
7544         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7546         * server.el (server-sentinel): Use delete-file's new FORCE arg
7547         (Bug#6070).
7549 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7551         Use define-minor-mode where applicable.
7552         * view.el (view-mode):
7553         * type-break.el (type-break-query-mode)
7554         (type-break-mode-line-message-mode):
7555         * textmodes/reftex.el (reftex-mode):
7556         * term/vt100.el (vt100-wide-mode):
7557         * tar-mode.el (tar-subfile-mode):
7558         * savehist.el (savehist-mode):
7559         * ibuf-ext.el (ibuffer-auto-mode):
7560         * composite.el (auto-composition-mode):
7561         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7562         Use define-minor-mode.
7563         (vhdl-mode): Use static mode-line format.
7564         (vhdl-mode-line-update): Delete.
7565         (vhdl-create-mode-menu, vhdl-activate-customizations)
7566         (vhdl-hs-minor-mode): Don't bother calling it.
7568 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7570         * simple.el (with-wrapper-hook): Move.
7571         (buffer-substring-filters): Mark obsolete.
7572         (filter-buffer-substring-functions): New variable.
7573         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
7575 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7576             Michael Albinus  <michael.albinus@gmx.de>
7578         Implement compression for inline methods.
7580         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7581         (tramp-copy-size-limit): Allow also nil.
7582         (tramp-inline-compress-commands): New defconst.
7583         (tramp-find-inline-compress, tramp-get-inline-compress)
7584         (tramp-get-inline-coding): New defuns.
7585         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7586         replaced by `tramp-get-inline-coding'.
7587         (tramp-handle-file-local-copy, tramp-handle-write-region)
7588         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7590 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7593         Remove unused functions.
7595         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7596         Set find-tag-default-function as a variable rather than a property.
7598         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7599         * progmodes/etags.el (tags-completion-at-point-function):
7600         Remove left over interactive spec.  Add autoloading stub.
7601         (complete-tag): Use tags-completion-at-point-function.
7603 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
7605         * minibuffer.el (tags-completion-at-point-function): Fix return value.
7607 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7609         * ido.el (ido-init-completion-maps): Remove C-v binding.
7610         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
7612 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7614         * minibuffer.el (tags-completion-at-point-function): New function.
7615         (completion-at-point-functions): Use it.
7617         * progmodes/etags.el (complete-tag): Revert last change.
7619 2010-04-29  Alan Mackenzie  <acm@muc.de>
7621         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
7622         off-by-one error (in end of macro position).
7624 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7626         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
7627         firefox is absent.  Don't autoload.
7628         (browse-url-galeon-program): Don't autoload.
7630 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7632         * bindings.el (complete-symbol): Move into minibuffer.el.
7634         * minibuffer.el (complete-tag): Move from etags.el.  If tags
7635         completion cannot be performed, return nil instead of signalling
7636         an error.
7637         (completion-at-point): Make it an alias for complete-symbol.
7638         (complete-symbol): Move from bindings.el, and replace with the
7639         body of completion-at-point.
7641         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
7643 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
7645         * net/tramp.el (tramp-remote-selinux-p): New defun.
7646         (tramp-handle-file-selinux-context)
7647         (tramp-handle-set-file-selinux-context): Use it.
7649 2010-04-28  Sam Steingold  <sds@gnu.org>
7651         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7652         `safe-local-variable' if the value is a string or a symbol with
7653         the property `bug-reference-url-format'.
7655 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7657         * progmodes/bug-reference.el (bug-reference-url-format):
7658         Revert 2010-04-27 change due to security risk.
7660 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         Make it possible to locally disable a globally enabled mode.
7663         * simple.el (fundamental-mode): Run fundamental-mode-hook.
7664         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
7665         rather than kill-all-local-variables so it runs fundamental-mode-hook.
7666         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7667         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
7668         that subsequent hooks get a chance to disable it.
7670 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7672         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7673         Avoid re-enabling a minor mode after the user turned the minor mode
7674         off if MODE-enable-in-buffers is run twice (typically once from
7675         fundamental-mode's after-change-major-mode-hook and a second time from
7676         run-mode-hook's own after-change-major-mode-hook).
7678         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
7680 2010-04-27  Sam Steingold  <sds@gnu.org>
7682         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7683         `safe-local-variable' if the value is a string or a function, as
7684         documented and implemented on 2010-04-02.
7686 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
7688         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
7689         when method is 'kill.
7691 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
7693         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
7694         condition in default directory check.
7695         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
7696         Kill ispell process when killing its associated buffer.
7698 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
7700         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
7701         but we aren't using it.
7703 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
7705         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
7706         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
7708 2010-04-24  Glenn Morris  <rgm@gnu.org>
7710         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
7711         Ignore VCS-ignore files, and deleted nextstep preferences files.
7712         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
7713         (authors-ambiguous-files): New list.
7714         (authors-valid-file-names): Add some deleted files.
7715         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
7716         (authors-disambiguate-file-name): New function.  (Bug#5501)
7717         (authors-canonical-file-name): Doc fix.
7718         Don't warn about obsolete files.
7719         (authors-canonical-file-name, authors-scan-el):
7720         Use authors-disambiguate-file-name.
7722         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7723         Add autoload cookies.
7724         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
7725         (generated-autoload-file): Set file-local value to "htmlfontify.el".
7726         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
7727         They have definitions / compiler macros in cl.el.
7728         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7729         Replace manual autoloads with generated ones.
7730         (htmlfontify-unload-rgb-file): Remove autoload.
7731         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
7733 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7735         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
7736         (byte-compile-setq-default): Optimize for the
7737         single-var case and don't call byte-compile-form in this case to avoid
7738         inf-loop with byte-compile-set-default.
7740         * progmodes/compile.el (compilation-start): Abbreviate default directory.
7742 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
7744         Implement SELINUX backends.
7746         * net/tramp.el (tramp-file-name-handler-alist):
7747         Add `file-selinux-context' and `set-file-selinux-context'.
7748         (tramp-handle-file-selinux-context)
7749         (tramp-handle-set-file-selinux-context): New defuns.
7750         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7751         Handle PRESERVE-SELINUX-CONTEXT.
7753         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7754         Add `file-selinux-context' and `set-file-selinux-context'.
7755         (tramp-gvfs-handle-file-selinux-context)
7756         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
7757         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
7759         * net/ange-ftp.el (ange-ftp-copy-file):
7760         * net/tramp-fish.el (tramp-fish-handle-copy-file):
7761         * net/tramp-imap.el (tramp-imap-handle-copy-file):
7762         * net/tramp-smb.el (tramp-smb-handle-copy-file):
7763         Add PRESERVE-SELINUX-CONTEXT.
7765 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7767         Synchronize with Tramp repository.
7769         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
7770         (tramp-action-process-alive, tramp-action-out-of-band)
7771         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7772         (tramp-exists-file-name-handler): Fix docstring.
7773         (with-progress-reporter): New defmacro.
7774         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
7775         (tramp-maybe-open-connection): Use it.
7777 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
7779         Detect ssh 'ControlMaster' argument automatically in some cases.
7781         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
7782         (tramp-default-method): Use it.
7784 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7786         * net/tramp.el (tramp-handle-copy-file): Add new optional
7787         parameter `preserve-selinux-context'.
7788         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
7790 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7792         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7793         Ensure, that non remote files are still checked.  Oops.
7795 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
7797         Fix Bug#5840.
7799         * icomplete.el (icomplete-completions): Use `non-essential'.
7801         * net/tramp.el (tramp-connectable-p): New defun.
7802         (tramp-handle-expand-file-name)
7803         (tramp-completion-handle-file-name-all-completions)
7804         (tramp-completion-handle-file-name-completion): Use it.
7806 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
7810 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
7812         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
7814         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
7816         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
7817         is present.
7819         * info.el (info-tool-bar-map): Add labels.
7821         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
7823         * cus-edit.el (custom-commands): Add labels for tool bar.
7824         (custom-buffer-create-internal, Custom-mode): Adjust for
7825         labels in custom-commands.
7827         * dynamic-setting.el: Renamed from font-setting.el.
7829 2010-04-21  John Wiegley  <jwiegley@gmail.com>
7831         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
7832         toggles the use of virtual buffers.
7833         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
7834         (ido-toggle-virtual-buffers): New function.
7836 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
7838         Use `define-derived-mode'; fix window selection; doc fixes.
7839         * play/tetris.el (tetris, tetris-update-speed-function)
7840         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
7841         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
7842         (tetris-rotate-next, tetris-end-game, tetris-start-game)
7843         (tetris-pause-game): Fix typos in docstrings.
7844         (tetris-mode-map, tetris-null-map):
7845         Move initialization into declaration.
7846         (tetris-mode): Define with `define-derived-mode';
7847         set show-trailing-whitespace to nil.
7848         (tetris): Prefer window already displaying the "*Tetris*" buffer.
7850 2010-04-21  Karel Klíč  <kklic@redhat.com>
7852         * files.el (backup-buffer): Handle SELinux context, and return it
7853         if a backup was made by renaming.
7854         (backup-buffer-copy): Set SELinux context to the target file.
7855         (basic-save-buffer): Set SELinux context of the newly written file.
7856         (basic-save-buffer-1): Now it also returns any SELinux context.
7857         (basic-save-buffer-2): Set SELinux context of the newly created file,
7858         and return it.
7859         * net/tramp.el (tramp-file-name-for-operation):
7860         Add file-selinux-context.
7862 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         Make the log-edit comments use RFC822 format throughout.
7866         * vc.el (vc-checkin, vc-modify-change-comment):
7867         Adjust to new vc-start/finish-logentry.
7868         (vc-find-conflicted-file): New command.
7869         (vc-transfer-file): Adjust to new vc-checkin.
7870         (vc-next-action): Improve scoping.
7872         * vc-hg.el (vc-hg-log-edit-mode): Remove.
7873         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
7875         * vc-git.el (vc-git-log-edit-mode): Remove.
7876         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
7877         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
7879         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
7880         (vc-start-logentry): Remove argument `extra'.
7881         (vc-finish-logentry): Remove extra args.
7883         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
7884         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
7885         (vc-bzr-conflicted-files): New function.
7887         * log-edit.el (log-edit-extra-flags)
7888         (log-edit-before-checkin-process): Remove.
7889         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
7890         (log-edit-headers-alist): New var.
7891         (log-edit-header-contents-regexp): New const.
7892         (log-edit-match-to-eoh): New function.
7893         (log-edit-font-lock-keywords): Use them.
7894         (log-edit): Insert a "Summary:" header as default.
7895         (log-edit-mode): Mark font-lock rules as case-insensitive.
7896         (log-edit-done): Cleanup headers.
7897         (log-view-process-buffer): Remove.
7898         (log-edit-extract-headers): New function to replace it.
7900 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
7902         * subr.el (default-direction-reversed): Remove obsolescence info.
7904 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7906         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
7907         windows/frames.
7909         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
7910         I.e. include text after point in the completion region.
7911         Also, return nil when we're not after/in a symbol.
7913         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
7914         default enable-multibyte-characters.
7916 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * international/mule.el: Help the user choose a valid coding-system.
7919         (read-buffer-file-coding-system): New function.
7920         (set-buffer-file-coding-system): Use it.  Prompt the user if the
7921         coding-system cannot encode all the chars.
7923         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
7924         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
7925         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
7926         Don't use *vc-bzr-shelve*.
7928 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
7930         Fix the version number for added files.
7931         * vc-hg.el (vc-hg-working-revision): Check if the file is
7932         registered after hg parent fails (Bug#5961).
7934 2010-04-19  Glenn Morris  <rgm@gnu.org>
7936         * htmlfontify.el (htmlfontify-buffer)
7937         (htmlfontify-copy-and-link-dir): Autoload entry points.
7939 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
7941         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
7942         name relative to the project root (Bug#5960).
7944 2010-04-19  Glenn Morris  <rgm@gnu.org>
7946         * vc-git.el (vc-git-print-log): Doc fix.
7948 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
7950         * ido.el (ido-file-internal): Fix 2009-12-02 change.
7952 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
7954         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
7955         default settings (Bug#5928).
7957 2010-04-19  Glenn Morris  <rgm@gnu.org>
7959         * progmodes/fortran.el (fortran-match-and-skip-declaration):
7960         New function.
7961         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
7963 2010-04-19  Kenichi Handa  <handa@m17n.org>
7965         * language/indian.el (malayalam-composable-pattern): Fix previous
7966         change (add U+0D4D "SIGN VIRAMA").
7967         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
7968         (tamil-composable-pattern): Fix typo in the regexp.
7969         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
7970         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
7971         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
7973 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7975         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
7976         paragraph-separate (Bug#5821).
7978 2010-04-19  Juri Linkov  <juri@jurta.org>
7980         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
7982         * info.el (Info-find-node-2): Comment out code that skips
7983         breadcrumbs line.
7984         (Info-mouse-follow-link): New command.
7985         (Info-link-keymap): New keymap.
7986         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
7987         Return a string with links instead of inserting breadcrumbs
7988         to the Info buffer.
7989         (Info-fontify-node): Comment out code that inserts breadcrumbs.
7990         Instead of putting the `invisible' text property over the Info
7991         header, make an overlay over the Info header with the `invisible'
7992         property and `after-string' set to the string returned by
7993         `Info-breadcrumbs'.
7995 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7997         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
7998         Reported by monkey@sandpframing.com.
8000 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8002         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8003         (tmm-get-keymap): Add key-binding shortcuts now that they're not
8004         available in the "keyseq cache" any more.
8006         * custom.el (defcustom): Add edebug spec.
8008 2010-04-18  Juri Linkov  <juri@jurta.org>
8010         Test for special mode-class in view-buffer instead of view-file (bug#5513).
8012         * view.el (view-file, view-buffer): Move test for special mode-class
8013         from view-file to view-buffer.
8015         * tar-mode.el (tar-extract): Turn if's into one cond
8016         like in arc-mode.el.
8018 2010-04-18  Juri Linkov  <juri@jurta.org>
8020         Add 7z archive format support (bug#5475).
8022         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8023         (archive-7z-extract): New defcustom.
8024         (archive-find-type): Add magic string for 7z.
8025         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8026         If `stderr-file' is non-nil, use `(t stderr-file)' for the
8027         `buffer' arg of `call-process'.
8028         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8029         call the function `archive-7z-extract' with the variable
8030         `archive-7z-extract' let-bound to `archive-zip-extract'.
8031         (archive-7z-summarize, archive-7z-extract): New functions.
8033         * international/mule.el (auto-coding-alist):
8034         * files.el (auto-mode-alist): Add 7z file extension.
8036 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8038         * loadup.el: Setup hash-cons for pure data.
8040         Fix duplicate entries in cedet's loaddefs.el files.
8041         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8042         Should make most file-local generated-autoload-file unnecessary.
8043         (print-readably): Silence warnings.
8044         (autoload-find-destination): Take load-name as an arg to make sure
8045         it's the same as the one that will be in the file.
8046         (autoload-generate-file-autoloads): Adjust to above changes.
8047         Try to make the dataflow a bit simpler.
8049         * cvs-status.el (cvs-refontify): Remove unused.
8051 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
8053         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
8055         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
8056         twos-complement mode.
8058 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
8060         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8061         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
8062         (calc-inverse): Add "Option" to message, as appropriate.
8063         (calc-hyperbolic): Add "Option" to message, as appropriate.
8064         (calc-option, calc-is-option): New functions.
8066         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
8067         (calc-option-prefix-help): New function.
8069         * calc/calc-misc.el (calc-help): Add "Option" entry.
8071         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
8072         (calc-option-flag): New variable.
8073         (calc-do): Set `calc-option-flag to nil.
8074         (calc-set-mode-line): Add "Opt " as appropriate.
8076 2010-04-16  Juri Linkov  <juri@jurta.org>
8078         Move scrolling commands from simple.el to window.el
8079         because their primitives are implemented in window.c.
8081         * simple.el (scroll-error-top-bottom)
8082         (scroll-up-command, scroll-down-command, scroll-up-line)
8083         (scroll-down-line, scroll-other-window-down)
8084         (beginning-of-buffer-other-window, end-of-buffer-other-window):
8085         * window.el (scroll-error-top-bottom)
8086         (scroll-up-command, scroll-down-command, scroll-up-line)
8087         (scroll-down-line, scroll-other-window-down)
8088         (beginning-of-buffer-other-window, end-of-buffer-other-window):
8089         Move from simple.el to window.el because their primitives are
8090         implemented in window.c.
8092 2010-04-16  Juri Linkov  <juri@jurta.org>
8094         * isearch.el (isearch-lookup-scroll-key): Check both
8095         `isearch-scroll' and `scroll-command' properties.
8096         (scroll-up, scroll-down): Remove `isearch-scroll' property.
8098         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8100         * simple.el (scroll-up-command, scroll-down-command)
8101         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8103 2010-04-15  Juri Linkov  <juri@jurta.org>
8105         * simple.el (scroll-up-command, scroll-down-command)
8106         (scroll-up-line, scroll-down-line): Put `scroll-command'
8107         property on the these symbols.  Remove them from
8108         `scroll-preserve-screen-position-commands'.
8110         * mwheel.el (mwheel-scroll): Put `scroll-command' and
8111         `isearch-scroll' properties on the `mwheel-scroll' symbol.
8112         Remove it from `scroll-preserve-screen-position-commands'.
8114         * isearch.el (isearch-allow-scroll): Doc fix.
8116 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
8118         * net/tramp.el (tramp-error-with-buffer): Don't show the
8119         connection buffer when we are in completion mode.
8120         (tramp-file-name-handler): Catch the error for some operations
8121         when we are in completion mode.  This gives the user the chance to
8122         correct the file name in the minibuffer.
8124 2010-04-15  Glenn Morris  <rgm@gnu.org>
8126         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8128 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
8130         Simplify by using `define-derived-mode'.
8131         * info.el (Info-mode):
8132         * calendar/todo-mode.el (todo-mode):
8133         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8134         (gomoku-mode-map): Move initialization into declaration.
8136 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
8138         Fix Bug#5840.
8139         * ido.el (ido-file-name-all-completions-1):
8140         * minibuffer.el (minibuffer-completion-help):
8141         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8143 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8145         * simple.el (non-essential): New var.
8147         Add a new field `location' to bookmarks for non-file bookmarks.
8148         * bookmark.el (bookmark-location): Use the new field, if present.
8149         (bookmark-insert-location): Undo last change, not needed any more.
8150         * man.el (Man-bookmark-make-record):
8151         * woman.el (woman-bookmark-make-record): Add `location' field.
8153 2010-04-14  Juri Linkov  <juri@jurta.org>
8155         * simple.el (scroll-error-top-bottom): New defcustom.
8156         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
8158         * emulation/pc-select.el (pc-select-override-scroll-error):
8159         Obsolete in favor of `scroll-error-top-bottom'.
8161 2010-04-14  Juri Linkov  <juri@jurta.org>
8163         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8164         `scroll-up-command' and `M-v' to `scroll-down-command'.
8166         * emulation/cua-rect.el (cua--init-rectangles):
8167         * forms.el (forms--change-commands):
8168         * image-mode.el (image-mode-map):
8169         Remap scroll-down-command and scroll-up-command
8170         in addition to scroll-down and scroll-up.
8172 2010-04-14  Juri Linkov  <juri@jurta.org>
8174         * mwheel.el (scroll-preserve-screen-position-commands):
8175         Add mwheel-scroll to this list of commands.
8177         * simple.el (scroll-preserve-screen-position-commands):
8178         Add scroll-up-command, scroll-down-command, scroll-up-line,
8179         scroll-down-line to this list of commands.
8181 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8183         * obsolete/complete.el: Move from lisp/complete.el.
8185         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
8187         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
8188         to the minor mode function now turns the mode ON unconditionally.
8190 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8192         * vc-dir.el (vc-dir-kill-line): New command.
8193         (vc-dir-mode-map): Bind it to C-k.
8195         * bookmark.el (bookmark-insert-location): Handle a nil filename.
8197         * woman.el: Add bookmark declarations to silence the compiler.
8198         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
8199         step to compatibility between man and woman bookmarks.
8200         Adjust for Man-default-bookmark-title renaming.
8201         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
8203         * man.el: Add bookmark declarations to silence the compiler.
8204         (Man-name-local-regexp): Make it match NAME as well.
8205         (Man-getpage-in-background): Return the buffer.
8206         (Man-notify-when-ready): Use `case'.
8207         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
8208         Don't hardcode "NAME".  Simplify.
8209         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
8210         Rename from Man-bookmark-make-record.
8211         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
8212         we have the actual man-args.  Use Man-getpage-in-background rather
8213         than `man' since the arg is already processed.  Let bookmark.el do the
8214         window handling.  Only wait for the relevant process.
8215         Don't forget to autoload.
8217         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
8219 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8221         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
8222         New functions.
8223         (woman-mode): Setup bookmark support.
8225         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
8226         (man-bookmark-jump): New functions.
8227         (Man-mode): Setup bookmark support.
8229 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
8231         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
8232         recognize ssh-keygen prompt (Bug#2817).
8234 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
8236         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
8238 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
8240         Synchronize with Tramp repository.
8242         * net/tramp.el (tramp-completion-function-alist)
8243         (tramp-file-name-regexp, tramp-chunksize)
8244         (tramp-local-coding-commands, tramp-remote-coding-commands):
8245         Fix docstring.
8246         (tramp-remote-process-environment): Use `format' instead of `concat'.
8247         (tramp-handle-directory-files-and-attributes)
8248         (tramp-get-remote-path): Use `copy-tree'.
8249         (tramp-handle-file-name-all-completions): Backward/ XEmacs
8250         compatibility: Use `completion-ignore-case' if
8251         `read-file-name-completion-ignore-case' does not exist.
8252         (tramp-do-copy-or-rename-file-directly): Do not use
8253         `tramp-handle-file-remote-p'.
8254         (tramp-do-copy-or-rename-file-out-of-band):
8255         Use `tramp-compat-delete-directory'.
8256         (tramp-do-copy-or-rename-file-out-of-band)
8257         (tramp-compute-multi-hops, tramp-maybe-open-connection):
8258         Use `format-spec-make'.
8259         (tramp-find-foreign-file-name-handler)
8260         (tramp-advice-make-auto-save-file-name)
8261         (tramp-set-auto-save-file-modes): Remove superfluous check for
8262         `stringp'.  This is done inside `tramp-tramp-file-p'.
8263         (tramp-debug-outline-regexp): New defconst.
8264         (tramp-get-debug-buffer): Use it.
8265         (tramp-check-for-regexp): Use (forward-line 1).
8266         (tramp-set-auto-save-file-modes): Adapt version check.
8268         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
8269         Wrap call of `featurep' for 2nd argument.
8270         (tramp-compat-make-temp-file): Simplify fallback implementation.
8271         (tramp-compat-copy-tree): Remove function.
8272         (tramp-compat-delete-directory): Provide implementation for older
8273         Emacsen.
8275         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
8276         Do not use `tramp-fish-handle-file-attributes.
8278         * net/trampver.el: Update release number.
8280 2010-04-10  Glenn Morris  <rgm@gnu.org>
8282         * progmodes/compile.el (compilation-save-buffers-predicate):
8283         Add missing :version tag.
8285 2010-04-09  Sam Steingold  <sds@gnu.org>
8287         * progmodes/compile.el (compilation-save-buffers-predicate):
8288         Remove the "autoload" cookie.
8290         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8291         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8292         and `bug-reference-prog-mode' can be used in hooks directly.
8294 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8296         Add --author support to git commit.
8297         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8298         (vc-git-log-edit-mode): New minor mode.
8299         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8300         New declarations.
8302 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
8304         * vc-hooks.el, vc-git.el: Improve documentation comments.
8306 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8308         Fix some of the problems in defsubst* (bug#5728).
8309         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8310         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8312 2010-04-07  Sam Steingold  <sds@gnu.org>
8314         * progmodes/compile.el (compilation-save-buffers-predicate):
8315         New custom variable.
8316         (compile, recompile): Pass it to `save-some-buffers'.
8318 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
8320         * wid-edit.el (widget-choose): Move cursor to the second line of
8321         the buffer (Bug#5695).
8323 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
8325         Add new VC methods: vc-log-incoming and vc-log-outgoing.
8326         * vc.el (vc-print-log-setup-buttons): New function split out from
8327         vc-print-log-internal.
8328         (vc-log-internal-common): New function, a parametrized version of
8329         vc-print-log-internal.
8330         (vc-print-log-internal): Just call vc-log-internal-common with the
8331         right arguments.
8332         (vc-incoming-outgoing-internal):
8333         (vc-log-incoming, vc-log-outgoing): New functions.
8334         (vc-log-view-type): New permanent local variable.
8336         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8338         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8339         of the dynamic bound vc-short-log.
8340         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8342         * vc-git.el (vc-git-log-outgoing): New function.
8343         (vc-git-log-view-mode): Use vc-log-view-type instead
8344         of the dynamic bound vc-short-log.
8346         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8347         of the dynamic bound vc-short-log.  Highlight the tag.
8348         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8349         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8350         (vc-hg-incoming-mode): Remove.
8351         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8353 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
8355         Fix default-directory for vc-root-diff.
8356         * vc.el (vc-root-diff): Bind default-directory to the root
8357         directory for the diff command.
8359 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
8361         * progmodes/verilog-mode.el (verilog-forward-sexp):
8362         (verilog-calc-1): Support "disable fork" and "fork wait" multi
8363         word keywords, suggested by Steve Pearlmutter.
8364         (verilog-pretty-declarations): Support lineup of declarations in
8365         port lists.
8366         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
8367         fix bug for /* / comments.
8368         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
8369         Speed up and simplfy as this is never called with a bound.
8370         (verilog-pretty-declarations): Enhance to line up declarations
8371         inside a parameter list, suggested by Alan Morgan.
8372         (verilog-pretty-expr): Tune assignment regular expression match
8373         string for corner cases; also use markers instead of character
8374         number as indent changes the later.
8376 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
8378         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
8379         as missing keyword.
8380         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
8381         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
8382         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
8383         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
8384         Tennant.
8385         (verilog-keywords):
8386         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
8387         1800-2009 keywords, including "global.".
8389 2010-04-06  John Wiegley  <jwiegley@gmail.com>
8391         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
8392         appearing in buffer list (if a live buffer name matched a recentf
8393         file basename).  Should use uniquify to offer a real solution.
8395 2010-04-06  John Wiegley  <jwiegley@gmail.com>
8397         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
8398         comment to code, and add a :version tag.
8399         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
8401 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
8403         Enable recentf-mode if using virtual buffers.
8404         * ido.el (recentf-list): Declare for byte-compiler.
8405         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
8406         (ido-make-buffer-list): Simplify.
8407         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
8409 2010-04-05  Juri Linkov  <juri@jurta.org>
8411         Scrolling commands which scroll a line instead of full screen.
8412         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8414         * simple.el (scroll-up-line, scroll-down-line): New commands.
8415         Put property isearch-scroll=t on them.
8417         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
8418         Remove commands.
8420 2010-04-05  Juri Linkov  <juri@jurta.org>
8422         Scrolling commands which do not signal errors at top/bottom.
8423         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8425         * simple.el (scroll-up-command, scroll-down-command): New commands.
8426         Put property isearch-scroll=t on them.
8428         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
8429         `scroll-down-command' and [next] from `scroll-up' to
8430         `scroll-up-command'.
8432         * emulation/cua-base.el: Put property CUA=move on
8433         `scroll-up-command' and `scroll-down-command'.
8434         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
8435         and `scroll-down-command' to `cua-scroll-down'.
8437 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
8439         * help.el (describe-mode): Return nil.
8441 2010-04-04  John Wiegley  <jwiegley@gmail.com>
8443         * ido.el (ido-use-virtual-buffers): New variable to indicate
8444         whether "virtual buffer" support is enabled for IDO.
8445         (ido-virtual): Face used to indicate virtual buffers in the list.
8446         (ido-buffer-internal): If a buffer is chosen, and no such buffer
8447         exists, but a virtual buffer of that name does (which would be why
8448         it was in the list), recreate the buffer by reopening the file.
8449         (ido-make-buffer-list): If virtual buffers are being used, call
8450         `ido-add-virtual-buffers-to-list' before the make list hook.
8451         (ido-virtual-buffers): New variable which contains a copy of the
8452         current contents of the `recentf-list', albeit pared down for the
8453         sake of speed, and with proper faces applied.
8454         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
8455         create a list of "virtual buffers" to present to the user in
8456         addition to the currently open set.  Note that this logic could
8457         get rather slow if that list is too large.  With the default
8458         `recentf-max-saved-items' of 200, there is little speed penalty.
8460 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8462         * font-lock.el: Require CL when compiling.
8463         (font-lock-turn-on-thing-lock): Use `case'.
8465 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
8467         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
8468         Zaretskii.
8470 2010-04-02  Juri Linkov  <juri@jurta.org>
8472         * ehelp.el (electric-help-orig-major-mode):
8473         New buffer-local variable.
8474         (electric-help-mode): Set it to original major-mode.  Doc fix.
8475         (with-electric-help): Use `electric-help-orig-major-mode' instead
8476         of (default-value 'major-mode).  Doc fix.
8477         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
8479 2010-04-02  Sam Steingold  <sds@gnu.org>
8481         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
8482         `vc-hg-command' with a list of flags.
8484         * progmodes/bug-reference.el (bug-reference-bug-regexp):
8485         Also accept "patch" and "RFE".
8486         (bug-reference-fontify): `bug-reference-url-format' can also be a
8487         function to be able to handle the bug kind.
8488         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
8490 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
8492         * tmm.el (tmm-get-keymap): Check with symbolp before passing
8493         value to fboundp, it may not be a symbol.
8495 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8497         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
8499 2010-03-31  Juri Linkov  <juri@jurta.org>
8501         * simple.el (next-line, previous-line): Re-throw a signal
8502         with `signal' instead of using `ding'.
8503         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8505 2010-03-31  Juri Linkov  <juri@jurta.org>
8507         * simple.el (keyboard-escape-quit): Raise deselecting the active
8508         region higher than exiting the minibuffer.
8509         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8511 2010-03-31  Juri Linkov  <juri@jurta.org>
8513         * image.el (image-animated-p): Use `image-metadata' instead of
8514         `image-extension-data'.  Get GIF extenstion data from metadata
8515         property `extension-data'.
8517 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8519         * simple.el (append-to-buffer): Simplify.
8521 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
8523         * textmodes/artist.el (artist-mode): Fix typo in docstring.
8524         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
8526 2010-03-31  Kenichi Handa  <handa@m17n.org>
8528         * language/sinhala.el (composition-function-table): Fix regexp for
8529         the new Unicode specification.
8531         * language/indian.el (devanagari-composable-pattern)
8532         (tamil-composable-pattern, kannada-composable-pattern)
8533         (malayalam-composable-pattern): Adjust for the new Unicode
8534         specification.
8535         (bengali-composable-pattern, gurmukhi-composable-pattern)
8536         (gujarati-composable-pattern, oriya-composable-pattern)
8537         (telugu-composable-pattern): New variables to cope with the new
8538         Unicode specification.  Use them in composition-function-table.
8540 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8542         Make tmm-menubar work for the Buffers menu again (bug#5726).
8543         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8544         vectors rather than cons cells, as used in menu-bar-update-buffers.
8546 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8548         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8549         (js-insert-and-indent): Revert 2009-08-15 change, restoring
8550         electric punctuation for "{}();,:" (Bug#5586).
8552         * mail/sendmail.el (mail-default-directory): Doc fix.
8554 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8556         * mail/sendmail.el (mail-default-directory): Doc fix.
8558 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
8560         * subr.el (version-regexp-alist, version-to-list)
8561         (version-list-<, version-list-=, version-list-<=)
8562         (version-list-not-zero, version<, version<=, version=): Doc fix.
8563         (Bug#5744).
8565 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
8567         * vc.el (vc-root-diff): Doc fix.
8569 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8571         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8573         * simple.el (append-to-buffer): Fix last change.
8575 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8577         * simple.el (append-to-buffer): Ensure that point is preserved if
8578         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
8579         (Bug#5749)
8581 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8583         * files.el (auto-mode-case-fold): Change default to t.
8585 2010-03-30  Juri Linkov  <juri@jurta.org>
8587         * dired-x.el (dired-omit-mode): Doc fix.
8589 2010-03-30  Juri Linkov  <juri@jurta.org>
8591         * replace.el (occur-accumulate-lines): Move occur-engine related
8592         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8593         to be located after `occur-engine'.
8595 2010-03-30  Juri Linkov  <juri@jurta.org>
8597         Make occur handle multi-line matches cleanly with context.
8598         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8600         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8601         (occur-engine): Add local variables `ret', `prev-after-lines',
8602         `prev-lines'.  Use more arguments for `occur-context-lines'.
8603         Set first elem of its returned list to `data', and the second elem
8604         to `prev-after-lines'.  Don't print the separator line.
8605         In the end, print remaining context after-lines.
8606         (occur-context-lines): Add new arguments `begpt', `endpt',
8607         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
8608         after-lines of the previous match with before-lines of the
8609         current match and not overlap them.  Return a list with two
8610         values: the output line and the list of context after-lines.
8612 2010-03-30  Juri Linkov  <juri@jurta.org>
8614         * replace.el (occur-accumulate-lines): Fix a bug where the first
8615         context line at the beginning of the buffer was missing.
8617 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
8619         * files.el: Make bidi-display-reordering safe variable for boolean
8620         values.
8622 2010-03-29  Phil Hagelberg  <phil@evri.com>
8623             Chong Yidong  <cyd@stupidchicken.com>
8625         * subr.el: Extend progress reporters to perform "spinning".
8626         (progress-reporter-update, progress-reporter-do-update):
8627         Handle non-numeric value arguments.
8628         (progress-reporter--pulse-characters): New var.
8630 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
8632         * progmodes/compile.el (compilation-start): Fix regexp detection
8633         of initial cd command (Bug#5771).
8635 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
8637         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
8639 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
8641         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
8642         * progmodes/gdb-mi.el: Restore.
8643         * progmodes/gdb-ui.el: Remove.
8644         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
8646 2010-03-25  Glenn Morris  <rgm@gnu.org>
8648         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
8649         all dired buffers, even tramp ones.  (Bug#5755)
8651 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8653         Add "union tags" in mpc.el.
8654         * mpc.el: Remove backward compatibility code.
8655         (mpc-browser-tags): Change default.
8656         (mpc--find-memoize-union-tags): New var.
8657         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
8658         (mpc-cmd-find): Handle the case where the playlist does not exist.
8659         Handle union-tags.
8660         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
8661         (mpc-cmd-add): Use mpc-cmd-flush.
8662         (mpc-tagbrowser-tag-name): New fun.
8663         (mpc-tagbrowser-buf): Use it.
8664         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
8666 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         Misc cleanup.
8669         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
8670         Use replace-regexp-in-string.
8671         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
8672         (makefile-imake-mode-syntax-table): Move init into defvar.
8673         (makefile-mode): Use define-derived-mode.
8675         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
8676         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
8677         not be present any more.
8679 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8681         * faces.el (set-face-attribute): Fix typo in docstring.
8682         (face-valid-attribute-values): Reflow docstring.
8684 2010-03-24  Glenn Morris  <rgm@gnu.org>
8686         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
8688 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8690         * indent.el (indent-for-tab-command): Doc fix.
8692 2010-03-24  Alan Mackenzie  <acm@muc.de>
8694         * progmodes/cc-engine.el (c-remove-stale-state-cache):
8695         Fix off-by-one error.  Fixes bug #5747.
8697 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8699         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
8700         (image-dired-read-comment): Doc fix.
8702         * json.el (json-object-type, json-array-type, json-key-type)
8703         (json-false, json-null, json-read-number):
8704         * minibuffer.el (completion-in-region-functions):
8705         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
8706         (cal-tex-cursor-week):
8707         * emacs-lisp/trace.el (trace-function):
8708         * eshell/em-basic.el (eshell/printnl):
8709         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
8710         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
8711         * obsolete/levents.el (allocate-event, event-key, event-object)
8712         (event-point, event-process, event-timestamp, event-to-character)
8713         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
8714         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
8715         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
8716         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
8717         (reftex-highlight-selection): Fix typos in docstrings.
8719 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8721         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
8723 2010-03-24  Glenn Morris  <rgm@gnu.org>
8725         * mail/rmail.el (rmail-highlight-face): Restore option deleted
8726         2008-02-13 without comment; mark it obsolete.
8727         (rmail-highlight-headers): Use rmail-highlight-face once more.
8729 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8731         * woman.el (woman2-process-escapes): Only consume the newline if
8732         the filler character is on a line by itself (Bug#5729).
8734 2010-03-24  Kenichi Handa  <handa@m17n.org>
8736         * language/indian.el (devanagari-composable-pattern): Add more
8737         consonants.
8739 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8741         * net/trampver.el: Update release number.
8743 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8745         * net/tramp.el (tramp-find-executable):
8746         Use `tramp-get-connection-buffer'.  Make the regexp for checking
8747         output of "wc -l" more robust.
8748         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
8749         (tramp-open-connection-setup-interactive-shell): Remove workaround
8750         for OpenSolaris bug, it is not needed anymore.
8752 2010-03-24  Glenn Morris  <rgm@gnu.org>
8754         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
8756 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
8758         * files.el (auto-mode-alist): Accept more verilog file patterns.
8760 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
8764 2010-03-24  Glenn Morris  <rgm@gnu.org>
8766         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
8767         log-edit-before-checkin-process.
8769         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
8771         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
8773         * vc-dispatcher.el (vc-start-logentry): Doc fix.
8774         (log-view-process-buffer, log-edit-extra-flags): Declare.
8776         * log-edit.el (log-edit-before-checkin-process): Doc fix.
8778 2010-03-23  Sam Steingold  <sds@gnu.org>
8780         Fix bug#5620: recalculate all markers on compilation buffer
8781         modifications, not on file modifications.
8782         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
8783         the buffer modification time, for buffers not associated with files.
8784         (compilation-mode): Create it.
8785         (compilation-filter): Update it.
8786         (compilation-next-error-function): Use it instead of
8787         `visited-file-modtime' for timestamp.
8789 2010-03-23  Juri Linkov  <juri@jurta.org>
8791         Implement Occur multi-line matches.
8792         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
8794         * replace.el (occur): Doc fix.
8795         (occur-engine): Set `begpt' to the beginning of the first line.
8796         Set `endpt' to the end of the last match line.  At first, count
8797         line numbers between `origpt' and `begpt'.  Split out code from
8798         `out-line' variable to new let-bindings `match-prefix' and
8799         `match-str'.  In `out-line' add non-numeric prefix to all
8800         non-first lines of multi-line matches.  Finally, count lines
8801         between `begpt' and `endpt' and add to `lines'.
8803 2010-03-23  Juri Linkov  <juri@jurta.org>
8805         * replace.el (occur-accumulate-lines, occur-engine):
8806         Use `occur-engine-line' instead of duplicate code.
8807         (occur-engine-line): New function created from duplicate code
8808         in `occur-accumulate-lines' and `occur-engine'.
8810         * replace.el (occur-engine-line): Add optional arg `keep-props'.
8811         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
8813 2010-03-23  Juri Linkov  <juri@jurta.org>
8815         * finder.el: Remove TODO tasks.
8817         * info.el (Info-finder-find-node): Add node "all"
8818         with all package info.  Handle a list of multiple keywords
8819         separated by comma.
8820         (info-finder): In interactive use with a prefix argument,
8821         use `completing-read-multiple' to read a list of keywords
8822         separated by comma.
8824 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8826         Add a new completion style `substring'.
8827         * minibuffer.el (completion-basic--pattern): New function.
8828         (completion-basic-try-completion, completion-basic-all-completions):
8829         Use it.
8830         (completion-substring--all-completions)
8831         (completion-substring-try-completion)
8832         (completion-substring-all-completions): New functions.
8833         (completion-styles-alist): New style `substring'.
8835 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8837         Get rid of .elc files after removal of the corresponding .el.
8838         * Makefile.in (compile-clean): New target.
8839         (compile-main): Use it.
8841 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
8843         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
8844         don't do make there.  When compiling with separate object dir, there
8845         is no Makefile there.
8847 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8849         Get rid of the ELCFILES abomination, again.
8850         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8851         (all, compile): Don't call compile-last.
8852         (compile-main): Build the "elcfiles" list dynamically.
8853         (compile-targets): New (internal) target.
8855 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
8857         * Makefile.in (top_srcdir): Define.
8858         (abs_top_builddir): Define.
8859         (srcdir): Don't append `/..'.
8860         (EMACS): Use ${abs_top_builddir}.
8861         (all, compile, compile-always, compile-last): Don't set emacswd.
8862         (update-subdirs, update-authors): Use $(top_srcdir) instead of
8863         $(srcdir).
8864         (lisp): Use $(srcdir) instead of @srcdir@.
8866 2010-03-21  Juri Linkov  <juri@jurta.org>
8868         Fix message of multi-line occur regexps and multi-buffer header lines.
8869         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
8871         * replace.el (occur-1): Don't display regexp if it is longer
8872         than window-width.  Use `query-replace-descr' to display regexp.
8873         (occur-engine): Don't display regexp in the buffer header for
8874         multi-buffer occur.  Display a separate header line with total
8875         match count and regexp for multi-buffer occur.
8876         Use `query-replace-descr' to display regexp.
8878 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8880         * net/secrets.el: Fix parenthesis.
8881         (secrets-enabled): Fix parenthesis.
8883 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         Use more relative file and directory names.
8886         * Makefile.in (EMACS): Arrange for it to work when we chdir.
8887         (setwins, setwins_almost, setwins_for_subdirs):
8888         Don't `cd'; output relative names.
8889         (all, compile, compile-always, compile-last): Set emacswd.
8890         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
8891         Just cd to the lisp source dir so we can use relative file names.
8893         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
8895 2010-03-20  Glenn Morris  <rgm@gnu.org>
8897         * textmodes/rst.el: Use faces for font-lock customization, and make the
8898         old -face variables obsolete.
8899         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
8900         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
8901         (rst-block-face, rst-external-face, rst-definition-face)
8902         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
8903         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
8904         Make obsolete.
8905         (rst-font-lock-keywords-function): Update for above changes.
8907 2010-03-20  Juri Linkov  <juri@jurta.org>
8909         * s-region.el:
8910         * obsolete/s-region.el: Move to obsolete.
8912 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
8914         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
8916 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
8918         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
8920 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
8922         Add special markup processing for commit logs.
8923         * log-edit.el (log-edit-extra-flags): New variable.
8924         (log-edit): Add new argument MODE.  Use that mode when non-nil
8925         instead of the log-view-mode.
8926         (log-view-process-buffer): New function.
8928         * vc.el: Document that the checkin method takes optional
8929         arguments.  Document new backend specific method: log-view-mode.
8930         (vc-default-log-edit-mode): New function.
8931         (vc-checkin): Use a backend specific log-view-mode.
8932         Pass extra arguments to the checkin method.
8933         (vc-modify-change-comment): Pass a dummy extra argument.
8935         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
8936         log-edit.
8937         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
8938         (vc-finish-logentry): Process the log buffer before passing it
8939         down.  Pass log-edit-extra-flags.
8941         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
8942         command.
8943         (log-edit-extra-flags, log-edit-before-checkin-process):
8944         New declarations.
8946         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
8947         command.
8948         (log-edit-extra-flags, log-edit-before-checkin-process):
8949         New declarations.
8950         (vc-hg-log-edit-mode): New derived mode.
8952         * vc-arch.el (vc-arch-checkin):
8953         * vc-cvs.el (vc-cvs-checkin):
8954         * vc-git.el (vc-git-checkin):
8955         * vc-mtn.el (vc-mtn-checkin):
8956         * vc-rcs.el (vc-rcs-checkin):
8957         * vc-sccs.el (vc-sccs-checkin):
8958         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
8960 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8962         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
8963         parent typo).
8965 2010-03-19  Glenn Morris  <rgm@gnu.org>
8967         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8969 2010-03-18  Glenn Morris  <rgm@gnu.org>
8971         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
8973         * replace.el (query-replace-history): Give it a doc string.
8974         (map-query-replace-regexp): Use query-replace-from-history-variable
8975         and query-replace-to-history-variable.
8977         * mail/hashcash.el (declare-function): Remove duplicate definition.
8979         * mail/emacsbug.el (report-emacs-bug-pretest-address):
8980         Make it an obsolete alias for report-emacs-bug-address.
8981         (message-strip-special-text-properties): Declare.
8982         (report-emacs-bug): Remove test for a pretest bug address.
8983         Combine message-mode-specific code.
8985         * mail/supercite.el: Don't require sendmail.
8986         (mh-in-header-p): Declare rather than using with-no-warnings.
8987         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
8988         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
8990         * calendar/cal-french.el: Convert to utf-8.
8992         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
8993         Emacs scripts.
8995 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
8997         * net/secrets.el (secrets-enabled): New variable.  Use it instead
8998         of a subfeature.
9000 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
9002         * net/secrets.el (top): Register the D-Bus signals only when the
9003         service "org.freedesktop.secrets" can be pinged.
9004         Provide subfeature `enabled'.
9006 2010-03-14  Juri Linkov  <juri@jurta.org>
9008         Add finder unknown keywords.
9010         * finder.el (finder-unknown-keywords): New function.
9012         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9013         to create a Finder node with unknown keywords.
9015 2010-03-14  Juri Linkov  <juri@jurta.org>
9017         * finder.el (finder-compile-keywords): Replace `princ' with
9018         `prin1' on a list of symbols interned from keyword strings.
9020         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9021         a comma, then split keywords using a comma and optional whitespace.
9022         Otherwise, split by whitespace.
9024         * complete.el:
9025         * face-remap.el:
9026         * log-view.el:
9027         * net/hmac-def.el:
9028         * net/hmac-md5.el:
9029         * net/netrc.el:
9030         * progmodes/mixal-mode.el: Fix keywords.
9032 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
9034         * Makefile.in (ELCFILES): Add net/secrets.elc.
9036         * net/secrets.el: New file.
9038 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9040         * facemenu.el (list-colors-display, list-colors-print): New arg
9041         callback.  Use it to allow selecting colors.
9043         * wid-edit.el (widget-image-insert): Insert image prop even if the
9044         current display is non-graphic.
9045         (widget-field-value-set): New fun.
9046         (editable-field): Use it.
9047         (widget-field-value-get): Clean up unused var.
9048         (widget-color-value-create, widget-color--choose-action):
9049         New funs.  Allow using list-colors-display to choose color.
9051 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9053         * cus-edit.el: Resort topmost custom groups.
9054         (custom-buffer-sort-alphabetically): Default to t.
9055         (customize-apropos): Use apropos-parse-pattern.
9056         (custom-search-field): New var.
9057         (custom-buffer-create-internal): Add custom-apropos search field.
9058         (custom-add-parent-links): Don't display parent doc.
9059         (custom-group-value-create): Don't sort top-level custom group.
9060         (custom-magic-value-create): Show visibility button before option name.
9062         (custom-variable-state): New fun, from custom-variable-state-set.
9063         (custom-variable-state-set): Use it.
9064         (custom-group-value-create): Hide options with standard values
9065         using the :hidden-states property.  Use progress reporter.
9067         (custom-show): Simplify.
9068         (custom-visibility): Disable images by default.
9069         (custom-variable): New property :hidden-states.
9070         (custom-variable-value-create): Enable images for
9071         custom-visibility widgets.  Use :hidden-states property to
9072         determine initial visibility.
9074         * wid-edit.el (widget-image-find): Give images center ascent.
9075         (visibility): Add :on-image and :off-image properties.
9076         (widget-visibility-value-create): Use them.
9078 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9080         * cus-edit.el (processes): Remove from development group.
9081         (oop, hypermedia): Delete group.
9082         (comm): Promote to top-level group.
9084         * net/browse-url.el (browse-url):
9085         * net/xesam.el (xesam):
9086         * net/tramp.el (tramp):
9087         * net/goto-addr.el (goto-address):
9088         * net/ange-ftp.el (ange-ftp): Put in comm group.
9090         * view.el (view): Remove from editing group.
9092         * uniquify.el (uniquify): Put in files group.
9094         * net/browse-url.el (browse-url):
9095         * ps-print.el (postscript): Put in external group.
9097         * cus-edit.el (outlines):
9098         * textmodes/text-mode.el (text-mode-hook):
9099         * textmodes/table.el (table):
9100         * textmodes/picture.el (picture):
9101         * outline.el (outlines): Put in wp group.
9103         * nxml/nxml-mode.el (nxml): Remove from wp group.
9105         * net/tramp-imap.el (tramp-imap): Put in tramp group.
9107         * mail/metamail.el (metamail): Remove from hypermedia group.
9109         * cus-edit.el (abbrev):
9110         * whitespace.el (whitespace):
9111         * vcursor.el (vcursor):
9112         * reveal.el (reveal):
9113         * hl-line.el (hl-line): Put in convenience group.
9115         * epg-config.el (epg): Put in data group.
9117         * emulation/pc-select.el (pc-select): Put in emulations group.
9119         * calculator.el (calculator): Put in applications group.
9121 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
9123         Add .dir-locals.el support for file-less buffers.
9124         * files.el (hack-local-variables): Split out code to apply local
9125         variable settings ...
9126         (hack-local-variables-apply): ... here.  New function.
9127         (hack-dir-local-variables): Use the default directory for when the
9128         buffer does not have an associated file.
9129         (hack-dir-local-variables-non-file-buffer): New function.
9130         * diff-mode.el (diff-mode):
9131         * vc-annotate.el (vc-annotate-mode):
9132         * vc-dir.el (vc-dir-mode):
9133         * log-edit.el (log-edit-mode):
9134         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9136 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
9138         Add support for shelving snapshots and for showing shelves.
9139         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9140         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9141         New functions.
9142         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9143         (vc-bzr-extra-menu-map): Map them.
9145 2010-03-11  Glenn Morris  <rgm@gnu.org>
9147         * cus-edit.el (customize-changed-options-previous-release):
9148         Bump to 23.1.
9150         * image.el (image-animate-max-time): Fix :version tag.
9152 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
9154         * Branch for 23.2.
9156 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9158         * vc-git.el (vc-git-revision-table): Include remote branches.
9160 2010-03-10  Kim F. Storm  <storm@cua.dk>
9162         Animated image API.
9163         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9165         * image.el (image-animate-max-time): New defcustom.
9166         (image-animated-types): New defconst.
9167         (create-animated-image, image-animate-timer)
9168         (image-animate-start, image-animate-stop, image-animate-timeout)
9169         (image-animated-p): New functions.
9171         * image-mode.el (image-toggle-display-image):
9172         Replace `create-image' with `create-animated-image'.
9174 2010-03-09  Miles Bader  <miles@gnu.org>
9176         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9177         instead of "format:"; this ensures that the output is
9178         newline-terminated.
9180 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
9182         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
9183         that all errors are caught, and that the return value is always a
9184         list (Bug#5692).
9186 2010-03-08  Kenichi Handa  <handa@m17n.org>
9188         * language/misc-lang.el (windows-1256): New coding system.
9189         (cp1256): New alias of windows-1256 (bug#5690).
9191 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9193         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9194         call to rfc822-bad-address.  (Bug#5692)
9196 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
9198         * vc-git.el (vc-git-annotate-extract-revision-at-line):
9199         Use vc-git-root as default directory for revision path (Bug#5657).
9201 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
9203         * calculator.el (calculator): Don't bind split-window-keep-point
9204         (Bug#5674).
9206 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * vc-git.el: Re-flow to fit into 80 columns.
9209         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
9210         Remove spurious `quote' element in each case alternative.
9211         (vc-git-show-log-entry): Use prog1.
9212         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
9214 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9216         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
9218 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
9220         * macros.el (insert-kbd-macro): Look up keyboard macro using the
9221         definition, not the name (Bug#5481).
9223 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
9225         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
9226         argument with a local variable.  (Bug#5670)
9228 2010-03-02  Juri Linkov  <juri@jurta.org>
9230         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
9232 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
9234         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
9235         error when FILENAME and NEWNAME are existing remote directories.
9237         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
9238         parameter DIR-FLAG.
9240 2010-03-02  Glenn Morris  <rgm@gnu.org>
9242         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
9243         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
9245 2010-03-01  Kenichi Handa  <handa@m17n.org>
9247         * language/burmese.el (burmese-composable-pattern): Rename from
9248         myanmar-composable-pattern.
9250         * international/characters.el (script-list):
9251         * international/fontset.el (script-representative-chars):
9252         Change myanmar to burmese.
9253         (otf-script-alist): Likewise.
9254         (setup-default-fontset): Likewise.  Re-fix :otf spec.
9256 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9258         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
9260 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
9262         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
9264 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
9266         * net/tramp.el (tramp-handle-write-region): START can be a string.
9267         Take care in the checks.  Reported by Dan Davison
9268         <davison@stats.ox.ac.uk>.
9270 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
9272         * net/dbus.el (dbus-introspect, dbus-get-property)
9273         (dbus-set-property, dbus-get-all-properties):
9274         Use `dbus-call-method' when noninteractive.  (Bug#5645)
9276 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
9278         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
9279         * emacs-lisp/elint.el (elint-add-required-env):
9280         * calendar/icalendar.el (icalendar--add-diary-entry):
9281         * calc/calcalg2.el (math-tracing-integral):
9282         * files.el (recover-session-finish): Use with-current-buffer
9283         instead of save-excursion.
9285 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         Fix in-buffer completion when after-change-functions modify the buffer.
9288         * minibuffer.el (completion--replace): New function.
9289         (completion--do-completion): Use it and use relative movement.
9291 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
9293         * international/fontset.el (setup-default-fontset): Fix :otf spec.
9295 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
9297         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9298         Allow the characters _<> in the stack entry (Bug#5653).
9300 2010-02-26  Kenichi Handa  <handa@m17n.org>
9302         * language/burmese.el: Fix entries in composition-function-table.
9303         (myanmar-composable-pattern): New variable.
9305         * international/fontset.el (setup-default-fontset): Add an entry
9306         for myanmar.
9308         * international/characters.el (script-list): Add Myanmar
9309         Extended-A.
9311 2010-02-26  Glenn Morris  <rgm@gnu.org>
9313         * custom.el (custom-initialize-delay): Doc fix.
9315         * mail/sendmail.el (send-mail-function): Autoload the call
9316         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9318 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
9320         * files.el (hack-local-variables-filter): For eval forms, also
9321         check safe-local-variable-p (Bug#5636).
9323 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
9325         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9326         setting the modes by `ignore-errors'.  It might fail, for example
9327         if the file is not owned by the user but the group.
9328         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9330 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
9332         * files.el (directory-listing-before-filename-regexp): Use
9333         stricter matching for iso-style dates, to avoid false matches with
9334         date-like filenames (Bug#5597).
9336         * htmlfontify.el (htmlfontify): Doc fix.
9338         * eshell/eshell.el (eshell): Doc fix.
9340         * startup.el (fancy-about-screen): In mode-line, apply
9341         mode-line-buffer-id face only to the buffer name (Bug#5613).
9343 2010-02-20  Kevin Ryde  <user42@zip.com.au>
9345         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9346         In `watcom' anchor regexp to start of line, to avoid slowness
9347         (Bug#5599).
9349 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
9351         * subr.el (remove-yank-excluded-properties): Explain in a comment
9352         why `category' property is removed.
9354 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
9356         * isearch.el (isearch-update-post-hook, isearch-update): Revert
9357         2010-02-17 change.
9359 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
9361         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9362         (icalendar--convert-weekly-to-ical)
9363         (icalendar--convert-yearly-to-ical)
9364         (icalendar--convert-block-to-ical)
9365         (icalendar--convert-cyclic-to-ical)
9366         (icalendar--convert-anniversary-to-ical): Take care of time
9367         specifications where hour has 1-digit only (Bug#5549).
9369 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
9371         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
9372         of disassemble output in GDB 7.1.
9374 2010-02-19  Glenn Morris  <rgm@gnu.org>
9376         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
9377         property.  (Bug#5593)
9379 2010-02-18  Sam Steingold  <sds@gnu.org>
9381         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9383 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         Use abbreviated file names in bookmarks (bug#5591).
9386         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
9387         calls to expand-file-name.
9388         (bookmark-relocate): Use abbreviated file names in bookmarks.
9389         (bookmark-load): Use abbreviated file names in messages.
9391 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
9393         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
9394         expand "." and "..".  Reported by Thierry Volpiatto
9395         <thierry.volpiatto@gmail.com>.
9397 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
9399         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
9400         permissions of the temporary file to "0600".  In case the remote
9401         file has no read permissions for the owner, there might be
9402         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
9404 22010-02-18  Glenn Morris  <rgm@gnu.org>
9406         * emacs-lisp/authors.el (authors-renamed-files-alist):
9407         Add entries for INSTALL.CVS.
9409 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
9411         * vc-bzr.el: Fix typo in Known Bugs section.
9413         * isearch.el (isearch-update-post-hook): New hook.
9414         (isearch-update): Use the new hook.
9416 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
9418         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9419         Fix errors in copying directories.
9420         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
9421         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
9422         (tramp-handle-delete-file)
9423         (tramp-handle-dired-recursive-delete-directory)
9424         (tramp-handle-write-region): Flush also the cache for the upper
9425         directory.
9427 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
9429         * simple.el (save-interprogram-paste-before-kill): Doc fix.
9431         * cus-edit.el (hardware): Doc fix.
9433         * man.el (man): Add to external custom group.
9435         * delim-col.el (columns): Move to wp custom group.
9437         * doc-view.el (doc-view): Add to data custom group.
9439         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
9441         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
9442         by ispell-parse-output (Bug#5575).
9444 2010-02-16  Kenichi Handa  <handa@m17n.org>
9446         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9447         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
9448         (skkdic-convert): Use `euc-japan' coding system for writing.
9450 2010-02-16  Glenn Morris  <rgm@gnu.org>
9452         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
9453         tex-main-file before using it.  (Bug#5562)
9455 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9457         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
9458         warnings, since it is annoying for the user to see them each time he
9459         runs the code.
9461 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
9463         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
9464         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
9465         instead of PROC for caching "first-password-request".  Otherwise,
9466         new processes would not profit from passwords already entered.
9468         * net/tramp-cache.el (tramp-dump-connection-properties):
9469         Don't save "first-password-request" property.
9471 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
9473         * outline.el (outline-head-from-level):
9474         * simple.el (with-wrapper-hook):
9475         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
9476         (elint-defun, elint-buffer-env, elint-top-form-logged)
9477         (elint-unbound-variable):
9478         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
9479         Fix typos in docstrings.
9481 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
9483         * files.el (insert-directory): When WILDCARD-REGEXP and
9484         FULL-DIRECTORY-P are nil, insert the file entry instead of the
9485         whole directory.  (Bug#5551)
9487         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
9488         dired's alignment sanity.  (Bug#5516)
9490 2010-02-14  Juri Linkov  <juri@jurta.org>
9492         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
9493         Remove remaining ^H with their preceding chars.  (Bug#5566)
9495 2010-02-13  Glenn Morris  <rgm@gnu.org>
9497         * simple.el (transpose-subr): Give it a doc-string.
9499         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
9500         Doc fixes.
9502 2010-02-12  Juri Linkov  <juri@jurta.org>
9504         * arc-mode.el (archive-unique-fname): Make directories for nested
9505         archives.  (Bug#5540)
9507 2010-02-12  Juri Linkov  <juri@jurta.org>
9509         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
9511 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9513         * subr.el (copy-overlay): Handle deleted overlays.
9515         * man.el (Man-completion-table): Don't signal an error if we can't run
9516         manual-program (bug#4056).
9518 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
9520         * textmodes/artist.el (artist-mt): Fix typos in docstring.
9522 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9524         * info.el (Info-bookmark-jump): Simplify.
9526         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9527         (bookmark-default-handler): Accept new bookmark field `buffer'.
9529 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
9531         * iswitchb.el (iswitchb-completions): Revert last change.
9533 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
9535         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
9536         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9537         This prevents file names like "~/" being listed literally.
9539 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
9541         * term/xterm.el (xterm-maybe-set-dark-background-mode):
9542         Remove dead code.  (Bug#5546)
9544 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
9546         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9547         correctly (Bug#5548).
9549 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
9551         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
9552         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
9554 2010-02-08  Kenichi Handa  <handa@m17n.org>
9556         * international/mule-util.el (with-coding-priority): Add autoload
9557         cookie for putting `lisp-indent-function'.
9559 2010-02-07  Glenn Morris  <rgm@gnu.org>
9561         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9562         Move F2003 named interfaces from keywords-2 to keywords-1, and
9563         use function-name-face rather than constant-face.
9564         Simplify "abstract interface" regexp.
9566 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
9568         * eshell/esh-util.el (eshell-file-attributes): New optional arg
9569         ID-FORMAT.  Pass it to `file-attributes'.
9571         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9573 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
9575         * faces.el (set-face-attribute): Allow calling
9576         internal-set-lisp-face-attribute with 'unspecified family and
9577         foundry argument (Bug#5536).
9579 2010-02-07  Glenn Morris  <rgm@gnu.org>
9581         * progmodes/f90.el (f90-font-lock-keywords-2)
9582         (f90-looking-at-type-like, f90-looking-at-program-block-end):
9583         Handle F2003 named interfaces.
9585 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
9587         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9588         beg and end before calling c-get-state-before-change-functions.
9590 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
9592         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
9594 2010-02-05  Juri Linkov  <juri@jurta.org>
9596         * doc-view.el (doc-view-mode):
9597         * image-mode.el (image-mode): Put property mode-class=special.
9598         (Bug#4896)
9600 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
9602         * vc-svn.el (vc-svn-revision-table): New function.
9604 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
9606         * net/ange-ftp.el (ange-ftp-insert-directory):
9607         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9608         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9609         Handle also directories.  (Bug#5478)
9611 2010-02-05  Glenn Morris  <rgm@gnu.org>
9613         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
9615 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
9617         * startup.el (command-line-1): Convert options beginning with a
9618         single dash as well (Bug#5519).
9620 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
9623         * minibuffer.el (completion-initials-expand): Only check the presence
9624         of delims *within* the boundaries, since otherwise the / delim is
9625         always found for files.
9627         Fix up various corner case problems.
9628         * doc-view.el (doc-view-last-page-number): New function.
9629         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
9630         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
9631         (doc-view-kill-proc): Avoid inf-loop in freak cases.
9632         (doc-view-reconvert-doc): Use the new recursive delete-directory.
9633         (doc-view-convert-current-doc): Don't create the resolution.el file
9634         here any more.
9635         (doc-view-pdf/ps->png): Do it here instead.
9636         (doc-view-already-converted-p): Check that resolution.el is present.
9637         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
9638         windows that are not yet showing images.
9640 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
9642         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
9643         `dired-uncache' for every elemnt which is an absolute file name.
9645         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
9646         directory, handle its directory component.
9647         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
9648         function is called permanently and creates noise, otherwise.
9650         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9651         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9652         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
9654 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
9656         * macros.el (apply-macro-to-region-lines):
9657         Minor simplification.  (Bug#5485)
9659 2010-02-04  Glenn Morris  <rgm@gnu.org>
9661         * mail/rmail.el (rmail-show-message-1): Handle malformed
9662         quoted-printable text.  (Bug#5441)
9664         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
9666         * simple.el (visual-line-mode): Capitalize lighter.
9668 2010-02-03  John Wiegley  <jwiegley@gmail.com>
9670         * iswitchb.el (iswitchb-completions): Add bookmark files to the
9671         list of files considered for "virtual buffer" completions.
9673 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
9675         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
9676         also in case of (and (not full) (not wildcard)).  This is needed
9677         when dired is called with a list of files, which are not in
9678         `default-directory'.  (Bug#5478)
9680 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9682         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
9684 2010-02-02  Juri Linkov  <juri@jurta.org>
9686         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
9687         from unidiff to allow function-line after @@.
9689 2010-02-02  Juri Linkov  <juri@jurta.org>
9691         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
9692         '(RCS SCCS) with inverted condition.
9694 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
9696         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
9697         messages.
9699 2010-02-01  Juri Linkov  <juri@jurta.org>
9701         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
9702         compare with "pkunzip" and "pkzip" instead of only "pkzip".
9703         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
9704         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
9706 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9708         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
9709         (doc-view-revert-buffer): New command.
9710         (doc-view-mode-map): Use it.
9712 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
9714         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
9715         pending merge is detected.
9717 2010-01-31  Juri Linkov  <juri@jurta.org>
9719         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
9720         beginning of interactive spec like all other grep commands do.
9721         Put "all" in front of "gz".  (Bug#5260)
9723 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
9725         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
9727 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
9729         * dirtrack.el (dirtrack): Warn instead of signalling error if the
9730         regexp is incorrect (Bug#5476).
9732 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
9734         * net/tramp.el (tramp-handle-insert-directory): Handle also
9735         symlinks, when FILENAME is not in `default-directory'.
9737 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9739         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
9740         FILE is not in `default-directory'.  (Bug#5478)
9742         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
9743         of SWITCHES.  Handle the case, FILENAME is not in
9744         `default-directory'.  (Bug#5478)
9745         (tramp-register-file-name-handlers): Add safe-magic property.
9747 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
9749         * arc-mode.el (archive-zip-extract): Quote the argument passed to
9750         unzip (Bug#5475).
9752 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
9754         * progmodes/flymake.el (flymake-allowed-file-name-masks)
9755         (flymake-master-make-header-init): Add other C++ filename masks.
9756         (flymake-find-possible-master-files)
9757         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
9759 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9761         Fix some busybox annoyances.
9763         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
9764         not responding." string.
9765         (tramp-open-connection-setup-interactive-shell): Dump stty
9766         settings.  Enable "neveropen" arg for all `tramp-send-command'
9767         calls.  Handle "=" in variable values properly.
9768         (tramp-find-inline-encoding): Raise an error, when no encoding is
9769         found.
9770         (tramp-wait-for-output): Check, whether PROC buffer is available.
9771         Remove spurious " ^H" sequences, sent by busybox.
9772         (tramp-get-ls-command): Suppress coloring, if possible.
9774 2010-01-28  Glenn Morris  <rgm@gnu.org>
9776         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
9778         * log-edit.el (log-edit-strip-single-file-name): Add missing
9779         :safe, :group, and :version tags.
9781 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
9783         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
9784         buffers.  (Bug#5477)
9786 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
9788         * files.el (delete-directory): Handle moving to trash without
9789         first doing recursion (Bug#5436).
9791 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
9793         * vc-hooks.el (vc-path): Mark as obsolete.
9795 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
9797         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
9798         names too.
9800         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
9801         for the short log.
9802         (vc-bzr-log-view-mode): Adjust regexp for the above change.
9804 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
9806         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
9808         * vc-bzr.el (vc-bzr-revision-table): New function.
9810 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
9812         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
9813         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
9815 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9817         Remove support for adding --signoff on commit.
9818         Future support will use an incompatible generic mechanism.
9819         * vc-git.el (vc-git-add-signoff): Remove variable.
9820         (vc-git-toggle-signoff): Remove function.
9821         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
9823         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
9824         from xterm-set-background-mode.  Return t if the background mode
9825         was set.
9826         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
9827         earlier, call it again in case the background mode has changed.
9829 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
9831         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
9832         (Bug#3541).
9834 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
9836         * emacs-lisp/assoc.el (aelement): Doc fix.
9837         (aput, adelete, amake): Use lexical-let (Bug#5450).
9839 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
9841         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
9842         is the same as subprogram call, not declaration.  (Bug#5435).
9844 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
9846         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
9847         (tramp-smb-maybe-open-connection): Use it.
9849 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
9851         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
9853 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9855         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
9856         just because we see "encoding: 8bit".
9857         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
9859 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
9861         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
9863 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
9865         * jka-compr.el (jka-compr-load): If load-file is not in
9866         load-history, try its file-truename version.  (bug#5447)
9868 2010-01-21  Alan Mackenzie  <acm@muc.de>
9870         Fix a situation where deletion of a cpp construct throws an error.
9871         * progmodes/cc-engine.el (c-invalidate-state-cache):
9872         Before invoking c-with-all-but-one-cpps-commented-out, check that the
9873         special cpp construct is still in the buffer.
9874         (c-parse-state): Record the special cpp with markers, not numbers.
9876 2010-01-21  Kenichi Handa  <handa@m17n.org>
9878         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
9879         process last-command-event, as it is now decoded first (Bug#5380).
9881 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
9883         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
9885 2010-01-20  Glenn Morris  <rgm@gnu.org>
9887         * indent.el (tab-always-indent): Fix custom-type.
9889 2010-01-19  Alan Mackenzie  <acm@muc.de>
9891         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
9892         buffer throws "args out of range".
9893         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
9894         playing the role of delimiter.
9896 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
9898         * progmodes/ada-mode.el: Fix bug#5400.
9899         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
9900         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
9901         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
9902         Improve comments in "is" portion.  Handle null procedure declaration.
9903         (ada-move-to-end): Improve doc string.
9905 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
9907         * ido.el (ido-cur-list): Initialize to nil.
9908         Remove obsolete information from commentary.
9909         (ido-choice-list): Initialize to nil.
9910         (ido-get-bufname): Reject minibuffers.
9911         (ido-make-buffer-list): If "default" is a nonexistent
9912         buffer, ignore it, as per the function's comment.
9913         (ido-kill-buffer-internal): New function.
9914         (ido-kill-buffer-at-head): Use it.
9915         (ido-visit-buffer): Likewise.
9917 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9919         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
9921 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
9923         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
9924         Fix typos in chart titles.
9926         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
9927         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
9928         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
9929         (describe-class, eieio-describe-generic, describe-generic):
9930         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
9931         (eieio-speedbar-expand):
9932         * emulation/viper-cmd.el (viper-exec-form-in-vi)
9933         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
9934         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
9935         (viper-del-backward-char-in-replace, viper-backward-indent)
9936         (viper-brac-function, viper-register-to-point, viper-submit-report):
9937         * net/tramp.el (tramp-remote-coding-commands):
9938         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
9939         Fix typos in docstrings.
9941 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9943         * mail/sendmail.el (mail-yank-original): Set the mark if the
9944         specified function for yanking does not do it.
9946 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
9948         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
9950         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
9951         resyncing a directory.
9953 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
9955         * progmodes/ada-mode.el: Fix bug#1920.
9956         (ada-ident-re): Delete ., allow multibyte characters.
9957         (ada-goto-label-re): New; matches goto labels.
9958         (ada-block-label-re): New; matches block labels.
9959         (ada-label-re): New; matches both.
9960         (ada-named-block-re): Deleted; callers changed to use
9961         `ada-block-label-re' instead.
9962         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
9963         Use `ada-block-label-re'.
9964         (ada-indent-on-previous-lines): Improve handling of goto labels.
9965         (ada-get-indent-block-start): Special-case block label.
9966         (ada-get-indent-label): Split into `ada-indent-block-label' and
9967         `ada-indent-goto-label'.
9968         (ada-goto-stmt-start, ada-goto-next-non-ws):
9969         Optionally ignore goto labels.
9970         (ada-goto-next-word): Simplify.
9971         (ada-indent-newline-indent-conditional): Insert newline before
9972         trying to fix indentation; doc fix.
9974 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
9976         * calc/calc.el (calc-command-flags): Give it an initial value.
9978 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9980         * files.el (minibuffer-with-setup-hook):
9981         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
9982         (artist-key-draw-continously, artist-key-do-continously-continously)
9983         (artist-key-set-point-continously, artist-mouse-draw-continously):
9984         Fix typos in docstrings.
9986 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
9988         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
9989         return t (Bug#3898).
9991 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
9993         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
9994         can parse the output of the external commands (Bug#5279).
9996 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
9998         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10000 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
10002         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10004         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10006         * startup.el (command-line): Remove unused --icon-type arg.
10007         Handle --display arg, passing it to command-line-1 (Bug#5392).
10009 2010-01-16  Mario Lang  <mlang@delysid.org>
10011         * emacs-lisp/chart.el (chart-translate-namezone):
10012         * textmodes/artist.el (artist-compute-popup-menu-table):
10013         Remove duplicated words in doc-strings.
10015 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
10017         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10018         to mairix-search to suppress threading (Bug#5342).
10020 2010-01-15  Kenichi Handa  <handa@m17n.org>
10022         * international/mule-cmds.el (canonicalize-coding-system-name):
10023         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
10025 2010-01-15  Glenn Morris  <rgm@gnu.org>
10027         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
10029         * wid-edit.el (widget-keymap): Doc fix.
10031         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10032         former seems to be more widely accepted by various svn versions.
10034 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10036         * find-cmd.el (find-constituents):
10037         * vc-arch.el (vc-arch-root):
10038         * window.el (window-body-height, pop-up-frames):
10039         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10040         * progmodes/ada-stmt.el (ada-if):
10041         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10042         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10043         (ispell-encoding8-command, ispell-aspell-supports-utf8)
10044         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10046         * progmodes/flymake.el (flymake-post-syntax-check):
10047         Fix typo in error message.
10049 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10051         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10052         which is always a string.  (Bug#5313)
10054 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10056         * progmodes/ada-xref.el (ada-default-prj-properties):
10057         Simplify previous change.
10059 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10061         * progmodes/ada-xref.el (ada-default-prj-properties):
10062         Default ada_project_path to $ADA_PROJECT_PATH.
10064 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10066         * progmodes/ada-mode.el (ada-create-keymap):
10067         Override `narrow-to-defun' with `ada-narrow-to-defun'.
10069 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10071         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10072         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10073         (ada-get-current-indent, ada-imenu-generic-expression)
10074         (ada-which-function): Check for it.
10076 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10078         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10079         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10081 2010-01-14  Glenn Morris  <rgm@gnu.org>
10083         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
10085 2010-01-14  Kenichi Handa  <handa@m17n.org>
10087         * composite.el (auto-composition-mode): Make it a buffer local
10088         variable (permanent-local).
10089         (auto-composition-function): Set the default value to
10090         auto-compose-chars.
10091         (auto-composition-mode): Make it a simple function, not a minor mode.
10092         (global-auto-composition-mode): Likewise.
10093         (turn-on-auto-composition-if-enabled): Delete it.
10095 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
10097         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
10099 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
10101         * files.el (copy-directory): Compute target for recursive
10102         directories with identical names.  (Bug#5343)
10104 2010-01-12  Glenn Morris  <rgm@gnu.org>
10106         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
10107         it to bug-gnu-emacs rather than emacs-pretest-bug.
10109 2010-01-11  Sam Steingold  <sds@gnu.org>
10111         * imenu.el (imenu-default-create-index-function): Detect infinite
10112         loops caused by imenu-prev-index-position-function.
10114 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
10116         * htmlfontify.el (htmlfontify-load-rgb-file)
10117         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10118         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10119         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10120         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10121         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10122         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10123         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10124         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10125         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10126         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10127         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10128         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10129         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10130         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10131         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10132         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10133         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10134         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10135         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10136         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10137         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10138         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10139         backslash-quoting from parentheses, etc.
10141 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
10143         * progmodes/js.el: Autoload javascript-mode alias.
10145 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
10147         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10148         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10149         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10150         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10151         Fix typos in docstrings.
10152         (ffap-url-regexp): Doc fix.
10153         (ffap-at-mouse): Fix typo in message.
10155 2010-01-11  Glenn Morris  <rgm@gnu.org>
10157         * version.el (emacs-copyright): Set copyright year to 2010.
10159 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10161         * format.el (format-annotate-function): Only set
10162         write-region-post-annotation-function after running to-fn so as not to
10163         affect nested write-region calls (bug#5273).
10165 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
10167         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10168         wisent/python.el.
10170 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
10172         * man.el (Man-goto-section): Signal error if the section is not
10173         found (Bug#5317).
10175 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
10177         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
10178         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
10180 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
10182         * progmodes/compile.el: Don't treat compile-command as safe if
10183         compilation-read-command might be nil (Bug#4218).
10185 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
10187         * startup.el (command-line-1): Use orig-argi to check for ignored X and
10188         NS options.
10190 2010-01-08  Kenichi Handa  <handa@m17n.org>
10192         * international/fontset.el (build-default-fontset-data):
10193         Exclude characters in scripts kana, hangul, han, or cjk-misc.
10195 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
10197         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
10198         to `create-file-buffer' as it expects, not just a buffer name.
10199         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
10200         to help uniquify.  (Bug#3224)
10202 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
10204         * font-setting.el (font-setting-change-default-font): Use user-spec
10205         instead of name.
10207 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10209         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
10211 2010-01-05  Tom Tromey  <tromey@redhat.com>
10213         * progmodes/python.el (python-font-lock-keywords):
10214         Handle qualified decorators (Bug#881).
10216 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
10218         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
10219         in a lightweight checkout.
10221 2010-01-05  Kenichi Handa  <handa@m17n.org>
10223         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
10225 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
10227         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
10229 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
10231         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
10232         checkouts.  (Bug#618)
10233         (vc-bzr-log-view-mode): Also highlight the author.
10234         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
10235         (vc-bzr-shelve-menu-map):
10236         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
10237         (vc-bzr-shelve-apply): Make prompt more explicit.
10239 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10241         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
10242         They are valid characters in URL paths (rfc3986), and at least
10243         Firefox does not understand the encoded version (Bug#3166).
10245 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
10247         * progmodes/octave-mod.el (octave-end-keywords)
10248         (octave-block-begin-or-end-regexp, octave-block-match-alist):
10249         Add "end" keyword (Bug#3061).
10250         (octave-end-as-array-index-p): New function.
10251         (calculate-octave-indent): Use it.
10253 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10255         * bookmark.el: Consistently put the text property on the bookmark name.
10256         (bookmark-bmenu-marks-width): Bump back to 2, to include
10257         annotation marks.
10258         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
10259         property on the bookmark name, instead of not putting it at all.
10260         (bookmark-bmenu-list): Fix where we put the text property.
10262 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10264         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
10265         for showing buffer modified state (as added in the previous change).
10267 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10269         * bookmark.el: Show modified state of bookmark buffer more accurately.
10270         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
10271         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
10272         (with-buffer-modified-unmodified): New macro.
10273         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10274         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
10275         Use new macro to preserve the buffer modified state.
10277 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10279         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
10280         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
10281         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
10282         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
10283         (bookmark-bmenu-rename, bookmark-bmenu-locate)
10284         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
10285         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
10287 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
10289         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10290         Make the lines in the generated doc string shorter.  (Bug#4668)
10292 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
10294         * net/rcirc.el: Add follow-link binding (Bug#4738).
10296 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
10298         * Makefile.in (bzr-update): Rename from cvs-update.
10299         (cvs-update): New target for backward compatibility.
10301         * makefile.w32-in (bzr-update): Rename from cvs-update.
10302         (cvs-update): New target for backward compatibility.
10304 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10306         * bookmark.el: Remove gratuitous gratitude.
10308 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10310         * bookmark.el (bookmark-bmenu-any-marks): New function.
10311         (bookmark-bmenu-save): Clear buffer modification if no marks.
10313 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10315         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
10316         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10317         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10318         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10320         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10321         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10322         To: emacs-devel {_AT_} gnu.org
10323         Subject: bookmark.el bug report
10324         Date: Mon, 28 Dec 2009 14:19:16 +0800
10325         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10327 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10329         * bookmark.el: Improvements suggested by Drew Adams:
10330         (bookmark-bmenu-ensure-position): New name for
10331         `bookmark-bmenu-check-position'.  Just ensure the position,
10332         don't return any meaningful value.
10333         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10334         New constants.
10336 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
10338         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10339         (bookmark-yank-point, bookmark-bmenu-check-position):
10340         Fix typos in docstrings.
10341         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10342         (bookmark-name-from-full-record, bookmark-get-position)
10343         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10344         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10345         Remove useless quoting of parenthesis, etc. in docstrings.
10347         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10348         (ediff-append-custom-diff): Fix typo in error message.
10349         (ediff-meta-mark-equal-files): Fix typos in messages.
10351         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10353         * net/imap-hash.el (imap-hash-make): Doc fix.
10354         (imap-hash-test): Fix typo in error message; reflow docstring.
10355         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10356         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10357         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10358         Fix typos in docstrings.
10359         (imap-hash-open-connection): Fix typo in error message.
10361         * play/gomoku.el (gomoku): Fix typos in docstring.
10363         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
10364         (gdb-jsonify-buffer): Fix typos in docstring.
10365         (gdb-goto-breakpoint): Fix typo in error message.
10366         ("Display Other Windows"): Fix typo in help message.
10367         (gdb-speedbar-expand-node): Fix typo in question.
10369         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
10370         (idlwave-html-system-help-location, idlwave-html-help-location)
10371         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
10372         (idlwave-help-browser-generic-args, idlwave-help-directory)
10373         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
10374         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
10375         (idlwave-online-help, idlwave-help-html-link)
10376         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
10377         Fix typos in docstrings.
10378         (idlwave-help-with-source, idlwave-help-find-routine-definition):
10379         Reflow docstrings.
10380         (idlwave-help-assistant-start): Fix typo in error message.
10382         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
10383         (octave-electric-space): Fix typos in docstrings.
10385 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10387         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
10389 2010-01-01  Juri Linkov  <juri@jurta.org>
10391         * comint.el (comint-input-ring-size): Make it a defcustom and
10392         increase the default to 500 (Bug#5148).
10394 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
10396         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
10397         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10398         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
10400 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
10402         Show working revision correctly for mercurial.
10403         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
10404         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
10406 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
10408         Declare some functions for the byte-compiler.
10409         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
10410         (speedbar-timer-fn, speedbar-change-expand-button-char)
10411         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
10413 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
10415         This changeset reverts GDB Graphical Interface to use annotations.
10416         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
10418 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10420         Make vc-dir work on subdirectories of the bzr root.
10421         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
10422         file names relative to it.
10423         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
10424         relative directory to vc-bzr-after-dir-status.
10426 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
10428         * font-lock.el (font-lock-refresh-defaults): New function, which
10429         can be used to let font-lock react to external changes in
10430         variables like font-lock-defaults and keywords.
10431         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
10433 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
10435         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
10437         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
10439 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
10441         Supersede color.diff settings in git log (bug#5211).
10443         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
10444         escape chars in its output when the user has color.diff set to `always'.
10445         This fix works on git 1.4.2 and newer (released on 2006-08-13).
10447 2009-12-26  Kevin Ryde  <user42@zip.com.au>
10449         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
10450         node.  Keep previous "Index" name to work with past coreutils too.
10452         * man.el (man): Revise docstring a bit to show -a and -l as
10453         examples.  Add -k description since support for it has otherwise
10454         been a secret.  (Further to bug#3717.)
10455         (Man-bgproc-sentinel): When "-k foo" produces no output show error
10456         "no matches" rather than "Can't find manpage", as the latter reads
10457         like -k was interpreted as a page name, which is not so.  (Bug#5431)
10459 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
10461         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
10462         switches.  Check also for //SUBDIRED// line.
10464 2009-12-25  Kenichi Handa  <handa@m17n.org>
10466         * language/indian.el (devanagari-composable-pattern): Fixed to
10467         handle ZWNJ and ZWJ.  Use it in composition-function-table for
10468         Devanagari.
10469         (malayalam-composable-pattern): Fix previous change.
10471 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10473         * ps-print.el (ps-face-attributes): It was not returning the
10474         attribute face for faces specified as string.  Reported by harven
10475         <harven@free.fr>.  (Bug#5254)
10476         (ps-print-version): New version 7.3.5.
10478 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
10480         * calendar/icalendar.el (icalendar--convert-tz-offset):
10481         Fix timezone names.
10482         (icalendar--convert-tz-offset): Fix the "last-day-problem".
10483         (icalendar--add-diary-entry): Remove the trailing blank that
10484         diary-make-entry inserts.
10486 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
10488         Make `file-expand-wildcards' work for remote files.
10490         * files.el (file-expand-wildcards): In case of remote files, check
10491         only local file name part for wildcards.  Provide feature 'files
10492         and subfeature 'remote-wildcards.  (Bug#5198)
10494         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10495         if there is already an established connection.
10496         (tramp-advice-file-expand-wildcards): Remove it.
10498         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
10499         (tramp-advice-file-expand-wildcards): Move from tramp.el.
10500         Activate advice for older GNU Emacs versions.  (Bug#5237)
10502 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
10504         Some doc fixes (more needed).
10506         * find-cmd.el (find-constituents): Reflow docstring.
10507         (find-cmd, find-prune, find-command): Fix typos in docstrings.
10508         (find-generic): Doc fix.
10510 2009-12-17  Juri Linkov  <juri@jurta.org>
10512         Fix regression from 23.1 to allow multiple modes in Local Variables.
10514         * files.el (hack-local-variables-filter): While ignoring duplicates,
10515         don't take `mode' into account.
10516         (hack-local-variables-filter, hack-dir-local-variables):
10517         Don't remove duplicate `mode' from local-variables-alist (like `eval').
10519 2009-12-17  Juri Linkov  <juri@jurta.org>
10521         Make `dired-diff' safer.  (Bug#5225)
10523         * dired-aux.el (dired-diff): Signal an error when `file' equals to
10524         `current' or when `file' is a directory of the `current' file.
10526 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
10528         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10529         unconditionally preloaded files.
10531 2009-12-16  Juri Linkov  <juri@jurta.org>
10533         Revert to old 23.1 logic of using the file at the mark as default.
10534         * dired-aux.el (dired-diff): Use the file at the mark as default
10535         if it's not the same as the current file, and the target dir is
10536         the current dir or the mark is active.  Add the current file
10537         as the arg of `dired-dwim-target-defaults'.  Use the default file
10538         in the prompt.  (Bug#5225)
10540 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
10542         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10543         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10544         (tramp-check-for-regexp): Check also, when an echoing shell stops
10545         to echo sent commands.
10547 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10549         * Makefile.in: Revert last change (Bug#5191).
10551 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
10553         * vc-hg.el (vc-hg-print-log): Fix argument order.
10554         (vc-hg-working-revision): Make sure the command is executed in a
10555         known environment so that we can parse the output.  (Bug#4417)
10557 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10559         * progmodes/python.el (python-symbol-completions): Remove text
10560         properties from symbol string before calling python-send-receive.
10562 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
10564         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
10565         when there are values for both file and line.  (Bug#5060)
10567 2009-12-14  Juri Linkov  <juri@jurta.org>
10569         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10570         whitespace after the file name of the first line of unified format,
10571         because git-diff doesn't output whitespace and file modification time
10572         after the file name.
10574 2009-12-14  David Kastrup  <dak@gnu.org>
10576         * info.el (Info-hide-cookies-node): Before hiding a cookie,
10577         check if it already has the `display' property added by
10578         `Info-display-images-node', and not put the `invisible' property
10579         in this case.
10581 2009-12-13  Glenn Morris  <rgm@gnu.org>
10583         * mail/emacsbug.el (message-sort-headers): Define for compiler.
10584         (report-emacs-bug): In message-mode, sort manually before storing
10585         original report text.  (Bug#5178)
10586         Remove superfluous save-excursion.
10588 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
10590         * net/dbus.el (dbus-property-handler): Filter lambda forms out
10591         when responding to "GetAll" properties.
10593 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
10595         * simple.el (compose-mail): Remove mail-setup-with-from from
10596         customization checks.
10598 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
10600         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10601         RAR archives created on Unix systems.
10603 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10605         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10606         the varalias that was accidentally removed by the 2009-11-19 change
10607         (bug#5186).
10609 2009-12-12  Kenichi Handa  <handa@m17n.org>
10611         * language/indian.el (indian-compose-regexp): New function.
10612         (malayalam-composable-pattern): Fix the pattern.
10613         (composition-function-table): Set malayalam-composable-pattern for
10614         Malayalam characters.
10616 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
10618         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
10619         rather than down-mouse-1, based on follow-link conventions.
10621         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
10622         are compiled.
10624 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
10626         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
10627         (verilog-vmm-statement-re, verilog-ovm-statement-re)
10628         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
10629         (verilog-leap-to-head, verilog-backward-token):
10630         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
10632 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
10634         * progmodes/verilog-mode.el (verilog-auto-lineup)
10635         (verilog-nameable-item-re): Cleanup user-visible spelling and
10636         documentation errors.  One reported by Gary Delp.
10637         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
10638         (verilog-read-decls): Fix AUTOWIRE with types declared in a
10639         package, bug195.  Reported by Pierre-David Pfister.
10641 2009-12-11  Glenn Morris  <rgm@gnu.org>
10643         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
10645         * mail/emacsbug.el: No longer require sendmail.
10646         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
10647         (report-emacs-bug-orig-text): Doc fix.
10648         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
10649         New local variables, to adapt to different mail-user-agents.
10650         (report-emacs-bug): Fix test for a gnu.org address.
10651         Use overlays for emphasis, since font-lock defeats 'face property.
10652         Pretest bugs also end up at the newsgroup these days.
10653         Stop message-mode stripping text properties.
10654         Set and use the new buffer-local variables.
10655         (report-emacs-bug-hook): Add doc-string.
10656         Remove some unnecessary save-excursions and simplify.
10657         Use the appropriate hook and send-command.
10659         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
10660         capitalization of some menu entries.
10662 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10664         * whitespace.el (whitespace-display-char-on):
10665         Ensure `buffer-display-table' is unique when two or more windows are
10666         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
10667         New version 12.1.
10669 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
10671         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
10672         characters in the Attribute field.
10674 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
10676         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
10678 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
10681         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10682         Disregard autoload-excludes.
10683         (update-directory-autoloads): Obey autoload-excludes here instead.
10684         But don't store its contents in no-autoloads and remove entries that
10685         refer to excludes files.
10687 2009-12-10  Glenn Morris  <rgm@gnu.org>
10689         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
10690         (expand-mail-aliases): Define for compiler.
10692         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
10693         Define for compiler.
10695         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
10696         appropriate for the mail-user-agent in use.
10698 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
10700         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
10702 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
10704         Fix short log parsing and fontification.
10705         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
10706         Fix fontification for the [merge] label.
10708 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
10710         Drop some properties to avoid surprises (bug#5002).
10711         * htmlfontify.el (hfy-ignored-properties): New defcustom.
10712         (hfy-fontify-buffer): Use it.
10714 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10716         Minor cleanup.
10717         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
10718         Adjust all callers.
10719         (ffap-locate-file): Remove unused arg `dir-ok' and make other
10720         args compulsory.  Adjust callers.
10721         (ffap-gopher-at-point): Remove unused var `name'.
10723         Get rid of the ELCFILES abomination.
10724         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10725         (compile-elcfiles): New phony target.
10726         (compile-main): Compute ELCFILES dynamically.
10727         (compile-clean): New target to remove left-over elc files.
10728         (compile, all): Use it.
10730 2009-12-09  Kenichi Handa  <handa@etlken>
10732         * international/mule-diag.el: Require help-mode instead of help-fns.
10734 2009-12-09  Kenichi Handa  <handa@m17n.org>
10736         * international/mule-cmds.el (ucs-names): Supply sufficiently
10737         fine ranges instead of pre-calculating accurate ranges.
10738         Iterate with bigger gc-cons-threshold.
10740 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10742         Add support for stashing a snapshot of the current tree.
10743         * vc-git.el (vc-git-stash-snapshot): New function.
10744         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
10746 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
10748         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
10749         instead of `(beginning|end)-of-line'.
10751 2009-12-08  Glenn Morris  <rgm@gnu.org>
10753         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
10755         * Makefile.in (ELCFILES): Regenerate.
10757 2009-12-07  Juri Linkov  <juri@jurta.org>
10759         Don't lazy-highlight the comint output in history Isearch mode.
10761         * comint.el (comint-history-isearch-search): Instead of
10762         `comint-line-beginning-position', use `comint-after-pmark-p'
10763         to check if point if before the process mark, and go to
10764         `process-mark' in this case.
10766 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10768         * textmodes/tex-mode.el (latex-complete)
10769         (latex-indent-or-complete): Remove.
10770         (latex-mode): Set completion-at-point-functions instead.
10772         Provide a standard completion command and hook it into TAB.
10773         * minibuffer.el (completion-at-point-functions): New var.
10774         (completion-at-point): New command.
10775         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
10776         * progmodes/python.el (python-mode-map): Use completion-at-point.
10777         (python-completion-at-point): Rename from python-partial-symbol and
10778         adjust for use in completion-at-point-functions.
10779         (python-mode): Setup completion-at-point for Python completion.
10780         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
10781         extracted from lisp-complete-symbol.
10782         (lisp-complete-symbol): Use it.
10783         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
10784         setup completion-at-point for Elisp completion.
10785         (emacs-lisp-mode-map, lisp-interaction-mode-map):
10786         Use completion-at-point.
10787         * ielm.el (ielm-map): Use completion-at-point.
10788         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
10789         * progmodes/sym-comp.el: Move to...
10790         * obsolete/sym-comp.el: Move from progmodes.
10792 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
10794         Prevent save-buffer in Rmail buffers from using the coding-system
10795         of the current message, and from clobbering the encoding mnemonics
10796         in the mode line (Bug#4623).
10798         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
10799         flag, too.
10800         (rmail-message-encoding): New variable.
10801         (rmail-write-region-annotate): Record the encoding of the current
10802         message in rmail-message-encoding.
10803         (rmail-after-save-hook): New function, restores the encoding of
10804         the current message after the message collection is saved.
10806 2009-12-07  Juri Linkov  <juri@jurta.org>
10808         * progmodes/grep.el (grep-read-files): Use `completing-read'
10809         instead of `read-string'.  Set its `collection' arg to
10810         `read-file-name-internal'.  (Bug#4301)
10812 2009-12-07  Juri Linkov  <juri@jurta.org>
10814         Correctly restore original Isearch point.  (Bug#4994)
10816         * isearch.el (isearch-mode): Move `isearch-push-state' after
10817         `(run-hooks 'isearch-mode-hook)'.
10818         (isearch-cancel): When `isearch-push-state-function' is defined,
10819         let-bind `isearch-cmds' to the first state (the last element of
10820         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
10821         function and restores the original point).  Otherwise, move point
10822         to `isearch-opoint'.
10824 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10826         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
10827         chars that don't have names, so the table can be built much faster at
10828         run-time.
10830 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
10832         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
10833         change.  Suggested by David Kastrup.
10835         * simple.el (compose-mail): Check for incompatibilities and warn.
10836         (compose-mail-user-agent-warnings): New option.
10838 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10840         Support showing a single log entry from vc-annotate.
10841         * vc.el (print-log): Add a new argument: START-REVISION.
10842         (vc-print-log-internal): Add a new optional argument and
10843         pass it to the backend.
10844         (vc-print-log, vc-print-root-log): Adjust callers.
10845         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
10846         buffer already displays the requested log entry, use it.
10847         Otherwise display only the log entry in question.
10848         * vc-svn.el (vc-svn-print-log):
10849         * vc-mtn.el (vc-mtn-print-log):
10850         * vc-hg.el (vc-hg-state):
10851         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
10852         (vc-git-show-log-entry): Return t on success.
10853         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
10854         (vc-bzr-show-log-entry): Return t on success.
10855         * vc-rcs.el (vc-rcs-print-log):
10856         * vc-sccs.el (vc-sccs-print-log):
10857         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
10859 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10861         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
10862         Add menus to the meta mode.  (Bug#5043)
10864 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
10866         * ediff-init.el (ediff-event-key): Use event-to-character instead of
10867         event-key.
10869         * ediff.el (ediff-buffers-internal): Add unwind-protect.
10871 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
10873         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
10874         Berbain <raphael.berbain@gmail.com>.
10876         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
10877         characters.
10878         (tramp-initial-end-of-output): New defconst.
10879         (tramp-methods, tramp-find-shell)
10880         (tramp-open-connection-setup-interactive-shell)
10881         (tramp-maybe-open-connection): Use it.
10882         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
10883         existence of `#' and `$'.
10885         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
10886         `tramp-initial-end-of-output'.
10888 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10890         Get the background mode from the terminal for xterm, and set
10891         faces accordingly.
10892         * term/xterm.el (xterm-set-background-mode): New function.
10893         (terminal-init-xterm): Use it in case xterm supports background
10894         color queries.  Recompute faces after getting the background
10895         color.
10897 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
10899         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
10900         number comment back on its own line, for easier parsing.
10902 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         Make it work for non-file buffers (bug#5102).
10905         * doc-view.el (doc-view-current-cache-dir):
10906         Use doc-view-buffer-file-name rather than buffer-file-name.
10907         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
10909 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
10911         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
10912         author field is too short.
10914 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
10916         * vc-git.el (vc-git-print-log): Handle a limit argument.
10917         Display the short log in graph form and with labels.
10918         (vc-git-log-view-mode): Handle labels.
10920         Make vc-revert change VC state from 'added to 'unregistered.
10921         * vc-git.el (vc-git-revert): Call git reset first.
10923 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
10925         * net/newst-backend.el, net/newst-plainview.el:
10926         * net/newst-reader.el, net/newst-ticker.el:
10927         * net/newst-treeview.el, net/newsticker.el:
10928         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
10930 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
10932         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
10934         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
10935         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
10936         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10937         Update annotation regexp.
10939         * simple.el (beginning-of-visual-line): Constrain to field
10940         boundaries (Bug#5106).
10942 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
10944         * xml.el (xml-substitute-numeric-entities): Move
10945         newsticker--decode-numeric-entities in newst-backend.el to
10946         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
10947         * net/newst-backend.el (newsticker--parse-generic-feed)
10948         (newsticker--parse-generic-items)
10949         (newsticker--decode-numeric-entities): Move
10950         newsticker--decode-numeric-entities in newst-backend.el to
10951         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
10953 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
10955         * progmodes/js.el (js--js-not): Add null to the list of values.
10957 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
10959         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
10961 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10963         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
10964         delimiter if it is at the end of the current line.
10965         (bibtex-generate-url-list): Fix docstring.
10967 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10969         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
10970         minibuffer's content with itself.
10971         Fold the confirm-after-completion case into the `confirm' case.
10972         (completion-pcm-word-delimiters): Add : and / to the delimiters.
10974 2009-12-06  Kevin Ryde  <user42@zip.com.au>
10976         * ffap.el (ffap-rfc-path): Make this a defcustom since
10977         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
10979         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
10980         manuals, similar to existing setup for help-mode.  (Bug#3913.)
10982 2009-12-05  Juri Linkov  <juri@jurta.org>
10984         Save and restore dired buffer's point positions too.  (Bug#4880)
10986         * dired.el (dired-save-positions): Return in the first element
10987         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
10988         Doc fix.
10989         (dired-restore-positions): First restore buffer's position.
10990         While restoring window's positions, check if window still displays
10991         the original buffer.
10993 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
10995         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
10996         if possible.
10998         * shell.el (shell): Require ansi-color (Bug#5113).
11000         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11002         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11004 2009-12-05  Alan Mackenzie  <acm@muc.de>
11006         * progmodes/cc-mode.el (c-before-hack-hook)
11007         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11008         `c-file-style' to work again.  This reversion restores the current
11009         software to its state in Emacs 23.1.  (Bug#4146)
11011 2009-12-05  Kevin Ryde  <user42@zip.com.au>
11013         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
11014         comment-start-skip to comment-end-skip as comment (Bug#4781).
11016 2009-12-05  Juri Linkov  <juri@jurta.org>
11018         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11019         for virtual nodes.  (Bug#4147)
11020         (Info-find-node-2): Set `Info-current-node-virtual' to nil
11021         when moving from a virtual node.
11022         (Info-mode-menu): Add `Info-virtual-index' to the menu.
11023         (Info-mode): Add `Info-virtual-index' to the docstring.
11025 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11027         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11028         track of the buffer position of the end of a BibTeX entry as this
11029         position may change during reformatting.
11030         (bibtex-format-entry): Remove whitespace before processing
11031         numerical fields so that we recognize the latter properly.
11032         (bibtex-reformat): Do not use push which changes the global value
11033         of bibtex-entry-format.
11034         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11035         (bibtex-field-re-init): Replace only space characters by regexp
11036         for whitespace.
11037         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
11038         (bibtex-initialize): Also update bibtex-strings.
11039         (bibtex-kill-field): Preserve white space at end of entry.
11040         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11041         Update bibtex-reference-keys.
11043 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11045         * minibuffer.el (completion-pcm--merge-try): Also consider placing
11046         point after a star, if that's the only place where modifications can
11047         make progress.
11049 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
11051         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11052         in docstrings.
11054 2009-12-04  Juri Linkov  <juri@jurta.org>
11056         * proced.el (proced): Call `(proced-update t)' to update process
11057         information instead of only running proced-post-display-hook.
11058         (proced-send-signal): Add a leading space to the buffer name
11059         " *Marked Processes*" to make this buffer ephemeral.
11061 2009-12-04  Juri Linkov  <juri@jurta.org>
11063         * dired.el (dired-auto-revert-buffer): New defcustom.
11064         (dired-internal-noselect): Use it.
11066 2009-12-04  Juri Linkov  <juri@jurta.org>
11068         Change roles of modes and functions in image-mode.el (Bug#5062).
11070         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11071         in `auto-mode-alist'.
11072         (image-mode-previous-major-mode): New variable.
11073         (image-minor-mode-map): Rename from `image-mode-text-map'.
11074         (image-mode): Move graceful error-handling code from
11075         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
11076         (image-minor-mode): Remove all image-handling code.
11077         Replace `image-mode-text-map' with `image-minor-mode-map'.
11078         Check for `image-type' in mode-line format string.
11079         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11080         (image-mode-as-text): New function with most code from
11081         `image-mode-maybe'.
11082         (image-toggle-display-text): Move code that removes image
11083         properties from `image-toggle-display' to here.
11084         (image-toggle-display-image): New function with code that adds
11085         image properties copied from `image-toggle-display'.
11086         (image-toggle-display): Remove most code with leaving only code
11087         that toggles between `image-mode-as-text' and `image-mode'.
11089 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
11091         * net/newst-treeview.el
11092         (newsticker--treeview-list-highlight-start): Restored call to
11093         save-excursion: Selected item was stuck.
11094         (newsticker--treeview-list-select): New.
11095         (newsticker--treeview-item-show-text)
11096         (newsticker--treeview-item-show)
11097         (newsticker--treeview-item-update): Use new
11098         newsticker-treeview-item-mode.
11099         (newsticker-treeview-update): Keep current item.
11100         (newsticker-treeview-next-new-or-immortal-item): Doc change.
11101         (newsticker--treeview-first-feed): Doc change.
11102         (newsticker-treeview-list-menu)
11103         (newsticker-treeview-item-menu): Added menu entries.
11104         (newsticker-treeview-item-mode): New.
11106         * net/newst-backend.el (newsticker-customize): Delete other
11107         windows.
11109 2009-12-04  Sam Steingold  <sds@gnu.org>
11111         * log-view.el (log-view-mode-map): "q" calls quit-window,
11112         like in all the other non-self-insert buffers.
11114 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11116         Minor cleanup.
11117         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11118         key decoding rather than do it manually via last-input-event +
11119         ascii-character.
11120         (term-exec): Use delete-and-extract-region.
11121         (term-handle-ansi-terminal-messages): Remove unused var `end'.
11122         (term-process-pager): Remove unused var `i'.
11123         (term-dynamic-simple-complete): Make obsolete.
11124         (serial-update-config-menu): Remove unused vars `y' and `str'.
11125         (term-update-mode-line): Remove unused var `temp'.
11127 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11129         Limit the number of log entries displayed by default.
11130         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11131         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11132         using a prefix argument.
11134 2009-12-03  Glenn Morris  <rgm@gnu.org>
11136         * progmodes/idlwave.el (class): Restore still useful declaration.
11138 2009-12-03  Alan Mackenzie  <acm@muc.de>
11140         Enhance `c-parse-state' to run efficiently in "brace deserts".
11142         * progmodes/cc-mode.el (c-basic-common-init):
11143         Call c-state-cache-init.
11144         (c-neutralize-syntax-in-and-mark-CPP): Rename from
11145         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
11146         placing `category' properties value 'c-cpp-delimiter at its boundaries.
11148         * progmodes/cc-langs.el (c-before-font-lock-function):
11149         c-extend-and-neutralize-syntax-in-CPP has been renamed
11150         c-neutralize-syntax-in-and-mark-CPP.
11152         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11153         with `category' properties now, not `syntax-table' ones.
11155         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11156         enhanced (but slower) version of c-end-of-macro that won't land
11157         inside a literal or on another awkward character.
11158         (c-state-cache-too-far, c-state-cache-start)
11159         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11160         (c-state-nonlit-pos-cache-limit, c-state-point-min)
11161         (c-state-point-min-lit-type, c-state-point-min-lit-start)
11162         (c-state-min-scan-pos, c-state-brace-pair-desert)
11163         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11164         buffer local variables.
11165         (c-state-literal-at, c-state-lit-beg)
11166         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11167         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11168         (c-state-cache-top-paren, c-state-cache-after-top-paren)
11169         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11170         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11171         (c-renarrow-state-cache)
11172         (c-append-lower-brace-pair-to-state-cache)
11173         (c-state-push-any-brace-pair, c-append-to-state-cache)
11174         (c-remove-stale-state-cache)
11175         (c-remove-stale-state-cache-backwards, c-state-cache-init)
11176         (c-invalidate-state-cache-1, c-parse-state-1)
11177         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
11178         (c-parse-state): Enhance and refactor.
11179         (c-debug-parse-state): Amend to deal with all the new variables.
11181         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
11182         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
11183         modify to use category text properties rather than syntax-table ones.
11184         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
11185         to switch off/on the syntactic paren property of C++ template
11186         delimiters using the category property.
11187         (c-with-<->-as-parens-suppressed): Macro to invoke code with
11188         template delims suppressed.
11189         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
11190         New constant/macros which apply category properties to the start
11191         and end of preprocessor constructs.
11192         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
11193         "comment out" the syntactic value of characters in preprocessor
11194         constructs.
11195         (c-with-cpps-commented-out)
11196         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
11197         with characters in all or all but one preprocessor constructs
11198         "commented out".
11200 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11202         * proced.el (proced-filter-alist): Use regexp-quote.
11204 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
11206         Cleanup.
11207         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
11208         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
11209         arguments.  Expand `default-directory'.
11211         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
11212         the benefit of returning an expanded localname.
11213         (tramp-tramp-file-p): Handle the case NAME is not a string.
11215 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11217         Add support for bzr shelve/unshelve.
11218         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11219         (vc-bzr-extra-menu-map): New variables.
11220         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
11221         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
11222         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
11223         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
11224         (vc-bzr-dir-extra-headers): Display shelves.
11226         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
11228 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11230         * textmodes/bibtex.el (bibtex-complete-internal):
11231         Use completion-in-region.
11232         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
11234 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11236         Support applying stashes.  Improve UI.
11237         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
11238         (vc-git-stash-apply, vc-git-stash-pop)
11239         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
11240         (vc-git-stash-menu): New functions.
11241         (vc-git-stash-menu-map): New variable.
11242         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
11244 2009-12-03  Glenn Morris  <rgm@gnu.org>
11246         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
11247         (vc-print-log-internal): Fix previous change.
11248         (vc-revert): Correct pluralization.
11250 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11252         * progmodes/make-mode.el (makefile-special-targets-list): No need for
11253         it to be an alist any more.
11254         (makefile-complete): Use completion-in-region.
11256         * progmodes/octave-mod.el (octave-complete-symbol):
11257         Use completion-in-region.
11259         Misc cleanup.
11260         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
11261         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
11262         (idlwave-complete-class): Don't quote lambda.
11263         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
11264         (idlwave-mode-map): Move initialization into declaration.
11265         (idlwave-action-and-binding): Use backquotes.
11266         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
11267         Simplify.
11268         (idlwave-is-pointer-dereference): Remove unused var `pos'.
11269         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
11270         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
11271         `parts', and `all-parts'.
11272         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
11273         (idlwave-convert-xml-system-routine-info): Remove unused string
11274         `version-string'.
11275         (idlwave-display-user-catalog-widget): Use dolist.
11276         (idlwave-scanning-lib): Declare dynamically-scoped var.
11277         (idlwave-scan-library-catalogs): Remove unused var `flags'.
11278         (completion-highlight-first-word-only): Declare to silence bytecomp.
11279         (idlwave-popup-select): Tighten scope of `resp'.
11280         (idlwave-find-struct-tag): Remove unused var `beg'.
11281         (idlwave-after-load-rinfo-hook): Declare.
11282         (idlwave-sintern-class-info): Remove unused var `taglist'.
11283         (idlwave-find-class-definition): Remove unused var `list'.
11284         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
11285         (idlwave-what-module-find-class): Remove unused var `classes'.
11287 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
11289         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
11291 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11293         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11294         buffers visited.  Remove redundant current-buffer-saving.
11296 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11298         Use completion-in-buffer and remove uses of dynamic scoping.
11299         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11300         (pascal-buffer-to-use, pascal-flag): Don't declare.
11301         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11302         (pascal-get-completion-decl, pascal-keyword-completion):
11303         Add `pascal-str' argument, save-excursion,
11304         return the found completions, and don't filter with pascal-pred.
11305         (pascal-completion-cache): New var.
11306         (pascal-completion): Don't switch buffer any more (it was never
11307         necessary).  Don't save-excursion any more (it's done by the called
11308         subroutines).  Use a cache to avoid redundant computations.
11309         Use complete-with-action rather than pascal-completion-response and
11310         let it apply the predicate as well.
11311         (pascal-complete-word): Use completion-in-buffer when
11312         pascal-toggle-completions is nil.
11313         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11314         not used any more.
11315         (pascal-comp-defun): Don't change buffer any more.
11316         Use complete-with-action rather than pascal-completion-response and
11317         let it apply the predicate as well.
11318         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11319         when neded.
11321 2009-12-02  Kenichi Handa  <handa@m17n.org>
11323         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11324         shape for all Indic scripts.
11326 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11328         Use completion-in-buffer.
11329         * wid-edit.el (widget-field-text-end): New function.
11330         (widget-field-value-get): Use it.
11331         (widget-string-complete, widget-file-complete)
11332         (widget-color-complete): Use it and completion-in-region.
11333         (widget-complete): Don't narrow the buffer.
11335 2009-12-02  Glenn Morris  <rgm@gnu.org>
11337         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
11338         (rmail-select-summary): Use rmail-pop-to-buffer.
11339         * mail/rmailsum.el: Replace all pop-to-buffer calls with
11340         rmail-pop-to-buffer, to prevent horizontal splits.
11342         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11343         save-excursion with save-current-buffer.
11344         Widen before searching.  (Bug#5093)
11345         (diary-list-sexp-entries): Remove superfluous save-excursion.
11347 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
11349         * woman.el (woman-make-bufname): Handle man-pages with "." in the
11350         name.  (Bug#5038)
11352 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11354         * ido.el (ido-file-internal): Handle filenames at point that do
11355         not have a directory part.  (Bug#5049)
11357 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
11359         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11360         (mpc-songs-jump-to, mpc-resume): Doc fixes.
11362 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
11364         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
11365         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
11366         any more.
11368 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * comint.el (comint-insert-input): Ignore clicks to the right of
11371         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
11373         * vc.el (vc-print-log-internal): Don't wait for the process to
11374         terminate before setting up the major mode.
11376         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
11377         in case.
11379         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
11380         the last element.
11382         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
11384 2009-12-01  Glenn Morris  <rgm@gnu.org>
11386         * window.el (window--display-buffer-2): Fix previous changes.
11388 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
11390         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
11392 2009-12-01  Glenn Morris  <rgm@gnu.org>
11394         * Makefile.in (ELCFILES): Add mpc.elc.
11396 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11398         * mpc.el: New file.
11400 2009-12-01  Glenn Morris  <rgm@gnu.org>
11402         * window.el (window-to-use): Define for compiler.
11404         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
11405         consistent with others (no final period).
11407         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
11408         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
11410 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
11412         Make vc-print-log buttons work.
11413         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
11415 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
11417         * savehist.el (savehist-autosave-interval): Allow setting to nil
11418         through customize.  (Bug#5056)
11420 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
11422         Fix references to jit-lock properties.
11423         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11424         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
11425         (perl-font-lock-special-syntactic-constructs):
11426         Quote jit-lock-defer-multiline property.
11428 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11430         * vc-git.el (vc-git-registered): Call vc-git-root only once.
11432 2009-11-30  Juri Linkov  <juri@jurta.org>
11434         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
11435         value `buffer' of `multi-isearch-next-buffer-current-function'.
11436         Use `(current-buffer)' when `buffer' is nil.
11437         (multi-isearch-next-buffer-from-list): Don't fallback to
11438         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
11440 2009-11-30  Juri Linkov  <juri@jurta.org>
11442         * misearch.el (multi-isearch-read-buffers): Move canonicalization
11443         of buffers with `get-buffer' to `multi-isearch-buffers'.
11444         (multi-isearch-buffers, multi-isearch-buffers-regexp):
11445         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
11446         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
11447         FILES with `expand-file-name' converting relative file names
11448         to absolute.  Doc fix.  (Bug#4727)
11450 2009-11-30  Juri Linkov  <juri@jurta.org>
11452         * misearch.el (multi-isearch-read-buffers)
11453         (multi-isearch-read-matching-buffers): New functions.
11454         (multi-isearch-buffers, multi-isearch-buffers-regexp):
11455         Use them in the `interactive' spec.  Doc fix.
11456         (multi-isearch-read-files, multi-isearch-read-matching-files):
11457         New functions.
11458         (multi-isearch-files, multi-isearch-files-regexp):
11459         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
11461 2009-11-30  Juri Linkov  <juri@jurta.org>
11463         * doc-view.el (doc-view-continuous):
11464         Rename from `doc-view-continuous-mode'.
11465         (doc-view-menu): Move "Toggle display" to the top.
11466         Add submenu "Continuous" with radio buttons "Off"/"On"
11467         and "Save as Default".
11468         (doc-view-scroll-up-or-next-page)
11469         (doc-view-scroll-down-or-previous-page)
11470         (doc-view-next-line-or-next-page)
11471         (doc-view-previous-line-or-previous-page): Rename
11472         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
11474 2009-11-30  Juri Linkov  <juri@jurta.org>
11476         * comint.el (comint-mode-map): Rebind `M-r' from
11477         `comint-previous-matching-input' to
11478         `comint-history-isearch-backward-regexp'.
11479         Unbind `M-s' to allow global key binding `M-s'.
11480         Add menu items for `comint-history-isearch-backward' and
11481         `comint-history-isearch-backward-regexp'.  (Bug#3746)
11483 2009-11-30  Juri Linkov  <juri@jurta.org>
11485         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
11486         For def=recenter, replace `recenter' with `recenter-top-bottom'
11487         that is called with `this-command' and `last-command' let-bound
11488         to `recenter-top-bottom'.  When the last `def' was not `recenter',
11489         set `recenter-last-op' to nil.  (Bug#4981)
11491 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         Minor cleanup and simplification.
11494         * filecache.el (file-cache-add-directory)
11495         (file-cache-add-directory-recursively)
11496         (file-cache-add-from-file-cache-buffer)
11497         (file-cache-delete-file-regexp, file-cache-delete-directory)
11498         (file-cache-files-matching-internal, file-cache-display): Use dolist.
11499         (file-cache-temp-minibuffer-message): Delete function.
11500         (file-cache-minibuffer-complete): Use minibuffer-message instead.
11502         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11503         Don't signal an error when bumping into EOB in tr, s, or y.
11505 2009-11-29  Juri Linkov  <juri@jurta.org>
11507         * startup.el (fancy-about-text): Fix wording of Guided Tour.
11508         (Bug#4960)
11510         * descr-text.el (describe-char-unidata-list): Use lowercase name
11511         for "Unicode name" like in other tags.
11513 2009-11-29  Juri Linkov  <juri@jurta.org>
11515         * ediff-util.el (ediff-minibuffer-with-setup-hook):
11516         New compatibility macro.
11517         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
11519 2009-11-29  Juri Linkov  <juri@jurta.org>
11521         Add defcustom to define the cycling order of `recenter-top-bottom'.
11522         (Bug#4981)
11524         * window.el (recenter-last-op): Doc fix.
11525         (recenter-positions): New defcustom.
11526         (recenter-top-bottom): Rewrite to use `recenter-positions'.
11527         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11529 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
11531         Improve integration of Tramp and ange-ftp in eshell.
11533         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
11534         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
11535         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
11537         * eshell/esh-util.el (top): Require also Tramp when compiling.
11538         (eshell-directory-files-and-attributes): Check for FTP remote
11539         connection.
11540         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11541         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11542         (eshell-file-attributes): Handle ".".  Return `entry'.
11544         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11545         (ange-ftp-directory-files-and-attributes)
11546         (ange-ftp-real-directory-files-and-attributes): New defuns.
11548         * net/tramp.el (tramp-maybe-open-connection): Open the remote
11549         shell with "exec" when possible.  This prevents trailing prompts
11550         in `start-file-process'.
11552 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11554         Try and remove assumptions about point-min==1.
11555         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11556         (rng-compute-mode-line-string): Show the validation percentage in
11557         terms of the narrowed text, not the widened text.
11558         (rng-do-some-validation): Don't catch internal errors when debugging.
11559         (rng-first-error): Simplify.
11560         (rng-after-change-function): Remove work around.  AFAIK the bug has
11561         been fixed a while ago.
11563         * image-mode.el (image-minor-mode): Exit more gracefully when the image
11564         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11566         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11568         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11569         `cd' doesn't always do it for us (bug#5067).
11571         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11572         on 2009-10-25 as part of some other change (bug#5067).
11574 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11576         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11577         `suspicious'.
11578         (byte-compile-warnings): Use byte-compile-warning-types.
11579         (byte-compile-save-excursion): Warn about use of set-buffer right
11580         after save-excursion.
11582         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11583         the excursion as well.
11585 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
11587         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11588         providing a Tramp related implementation of "su" and "sudo".
11589         (eshell-unix-initialize): Add "su" and "sudo".
11591 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
11593         * net/socks.el (socks-send-command): Convert binary request to
11594         unibyte before sending.  This fixes mishandling of some port
11595         numbers such as 129.
11597 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * help.el (describe-bindings-internal): Remove `interactive'.
11601         * man.el (Man-completion-table): Trim a terminating "(".
11602         Remove the space between name page a section.
11603         Add the command's description on the `help-echo' property.
11604         Remove `process-connection-type' binding since it's unused by
11605         call-process.
11606         Provide completion for the "<section> <name>" format as well.
11607         (Man-default-man-entry): Remove spurious var shadowing the argument.
11609 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11611         * log-view.el: Add "Keywords: tools", since its other keywords
11612         aren't in finder-known-keywords, and following vc.el.
11614         * sha1.el (sha1-string-external): default-directory "/" in case
11615         otherwise non-existent.  process-connection-type pipe for touch of
11616         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11618 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11620         Misc coding convention cleanups.
11621         * htmlfontify.el (hfy-init-kludge-hook): Rename from
11622         hfy-init-kludge-hooks.
11623         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
11624         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
11625         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
11626         and push.
11627         (hfy-slant, hfy-weight): Use tables rather than code.
11628         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
11629         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
11630         (hfy-face-attr-for-class): Initialize `face-spec' directly.
11631         (hfy-face-to-css): Remove `nconc' with single arg.
11632         (hfy-p-to-face-lennart): Use `or'.
11633         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
11634         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
11635         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
11636         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
11637         (hfy-force-fontification): Use run-hooks.
11639 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
11641         Various minor fixes.
11642         * htmlfontify.el (hfy-default-header): Add toggle_invis since
11643         Javascript belongs in the header, not the body.
11644         (hfy-javascript): Remove.
11645         (hfy-fontify-buffer): Don't insert it any more.
11646         (hfy-face-at): Handle (face0 face1 face2) style face properties.
11647         Fix bug in invis handling when there were no invis props in a chunk.
11649 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11651         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
11653 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
11655         * finder.el (finder-mode-map): Add a menu.
11657 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
11659         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
11660         "unsigned" structs.
11662         (verilog-leap-to-head, verilog-backward-token): Handle "disable
11663         fork" statement better.
11665 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
11667         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
11668         (verilog-delete-auto, verilog-delete-empty-auto-pair)
11669         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
11670         Reported by Clay Douglass.
11672         (verilog-auto-inst, verilog-auto-star-safe)
11673         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
11674         Fix removing "// Interfaces" when saving .* expansions.  Reported by
11675         Pierre-David Pfister.
11677 2009-11-26  Glenn Morris  <rgm@gnu.org>
11679         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
11680         the scope.
11682 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
11684         * vc-annotate.el (vc-annotate-revision-previous-to-line):
11685         Really use previous revision.
11687 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11689         * man.el (Man-completion-table): default-directory "/" in case
11690         doesn't otherwise exist.  process-environment COLUMNS=999 so as
11691         not to truncate long names.  process-connection-type pipe to avoid
11692         any chance of hitting the pseudo-tty TIOCGWINSZ.
11693         (man): completion-ignore-case t for friendliness and since man
11694         itself is case-insensitive on the command line.
11695         Further to Bug#3717.
11697         * arc-mode.el: Add "Keywords: files", so the details in its
11698         commentary can be reached from finder-by-keyword.
11699         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
11700         editing mode, but it's comms related and sgml-mode.el has "comm"
11701         on that basis too.
11702         * textmodes/bibtex-style.el: Add "Keywords: tex".
11703         * international/isearch-x.el, international/ja-dic-cnv.el:
11704         * international/ja-dic-utl.el, international/kkc.el:
11705         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
11707 2009-11-25  Juri Linkov  <juri@jurta.org>
11709         * man.el (Man-completion-table): Modify regexp to include
11710         section names to completion strings.  (Bug#3717)
11712 2009-11-25  Juri Linkov  <juri@jurta.org>
11714         Search recursively in gzipped files.  (Bug#4982)
11716         * progmodes/grep.el (grep-highlight-matches): Add new options
11717         `always' and `auto'.  Doc fix.
11718         (grep-process-setup): Check `grep-highlight-matches' for
11719         `auto-detect' to determine the need to compute grep defaults.
11720         Move Windows/DOS specific --colors settings handling
11721         to `grep-compute-defaults'.  Check `grep-highlight-matches'
11722         to get the value of "--color=".
11723         (grep-compute-defaults): Compute `grep-highlight-matches' when it
11724         has the value `auto-detect'.  Move Windows/DOS specific settings
11725         from `grep-process-setup'.
11726         (zrgrep): New command with alias `rzgrep'.
11728 2009-11-25  Juri Linkov  <juri@jurta.org>
11730         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
11731         to nil instead of switching off view-mode.  (Bug#4896)
11733 2009-11-25  Juri Linkov  <juri@jurta.org>
11735         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
11737         * mwheel.el (mwheel-scroll-up-function)
11738         (mwheel-scroll-down-function): New defvars.
11739         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
11740         `scroll-up', and `mwheel-scroll-down-function' instead of
11741         `scroll-down'.
11743         * doc-view.el (doc-view-scroll-up-or-next-page)
11744         (doc-view-scroll-down-or-previous-page): Add optional ARG.
11745         Use this ARG in the call to image-scroll-up/image-scroll-down.
11746         Change `interactive' spec to "P".  Goto next/previous page only
11747         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
11748         SPC/DEL case).  Doc fix.
11749         (doc-view-next-line-or-next-page)
11750         (doc-view-previous-line-or-previous-page): Rename arg to ARG
11751         for consistency.
11752         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
11753         `doc-view-scroll-up-or-next-page', and buffer-local
11754         `mwheel-scroll-down-function' to
11755         `doc-view-scroll-down-or-previous-page'.
11757 2009-11-25  Juri Linkov  <juri@jurta.org>
11759         Provide additional default values (directories at other Dired
11760         windows) via M-n in the minibuffer of some Dired commands.
11762         * dired-aux.el (dired-diff, dired-compare-directories)
11763         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
11764         `minibuffer-default' in `minibuffer-with-setup-hook'.
11765         (dired-dwim-target-directory): Find a window that displays Dired
11766         buffer instead of failing when the next window is not Dired.
11767         Use `get-window-with-predicate' to find for the next Dired window.
11768         (dired-dwim-target-defaults): New function.
11770         * ediff-util.el (ediff-read-file-name):
11771         Use `dired-dwim-target-defaults' to set `minibuffer-default'
11772         in `minibuffer-with-setup-hook'.
11774 2009-11-25  Juri Linkov  <juri@jurta.org>
11776         Provide additional default values (file name at point or at the
11777         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
11779         * minibuffer.el (read-file-name-defaults): New function.
11780         (read-file-name): Reset `minibuffer-default' to nil when
11781         it duplicates initial input `insdef'.
11782         Bind `minibuffer-default-add-function' to lambda that
11783         calls `read-file-name-defaults' in `minibuffer-selected-window'.
11784         (minibuffer-insert-file-name-at-point): New command.
11786         * files.el (file-name-at-point-functions): New defcustom.
11787         (find-file-default): Remove defvar.
11788         (find-file-read-args): Don't use `find-file-default'.
11789         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11790         to `read-file-name'.
11791         (find-file-literally): Use `read-file-name' with
11792         `confirm-nonexistent-file-or-buffer'.
11794         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
11796         * dired.el (dired-read-dir-and-switches):
11797         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11798         to `read-file-name'.
11799         (dired-file-name-at-point): New function.
11800         (dired-mode): Add hook `dired-file-name-at-point' to
11801         `file-name-at-point-functions'.
11803 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         Really make the *Completions* window soft-dedicated (bug#5030).
11806         * window.el (window--display-buffer-2): Add `dedicated' argument.
11807         (display-buffer): Pass it when needed so the dedicated flag is set
11808         after calling set-window-buffer, which would otherwise reset it.
11810 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11812         * progmodes/meta-mode.el (meta-complete-symbol):
11813         * progmodes/etags.el (complete-tag):
11814         * mail/mailabbrev.el (mail-abbrev-complete-alias):
11815         Use completion-in-region.
11817         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
11818         (dabbrev-completion): Use completion-in-region.
11819         (dabbrev--abbrev-at-point): Simplify regexp.
11821         * abbrev.el (abbrev--before-point): Use word-motion functions
11822         if :regexp is not specified (bug#5031).
11824         * subr.el (string-prefix-p): New function.
11826         * man.el (Man-completion-cache): New var.
11827         (Man-completion-table): Use it.
11829         * vc.el (vc-print-log-internal): Make `limit' optional for better
11830         compatibility (e.g. with vc-annotate.el).
11832 2009-11-24  Kevin Ryde  <user42@zip.com.au>
11834         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
11835         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
11837         * emacs-lisp/elint.el (elint-add-required-env): Better error message
11838         when .el source file not found or other error.
11840 2009-11-24  Markus Triska  <markus.triska@gmx.at>
11842         * linum.el (linum-update-window): Ignore intangible (bug#4996).
11844 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11846         Handle the [back] button properly (bug#4979).
11847         * descr-text.el (describe-text-properties): Add a `buffer' argument.
11848         Use help-setup-xref, help-buffer, and with-help-window.
11849         (describe-char): Add `buffer' argument.
11850         Pass proper command to help-setup-xref.  Don't meddle with
11851         help-xref-stack-item directly.
11852         (describe-text-category): Use with-help-window and help-buffer.
11854         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
11855         for the displayed buffer (bug#4887).
11857         * man.el (Man-completion-table): New function.
11858         (man): Use it.
11860 2009-11-24  David Reitter  <david.reitter@gmail.com>
11862         * vc-git.el (vc-git-registered): Use checkout directory (where
11863         .git is) rather than the file's directory and a relative path spec
11864         to work around a bug in git.
11866 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
11868         Improve handling of processes on remote hosts.
11870         * eshell/esh-util.el (eshell-path-env): New defvar.
11871         (eshell-parse-colon-path): New defun.
11872         (eshell-file-attributes): Use `eshell-parse-colon-path'.
11874         * eshell/esh-ext.el (eshell-search-path):
11875         Use `eshell-parse-colon-path'.
11876         (eshell-remote-command): Remove argument HANDLER.
11877         (eshell-external-command): Check for FTP remote connection.
11879         * eshell/esh-proc.el (eshell-gather-process-output):
11880         Use `file-truename', in order to start also symlinked files.
11881         Apply `start-file-process' instead of `start-process'.
11882         Shorten `command' to the local file name part.
11884         * eshell/em-cmpl.el (eshell-complete-commands-list):
11885         Use `eshell-parse-colon-path'.
11887         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
11889         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
11890         to `eshell-directory-change-hook'.
11892 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
11894         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
11895         because it could be enabled automatically if view-read-only is non-nil.
11897 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
11899         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
11900         made on 2009-11-22.
11902 2009-11-24  Glenn Morris  <rgm@gnu.org>
11904         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
11905         deleted variable bookmark-bmenu-bookmark-column.
11907 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11909         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
11911 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11913         * net/browse-url.el (browse-url-filename-alist): On Windows, add
11914         two slashes to the "file:" prefix.
11915         (browse-url-file-url): De-munge Cygwin filenames before passing
11916         them to Windows browser.
11917         (browse-url-default-windows-browser): Use call-process.
11919 2009-11-23  Juri Linkov  <juri@jurta.org>
11921         Implement DocView Continuous mode.  (Bug#4896)
11922         * doc-view.el (doc-view-continuous-mode): New defcustom.
11923         (doc-view-mode-map): Bind C-n/<down> to
11924         `doc-view-next-line-or-next-page', C-p/<up> to
11925         `doc-view-previous-line-or-previous-page'.
11926         (doc-view-next-line-or-next-page)
11927         (doc-view-previous-line-or-previous-page): New commands.
11929 2009-11-23  Juri Linkov  <juri@jurta.org>
11931         Implement Isearch in comint input history.  (Bug#3746)
11932         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
11933         `isearch-mode-hook'.
11934         (comint-history-isearch): New defcustom.
11935         (comint-history-isearch-backward)
11936         (comint-history-isearch-backward-regexp): New commands.
11937         (comint-history-isearch-message-overlay): New buffer-local variable.
11938         (comint-history-isearch-setup, comint-history-isearch-end)
11939         (comint-goto-input, comint-history-isearch-search)
11940         (comint-history-isearch-message, comint-history-isearch-wrap)
11941         (comint-history-isearch-push-state)
11942         (comint-history-isearch-pop-state): New functions.
11944 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
11946         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
11947         return.
11948         (tramp-handle-make-symbolic-link)
11949         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
11950         Quote file names.
11951         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
11952         (tramp-handle-process-file): Use it.
11954 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11956         * window.el (move-to-window-line-last-op): Remove.
11957         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
11959 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
11961         Make M-r mirror the new cycling behavior of C-l.
11962         * window.el (move-to-window-line-last-op): New var.
11963         (move-to-window-line-top-bottom): New command.
11964         (global-map): Bind M-r move-to-window-line-top-bottom.
11966 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
11968         * dired-x.el (dired-guess-shell-alist-default):
11969         Support xz format.  (Bug#4953)
11971 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
11973         * emulation/viper-cmd.el: Use viper-last-command-char instead of
11974         last-command-char/last-command-event.
11975         (viper-prefix-arg-value): Do correct conversion of event-char for
11976         XEmacs.
11978         * emulation/viper-util.el, emulation/viper.el:
11979         Use viper-last-command-char instead of
11980         last-command-char/last-command-event.
11982         * ediff-init.el, ediff-mult.el, ediff-util.el:
11983         Replace last-command-char and last-command-event
11984         with (ediff-last-command-char) everywhere.
11986         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
11987         created in fundamental mode.
11989         * ediff.el (ediff-version): Revert the change of interactive-p to
11990         called-interactively-p.
11992 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
11994         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
11995         generation from word-movement command names.
11997 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
11999         * cus-start.el (all): Add native condition for font-use-system-font.
12001 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
12003         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12004         Correct the patch from 2009-11-18.  (Bug#3910)
12006 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
12008         * progmodes/subword.el: Rename from lisp/subword.el.
12010         * subword.el: Rename to progmodes/subword.el.
12012         * Makefile.in (ELCFILES): Adapt to subword.el move.
12014 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12015             Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12018         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12019         (bookmark-bmenu-show-filenames): Use push.
12020         (bookmark-bmenu-hide-filenames): Use local var instead of
12021         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
12022         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12023         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12024         filenames now that the bookmark names are always available.
12026 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12028         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12029         (bookmark-search-pattern): Move and leave unbound.
12030         (bookmark-bmenu-mode-map): Change binding.
12031         (bookmark-read-search-input): Simplify.
12032         Don't use text-char-description.  Don't error on non-char events.
12033         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12034         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12035         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12036         Use a local var for the timer.
12037         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12038         (i.e. bookmark-bmenu-search).
12040 2009-11-21  Glenn Morris  <rgm@gnu.org>
12042         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
12044 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
12046         * net/browse-url.el (browse-url-default-windows-browser):
12047         Use cygstart for cygwin.
12049 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
12051         * bookmark.el: Formatting and doc fixes only:
12052         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12053         (bookmark-bmenu-search): Wrap to fit within 80 columns.
12054         Minor grammar and punctuation fixes in doc string.
12055         (bookmark-read-search-input): Adjust to fit within 80 columns.
12057 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
12059         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12060         (c-backward-into-nomenclature): Adapt to subword renaming.
12062         * subword.el (subword-forward, subword-backward, subword-mark)
12063         (subword-kill, subword-backward-kill, subword-transpose)
12064         (subword-downcase, subword-upcase, subword-capitalize)
12065         (subword-forward-internal, subword-backward-internal):
12066         Rename from forward-subword, backward-subword, mark-subword,
12067         kill-subword, backward-kill-subword, transpose-subwords,
12068         downcase-subword, upcase-subword, capitalize-subword,
12069         forward-subword-internal, backward-subword-internal.
12071 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12073         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12074         New options.
12075         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12076         New vars.
12077         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12078         (bookmark-bmenu-filter-alist-by-regexp)
12079         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12080         (bookmark-bmenu-search): New command.
12081         (bookmark-bmenu-mode-map): Bind it.
12083 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
12085         * progmodes/cc-cmds.el: declare-functioned forward-subword and
12086         backward-subword to quit the byte-compiler.
12088         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12090         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12092         * progmodes/cc-cmds.el (c-update-modeline)
12093         (c-forward-into-nomenclature, c-backward-into-nomenclature):
12094         Refer to subword.el functions instead of cc-subword.el.
12096         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12097         subword.el functions instead of cc-subword.el.
12099         * progmodes/cc-subword.el: Rename to subword.el.
12100         * subword.el: Rename from progmodes/cc-subword.el.
12101         (subword-mode-map): Rename from c-subword-mode-map.
12102         (subword-mode): Rename from c-subword-mode.
12103         (global-subword-mode): New global minor mode.
12104         (forward-subword): Rename from c-forward-subword.
12105         (backward-subword): Rename from c-backward-subword.
12106         (mark-subword): Rename from c-mark-subword.
12107         (kill-subword): Rename from c-kill-subword.
12108         (backward-kill-subword): Rename from c-backward-kill-subword.
12109         (transpose-subwords): Rename from c-tranpose-subword.
12110         (downcase-subword): Rename from c-downcase-subword.
12111         (capitalize-subword): Rename from c-capitalize-subword.
12112         (forward-subword-internal): Rename from c-forward-subword-internal.
12113         (backward-subword-internal): Rename from c-backward-subword-internal.
12115 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12117         * vc.el (vc-deduce-fileset): Allow non-state changing operations
12118         from a dired buffer.
12119         (vc-dired-deduce-fileset): New function.
12120         (vc-root-diff, vc-print-root-log): Use it.
12122         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12123         nil LIMIT argument to vc-print-log-internal.
12125 2009-11-20  Glenn Morris  <rgm@gnu.org>
12127         * Makefile.in (ELCFILES): Regenerate.
12129 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
12131         * calc/calc.el (calc-set-mode-line):
12132         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12133         (math-format-number): Rename `math-format-complement-signed' to
12134         `math-format-twos-complement'.
12136         * calc/calc-bin.el (math-format-twos-complement): Rename from
12137         math-format-complement-signed.
12138         (calc-radix): Rename `calc-complement-signed-mode' to
12139         `calc-twos-complement-mode'.
12140         (calc-octal-radix, calc-hex-radix): Add an argument for
12141         two's complement.
12143         * calc/calc-embed.el (calc-embedded-mode-vars):
12144         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12146         * calc/calc-ext.el (calc-init-extensions):
12147         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12148         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12150         * calc/calc-units.el (math-build-units-table-buffer):
12151         Let `calc-twos-complement-mode' be nil.
12153         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12154         entries.
12156         * calc/calc-vec.el (calcFunc-vunpack):
12157         * calc/calc-aent.el (calc-do-calc-eval):
12158         * calc/calc-forms.el (math-format-date):
12159         * calc/calc-graph.el (calc-graph-plot):
12160         * calc/calc-math.el (math-use-emacs-fn):
12161         * calc/calccomp.el (math-compose-expr):
12162         Let `calc-twos-complement-mode' be nil.
12164 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12166         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12167         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
12168         * minibuffer.el (completion-in-region-functions): New hook.
12169         (completion-in-region): New function.
12170         * emacs-lisp/lisp.el (lisp-complete-symbol):
12171         * pcomplete.el (pcomplete-std-complete): Use it.
12173 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12175         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12176         (latex-complete-alist): New vars.
12177         (latex-string-prefix-p, latex-complete-bibtex-keys)
12178         (latex-complete-envnames, latex-complete-refkeys)
12179         (latex-complete-data): New functions.
12180         (latex-complete, latex-indent-or-complete): New commands.
12182         * window.el (display-buffer-mark-dedicated): New var.
12183         (display-buffer): Obey it.
12184         * minibuffer.el (minibuffer-completion-help): Use it.
12186         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
12188         * filecache.el (file-cache-add-file): Use push and cons.
12189         (file-cache-delete-file-regexp): Use push.
12190         (file-cache-complete): Use completion-in-region.
12192         * simple.el (with-wrapper-hook): Fix thinko.
12194         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
12195         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
12196         Use with-current-buffer and string-to-number.
12197         (hfy-fallback-colour-values): Use assoc-string.
12198         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
12199         (hfy-face-at): Remove unused var `found-face'.
12200         (hfy-compile-stylesheet): Remove unused var `css'.
12201         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
12202         and `orig-buffer'.
12203         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
12204         Use with-current-buffer.
12205         (hfy-text-p): Use expand-file-name and fewer setq.
12207 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
12209         * htmlfontify.el, hfy-cmap.el: New files.
12211 2009-11-19  Juri Linkov  <juri@jurta.org>
12213         * minibuffer.el (completions-format): New defcustom.
12214         (completion--insert-strings): Implement vertical format.
12216         * simple.el (switch-to-completions): Move point to the first
12217         completion when point was at the beginning of the buffer.
12219 2009-11-19  Juri Linkov  <juri@jurta.org>
12221         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
12223         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
12225 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
12227         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
12228         (mail-signature): Change default to t.
12229         (mail-from-style): Deprecate `system-default' value.
12230         (mail-insert-from-field): For default value of mail-from-style,
12231         default to `angles' unless `angles' needs quoting and `parens'
12232         does not.
12233         (mail-citation-prefix-regexp): Use citation regexp from
12234         message-mode.
12236 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
12238         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12239         Set variables for computing the prompt for reading password.
12241 2009-11-19  Glenn Morris  <rgm@gnu.org>
12243         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
12245         * textmodes/flyspell.el (sgml-lexical-context): Declare.
12247         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
12248         (newsticker-treeview-listwindow-height): Fix custom type.
12250 2009-11-19  Kenichi Handa  <handa@m17n.org>
12252         * descr-text.el (describe-char-padded-string): Compose with TAB
12253         only if there's a font for CH.
12254         (describe-char): Fix the condition for detecting a trivial composition.
12256 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
12258         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
12259         more accurate version of the regexp.  (Bug#3910)
12261 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12263         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
12265 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
12267         * font-setting.el (font-use-system-font): Declare for byte-compiler.
12268         (font-setting-change-default-font): Fix typo in docstring.
12270 2009-11-18  Alan Mackenzie  <acm@muc.de>
12272         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
12274 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
12276         * font-setting.el (font-use-system-font): Move ...
12278         * cus-start.el (all): ... to here.
12280 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
12282         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
12283         Don't set `ad-return-value' if `ad-do-it' doesn't.
12285         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
12286         modification time.
12288 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
12290         * menu-bar.el: Put "Use system font" in Option-menu.
12291         (menu-bar-options-save): Add font-use-system-font.
12293         * loadup.el: If feature system-font-setting or font-render-setting is
12294         there, load font-setting.
12296         * Makefile.in (ELCFILES): Add font-settings.el.
12297         * font-setting.el: New file.
12299 2009-11-17  Glenn Morris  <rgm@gnu.org>
12301         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12303         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12304         Preserve point in the list buffer.  (Bug#4939)
12305         Use point-at-eol.
12306         (newsticker--treeview-list-update-highlight)
12307         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12309 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12311         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12312         Remove.
12314         * calc/calc-ext.el (calc-init-extensions): Remove references to
12315         symclip.
12317         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12319         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
12320         * calc/calc-help.el (calc-b-prefix-help): Remove references to
12321         `calc-symclip'.
12323 2009-11-16  Kevin Ryde  <user42@zip.com.au>
12325         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12326         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
12328         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12329         (lm-keywords-list): Allow comma-only separator like "foo,bar".
12330         Ignore trailing spaces by omit-nulls to split-string (fixing
12331         regression from Emacs 21 due to the incompatible split-string
12332         change).  (Bug #4928.)
12334 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12336         * vc.el (vc-log-show-limit): Default to 2000.
12337         (vc-print-log-internal): Insert buttons to request more entries
12338         when limiting the output.
12340         * vc-sccs.el (vc-sccs-print-log):
12341         * vc-rcs.el (vc-rcs-print-log):
12342         * vc-cvs.el (vc-cvs-print-log):
12343         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12344         LIMIT is non-nil.
12346 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
12348         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12349         error when `tramp-gvfs-dbus-event-vector' is set.
12350         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12352 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12356 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
12358         * net/dbus.el (dbus-unregister-service): New defun.
12359         (dbus-register-property): Register the handlers of
12360         "org.freedesktop.DBus.Properties" for SERVICE.
12361         (dbus-property-handler): Fix docstring.
12363 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12365         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
12366         Quote doc string reference in defvaralias as it is not in special form.
12367         (byte-compile-output-docform): Doc fix.
12369 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12371         * calc/calc.el (math-2-word-size, math-half-2-word-size)
12372         (calc-complement-signed-mode): New variables.
12373         (calc-set-mode-line): Add indicator for twos-complements.
12374         (math-format-number): Format twos-complement notation.
12376         * calc/calc-bin.el (calc-word-size): Reset the variables
12377         `math-2-word-size' and `math-half-2-word-size'.
12378         (math-format-complement-signed, math-symclip, calcFunc-symclip)
12379         (calc-symclip): New functions.
12381         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
12383         * calc/calc-embed.el (calc-embedded-mode-vars):
12384         Add `calc-complement-signed-mode' to the list of modes.
12386         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
12387         (calc-b-oper-keys): Add `calc-symclip' to list.
12389         * calc/calc-ext.el (math-read-number-fancy): Read complement
12390         signed numbers.
12391         (calc-init-extensions): Add binding for `calc-symclip'.
12392         Add autoload for `calcFunc-symclip' and `calc-symclip'.
12394         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
12395         `calc-symclip'.
12396         (calc-modes-menu): Add item for twos complement mode.
12398         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
12400 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
12402         * register.el (jump-to-register, insert-register): Handle Semantic
12403         tags.  From commented-out advice in semantic/senator.el.
12405 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
12407         * vc.el (vc-log-show-limit): New variable.
12408         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
12409         when using a prefix argument.
12410         (vc-print-log-internal): Add new argument LIMIT.
12412         * vc-svn.el (vc-svn-print-log):
12413         * vc-mtn.el (vc-mtn-print-log):
12414         * vc-hg.el (vc-hg-print-log):
12415         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
12416         pass it to the log command when set.  Make the BUFFER argument
12417         non-optional.
12419         * vc-sccs.el (vc-sccs-print-log):
12420         * vc-rcs.el (vc-rcs-print-log):
12421         * vc-git.el (vc-git-print-log):
12422         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
12423         ignore it.  Make the BUFFER argument non-optional
12425         * bindings.el (mode-line-buffer-identification): Do not purecopy.
12427 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
12429         * dired.el (dired-mode-map): Move encryption items to "Operate"
12430         menu (Bug#4703).
12432         * strokes.el (strokes-update-window-configuration): Make strokes
12433         buffer current before erasing (Bug#4906).
12435 2009-11-15  Juri Linkov  <juri@jurta.org>
12437         * simple.el (set-mark-default-inactive): Add :type, :group
12438         and :version.  (Bug#4876)
12440 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
12442         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
12443         (archive-unique-fname): ... here.  (Bug#4929)
12445 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12447         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
12448         with a real fix.
12450         * novice.el (disabled-command-function): Add useful args.
12451         Setup the help buffer so that [back] works.
12452         Remove redundant call to help-mode.
12453         (disabled-command-function): Use `case'.
12454         (en/disable-command): New function extracted from enable-command.
12455         (enable-command, disable-command): Use it.
12457 2009-11-14  Glenn Morris  <rgm@gnu.org>
12459         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
12460         constants.  (Bug#4913)
12462         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
12464 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
12466         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
12467         defined in C that have no doc-strings.  (Bug#1063)
12469 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
12471         * cus-edit.el (data, files):
12472         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
12474 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
12476         * simple.el (shell-command): Doc fix (Bug#4891).
12478         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
12480 2009-11-14  Glenn Morris  <rgm@gnu.org>
12482         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
12483         statements for vc-diff, emerge-quit, and rmail-cease-edit.
12484         If they are already loaded, eval-after-load will do the right thing.
12486         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
12487         compiling.
12489         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
12491         * simple.el (x-selection-owner-p): Declare.
12492         (read-mail-command): Use custom radio type rather than choice.
12493         (completion-no-auto-exit): Doc fix.
12495         * custom.el (defgroup):
12496         * epg-config.el (epg): Doc fixes.
12498 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
12500         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
12501         * international/ccl.el (define-ccl-program): Do not purecopy the
12502         docstring, defconst does it anyway.
12504 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12506         * add-log.el (add-change-log-entry): Avoid displaying the changelog
12507         a second time.
12509         * x-dnd.el (x-dnd-maybe-call-test-function):
12510         * window.el (split-window-vertically):
12511         * whitespace.el (whitespace-help-on):
12512         * vc-rcs.el (vc-rcs-consult-headers):
12513         * userlock.el (ask-user-about-lock-help)
12514         (ask-user-about-supersession-help):
12515         * type-break.el (type-break-force-mode-line-update):
12516         * time-stamp.el (time-stamp-conv-warn):
12517         * terminal.el (te-set-output-log, te-more-break, te-filter)
12518         (te-sentinel, terminal-emulator):
12519         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12520         (term-write-input-ring, term-check-source, term-start-output-log):
12521         (term-display-buffer-line, term-dynamic-list-completions):
12522         (term-ansi-make-term, serial-term):
12523         * subr.el (selective-display):
12524         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12525         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12526         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12527         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12528         (speedbar-remove-localized-speedbar-support)
12529         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12530         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12531         (speedbar-buffers-line-directory):
12532         * simple.el (shell-command-on-region, append-to-buffer)
12533         (prepend-to-buffer):
12534         * shadowfile.el (shadow-save-todo-file):
12535         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12536         (scroll-bar-maybe-set-window-start):
12537         * sb-image.el (speedbar-image-dump):
12538         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12539         (load-save-place-alist-from-file):
12540         * ps-samp.el (ps-print-message-from-summary):
12541         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12542         (ps-background-image, ps-begin-job, ps-do-despool):
12543         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12544         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12545         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12546         (pr-call-process, pr-file-list, pr-interface-save):
12547         * novice.el (disabled-command-function)
12548         (enable-command, disable-command):
12549         * mouse.el (mouse-buffer-menu-alist):
12550         * mouse-copy.el (mouse-kill-preserving-secondary):
12551         * macros.el (kbd-macro-query):
12552         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12553         * informat.el (batch-info-validate):
12554         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12555         * hippie-exp.el (try-expand-dabbrev-visible):
12556         * help-mode.el (help-make-xrefs):
12557         * help-fns.el (describe-variable):
12558         * generic-x.el (bat-generic-mode-run-as-comint):
12559         * finder.el (finder-mouse-select):
12560         * find-dired.el (find-dired-sentinel):
12561         * filesets.el (filesets-file-close):
12562         * files.el (list-directory):
12563         * faces.el (list-faces-display, describe-face):
12564         * facemenu.el (list-colors-display):
12565         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12566         * epg.el (epg--process-filter, epg-cancel):
12567         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12568         (epa--read-signature-type):
12569         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12570         (emerge-file-names):
12571         * ehelp.el (electric-helpify):
12572         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12573         * ediff-vers.el (rcs-ediff-view-revision):
12574         * ediff-util.el (ediff-setup):
12575         * ediff-mult.el (ediff-append-custom-diff):
12576         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12577         (ediff-wordify):
12578         * echistory.el (Electric-command-history-redo-expression):
12579         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12580         * disp-table.el (describe-display-table):
12581         * dired.el (dired-find-buffer-nocreate):
12582         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12583         * dabbrev.el (dabbrev--same-major-mode-p):
12584         * chistory.el (list-command-history):
12585         * apropos.el (apropos-documentation):
12586         * allout.el (allout-obtain-passphrase):
12587         (allout-copy-exposed-to-buffer):
12588         (allout-verify-passphrase): Use with-current-buffer.
12590 2009-11-13  Glenn Morris  <rgm@gnu.org>
12592         * Makefile.in (ELCFILES): Regenerate.
12594 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
12596         * net/dbus.el (dbus-registered-objects-table): Rename from
12597         `dbus-registered-functions-table', because it contains also properties.
12598         (dbus-unregister-object): Unregister also properties.
12599         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12600         Use a timeout of 500 msec, in order to not block.
12601         (dbus-register-property, dbus-property-handler): New defuns.
12603 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12605         * simple.el (minibuffer-default-add-completions): Drop deprecated
12606         4th arg.
12608 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
12610         * textmodes/artist.el (artist-mouse-choose-operation):
12611         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
12612         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
12613         (artist-compute-up-event-key): New function.
12614         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
12616 2009-11-13  Kenichi Handa  <handa@m17n.org>
12618         * language/japan-util.el: Make sure that the value of jisx0208
12619         property is jisx0208 character.
12621 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
12623         * international/mule.el (auto-coding-regexp-alist): Only purecopy
12624         car or each item, not the whole list.
12626 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12628         * minibuffer.el (minibuffer-completion-help):
12629         Use minibuffer-hide-completions.
12631 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
12633         * dired.el (dired-save-positions, dired-restore-positions): New funs.
12634         (dired-revert): Use them (bug#4880).
12636 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12638         * tooltip.el (tooltip-frame-parameters): Undo previous change.
12640 2009-11-12  Juri Linkov  <juri@jurta.org>
12642         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
12643         New functions.
12644         (find-file-literally-at-point): Alias of `ffap-literally'.
12646 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12648         * textmodes/ispell.el (ispell-skip-region-alist):
12649         * textmodes/css-mode.el (auto-mode-alist):
12650         * progmodes/compile.el (auto-mode-alist):
12651         * international/mule.el (ctext-non-standard-encodings-alist)
12652         (ctext-non-standard-encodings-regexp):
12653         * simple.el (shell-command-switch, text-read-only):
12654         * replace.el (occur-mode-map):
12655         * paths.el (rmail-file-name):
12656         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
12657         * find-file.el (ff-special-constructs):
12658         * files.el (file-name-handler-alist):
12659         * composite.el: Purecopy strings.
12661         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
12663 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12665         * widget.el (define-widget): Purecopy the docstring.
12666         * international/mule-cmds.el (charset): Do not purecopy the
12667         docstring here, define-widget does it.
12669         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12670         * textmodes/bibtex-style.el (auto-mode-alist):
12671         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12672         * progmodes/compile.el (compile-command):
12673         * language/korea-util.el (default-korean-keyboard):
12674         * international/mule-conf.el (file-coding-system-alist):
12675         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
12676         * tooltip.el (tooltip-frame-parameters):
12677         * newcomment.el (comment-end, comment-padding):
12678         * dired.el (dired-trivial-filenames):
12679         * comint.el (comint-file-name-prefix): Purecopy initial values.
12681 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
12683         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
12684         (tramp-advice-minibuffer-electric-tilde): Unload advices via
12685         `tramp-unload'.
12686         (tramp-advice-make-auto-save-file-name)
12687         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
12688         after removing the advice.
12690 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12692         * progmodes/grep.el (grep-regexp-alist):
12693         * international/mule-cmds.el (iso-2022-control-alist):
12694         * emacs-lisp/timer.el (timer-duration-words):
12695         * subr.el (version-separator, version-regexp-alist):
12696         * minibuffer.el (completion-styles-alist):
12697         * faces.el (face-attribute-name-alist, list-faces-sample-text):
12698         Change defvars to defconsts.
12700         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
12701         * loadup.el ("international/mule-conf"): Load the byte compiled version.
12702         * international/mule-conf.el: Allow to be byte compiled.
12704         * international/mule.el (define-charset): Purecopy props.
12705         (load-with-code-conversion): Purecopy doc string and file name.
12706         (put-charset-property): Purecopy strings.
12707         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
12709         * international/mule-cmds.el (register-input-method): Purecopy arguments.
12710         (define-char-code-property): Correctly purecopy the table.
12712         * international/ccl.el (define-ccl-program): Purecopy the docstring.
12714         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
12716         * subr.el (add-hook): Purecopy strings.
12717         (eval-after-load): Purecopy load-history-regexp and the form.
12719         * custom.el (custom-declare-group): Purecopy load-file-name.
12721         * subr.el (menu-bar-separator): New defconst.
12722         * net/eudc.el (eudc-tools-menu):
12723         * international/mule-cmds.el (set-coding-system-map)
12724         (mule-menu-keymap):
12725         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12726         * vc-hooks.el (vc-menu-map):
12727         * replace.el (occur-mode-map):
12728         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
12729         (menu-bar-edit-menu, menu-bar-goto-menu)
12730         (menu-bar-custom-menu, menu-bar-showhide-menu)
12731         (menu-bar-options-menu, menu-bar-tools-menu)
12732         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
12733         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
12734         (menu-bar-help-menu):
12735         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
12736         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
12738         * term/x-win.el (x-gtk-stock-map):
12739         * progmodes/vera-mode.el (auto-mode-alist):
12740         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
12741         (inferior-lisp-program, inferior-lisp-load-command):
12742         * progmodes/hideshow.el (hs-special-modes-alist):
12743         * progmodes/gud.el (same-window-regexps):
12744         * progmodes/grep.el (grep-program, find-program, xargs-program):
12745         * net/telnet.el (same-window-regexps):
12746         * net/rlogin.el (same-window-regexps):
12747         * language/ethiopic.el (font-ccl-encoder-alist):
12748         * vc-sccs.el (vc-sccs-master-templates):
12749         * vc-rcs.el (vc-rcs-master-templates):
12750         * subr.el (cl-assertion-failed):
12751         * simple.el (next-error-overlay-arrow-position):
12752         * lpr.el (lpr-command):
12753         * locate.el (locate-ls-subdir-switches):
12754         * info.el (same-window-regexps, info)
12755         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12756         * image-mode.el (image-mode, auto-mode-alist):
12757         * hippie-exp.el (hippie-expand-ignore-buffers):
12758         * format.el (format-alist):
12759         * find-dired.el (find-ls-subdir-switches, find-grep-options)
12760         (find-name-arg):
12761         * facemenu.el (facemenu-keybindings):
12762         * dired.el (dired-listing-switches, dired-chown-program):
12763         * diff.el (diff-switches, diff-command):
12764         * cus-edit.el (same-window-regexps):
12765         * bindings.el (mode-line-mule-info)
12766         (mode-line-buffer-identification): Purecopy strings.
12768 2009-11-11  Juri Linkov  <juri@jurta.org>
12770         * simple.el (dired-get-filename) <declare-function>:
12771         Tell the byte-compiler about dired-get-filename.
12772         (shell-command): In Dired mode, get filename from the current line
12773         as the default value.
12775 2009-11-10  Glenn Morris  <rgm@gnu.org>
12777         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
12778         * calendar/holidays.el, progmodes/cperl-mode.el:
12779         Update x-popup-menu declarations.
12781         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
12782         (list-load-path-shadows): Use dolist.
12783         (list-load-path-shadows): Use with-current-buffer.
12785 2009-11-10  Juri Linkov  <juri@jurta.org>
12787         * minibuffer.el (read-file-name): Support a list of default values
12788         in `default-filename'.  Use the first file name where only one
12789         element is required.  Doc fix.
12791 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
12793         * net/dbus.el (dbus-unregister-object): Release service, if no
12794         other method is registered for it.
12796 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
12798         * bookmark.el (bookmark-completing-read): Sort bookmark names if
12799         bookmark-sort-flag is non-nil (Bug#4653).
12801 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12803         * emulation/cua-base.el: Add CUA property to some CC mode commands
12804         (Bug#4100).
12806 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12808         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
12809         at end of sentence (Bug#4818).
12811 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
12813         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12814         Handle "see declaration of" MSFT statements (Bug#4100).
12816 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
12818         * net/tramp.el (tramp-advice-make-auto-save-file-name)
12819         (tramp-advice-file-expand-wildcards): Unload via
12820         `ad-remove-advice'.
12822         * net/trampver.el: Update release number.
12824 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12826         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
12827         `ad-do-it'.
12829 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
12831         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
12832         in order to keep context in SELinux.
12834 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12836         * dired-aux.el (dired-query): Place cursor in echo area and allow
12837         C-g.
12839         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
12840         menu item if not on a directory (Bug#4701).
12842 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
12844         Sync with Tramp 2.1.17.
12846         * net/tramp.el (tramp-handle-copy-directory): Don't use
12847         `file-remote-p' (due to compatibility).
12849         * net/tramp-compat.el (tramp-compat-copy-directory)
12850         (tramp-compat-delete-directory): New defuns.
12852         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12853         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
12854         `tramp-compat-delete-directory'.
12856         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
12857         (tramp-smb-handle-delete-directory): Use
12858         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
12860         * net/trampver.el: Update release number.
12862 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
12864         * tar-mode.el (tar-copy): Call write-region on the right buffer
12865         (Bug#4857).
12867         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
12868         by hand, if necessary (Bug#4878).
12870 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
12872         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
12873         align size column (Bug#4839).
12875         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
12876         statement.
12878 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12880         * progmodes/ld-script.el (auto-mode-alist):
12881         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
12883         * cus-face.el (custom-declare-face): Purecopy face spec.
12885 2009-11-06  Kenichi Handa  <handa@m17n.org>
12887         * international/uni-bidi.el: Re-generated.
12888         * international/uni-category.el: Re-generated.
12889         * international/uni-combining.el: Re-generated.
12890         * international/uni-mirrored.el: Re-generated.
12892 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12894         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
12895         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
12896         (tex-start-options, slitex-run-command, latex-run-command)
12897         (tex-run-command, tex-directory):
12898         * textmodes/ispell.el (ispell-html-skip-alists)
12899         (ispell-tex-skip-alists, ispell-tex-skip-alists):
12900         * textmodes/fill.el (adaptive-fill-first-line-regexp):
12901         (adaptive-fill-regexp):
12902         * textmodes/dns-mode.el (auto-mode-alist):
12903         * progmodes/python.el (interpreter-mode-alist):
12904         * progmodes/etags.el (tags-compression-info-list):
12905         * progmodes/etags.el (tags-file-name):
12906         * net/browse-url.el (browse-url-galeon-program)
12907         (browse-url-firefox-program):
12908         * mail/sendmail.el (mail-signature-file)
12909         (mail-citation-prefix-regexp):
12910         * international/mule-conf.el (eight-bit):
12911         * international/latexenc.el (latex-inputenc-coding-alist):
12912         * international/fontset.el (x-pixel-size-width-font-regexp):
12913         * emacs-lisp/warnings.el (warning-type-format):
12914         * emacs-lisp/trace.el (trace-buffer):
12915         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
12916         (emacs-lisp-mode-map):
12917         * calendar/holidays.el (holiday-solar-holidays)
12918         (holiday-bahai-holidays, holiday-islamic-holidays)
12919         (holiday-christian-holidays, holiday-hebrew-holidays)
12920         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
12921         (hebrew-holidays-1, holiday-oriental-holidays)
12922         (holiday-general-holidays):
12923         * x-dnd.el (x-dnd-known-types):
12924         * tool-bar.el (tool-bar):
12925         * startup.el (site-run-file):
12926         * shell.el (shell-dumb-shell-regexp):
12927         * rfn-eshadow.el (file-name-shadow-tty-properties)
12928         (file-name-shadow-properties):
12929         * paths.el (remote-shell-program, news-directory):
12930         * mouse.el ([C-down-mouse-3]):
12931         * menu-bar.el (menu-bar-tools-menu):
12932         * jka-cmpr-hook.el (jka-compr-load-suffixes)
12933         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
12934         (jka-compr-compression-info-list):
12935         * isearch.el (search-whitespace-regexp):
12936         * image-file.el (image-file-name-extensions):
12937         * find-dired.el (find-ls-option):
12938         * files.el (directory-listing-before-filename-regexp)
12939         (directory-free-space-args, insert-directory-program)
12940         (list-directory-brief-switches, magic-fallback-mode-alist)
12941         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
12942         (automount-dir-prefix):
12943         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
12944         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
12945         (face-font-registry-alternatives, face-font-registry-alternatives)
12946         (face-font-family-alternatives):
12947         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
12948         (facemenu-foreground-menu, facemenu-face-menu):
12949         * epa-hook.el (epa-file-name-regexp):
12950         * dnd.el (dnd-protocol-alist):
12951         * textmodes/rst.el (auto-mode-alist):
12952         * button.el (default-button): Purecopy strings.
12954 2009-11-06  Glenn Morris  <rgm@gnu.org>
12956         * Makefile.in (ELCFILES): Update.
12958 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
12961         * emacs-lisp/levents.el: Move to obsolete/levents.el.
12963         * nxml/xsd-regexp.el (xsdre-gen-categories):
12964         * nxml/xmltok.el (xmltok-parse-entity):
12965         * nxml/rng-parse.el (rng-parse-validate-file):
12966         * nxml/rng-maint.el (rng-format-manual)
12967         (rng-manual-output-force-new-line):
12968         * nxml/rng-loc.el (rng-save-schema-location-1):
12969         * nxml/rng-cmpct.el (rng-c-parse-file):
12970         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
12971         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
12973 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
12975         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
12976         Remove extra save-excursions and make-variable-buffer-local's.
12977         Suggested by Stefan Monnier.
12979         (verilog-getopt-file, verilog-module-inside-filename-p)
12980         (verilog-set-define): Merge GNU 1.35 and repair changes from
12981         switching to using with-current-buffer.
12983         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
12984         being treated as a number and confusing AUTORESET.
12985         Reported by Dan Dever.
12987         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
12988         Add verilog-auto-ignore-concat to fix backward compatibility with
12989         older verilog-modes.  Reported by Dan Katz.
12991         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
12992         containing closing anchors "...$".
12994         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
12995         Reported by Wade Smith.
12997         (verilog-batch-execute-func): Comment on function usage.
12999 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
13001         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13002         for labels.
13004         (verilog-label-re, verilog-calc-1): Support proper indent of named
13005         asserts.
13007         (verilog-backward-token, verilog-basic-complete-re)
13008         (verilog-beg-of-statement, verilog-indent-re): Support proper
13009         indent of the assert statement at the beginning of a block of text.
13011         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13012         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13013         tokens as begins.
13015 2009-11-05  Glenn Morris  <rgm@gnu.org>
13017         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13018         Emacs 19.  (Bug#1531)
13019         (byte-compile-fix-header): Update for the above change.
13020         Drop test for epoch::version.
13022         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
13023         * cus-dep.el (custom-make-dependencies):
13024         * finder.el (finder-compile-keywords):
13025         Use autoload-rubric's feature argument.
13027         * calendar/diary-lib.el (top-level): Make load behave more like require.
13029         * vc-git.el (vc-git-stash-map): Move definition before use.
13031 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
13033         * custom.el (custom-declare-group): Purecopy standard-value.
13034         (custom-declare-group): Purecopy custom-prefix.
13036         * international/mule.el (load-with-code-conversion):
13037         Call do-after-load-evaluation unconditionally.
13039         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13041 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13043         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13045 2009-11-04  Glenn Morris  <rgm@gnu.org>
13047         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13048         (byte-compile-compatibility): Remove option.
13049         (byte-compile-close-variables, byte-compile-fix-header)
13050         (byte-compile-insert-header, byte-compile-output-docform)
13051         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13052         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13053         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13054         (byte-compile-insert, byte-compile-defun):
13055         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
13056         (byte-defop-compiler19): Remove.
13057         Without byte-compile-compatibility, the 'emacs19-opcode property is not
13058         used by anything.  Replace all calls with byte-defop-compiler.
13060 2009-11-04  Juri Linkov  <juri@jurta.org>
13062         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13063         (menu-bar-options-menu): Don't quote the `prop' arg of
13064         `menu-bar-make-mm-toggle'.
13066 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
13068         * calendar/calendar.el (cal-loaddefs):
13069         * calendar/diary-lib.el (diary-loaddefs):
13070         * calendar/holidays.el (hol-loaddefs):
13071         * eshell/esh-module.el (esh-groups): Load rather than require.
13073 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13075         * calendar/todo-mode.el (todo-add-category): Don't hardcode
13076         point-min==1.
13077         (todo-top-priorities): Only display-buffer when called interactively.
13078         (todo-item-start): Don't save excursion point.
13079         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
13080         (todo-insert-item-here, todo-file-item, todo-remove-item):
13081         Adjust uses of todo-item-start and todo-item-end.
13083         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13084         (autoload-rubric): Don't use any more.
13086         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13087         and only put a prop if it is non-nil.
13089 2009-11-03  Juri Linkov  <juri@jurta.org>
13091         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13092         (menu-bar-options-menu): Fix list quoting (Bug#4429).
13094         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13095         and "Menu" to make top-level menu item visually one unit (like
13096         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13097         multi-word menu items).  Fix :help string for quit-window.
13099 2009-11-03  Glenn Morris  <rgm@gnu.org>
13101         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13102         (byte-compile-file-form-define-abbrev-table)
13103         (byte-compile-file-form-custom-declare-variable)
13104         (byte-compile-variable-ref, byte-compile-defvar):
13105         Whether or not a warning is enabled should only affect whether we issue
13106         the warning, not whether or not we collect the relevant data.
13107         Eg warnings can be turned on and off throughout the course of a file.
13109         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13110         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13112 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13114         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13115         * play/mpuz.el (mpuz-create-buffer):
13116         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13117         (lm-print-y,s,noise, lm-print-w0, lm-init):
13118         * play/gomoku.el (gomoku-prompt-for-move):
13119         * play/fortune.el (fortune-in-buffer):
13120         * play/dissociate.el (dissociated-press):
13121         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
13122         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
13123         * mail/supercite.el (sc-eref-show):
13124         * mail/smtpmail.el (smtpmail-send-it):
13125         * mail/rmailsum.el (rmail-summary-next-labeled-message)
13126         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13127         (rmail-summary-undelete-many, rmail-summary-rmail-update)
13128         (rmail-summary-goto-msg, rmail-summary-expunge)
13129         (rmail-summary-get-new-mail, rmail-summary-search-backward)
13130         (rmail-summary-add-label, rmail-summary-output-menu)
13131         (rmail-summary-output-body):
13132         * mail/rfc822.el (rfc822-addresses):
13133         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13134         * mail/mailpost.el (post-mail-send-it):
13135         * mail/hashcash.el (hashcash-generate-payment):
13136         * mail/feedmail.el (feedmail-run-the-queue)
13137         (feedmail-queue-send-edit-prompt-help-first)
13138         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13139         (feedmail-deduce-address-list):
13140         * eshell/esh-ext.el (eshell-remote-command):
13141         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13142         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13143         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13144         (viper-save-string-in-file, viper-valid-marker):
13145         * emulation/viper-keym.el (viper-toggle-key):
13146         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13147         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13148         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13149         * emulation/viper-cmd.el (viper-exec-form-in-vi)
13150         (viper-exec-form-in-emacs, viper-brac-function):
13151         * emulation/viper.el (viper-delocalize-var):
13152         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13153         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13154         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13155         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13156         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13157         * emulation/edt.el (edt-electric-helpify):
13158         * emulation/cua-rect.el (cua--rectangle-aux-replace):
13159         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13160         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13161         (cua-indent-to-global-mark-column):
13162         * calendar/diary-lib.el (calendar-mark-1):
13163         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13164         Use with-current-buffer.
13165         * emulation/viper.el (viper-delocalize-var): Use dolist.
13167 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
13169         * comint.el (comint-replace-by-expanded-history-before-point):
13170         Replace !! with the previous input string literally (Bug#1795).
13172 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
13174         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13175         to be made up of whitespace.
13177 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
13179         * minibuffer.el (read-file-name): Don't use file dialogs for
13180         remote directories (Bug#99).
13182 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
13184         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
13186 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
13188         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
13189         instead of deleting the window or frame.
13191 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
13193         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13194         Support face colors.
13196         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
13197         New function.  Support face colors (Bug#1168).
13198         (tex-common-initialization): Use it.
13200         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
13201         mode allows it (Bug#1168).
13203 2009-10-31  Juri Linkov  <juri@jurta.org>
13205         * facemenu.el (list-colors-display): Don't mark buffer as
13206         modified (Bug#3948).
13208 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
13210         * international/mule-diag.el (list-character-sets-1): Minor
13211         message fix (Bug#3526).
13213         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
13214         face property (Bug#4834).
13215         (etags-list-tags, etags-tags-apropos-additional)
13216         (etags-tags-apropos, tags-select-tags-table): Add follow-link
13217         property.
13219         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
13220         items.
13222 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13224         * textmodes/two-column.el (2C-split):
13225         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
13226         * textmodes/tex-mode.el (tex-set-buffer-directory):
13227         * textmodes/spell.el (spell-region, spell-string):
13228         * textmodes/reftex.el (reftex-erase-buffer):
13229         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
13230         * textmodes/reftex-toc.el (reftex-toc-promote-action):
13231         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
13232         (reftex-select-item):
13233         * textmodes/reftex-ref.el (reftex-label-info-update)
13234         (reftex-offer-label-menu):
13235         * textmodes/reftex-index.el (reftex-index-change-entry)
13236         (reftex-index-phrases-info):
13237         * textmodes/reftex-global.el (reftex-create-tags-file)
13238         (reftex-save-all-document-buffers, reftex-ensure-write-access):
13239         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
13240         (reftex-view-crossref-from-bibtex):
13241         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
13242         (reftex-extract-bib-entries-from-thebibliography)
13243         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
13244         * textmodes/refbib.el (r2b-capitalize-title):
13245         (r2b-convert-buffer, r2b-help):
13246         * textmodes/page-ext.el (pages-directory)
13247         (pages-directory-goto-with-mouse):
13248         * textmodes/bibtex.el (bibtex-validate-globally):
13249         * textmodes/bib-mode.el (bib-capitalize-title):
13250         * textmodes/artist.el (artist-clear-buffer, artist-system):
13251         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
13252         (local-set-scheme-interaction-buffer, xscheme-process-filter)
13253         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
13254         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
13255         (xscheme-send-control-g-interrupt, xscheme-start-process)
13256         (xscheme-process-sentinel, xscheme-cd):
13257         * progmodes/verilog-mode.el (verilog-read-always-signals)
13258         (verilog-set-define, verilog-getopt-file)
13259         (verilog-module-inside-filename-p):
13260         * progmodes/sh-script.el:
13261         * progmodes/python.el (python-pdbtrack-get-source-buffer)
13262         (python-pdbtrack-grub-for-buffer, python-execute-file):
13263         * progmodes/octave-inf.el (inferior-octave):
13264         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13265         (idlwave-shell-compile-helper-routines, idlwave-set-local)
13266         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
13267         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
13268         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
13269         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
13270         (idlwave-shell-filter, idlwave-shell-examine-highlight)
13271         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
13272         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
13273         (idlwave-shell-examine-display, idlwave-shell-run-region)
13274         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
13275         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
13276         * progmodes/idlw-help.el (idlwave-help-get-special-help)
13277         (idlwave-help-get-help-buffer):
13278         * progmodes/gud.el (gud-basic-call, gud-find-class)
13279         (gud-tooltip-activate-mouse-motions-if-enabled):
13280         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13281         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
13282         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
13283         (ebrowse-tags-next-file):
13284         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
13285         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
13286         (ebnf-eps-finish-and-write):
13287         * progmodes/cpp.el (cpp-edit-save):
13288         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
13289         * progmodes/cc-defs.el (c-emacs-features):
13290         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13291         (antlr-directory-dependencies):
13292         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13293         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13294         (ada-find-any-references, ada-make-filename-from-adaname)
13295         (ada-make-body-gnatstub):
13296         * obsolete/rnews.el (news-list-news-groups):
13297         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
13298         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13299         * net/rcirc.el (rcirc-debug):
13300         * net/newst-treeview.el (newsticker--treeview-list-add-item)
13301         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13302         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13303         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
13304         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
13305         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13306         (newsticker--treeview-list-clear-highlight)
13307         (newsticker--treeview-list-update-highlight)
13308         (newsticker--treeview-list-highlight-start)
13309         (newsticker--treeview-tree-update-highlight)
13310         (newsticker--treeview-get-selected-item)
13311         (newsticker-treeview-mark-list-items-old)
13312         (newsticker--treeview-set-current-node):
13313         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13314         * net/newst-backend.el (newsticker--get-news-by-funcall)
13315         (newsticker--get-news-by-wget, newsticker--image-get)
13316         (newsticker--image-sentinel):
13317         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13318         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13319         (eudc-ph-close-session):
13320         * net/eudc.el (eudc-save-options):
13321         * language/thai-word.el (thai-update-word-table):
13322         * language/japan-util.el (japanese-string-conversion):
13323         * international/titdic-cnv.el (tsang-quick-converter)
13324         (ziranma-converter, ctlau-converter):
13325         * international/mule-cmds.el (describe-language-environment):
13326         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13327         (skkdic-convert-postfix, skkdic-convert-prefix):
13328         (skkdic-convert-okuri-nasi, skkdic-convert):
13329         * emacs-lisp/re-builder.el (reb-update-overlays):
13330         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13331         * emacs-lisp/gulp.el (gulp-send-requests):
13332         * emacs-lisp/find-gc.el (trace-call-tree):
13333         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13334         (eieio-describe-generic):
13335         * emacs-lisp/eieio-base.el (eieio-persistent-read):
13336         * emacs-lisp/edebug.el (edebug-outside-excursion):
13337         * emacs-lisp/debug.el (debugger-make-xrefs):
13338         * emacs-lisp/cust-print.el (custom-prin1-to-string):
13339         * emacs-lisp/chart.el (chart-new-buffer):
13340         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13341         Use with-current-buffer.
13342         * textmodes/artist.el (artist-system): Don't call
13343         copy-sequence on a fresh string.
13344         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13346 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
13348         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
13349         is no item to edit.  (Bug#4820)
13350         (todo-top-priorities): Restore point and restore narrowing in Todo
13351         buffer.  (Bug#4820)
13353 2009-10-31  Glenn Morris  <rgm@gnu.org>
13355         * net/ange-ftp.el (top-level): Don't require dired when compiling.
13356         (comint-last-output-start, comint-last-input-start)
13357         (comint-last-input-end): Don't defvar when compiling.
13358         (ange-ftp-process-file): Use bound-and-true-p.
13360         * pcmpl-rpm.el (top-level): Move provide statement to end.
13361         (pcmpl-rpm): Remove unused custom group.
13363         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
13365         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
13367         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13368         (byte-compile-warnings): Add `constants' as an option.
13369         (byte-compile-callargs-warn, byte-compile-arglist-warn)
13370         (display-call-tree): Update for byte-compile-fdefinition possibly
13371         returning `(macro lambda ...)'.  (Bug#4778)
13372         (byte-compile-variable-ref, byte-compile-setq-default):
13373         Respect `constants' member of byte-compile-warnings.
13375 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13377         * vc-bzr.el (vc-bzr-revision-keywords): New var.
13378         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
13379         to "submit:".
13381 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
13383         * textmodes/ispell.el (ispell-skip-region-alist):
13384         * international/mule-conf.el (eight-bit):
13385         * international/fontset.el (font-encoding-alist):
13386         * startup.el (pure-space-overflow-message):
13387         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
13388         * paths.el (gnus-nntp-service, rmail-spool-directory)
13389         (term-file-prefix):
13390         * files.el (save-some-buffers-action-alist):
13391         * cmuscheme.el (same-window-buffer-names):
13392         * ielm.el (same-window-buffer-names):
13393         * shell.el (same-window-buffer-names):
13394         * mail/sendmail.el (same-window-buffer-names):
13395         * progmodes/inf-lisp.el (same-window-buffer-names):
13396         * bindings.el (mode-line-client)
13397         (mode-line-column-line-number-mode-map):
13398         * language/tibetan.el (tibetan-precomposition-rule-regexp)
13399         (tibetan-precomposed-regexp): Purecopy string arguments.
13401 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13403         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
13404         (calcDigit-nondigit):
13405         * calc/calc-yank.el (calc-copy-to-buffer):
13406         * calc/calc-units.el (calc-invalidate-units-table):
13407         * calc/calc-trail.el (calc-trail-yank):
13408         * calc/calc-store.el (calc-insert-variables):
13409         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13410         * calc/calc-prog.el (calc-read-parse-table):
13411         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
13412         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
13413         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
13414         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
13415         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
13416         (calc-graph-name, calc-graph-find-command, calc-graph-view)
13417         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
13418         * calc/calc-ext.el (calc-realign):
13419         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
13420         (calc-embedded-finish-edit, calc-embedded-make-info)
13421         (calc-embedded-finish-command, calc-embedded-stack-change):
13422         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
13424         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
13425         shell-dynamic-complete-filename in preference to
13426         comint-dynamic-complete-filename.
13428         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13429         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13430         Don't consider whether the display supports colors.
13431         (bookmark-import-new-list): Use dolist.
13432         (bookmark-bmenu-mode-map): Move initialization into declaration.
13433         (bookmark-bmenu-list): Use dolist, simplify.
13434         (bookmark-show-all-annotations): Use save-selected-window and dolist.
13435         (menu-bar-final-items): Use push.
13437 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
13439         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
13440         it works on remote files.
13441         (vc-hg-diff): Don't pass any `--cwd' argument.
13443 2009-10-27  Kevin Ryde  <user42@zip.com.au>
13445         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13446         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
13447         (Further to Bug#3921).
13449 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
13451         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
13452         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
13453         calling `tramp-imap-put-file'.  Add file size to the call.
13454         (tramp-imap-get-file-entries): Compute also user name, file size,
13455         and date.
13456         (tramp-imap-handle-insert-directory): Insert uid and gid.
13457         (tramp-imap-handle-file-attributes): Transform uid and gid
13458         according to `id-format'.
13459         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
13460         size in header X-Size.
13462 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
13464         * simple.el (transpose-subr): Give clearer error when the mark
13465         is not set.  (Bug#4807)
13467 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
13469         * net/tramp.el (tramp-perl-file-truename): New defconst.
13470         Perl code contributed by yary <not.com@gmail.com> (tiny change).
13471         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
13472         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
13473         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
13475         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
13476         Ignore `dired-call-process'.
13477         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
13479 2009-10-26  Julian Scheid  <julians37@gmail.com>
13481         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
13482         (tramp-get-remote-readlink): New defun.
13483         (tramp-handle-file-truename): Use it.
13484         (tramp-handle-file-exists-p): Check file-attributes cache, assume
13485         file exists if cache value present.
13486         (tramp-check-cached-permissions): New defun.
13487         (tramp-handle-file-readable-p): Use it.
13488         (tramp-handle-file-writable-p): Likewise.
13489         (tramp-handle-file-executable-p): Likewise.
13490         (tramp-handle-file-name-all-completions): Try using Perl to get
13491         partial completions.  When perl not available, combine `cd' and
13492         `ls' into single remote operation and use shell expansion to get
13493         partial remote directory contents.  Set `file-exists-p' cache for
13494         directory and any files returned by ls.  Change cache handling to
13495         support partial directory contents.  Use error message emitted by
13496         remote `cd' or Perl code for local tramp-error.
13497         (tramp-do-copy-or-rename-file-directly): Avoid separate
13498         tramp-send-command-and-check call.
13499         (tramp-handle-process-file): Merge three remote ops into one.
13500         Do not flush all caches when `process-file-side-effects' is set.
13501         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13502         file-attributes shows uid/gid to be set already.
13504 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13506         * textmodes/tex-mode.el (tex-dvi-view-command)
13507         (tex-show-queue-command, tex-open-quote):
13508         * progmodes/ruby-mode.el (auto-mode-alist)
13509         (interpreter-mode-alist): Purecopy strings.
13511         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13513         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13514         string for the hook, keymap and abbrev table.
13516         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13518         * x-dnd.el (x-dnd-xdnd-to-action):
13519         * startup.el (fancy-startup-text, fancy-about-text): Change to
13520         defconst from defvar.
13522         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13524         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13525         Purecopy initialization strings.
13527         * mail/sendmail.el (mail-header-separator)
13528         (mail-personal-alias-file):
13529         * mail/rmail.el (rmail-default-dont-reply-to-names)
13530         (rmail-ignored-headers, rmail-retry-ignored-headers)
13531         (rmail-highlighted-headers, rmail-secondary-file-directory)
13532         (rmail-secondary-file-regexp):
13533         * files.el (null-device, file-name-invalid-regexp)
13534         (locate-dominating-stop-dir-regexp)
13535         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
13536         (interpreter-mode-alist): Use mapcar instead of mapc.
13538         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13540         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13541         (completion-ignored-extensions):
13542         (debug-ignored-errors): Purecopy strings.
13544 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13546         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13547         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13548         (pcomplete--here): Use push.
13550         * subr.el (all-completions): Declare the 4th arg obsolete.
13552 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13554         * pcomplete.el (pcomplete-unquote-argument-function): New var.
13555         (pcomplete-unquote-argument): New function.
13556         (pcomplete--common-suffix): Always pay attention to case.
13557         (pcomplete--table-subvert): Quote and unquote the text.
13558         (pcomplete--common-quoted-suffix): New function.
13559         (pcomplete-std-complete): Use it and pcomplete-begin.
13561         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13562         we're inside a dedicated or minibuffer window.
13564 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
13566         * bookmark.el: Update documentation, especially documentation
13567         of `bookmark-alist' and of the bookmark file format.
13568         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
13570 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
13572         * mail/emacsbug.el (report-emacs-bug): Clarify that the
13573         keybindings apply to the mail buffer (Bug#4003).  Shrink help
13574         window to buffer.
13576         * whitespace.el (whitespace-mode, whitespace-newline-mode)
13577         (global-whitespace-mode, global-whitespace-newline-mode)
13578         (whitespace-toggle-options, global-whitespace-toggle-options):
13579         Doc fix (Bug#3660).
13581         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13582         of xmltok-start before the end tag was inserted (Bug#2840).
13584         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13585         patterns that are preceded by an open-paren (Bug#1320).
13587 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
13589         * files.el (delete-directory): Delete symlinks to directories with
13590         delete-file (Bug#4739).
13592 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
13594         * vc.el (vc-backend-for-registration): Rename from
13595         vc-get-backend-for-registration.  Update callers.
13597         * international/mule-cmds.el (set-language-info-alist):
13598         Purecopy lang-env.
13599         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13600         (charset): Purecopy the name.
13601         (define-char-code-property): Purecopy string arguments.
13603         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13604         Purecopy string arguments.
13606         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13607         * ediff-hook.el (menu-bar-ediff-menu):
13608         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
13609         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
13611 2009-10-24  Glenn Morris  <rgm@gnu.org>
13613         * comint.el (comint-dynamic-list-completions):
13614         * term.el (term-dynamic-list-completions): Use choose-completion rather
13615         than obsolete alias mouse-choose-completion.
13617         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
13618         file-cache-choose-completion.
13619         (file-cache-choose-completion): Handle an optional event argument.
13620         (file-cache-mouse-choose-completion): Make it an obsolete alias.
13622         * progmodes/octave-mod.el (octave-complete-symbol):
13623         Use choose-completion if mouse-choose-completion is ever removed.
13625         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
13626         use.
13628         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
13629         compiler.
13631         * vc-hooks.el (vc-responsible-backend): Fix declaration.
13633 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
13636         Ignore `pred' now that we receive one.
13637         Handle test-completion specially.
13639 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13641         * vc.el (vc-responsible-backend): Throw an error if not backend is
13642         found.  Remove the REGISTER argument.  Move the code dealing with
13643         REGISTER ...
13644         (vc-get-backend-for-registration): ... here.  New function.
13645         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
13646         of vc-responsible-backend, pass the file name instead of the
13647         directory name.
13649 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13651         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
13652         New funs.
13653         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
13654         (pcomplete-comint-setup): Don't modify a global var via
13655         accidental side-effects.
13656         (pcomplete-shell-setup): Adjust call accordingly.
13657         (pcomplete-parse-comint-arguments): Use push.
13659 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
13661         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13662         Allow uncapitalized info node names (Bug#3921).
13664         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
13665         to the DEBUG file (Bug#3781).
13667 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
13669         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
13670         dictionary entry (Bug#4579).
13672 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
13674         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
13675         from `rfn-eshadow-update-overlay-hook' when unloading.
13676         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
13677         "rsyncc".  Adjust doc string.
13678         (tramp-temp-buffer-file-name): New buffer-local defvar.
13679         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13680         Keep temporary file when indicated by method ("rsync" and
13681         "rsyncc").
13682         (tramp-handle-write-region): Handle APPEND.
13683         (tramp-delete-temp-file-function): New defun.  Added to
13684         `kill-buffer-hook'.
13686 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
13688         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
13690 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13692         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
13693         (color-name-rgb-alist, tty-standard-colors)
13694         (tty-color-mode-alist): Change to defconst.
13696         * simple.el (mark-inactive): Purecopy message.
13698         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
13699         (global-map, yank-menu):
13700         * textmodes/ispell.el (ispell-menu-map):
13701         * net/eudc.el (eudc-tools-menu):
13702         * international/mule-cmds.el (describe-language-environment-map)
13703         (setup-language-environment-map, set-coding-system-map)
13704         (mule-menu-keymap):
13705         * vc-hooks.el (vc-menu-entry, vc-menu-map):
13706         * replace.el (occur-mode-map):
13707         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
13709 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
13711         * calc/calc.el (math-read-number, math-read-number-simple): Use
13712         `save-match-data'.
13714 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13716         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
13717         rather than fiddling with global-map bindings, since it should only
13718         affect per-terminal settings.
13719         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
13721         * minibuffer.el (completion-table-with-terminator): Allow to specify
13722         the terminator-regexp.
13724         * simple.el (switch-to-completions): Look for *Completions* in other
13725         frames as well.
13727         * pcomplete.el: Allow the use of completion-tables.
13728         (pcomplete-std-complete): New command.
13729         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
13730         (pcomplete--here): Use a function for `form' rather than an expression,
13731         so it can be byte-compiled.
13732         (pcomplete-here, pcomplete-here*): Adjust accordingly.
13733         Add edebug declaration.
13734         (pcomplete-show-completions): Remove unused var `curbuf'.
13735         (pcomplete-do-complete, pcomplete-stub):
13736         Don't assume `completions' is a list of strings any more.
13738 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
13740         * find-dired.el (find-name-arg): Fix typo in docstring.
13742 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13744         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
13745         (pcmpl-linux-fs-types): Same, and update to new modules layout.
13747         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
13748         pcomplete-entries.
13750         * comint.el (comint-read-input-ring, comint-write-input-ring)
13751         (comint-substitute-in-file-name)
13752         (comint-dynamic-complete-as-filename)
13753         (comint-dynamic-simple-complete)
13754         (comint-dynamic-list-filename-completions)
13755         (comint-dynamic-list-completions)
13756         (comint-redirect-results-list-from-process): Minor simplifications.
13758 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13760         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
13761         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
13762         the first form.  And insert a blank line after ";;; Code" since
13763         that's usual style.  (Bug#4612)
13765         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
13767 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13769         * minibuffer.el (completion-table-with-terminator): Properly implement
13770         boundaries, in case `terminator' appears in the suffix.
13771         (completion--embedded-envvar-table): Don't return boundaries if
13772         there's no valid completion.  Simplify.
13773         (completion-file-name-table): New completion table extracted from
13774         completion--file-name-table.
13775         (completion--file-name-table): Use it.
13776         (read-file-name-predicate): Declare obsolete.
13777         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
13778         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
13779         completion-file-name-table, and use the `pred' argument.
13780         * files.el (locate-file-completion-table): Use the `pred' arg rather
13781         than read-file-name-predicate.
13782         (abbreviate-file-name): Use \` rather than ^ for BOS.
13784 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13786         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
13787         vc-responsible-backend to register, it causes problems.
13789 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13791         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
13793 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
13795         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
13796         (tramp-smb-handle-file-attributes): Use it.
13797         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
13798         (tramp-smb-handle-insert-directory): Use `mapc' rather than
13799         `mapcar'.  Use `tramp-smb-get-stat-capability'.
13800         Add `dired-filename' text properties.
13801         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
13802         (tramp-smb-maybe-open-connection): Simplify check for smbclient
13803         version.
13805 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13807         * subr.el (read-key-delay): Reduce to 0.01.
13808         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
13809         (bug#4751).
13811 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13813         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
13815         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
13816         (Info-menu): Remove unused vars `last' and `completions'.
13817         (Info-index-nodes): Remove unused var `node'.
13819         * info.el (Info-complete-menu-item): Use complete-with-action.
13821 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
13823         Make vc-annotate work through copies and renames.
13824         * vc-annotate.el (vc-annotate-extract-revision-at-line):
13825         Return the file name too.
13826         (vc-annotate-revision-at-line)
13827         (vc-annotate-find-revision-at-line)
13828         (vc-annotate-revision-previous-to-line)
13829         (vc-annotate-show-log-revision-at-line): Update to get the file
13830         name from vc-annotate-extract-revision-at-line.
13831         (vc-annotate-show-diff-revision-at-line-internal): Change the
13832         argument to mean whether to show a file diff or not.  Get the file
13833         name from vc-annotate-extract-revision-at-line.
13834         (vc-annotate-show-diff-revision-at-line):
13835         Update vc-annotate-show-diff-revision-at-line call.
13836         (vc-annotate-warp-revision): Add an optional file argument.
13838         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
13839         (vc-git-annotate-extract-revision-at-line): Also return the file
13840         name if found.
13842         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
13843         command.  Remove unused code.
13844         (vc-hg-annotate-re): Update to match --follow output.
13845         (vc-hg-annotate-extract-revision-at-line): Also return the file
13846         name if found.
13848         * vc.el: Update annotate-extract-revision-at-line documentation.
13850 2009-10-18  Kevin Ryde  <user42@zip.com.au>
13852         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
13853         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
13855         * net/browse-url.el (browse-url): Identify alist with "consp and
13856         not functionp" and let all other things go down the `apply' leg,
13857         as suggested by Stefan.  (Further to bug#4531.)
13859 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
13861         * minibuffer.el (read-file-name): Check for repeat before putting
13862         a default argument in file-name-history (Bug#4657).
13864         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
13865         read syntax (Bug#4737).
13867         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
13869 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13871         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
13872         (html-tag-alist, html-tag-help): Add descriptions for undocumented
13873         entries and make note of obsolete tags.
13875 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13877         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
13879 2009-10-18  Glenn Morris  <rgm@gnu.org>
13881         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
13882         grep, so that binary files (eg international/uni-bidi.el) can match.
13883         Remove test for "UnicodeData" files, since it is hopefully unnecessary
13884         now, and in any case the file header format has changed.
13886 2009-10-17  Glenn Morris  <rgm@gnu.org>
13888         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
13889         (flyspell-get-word, flyspell-large-region)
13890         (flyspell-auto-correct-previous-word): Doc/error message fixes.
13892 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
13894         * Makefile.in (ELCFILES): Add ede/shell.
13896 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
13898         * term/common-win.el (x-colors): Purecopy it.
13900 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13902         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
13903         permissive for when the buffer is empty.
13904         (tar-header-block-tokenize): Decode the username and groupname.
13905         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
13907 2009-10-17  Eric Ludlam  <zappo@gnu.org>
13909         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
13910         contains multibyte characters, choose first applicable coding
13911         system automatically.
13913 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13915         * international/mule-cmds.el (select-safe-coding-system): If the file
13916         has a coding cookie, use it regardless of any other setting (bug#4712).
13918 2009-10-17  Glenn Morris  <rgm@gnu.org>
13920         * foldout.el (foldout-mouse-swallow-events):
13921         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
13923         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
13924         (dired-keep-marker-copy, dired-keep-marker-hardlink)
13925         (dired-keep-marker-symlink, dired-dwim-target)
13926         (dired-copy-preserve-time): Do not autoload these defcustoms.
13928         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
13929         messages from messing up the file coding.  (Bug#4623)
13931 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
13933         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
13934         if no match is found for the current dictionary.  (Bug#4578)
13936         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
13937         optional, since that is how it is documented, and this is often called
13938         with a nil argument.  (Bug#4577)
13939         (flyspell-external-point-words, flyspell-auto-correct-word)
13940         (flyspell-correct-word-before-point, flyspell-word-search-forward)
13941         (flyspell-word-search-backward): Remove nil argument in calls to
13942         flyspell-get-word, since it is not needed now.
13944 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
13946         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
13948 2009-10-16  Glenn Morris  <rgm@gnu.org>
13950         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
13952 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
13954         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
13955         (ange-ftp-file-size): New function.
13956         (ange-ftp-file-attributes): Use it.
13958 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
13960         * net/tramp-smb.el (tramp-smb-version): New defvar.
13961         (tramp-smb-maybe-open-connection): Use it, in order to avoid
13962         repeated checks.
13964 2009-10-16  Glenn Morris  <rgm@gnu.org>
13966         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13967         Maybe copy some custom properties from old to new name.  (Bug#4706)
13969 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
13971         * subr.el (error, sit-for, start-process-shell-command)
13972         (start-file-process-shell-command): Set the calling convention
13973         after the function definition.
13975 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13977         * subr.el (error, sit-for, start-process-shell-command)
13978         (start-file-process-shell-command): Use the new
13979         set-advertised-calling-convention feature.
13981 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
13983         * international/ucs-normalize.el (ucs-normalize-version):
13984         Change to 1.2.
13985         (check-range): Adjust for Unicode 5.2.
13987 2009-10-15  Juri Linkov  <juri@jurta.org>
13989         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
13990         to the `menu-item' format.
13992 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
13994         * net/tramp.el (tramp-replace-environment-variables): Do not fail
13995         if the environment variable does not exist.
13997         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13998         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
13999         parameter.
14000         (tramp-smb-handle-add-name-to-file)
14001         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14002         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14003         (tramp-smb-handle-file-attributes)
14004         (tramp-smb-do-file-attributes-with-stat)
14005         (tramp-smb-handle-file-local-copy)
14006         (tramp-smb-handle-insert-directory)
14007         (tramp-smb-handle-make-directory)
14008         (tramp-smb-handle-make-directory-internal)
14009         (tramp-smb-handle-make-symbolic-link)
14010         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14011         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14012         (tramp-smb-maybe-open-connection): Apply the changed parameters.
14013         (tramp-smb-read-file-entry): Read Disk names in compressed format.
14014         Handle long file names.
14015         (tramp-smb-get-cifs-capabilities): Check, whether the connection
14016         process is running.
14017         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14018         Read share names with "-g" option.
14020 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
14022         * net/rcirc.el (rcirc-view-log-file): New command.
14023         (rcirc-track-minor-mode-map): Remove C-c ` binding.
14024         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14025         specified.
14027 2009-10-15  Glenn Morris  <rgm@gnu.org>
14029         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14030         from the second command-line argument.
14031         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14032         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14033         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14034         w32-batch-update-autoloads.
14035         * emacs-lisp/autoload.el (autoload-make-program): New variable.
14036         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14038         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14039         the headers cannot be located.  Simplify, subtracting superflous
14040         save-excursions.
14042 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14044         Replace completion-base-size by completion-base-position to fix bugs
14045         such as (bug#4699).
14046         * simple.el (completion-base-position): New var.
14047         (completion-base-size): Mark as obsolete.
14048         (choose-completion): Make it work for mouse events as well.
14049         Pass the new base-position to choose-completion-string.
14050         (choose-completion-guess-base-position): New function, extracted from
14051         choose-completion-delete-max-match.
14052         (choose-completion-delete-max-match): Use it.  Make obsolete.
14053         (choose-completion-string): Use the new base-position info.
14054         (completion-root-regexp): Delete.
14055         (completion-setup-function): Preserve completion-base-position.
14056         Eliminate obsolete base-size manipulation.
14057         * minibuffer.el (display-completion-list): Don't mess with base-size.
14058         (minibuffer-completion-help): Set completion-base-position instead.
14059         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14060         choose-completion.
14061         * textmodes/bibtex.el (bibtex-complete):
14062         * emacs-lisp/crm.el (crm--choose-completion-string):
14063         Adjust to new calling convention.
14064         * complete.el (partial-completion-mode): Use minibufferp to avoid
14065         bumping into incompatible change to choose-completion-string-functions.
14066         * ido.el (ido-choose-completion-string): Make its calling convention
14067         more permissive.
14068         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14069         base-size manipulation.
14070         (comint-dynamic-list-input-ring): Use dotimes and push.
14071         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14072         fundamental-mode.  Use `or'.
14074 2009-10-14  Juri Linkov  <juri@jurta.org>
14076         * misearch.el (multi-isearch-next-buffer-from-list)
14077         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
14079 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14081         * Makefile.in (compile-onefile): Load `bytecomp' rather than
14082         `bytecomp.el'.
14084         * minibuffer.el (completion-pcm--merge-completions): Make sure the
14085         string we return is all made up of text from the completions rather
14086         than part from the completions and part from the input (bug#4219).
14088         * ido.el (ido-everywhere): Use define-minor-mode.
14090         * buff-menu.el (list-buffers, ctl-x-map):
14091         Mark the entry points with ;;;###autoload cookies.
14093 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14095         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14096         correctly in the detached head case.
14097         (vc-git-print-log): Remove unused binding.
14099         * vc.el (vc-responsible-backend): When a directory is passed for
14100         for registration create a VC repository if no backend is
14101         responsible for the directory argument.
14102         (vc-deduce-fileset): Tell vc-responsible-backend to register.
14104         * vc.el: Move comments about RCS and SCCS ...
14105         * vc-rcs.el:
14106         * vc-sccs.el: ... here, respectively.
14108 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14110         * minibuffer.el (completion--file-name-table): Return nil if there's
14111         no file completion, even if substitute-in-file-name changed
14112         the string (bug#4708).
14114 2009-10-13  Juri Linkov  <juri@jurta.org>
14116         * files-x.el (read-file-local-variable-value): Don't filter out
14117         minor modes from mode name completion (bug#4664).
14119 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
14121         * international/mule-cmds.el (ucs-names): Remove exclusion of
14122         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14124 2009-10-13  Kenichi Handa  <handa@m17n.org>
14126         * international/uni-name.el: Regenerated.
14128 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
14130         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
14131         should be automatically buffer-local, but isn't.)
14133 2009-10-12  Sam Steingold  <sds@gnu.org>
14135         * progmodes/compile.el (compilation-next-error-function): Fix the
14136         timestamps if the buffer has been visited before.
14137         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14138         non-anchored patterns, like the perl one (bug#3928).
14140 2009-10-12  Glenn Morris  <rgm@gnu.org>
14142         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14143         Let-bind `size'.
14145 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
14147         * proced.el (proced-unload-function): New function.
14149         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14150         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14151         Doc fix.
14153         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14155 2009-10-11  Juri Linkov  <juri@jurta.org>
14157         * files-x.el (read-file-local-variable-value):
14158         Provide default value only for bound variables (bug#4664).
14160 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
14162         * net/tramp.el (tramp-local-host-p): Function shall return nil for
14163         connection methods like smb.
14165         * net/tramp-cache.el (tramp-flush-connection-property): The hash
14166         can be empty.
14168         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14169         (tramp-smb-file-name-handler-alist): Add handlers for
14170         `add-name-to-file', `make-symbolic-link'.
14171         (tramp-smb-handle-add-name-to-file)
14172         (tramp-smb-do-file-attributes-with-stat)
14173         (tramp-smb-handle-make-symbolic-link)
14174         (tramp-smb-get-cifs-capabilities): New defuns.
14175         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14176         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14177         (tramp-smb-handle-file-local-copy)
14178         (tramp-smb-handle-make-directory-internal)
14179         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
14180         The file name syntax depends on cifs capabilities.
14181         (tramp-smb-handle-file-attributes):
14182         Call `tramp-smb-do-file-attributes-with-stat' if possible.
14183         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
14184         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
14186 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
14188         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
14189         (eieio-defclass): Apply deftype handler and setf-method properties
14190         directly.
14191         (eieio-add-new-slot): Avoid union function from cl library.
14192         (eieio--typep): New function.
14193         (eieio-perform-slot-validation): Use it.
14195 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
14197         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
14198         Update documentation to refer to the variables documented in r1.135.
14199         (Bug#4188)
14201 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
14203         * bookmark.el (Info-suffix-list): Remove this unused variable.
14204         (bookmark-current-point): Remove this obsolete variable.
14205         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
14206         Adjust for removal of bookmark-current-point.
14208         (bookmarks-already-loaded, bookmark-current-buffer)
14209         (bookmark-yank-point): Document.  (Bug#4188)
14211 2009-10-10  Glenn Morris  <rgm@gnu.org>
14213         * frame.el (frame-height): Doc fix.
14215         * calendar/calendar.el (calendar-split-width-threshold): New option.
14216         (calendar-basic-setup): Use calendar-split-width-threshold.
14218 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
14220         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
14221         Ideographic Supplement" range (U+1F200..U+1F2FF).
14223 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14225         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
14226         since the list will have been rebuilt anyway.  (Bug#4349)
14228 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14230         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
14231         (bookmark-bmenu-execute-deletions): Don't save here, as
14232         bookmark-delete will now do so if necessary.
14233         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
14234         (Bug#4348)
14236 2009-10-09  Glenn Morris  <rgm@gnu.org>
14238         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
14240 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14242         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
14243         (bookmark-jump-other-window): Just invoke bookmark-jump with new
14244         argument now, so the two function's behaviors will match.  (Bug#3645)
14246 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
14248         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
14249         (tramp-file-name-real-host, tramp-file-name-port):
14250         Apply `save-match-data'.
14252         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
14253         case both directories are remote.
14254         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
14255         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
14257 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
14259         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
14261 2009-10-07  Glenn Morris  <rgm@gnu.org>
14263         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
14264         of concat.
14266 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14268         * files-x.el (read-file-local-variable): Include some
14269         non-user-variables in the completion table (bug#4664).
14271 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
14273         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
14274         message.
14276         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14277         (tramp-smb-file-name-handler-alist): Add handler for
14278         `copy-directory', `expand-file-name', `set-file-modes'.
14279         (tramp-smb-handle-copy-directory)
14280         (tramp-smb-handle-expand-file-name)
14281         (tramp-smb-handle-set-file-modes): New defuns.
14282         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
14283         (tramp-smb-handle-file-attributes): Simplify check for retrieving
14284         entry.
14285         (tramp-smb-handle-insert-directory): Don't flush the cache.
14286         (tramp-smb-maybe-open-connection): Check for samba client and
14287         server versions.
14289 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
14291         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14292         to not error out of search for "^lisp=" fails.
14294 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
14296         * makefile.w32-in (WINS_UPDATES): New macro.
14297         (custom-deps, finder-data, autoloads): Use it.
14299 2009-10-07  Glenn Morris  <rgm@gnu.org>
14301         * Makefile.in (autoloads): Revert previous change.
14302         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14303         the list of preloaded files passed on the command-line, get
14304         it from src/Makefile.
14306         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14307         show the original buffer rather than a random one.
14309 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
14311         * help.el (describe-no-warranty): Place point in a slightly better
14312         position in the GPLv3 text.
14314 2009-10-06  Sam Steingold  <sds@gnu.org>
14316         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14317         the comm attribute is present before calling regexp-quote.
14319 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
14321         * play/animate.el (animate-string): For good effect, make sure
14322         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14324         * play/animate.el (animate-sequence, animate-birthday-present):
14325         * misc.el (butterfly): Don't set `indent-tabs-mode'.
14327 2009-10-06  Glenn Morris  <rgm@gnu.org>
14329         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14331         * emacs-lisp/autoload.el (autoload-excludes): New variable.
14332         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14333         (batch-update-autoloads): Process a string value of autoload-excludes,
14334         set during the build process.
14335         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
14337         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14338         inside with-parsed...  macro so that `v' is defined.
14340         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14341         * progmodes/fortran.el (fortran-end-of-block)
14342         (fortran-beginning-of-block):
14343         Also push mark in the macro case.
14345         * emerge.el (emerge-show-file-name):
14346         * calc/calc.el (calc-quit):
14347         * calc/calc-misc.el (calc-big-or-small):
14348         * calc/calc-graph.el (calc-graph-view):
14349         * calc/calc-ext.el (calc-reset):
14350         * calendar/calendar.el (calendar-basic-setup):
14351         Use window-full-height-p.
14353         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14354         header we don't understand, don't insert another.  (Bug#4624)
14355         If changing mime charset, insert the new one in the right place.
14357 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
14359         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14360         (cal-tex-cursor-month): Correctly increment the end date for diary and
14361         holiday listing.  (Bug#4626)
14363 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14365         * help-fns.el (describe-function-1): Don't burp if the function is not
14366         a symbol.
14368 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
14370         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
14371         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
14372         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
14373         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
14375         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
14376         (eieio-default-superclass): Reflow docstrings.
14377         (this, class-option-assoc, defclass, eieio-class-un-autoload)
14378         (eieio-unbind-method-implementations, defmethod)
14379         (eieio-validate-slot-value, eieio-validate-class-slot-value)
14380         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
14381         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
14382         (eieio-slot-originating-class-p, eieio-slot-name-index)
14383         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
14384         (constructor, initialize-instance, no-next-method, object-print)
14385         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
14386         Fix typos in docstrings.
14387         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
14388         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
14389         (next-method-p): Doc fixes.
14390         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
14391         Fix typos in error messages.
14392         (eieio-defmethod): Fix typo in description of generic method.
14394         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
14395         (eieio-persistent-save-interactive, slot-missing):
14396         Fix typos in docstrings.
14397         (eieio-instance-inheritor-slot-boundp): Doc fix.
14399         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
14400         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
14402         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
14403         (eieio-custom-object-apply-reset):
14404         Fix typos in docstrings and error messages.
14406         * emacs-lisp/eieio-datadebug.el (data-debug-show):
14407         Fix typo in docstring.
14409         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
14410         (eieio-browse-tree): Doc fix.
14411         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
14412         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
14413         Fix typos in docstrings.
14415         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
14416         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
14417         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
14418         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
14419         Reflow docstrings.
14421 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
14423         * vc-hg.el (log-view-vc-backend): Declare for compiler.
14424         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
14425         Set log-view-vc-backend so that diff can work.
14427         * log-view.el (log-view-diff): Use vc-diff-internal instead of
14428         vc-version-diff.
14429         (vc-diff-internal): Autoload this instead of vc-version-diff.
14431 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
14433         * simple.el (eval-expression): Doc fix.
14435         * progmodes/cwarn.el (cwarn-mode): Doc fix.
14437 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
14439         * files.el (directory-files-no-dot-files-regexp): New defconst.
14440         (delete-directory): Use it.
14441         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
14443         * net/tramp.el (tramp-verbose): Fix docstring.
14444         (tramp-methods): Add recursive option to `tramp-copy-args'.
14445         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
14446         "scp1_old", "scp2_old", "rsync", "rsyncc".
14447         (tramp-default-method): Check also for `auth-source-user-or-password'.
14448         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14449         Add handler for `copy-directory'.
14450         (tramp-handle-copy-directory): New defun.
14451         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
14452         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
14453         Optimize sent command.
14455 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14457         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
14458         window if necessary.
14460         * calendar/calendar.el (calendar-basic-setup): Don't call
14461         switch-to-buffer in a dedicated window.
14463 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
14465         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
14466         don't do anything related to relocating, just return nil.
14467         (bookmark-error-no-filename): New error.
14468         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
14469         bookmark has no file.  Don't even attempt to handle things that
14470         are not files; the whole point of custom handlers is to keep that
14471         knowledge elsewhere anyway.  Tighten some comments.
14472         (bookmark-file-or-variation-thereof): Remove now-unused function.
14473         (bookmark-location): Doc string fix.
14474         (Bug#4250)
14476 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14478         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
14479         don't use a file dialog, because they usually don't know how to read
14480         a directory target from the user.  (Bug#4230)
14481         Also, make sure the prompt can display directories as well as files.
14483 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14485         * bookmark.el (bookmark-set, bookmark-buffer-name):
14486         Improve doc strings.  (Bug#1193)
14488 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14490         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
14491         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
14492         (bookmark-get-annotation, bookmark-set-annotation)
14493         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14494         (bookmark-set-position, bookmark-get-front-context-string)
14495         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14496         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
14497         (bookmark-jump-other-window, bookmark-handle-bookmark)
14498         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
14499         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
14500         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
14501         Improve doc strings to say whether bookmark can be a string or
14502         a record or both, and make other consistency and clarity fixes.
14503         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14504         (bookmark-default-annotation-text, bookmark-yank-word)
14505         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14506         (bookmark-import-new-list, bookmark-maybe-rename)
14507         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14508         (bookmark-bmenu-bookmark): Give these doc strings.
14509         (bookmark-bmenu-check-position): Give this a doc string, but also
14510         add a FIXME comment about how the function may be pointless.
14511         (bookmark-default-handler): Rework doc string and change a
14512         parameter name, to clarify that this takes a bookmark record
14513         not a bookmark name.
14514         (bookmark-set): Change a parameter name to indicate its meaning,
14515         and improve the doc string a bit.
14516         (Bug#4188)
14518 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14520         * bookmark.el (bookmark-alist): Document the new `handler' element
14521         in the param alist.
14522         (bookmark-make-record-function): Adjust documentation for above.
14523         (Bug#4193)
14525 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14527         * info.el (Info-bookmark-make-record): Document this function.
14528         (Info-bookmark-jump): Document with a doc string, not just a comment.
14529         (Bug#4203)
14531 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
14533         * files.el (copy-directory): New defun.
14535         * dired-aux.el (dired-copy-file-recursive): Use it.
14537 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14539         * files-x.el (modify-dir-local-variable)
14540         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14541         docstrings.
14543         * recentf.el (recentf-unload-function): New function.
14545 2009-10-04  Glenn Morris  <rgm@gnu.org>
14547         * window.el (window-full-height-p): Add doc string.
14549 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
14551         * window.el (window-full-height-p): New function.  (Bug#4543)
14553 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
14555         * vc.el: Remove commented out code.
14556         (vc-derived-from-dir-mode): Remove, unused.
14557         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14559 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
14561         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14562         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
14563         there could be recursive loading when `default-directory' is a
14564         remote file name.  (Bug#4614)
14566 2009-10-03  Glenn Morris  <rgm@gnu.org>
14568         * calendar/calendar.el (calendar-basic-setup): Handle the case where
14569         the frame is wide.
14570         (calendar-generate-window): Test for shrinkability rather than width.
14572         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14573         reusing existing buffers, in case we happen to visit two files with the
14574         same basename.  (Bug#4593)
14576 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14578         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
14579         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14580         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14581         subdirs of cedet as well.
14582         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
14584 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14586         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14587         Obey advertised-signature-table.
14589         * help-fns.el (help-function-arglist): Don't check
14590         advertised-signature-table.
14591         (describe-function-1): Do it here instead so it also applies to subrs.
14593 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
14595         * simple.el (start-file-process): Say in the doc-string, that file
14596         handlers might not support pty association, if PROGRAM is nil.
14598         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14599         HOST and USER are strings.  They are nil, when there are
14600         incomplete entries in ~/.netrc, for example.
14601         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
14602         root directory ("device busy" error otherwise).
14604         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14605         Flush file properties of created directory.
14607 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14609         * makefile.w32-in (WINS_BASIC): Remove cedet.
14610         (WINS_CEDET): Add cedet.
14611         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
14613 2009-10-02  Kevin Ryde  <user42@zip.com.au>
14615         * net/browse-url.el (browse-url): Pass any symbol in
14616         browse-url-browser-function to `apply', since if you've mistakenly put
14617         an unbound symbol then the error is clearer.  (Bug#4531)
14619 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14621         * allout.el (allout-init, allout-back-to-current-heading)
14622         (allout-beginning-of-current-entry, allout-ascend-to-depth)
14623         (allout-ascend, allout-up-current-level, allout-end-of-level)
14624         (allout-previous-visible-heading, allout-forward-current-level)
14625         (allout-backward-current-level, allout-show-children):
14626         * apropos.el (apropos-describe-plist):
14627         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
14628         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
14629         * completion.el (add-completion, add-permanent-completion):
14630         * descr-text.el (describe-text-category, describe-char):
14631         * desktop.el (desktop-lazy-abort):
14632         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
14633         * dired.el (dired-build-subdir-alist):
14634         * ediff.el (ediff-version):
14635         * elide-head.el (elide-head, elide-head-show):
14636         * emerge.el (emerge-version):
14637         * env.el (getenv):
14638         * face-remap.el (variable-pitch-mode):
14639         * faces.el (describe-face):
14640         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
14641         (dired-at-point):
14642         * files.el (find-file-existing, auto-save-mode):
14643         * font-lock.el (font-lock-fontify-buffer):
14644         * help-fns.el (describe-function, describe-variable)
14645         (describe-syntax, describe-categories):
14646         * help.el (view-lossage, describe-bindings, describe-key)
14647         (describe-mode):
14648         * hexl.el (hexl-current-address):
14649         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
14650         * info.el (Info-goto-emacs-key-command-node):
14651         * log-edit.el (log-edit-insert-cvs-template)
14652         (log-edit-insert-cvs-rcstemplate):
14653         * menu-bar.el (menu-bar-mode):
14654         * mouse.el (mouse-appearance-menu):
14655         * newcomment.el (comment-indent-new-line):
14656         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
14657         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
14658         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
14659         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
14660         * recentf.el (recentf-mode):
14661         * savehist.el (savehist-mode, savehist-save):
14662         * shadowfile.el (shadow-copy-files):
14663         * simple.el (kill-ring-save, next-line, previous-line)
14664         (normal-erase-is-backspace-mode):
14665         * strokes.el (strokes-update-window-configuration)
14666         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
14667         (strokes-xpm-for-stroke):
14668         * time.el (emacs-uptime, emacs-init-time):
14669         * tutorial.el (tutorial--describe-nonstandard-key)
14670         (tutorial--detailed-help):
14671         * type-break.el (type-break-mode)
14672         (type-break-mode-line-message-mode, type-break-query-mode)
14673         (type-break-guesstimate-keystroke-threshold):
14674         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
14675         * version.el (emacs-version):
14676         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
14677         * winner.el (winner-mode):
14678         * calendar/timeclock.el (timeclock-in, timeclock-out)
14679         (timeclock-status-string, timeclock-change)
14680         (timeclock-workday-remaining-string)
14681         (timeclock-workday-elapsed-string)
14682         (timeclock-when-to-leave-string):
14683         * calendar/todo-mode.el (todo-add-category):
14684         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
14685         * emacs-lisp/autoload.el (update-file-autoloads):
14686         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
14687         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
14688         (checkdoc-message-text, checkdoc-defun):
14689         * emacs-lisp/debug.el (debugger-list-functions):
14690         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14691         * emacs-lisp/eieio-opt.el (eieio-describe-class)
14692         (eieio-describe-generic):
14693         * emacs-lisp/lisp-mnt.el (lm-synopsis):
14694         * emacs-lisp/shadow.el (list-load-path-shadows):
14695         * emulation/cua-base.el (cua-mode):
14696         * emulation/edt.el (edt-set-scroll-margins):
14697         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
14698         (tpu-toggle-regexp, tpu-toggle-search-direction)
14699         (tpu-toggle-rectangle, tpu-toggle-control-keys):
14700         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14701         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14702         (viper-set-parsing-style-toggling-macro)
14703         (viper-set-emacs-state-searchstyle-macros):
14704         * emulation/viper.el (viper-set-hooks):
14705         * eshell/esh-mode.el (eshell-truncate-buffer):
14706         * international/mule-cmds.el (prefer-coding-system)
14707         (describe-input-method, describe-language-environment):
14708         * international/mule-diag.el (list-character-sets)
14709         (describe-character-set, describe-coding-system)
14710         (describe-fontset, list-fontsets, list-input-methods):
14711         * mail/sendmail.el (mail-signature):
14712         * net/ange-ftp.el (ange-ftp-copy-file):
14713         * net/browse-url.el (browse-url):
14714         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
14715         * net/quickurl.el (quickurl-add-url):
14716         * net/rcirc.el (names, topic):
14717         * net/xesam.el (xesam-mode):
14718         * play/5x5.el (5x5-new-game):
14719         * play/yow.el (apropos-zippy):
14720         * progmodes/ada-mode.el (ada-mode-version):
14721         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
14722         (f90-end-of-block)
14723         (f90-beginning-of-block):
14724         * progmodes/fortran.el (fortran-end-of-block)
14725         (fortran-beginning-of-block):
14726         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
14727         * progmodes/python.el (python-describe-symbol, python-shell):
14728         * term/ns-win.el (ns-print-buffer):
14729         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
14730         * textmodes/flyspell.el (flyspell-mode-on):
14731         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
14732         (pages-directory-for-addresses):
14733         * textmodes/table.el (table-recognize-cell)
14734         (table-query-dimension, table-generate-source)
14735         (table-insert-sequence, table--warn-incompatibility):
14736         * textmodes/tex-mode.el (tex-validate-buffer):
14737         * textmodes/texinfmt.el (texinfmt-version)
14738         (texinfo-format-buffer):
14739         Use `called-interactively-p' instead of `interactive-p'.
14741 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14743         * image-mode.el (image-toggle-display):
14744         * emacs-lisp/elp.el (elp-instrument-function):
14745         * emacs-lisp/advice.el (ad-make-advised-definition):
14746         * emacs-lisp/easy-mmode.el (define-minor-mode):
14747         * net/browse-url.el (browse-url-maybe-new-window):
14748         * progmodes/sh-script.el (sh-learn-buffer-indent):
14749         Pass new argument 'any to `called-interactively-p'.
14751 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
14753         * international/uni-bidi.el:
14754         * international/uni-category.el:
14755         * international/uni-combining.el:
14756         * international/uni-comment.el:
14757         * international/uni-decimal.el:
14758         * international/uni-decomposition.el:
14759         * international/uni-digit.el:
14760         * international/uni-lowercase.el:
14761         * international/uni-mirrored.el:
14762         * international/uni-name.el:
14763         * international/uni-numeric.el:
14764         * international/uni-old-name.el:
14765         * international/uni-titlecase.el:
14766         * international/uni-uppercase.el:
14767         Regenerate from Unicode 5.2.0 data.
14769 2009-10-01  Glenn Morris  <rgm@gnu.org>
14771         * Makefile.in (ELCFILES): Regenerate.
14773 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14775         * subr.el (interactive-p): Mark obsolete.
14776         (called-interactively-p): Make the optional-ness of `kind' obsolete.
14777         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
14778         advertised-signature-table for subroutines as well.
14780         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
14781         (set-advertised-calling-convention): New function.
14782         (make-obsolete, define-obsolete-function-alias)
14783         (make-obsolete-variable, define-obsolete-variable-alias):
14784         Make the optional-ness of `when' obsolete.
14785         (define-obsolete-face-alias): Make `when' non-optional.
14786         * help-fns.el (help-function-arglist):
14787         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
14788         Use advertised-signature-table.
14790 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
14792         * files.el (delete-directory): New defun.  The original function
14793         in fileio.c has been renamed to `delete-directory-internal'.
14795         * dired.el (dired-delete-file): Call `delete-directory' with
14796         RECURSIVE parameter.
14798         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
14799         parameter RECURSIVE.  Implementation is missing.
14801         * net/tramp.el (tramp-handle-make-directory): Flush upper
14802         directory's file properties.
14803         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
14804         (tramp-handle-dired-recursive-delete-directory): Flush directory
14805         properties after the remove command only.
14807         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14808         Handle optional parameter RECURSIVE.
14810         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14811         Handle optional parameter RECURSIVE.
14813         * net/tramp-smb.el (tramp-smb-errors): Add error message for
14814         connection timeout.
14815         (tramp-smb-handle-delete-directory): Handle optional parameter
14816         RECURSIVE.
14818 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14820         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
14821         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
14822         (byte-compile-defmacro): Use backquotes.
14824         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
14826         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
14827         has no associated file.
14828         (vc-resynch-buffer): Use vc-dir-buffers.
14830 2009-10-01  Glenn Morris  <rgm@gnu.org>
14832         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
14833         (chart-file-count):
14834         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
14835         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
14836         * emacs-lisp/eieio-opt.el (eieio-describe-class):
14837         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
14838         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
14839         (eieio-copy-parents-into-subclass, make-instance, class-children)
14840         (eieio-generic-form):
14842         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
14843         match-data.  (Bug#4555).
14845         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
14846         rather than parsing it as a regexp.  This relaxes the layout
14847         requirements and makes errors easier to detect.
14848         (check-declare-verify): Check file is regular.
14849         (check-declare-directory): Doc fix.
14850         * subr.el (declare-function): Doc fix.
14852         * ibuffer.el (ibuffer-format-qualifier):
14853         * isearch.el (hi-lock-regexp-okay):
14854         * calc/calc.el (math-zerop):
14855         * mail/uce.el (rmail-msgbeg, rmail-msgend):
14856         * term/w32-win.el (setup-default-fontset, set-fontset-font):
14857         Remove unused declarations.
14859 2009-09-30  Eric Ludlam  <zappo@gnu.org>
14861         * emacs-lisp/eieio.el (boolean-p): Delete.
14863 2009-09-30  Glenn Morris  <rgm@gnu.org>
14865         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
14867         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
14868         filename is not a string.
14870 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
14872         * files.el (safe-local-eval-forms): Fix typo.
14874 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14876         * vc-hooks.el (vc-dir-buffers): New var.
14877         (vc-state-refresh): New function.
14878         (vc-state): Use it.
14879         (vc-after-save): Always ask the backend to recompute the new state.
14880         Always call vc-dir if necessary, using vc-dir-buffers.
14881         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
14882         Use vc-dir-buffers.
14883         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
14884         (vc-dir-prepare-status-buffer, vc-dir-update)
14885         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
14886         Don't call expand-file-name on default-directory.
14888 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14890         * speedbar.el (speedbar-item-delete):
14891         * calc/calc-prog.el (calc-kbd-if):
14892         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
14894         * epa.el (epa-key-list-mode-map):
14895         * hi-lock.el (hi-lock-menu): Fix typos in menus.
14897         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
14898         (hs-show-hook): Fix typo in docstring.
14900 2009-09-29  Glenn Morris  <rgm@gnu.org>
14902         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
14903         file-name-nondirectory call preventing location of cedet files.
14904         (check-declare-verify): Use literal search rather than re-search.
14905         Add basic defmethod and defclass, and define-overloadable-function.
14907         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14908         Use tramp-compat-file-attributes rather than nonexistent
14909         tramp-compat-handle-file-attributes.
14911         * Makefile.in (lisptagsfiles4): New.
14912         (AUTOGENEL): Add cedet loaddefs files.
14913         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
14914         (update-elclist, compile-always, backup-compiled-files)
14915         (bootstrap-clean): Add yet another directory level.
14916         (update-elclist): Use LC_COLLATE rather than COLLATE.
14917         (ELCFILES): Update, via `make update-elclist'.
14919 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14921         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
14922         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
14923         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
14925 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
14927         * Makefile.in (lisptagsfiles3): Define.
14928         (TAGS, TAGS-LISP): Use it.
14929         (update-elclist): Add third directory level to look for elc files.
14930         (compile-always): Likewise.
14931         (backup-compiled-files): Likewise.
14932         (bootstrap-clean): Likewise.
14933         (ELCFILES): Update.
14935 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
14937         * Makefile.in (ELCFILES): Add CEDET files.
14939 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
14941         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
14943         * net/tramp.el (top): Require tramp-imap.
14945         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14946         Use `tramp-compat-handle-file-attributes'.
14948 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14950         * net/tramp-imap.el: New package.
14952 2009-09-28  Eric Ludlam  <zappo@gnu.org>
14954         * emacs-lisp/chart.el:
14955         * emacs-lisp/eieio-base.el:
14956         * emacs-lisp/eieio-comp.el:
14957         * emacs-lisp/eieio-custom.el:
14958         * emacs-lisp/eieio-datadebug.el:
14959         * emacs-lisp/eieio-opt.el:
14960         * emacs-lisp/eieio-speedbar.el:
14961         * emacs-lisp/eieio.el: New files.
14963 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14965         * whitespace.el (whitespace-trailing-regexp)
14966         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
14967         Fix doc string.
14969 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
14971         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
14972         menu.
14974         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
14975         menu-bar-ediff-menu.
14977         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
14978         define-overloadable-function.
14980         * progmodes/autoconf.el: Provide autoconf as well, so that this
14981         file can be `require'd.
14983         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
14985         * emacs-lisp/autoload.el (generated-autoload-feature)
14986         (generated-autoload-load-name): New vars.
14987         (autoload-rubric, autoload-generate-file-autoloads): Use them.
14988         (make-autoload): Recognize define-overloadable-function and
14989         defclass forms (for EIEIO).
14991         * Makefile.in (update-subdirs): Exclude cedet directory.
14993 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
14995         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
14997         * faces.el: Default light-background background for region face to
14998         ns_selection_color under NS.
15000 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15002         * net/imap-hash.el: New library, see NEWS.
15004         * Makefile.in (ELCFILES): Add imap-hash.el.
15006 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15008         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15009         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15010         * help-macro.el (make-help-screen): Avoid using an ambiguous function
15011         definition where the docstring could be taken for the return value.
15013 2009-09-26  Glenn Morris  <rgm@gnu.org>
15015         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15016         Add option to only show images below a certain size.
15017         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15018         save-excursion calls.
15020 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
15022         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15023         subdirectories) and eieio.
15025 2009-09-26  Alan Mackenzie  <acm@muc.de>
15027         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
15028         buggy bracketing.  (Bug#4289)
15030         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
15031         character constants (as case labels).  (Bug#4289)
15033 2009-09-25  Juri Linkov  <juri@jurta.org>
15035         * files.el (safe-local-eval-forms): Allow time-stamp in
15036         before-save-hook (Bug#4554).
15038 2009-09-25  Drew Adams  <drew.adams@oracle.com>
15040         * menu-bar.el (list-buffers-directory): Doc fix.
15042 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15044         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15045         Try and avoid copying twice the same paragraph.
15046         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15047         Remove save-excursion.
15048         (log-edit-changelog-entry): Do it here instead.
15050 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
15052         * bs.el (bs--get-file-name): Use `list-buffers-directory'
15053         when available, instead of hardcoding mode names.  Doc fix.
15055         * menu-bar.el (list-buffers-directory): Add docstring.
15056         Make automatically buffer-local.
15058         * dired.el (dired-mode):
15059         * files.el (cd-absolute):
15060         * pcvs.el (cvs-temp-buffer):
15061         * pcvs-util.el (cvs-get-buffer-create):
15062         * shell.el (shell-mode):
15063         * vc-dir.el (vc-dir-mode):
15064         Don't make `list-buffers-directory' buffer local.
15066 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
15068         * comint.el (comint-exec, comint-run, make-comint):
15069         Doc fixes (Bug#4542).
15071 2009-09-25  Glenn Morris  <rgm@gnu.org>
15073         * mail/rmailmm.el (rmail-mime): New custom group.
15074         Move all defcustoms in this file into this group.
15075         (rmail-mime-media-type-handlers-alist): Revert previous change.
15076         (rmail-mime-show-images): New option.
15077         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15078         references to it, since it wasn't actually used for anything.
15079         (rmail-mime-insert-image): New function.
15080         (rmail-mime-image): Use rmail-mime-insert-image.
15081         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
15082         obey the value of `rmail-mime-show-images' option.  Print the size of
15083         attachments.
15085 2009-09-25  David Engster  <deng@randomsample.de>
15087         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
15089 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15091         * whitespace.el: Does not highlight trailing spaces While point is
15092         at end of line.  Does not highligt spaces at beginning of buffer
15093         while point is at beginning of buffer.  Does not highlight spaces
15094         at end of buffer while point is at end of buffer.  (Bug#4177)
15095         New version 12.0.
15096         (whitespace-display-mappings): Adjust initialization.
15097         (whitespace-point, whitespace-font-lock-refontify): New vars.
15098         (whitespace-color-on, whitespace-color-off): Adjust code.
15099         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15100         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15101         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15103 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
15105         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15107         * textmodes/sgml-mode.el: Remove xml-mode alias.
15109         * files.el (auto-mode-alist, conf-mode-maybe)
15110         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
15112 2009-09-24  Alan Mackenzie  <acm@muc.de>
15114         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15115         c-forward-conditionals, but it doesn't move point and doesn't set
15116         the mark.
15117         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15118         (c-down-conditional-with-else, c-backward-conditional)
15119         (c-forward-conditional): Refactor to use c-scan-conditionals.
15121 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
15123         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15124         (help-default-arg-highlight): Remove.
15125         (help-highlight-arg): New function.
15126         (help-do-arg-highlight): Use it.
15127         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
15129 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15131         * term.el (term-set-scroll-region, term-handle-ansi-escape):
15132         Undo last change, which didn't fix the problem and introduced others.
15134 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
15136         * progmodes/gdb-mi.el: Don't require speedbar.
15137         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15139 2009-09-24  Glenn Morris  <rgm@gnu.org>
15141         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15143         * term/ns-win.el (ns-reg-to-script): Define for compiler.
15145         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15146         there is no newline after the final mime boundary.  (Bug#4539)
15147         Move markers on insertion so that any buttons inserted don't end up in
15148         the next part of a multipart message.
15149         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
15150         (rmail-mime-bulk-handler): Optionally handle images.
15151         (rmail-mime-image): New button action.
15152         (rmail-mime-image-handler): New function.
15153         (rmail-mime-mode): New mode.
15154         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
15156 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15158         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15159         than just dropping elements from it (bug#4504).
15161         * term.el (term-set-scroll-region): Don't move cursor any more.
15162         (term-handle-ansi-escape): Call term-goto here instead.
15163         Suggested by Ivan Kanis <apple@kanis.eu>.
15165         * term.el: Require CL.
15166         (term-ansi-reset): New function.
15167         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15168         (term-handle-colors-array): Simplify.
15170 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
15172         * allout.el (allout-overlay-interior-modification-handler)
15173         (allout-obtain-passphrase):
15174         * epa-file.el (epa-file-write-region):
15175         * ps-print.el (ps-begin-job):
15176         * vc-hooks.el (vc-toggle-read-only):
15177         * vc-rcs.el (vc-rcs-rollback):
15178         * vc-sccs.el (vc-sccs-rollback):
15179         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
15180         (vc-version-diff, vc-revert, vc-rollback):
15181         * wdired.el (wdired-check-kill-buffer):
15182         * emacs-lisp/authors.el (authors):
15183         * net/socks.el (socks-open-connection):
15184         * net/zeroconf.el (zeroconf-service-add-hook):
15185         * obsolete/vc-mcvs.el (vc-mcvs-register):
15186         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
15187         (gdb-select-frame):
15188         * progmodes/grep.el (lgrep, rgrep):
15189         * progmodes/idlw-help.el (idlwave-help-check-locations)
15190         (idlwave-help-html-link, idlwave-help-assistant-open-link):
15191         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15192         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
15193         (reftex-toc-rename-label): Fix typos in error messages.
15195         * dired-aux.el (dired-do-shell-command): Reflow docstring.
15196         (dired-copy-how-to-fn): Doc fix.
15197         (dired-files-attributes, dired-read-shell-command):
15198         Fix typos in docstrings.
15200         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
15201         (dired-x-find-file-other-window): Reflow docstrings.
15202         (dired-omit-marker-char, dired-read-shell-command)
15203         (dired-x-submit-report): Fix typos in docstrings.
15205         * shell.el (shell-mode-hook):
15206         * view.el (View-scroll-line-forward):
15207         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
15208         Fix typos in docstrings.
15210         * net/dig.el (dig-invoke): Fix typo in docstring.
15211         (query-dig): Reflow docstring.
15213         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
15214         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
15215         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
15216         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
15217         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
15218         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
15219         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
15220         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
15221         (idlwave-completion-map, idlwave-current-indent)
15222         (idlwave-custom-ampersand-surround, idlwave-customize)
15223         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
15224         (idlwave-define-abbrev, idlwave-determine-class-special)
15225         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
15226         (idlwave-end-block-reg, idlwave-end-of-statement)
15227         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
15228         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
15229         (idlwave-explicit-class-listed, idlwave-file-header)
15230         (idlwave-fill-paragraph, idlwave-find-class-definition)
15231         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
15232         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
15233         (idlwave-in-quote, idlwave-indent-action-table)
15234         (idlwave-indent-expand-table, idlwave-indent-line)
15235         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
15236         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
15237         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
15238         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
15239         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
15240         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
15241         (idlwave-outlawed-buffers, idlwave-popup-select)
15242         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
15243         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
15244         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
15245         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
15246         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
15247         (idlwave-statement-type, idlwave-struct-skip)
15248         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
15249         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
15250         (idlwave-what-module-find-class): Fix typos in docstrings.
15251         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
15252         (idlwave-calculate-cont-indent, idlwave-expand-equal)
15253         (idlwave-find-module, idlwave-find-structure-definition)
15254         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
15255         (idlwave-list-load-path-shadows, idlwave-next-statement)
15256         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
15257         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
15258         (idlwave-template): Reflow docstrings.
15260         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
15261         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
15262         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
15263         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
15264         (idlwave-shell-display-line, idlwave-shell-display-wframe)
15265         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
15266         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
15267         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
15268         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
15269         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
15270         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
15271         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
15272         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
15273         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
15274         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
15275         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
15276         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
15277         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
15278         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
15279         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
15280         Fix typos in docstrings.
15281         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
15282         (idlwave-shell-hide-output, idlwave-shell-mode)
15283         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
15284         Reflow docstrings.
15286         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
15288 2009-09-24  Ivan Kanis  <apple@kanis.eu>
15290         * term.el (term-bold-attribute): New var.
15291         (term-handle-colors-array): Use it.
15293 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
15295         * progmodes/gdb-mi.el (gdb-version): New variable.
15296         (gdb-non-stop-handler): Set gdb-version.
15297         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15298         Condition "--thread" option on gdb-version.
15299         (gdb-invalidate-threads): Remove unused argument.
15301 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15303         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15304         to looking-back to avoid ridiculous slow down in large files (bug#4511).
15306 2009-09-23  Glenn Morris  <rgm@gnu.org>
15308         * mail/rmail.el (rmail-reply): Don't try to add a References header when
15309         replying to mail without References or Message-Id.  (Bug#4525)
15311 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
15313         * term/ns-win.el (ns-reg-to-script): New variable.
15315 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
15317         * epg.el (epg-wait-for-status): Preserve existing 'error results.
15319 2009-09-22  Sam Steingold  <sds@gnu.org>
15321         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
15322         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15323         to 1 because hg returns status 1 when nothing is found.
15324         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
15326 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15328         * textmodes/fill.el: Convert to utf-8 encoding.
15329         (fill-french-nobreak-p): Remove redundant » and « inherited from our
15330         pre-Unicode days.
15332         * add-log.el (change-log-fill-forward-paragraph): New function.
15333         (change-log-mode): Use it so fill-region DTRT.
15334         Set fill-indent-according-to-mode here rather than in
15335         change-log-fill-paragraph.
15336         (change-log-fill-paragraph): Remove.
15338 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
15340         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15341         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
15343 2009-09-22  Glenn Morris  <rgm@gnu.org>
15345         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15346         the scroll-bar scroll the calendar window rather than the buffer.
15348         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15349         commands that move point (as opposed to scrolling).
15351         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15353         * emacs-lisp/elint.el (elint): New custom group.
15354         (elint-log-buffer): Make it a defcustom.
15355         (elint-scan-preloaded, elint-ignored-warnings)
15356         (elint-directory-skip-re): New options.
15357         (elint-builtin-variables): Doc fix.
15358         (elint-preloaded-env): New variable.
15359         (elint-unknown-builtin-args): Add an entry for encode-time.
15360         (elint-extra-errors): Make it a variable rather than a constant.
15361         (elint-preloaded-skip-re): New constant.
15362         (elint-directory): Skip files matching elint-directory-skip-re.
15363         (elint-features): New variable, local to linted buffers.
15364         (elint-update-env): Initialize elint-features.  Possibly add
15365         elint-preloaded-env to the buffer's environment.
15366         (elint-get-top-forms): Bind elint-current-pos, for log messages.
15367         Skip quoted forms.
15368         (elint-init-form): New function, extracted from elint-init-env.
15369         Make non-list forms a warning rather than an error.
15370         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
15371         easy-menu-define, put that adds an error-condition, and provide.
15372         When requiring cl, also require cl-macs.  Really require cl, to handle
15373         some cl macros.  Store required libraries in the list elint-features,
15374         so as not to re-load them.  Treat cc-require like require.
15375         (elint-init-env): Call elint-init-form to do the work.
15376         Handle eval-and-compile and such like.
15377         (elint-add-required-env): Do not clear messages.
15378         (elint-special-forms): Add handlers for function, defalias, if, when,
15379         unless, and, or.
15380         (elint-form): Add optional argument to ignore elint-special-forms,
15381         useful to prevent recursive calls from handlers.  Doc fix.
15382         Respect elint-ignored-warnings.
15383         (elint-form): Respect elint-ignored-warnings.
15384         (elint-bound-variable, elint-bound-function): New variables.
15385         (elint-unbound-variable): Respect elint-bound-variable.
15386         (elint-get-args): Respect elint-bound-function.
15387         (elint-check-cond-form): Add some simple handling for (f)boundp and
15388         featurep tests.
15389         (elint-check-defalias-form): New handler.
15390         (elint-check-let-form): Make an empty let a warning rather than an
15391         error.
15392         (elint-check-setq-form): Make an empty setq a warning rather than an
15393         error.  Respect elint-ignored-warnings.
15394         (elint-check-defvar-form): Accept null doc-strings.
15395         (elint-check-conditional-form): New handler.  Does some simple-minded
15396         checking of featurep and (f)boundp tests.
15397         (elint-put-function-args): New function.
15398         (elint-initialize): Use elint-scan-doc-file rather than
15399         elint-find-builtin-variables.  Use elint-put-function-args.
15400         Possibly scan preloaded-file-list.
15401         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
15402         extend to handle functions as well.
15404 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
15406         * linum.el (linum-delete-overlays, linum-update-window):
15407         Do not modify the right margin.  (Bug#3971)
15409 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
15411         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
15412         nxml-mode instead of xml-mode.
15414 2009-09-21  Kevin Ryde  <user42@zip.com.au>
15416         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
15418 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15420         * net/dig.el (dig-mode): Use define-derived-mode.
15422 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
15424         * vc-dispatcher.el (vc-do-command): Return the process object in
15425         the asynchronous case.  Use when instead of if.  Do not run
15426         vc-exec-after to display a message if not enabled.  (Bug#4463)
15428         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
15429         properties to the stash strings.
15430         (vc-git-stash-list): Return a list of strings.
15431         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
15432         (vc-git-stash-show-at-point): New functions.
15433         (vc-git-stash-map): New keymap.
15435         * register.el (ctl-x-r-map): Define the keys here instead of
15436         using autoload.
15438 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
15440         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
15441         list, to workaround performance problem (bug#4485).
15443 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
15445         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
15447 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
15449         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
15450         Document that this option is not recommended to use.
15452 2009-09-19  Glenn Morris  <rgm@gnu.org>
15454         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
15455         variable `var'.
15457         * calc/calc-alg.el (var):
15458         * calc/calcalg2.el (var): Define for compiler.
15460 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
15462         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
15463         Doc fix (Bug#3932).
15465         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
15467         * time-stamp.el (time-stamp-month-dd-yyyy)
15468         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
15469         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
15470         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
15471         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
15472         Remove functions that have been obsolete since 1995 (Bug#4436).
15474         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
15475         indent buffer only if called interactively (Bug#4452).
15477 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
15478             Eli Zaretskii  <eliz@gnu.org>
15480         This fixes bug#4197 (merged to bug#865, though not identical).
15481         * server.el (server-auth-dir): Add docstring note about FAT32.
15482         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
15483         but warn against using them.
15485 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
15487         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
15488         older GDB where there is no has_more field.
15490 2009-09-19  Glenn Morris  <rgm@gnu.org>
15492         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
15494 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
15496         * files.el (auto-mode-alist): Change default for XML files to nXML
15497         mode (Bug#4169).
15499 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
15501         * server.el (server-ensure-safe-dir): Pass 'integer
15502         to `file-attributes', as suggested.
15504 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15506         * dired-aux.el (dired-query-alist): Remove spurious backslash.
15507         (dired-query): Use read-key.
15509 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
15511         * cus-start.el (ns-use-qd-smoothing): Remove.
15513 2009-09-18  Glenn Morris  <rgm@gnu.org>
15515         * allout.el (top-level): Remove unnecessary progn.
15517         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15519         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15520         definition of abbrev table.
15522         * speedbar.el (speedbar-track-mouse):
15523         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15524         * net/eudc.el (eudc-expand-inline):
15525         * net/newst-backend.el (newsticker--cache-read-feed):
15526         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
15527         condition-case handlers.
15529 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
15531         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15532         (gdb-var-list): Add an element for has_more field.
15533         (gdb-non-stop-handler): Enable pretty printing for STL containers.
15534         (gdb-var-create-handler, gdb-var-list-children-handler-1)
15535         (gdb-var-update-handler-1): Parse output of dynamic variable
15536         objects (STL containers).
15537         (gdb-var-delete-1): Pass var1 as an explicit second argument.
15538         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
15540         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15541         gdb-var-list.
15542         (gud-speedbar-buttons): Make node expandable if expression "has more"
15543         children.
15545 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
15547         * startup.el (emacs-quick-startup): Remove variable and all uses.
15548         (command-line): Set `inhibit-x-resources' instead.
15549         (command-line-1): Use `inhibit-x-resources' instead.
15551 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
15553         * subr.el: Fix last change to avoid using the `unless' macro,
15554         which breaks bootstrapping.
15556 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15558         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15559         extended definitions, in case we reload subr.el after having
15560         loaded CL.
15561         (eval-next-after-load): Mark as obsolete.
15563 2009-09-17  Juri Linkov  <juri@jurta.org>
15565         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15566         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15567         (menu-bar-showhide-menu, menu-bar-tools-menu)
15568         (menu-bar-describe-menu, menu-bar-help-menu)
15569         (minibuffer-local-completion-map, minibuffer-local-map):
15570         Fix list quoting.
15572 2009-09-17  Glenn Morris  <rgm@gnu.org>
15574         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15575         arguments, whether or not it has a handler.
15577         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15579         * simple.el (hard-newline): Give it a doc-string.
15581         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15582         (lisp-mode-syntax-table): Give them doc-strings.
15584 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15586         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15587         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15588         (menu-bar-options-menu, menu-bar-showhide-menu)
15589         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15590         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15591         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15592         (menu-bar-options-menu, menu-bar-tools-menu)
15593         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15594         (menu-bar-help-menu):
15595         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15596         string arguments.
15598         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15599         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15600         calls for the menu names and :help.
15602 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15604         * mouse.el (minor-mode-menu-from-indicator): Pay attention
15605         to :minor-mode-function (bug#4455).
15607 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15609         * startup.el (command-line): Initialize the window-system after
15610         processing the command-line.
15612         * textmodes/page.el (what-page): Make sure we don't inf-loop if
15613         page-delimiter matches the empty string.
15615 2009-09-16  Glenn Morris  <rgm@gnu.org>
15617         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
15618         byte-compile-not-obsolete-var.  It's a list now.
15619         (byte-compile-not-obsolete-funcs): New variable.
15620         (byte-compile-warn-obsolete): Don't warn about functions if they are in
15621         byte-compile-not-obsolete-funcs.
15622         (byte-compile-variable-ref, byte-compile-defvar): Update for
15623         byte-compile-not-obsolete-vars name-change and list nature.
15624         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
15625         and variables behind (f)boundp tests.
15626         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
15628 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15630         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
15632 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15634         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
15635         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
15636         Don't autoload.
15638 2009-09-15  Stephen Eglen  <stephen@gnu.org>
15640         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
15641         the virtual-buffers, use the name of the buffer specified by
15642         find-file-noselect, as the match may be a symlink.  (This was a
15643         problem if the target and the symlink had different names.)
15645 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15647         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
15649         * desktop.el (desktop-path): Check user-emacs-directory.
15651         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
15653         * loadup.el: Use after-load-functions to GC after loading each file.
15654         Remove the explicit GC calls that used to be sprinkled around.
15656         * subr.el (after-load-functions): New hook.
15657         (do-after-load-evaluation): Run it.  Use string-match-p to detect
15658         `obsolete' packages, rather than painfully extracting the relevant
15659         directory name.
15661 2009-09-15  Glenn Morris  <rgm@gnu.org>
15663         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
15664         free variable `doc'.
15666         * dired.el (dired-mode-map): Add menu entry for async shell command.
15668         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
15669         variables, also consider the .elc files, since the .el files are
15670         normally gzipped (subsequent code locates the .el.gz from the .elc).
15672         * calc/calc-prog.el (arglist): Define for compiler.
15674         * calendar/diary-lib.el (diary-display-function): Change the default to
15675         fancy display.
15676         (body): Define for compiler.
15678         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
15679         (byte-compile-file-form, byte-compile-lambda)
15680         (byte-compile-top-level-body, byte-compile-form)
15681         (byte-compile-variable-ref, byte-compile-setq)
15682         (byte-compile-setq-default, byte-compile-body)
15683         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
15684         (batch-byte-compile): Give some more local variables with common names
15685         a "bytecomp-" prefix to avoid masking warnings about free variables.
15687         * startup.el (command-line-1): Give local variables with common names a
15688         distinguishing prefix, so as not to hide free variable warnings during
15689         bootstrap.
15691         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
15692         clever and add a suffix to make a unique name, just let the user decide
15693         whether or not to overwrite it.  If the input is a directory, write the
15694         default filename to that directory.  (Bug#4388)
15695         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
15696         is a filename-as-a-directory.
15698 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15700         * textmodes/page.el (what-page): Don't move to beginning of line.
15701         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
15703 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15705         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
15707 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
15709         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
15710         * help.el (help-for-help-internal): Add purecopy calls for text.
15712         * vc.el (top): print-log method now takes an optional SHORTLOG
15713         argument.  Add a new method: root.
15714         (vc-root-diff, vc-print-root-log): New functions.
15715         (vc-log-short-style): New variable.
15716         (vc-print-log-internal): Add support for showing short logs.
15718         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
15719         vc-print-root-log and vc-print-root-diff.
15721         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
15722         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
15723         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
15724         short logs.
15726         * vc-cvs.el (vc-cvs-print-log):
15727         * vc-mtn.el (vc-mtn-print-log):
15728         * vc-rcs.el (vc-rcs-print-log):
15729         * vc-sccs.el (vc-sccs-print-log):
15730         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
15731         that is ignored for now.
15733         * vc-mtn.el (vc-mtn-annotate-command):
15734         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
15736 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15738         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
15739         to function-key-map, and give them ascii-character property.
15740         * term/x-win.el (x-alternatives-map):
15741         * term/ns-win.el (ns-alternatives-map):
15742         * term/internal.el (msdos-key-remapping-map):
15743         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
15745 2009-09-14  Glenn Morris  <rgm@gnu.org>
15747         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
15748         temp-buffers (2009-09-12).
15750 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15752         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
15753         the new read-key function.
15755 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15757         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
15758         is defined (Bug#4405).
15760 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
15762         * recentf.el (recentf-cleanup): Use a hash table to find
15763         duplicates (Bug#4407).
15765 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
15767         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
15768         kp-0 to ascii equivalents (Bug#4325).
15770 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15772         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
15774         * eshell/em-hist.el:
15775         * eshell/em-dirs.el (eshell-complete-user-reference):
15776         Declare pcomplete functions and variables to avoid compiler warnings.
15778 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
15780         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
15781         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
15782         * eshell/em-alias.el (eshell-aliases-file):
15783         * eshell/em-hist.el (eshell-history-file-name):
15784         Use expand-file-name instead of concat to make file names (Bug#4308).
15786 2009-09-13  Glenn Morris  <rgm@gnu.org>
15788         * ediff-merg.el (ediff-do-merge):
15789         * filesets.el (filesets-run-cmd):
15790         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
15791         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
15792         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
15793         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
15794         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
15795         Replace empty `let's with `progn'.
15797 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15799         * mail/sendmail.el (send-mail-function):
15800         * tooltip.el (tooltip-mode):
15801         * simple.el (transient-mark-mode):
15802         * rfn-eshadow.el (file-name-shadow-mode):
15803         * frame.el (blink-cursor-mode):
15804         * font-core.el (global-font-lock-mode):
15805         * files.el (temporary-file-directory)
15806         (small-temporary-file-directory, auto-save-file-name-transforms):
15807         * epa-hook.el (auto-encryption-mode):
15808         * composite.el (global-auto-composition-mode):
15809         Use custom-initialize-delay.
15810         * startup.el (command-line): Don't explicitly call
15811         custom-reevaluate-setting for all the above vars.
15812         * custom.el (custom-initialize-safe-set)
15813         (custom-initialize-safe-default): Delete.
15815 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15817         * term/x-win.el (x-initialize-window-system):
15818         * term/w32-win.el (w32-initialize-window-system):
15819         * term/ns-win.el (ns-initialize-window-system): Don't call
15820         mouse-wheel-mode since it's enabled globally by default already.
15822         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
15823         actually define the variable, but only silences the byte-compiler.
15824         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
15825         before looking it up.
15826         (mouse-wheel-scroll-amount): Also reset the bindings if this value
15827         is changed.
15829 2009-09-12  Glenn Morris  <rgm@gnu.org>
15831         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
15832         1000.
15833         (elint-add-required-env): Don't beep on error.
15834         (elint-forms): In case of error, return ENV unchanged.
15835         (elint-init-env): Skip non-list forms.
15836         (elint-log): Handle unknown file positions.
15838 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
15840         * epg.el (epg-make-context): Add autoload cookie.
15841         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
15842         (epg-decrypt-string, epg-start-verify, epg-verify-file)
15843         (epg-verify-string, epg-start-sign, epg-sign-file)
15844         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
15845         (epg-encrypt-string, epg-start-export-keys)
15846         (epg-export-keys-to-file, epg-export-keys-to-string)
15847         (epg-start-import-keys, epg-import-keys-from-file)
15848         (epg-import-keys-from-string, epg-start-receive-keys)
15849         (epg-receive-keys, epg-import-keys-from-server)
15850         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
15851         (epg-sign-keys, epg-start-generate-key)
15852         (epg-generate-key-from-file, epg-generate-key-from-string):
15853         Remove autoload cookie.
15855 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
15857         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
15858         reevaluation of trash-directory.
15860         * mwheel.el: Fix last change.
15861         (mouse-wheel-mode): New defvar.
15862         (mouse-wheel-mode): Remove autoload cookie.
15864 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15866         * mwheel.el (mwheel-installed-bindings): New var.
15867         (mouse-wheel-mode): Use it, so as to make sure we really remove all
15868         the bindings we set last time.  Use custom-initialize-delay.
15869         * loadup.el: Load mwheel after term/*-win.el.
15870         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
15871         and mouse-wheel-up-event now that their first evaluation is done
15872         sufficiently late to be correct.
15874         * startup.el (tutorial-directory): Make it a defcustom.
15875         Use custom-initialize-delay rather than eval-at-startup to set it.
15876         * image.el (image-load-path): Make it a defcustom.
15877         Use custom-initialize-delay rather than eval-at-startup to set it.
15878         * subr.el (eval-at-startup): Remove.
15879         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
15881         * subr.el (do-after-load-evaluation): Warn the user after loading an
15882         obsolete package.
15884 2009-09-12  Glenn Morris  <rgm@gnu.org>
15886         * proced.el (proced-mark-alt): Remove alias.
15887         (proced-mode-map): Remove proced-mark-alt.
15889         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
15890         Elint file and directory.  Remove initialization entry.
15892         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
15893         commands.
15894         (elint-current-buffer): Set mode-line-process.
15895         (elint-init-env): Handle define-derived-mode.
15896         Fix declare-function with unspecified arglist.  Guard against odd
15897         defalias statements (eg iso-insert's 8859-1-map).
15898         (elint-add-required-env): Use a temp buffer.
15899         (elint-form): Just print the function/macro name, not the whole form.
15900         Return env unchanged if we fail to parse a macro.
15901         (elint-forms): Guard against parse errors.
15902         (elint-output): New function, to handle batch mode.
15903         (elint-log-message): Add optional argument.  Use elint-output.
15904         (elint-set-mode-line): New function.
15906 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
15908         * emacs-lisp/elp.el (elp-not-profilable): Add more
15909         functions (Bug#4233).
15911 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
15913         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
15914         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
15916 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
15918         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
15919         (gdb-var-list-children): Use json parsing.
15921 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
15923         * progmodes/js.el (js--proper-indentation): Handle the case where
15924         char-before is null.  Reported by Deniz Dogan.
15926 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
15928         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
15930 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
15932         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
15933         (epg-digest-algorithm-alist): Add SHA224.
15934         (epg-context-set-passphrase-callback)
15935         (epg-context-set-progress-callback): Add description about
15936         callback function.
15938 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15940         * custom.el (custom-delayed-init-variables): New var.
15941         (custom-initialize-delay): New function.
15942         * startup.el (command-line): "Re"evaluate all vars in
15943         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
15944         explicitly any more.
15945         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
15946         to avoid creating a ~/.emacs.d at build-time (bug#4347).
15948         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
15950 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
15952         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
15953         (gdb-var-update-handler): Use json parsing.
15955 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
15957         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
15958         decode annotated text, regardless of language environment.  (Bug#2741)
15960 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15962         * Makefile.in (autoloads): Make rmail.el writable as well.
15964 2009-09-11  Glenn Morris  <rgm@gnu.org>
15966         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
15967         loaddefs.el.
15968         * dired.el: Regenerate with extracted autoloads.
15969         * Makefile.in (autoloads): Make dired.el writable.
15971         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
15972         * ibuffer.el: Regenerate with extracted autoloads.
15973         * Makefile.in (autoloads): Make ibuffer.el writable.
15975         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
15976         * version.el (emacs-copyright, emacs-major-version)
15977         (emacs-minor-version): Reformat doc-strings for make-docfile.
15979         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
15980         functions and variables, since they must be stuff specific to some other
15981         platform.
15982         (apropos-print): Make mouse-click message less specific about button.
15984         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
15985         that records where a macro was defined.
15986         * help-fns.el (describe-function-1): Mention if a function has a
15987         compiler-macro.
15988         * help-mode.el (help-function-cmacro): New button.
15990         * locate.el (top-level): Always require dired.
15991         (locate-mode-map): Initialize inside the defvar.
15993         * net/ange-ftp.el (dired-compress-file): Declare.
15994         (ange-ftp-dired-compress-file): Add doc string.
15996         * term/ns-win.el (x-display-name, x-setup-function-keys):
15997         Unify doc-strings with X versions.
15999 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16001         * emulation/crisp.el (crisp-mode-map): Move initialization
16002         into declaration.
16003         (crisp-mode): Use define-minor-mode.
16005         * progmodes/xscheme.el (xscheme-evaluation-commands):
16006         Put a :advertised-binding property rather than using
16007         advertised-xscheme-send-previous-expression.
16008         (advertised-xscheme-send-previous-expression): Declare obsolete.
16009         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16010         `advertised-undo'.
16011         (crisp-mode): Add corresponding bindings to
16012         undo's :advertised-binding instead.
16013         * dired.el (dired-mode-map): Put a :advertised-binding property rather
16014         than using dired-advertised-find-file.
16015         (dired-advertised-find-file):
16016         * simple.el (advertised-undo):
16017         * wid-edit.el (advertised-widget-backward): Declare obsolete.
16018         (widget-keymap): Put a :advertised-binding property rather
16019         than using advertised-widget-backward.
16020         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16021         than using advertised-undo.
16022         * tutorial.el (tutorial--default-keys): Adjust accordingly.
16024 2009-09-10  Simon South  <ssouth@slowcomputing.org>
16026         * progmodes/delphi.el (delphi-tab): Indent region when Transient
16027         Mark mode is enabled and region is active; otherwise indent or
16028         insert TAB as usual.
16029         (delphi-mode): Update description of TAB-key binding.
16031 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16033         * subr.el (define-key-rebound-commands): Mark obsolete.
16034         * startup.el (precompute-menubar-bindings): Remove.
16035         (normal-top-level): Remove obsolete code that tried to precompute
16036         menubar bindings.
16037         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16038         define-key-rebound-commands and precompute-menubar-bindings.
16040 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16042         * net/imap.el (imap-interactive-login): Better messages.
16043         (imap-open): Fix bug with renamed buffer on reconnect.
16044         (imap-authenticate): Add buffer-local imap-last-authenticator variable
16045         for easier debugging and cleaner code.  On successful (guessed based on
16046         server capabilities) secondary authentication, set imap-state
16047         correctly.
16048         (imap-last-authenticator): Define imap-last-authenticator as a variable
16049         to avoid warnings.
16051 2009-09-10  Glenn Morris  <rgm@gnu.org>
16053         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16055         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16056         (byte-compile-file-form-autoload): Don't warn about unknown functions
16057         where the autoload statement comes after the use.
16058         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16059         that any handlers inside the body (eg require) are in turn respected.
16061         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16062         effects.
16064         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16065         and syntax and abbrev tables basic docs, if they don't have any.
16067         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16069         * international/mule-cmds.el (top-level): Require cl when compiling.
16070         (view-hello-file): Use default-value rather than
16071         default-enable-multibyte-characters.
16073         * progmodes/fortran.el: Move all safe and risky properties into the
16074         defcustoms.
16076         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16077         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16078         * mail/undigest.el:
16079         Put autoloads in rmail.el rather than loaddefs.el.
16080         * mail/rmail.el: Regenerate with extracted autoloads.
16082         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16083         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16085 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
16087         Reported in thread for Bug#4375.
16088         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16089         "-data-evaluate-expression" instead of print.
16090         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16091         (gdb-tooltip-print): Parse output from above MI command.
16092         (gdb): Revert 2009-08-11 change.  User should detach inferior
16093         manually.
16095         Remove the word "separate" from IO functions as inferior
16096         output is now never displayed in the GUD buffer.
16098 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
16100         * startup.el (command-line-normalize-file-name): On Windows and
16101         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16103 2009-09-10  Juri Linkov  <juri@jurta.org>
16105         * isearch.el (isearch-text-char-description): Propertize escape
16106         character sequences with the `escape-glyph' face.  (Bug#4344)
16108         * simple.el (shell-command): Set asynchronous process filter to
16109         `comint-output-filter'.  (Bug#4343)
16111         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16112         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
16113         the list.  Move "asm" to the bottom.
16114         (grep-find-ignored-directories): Add `choice' with nil value
16115         to empty the list easily.
16116         (grep-find-ignored-files): New option.
16117         (grep-files-history): Set to nil by default instead of '("ch" "el").
16118         (grep-compute-defaults): Add "<X>" to `grep-template'.
16119         (grep-read-files): Bind new local variables `default-alias' and
16120         `default-extension'.  Use a list of default values for the file prompt.
16121         (lgrep): Add `--exclude=' command line options composed from
16122         `grep-find-ignored-files'.
16123         (rgrep): Add `-name' command line options composed from
16124         `grep-find-ignored-files'.  (Bug#4301)
16126 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16128         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16129         (bug#4368).
16131 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16133         * calendar/time-date.el (autoload):
16134         Expand define-obsolete-function-alias into defalias and make-obsolete
16135         for old Emacsen that Gnus supports.
16136         (with-no-warnings): Define it for old Emacsen.
16137         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16138         is available.
16139         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16140         float-time is available; suppress compile warning for time-to-seconds.
16142 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
16144         * net/imap.el (imap-message-map): Docstring fix.
16146 2009-09-09  Glenn Morris  <rgm@gnu.org>
16148         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16149         line numbers too.  (Bug#4374)
16151 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16153         * smerge-mode.el (smerge-remove-props, smerge-refine):
16154         Use with-silent-modifications (bug#4342).
16156         * subr.el (with-silent-modifications): New macro.
16158 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
16160         * files.el (top-level): Require `cl' when compiling.
16162 2009-09-07  Glenn Morris  <rgm@gnu.org>
16164         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16166         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16167         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
16169 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
16171         * vc-git.el (vc-git-annotate-command): Use separator to parse
16172         arguments correctly.
16174 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
16176         * proced.el (proced-mode): Doc fix.
16178 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
16180         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
16181         lstat fails.
16182         (tramp-do-file-attributes-with-ls): Check for file existence at
16183         remote end.
16184         (tramp-do-file-attributes-with-stat): Likewise.
16185         (tramp-convert-file-attributes): Return nil when attr is nil.
16187 2009-09-05  Glenn Morris  <rgm@gnu.org>
16189         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
16190         properties to this button.
16191         (diary-fancy-display): Don't extend the button to the final newline.
16192         (diary-fancy-display-mode): Continue to define "q" as a local key.
16194         * calendar/cal-china.el (holiday-chinese): Make it slightly more
16195         efficient.
16197         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
16199         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
16200         (byte-compile-dest-file-function): New option.
16201         (byte-compile-dest-file): Doc fix.
16202         Obey byte-compile-dest-file-function.
16203         (byte-compile-cl-file-p): New function.
16204         (byte-compile-eval): Only suppress noruntime warnings about cl functions
16205         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
16206         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
16207         than for file being previously loaded.
16208         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
16209         (byte-compile-file-form-require): Handle the case where requiring a file
16210         indirectly causes CL to be loaded.
16212 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
16214         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
16215         before killing the old buffer, since by the time `kill-buffer' is
16216         run so many buffer variables have been set to nil that it may not
16217         behave as expected.  (Bug#4061)
16219 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
16221         * files.el (find-alternate-file): If the old buffer is modified
16222         and visiting a file, behave similarly to `kill-buffer' when
16223         killing it, thus reverting to the pre-1.878 behavior; see
16224         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
16225         for discussion.  Also, consult `buffer-file-name' as a variable
16226         not as a function, for consistency with the rest of the code.
16228 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
16230         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
16231         also when adding a new directory.
16233         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
16234         defun.
16236 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16238         * files.el (locate-file-completion-table): Make it provide boundary
16239         information, so partial-completion works better.
16241 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
16243         * mail/footnote.el (Footnote-text-under-cursor):
16244         Check footnote-text-marker-alist before using it (bug#4324).
16246 2009-09-04  Glenn Morris  <rgm@gnu.org>
16248         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
16249         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
16250         * play/solitaire.el, play/tetris.el:
16251         Remove leading * from defcustom and defface docs.
16253         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
16254         necessary.
16255         (diary-fancy-overriding-map): New variable.
16256         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
16257         Use view-mode.
16259         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
16260         goto-line.
16262 2009-09-03  Glenn Morris  <rgm@gnu.org>
16264         * arc-mode.el (archive-mode):
16265         * dos-fns.el (set-default-process-coding-system):
16266         * man.el (Man-getpage-in-background):
16267         * menu-bar.el (menu-bar-describe-menu):
16268         * server.el (server-process-filter):
16269         * startup.el (command-line):
16270         * tar-mode.el (tar-header-block-tokenize, tar-extract):
16271         * w32-fns.el (set-default-process-coding-system):
16272         * x-dnd.el (x-dnd-handle-file-name):
16273         * international/mule-cmds.el (mule-menu-keymap)
16274         (set-default-coding-systems, language-info-alist, set-language-info)
16275         (set-language-environment, standard-display-european-internal)
16276         (set-locale-environment):
16277         * international/mule-diag.el (mule-diag):
16278         * mail/emacsbug.el (report-emacs-bug):
16279         * mail/rmail.el (rmail-mode):
16280         * mail/sendmail.el (mail-setup):
16281         Use default-value rather than default-enable-multibyte-characters.
16283         * progmodes/f90.el: Move all safe properties into the defcustoms.
16284         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
16286         * calendar/appt.el (appt-check):
16287         * calendar/diary-lib.el (diary-set-header, diary-live-p)
16288         (diary-check-diary-file, diary-list-entries)
16289         (diary-include-other-diary-files, diary-simple-display)
16290         (diary-fancy-display, diary-print-entries)
16291         (diary-mark-included-diary-files, diary-make-entry):
16292         Don't call substitute-in-file-name on diary-file.
16294 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
16295             Stefan Monnier  <monnier@iro.umontreal.ca>
16297         * mail/footnote.el (footnote-prefix): Make it a defcustom.
16298         (footnote-mode-map): Move initialization into the declaration.
16299         (footnote-minor-mode-map): Define it rather than changing global-map.
16300         (footnote-mode): Use define-minor-mode.
16302 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
16304         * net/tramp.el (tramp-handle-file-attributes-with-ls)
16305         (tramp-do-file-attributes-with-perl)
16306         (tramp-do-file-attributes-with-stat): Rename from
16307         `tramp-handle-file-attributes-with-*'.
16308         (tramp-handle-file-attributes): Use them.
16309         (tramp-do-directory-files-and-attributes-with-perl)
16310         (tramp-do-directory-files-and-attributes-with-stat): Rename from
16311         `tramp-handle-directory-files-and-attributes-with-*'.
16312         (tramp-handle-directory-files-and-attributes): Use them.
16313         (tramp-method-out-of-band-p): Additional parameter SIZE.
16314         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16315         (tramp-handle-write-region): Use it.
16316         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
16317         (tramp-handle-vc-registered): Check, whether the first run did
16318         return files to be tested.
16319         (tramp-advice-make-auto-save-file-name): Do not call directly
16320         `tramp-handle-make-auto-save-file-name', because this would bypass
16321         the locking mechanism.
16323         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
16324         (file-remote-p, process-file, start-file-process, set-file-times)
16325         (tramp-compat-file-attributes): Compatibility functions shall not
16326         call directly `tramp-handle-*', because this would bypass the
16327         locking mechanism.
16328         (tramp-compat-number-sequence): New defun.
16330 2009-09-02  Glenn Morris  <rgm@gnu.org>
16332         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16333         alias for float-time.
16334         (time-to-number-of-days): In Emacs, use float-time.
16335         * net/newst-backend.el (time-add): Suppress warnings from compat
16336         function.
16337         * time.el (emacs-uptime, emacs-init-time):
16338         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16339         Use float-time rather than time-to-seconds.
16341         * minibuffer.el (completion-initials-expand): Fix typo.
16343         * faces.el (modeline, modeline-inactive, modeline-highlight)
16344         (modeline-buffer-id):
16345         * info.el (info-menu-5): Mark these face aliases as obsolete.
16347 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
16349         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16350         space ...
16351         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16352         no "--thread" option.
16353         (gdb-stopped): Don't print "Switched to thread" message when it is
16354         unchanged.
16356 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16358         * minibuffer.el (completion-try-completion)
16359         (completion-all-completions): Remove ill-defined (and
16360         mistakenly installed and luckily never used nor documented)
16361         `completion-styles' property.
16362         (completion-initials-expand, completion-initials-all-completions)
16363         (completion-initials-try-completion): New functions.
16364         (completion-styles-alist): Add doc to each entry.
16365         Add new `initials' entry.
16367 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
16369         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
16370         MI command -var-evaluate-expression.
16371         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
16372         and tweak for case of string child.
16373         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
16375 2009-09-01  Glenn Morris  <rgm@gnu.org>
16377         * add-log.el (change-log-date-face, change-log-name-face)
16378         (change-log-email-face, change-log-file-face, change-log-list-face)
16379         (change-log-conditionals-face, change-log-function-face)
16380         (change-log-acknowledgement-face):
16381         * cus-edit.el (custom-invalid-face, custom-rogue-face)
16382         (custom-modified-face, custom-set-face, custom-changed-face)
16383         (custom-saved-face, custom-button-face, custom-button-pressed-face)
16384         (custom-documentation-face, custom-state-face, custom-comment-face)
16385         (custom-comment-tag-face, custom-variable-tag-face)
16386         (custom-variable-button-face, custom-face-tag-face)
16387         (custom-group-tag-face-1, custom-group-tag-face):
16388         * diff-mode.el (diff-header-face, diff-file-header-face)
16389         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16390         (diff-added-face, diff-changed-face, diff-function-face)
16391         (diff-context-face, diff-nonexistent-face):
16392         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16393         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
16394         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16395         (Info-title-4-face):
16396         * isearch.el (isearch-lazy-highlight-face):
16397         * log-view.el (log-view-file-face, log-view-message-face):
16398         * paren.el (show-paren-match-face, show-paren-mismatch-face):
16399         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16400         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16401         (cvs-msg-face):
16402         * smerge-mode.el (smerge-mine-face, smerge-other-face)
16403         (smerge-base-face, smerge-markers-face):
16404         * wid-edit.el (widget-documentation-face, widget-button-face)
16405         (widget-field-face, widget-single-line-field-face)
16406         (widget-inactive-face, widget-button-pressed-face):
16407         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
16408         (woman-addition-face):
16409         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
16410         (eshell-ls-executable-face, eshell-ls-readonly-face)
16411         (eshell-ls-unreadable-face, eshell-ls-special-face)
16412         (eshell-ls-missing-face, eshell-ls-archive-face)
16413         (eshell-ls-backup-face, eshell-ls-product-face)
16414         (eshell-ls-clutter-face):
16415         * eshell/em-prompt.el (eshell-prompt-face):
16416         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
16417         * obsolete/old-whitespace.el (whitespace-highlight-face):
16418         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
16419         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
16420         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
16421         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
16422         (antlr-font-lock-literal-face):
16423         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16424         (ebrowse-root-class-face, ebrowse-file-name-face)
16425         (ebrowse-default-face, ebrowse-member-attribute-face)
16426         (ebrowse-member-class-face, ebrowse-progress-face):
16427         * progmodes/make-mode.el (makefile-space-face):
16428         * progmodes/sh-script.el (sh-heredoc-face):
16429         * textmodes/flyspell.el (flyspell-incorrect-face)
16430         (flyspell-duplicate-face):
16431         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
16432         * textmodes/texinfo.el (texinfo-heading-face):
16433         Mark face aliases with "-face" suffix as obsolete.
16435         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
16436         compiler.
16438         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
16439         (eudc-bob-sound-menu): Use defvar rather than defconst, since
16440         easy-menu-define wants to modify these.
16442         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
16444         * net/browse-url.el (browse-url-file-url):
16445         * term/internal.el (dos-codepage-setup):
16446         Use default-value rather than default-enable-multibyte-characters.
16448         * progmodes/etags.el (etags-goto-tag-location):
16449         * progmodes/flymake.el (flymake-highlight-line)
16450         (flymake-goto-file-and-line, flymake-goto-line):
16451         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
16452         (gdb-goto-breakpoint):
16453         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16454         * progmodes/python.el (python-find-function)
16455         (python-pdbtrack-track-stack-file):
16456         * progmodes/verilog-mode.el (verilog-surelint-off):
16457         * term/ns-win.el (ns-open-file-select-line):
16458         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
16459         Use forward-line rather than goto-line.
16461         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
16462         * textmodes/reftex-index.el (reftex-display-index):
16463         * textmodes/reftex-ref.el (reftex-offer-label-menu):
16464         * textmodes/reftex-toc.el (reftex-toc):
16465         Remove unnecessary bindings of default-major-mode (all are followed by
16466         major-mode check and possible mode switch).
16468 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
16470         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16471         Handle watchpoints (bug#4282).
16472         (def-gdb-thread-buffer-command): Enable thread to be selected by
16473         clicking without selecting threads buffer first.
16474         (gdb-current-context-command): Use selected frame so that "up",
16475         "down" etc work in the GUD buffer.
16476         (gdb-update): Find selected frame before rendering stack buffer.
16477         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
16479 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16481         * progmodes/sym-comp.el (displayed-completions): Remove.
16482         (symbol-complete): Use minibuffer-complete.
16484 2009-08-31  Glenn Morris  <rgm@gnu.org>
16486         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
16488         * apropos.el (apropos-symbols-internal):
16489         Handle (obsolete) face aliases.
16491         * faces.el (describe-face): Adjust the output format to be more like
16492         describe-variable, and to mention (obsolete) face aliases.
16493         Adjust the whitespace so that help-setup-xref works.
16495         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
16496         * calendar/diary-lib.el (diary-button-face):
16497         Mark these face aliases as obsolete.
16499         * calendar/calendar.el (calendar-today): Doc fix.
16501 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
16503         * progmodes/gdb-mi.el (gdb-control-all-threads)
16504         (gdb-control-current-thread): Force tool bar update.
16505         (gdb-non-stop-handler): New function.
16506         (gdb-init-1): Use it to test if non-stop mode is supported.
16507         Remove unused gdbmi buffer type.
16509 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
16511         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
16512         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
16514 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
16516         * comint.el (comint-exec-1): Check command is non-null first.
16517         Part of gdb-mi.el change (2009-08-28).
16519 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16521         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16523 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
16525         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16526         instead of `dolist' to avoid a recursive require when bootstrapping.
16528 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16530         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16532         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16534         * net/imap.el (imap-send-command): Simplify.
16535         (imap-wait-for-tag): point-max -> buffer-size.
16537         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16539         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16540         with constant argument.
16542         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16544         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16546         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16547         Change default, since most of our files don't have a history.
16548         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16549         the user.
16551         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16552         Add comint-run.
16554         * calc/calc.el: Improve commenting convention.
16555         (calc-digit-map, toplevel): Simplify.
16557         * comint.el (comint-insert-input): Be careful to only set point if we
16558         don't delegate to some other command.
16560         * proced.el (proced-signal-list): Make it an alist.
16561         (proced-grammar-alist): Capitalize names.
16562         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16563         Disable undo manually and make it read-only.
16564         Use completion-annotate-function.
16566         * minibuffer.el (minibuffer-message): If the current buffer is not
16567         a minibuffer, insert the message in the echo area rather than at the
16568         end of the buffer.
16569         (completion-annotate-function): New variable.
16570         (minibuffer-completion-help): Use it.
16571         (completion--embedded-envvar-table): Environment vars are
16572         always case-sensitive.
16574 2009-08-30  Glenn Morris  <rgm@gnu.org>
16576         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16577         from fortran-current-defun.
16578         (fortran-beginning-of-subprogram): Be more precise about finding the
16579         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
16580         (fortran-end-of-subprogram): Simplify.
16581         (fortran-current-defun): Use fortran-start-prog-re.
16583 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
16585         * subr.el (do-after-load-evaluation): Simplify.
16587 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
16589         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16591         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
16592         (vc-rcs-print-log): Use it.
16594         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16596 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16598         * paths.el (abbrev-file-name): Move to abbrev.el.
16599         * abbrev.el (abbrev-file-name): Move from paths.el.
16600         Obey user-emacs-directory.
16601         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16602         user-emacs-directory.
16603         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16604         abbrev-file-name and calc-settings-file any more.
16605         * startup.el (command-line): Recompute abbrev-file-name and
16606         abbreviated-home-dir.
16607         (normal-no-mouse-startup-screen): Improve the generic code and get rid
16608         of the special code for when C-h bindings haven't been changed.
16609         (display-startup-echo-area-message): Use with-current-buffer.
16610         (command-line-1): Use a list of strings, rather than a list of lists
16611         of strings for longopts.
16613         * files.el (get-free-disk-space): Use / for default-directory.
16615         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
16616         Use with-current-buffer.
16618         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
16619         Recognize immutable variables like most-positive-fixnum.
16620         (byte-compile-setq-default): Check and warn if trying to assign
16621         to an immutable variable, or a non-variable.
16623         * progmodes/cc-vars.el (c-comment-continuation-stars):
16624         * progmodes/cc-engine.el (c-looking-at-bos):
16625         * progmodes/cc-cmds.el (c-toggle-auto-state)
16626         (c-forward-into-nomenclature, c-backward-into-nomenclature)
16627         (c-comment-line-break-function): Add version of obsolescence.
16629 2009-08-28  Juri Linkov  <juri@jurta.org>
16631         * files.el (magic-fallback-mode-alist): Add ZIP magic number
16632         associated with `archive-mode'.
16634         * image.el (image-type-header-regexps): Use only JPEG magic number
16635         to determine JPEG images, and don't use `image-jpeg-p' because
16636         Emacs can display non-JFIF non-Exif JPEG images.
16638 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16640         * arc-mode.el (archive-mode):
16641         * emacs-lisp/re-builder.el (re-builder-unload-function):
16642         Protect against the default value of `major-mode' being nil.
16644 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16646         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
16647         Fix typos in docstrings.
16649         * progmodes/js.el (js--macro-decl-re): Doc fix.
16650         (js--plain-method-re, js--split-name): Refloc docstring.
16651         (js--class-styles, js--make-merged-item, js--splice-into-items):
16652         Fix typos in docstrings; reflow docstrings.
16653         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
16654         (js--variable-decl-matcher, js--inside-pitem-p)
16655         (js--parse-state-at-point, js--get-all-known-symbols)
16656         (js--symbol-history, js-find-symbol, js--js-references)
16657         (js--moz-interactor, js--js-encode-value, js--read-tab):
16658         Fix typos in docstrings.
16660 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16662         * textmodes/reftex.el (reftex-get-file-buffer-force):
16663         * progmodes/verilog-mode.el (verilog-batch-execute-func):
16664         * emulation/viper.el (viper-go-away, viper-set-hooks):
16665         * emacs-lisp/re-builder.el (re-builder-unload-function):
16666         * emacs-lisp/bytecomp.el (byte-compile-file):
16667         * ses.el (ses-unload-function):
16668         * hexl.el (hexl-find-file):
16669         * files.el (normal-mode):
16670         * ehelp.el (with-electric-help):
16671         * autoinsert.el (auto-insert-alist):
16672         * arc-mode.el (archive-mode):
16673         Use (default-value 'major-mode) instead of default-major-mode.
16675         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
16676         * international/mule.el (load-with-code-conversion):
16677         * emacs-lisp/debug.el (debug):
16678         * ediff-vers.el (ediff-rcs-get-output-buffer):
16679         * dired.el (dired-internal-noselect): Don't let-bind
16680         default-major-mode around code that doesn't use it.
16681         E.g. buffer creation via get-buffer-create doesn't use it.
16683 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
16685         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
16686         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
16687         when writing the temp file.  Otherwise, epa-file gets confused.
16688         (tramp-register-file-name-handlers): Make it a defun.  Move also
16689         `epa-file-handler' to the front of `file-name-handler-alist'.
16691 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16693         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
16694         start right after a ^M.
16695         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
16696         (tramp-completion-file-name-regexp-separate)
16697         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
16698         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
16699         Don't modify last-coding-system-used by accident.
16700         (tramp-completion-file-name-handler): Apply the checks here,
16701         instead during registration.
16702         (tramp-register-file-name-handlers): Renamed from
16703         `tramp-register-file-name-handler'.  Register both
16704         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
16705         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
16707 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
16709         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
16710         Remove variable ...
16711         (gdb-init-1, gdb-display-separate-io-buffer)
16712         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
16713         references to it.
16714         (gdb-inferior-io-mode): Use make-comint-in-buffer.
16715         (gdb-inferior-filter): Use comint-output-filter to stop
16716         echoing and remove ^M characters.
16718 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16720         * emulation/viper-init.el (viper-restore-cursor-type):
16721         * emulation/cua-base.el (cua--update-indications):
16722         Replace default-cursor-type with (default-value 'cursor-type).
16724         * mail/sendmail.el (mail-recover-1):
16725         * international/mule-diag.el (describe-current-coding-system-briefly)
16726         (describe-current-coding-system):
16727         * international/mule-cmds.el (select-safe-coding-system)
16728         (select-message-coding-system)
16729         (set-language-environment-coding-systems, set-locale-environment):
16730         * hexl.el (hexl-insert-multibyte-char):
16731         * dos-w32.el (find-buffer-file-type-coding-system):
16732         * simple.el (what-cursor-position):
16733         Replace uses of default-buffer-file-coding-system
16734         with (default-value 'buffer-file-coding-system).
16736         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
16737         Replace uses of default-cursor-in-non-selected-windows
16738         with (default-value 'cursor-in-non-selected-windows).
16739         Use with-current-buffer.
16741         * mail/feedmail.el: Use CL macros.
16742         (feedmail-run-the-queue, feedmail-send-it-immediately):
16743         * dos-w32.el (find-buffer-file-type): Replace uses of
16744         default-buffer-file-type with (default-value 'buffer-file-type).
16746 2009-08-28  Glenn Morris  <rgm@gnu.org>
16748         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
16749         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
16750         Use default-value of major-mode rather than default-major-mode.
16752 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16754         * Makefile.in (update-elcfiles): Report left over elc files.
16756         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
16757         expand-file-name and with-current-buffer.
16758         (mail-get-names, mail-directory): Use with-current-buffer.
16760         * vc.el (vc-read-revision): New function.
16761         (vc-version-diff, vc-merge): Use it.
16763 2009-08-27  Sam Steingold  <sds@gnu.org>
16765         * simple.el (kill-do-not-save-duplicates): New user option.
16766         (kill-new): When it is non-nil, and the new string is the same as
16767         the latest kill, set replace to t to avoid duplicates in kill-ring.
16769 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
16771         * net/tramp.el (tramp-handle-process-file): Do not flush all
16772         caches when `process-file-side-effects' is set.
16773         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
16774         instead of `tramp-find-file-exists-command'.
16775         Unset `process-file-side-effects'.
16777 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
16779         * net/tramp.el (tramp-methods): New method "rsyncc".
16780         (top): Add completion function for "rsyncc".
16781         (tramp-message-show-message): New defvar.
16782         (tramp-message, tramp-error): Use it.
16783         (tramp-do-copy-or-rename-file-directly): Extend check for direct
16784         remote copying.
16785         (tramp-do-copy-or-rename-file-out-of-band): Handle new
16786         `tramp-methods' entry `copy-env' of "rsyncc".
16787         (tramp-vc-registered-read-file-names): New defconst.
16788         (tramp-vc-registered-file-names): New defvar.
16789         (tramp-handle-vc-registered): Implement optimization strategy.
16790         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
16791         (tramp-vc-file-name-handler): New defun.
16792         (tramp-get-ls-command, tramp-get-test-command)
16793         (tramp-get-file-exists-command, tramp-get-remote-ln)
16794         (tramp-get-remote-perl, tramp-get-remote-stat)
16795         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
16797         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
16798         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
16799         timestamps.
16800         (tramp-get-file-property): Check for timestamps in
16801         `tramp-cache-inhibit-cache'.
16802         (tramp-set-file-property): Write timestamp.
16804 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16806         * language/japan-util.el (japanese-symbol-table): Add entries for
16807         cp932-2-byte.
16809         * international/characters.el: Add category `j' to cp932-2-byte.
16811 2009-08-27  Kenichi Handa  <handa@m17n.org>
16813         * international/fontset.el (build-default-fontset-data): New macro.
16814         (setup-default-fontset): Use build-default-fontset-data for CJK,
16815         tibetan, ethiopic, and ipa.
16817 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16819         * cus-start.el (default-major-mode): Customize `major-mode' instead.
16820         (enable-multibyte-characters): Not customizable any more.
16822         * subr.el (default-mode-line-format, default-header-line-format)
16823         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
16824         (default-direction-reversed, default-truncate-lines)
16825         (default-left-margin, default-tab-width, default-case-fold-search)
16826         (default-left-margin-width, default-right-margin-width)
16827         (default-left-fringe-width, default-right-fringe-width)
16828         (default-fringes-outside-margins, default-scroll-bar-width)
16829         (default-vertical-scroll-bar, default-indicate-empty-lines)
16830         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
16831         (default-fringe-cursor-alist, default-scroll-up-aggressively)
16832         (default-scroll-down-aggressively, default-fill-column)
16833         (default-cursor-type, default-buffer-file-type)
16834         (default-cursor-in-non-selected-windows)
16835         (default-buffer-file-coding-system, default-major-mode)
16836         (default-enable-multibyte-characters): Mark as obsolete.
16838 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
16840         * vc-dir.el (vc-dir-update): Remove debug helper.
16842         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
16844 2009-08-26  Sam Steingold  <sds@gnu.org>
16846         * simple.el (save-interprogram-paste-before-kill): New user option.
16847         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
16848         save the interprogram-paste into kill-ring before overriding it
16849         with the Emacs kill.
16851 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16853         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
16854         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
16855         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
16856         and move to vc-rcs.el.
16857         (vc-default-next-revision): Rename to vc-rcs-next-revision and
16858         move to vc-rcs.el.
16859         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
16860         (vc-rcs-update-changelog): Remove.
16861         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
16862         and move to vc-rcs.el.
16864         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
16865         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
16866         renaming.
16867         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
16868         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
16869         vc.el, renamed to be RCS specific.
16871         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
16872         New functions.
16873         (vc-cvs-update-changelog): Move here from vc.el.
16875         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
16876         New functions.
16878 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16880         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
16882 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16884         * vc-git.el (vc-git-register): Use "git add" for directories.
16885         (vc-git-stash, vc-git-stash-show): New functions.
16886         (vc-git-extra-menu-map): Bind them.
16888         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
16889         directory correctly in case the item is a directory itself.
16891         * vc.el: Document the desired behavior for reverted files in the
16892         `added' state.
16893         (vc-default-prettify-state-info): Remove function, unused.
16895         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
16897 2009-08-26  Glenn Morris  <rgm@gnu.org>
16899         * bindings.el (standard-mode-line-format): Reposition dashes in
16900         which-func entry.  (Bug#4217)
16902         * files.el (enable-local-variables, enable-local-eval)
16903         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
16904         the defcustoms.
16905         (auto-mode-alist, ignored-local-variables)
16906         (save-some-buffers-action-alist): Move risky declarations to the
16907         definitions.
16908         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
16909         (font-lock-defaults, format-alist, imenu--index-alist)
16910         (imenu-generic-expression, input-method-alist, minor-mode-alist)
16911         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
16912         (mode-line-modified, mode-line-mule-info, mode-line-position)
16913         (mode-line-process, mode-line-remote, outline-level)
16914         (parse-time-rules, rmail-output-file-alist)
16915         (special-display-buffer-names, vc-mode):
16916         Move risky declarations to the relevant files.
16917         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
16918         (mode-line-modified, mode-line-process, mode-line-position)
16919         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
16920         * font-core.el (font-lock-defaults):
16921         * format.el (format-alist):
16922         * vc-hooks.el (vc-mode):
16923         * window.el (special-display-buffer-names):
16924         * international/mule-cmds.el (input-method-alist):
16925         Define riskiness here (dumped file) rather than in files.el.
16926         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
16927         * imenu.el (imenu-generic-expression, imenu--index-alist):
16928         * outline.el (outline-level):
16929         * time.el (display-time-string):
16930         * calendar/parse-time.el (parse-time-rules):
16931         * mail/rmailout.el (rmail-output-file-alist):
16932         Autoload riskiness here, rather than placing in files.el.
16934 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
16936         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
16938 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
16940         * simple.el (process-file-side-effects): New defvar.
16942         * dired-aux.el (dired-show-file-type):
16943         * vc.el (vc-diff-internal):
16944         * vc-arch.el (vc-arch-diff):
16945         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
16946         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
16947         * vc-git.el (vc-git-registered, vc-git-working-revision)
16948         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
16949         (vc-git--empty-db-p):
16950         * vc-hooks.el (vc-user-login-name):
16951         * vc-svn.el (vc-svn-registered, vc-svn-state)
16952         (vc-svn-dir-extra-headers, vc-svn-find-revision):
16953         * progmodes/grep.el (grep-probe): Let-bind
16954         `process-file-side-effects' with nil.
16956         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
16958         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
16959         daemon.  Replace ping by checking for running service for bluez
16960         and zeroconf.  (Bug#4239)
16962 2009-08-25  Kevin Ryde  <user42@zip.com.au>
16964         * net/dig.el (dig): Add autoload cookie.
16966 2009-08-25  Glenn Morris  <rgm@gnu.org>
16968         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
16969         load-history for absolute file-names.
16970         (byte-compile-file-form-require): Warn about use of the cl package.
16972         * format.el (format-alist): Doc fix.
16974         * play/bubbles.el (top-level): Don't require cl at run-time.
16976         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
16977         run-time cl).
16979 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
16981         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
16982         from cl package.
16983         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
16985 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
16987         * calc/calc-alg.el (math-trig-rewrite)
16988         (math-hyperbolic-trig-rewrite): New functions.
16989         (calc-simplify): Simplify trig functions when asked.
16991 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16993         * diff-mode.el (diff-find-source-location): Avoid goto-line.
16995 2009-08-24  Kenichi Handa  <handa@m17n.org>
16997         * language/ind-util.el (mapthread): Delete it.
16998         (combinatorial): New function.
16999         (indian--puthash-cv): Use combinatorial instead of mapthread.
17001 2009-08-22  Kevin Ryde  <user42@zip.com.au>
17003         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17004         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17005         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17006         Clarify docstring that the value is strings not symbols.
17007         (checkdoc-list-of-strings-p): New function.
17009 2009-08-22  Glenn Morris  <rgm@gnu.org>
17011         * files.el (auto-mode-alist):
17012         * hippie-exp.el (he-concat-directory-file-name):
17013         * lpr.el (lpr-windows-system, printer-name):
17014         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17015         * ps-print.el (ps-windows-system):
17016         * startup.el (command-line):
17017         * emulation/viper-ex.el (viper-glob-function):
17018         * international/mule-cmds.el (set-language-environment-coding-systems):
17019         * net/ange-ftp.el (ange-ftp-write-region):
17020         * obsolete/fast-lock.el (fast-lock-cache-name):
17021         Remove code for defunct system-types emx, macos, mswindows, next-mach,
17022         unisoft-unix, vax-vms, win32, w32.
17024         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17025         given name if the pattern is not more specific.
17027         * calendar/lunar.el (lunar-phase-names): New option.
17028         (lunar-phase): Doc fix.
17029         (lunar-cycles-per-year): New constant.
17030         (lunar-index): New function.
17031         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17032         (lunar-phase-name): Use lunar-phase-names.
17033         (calendar-lunar-phases): Use format.
17034         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17036         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17037         Copy imenu-example--name-and-position function here for own use.
17038         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17040         * bs.el (bs--redisplay):
17041         * cus-edit.el (custom-redraw):
17042         * ibuffer.el (ibuffer-bury-buffer):
17043         * server.el (server-goto-line-column):
17044         * startup.el (command-line-1):
17045         * strokes.el (strokes-xpm-for-stroke):
17046         * term.el (term-display-buffer-line):
17047         * view.el (View-goto-line):
17048         * calc/calc.el (calc-do, calc-trail-buffer):
17049         * play/gamegrid.el (gamegrid-add-score-insecure):
17050         * progmodes/ada-mode.el (ada-compile-goto-error):
17051         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17052         (ebrowse-select-1st-to-9nth):
17053         * progmodes/cperl-mode.el (cperl-time-fontification):
17054         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17055         * progmodes/gud.el (gud-display-line):
17056         (idlwave-shell-display-line):
17057         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17058         * progmodes/make-mode.el (makefile-browser-toggle):
17059         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17060         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17061         * textmodes/picture.el (picture-draw-rectangle):
17062         * textmodes/reftex-index.el (reftex-index-goto-letter):
17063         (reftex-select-jump-to-previous):
17064         * textmodes/reftex-sel.el (reftex-find-start-point)
17065         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17066         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17067         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17068         * textmodes/tex-mode.el (tex-compilation-parse-errors):
17069         * textmodes/two-column.el (2C-associated-buffer):
17070         Use forward-line rather than goto-line.
17072         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17073         goto-line.
17075         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17076         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17077         (quick-check-list-to-regexp): Declare.
17079         * progmodes/make-mode.el (makefile-browser-insert-selection):
17080         Use goto-char rather than goto-line.
17082         * progmodes/prolog.el (compilation-error-regexp-alist)
17083         (compilation-forget-errors): Declare.
17085 2009-08-22  Juri Linkov  <juri@jurta.org>
17087         * progmodes/grep.el (lgrep, rgrep): At the beginning
17088         set `dir' to `default-directory' unless `dir' is a non-nil
17089         readable directory.  (Bug#4052)
17090         (lgrep, rgrep): Change a weird way to report an error
17091         from using `read-string' to using `error'.
17092         Instead of using interactive arguments in the function body,
17093         add new argument `confirm'.
17095 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17097         * textmodes/remember.el (remember-buffer):
17098         * progmodes/cperl-mode.el (cperl-vc-header-alist):
17099         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17100         (icalendar-extract-ical-from-buffer):
17101         * net/newst-treeview.el (newsticker-groups-filename):
17102         * net/newst-backend.el (newsticker-cache-filename):
17103         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17104         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17105         (speedbar-add-ignored-path-regexp, speedbar-line-path)
17106         (speedbar-buffers-line-path, speedbar-path-line)
17107         (speedbar-buffers-line-path):
17108         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17109         (epg-sign-keys):
17110         * epa.el (epa-display-verify-result):
17111         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17113 2009-08-21  Glenn Morris  <rgm@gnu.org>
17115         * progmodes/js.el (inferior-moz-process): Fix declaration.
17117         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17119         * obsolete/rnewspost.el (news-mail-reply):
17120         Use goto-char rather than goto-line.
17122         * term/ns-win.el (ns-open-file-select-line):
17123         Use line-beginning-position rather than goto-line.
17125         * apropos.el (apropos-command):
17126         * ehelp.el (electric-helpify):
17127         * printing.el (pr-show-setup):
17128         * strokes.el (strokes-help):
17129         * tutorial.el (tutorial--describe-nonstandard-key)
17130         (tutorial--detailed-help):
17131         * woman.el (woman-mini-help, woman-display-extended-fonts):
17132         * calc/calc-help.el (calc-describe-key):
17133         * emulation/edt.el (edt-electric-helpify):
17134         * international/mule-diag.el (mule-diag):
17135         * play/yow.el (apropos-zippy):
17136         * progmodes/python.el (python-describe-symbol):
17137         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17138         * textmodes/table.el (*table--cell-describe-mode)
17139         (*table--cell-describe-bindings):
17140         Use help-print-return-message rather than the now obsolete alias.
17142         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
17143         (calendar-cursor-to-visible-date):
17144         * play/5x5.el (5x5-position-cursor):
17145         * play/decipher.el (decipher):
17146         * play/gomoku.el (gomoku-goto-xy):
17147         * play/landmark.el (lm-goto-xy):
17148         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17149         (mpuz-paint-digit):
17150         Use forward-line, not goto-line.
17152         * mail/rmail.el (rmail-obsolete): Delete custom group.
17153         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17154         (rmail-remote-password, rmail-remote-password-required):
17155         Remove unneeded :set-after and :set properties.
17157 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
17159         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17161 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
17163         * loadup.el: Remove leftover macos code.
17165         * vc-git.el (vc-git-annotate-command): Run asynchronously.
17166         Explicitly pass the date format to git blame so that user local
17167         so that the output format can be parsed.
17169 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
17171         * net/dbus.el (top): Don't check for (getenv
17172         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
17174 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
17176         * log-edit.el (log-edit-strip-single-file-name): New var.
17177         (log-edit-insert-changelog): Use it.  Bug#3571
17179 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17181         * subr.el (read-passwd): Use read-key so keypad keys work as well.
17182         Bug#3287
17184         * help.el (help-print-return-message): Rename from
17185         print-help-return-message.
17187         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
17188         cvs-mode-map parent hack.
17189         (log-view-mode): Derive from special-mode.
17191         * linum.el (linum-mode): window-size-change-functions is redundant.
17192         Adapt to new window-configuration-change-hook behavior.
17193         (linum-after-size, linum-after-config): Remove.
17195         * imenu.el (imenu-example--name-and-position)
17196         (imenu-example--lisp-extract-index-name)
17197         (imenu-example--create-lisp-index, imenu-example--create-c-index):
17198         Mark as obsolete.
17200         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
17201         (inferior-prolog-mode): Use it.
17202         (inferior-prolog-load-file): Reset list of errors.
17204 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17206         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
17208         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
17210 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
17212         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
17213         is running already.
17215 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17217         * subr.el (listify-key-sequence-1): Use normal syntax since those
17218         integers are nowadays always represented by the same (positive) number
17219         on all platforms.
17220         (read-key-empty-map): New const.
17221         (read-key-delay): New var.
17222         (read-key): New function.
17223         (force-mode-line-update): Use with-current-buffer.
17224         (locate-user-emacs-file): Don't forget to abbreviate the file name.
17225         (start-process-shell-command, start-file-process-shell-command):
17226         Discourage the use of command-args.
17228 2009-08-19  Glenn Morris  <rgm@gnu.org>
17230         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
17232 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17234         * simple.el (choose-completion-string): Don't rely on
17235         minibuffer-completing-file-name and ad-hoc checks to decide whether
17236         to continue completion or not.
17238         * minibuffer.el (minibuffer-hide-completions): New function.
17239         (completion--do-completion): Use it.
17240         (completions-annotations): New face.
17241         (completion--insert-strings): Use it.
17242         (completion-pcm--delim-wild-regex): Add docstring.
17243         (completion-pcm--string->pattern): Add support for 0-width delimiters
17244         in completion-pcm--delim-wild-regex.
17246 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17248         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
17249         Remove unused var `buffer-modified-p'.
17251         * minibuffer.el (completion--do-completion): Move point for the #b001
17252         case as well (bug#4176).
17253         (minibuffer-complete, minibuffer-complete-word): Don't move point.
17255 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
17257         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
17258         and :session buses.
17260 2009-08-18  Kenichi Handa  <handa@m17n.org>
17262         * international/ucs-normalize.el (ucs-normalize-version):
17263         Change to 1.1.
17264         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
17265         (utf-8-hfs): Make it perform normalization on encoding too.
17267         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
17268         (sentence-end-without-space): Delete duplicated chars.
17269         (sentence-end-base): Likewise.
17271         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
17272         (html-mode): Delete duplicated chars from sentence-end-base.
17274         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
17275         (texinfo-mode): Delete duplicated chars from sentence-end-base.
17277 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
17279         * files.el (hack-one-local-variable): If the mode function is for
17280         a minor mode, pass it an argument (Bug#4148).
17282 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
17284         * net/tramp.el (tramp-register-completion-file-name-handler):
17285         Check also for (member 'partial-completion completion-styles).
17287 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17289         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
17290         abbrev (Bug#3943).
17292 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
17294         * progmodes/cperl-mode.el: Merge upstream 6.2.
17295         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17296         (cperl-forward-re): Check cperl-brace-recursing.
17297         (cperl-highlight-charclass): New function.
17298         (cperl-find-pods-heres): Use it.
17299         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
17300         (cperl-beautify-regexp-piece): Fix column calculation.
17301         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
17302         (cperl-beautify-level): Don't process entire regexp.
17303         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17304         calling man.
17305         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17306         (cperl-init-faces): Build a list in the normal way.
17308 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17310         * calendar/parse-time.el (parse-time-string-chars): Save match
17311         data.
17313 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17315         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17316         (sql-product): Use it.
17317         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17318         (sql-set-product): Add completion.
17319         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17320         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17321         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17322         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17323         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17324         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17325         (sql-highlight-db2-keywords): Remove.
17326         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17327         (sql-highlight-product): Use derived-mode-p.
17328         (sql-set-sqli-buffer): Use with-current-buffer.
17329         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17330         Simplify.
17332         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17334         * term.el: Fix commenting convention, turn comments into docstrings.
17336 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17338         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17340 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
17342         * calendar/parse-time.el (parse-time-string-chars): Compute using
17343         character classes, to handle non-ascii characters (Bug#3190).
17345 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17347         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17348         another heredoc if the user adds another < (Bug#3226).
17350         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17351         Don't initialize based on window-system (Bug#4124).
17353         * facemenu.el (facemenu-read-color): Use a completion function
17354         that accepts any defined color, such as RGB triplets (Bug#3677).
17356         * files.el (get-free-disk-space): Change fallback default
17357         directory to /.  Expand DIR argument before switching to fallback.
17358         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17360 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
17362         * files.el (load-library): Doc fix.
17364 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17366         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
17367         (viper-if-string): Redefine C-s in the minibuffer to insert the last
17368         incremental search string.
17370         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
17371         XEmacs.
17373         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
17374         (ediff-merge-region-is-non-clash)
17375         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
17376         Also check if the job is really a merge job.
17378         * ediff.el (ediff-current-file): New function.
17380 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
17382         * progmodes/js.el: Edit docstrings throughout to follow Emacs
17383         conventions.
17384         (js-insert-and-indent): Delete function.
17385         (js-mode-map): Don't bind keys to js-insert-and-indent.
17386         (js-beginning-of-defun): Rename from js--beginning-of-defun.
17387         (js-end-of-defun): Rename from js--end-of-defun.
17388         (js-auto-indent-flag): Delete variable.
17390 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
17392         * progmodes/js.el: Remove proclaim statement.
17393         Defvar which-func-imenu-joiner-function to silence compiler.
17395         * files.el (auto-mode-alist): Use js-mode for .js files.
17397         * progmodes/js2-mode.el: Remove file.
17399         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
17401         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
17403         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17405 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
17406             Karl Landstrom  <karl.landstrom@brgeight.se>
17408         * progmodes/js.el: New file.
17410 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
17412         * timezone.el (timezone-parse-date): Add ability to understand ISO
17413         basic format (minimal separators) dates in addition to the
17414         already-supported extended format dates.
17416 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
17418         * international/ucs-normalize.el: Add a `coding' file variable.
17420         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
17422 2009-08-14  Sam Steingold  <sds@gnu.org>
17424         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
17426 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
17428         * faces.el (help-argument-name): Define it here instead of
17429         help-fns.el, because in daemon mode help-fns.el may be loaded when
17430         faces are still uninitialized (Bug#1078).
17432         * help-fns.el (help-argument-name): Move defface to faces.el.
17434 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
17436         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
17437         create buffer with a pty but no process so that GDB can make the
17438         inferior the controlling process.
17440 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
17442         * international/ucs-normalize.el: New file.
17444 2009-08-13  Richard Stallman  <rms@gnu.org>
17446         * mail/rmail.el (rmail-get-attr-names):
17447         Accept an attribute header that is too short.
17449         * mail/rmail.el (rmail-forget-messages):
17450         Ignore nil elt in rmail-message-vector.  Use dotimes.
17452         * progmodes/compile.el (compilation-goto-locus):
17453         Use next-error-move-function.
17455         * simple.el (next-error-move-function): New variable.
17457 2009-08-12  Juri Linkov  <juri@jurta.org>
17459         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
17460         always non-nil.  (Bug#4052)
17462         * replace.el (read-regexp): Return empty string when
17463         `default-value' is nil.
17464         (keep-lines-read-args): Don't use empty string as the
17465         default value for `read-regexp'.  (Bug#2495)
17467 2009-08-12  Juri Linkov  <juri@jurta.org>
17469         * international/mule-cmds.el (ucs-insert): Change arguments
17470         from `arg' to `character', `count', `inherit' to be the same
17471         as in `insert-char'.  Doc fix.  (Bug#4039)
17473         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
17475 2009-08-12  Juri Linkov  <juri@jurta.org>
17477         * files-x.el: New file.
17479         * files.el: Move code that deals with adding/deleting
17480         file/directory-local variables to files-x.el.
17482         * Makefile.in (ELCFILES): Add files-x.elc.
17484 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
17486         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
17487         to use `goto-line'.
17488         (gdb-place-breakpoints, gdb-get-location): Rewritten without
17489         `goto-line'.
17490         (gdb-invalidate-disassembly): Do not refresh upon receiving
17491         'update signal.  Instead, update all disassembly buffers only after
17492         threads list.
17493         (gdb): Send -target-detach when buffer is killed (Bug#3794).
17494         (gdb-starting): Moved -data-list-register-names...
17495         (gdb-stopped): ...here so it's sent when first thread stops.
17496         (gdb-registers-handler-custom): Do nothing if register names are
17497         unknown yet.
17499         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
17500         from `gdb-mi.el' to avoid extra tangling.
17502         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
17503         change which breaks `gud-def' definitions used in `gdb'.
17504         (gdb-update-gud-running): No extra fuss for updating frame number.
17506 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17508         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17509         (describe-language-environment-map, setup-language-environment-map)
17510         (set-coding-system-map): Move initialization into declaration.
17511         (set-language-info-alist): Last arg to define-key-after can be skipped.
17513         * international/quail.el (quail-completion-1): Simplify.
17514         (quail-define-rules): Use slightly more compact code.
17515         (quail-insert-decode-map): Propertize keys, compact columns.
17517         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17518         Add goto-line.
17520 2009-08-10  Miles Bader  <miles@gnu.org>
17522         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17523         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17524         (js2-instance-member, js2-private-member, js2-private-function-call)
17525         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17526         (js2-magic-paren, js2-external-variable):
17527         Remove "-face" suffix from face names.
17528         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17529         (js2-highlight-undeclared-vars, js2-peek-token)
17530         (js2-parse-function-params, js2-mode-show-errors)
17531         (js2-mode-show-warnings, js2-make-magic-delimiter)
17532         (js2-mode-highlight-magic-parens): Update to use new face names.
17534 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
17536         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17537         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
17539 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
17541         * subr.el: Provide hashtable-print-readable.
17543         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17544         hs-c-like-adjust-block-beginning.
17545         (hs-hide-block-at-point): Stop hiding at the beginning of
17546         hs-block-end-regexp (Bug#700).
17548 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
17550         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17551         a macro.
17552         (gdb-registers-handler-custom): Do not fail when register names
17553         are unavailable.
17555 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17557         * progmodes/gdb-mi.el (gdb-control-all-threads)
17558         (gdb-control-current-thread): Interactive setters for
17559         `gdb-gud-control-all-threads' to use in menu.
17560         (gdb-show-run-p): Show «Go» when process is not active.
17561         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
17562         gud/thread.xpm and gud/all.xpm.
17564 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
17566         * net/net-utils.el (net-utils-font-lock-keywords): New var.
17567         (nslookup-font-lock-keywords): Make it a variable.
17568         (net-utils-mode): New mode for viewing diagnostic network output.
17569         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17570         (net-utils-run-simple): New function.
17571         (ifconfig, iwconfig, netstat, arp, route): Use it.
17573 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17575         * progmodes/gdb-mi.el (gdb-read-memory-custom)
17576         (gdb-memory-set-address, def-gdb-set-positive-number)
17577         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17578         after changing settings.
17579         (gdb-invalidate-disassembly): Update when first shown.
17580         (gdb-edit-locals-value): Fixed.
17581         (gdb-registers-handler-custom): Print registers in right order and
17582         allow changing register values (only for current thread yet).
17583         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17584         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17585         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
17586         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
17587         info in mode name.
17588         (gdb-registers-mode-map): TAB to switch to locals.
17590 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
17592         * mail/rmail.el (rmail-add-mbox-headers)
17593         (rmail-set-message-counters-counter): Search for
17594         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
17596 2009-08-08  Glenn Morris  <rgm@gnu.org>
17598         * Makefile.in (ELCFILES): Update.
17600 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17602         * mail/sendmail.el (mail-yank-original): Set
17603         buffer-file-coding-system from the one used by the message whose
17604         text is yanked.
17606         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17607         to "windows" when "pgnuplot" is used.
17608         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
17609         call accept-process-output if "pgnuplot" is used.
17610         (calc-graph-init): Don't send -display and -geometry to
17611         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
17612         running "pgnuplot -V" with shell-command-to-string.
17614         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
17615         the default.
17617 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17619         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
17620         org/org-latex.elc.
17622 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
17624         * vc-dispatcher.el (vc-resynch-window): Update comment.
17626         * term.el (term-handle-ansi-escape): Add comments with the
17627         terminfo capabilities implemented.
17629 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
17631         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
17632         (gdb-var-create-handler): Rewritten using JSON parser.
17633         (gdb-propertize-header): Moved earlier.
17634         (gdb-set-header): Removed to avoid duplication.
17635         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
17636         Refresh disassembly buffers only after threads list have been
17637         update.
17638         (gdb-threads-header, gdb-registers-header): Per-buffer header line
17639         variables.
17641 2009-08-04  Juri Linkov  <juri@jurta.org>
17643         * files.el: Commands to add/delete file/directory-local variables.
17644         (read-file-local-variable, read-file-local-variable-value)
17645         (read-file-local-variable-mode, modify-file-local-variable)
17646         (modify-file-local-variable-prop-line)
17647         (modify-dir-local-variable): New functions.
17648         (add-file-local-variable, delete-file-local-variable)
17649         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
17650         (add-dir-local-variable, delete-dir-local-variable)
17651         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
17652         (copy-dir-locals-to-file-locals-prop-line): New commands.
17654 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
17656         * abbrev.el (insert-abbrev-table-description): Prettify output.
17657         Suggested by Karl Chen.
17659 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
17661         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
17662         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
17663         (gdb-overlay-arrow-position, gdb-thread-position)
17664         (gdb-disassembly-position): Declare variables.
17665         (gdb-wait-for-pending): Function now.
17666         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
17667         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
17668         compilation goes smoothly.
17669         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
17670         (gdb-non-stop-setting): New customization setting which replaces
17671         `gdb-non-stop' so changing it doesn't break active GDB session.
17672         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
17673         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
17674         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
17675         (gdb-show-threads-by-default): New customization options.
17676         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
17677         routines.
17678         (gdb-get-buffer-create): Send buffers update signal when they are
17679         created.
17680         (gdb-invalidate-locals, gdb-invalidate-registers)
17681         (gdb-invalidate-breakpoints)
17682         (gdb-invalidate-threads, gdb-invalidate-disassembly)
17683         (gdb-invalidate-memory): Accept update signal.
17684         (gdb-current-context-command): Use --frame option.
17685         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
17686         Implement `gdb-frame-number' selection logic.
17687         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
17688         whether to show GUD toolbar buttons.
17689         (gdb-thread-exited): Unselect current thread when it exits.
17690         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
17691         (gdb-mark-line): Routine which sets overlay arrow or inverses
17692         video on fringeless displays.
17693         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
17694         to build aligned columns of data in GDB buffers and set text
17695         properties line-by-line.
17696         (gdb-invalidate-breakpoints)
17697         (gdb-breakpoints-list-handler-custom)
17698         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
17699         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
17700         (gdb-registers-handler-custom): Align data columns.
17701         (gdb-locals-handler-custom): Now prints data like in variable
17702         declarations.
17703         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
17704         Removed confusing buttons.
17705         (gdb-invalidate-threads): Append --frame.
17706         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
17707         between breakpoints/threads buffers.
17708         (gdb-set-window-buffer): Now can ignore dedicated windows.
17709         (gdb-propertize-header): Use `gdb-set-window-buffer'.
17710         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
17711         (def-gdb-thread-buffer-gud-command): Replaces
17712         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
17713         for fine thread control.
17714         (gdb-preempt-existing-or-display-buffer): New function used to
17715         display bound buffers without breaking window layout.
17716         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
17717         (gdb-select-frame): New version of `gdb-frames-select' which now
17718         sets `gdb-frame-number' so commands may use --frame option instead
17719         of inner debugger state.
17720         (gdb-frame-handler): Do not set `gdb-frame-number'.
17721         (gdb-threads-mode-map): Select threads with mouse.
17723         * progmodes/gud.el (gdb-gud-context-call): Declare function to
17724         avoid compilation warning.
17725         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
17726         `gdb-show-stop-p`.
17728         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
17729         Argument `key' renamed to `buffer-type'.
17730         (gdb-current-context-buffer-name): Do not add thread info to
17731         buffer name when no thread is selected.
17732         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
17733         command (bug 3794).
17734         (gdb-thread-selected): Handle `=thread-selected' notification.
17735         (gdb-wait-for-pending): New macro to deal with congestion problems.
17736         (gdb-breakpoints-list-handler-custom): Don't fail on pending
17737         breakpoints.
17738         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
17739         This fixes problem similar to one described in bug 3947.
17740         (gud-menu-map): More menu items.
17741         (gdb-init-1): Reset `gdb-thread-number' to nil.
17743         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
17744         non-stop settings.
17746         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
17747         (gdb-current-context-command): Do not append --thread if
17748         `gdb-thread-number' is nil.
17749         (gdb-running-threads-count, gdb-stopped-threads-count): New
17750         variables.
17751         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
17752         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
17753         customization options.
17754         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
17755         GUD commands.
17756         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
17757         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
17758         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
17759         set `gdb-thread-number' and update `gud-running' properly.
17760         (gdb-running): Update threads list when new threads appear.
17761         (gdb-stopped): Support non-stop operation and new thread switching
17762         logic.
17763         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
17764         (gdb-json-partial-output): New set of JSON routines.
17765         (def-gdb-auto-update-trigger): New `signal-list' optional
17766         argument.
17767         (gdb-thread-list-handler-custom): Update `gud-running',
17768         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
17769         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
17770         (gdb-continue-thread, gdb-step-thread): New commands for fine
17771         thread execution control.
17772         (gud-menu-map): New menu items to switch non-stop options.
17773         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
17774         (gdb-send): Mimic RET properly (bug 3794).
17776         * progmodes/gdb-mi.el (gdb-rules-name-maker)
17777         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
17778         gdb-buffer-rules.
17779         (def-gdb-auto-update-handler): New nopreserve optional argument.
17780         (gdb-stack-list-frames-custom): Print stack from top to bottom.
17782         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
17783         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
17784         (gdb-parent-mode): New mode to derive other GDB modes from.
17785         (gdb-display-disassembly-for-thread)
17786         (gdb-frame-disassembly-for-thread): New commands for threads
17787         buffer.
17789         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
17790         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
17791         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
17792         (gdb-update): We now store all GDB buffers in a list so that they
17793         can be updated by traversing a list instead of calling invalidate
17794         triggers explicitly.
17795         (def-gdb-trigger-and-handler): New macro to define trigger-handler
17796         pair for GDB buffer.
17797         (gdb-stack-buffer-name): Add thread information.
17798         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
17799         handle pending triggers.
17800         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
17801         (def-gdb-thread-buffer-simple-command)
17802         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
17803         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
17804         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
17805         New commands which show buffers bound to thread.
17806         (gdb-stack-list-locals-regexp): Removed unused regexp.
17808         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
17809         (gdb-locals-buffer-name, gdb-registers-buffer-name)
17810         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
17811         to (gud-comint-buffer) in *-buffer-name functions
17812         because (gdb-get-target-string) already does that.
17813         (gdb-locals-handler-custom, gdb-registers-handler-custom)
17814         (gdb-changed-registers-handler): Rewritten without regexps.
17816         * progmodes/gdb-mi.el: Basic thread selection support.
17817         (gdb-thread-number): New variable.
17818         (gdb-current-context-command): New macro which adds --thread
17819         option to command.
17820         (gdb-threads-mode-map): Select thread with SPC.
17821         (gdb-thread-list-handler-custom): Mark current thread with overlay
17822         arrow.  Synchronize GDB thread and Emacs thread.
17823         (gdb-select-thread): New command which selects current thread.
17824         (gdb-invalidate-frames, gdb-invalidate-locals)
17825         (gdb-invalidate-registers): Use --thread option.
17827 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
17829         * net/tramp.el (top): Make check for tramp-gvfs loading more
17830         robust.  (Bug#3977)
17831         (tramp-handle-insert-file-contents): `unwind-protect' must be
17832         inside `with-parsed-tramp-file-name'.
17834         * net/tramp-gvfs.el (top): Remove superfluous message when loading
17835         fails.
17837 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
17839         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
17840         directory if CLASSPATH is not set.
17842 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
17844         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
17845         New defconst.
17846         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
17848 2009-08-02  Kevin Ryde  <user42@zip.com.au>
17850         * net/newst-backend.el (newsticker--raw-url-list-defaults):
17851         Update freshmeat link.  Delete newsforge.com as it seems gone.
17853 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17855         * select.el (x-set-selection): Doc fix (Bug#4021).
17857         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
17859         * help-fns.el (describe-variable): Treat list return values from
17860         dir-locals-find-file properly (Bug#4005).
17862 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
17864         * net/tramp.el (tramp-debug-message): Print also microseconds.
17866 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
17868         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
17869         or END is non-nil.
17870         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
17871         (tramp-get-debug-buffer): Change `outline-regexp' according to new
17872         format.
17874         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
17875         (tramp-get-file-property): Use it.
17877         * autorevert.el (auto-revert-handler): Allow
17878         `auto-revert-tail-mode' for remote files.
17880 2009-08-02  Jason Rumney  <jasonr@gnu.org>
17882         * minibuffer.el (read-file-name): Treat confirm options to
17883         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
17885 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17887         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
17888         (font-lock-variable-name-face, font-lock-constant-face): Darken
17889         the colors for light backgrounds.
17891 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
17893         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
17894         month names.  (Bug#3987)
17896 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
17898         * simple.el (line-move-finish): Pass whole number to
17899         line-move-to-column.
17900         (line-move-visual): Perform hscroll to the recorded position.
17902 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
17904         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
17906 2009-07-29  Alan Mackenzie  <acm@muc.de>
17908         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
17910 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
17912         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
17913         (gdb-place-breakpoints): Use full path when setting breakpoints.
17915 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
17917         * calc/calc.el (calc-mode-map): Add keybinding for
17918         `calc-transpose-lines'.
17920 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
17922         * calc/calc-misc.el (calc-transpose-lines): New function.
17924 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
17926         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
17927         Simplify check for out-of-band methods.
17928         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
17929         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
17931 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
17933         * vc-git.el (vc-git-checkin): Fix typo.
17935 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
17937         * progmodes/js2-mode.el: New file.
17939 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
17941         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
17942         (gud-menu-map): Adjust tooltip accordingly.
17944 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
17946         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
17947         (vc-bzr-log-view-mode): Adjust log-view-file-re.
17949         * add-log.el (change-log-mode-map): Add a menu.
17951 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
17953         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
17954         function returns nil.
17955         (dbus-handle-event): Handle special return value :ignore.
17956         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
17958 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
17960         * view.el (view-mode-enable): Don't define Helper-return-blurb if
17961         it's not needed.
17963 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
17965         Fix Bug#3888:
17967         * w32-vars.el (x-select-enable-clipboard): Doc fix.
17969         * term/pc-win.el (x-display-name, x-colors)
17970         (x-select-enable-clipboard, x-select-text): Doc fix.
17972         * term/common-win.el (x-display-name, x-colors): Doc fix.
17974         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
17975         (xw-defined-colors): Doc fix.
17977         * w32-fns.el (x-select-text, x-setup-function-keys)
17978         (x-get-selection, x-set-selection): Doc fix.
17980         * term/x-win.el (x-select-text, x-setup-function-keys)
17981         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
17983         * select.el (x-set-selection): Doc fix.
17985 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
17987         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
17988         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
17989         "IsNSSSupportAvailable" method is not available.  Reported by
17990         Steve Youngs <steve@sxemacs.org>.
17992 2009-07-24  Kenichi Handa  <handa@m17n.org>
17994         * international/characters.el: Fix setting of category ?C, ?|, ?K,
17995         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
17996         (build-unicode-category-table): Fix range checks.
17998 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
18000         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18001         the buffer we try to sync is current when calling
18002         vc-resynch-buffer.
18004         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18005         not show up to date files.
18007 2009-07-24  Glenn Morris  <rgm@gnu.org>
18009         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18010         Add autoload cookies.  If necessary, initialize.
18011         (elint-log): Handle non-file buffers.
18012         (elint-initialize): Add optional argument to reinitialize.
18013         (elint-find-builtin-variables): Save excursion.
18015 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
18017         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18018         for Lint.
18020 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18022         * vc.el (vc-print-log-internal): New function, split out from ...
18023         (vc-print-log): ... here.
18024         (vc-dir-move-to-goal-column): Declare.
18026         * vc-git.el (vc-git-add-signoff): New variable.
18027         (vc-git-checkin): Use it.
18028         (vc-git-toggle-signoff): New function.
18029         (vc-git-extra-menu-map): Bind it to menu.
18030         (vc-git--run-command-string): Accept a nil FILE argument.
18031         (vc-git-stash-list): New function.
18032         (vc-git-dir-extra-headers): Use it.
18034 2009-07-23  Glenn Morris  <rgm@gnu.org>
18036         * help-fns.el (describe-variable): Describe ignored and risky local
18037         variables in a similar way to that in which we describe safe ones.
18039         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18040         (byte-compile-output-file-form, byte-compile-output-docform)
18041         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18042         Give some more local variables with common names a "bytecomp-" prefix,
18043         so as not to shadow things during compilation.
18044         * emacs-lisp/cl-macs.el (load-time-value)
18045         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18046         `outbuffer' to `bytecomp-outbuffer'.
18048         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18049         since the next two variables cover them automatically now.
18050         (elint-builtin-variables, elint-autoloaded-variables): New.
18051         (elint-unknown-builtin-args): Remove all members, since they can be
18052         parsed automatically now.
18053         (elint-extra-errors): New.
18054         (elint-env-add-env, elint-env-add-macro): Use cadr.
18055         (elint-current-buffer): Use or.  Change final message.
18056         (elint-get-top-forms): Use line-end-position.
18057         (elint-init-env): Use cadr.  Handle autoload, declare-function,
18058         and defalias.
18059         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
18060         (regexp-assoc): Remove unused function.
18061         (elint-top-form): Set elint-current-pos, to record the start of the
18062         top-level form, for compilation-mode.
18063         (elint-form): Trap errors in macro expansion.  Use dolist.
18064         (elint-unbound-variable): Use elint-builtin-variables and
18065         elint-autoloaded-variables.
18066         (elint-get-args): Use cadr, or.
18067         (elint-check-cond-form): Use dolist, cadr.
18068         (elint-check-condition-case-form): Doc fix.  Use cadr.
18069         Use elint-extra-errors.
18070         (elint-log): New function.
18071         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18072         Distinguish errors and warnings.
18073         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
18074         Use a bytecomp-style format.
18075         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
18076         (elint-get-log-buffer): Use compilation mode.  Disable undo.
18077         Don't truncate lines.
18078         (elint-initialize): Set builtin and autoloaded variable lists.
18079         Only process elint-unknown-builtin-args if non-nil.
18080         (elint-find-builtin-variables, elint-find-autoloaded-variables):
18081         New functions.
18082         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
18084 2009-07-22  Kevin Ryde  <user42@zip.com.au>
18086         * net/newst-backend.el (newsticker--parse-atom-1.0)
18087         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18088         (newsticker--parse-rss-1.0):
18089         * progmodes/idlwave.el (idlwave-mode):
18090         * progmodes/idlw-shell.el (idlwave-shell-mode):
18091         * progmodes/vera-mode.el (vera-mode):
18092         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18093         * progmodes/vhdl-mode.el (vhdl-mode):
18094         * textmodes/table.el (table-generate-source)
18095         (table--warn-incompatibility):
18096         Hyperlink urls in docstrings with URL `...'.
18098 2009-07-22  Glenn Morris  <rgm@gnu.org>
18100         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18101         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18102         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18103         Remove leading * from defcustom docs.
18105         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
18107         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18108         defcustom doc.
18109         (list-load-path-shadows): Optionally, just return shadows as a string.
18111         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18113 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
18115         * mail/rmailedit.el (rmail-edit-mode): Use
18116         auto-save-include-big-deletions.
18118         * mail/rmail.el (rmail-variables): Use
18119         auto-save-include-big-deletions.
18121         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18122         changes.
18124 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
18126         * calc/calc.el (calc-undo-length): New variable.
18127         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18129 2009-07-21  Richard Stallman  <rms@gnu.org>
18131         * files.el (auto-save-mode): Handle buffer-save-size = -2
18132         for toggling mode.
18134 2009-07-21  Glenn Morris  <rgm@gnu.org>
18136         * textmodes/ispell.el (ispell-looking-back): Update declaration.
18138         * calendar/todo-mode.el (calendar-current-date): Update declaration.
18140         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18141         silence compiler.  Instead...
18142         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18143         (ps-print-ensure-fontified): Update for above function name changes.
18145         * printing.el (pr-mh-get-msg-num, pr-mh-show)
18146         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18147         silence compiler.  Instead...
18148         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18149         (mh-show-buffer): Only define for compiler.
18150         (pr-mh-current-message): Update for above function name changes.
18152         * files.el (abort-if-file-too-large): Explicitly pass `filename'
18153         as an argument.
18154         (find-file-noselect, insert-file-1): Update for above change.
18156         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18158         * mail/mailclient.el (mailclient-send-it): Fix message.
18160         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18161         (edebug-eval): Check cl-debug-env is bound.
18162         (print-level, print-circle): Don't redefine built-in variables.
18164         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18165         (custom-print-vectors): Remove old comments from doc.
18167         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18168         (emerge-version): Make the variable an obsolete alias for the
18169         emacs-version variable.  Make the function obsolete.
18170         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18171         Emerge options, rather than merging in into the main Options menu.
18172         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
18173         and auto advance modes.  Disable edit/fast items when not relevant.
18175 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
18177         * term/vt420.el (terminal-init-vt420): Fix typo.
18179 2009-07-20  Sam Steingold  <sds@gnu.org>
18181         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
18182         variable (removed from compile.el on 2004-03-11).
18184 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
18186         * files.el (hack-local-variables-filter): Fix last change.
18188 2009-07-19  Juri Linkov  <juri@jurta.org>
18190         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
18191         (dir-local-variables-alist): New buffer-local variable.
18192         (hack-local-variables-filter): If variable is not dir-local,
18193         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
18194         because file-local overrides dir-local.
18195         (c-postprocess-file-styles) <declare-function>:
18196         Remove obsolete declaration.
18197         (hack-dir-local-variables): Add dir-local variable/value pair to
18198         `dir-local-variables-alist' and remove duplicates.  Doc fix.
18200         * help-fns.el (describe-variable): Add information about
18201         file-local and dir-local variables.
18203 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
18205         * files.el (hack-local-variables-filter): Rewrite.
18207 2009-07-19  Glenn Morris  <rgm@gnu.org>
18209         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
18210         Silence compiler by only defining on XEmacs.
18212         * international/mule.el (auto-coding-regexp-alist): Only match
18213         BABYL... at the start of buffer, not of lines.  (Bug#3790)
18215         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
18216         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
18217         (cal-menu-context-mouse-menu): Doc fix.
18219         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
18221         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
18223 2009-07-18  Juri Linkov  <juri@jurta.org>
18225         * info.el: Virtual Info keyword finder.
18226         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
18227         (Info-finder-file): New variable.
18228         (Info-finder-find-file): New function.
18229         (finder-known-keywords, finder-package-info)
18230         (find-library-name, lm-commentary): Use defvar and
18231         declare-function to silence compiler warnings.
18232         (Info-finder-find-node): New function.
18233         (info-finder): New command.
18235         * subr.el (process-kill-buffer-query-function): New function.
18236         (add-hook)<kill-buffer-query-functions>: Add hook
18237         `process-kill-buffer-query-function'.
18239 2009-07-18  Alan Mackenzie  <acm@muc.de>
18241         * progmodes/cc-mode.el (c-before-hack-hook)
18242         (c-postprocess-file-styles): Give invocation of `c-set-style'
18243         DONT-OVERRIDE parameter of t.  Already set style variables will
18244         thus not be overridden by style settings given by `c-file-syle'.
18246         * files.el (hack-local-variables-filter): Remove entries with
18247         duplicate keys from `file-local-variables-alist'.
18249 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
18251         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
18252         x-set-selection if display-selections-p returns nil for the
18253         current frame.
18255 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
18257         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
18259 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
18261         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
18262         Accept nil in addition to a regexp.
18263         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
18264         Accept nil in addition to a regexp.
18265         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
18266         buffers that have an associated file.  Handle nil values of
18267         desktop-buffers-not-to-save and desktop-files-not-to-save.
18268         (Bug#3833)
18270         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
18271         (x-disown-selection-internal): New functions.
18273 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
18275         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
18276         warning.
18277         (gdb-breakpoints-header): Move forward to avoid compiler warning.
18278         (gdb-make-header-line-mouse-map): Remove duplicate definition.
18280 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
18282         * simple.el (set-mark): Revert last change.
18284 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
18286         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
18287         rendering of pngs is not possible instead of messaging a long
18288         description.
18290 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
18292         * w32-fns.el (x-selection-owner-p): New function.
18294         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
18295         (mouse-yank-at-click, mouse-yank-primary): If
18296         select-active-regions is non-nil, deactivate the mark before
18297         insertion.
18299         * simple.el (deactivate-mark, set-mark): Only save selection if we
18300         own it.
18302 2009-07-17  Kenichi Handa  <handa@m17n.org>
18304         * case-table.el (describe-buffer-case-table): Fix for the case
18305         that KEY is a cons.
18307 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
18309         * vc-rcs.el (vc-rcs-find-file-hook):
18310         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18312 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
18314         * net/tramp.el (tramp-wait-for-output): Handle the case when
18315         commands do not return a newline but a null byte before the shell
18316         prompt.  (Bug#3858)
18318 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18320         * term/ns-win.el (ns-set-alpha): Don't declare.
18321         (ns-set-background-alpha): Remove function.
18323 2009-07-16  Kevin Ryde  <user42@zip.com.au>
18325         * emacs-lisp/copyright.el (copyright-update): Save match-data across
18326         y-or-n-p, for safety.
18328 2009-07-16  Richard Stallman  <rms@gnu.org>
18330         * files.el (auto-save-mode): If buffer-saved-size is -2,
18331         don't clobber it.
18333         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18334         (rmail-retry-ignored-headers): Add more uninteresting fields.
18336 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
18338         * net/rcirc.el (rcirc): Use history variables.
18339         (rcirc-server-name-history, rcirc-nick-name-history)
18340         (rcirc-server-port-history): New variables.
18342 2009-07-15  Kenichi Handa  <handa@m17n.org>
18344         * international/mule-cmds.el (set-language-environment-charset):
18345         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18346         ignore them.
18348         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18349         Delete unibyte-display.
18351 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
18353         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18355 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
18357         * simple.el (deactivate-mark): Optional argument FORCE.
18358         (set-mark): Use deactivate-mark.
18360         * info.el (Info-search): No need to check transient-mark-mode
18361         before calling deactivate-mark.
18363         * select.el (x-set-selection): Doc fix.
18364         (x-valid-simple-selection-p): Allow buffer values.
18365         (xselect--selection-bounds): Handle buffer values.  Suggested by
18366         David De La Harpe Golden.
18368         * mouse.el (mouse-set-region, mouse-drag-track): Call
18369         copy-region-as-kill before setting the mark, to let
18370         select-active-regions work.
18372 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
18374         * simple.el (deactivate-mark): If select-active-regions is
18375         non-nil, copy the selection data into a string.
18376         (activate-mark): If select-active-regions is non-nil, set the
18377         selection to the current buffer.
18378         (set-mark): Update selection if select-active-regions is non-nil.
18380         * select.el (x-valid-simple-selection-p): Allow buffer values.
18382 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18384         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
18385         and more featureful message-mode.
18387 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
18389         * select.el (x-set-selection): Doc fix.
18390         (x-valid-simple-selection-p): Disallow selection data consisting
18391         of a list or cons of integers, since that is not used.
18392         (xselect--selection-bounds, xselect--int-to-cons): New functions.
18393         (xselect-convert-to-string, xselect-convert-to-length)
18394         (xselect-convert-to-filename, xselect-convert-to-charpos)
18395         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
18397 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
18399         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
18400         output in -break-info command (Emacs bug #3794).
18402 2009-07-14  Glenn Morris  <rgm@gnu.org>
18404         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
18405         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
18406         (edebug-print-length, edebug-print-level, edebug-print-circle)
18407         (edebug-sit-for-seconds, edebug-view-outside)
18408         (edebug-bounce-point, edebug-set-global-break-condition)
18409         (edebug-Go-nonstop-mode, edebug-trace-mode)
18410         (edebug-Trace-fast-mode, edebug-continue-mode)
18411         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
18412         (edebug-visit-eval-list): Doc fixes.
18414         * subr.el (def-edebug-spec): Doc fix.
18416 2009-07-14  Kenichi Handa  <handa@m17n.org>
18418         * international/characters.el: Fix setting of category ?C.
18420 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
18422         * term/ns-win.el (x-select-font): defalias x-select-font to
18423         ns-popup-font-panel instead of generate-fontset-menu.
18425 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
18427         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
18429 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
18431         * arc-mode.el (archive-find-type): Allow for a PK00 string before
18432         the PK\003\004 header (Bug#3770).
18434 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
18436         * pcomplete.el (pcomplete-comint-setup): Check for
18437         shell-dynamic-complete-filename too.
18439 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
18441         * simple.el (temporary-goal-column): Change the value for
18442         line-move-visual to a cons cell.
18443         (line-move-visual): Record or set the window hscroll, if
18444         necessary (Bug#3494).
18445         (line-move-1): Handle cons value of temporary-goal-column.
18447 2009-07-11  Kenichi Handa  <handa@m17n.org>
18449         * international/mule-diag.el (describe-character-set): Don't show
18450         width.
18452 2009-07-10  Sam Steingold  <sds@gnu.org>
18454         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18455         Omake sometimes indents the errors it prints, so allow all
18456         regexps to start with spaces.
18458 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
18460         * cus-edit.el (customize-changed-options-previous-release):
18461         Bump value to 22.1.  (Bug#3804)
18463 2009-07-08  Sam Steingold  <sds@gnu.org>
18465         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
18466         to be a cons cell (test . ignored-directory) to selectively ignore
18467         some directories depending on the location of the search.
18469 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
18471         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
18472         remote user is root, on the local host.
18473         (tramp-local-host-p): Either the local user or the remote user
18474         must be root.  (Bug#3771)
18476 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
18478         * progmodes/gdb-mi.el (gdb): Remove description of
18479         gdb-use-separate-io-buffer.
18480         (menu): Don't allow toggling of or enable
18481         gdb-use-separate-io-buffer from menubar.
18483 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
18485         * mail/unrmail.el (unrmail): Make sure the message ends with two
18486         newlines (Bug#3769).
18488 2009-07-08  Glenn Morris  <rgm@gnu.org>
18490         * calendar/calendar.el (calendar-current-date): Rework previous change.
18492 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
18494         * calendar/calendar.el (calendar-current-date):
18495         Add an optional argument giving an offset from today.
18497 2009-07-08  Glenn Morris  <rgm@gnu.org>
18499         * tutorial.el (tutorial--describe-nonstandard-key):
18500         Adjust the message for when a key has been unbound.
18501         (help-with-tutorial): Hide the arch-tag.
18503 2009-07-08  Kenichi Handa  <handa@m17n.org>
18505         * international/fontset.el (setup-default-fontset): For each
18506         script, append (not set) font-specs.
18508         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18509         docstring.
18511 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
18513         * progmodes/gdb-mi.el (gdb-init-1): Move sending
18514         -data-list-register-names to ...
18515         (gdb-starting): ... here because GDB 7.0 requires execution to
18516         have started when using this MI command.
18517         (gdb-set-header): New function to distinguish select and
18518         unselected tabs in gdb buffers.
18519         (gdb-propertize-header): New macro that uses gdb-set-header.
18520         (gdb-breakpoints-header, gdb-locals-header): Use it.
18521         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
18523 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
18525         * Makefile.in (ELCFILES): Remove fadr.elc.
18527 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
18529         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18530         may contain frame information, so `string-match' should be used.
18531         (gdb-update): Disassembly is invalidated through
18532         `gdb-get-selected-frame'.
18533         (gdb-pad-string): New function to pad string with spaces.
18534         (gdb-invalidate-disassembly): Invalidate only if the buffer
18535         exists.
18536         (gdb-disassembly-handler-custom): Column alignment.
18537         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18538         placing new ones.
18539         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18540         end of line, too.
18541         (gdb-frame-handler): Match convention to for disassembly buffer
18542         mode name.
18543         (gdb-stack-list-frames-handler): Rewritten without regexps.
18544         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18545         not highlight breakpoints without line information.
18546         (gdb-input): Add trailing newline to command.
18548         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18549         buffer properly.
18550         (gdb-breakpoints-list-handler-custom): Replacement for
18551         `gdb-break-list-handler'.  Using real parser instead of regexps
18552         now.
18553         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18554         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18555         to place breakpoints.
18556         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18557         functions.
18558         (gdb-disassembly-handler-custom): Show overlay arrow.
18559         (gdb-disassembly-place-breakpoints): Show breakpoints in
18560         disassembly buffer.
18561         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18562         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
18563         instead of parsing breakpoints buffer.  Fixed old menu references
18564         in `gud-menu-map'.
18566         * fadr.el: Remove.
18568         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
18569         (gdb-memory-address): New variable which holds top address of
18570         memory page shown in memory buffer.
18571         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
18572         customization variables.
18573         New functions:
18574         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18575         display the memory buffer.
18576         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18577         buffer display parameters.
18578         (def-gdb-memory-format, gdb-memory-format-binary)
18579         (gdb-memory-format-octal, gdb-memory-format-unsigned)
18580         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18581         Functions for setting memory buffer format.
18582         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18583         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18584         unit size used in memory buffer.
18585         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
18586         to next/previous page of memory buffer.
18587         Now using (bindat-get-field) instead of fadr functions.
18589 2009-07-07  Sam Steingold  <sds@gnu.org>
18591         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18592         non-top-level files.
18594 2009-07-07  Kenichi Handa  <handa@m17n.org>
18596         * international/mule-cmds.el (reset-language-environment): Put
18597         the highset priority to the charset iso-8859-1.
18599 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18601         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18602         to the end of the line when locating the block (Bug#700).
18604 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
18606         * net/tramp.el (tramp-handle-write-region): Flush file properties
18607         in case of short track.
18609 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
18611         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
18612         Coded custom representation of verilog error regular expressions
18613         to work with Emacs-22's new format.
18614         (verilog-error-regexp-xemacs-alist): Coded custom representation
18615         of verilog error regular expressions to work with XEmacs format.
18616         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
18617         error recognition into XEmacs.
18618         (verilog-error-regexp-add-emacs): Hook routine to install verilog
18619         error recognition into Emacs-22.
18621 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18623         * woman.el: Remove stand-alone closing parentheses.
18624         (woman-file-name, woman2-format-paragraphs)
18625         (woman-leave-blank-lines): Code cleanup.
18626         (woman-use-own-frame): Change default to nil.
18627         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
18628         defaults to inherit from default faces.
18629         (woman2-process-escapes): Consume the newline after a stand-alone
18630         filler character (Bug#3651).
18632 2009-07-06  Glenn Morris  <rgm@gnu.org>
18634         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
18635         (top-level): Move provide to the end.
18636         (ffap): Remove defunct URL from custom group.
18638         * subr.el (eval-after-load): Doc fix.
18640 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
18642         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
18643         `calc-embedded-word' is called twice.
18645 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18647         * files.el (find-alternate-file-other-window, find-alternate-file):
18648         Obey confirm-nonexistent-file-or-buffer.
18650 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
18652         * dired-aux.el (dired-show-file-type): Handle remote files.
18654 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
18656         * desktop.el (desktop-globals-to-save):
18657         Add file-name-history (Bug#2750).
18659 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
18661         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
18663 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
18665         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
18666         property on entire argument since this is what eshell-lisp-command
18667         expects.
18669 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
18671         * net/tramp-gvfs.el (tramp-gvfs-methods)
18672         (tramp-gvfs-zeroconf-domain)
18673         (tramp-bluez-discover-devices-timeout): Add version flag.
18674         (tramp-gvfs-handler-mounted-unmounted)
18675         (tramp-gvfs-connection-mounted-p): Polish handling of
18676         incompatibilities between GVFS 0.2 and 1.0.
18678 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
18680         * cus-start.el (all): Add make-pointer-invisible.
18682 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
18684         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
18685         formatted correctly.
18687 2009-07-02  Juri Linkov  <juri@jurta.org>
18689         * info.el: Virtual Info files and nodes.
18690         (Info-virtual-files, Info-virtual-nodes): New variables.
18691         (Info-current-node-virtual): New variable.
18692         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
18693         New functions.
18694         (Info-file-supports-index-cookies): Use Info-virtual-file-p
18695         to check for a virtual file instead of checking a fixed list
18696         of node names.
18697         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
18698         instead of ad-hoc processing of "dir" and (apropos history toc).
18699         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
18700         instead of ad-hoc processing of "dir" and (apropos history toc).
18701         Reread a file when moving from a virtual node.
18702         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
18703         (Info-directory-toc-nodes, Info-directory-find-file)
18704         (Info-directory-find-node): New functions.
18705         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
18706         (Info-history): Move part of code to
18707         `Info-history-find-node'.
18708         (Info-history-toc-nodes, Info-history-find-file)
18709         (Info-history-find-node): New functions.
18710         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
18711         (Info-toc): Move part of code to `Info-toc-find-node'.
18712         (Info-toc-find-node): New function.
18713         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
18714         the current Info file name to references because now the node
18715         "*TOC*" belongs to the same Info manual.
18716         (Info-toc-build): Rename from `Info-build-toc'.
18717         (Info-toc-nodes): Rename input argument `file' to `filename'.
18718         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
18719         instead of ad-hoc processing of ("dir" apropos history toc).
18720         (Info-index-nodes): Use Info-virtual-file-p
18721         to check for a virtual file instead of checking a fixed list
18722         of node names.
18723         (Info-index-node): Add check for `Info-current-node-virtual'.
18724         Raise `save-match-data' higher up the tree to contain
18725         `search-forward' too (bug fix).
18726         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
18727         (Info-virtual-index-nodes): New variable.
18728         (Info-virtual-index-find-node, Info-virtual-index): New functions.
18729         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
18730         (Info-apropos-file, Info-apropos-nodes): New variables.
18731         (Info-apropos-toc-nodes, Info-apropos-find-file)
18732         (Info-apropos-find-node, Info-apropos-matches): New functions.
18733         (info-apropos): Move part of code to `Info-apropos-find-node' and
18734         `Info-apropos-matches'.
18735         (Info-mode-map): Bind "I" to `Info-virtual-index'.
18736         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
18737         for a virtual file instead of checking a fixed list of node names.
18739         * simple.el (async-shell-command): New command.
18741         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
18743         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
18744         instead of `mount-info'.
18746 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
18748         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
18749         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
18751 2009-07-02  Kenichi Handa  <handa@m17n.org>
18753         * international/mule.el (set-keyboard-coding-system): Force *-unix
18754         coding-system to avoid eol conversion.
18756 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
18758         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
18759         Add handler for `process-file', `shell-command' and
18760         `start-file-process'.
18761         (tramp-gvfs-handle-shell-command)
18762         (tramp-gvfs-handle-start-file-process)
18763         (tramp-gvfs-handle-process-file): New defuns.
18764         (tramp-synce-list-devices): Simplify check for existence of property.
18766 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
18768         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
18770 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
18772         * language/korean.el (set-language-info-alist): Add korean-cp949,
18773         cp949 to spec.
18775 2009-07-01  Kenichi Handa  <handa@m17n.org>
18777         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
18779         * international/encoded-kb.el: Deleted.
18781         * international/mule.el (set-keyboard-coding-system): Perform the
18782         necessary setup here instead of calling encoded-kbd-setup-display.
18784 2009-07-01  Glenn Morris  <rgm@gnu.org>
18786         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
18788 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
18790         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
18792 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
18794         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
18795         Handle also the 'rename case, when setting file modes.  (Bug#3712)
18796         (tramp-default-file-modes): Remove execute permissions.
18798         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
18799         (top): Add a default for "synce" in `tramp-default-user-alist'.
18800         Add completion function for "synce" method.
18801         (tramp-hal-service, tramp-hal-path-manager)
18802         (tramp-hal-interface-manager, tramp-hal-interface-device):
18803         New defconst.
18804         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
18805         (tramp-synce-list-devices, tramp-synce-parse-device-names):
18806         New defuns.
18808         * net/trampver.el: Update release number.
18810 2009-06-30  Kenichi Handa  <handa@m17n.org>
18812         * international/fontset.el (setup-default-fontset): Add CJK fonts
18813         for symbols and the other miscellaneous characters.
18815         * language/korea-util.el (setup-korean-environment-internal):
18816         Make char-width-table suitable for Korean environments.
18817         (exit-korean-environment): Cancel above.
18819         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
18820         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
18821         setup-function to make char-width-table suitable for respective
18822         environments, and an exit-function to cancel that.
18824         * language/japan-util.el (setup-japanese-environment-internal):
18825         Call use-cjk-char-width-table with arg `ja_JP'.
18827         * international/characters.el (cjk-char-width-table): Delete it.
18828         (cjk-char-width-table-list): New variable.
18829         (use-cjk-char-width-table): New arg local-name.
18830         (use-default-char-width-table): Fix for the case that Emacs is
18831         already using the default char-width-table.
18833 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
18835         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
18836         modes mandatory.  (Bug#3712)
18838 2009-06-29  Alan Mackenzie  <acm@muc.de>
18840         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
18841         correction between the visible width of TABs and their number of bytes.
18843 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
18845         * server.el (server-buffer-done): Prevent kill-buffer from
18846         prompting by clearing the buffer modification flag (Bug#3696).
18848 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
18850         * progmodes/verilog-mode.el (verilog-beg-of-statement)
18851         (verilog-endcomment-reason-re): Support unique case and priority case.
18852         (verilog-basic-complete-re): Support localparam lineup.
18853         (verilog-beg-of-statement-1): Fix for robustness, unique case.
18854         (verilog-set-auto-endcomments): Fix for unique case, always_comb
18855         commenting.
18856         (verilog-leap-to-case-head): Now support *nested* unique &
18857         priority case statements.
18858         (verilog-auto-lineup): Make just declarations the default (as it
18859         had been).
18860         (verilog-leap-to-case-head): Support priority/unique case statements.
18861         (verilog-auto-lineup): Rework to give users radio buttons to
18862         select the various styles of automatic lineup.
18863         (verilog-error-regexp-alist): Rework to support the XEmacs style
18864         of error regular expressions from compilers, lint tools &
18865         simulators.  Note that GNU Emacs has made it impossible for a mode
18866         to load such things.
18867         (electric-verilog-terminate-line, verilog-indent-declaration)
18868         (verilog-auto-wiure): Rework for radio button selection of
18869         auto-lineup selection of specification of auto lineup.
18870         (verilog-beg-of-statement-1): Redesign to support proper operation
18871         in additional code, based on testing with auto-lineup.
18872         (verilog-calculate-indent, assignments & declarations)
18873         (verilog-backward-token): Enhance to support auto-lineup of
18874         assignments & declarations.
18875         (verilog-in-directive-p, verilog-at-struct-p): New function for
18876         easy test of whether we are.
18877         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
18878         to support safe execution at almost anyline.
18879         (verilog-calc-1): Properly support indenting deep inside generate
18880         blocks.
18881         (verilog-init-font): Remove definition & use of verilog-init-font,
18882         as it is redundant with font-lock-defaults.
18883         (verilog-mode): Alter the definition of verilog-font-lock-defaults
18884         to avoid circular calls if syntax-ppss is a function (as is the
18885         case now in 22.x GNU Emacs) as that function would sometimes call
18886         itself, leading to (nearly) infinite recursion.
18887         (verilog-ovm-begin-re, verilog-ovm-end-re)
18888         (verilog-ovm-statement-re, verilog-leap-to-head)
18889         (verilog-backward-token): Add support for OVM macros.  Some are
18890         complete statements, and others open and close scopes like begin
18891         and end.
18892         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
18893         (verilog-defun-level-generate-only-re): Really fix the defun-list
18894         compilation issue.
18895         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
18896         coverpoint, constraint and cross statements.
18897         (verilog-defun-level-list, verilog-generate-defun-level-list)
18898         (verilog-all-defun-level-list): Redo these specifications - it is
18899         too hard to support eval-when compile aggregation of lists also
18900         built at when-compile time.
18901         (verilog-defun-level-list): Place defconsts of variables used in
18902         building regular expressions which are built in eval-when-compile
18903         bodies in the same eval-when-compile body to facilitate compile
18904         without load.
18905         (verilog-beg-block-re-ordered): Support indenting
18906         virtual/protected tasks and functions.
18907         (verilog-defun-level-list, verilog-in-generate-region-p)
18908         (verilog-backward-ws&directives, verilog-calc-1): Speed up
18909         indentation of some module items (generate items).
18910         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
18911         across virtual/protected tasks and functions.
18913 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
18915         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
18916         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
18917         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
18918         in concatenations.  Reported by Yishay Belkind.
18919         (verilog-auto-ascii-enum): Support one-hot state machines in
18920         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
18921         (verilog-auto-inst, verilog-auto-inst-port): Include interface
18922         modport in AUTOINST and add vl-modport for users.  Reported by
18923         David Rogoff.
18924         (verilog-auto-inout-module, verilog-auto-inst)
18925         (verilog-decls-get-interfaces, verilog-insert-definition)
18926         (verilog-insert-one-definition, verilog-read-decls)
18927         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
18928         (verilog-sig-modport, verilog-signals-combine-bus)
18929         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
18930         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
18931         Suggested by David Rogoff.
18932         (verilog-repair-open-comma): Fix non-insertion of comma when
18933         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
18934         (verilog-make-width-expression): Simplify [A-1:0] expression
18935         widths to just {A{1'b0}}.
18936         (verilog-mode): Cleanup checkdoc warnings.
18937         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
18938         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
18939         inputs/outputs or data type.  Suggested by Vasu Kandadi.
18940         (next-error-last-buffer): Fix byte-compiler warning.
18941         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
18942         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
18943         or shell command text during AUTO expansion.  Suggested by Tad Truex.
18944         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
18945         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
18946         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
18947         in AUTOINOUT.  Reported by Matthew Lovell.
18948         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
18949         causing use of <= assignments.  Reported by Alex Reed.
18950         (verilog-read-decls): Fix triand, trior, wand, wor to be
18951         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
18952         (verilog-extended-complete-re): Support import "DPI-C" functions.
18953         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
18954         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
18955         (verilog-insert-date, verilog-insert-year)
18956         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
18957         Windows systems.  Reported by Michael Potts.
18958         (verilog-read-module-name): Fix AUTOINST when the child module
18959         declaration's name is a tick define.  Reported by Elliot Mednick.
18960         (verilog-read-decls): Fix V2K parameter bit subscripts getting
18961         passed to next parameter's definition.  Reported by Bruce T.
18962         (verilog-read-decls): Fix detecting "parameter int" when using
18963         AUTOINSTPARAM.  Reported by Bruce T.
18964         (verilog-goto-defun): Fix goto not finding modules unless first
18965         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
18966         (verilog-mode): Expand -f flag arguments on entry to mode so
18967         verilog-goto-defun will work.  Reported by Lawrence Butcher.
18968         (verilog-getopt): Expand environment variables in -f file
18969         arguments.  Suggested by Lawrence Butcher.
18970         (verilog-set-define): Fix "Symbol's value as variable is void"
18971         when reading enumerations.
18972         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
18973         Suggested by Stephen Peltan.
18974         (verilog-read-defines): Fix reading of enumerations in include
18975         files.  Reported by Steve Peltan.
18977 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
18979         * files.el (trash-directory): Fix defcustom type.
18981 2009-06-28  Juri Linkov  <juri@jurta.org>
18983         * help-fns.el (describe-function-1): Correctly locate adviced
18984         functions in hyperlink (Bug#2438).
18986 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
18988         * files.el (trash-directory): Change default to nil.
18989         (move-file-to-trash): If trash-directory is nil and
18990         system-move-file-to-trash is unbound, perform freedesktop-style
18991         trashing.
18993 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
18995         * files.el (move-file-to-trash): Add freedesktop trash
18996         support (Bug#973).
18998 2009-06-28  Glenn Morris  <rgm@gnu.org>
19000         * autorevert.el (global-auto-revert-non-file-buffers)
19001         (global-auto-revert-mode): Doc fixes.
19003 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
19005         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19007 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
19009         * faces.el (x-handle-named-frame-geometry): Ensure that we have
19010         opened an X connection before calling x-get-resource (Bug#3194).
19012         * play/doctor.el: Remove reference to obsolete website.
19013         (make-doctor-variables): Correct grammar mistake (Bug#2633).
19015 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
19017         Remove find-file-not-found-hook VC method.  (Bug#2757)
19018         * vc-hooks.el (vc-file-not-found-hook)
19019         (vc-default-find-file-not-found-hook): Remove functions.
19020         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19021         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19022         * vc.el:
19023         * vc-hg.el:
19024         * vc-git.el: Do not mention find-file-not-found-hook VC method.
19026 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
19028         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
19029         compatibility function for `looking-back'.
19031         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
19032         Use `ispell-looking-back'.
19034 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
19036         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
19037         rather than `filename'.
19039 2009-06-23  Miles Bader  <miles@gnu.org>
19041         * face-remap.el (text-scale-set): New function.
19043 2009-06-23  Glenn Morris  <rgm@gnu.org>
19045         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19047         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19049         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19051         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19053         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19054         Simplify Persian conditionals.
19056         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19057         variable `filename'.
19059         * comint.el (comint-insert-input): Doc fix.
19061         * Makefile.in (ELCFILES): Fix typo in previous change.
19063 2009-06-23  Miles Bader  <miles@gnu.org>
19065         * cus-start.el: Add entry for `recenter-redisplay'.
19067 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
19069         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19070         Add an optional argument for the backend, use it instead of
19071         calling vc-backend.
19072         (vc-mode-line): Add an optional argument for the backend.
19073         Pass the backend to vc-state and vc-working-revision.  Move code for
19074         special handling for vc-state being a buffer to ...
19076         * vc-rcs.el (vc-rcs-find-file-hook):
19077         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
19079         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19080         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19081         vc-stay-local-p and vc-mode-line calls.
19083         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19084         (vc-cvs-diff, vc-cvs-annotate-command)
19085         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19086         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19087         vc-mode-line calls.
19089         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19090         direct comparison.
19091         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19092         backend when calling vc-mode-line.
19093         (vc-register): Do not create a closure for calling the vc register
19094         function, call it directly.
19096 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
19098         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19099         to make it obvious item can be clicked.
19101         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19103 2009-06-23  Kenichi Handa  <handa@m17n.org>
19105         * language/korea-util.el (korean-key-bindings): Change the binding
19106         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
19107         same command.
19109 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
19111         Sync with Tramp 2.1.16.
19113         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19115         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
19116         when a loading of a package fails.  Completion function for rsync
19117         is `tramp-completion-function-alist-ssh'.
19118         (all): Replace all calls of `split-string' and
19119         `tramp-split-string' by `tramp-compat-split-string'.
19120         (tramp-default-method): Use `tramp-compat-process-running-p'.
19121         (tramp-default-proxies-alist): Allow also Lisp forms.
19122         (tramp-remote-path): Add choice "Private Directories".
19123         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
19124         (tramp-domain-regexp): Allow also "-", "_" and ".".
19125         (tramp-end-of-output): Remove newlines, and add "$" at the end.
19126         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19127         (tramp-debug-message): Insert header line in debug buffer.
19128         (tramp-handle-directory-files-and-attributes-with-stat):
19129         Care about filenames with spaces, or starting with "-".
19130         (tramp-handle-dired-uncache): New defun.
19131         (tramp-handle-insert-directory): Don't flush the directory from
19132         cache, this is handled by `dired-uncache' now.
19133         (tramp-handle-insert-file-contents): Improve error handling.
19134         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19135         Quote `tramp-end-of-output'.
19136         (tramp-action-password): Improve trace message.
19137         (tramp-check-for-regexp): Both echoes must be present, before removing.
19138         (tramp-open-connection-setup-interactive-shell): Trace coding system.
19139         (tramp-compute-multi-hops): Eval cons cells of
19140         `tramp-default-proxies-alist'.
19141         (tramp-maybe-open-connection): Use the same command pattern for
19142         first hop and further hops.
19143         (tramp-wait-for-output): Remove handling of newlines.
19144         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19145         (tramp-split-string): Remove function.  It is handled in
19146         tramp-compat now.
19148         * net/tramp-cmds.el (tramp-bug):
19149         Recommend `tramp-cleanup-all-connections' in the bug mail.
19151         * net/tramp-compat.el (tramp-compat-split-string)
19152         (tramp-compat-process-running-p): New defuns.
19154         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19155         for `dired-uncache'.
19157         * net/tramp-gvfs.el: New package.
19159         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19160         Add handler for `dired-uncache'.
19161         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19163         * net/trampver.el: Update release number.  Make version check fit
19164         for SXEmacs 22.
19166 2009-06-22  Jim Meyering  <meyering@redhat.com>
19168         Automatically handle .xz suffix (XZ-compressed files), too.
19169         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19170         XZ is the successor to LZMA: <http://tukaani.org/xz/>
19172 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
19173             Nick Roberts  <nickrob@snap.net.nz>
19175         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
19176         repository (http://sphinx.net.ru/hg/gdb-mi/).
19178 2009-06-22  Glenn Morris  <rgm@gnu.org>
19180         * files.el (dir-locals-collect-mode-variables): Allow for any number of
19181         `mode' and `eval' entries.  (Bug#3430)
19183         * Makefile.in (ELCFILES): Add fadr.elc.
19185         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
19186         differing behavior of \n and ^ in strings.  (Bug#3385)
19188         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
19190         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
19191         property.
19192         (lisp-indent-function): Make it a defcustom.
19194 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
19196         * progmodes/gdb-ui.el: Replace with ...
19197         * progmodes/gdb-mi.el: ... this file.
19198         * progmodes/gud.el: Modify for gdb-mi.el.
19200 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
19202         * fadr.el: New file.
19204 See ChangeLog.14 for earlier changes.
19206 ;; Local Variables:
19207 ;; coding: utf-8
19208 ;; End:
19210   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
19212   This file is part of GNU Emacs.
19214   GNU Emacs is free software: you can redistribute it and/or modify
19215   it under the terms of the GNU General Public License as published by
19216   the Free Software Foundation, either version 3 of the License, or
19217   (at your option) any later version.
19219   GNU Emacs is distributed in the hope that it will be useful,
19220   but WITHOUT ANY WARRANTY; without even the implied warranty of
19221   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19222   GNU General Public License for more details.
19224   You should have received a copy of the GNU General Public License
19225   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.