* lisp/doc-view.el: Minor naming convention tweaks.
[emacs.git] / lisp / ChangeLog
blob76d538f8add32d01fc4c3f082ab2e655e61dac7b
1 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * doc-view.el: Minor naming convention tweaks.
4         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7         even if there's no `display' property yet (bug#14435).
9 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
11         * subr.el (unmsys--file-name): Rename from reveal-filename.
13         * Makefile.in (custom-deps, finder-data, autoloads)
14         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
18 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
21         error-completion on the first 2 args of condition-case (bug#14446).
22         Don't burp at EOB.
24 2013-05-25  Leo Liu  <sdl.web@gmail.com>
26         * comint.el (comint-previous-matching-input): Do not flood the
27         *Messages* buffer with trivial messages.
29 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * progmodes/flymake.el (flymake-nop): Don't return a string.
32         (flymake-set-at): Fix typo.
34         * simple.el (read--expression): New function, extracted from
35         eval-expression.  Set completion-at-point-functions (bug#14465).
36         (eval-expression, eval-minibuffer): Use it.
38 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
40         * progmodes/flymake.el (flymake-save-buffer-in-file)
41         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
42         (flymake-selected-frame, flymake-log, flymake-ins-after)
43         (flymake-set-at, flymake-get-buildfile-from-cache)
44         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
45         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
46         Refine the doc string.
47         (flymake-get-file-name-mode-and-masks): Reformat.
48         (flymake-get-real-file-name-function): Fix a minor bug.
50 2013-05-24  Juri Linkov  <juri@jurta.org>
52         * progmodes/grep.el (grep-mode-font-lock-keywords):
53         Support =linenumber= format used by git-grep for lines with
54         function names.  (Bug#13549)
56 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * progmodes/octave.el (octave-smie-rules): Return nil rather than
59         0 after a semi-colon; it works better for smie-auto-fill.
60         (octave--indent-new-comment-line): New function.
61         (octave-indent-new-comment-line): Use it (indirectly).
62         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
63         modify comment-line-break-function.
65         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
66         (smie-setup): Use add-function to set it.
68 2013-05-24  Sam Steingold  <sds@gnu.org>
70         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
71         argument (before the `interactive' argument).
73 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * image-mode.el (image-mode-winprops): Add winprops to
76         image-mode-winprops-alist before running
77         image-mode-new-window-functions.
78         * doc-view.el (doc-view-new-window-function): Don't delay
79         doc-view-goto-page via timers (bug#14435).
81 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
83         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
84         (doc-view-desktop-save-buffer): New function.
85         (doc-view-restore-desktop-buffer): New function.
86         (desktop-buffer-mode-handlers):
87         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
88         handler.
89         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
90         `desktop-save-buffer' function.
92 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
94         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
95         (tramp-gvfs-file-name-handler): Raise a user error when
96         `tramp-gvfs-enabled' is nil.
97         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
98         Do not raise a user error when loading package.  (Bug#14447)
100         * net/xesam.el: Move to obsolete/.
102 2013-05-24  Glenn Morris  <rgm@gnu.org>
104         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
106         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
108         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
109         (Info-find-node, Man-getpage-in-background): Declare.
111         * mail/unrmail.el (unrmail):
112         Replace obsolete detect-coding-with-priority.
114         * net/socks.el (socks-split-string): Use this rather than split-string.
115         (socks-nslookup-host): Update for above change.
116         (dynamic-choice, s5-dynamic-choice-match)
117         (s5-dynamic-choice-match-inline, s5-widget-value-create):
118         Comment out unused code.
120         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
121         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
122         (gud-tooltip-echo-area): Make obsolete.
123         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
125         * progmodes/js.el (js--optimize-arglist): Declare.
127         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
129         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
130         (ediff-window-C): Declare.
132         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
133         Tweak requires to silence compiler.
135         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
136         (he-search-string, he-tried-table, he-expand-list)
137         (he-init-string, he-string-member, he-substitute-string)
138         (he-reset-string): Declare.
140         * obsolete/options.el (list-options): Use custom-variable-p,
141         rather than obsolete alias.
143 2013-05-23  Sam Steingold  <sds@gnu.org>
145         * simple.el (shell-command-on-region): Pass the `replace' argument
146         down to `call-process-region' to comply with the doc as reported on
147         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
149 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * emacs-lisp/smie.el (smie-indent-forward-token)
152         (smie-indent-backward-token): Handle string tokens (bug#14381).
154 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
156         * ielm.el (ielm-menu): New menu.
157         (inferior-emacs-lisp-mode): Set comment-start.
159 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
161         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
162         Fix deactivate action.
164         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
165         Add cleveref macros.
167         * lisp/textmodes/reftex-parse.el
168         (reftex-locate-bibliography-files): Accept options for
169         bibliography commands.
170         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
171         Add addbibresource.  Basic Biblatex support.
173 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
175         * net/tramp-gvfs.el (top):
176         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
177         when loading package.  (Bug#14447)
179 2013-05-23  Glenn Morris  <rgm@gnu.org>
181         * progmodes/js.el: No need to load comint when compiling.
182         (ring-insert, comint-send-string, comint-send-input)
183         (comint-last-input-end, ido-chop): Declare.
185         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
186         * vc/ediff-mult.el: Adjust requires.
187         (ediff-directories-internal, ediff-directory-revisions-internal)
188         (ediff-patch-file-internal): Declare.
189         * vc/ediff-ptch.el: Adjust requires.
190         (ediff-use-last-dir, ediff-buffers-internal): Declare.
191         (ediff-find-file): Autoload.
192         * vc/ediff-util.el: No need to load ediff when compiling.
193         (ediff-regions-internal): Declare.
194         * vc/ediff-wind.el: Adjust requires.
195         (ediff-compute-toolbar-width): Define when compiling.
196         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
197         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
198         (dired-get-filename, dired-get-marked-files)
199         (ediff-last-dir-patch, ediff-patch-default-directory)
200         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
201         (ediff-patch-buffer-internal): Declare.
203         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
204         (ispell-process, ispell-buffer-local-words, lm-summary)
205         (lm-section-start, lm-section-end): Declare.
206         (checkdoc-ispell-init): Simplify.
208         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
209         (he-string-member, he-reset-string, he-substitute-string): Declare.
211         * eshell/em-ls.el: Adjust requires.
212         (eshell-glob-regexp): Declare.
213         * eshell/em-tramp.el: Adjust requires.
214         (eshell-parse-command): Autoload.
215         * eshell/em-xtra.el: Adjust requires.
216         (eshell-parse-command): Autoload.
217         * eshell/esh-ext.el: Adjust requires.
218         (eshell-parse-command, eshell-close-handles): Autoload.
219         * eshell/esh-io.el: Adjust requires.
220         (eshell-output-filter): Autoload.
221         * eshell/esh-util.el: No need to load tramp when compiling.
222         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
223         Declare.
224         (eshell-parse-ange-ls): Require ange-ftp and tramp.
225         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
226         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
227         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
228         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
229         * eshell/esh-opt.el, eshell/esh-proc.el:
230         * eshell/esh-var.el: Adjust requires.
231         * eshell/eshell.el: Do not require esh-util twice.
232         (eshell-add-input-to-history): Declare.
233         (eshell-command): Check history module is active before using it.
235         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
237 2013-05-22  Leo Liu  <sdl.web@gmail.com>
239         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
241 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
243         * autorevert.el (auto-revert-notify-add-watch)
244         (auto-revert-notify-handler): Add `attrib' for the inotify case,
245         it indicates changes in file modification time.
247 2013-05-22  Glenn Morris  <rgm@gnu.org>
249         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
250         Always delete the autoloaded function from the noruntime and
251         unresolved functions lists.
253         * allout.el: No need to load epa, epg, overlay when compiling.
254         (epg-context-set-passphrase-callback, epg-list-keys)
255         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
256         (epg-key-user-id-list): Declare.
258         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
259         (viper-set-parsing-style-toggling-macro)
260         (viper-set-emacs-state-searchstyle-macros):
261         Use called-interactively-p on Emacs.
262         (viper-looking-back): Make it an obsolete alias.  Update callers.
263         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
264         Use looking-back rather than viper-looking-back.
265         (viper-tmp-insert-at-eob, viper-enlarge-region)
266         (viper-read-string-with-history, viper-register-to-point)
267         (viper-append-to-register, viper-change-state-to-vi)
268         (viper-backward-char-carefully, viper-forward-char-carefully)
269         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
270         (viper-change-state-to-emacs): Declare.
271         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
272         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
273         * emulation/viper-mous.el: Do not load viper-cmd.
274         (viper-backward-char-carefully, viper-forward-char-carefully)
275         (viper-forward-word, viper-adjust-window): Declare.
277         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
279         * progmodes/idlw-help.el (idlwave-help-fontify):
280         Use called-interactively-p.
282         * term/w32console.el (w32-get-console-codepage)
283         (w32-get-console-output-codepage): Declare.
285         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
286         Remove unnecessary declarations.
287         (dframe-message): Doc fix.
289         * info.el (dframe-select-attached-frame, dframe-current-frame):
290         Declare.
292         * speedbar.el (speedbar-message): Make it an obsolete alias.
293         Update all callers.
294         (speedbar-with-attached-buffer)
295         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
296         (speedbar-with-writable): Use backquote.
297         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
298         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
299         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
300         rather than speedbar- aliases.
301         * mail/rmail.el: Load dframe rather than speedbar when compiling.
302         (speedbar-make-specialized-keymap, speedbar-insert-button)
303         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
304         (speedbar-do-function-pointer): Declare.
305         (rmail-speedbar-button, rmail-speedbar-find-file)
306         (rmail-speedbar-move-message):
307         Use dframe-with-attached-buffer rather than speedbar- alias.
308         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
309         (dframe-message, speedbar-make-specialized-keymap)
310         (speedbar-add-expansion-list, speedbar-mode-functions-list)
311         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
312         (speedbar-insert-button, dframe-select-attached-frame)
313         (dframe-maybee-jump-to-attached-frame)
314         (speedbar-change-initial-expansion-list)
315         (speedbar-previously-used-expansion-list-name): Declare.
316         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
317         Use dframe-message, dframe-with-attached-buffer rather than
318         speedbar- aliases.
319         (gud-sentinel): Silence compiler.
320         * progmodes/vhdl-mode.el (speedbar-refresh)
321         (speedbar-do-function-pointer, speedbar-add-supported-extension)
322         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
323         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
324         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
325         (speedbar-file-lists, speedbar-make-tag-line)
326         (speedbar-line-directory, speedbar-goto-this-file)
327         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
328         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
329         (speedbar-make-button, speedbar-reset-scanners)
330         (speedbar-files-item-info, speedbar-line-text)
331         (speedbar-find-file-in-frame, speedbar-set-timer)
332         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
333         (speedbar-with-writable): Do not (re)define it.
334         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
335         rather than speedbar- alias.
337 2013-05-21  Leo Liu  <sdl.web@gmail.com>
339         * progmodes/octave.el (octave-mode-menu): Update and re-organize
340         menu items.
341         (octave-mode): Tweak fill-nobreak-predicate.
342         (inferior-octave-startup): Check process to avoid infinite loop.
343         (inferior-octave): Pop to buffer first to show abornmal process
344         exit information.
346 2013-05-21  Glenn Morris  <rgm@gnu.org>
348         * printing.el (pr-menu-bar): Define when compiling.
350 2013-05-21  Leo Liu  <sdl.web@gmail.com>
352         * progmodes/octave.el (octave-auto-fill): Remove.
353         (octave-indent-new-comment-line): Improve.
354         (octave-mode): Use auto fill mode through
355         comment-line-break-function and fill-nobreak-predicate
356         (octave-goto-function-definition): Support DEFUN_DLD.
357         (octave-beginning-of-defun): Small Tweak
358         (octave-help): Show parent directory.
360 2013-05-21  Glenn Morris  <rgm@gnu.org>
362         * files.el (dired-unmark):
363         * progmodes/gud.el (gdb-input): Update declarations.
365         * calculator.el (electric, ehelp): No need to load when compiling.
366         (Electric-command-loop, electric-describe-mode): Declare.
368         * doc-view.el (doc-view-current-converter-processes): Move before use.
370         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
371         Move MODE-set-explicitly definition before use.
373         * international/mule-diag.el (mule-diag):
374         Don't use obsolete window-system-version.
376         * mail/feedmail.el (smtpmail): No need to load when compiling.
377         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
379         * mail/mail-utils.el (rfc822): No need to load when compiling.
380         (rfc822-addresses): Autoload it.
381         (mail-strip-quoted-names): Trivial simplification.
383         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
384         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
386         * net/snmp-mode.el (tempo): Don't duplicate requires.
388         * progmodes/prolog.el (info): No need to load when compiling.
389         (comint): Require before shell requires it.
390         (Info-goto-node): Autoload it.
391         (Info-follow-nearest-node): Declare.
392         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
394         * textmodes/artist.el (picture-mode-exit): Declare.
396         * textmodes/reftex-parse.el (reftex-parse-from-file):
397         Trivial rewrite so the compiler can parse it better.
399 2013-05-20  Leo Liu  <sdl.web@gmail.com>
401         * progmodes/octave.el (octave-help-mode-map)
402         (octave-help-mode-finish-hook): New variables.
403         (octave-help-mode, octave-help-mode-finish): New functions.
404         (octave-help): Use octave-help-mode.
406 2013-05-20  Glenn Morris  <rgm@gnu.org>
408         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
410 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
412         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
413         start at point, so that expansion starting right after opening
414         slash in a regexp is recognized.
415         (ruby-syntax-before-regexp-re): New defvar, extracted from
416         ruby-syntax-propertize-function.  Since the value of this regexp
417         is looked up at runtime now, we should be able to turn
418         `ruby-syntax-methods-before-regexp' into a defcustom later.
419         (ruby-syntax-propertize-function): Split regexp matching into two
420         parts, for opening and closing slashes.  That allows us to skip
421         over string interpolations and support multiline regexps.
422         Don't call `ruby-syntax-propertize-expansions', instead use another rule
423         for them, which calls `ruby-syntax-propertize-expansion'.
424         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
425         call to `ruby-syntax-propertize-function'.
426         (ruby-syntax-propertize-expansion): Extracted from
427         `ruby-syntax-propertize-expansions'.  Handles one expansion.
428         (ruby-syntax-propertize-percent-literal): Leave point right after
429         the percent symbol, so that the expression expansion rule can
430         propertize the contents.
431         (ruby-syntax-propertize-heredoc): Leave point at bol following the
432         heredoc openers.
433         (ruby-syntax-propertize-expansions): Remove.
435 2013-05-18  Juri Linkov  <juri@jurta.org>
437         * man.el (Man-default-man-entry): Remove `-' from the end
438         of the default value.  (Bug#14400)
440 2013-05-18  Glenn Morris  <rgm@gnu.org>
442         * comint.el (comint-password-prompt-regexp):
443         Allow "password for XXX" where XXX contains colons (eg https://...).
445 2013-05-18  Leo Liu  <sdl.web@gmail.com>
447         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
448         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
449         (octave-source-directories): Don't check process.
450         (octave-source-directories, octave-find-definition): Doc fix.
452 2013-05-18  Glenn Morris  <rgm@gnu.org>
454         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
455         Remove backspace/delete bindings.  (Bug#14392)
457         * cus-dep.el (custom-make-dependencies): Sort the output.
458         (custom-versions-load-alist): Convert comment to doc.
460 2013-05-17  Leo Liu  <sdl.web@gmail.com>
462         * newcomment.el (comment-search-backward): Stricter in finding
463         comment start.  (Bug#14303)
465         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
466         (octave-comment-start-skip): Properly anchored.
468 2013-05-17  Leo Liu  <sdl.web@gmail.com>
470         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
471         Clean up when turned off.  (Bug#14395)
472         (smie--highlight-matching-block-overlay): No longer buffer-local.
473         (smie-highlight-matching-block): Adjust.
475 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
477         Doc string fix for "nanoseconds" (Bug#14406).
478         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
479         Fix doc string typo that had "nanoseconds" instead of "microseconds".
481 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
483         * calc/calc-units.el (math-extract-units): Preserve powers
484         of units.
486 2013-05-17  Leo Liu  <sdl.web@gmail.com>
488         * subr.el (delete-consecutive-dups): New function.
489         * ido.el (ido-set-matches-1): Use it.
490         * progmodes/octave.el (inferior-octave-completion-table): Use it.
491         * ido.el (ido-remove-consecutive-dups): Remove.
493 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
496         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
497         regexp-opt's `words'.
499 2013-05-16  Leo Liu  <sdl.web@gmail.com>
501         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
502         (smie--highlight-matching-block-overlay)
503         (smie--highlight-matching-block-lastpos)
504         (smie--highlight-matching-block-timer): New variables.
505         (smie-highlight-matching-block): New function.
506         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
507         (smie-setup): Conditionally enable smie-blink-matching-open.
509 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
511         Sync with upstream verilog-mode r840.
512         * progmodes/verilog-mode.el (verilog-mode-version)
513         (verilog-mode-release-date): Update.
514         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
515         (verilog-sig-tieoff): Fix string error on
516         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
517         (verilog-read-decls): Fix parameters confusing
518         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
520 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
522         * subr.el (reveal-filename): New function.
524         * loadup.el: Compute Emacs executable versions on MS-Windows,
525         where executables have the .exe extension.  Add a hard link
526         emacs-XX.YY.ZZ.exe on MS-Windows.
528         * Makefile.in (XARGS_LIMIT): New variable.
529         (custom-deps, finder-data, autoloads)
530         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
531         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
532         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
533         (compile-main): Limit xargs according to $(XARGS_LIMIT).
535 2013-05-16  Leo Liu  <sdl.web@gmail.com>
537         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
538         (octave-mode-menu, octave-mode-map): Remove its uses.
540 2013-05-16  Reto Zimmermann  <reto@gnu.org>
542         Sync with upstream vhdl mode v3.34.2.
543         * progmodes/vhdl-mode.el: Use `push' throughout.
544         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
545         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
546         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
547         (vhdl-actual-generic-name): New option to derive actual generic name.
548         (vhdl-port-paste-signals): Replace formal by actual generics.
549         (vhdl-beautify): New name for old group vhdl-align.  Update users.
550         (vhdl-beautify-options): New option.
551         (vhdl-last-input-event): New compat alias.  Use throughout.
552         (vhdl-goto-line): Replace user level function `goto-line'.
553         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
554         vhdl-fix-statement-buffer.
555         (vhdl-create-mode-menu): Add some entries.
556         (vhdl-align-region-groups): Respect vhdl-beautify-options.
557         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
558         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
559         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
560         to force statements on one line.
561         (vhdl-remove-trailing-spaces-region):
562         New, split from vhdl-remove-trailing-spaces.
563         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
564         Respect vhdl-beautify-options.
565         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
566         (vhdl-update-sensitivity-list): Not add with index if exists without.
567         Not include array index with signal.  Ignore keywords in comments.
568         (vhdl-get-visible-signals): Regexp tweaks.
569         (vhdl-template-component-inst): Handle empty library.
570         (vhdl-template-type): Add template for 'enum' type.
571         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
572         Use vhdl-replace-string.
573         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
574         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
575         (vhdl-speedbar-initialize): Update for above name change.
576         (vhdl-compose-wire-components): Fix in handling of constants.
577         (vhdl-error-regexp-emacs-alist): New variable.
578         (vhdl-error-regexp-add-emacs): New function;
579         adds support for new compile.el (Emacs 22+)
580         (vhdl-generate-makefile-1): Change target order for single lib. units.
581         Allow use of absolute file names.
583 2013-05-16  Leo Liu  <sdl.web@gmail.com>
585         * simple.el (prog-indent-sexp): Indent enclosing defun.
587 2013-05-15  Glenn Morris  <rgm@gnu.org>
589         * cus-start.el (show-trailing-whitespace): Move to editing basics.
590         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
591         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
592         (whitespace-highlight): Move to whitespace group.
594         * comint.el (comint-source):
595         * pcmpl-linux.el (pcmpl-linux):
596         * shell.el (shell-faces):
597         * eshell/esh-opt.el (eshell-opt):
598         * international/ccl.el (ccl): Remove empty custom groups.
600         * completion.el (dynamic-completion-mode):
601         * jit-lock.el (jit-lock-debug-mode):
602         * minibuffer.el (completion-in-region-mode):
603         * type-break.el (type-break-mode-line-message-mode)
604         (type-break-query-mode):
605         * emulation/tpu-edt.el (tpu-edt-mode):
606         * progmodes/subword.el (global-subword-mode, global-superword-mode):
607         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
608         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
610         * term/xterm.el (xterm): Change parent group to terminals.
612         * master.el (master): Remove empty custom group.
613         (master-mode): Remove unused :group argument.
614         * textmodes/refill.el (refill): Remove empty custom group.
615         (refill-mode): Remove unused :group argument.
617         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
619         * cus-dep.el: Provide a feature.
620         (custom-make-dependencies): Ignore dotfiles (dir-locals).
621         Don't mistakenly ignore files whose basenames match a basename
622         from preloaded-file-list (eg cedet/ede/simple.el).
623         Add a fallback method for getting :group.
625 2013-05-15  Juri Linkov  <juri@jurta.org>
627         * isearch.el (isearch-char-by-name): Rename from
628         `isearch-insert-char-by-name'.  Doc fix.
629         (isearch-forward): Mention `isearch-char-by-name' in
630         the docstring.  (Bug#13348)
632         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
633         `exit-minibuffer' instead of
634         `isearch-nonincremental-exit-minibuffer'.
635         (isearch-edit-string): Remove mention of
636         `isearch-nonincremental-exit-minibuffer' from docstring.
637         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
638         (isearch-forward-exit-minibuffer)
639         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
641 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * loadup.el: Just use unversioned DOC.
645         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
646         literals as extending to EOB.
647         (nxml-last-fontify-end): Remove unused variable.
648         (nxml-after-change1): Use with-silent-modifications.
649         (nxml-extend-after-change-region): Simplify.
650         (nxml-extend-after-change-region1): Remove function.
651         (nxml-after-change1): Don't adjust for dependent regions.
652         (nxml-fontify-matcher): Simplify.
653         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
654         (xmltok-add-dependent): Remove function.
655         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
656         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
657         (xmltok-scan-prolog-after-processing-instruction-open): Treat
658         unclosed <[[, <?, comment, and other literals as extending to EOB.
659         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
660         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
661         Remove functions.
662         (rng-do-some-validation-1): Don't mark dependent regions.
663         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
664         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
665         (nxml-clear-dependent-regions): Remove functions.
666         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
667         (nxml-ensure-scan-up-to-date):
668         Don't clear&mark dependent regions.
670 2013-05-15  Leo Liu  <sdl.web@gmail.com>
672         * progmodes/octave.el (octave-goto-function-definition):
673         Improve and fix callers.
675 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
678         the setter (bug#14387).
680         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
681         surrounding group (bug#14402).
683 2013-05-14  Juri Linkov  <juri@jurta.org>
685         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
686         (Bug#14390)
688 2013-05-14  Glenn Morris  <rgm@gnu.org>
690         * progmodes/f90.el (f90-imenu-generic-expression):
691         Fix typo in 2013-05-08 change.  (Bug#14402)
693 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
695         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
696         Remove signals for which replies are never received.
698 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
700         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
701         (gdb-handler-alist, gdb-handler-number): Remove variables.
702         (gdb-handler-list): New variable.
703         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
704         (gdb-pending-handler-p, gdb-handle-reply)
705         (gdb-remove-all-pending-triggers): New functions.
706         (gdb-discard-unordered-replies): New defcustom.
707         (gdb-handler): New defstruct.
708         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
709         instead of gdb-pending-triggers.  Update docstring.
710         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
711         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
712         (gdb-var-update-handler, def-gdb-auto-update-trigger)
713         (def-gdb-auto-update-handler, gdb-get-changed-registers)
714         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
715         (gdb-frame-handler): Pending triggers are now automatically managed.
716         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
717         Remove argument.
718         (gdb-input): Automatically handles pending triggers.  Update docstring.
719         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
720         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
721         Update comments.
722         (gdb-done-or-error): Now use gdb-handle-reply.
724 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
726         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
727         gdb-debug-log.
729 2013-05-14  Glenn Morris  <rgm@gnu.org>
731         * subr.el (user-emacs-directory-warning): New option.
732         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
734 2013-05-14  Leo Liu  <sdl.web@gmail.com>
736         * progmodes/octave.el (octave-font-lock-keywords): Fix error
737         during redisplay.
738         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
739         (octave-font-lock-texinfo-comment): Fix invalid search bound
740         error: wrong side of point.
742 2013-05-14  Glenn Morris  <rgm@gnu.org>
744         * progmodes/flymake.el (flymake-xml-program): New option.
745         (flymake-xml-init): Use it.
747         * term/xterm.el: Provide a feature.
749         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
751 2013-05-13  Glenn Morris  <rgm@gnu.org>
753         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
754         Add compat aliases as a hack workaround.  (Bug#14384)
756 2013-05-13  Leo Liu  <sdl.web@gmail.com>
758         * progmodes/octave.el (octave-indent-comment): Fix indentation for
759         ###, and %!.
760         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
761         C-M-q.
762         (octave-comment-start-skip): Include %!.
763         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
765 2013-05-12  Leo Liu  <sdl.web@gmail.com>
767         * progmodes/octave.el (inferior-octave-startup): Store the value
768         of __octave_srcdir__ for octave-source-directories.
769         (inferior-octave-check-process): New function refactored out of
770         inferior-octave-send-list-and-digest.
771         (octave-source-directories)
772         (octave-find-definition-filename-function): New variables.
773         (octave-source-directories)
774         (octave-find-definition-default-filename): New functions.
775         (octave-find-definition): Improve to find functions implemented in C++.
777 2013-05-12  Glenn Morris  <rgm@gnu.org>
779         * calendar/diary-lib.el (diary-outlook-format-1):
780         Don't include dayname in the output.  (Bug#14349)
782 2013-05-11  Glenn Morris  <rgm@gnu.org>
784         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
786         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
787         Treat cc-provide like provide.
789 2013-05-11  Kevin Ryde  <user42@zip.com.au>
791         * cus-dep.el (custom-make-dependencies):
792         Use generated-autoload-load-name for the sake of files such
793         such cedet/semantic/bovine/c.el, where the base file name
794         is not in load-path.  (Bug#5277)
796 2013-05-11  Glenn Morris  <rgm@gnu.org>
798         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
799         Provide features.
801 2013-05-11  Leo Liu  <sdl.web@gmail.com>
803         * progmodes/octave.el (octave-indent-comment): Improve.
804         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
805         (octave-eldoc-function-signatures, octave-eldoc-function):
806         New functions.
807         (octave-mode, inferior-octave-mode): Add eldoc support.
809 2013-05-11  Richard Stallman  <rms@gnu.org>
811         * epa.el (epa-decrypt-file): Take output file name as argument
812         and read it using `interactive'.
814 2013-05-11  Leo Liu  <sdl.web@gmail.com>
816         * progmodes/octave.el (octave-beginning-of-line)
817         (octave-end-of-line): Check before using up-list because it jumps
818         out of more syntactic contructs since moving to smie.
819         (octave-indent-comment): New function.
820         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
821         (octave-begin-keywords, octave-end-keywords)
822         (octave-reserved-words, octave-smie-bnf-table)
823         (octave-smie-rules): Add new keywords from Octave 3.6.4.
825 2013-05-11  Glenn Morris  <rgm@gnu.org>
827         * faces.el (internal-face-x-get-resource):
828         * frame.el (ns-display-monitor-attributes-list):
829         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
831         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
833         * calc/calc-menu.el: Make it loadable in isolation.
835         * net/eudcb-bbdb.el: Make it loadable without bbdb.
836         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
837         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
838         (eudc-bbdb-query-internal): Require 'bbdb.
840         * lpr.el (lpr-headers-switches):
841         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
843         * progmodes/sql.el (sql-login-params): Fix and improve :type.
845         * emulation/edt-mapper.el: In batch mode, error rather than hang.
847         * term.el (term-set-escape-char): Make it idempotent.
849 2013-05-10  Leo Liu  <sdl.web@gmail.com>
851         * progmodes/octave.el (inferior-octave-completion-table):
852         No longer a function and all uses changed.  Use cache to speed up
853         completion due to bug#11906.
854         (octave-beginning-of-defun): Re-write to be more general.
856 2013-05-10  Glenn Morris  <rgm@gnu.org>
858         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
860 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * comint.el (comint-redirect-send-command-to-process): Use :around
863         rather than :override for comint-redirect-filter.
864         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
865         Call it instead of comint-redirect-original-filter-function (which
866         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
868 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
870         * frame.el (display-monitor-attributes-list): Add NS case.
871         (ns-display-monitor-attributes-list): Declare.
873 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
875         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
877 2013-05-09  Glenn Morris  <rgm@gnu.org>
879         * international/fontset.el (vertical-centering-font-regexp):
880         Set standard-value.
882         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
884         * bookmark.el (bookmark-search-delay):
885         * cus-start.el (vertical-centering-font-regexp):
886         * ps-mule.el (ps-mule-font-info-database-default):
887         * ps-print.el (ps-default-fg, ps-default-bg):
888         * type-break.el (type-break-good-break-interval):
889         * whitespace.el (whitespace-indentation-regexp)
890         (whitespace-space-after-tab-regexp):
891         * emacs-lisp/testcover.el (testcover-1value-functions)
892         (testcover-noreturn-functions, testcover-progn-functions)
893         (testcover-prog1-functions):
894         * emulation/viper-init.el (viper-emacs-state-cursor-color):
895         * eshell/em-glob.el (eshell-glob-translate-alist):
896         * play/tetris.el (tetris-tty-colors):
897         * progmodes/cpp.el (cpp-face-default-list):
898         * progmodes/flymake.el (flymake-allowed-file-name-masks):
899         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
900         (idlwave-help-browser-generic-args):
901         * progmodes/make-mode.el (makefile-special-targets-list):
902         * progmodes/python.el (python-shell-virtualenv-path):
903         * progmodes/verilog-mode.el (verilog-active-low-regexp)
904         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
905         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
906         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
907         * textmodes/reftex-vars.el (reftex-format-label-function):
908         * textmodes/remember.el (remember-diary-file): Fix custom types.
910         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
911         Add :version.
913 2013-05-09  Leo Liu  <sdl.web@gmail.com>
915         * progmodes/octave.el (inferior-octave-completion-at-point):
916         Restore file completion.  (Bug#14300)
917         (inferior-octave-startup): Fix incorrect highlighting for the
918         first prompt.
920 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
922         * progmodes/ruby-mode.el: First cut at SMIE support.
923         (ruby-use-smie): New var.
924         (ruby-smie-grammar): New constant.
925         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
926         (ruby-smie--forward-token, ruby-smie--backward-token)
927         (ruby-smie-rules): New functions.
928         (ruby-mode-variables): Setup SMIE if applicable.
930 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
932         * simple.el (line-move-visual): Signal beginning/end of buffer
933         only if vertical-motion moved less than it was requested.  Avoids
934         silly incorrect error messages when there are display strings with
935         multiple newlines at EOL.
937 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
940         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
941         (prolog-char-quote-workaround):
942         * progmodes/cperl-mode.el (cperl-under-as-char):
943         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
944          Mark as obsolete.
945          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
946         their declaration.
947         (vhdl-mode-syntax-table-init): Remove.
949         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
950         last change.
952         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
953         syntax for "_".
954         (ld-script-font-lock-keywords):
955         Change regexps to use things like \_< and \_>.
957         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
958         Change all regexps to use things like \_< and \_>.
960         * progmodes/autoconf.el (autoconf-definition-regexp)
961         (autoconf-font-lock-keywords, autoconf-current-defun-function):
962         Handle a _ with symbol syntax.
963         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
965         * progmodes/ada-mode.el (ada-mode-abbrev-table):
966         Consolidate declaration.
967         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
968         the declaration.
969         (ada-create-syntax-table): Remove.
970         (ada-capitalize-word): Don't mess with the syntax of "_" since it
971         already has the right syntax nowadays.
972         (ada-goto-next-word): Don't change the syntax of "_".
974         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
975         with-wrapper-hook.
977 2013-05-08  Sam Steingold  <sds@gnu.org>
979         * thingatpt.el (thing-at-point): Accept optional second argument
980         NO-PROPERTIES to strip the text properties from the return value.
981         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
982         to `thing-at-point' instead of stripping the properties ourselves.
983         Also, when `thing-at-point' fails to find a url, prepend "http://"
984         to the filename at point on the assumption that the user is
985         pointing at something like gnu.org/gnu.
987 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
989         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
990         * faces.el (crm-separator):
991         Silence byte-compiler.
993         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
994         (tool-bar-map): Remove unneeded defvars.
996 2013-05-08  Leo Liu  <sdl.web@gmail.com>
998         Re-work a fix for bug#10994 based on Le Wang's patch.
999         * ido.el (ido-remove-consecutive-dups): New helper.
1000         (ido-completing-read): Use it.
1001         (ido-chop): Revert fix for bug#10994.
1003 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
1005         * cus-edit.el (custom-save-variables):
1006         Pretty-print long values.  (Bug#14187)
1008 2013-05-08  Glenn Morris  <rgm@gnu.org>
1010         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1011         (m4-mode-syntax-table): Init in the defvar.
1012         (m4-mode-abbrev-table): Let define-derived-mode define it.
1014 2013-05-08  Tom Tromey  <tromey@redhat.com>
1016         * progmodes/m4-mode.el (m4-mode-syntax-table):
1017         Do not treat "_" as word constituent.  (Bug#14167)
1019 2013-05-07  Glenn Morris  <rgm@gnu.org>
1021         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1022         Remove explicit eshell-isearch-cancel-map.
1024         * progmodes/f90.el (f90-smart-end-names): New option.
1025         (f90-smart-end): Doc fix.
1026         (f90-end-block-optional-name): New constant.
1027         (f90-block-match): Respect f90-smart-end-names.
1029 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1031         * progmodes/octave.el (octave-smie-forward-token): Be more careful
1032         about implicit semi-colons (bug#14218).
1034 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1036         * frame.el (display-monitor-attributes-list)
1037         (frame-monitor-attributes): New functions.
1039 2013-05-06  Leo Liu  <sdl.web@gmail.com>
1041         * progmodes/octave.el (octave-syntax-propertize-function): Change
1042         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
1043         (octave-font-lock-keywords): Use octave-operator-regexp.
1044         (octave-completion-at-point): Rename from
1045         octave-completion-at-point-function.
1046         (inferior-octave-directory-tracker): Robustify.
1047         (octave-text-functions): Remove and fix its uses.  No such things
1048         any more.
1050 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1052         * emacs-lisp/trace.el (trace--display-buffer): New function.
1053         (trace-make-advice): Use it.
1055 2013-05-06  Juri Linkov  <juri@jurta.org>
1057         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
1058         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1059         Doc fix.
1060         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1061         in the help string.  (Bug#12985)
1063 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
1065         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
1067 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * progmodes/perl-mode.el: Add support for here documents.
1070         (perl-syntax-propertize-function): Match here-doc markers.
1071         (perl-syntax-propertize-special-constructs): Find their end.
1072         (perl-imenu-generic-expression): Use [:alnum:].
1074         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1075         (advice--add-function): Refresh the advice if already present
1076         (bug#14317).
1078 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
1080         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
1082 2013-05-06  Glenn Morris  <rgm@gnu.org>
1084         * w32-fns.el (w32-charset-info-alist): Declare.
1086         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1087         of its defcustom properties.
1088         (eshell-cmpl-initialize): No need to load pcomplete.
1090         * generic-x.el: No need to require comint when compiling.
1092         * net/eudc-export.el: Make it loadable without bbdb.
1093         (top-level): Use require rather than load-library.
1094         (eudc-create-bbdb-record, eudc-bbdbify-phone)
1095         (eudc-batch-export-records-to-bbdb)
1096         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1097         Require bbdb.
1099 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1102         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1103         some tweaks, instead.
1105 2013-05-05  Leo Liu  <sdl.web@gmail.com>
1107         * progmodes/octave.el (octave-font-lock-keywords)
1108         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1109         (inferior-octave-send-list-and-digest): Improve error message.
1110         (octave-mode, inferior-octave-mode): Use setq-local.
1111         (octave-help): Set info-lookup-mode.
1113 2013-05-05  Richard Stallman  <rms@gnu.org>
1115         * vc/compare-w.el (compare-windows-whitespace):
1116         Treat no-break space as whitespace.
1118         * mail/rmailsum.el (rmail-summary-rmail-update):
1119         Detect empty summary and don't change selected message.
1120         (rmail-summary-goto-msg): Likewise.
1122         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1123         Doc fixes, rename args.
1125 2013-05-05  Alan Mackenzie  <acm@muc.de>
1127         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1129 2013-05-05  Juri Linkov  <juri@jurta.org>
1131         * info.el (Info-read-subfile): Use (point-min) instead of (point)
1132         to not add the length of the summary segment to the return value.
1133         (Bug#14125)
1135 2013-05-05  Leo Liu  <sdl.web@gmail.com>
1137         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1138         (inferior-octave-output-filter): Remove.
1139         (octave-send-region, inferior-octave-startup): Fix callers.
1140         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1141         (octave-binary-file-extensions): New user variable.
1142         (octave-find-definition): Confirm if opening binary files.
1143         (octave-help-file): Use octave-find-definition to get the binary
1144         confirmation.
1145         (octave-help): Adjust for octave-help-file change.
1147 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1149         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1150         Merge the two entries that handle function definitions.
1151         (pascal--syntax-propertize): New const.
1152         (pascal-mode): Use it.  Use setq-local.
1154 2013-05-04  Glenn Morris  <rgm@gnu.org>
1156         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1157         (diary-from-outlook): Respect diary-from-outlook-function.
1159 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1162         Move the declaration from C.
1163         (read-minibuffer, eval-minibuffer): Move from C.
1164         (completion-setup-function): Avoid minibuffer-completion-contents.
1166 2013-05-03  Leo Liu  <sdl.web@gmail.com>
1168         * progmodes/octave.el (octave-font-lock-keywords): Do not
1169         dehighlight 'end' in comments or strings.
1170         (octave-completing-read, octave-goto-function-definition):
1171         New helpers.
1172         (octave-help-buffer): New user variable.
1173         (octave-help-file, octave-help-function): New button types.
1174         (octave-help): New command and bind it to C-h ;.
1175         (octave-find-definition): New command and bind it to M-.
1176         (user-error): Alias to error if not defined.
1178 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1180         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1181         for \.  (bug#14332)
1182         (octave-font-lock-keywords): Include [ and {.
1184 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1186         * progmodes/octave.el (inferior-octave-startup-file): Change default.
1187         (inferior-octave): Remove calling comint-mode and return the buffer.
1188         (inferior-octave-startup): Cosmetic changes.
1190 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1192         * progmodes/octave.el (octave-syntax-propertize-function):
1193         Include the case when ' is at line beginning.  (Bug#14336)
1195 2013-05-02  Glenn Morris  <rgm@gnu.org>
1197         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1198         * desktop.el (vc-dir-mode): Just autoload it here.
1200 2013-05-02  Alan Mackenzie  <acm@muc.de>
1202         Eliminate variable c-standard-font-lock-fontify-region-function.
1203         * progmodes/cc-mode.el
1204         (c-standard-font-lock-fontify-region-function): Remove.
1205         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1207 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1209         * progmodes/octave.el: Compatible with older emacs-24 releases.
1210         (inferior-octave-has-built-in-variables): Remove.  Built-in
1211         variables were removed from Octave in 2007.
1212         (inferior-octave-startup): Fix uses.
1213         (comint-line-beginning-position): Remove compatibility code for
1214         emacs 21.
1216 2013-05-01  Juri Linkov  <juri@jurta.org>
1218         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
1220 2013-05-01  Juri Linkov  <juri@jurta.org>
1222         * comint.el (comint-previous-matching-input): Don't print message
1223         "History item: %d" when `isearch-mode' is active.
1224         (comint-history-isearch-message): Print message "History item: %d"
1225         when `comint-input-ring-index' is not empty and this function is
1226         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
1228 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1230         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1231         definitions.  Use completion-at-point to insert keywords.
1232         (octave-abbrev-start): Remove.
1233         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1235 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1237         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1238         change.
1240 2013-04-30  Alan Mackenzie  <acm@muc.de>
1242         Handle arbitrarily long C++ member initialisation lists.
1243         * progmodes/cc-engine.el (c-back-over-member-initializers):
1244         new function.
1245         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1246         (most) member init lists.
1248 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
1250         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1251         variable.
1253 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1255         * progmodes/octave.el (octave-variables): Remove.  No builtin
1256         variables any more.  All converted to functions.
1257         (octave-font-lock-keywords, octave-completion-at-point-function):
1258         Fix uses.
1259         (octave-font-lock-texinfo-comment): New user variable.
1260         (octave-texinfo-font-lock-keywords): New variable for texinfo
1261         comment block.
1262         (octave-function-comment-block): New face.
1263         (octave-font-lock-texinfo-comment): New function.
1264         (octave-mode): Font lock texinfo comment block.
1266 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1268         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1269         indexing expression.
1270         (octave-continuation-string): Do not use \.
1271         (inferior-octave-complete-impossible): Remove.
1272         (inferior-octave-completion-table)
1273         (inferior-octave-completion-at-point): Remove its uses.
1274         (inferior-octave-startup): completion_matches was introduced to
1275         Octave in 1996 so safe to assume it.
1276         (octave-function-file-comment): Improve to follow how Octave does it.
1277         (octave-update-function-file-comment): Tweak.
1279 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1281         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1282         (inferior-octave-startup): Remove inferior-octave-startup-hook.
1283         (octave-function-file-comment): Fix typo.
1284         (octave-sync-function-file-names): Use read-char-choice.
1286 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
1288         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1289         to t for the less important warnings.
1291 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1293         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
1295 2013-04-27  Glenn Morris  <rgm@gnu.org>
1297         * vc/log-view.el (log-view-current-entry):
1298         Treat "---" separator lines as part of the following rev.  (Bug#14169)
1300 2013-04-27  Juri Linkov  <juri@jurta.org>
1302         * subr.el (read-number): Doc fix about using it by interactive
1303         code letter `n'.  (Bug#14254)
1305 2013-04-27  Juri Linkov  <juri@jurta.org>
1307         * desktop.el (desktop-auto-save-timeout): New option.
1308         (desktop-file-checksum): New variable.
1309         (desktop-save): Add optional arg `auto-save' and don't auto-save
1310         if nothing changed.
1311         (desktop-auto-save-timer): New variable.
1312         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1313         (after-init-hook): Call `desktop-auto-save-set-timer'.
1314         Suggested by Reuben Thomas <rrt@sc3d.org> in
1315         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1317 2013-04-27  Leo Liu  <sdl.web@gmail.com>
1319         * progmodes/octave.el (octave-function-file-p)
1320         (octave-skip-comment-forward, octave-function-file-comment)
1321         (octave-update-function-file-comment): New functions.
1322         (octave-mode-map): Bind C-c ; to
1323         octave-update-function-file-comment.
1324         (octave-mode-menu): Add octave-update-function-file-comment.
1325         (octave-mode, inferior-octave-mode): Fix doc-string.
1326         (octave-insert-defun): Conform to Octave's coding convention.
1327         (Bug#14285)
1329         * files.el (basic-save-buffer): Don't let errors in
1330         before-save-hook prevent saving buffer.
1332 2013-04-20  Roland Winkler  <winkler@gnu.org>
1334         * faces.el (read-face-name): Use completing-read if arg multiple
1335         is nil.
1337 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
1339         * ls-lisp.el (ls-lisp-insert-directory): If no files are
1340         displayed, move point to after the totals line.
1341         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1342         for the details.
1344 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * emacs-lisp/package.el (package-autoload-ensure-default-file):
1347         Add current dir to the load-path.
1348         (package-generate-autoloads): Don't rely on
1349         autoload-ensure-default-file.
1351 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
1353         * textmodes/remember.el (remember-store-in-files): Document that
1354         the file name format is passed to `format-time-string'.
1356 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1358         * progmodes/octave.el (octave-sync-function-file-names): New function.
1359         (octave-mode): Use it in before-save-hook.
1361 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1363         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1364         (bug#14274).
1366         * progmodes/octave.el (octave-smie-forward-token): Properly skip
1367         \n and comment, even if it's not an implicit ; (bug#14218).
1369 2013-04-26  Glenn Morris  <rgm@gnu.org>
1371         * subr.el (read-number): Once more use `read' rather than
1372         `string-to-number', to trap non-numeric input.  (Bug#14254)
1374 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
1376         * emacs-lisp/syntax.el (syntax-propertize-multiline):
1377         Use `syntax-multiline' text property consistently instead of
1378         `font-lock-multiline'. (bug#14237).
1380 2013-04-26  Glenn Morris  <rgm@gnu.org>
1382         * emacs-lisp/shadow.el (list-load-path-shadows):
1383         No longer necessary to check for duplicate simple.el, since
1384         2012-07-07 change to init_lread to not include installation lisp
1385         directories in load-path when running uninstalled.  (Bug#14270)
1387 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1389         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1390         (octave-mode, inferior-octave-mode): Use setq-local.
1391         (octave-not-in-string-or-comment-p): Rename to
1392         octave-in-string-or-comment-p.
1393         (octave-in-comment-p, octave-in-string-p)
1394         (octave-in-string-or-comment-p): Replace defsubst with defun.
1396 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1398         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1400 2013-04-25  Bastien Guerry  <bzg@gnu.org>
1402         * textmodes/remember.el (remember-data-directory)
1403         (remember-directory-file-name-format): Fix custom types.
1405 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1407         * progmodes/octave.el (octave-completion-at-point-function):
1408         Make use of inferior octave process.
1409         (octave-initialize-completions): Remove.
1410         (inferior-octave-completion-table): New function.
1411         (inferior-octave-completion-at-point): Use it.
1412         (octave-completion-alist): Remove.
1414 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1416         * progmodes/opascal.el: Use font-lock and syntax-propertize.
1417         (opascal-mode-syntax-table): New var.
1418         (opascal-literal-kind, opascal-is-literal-end)
1419         (opascal-literal-token-at): Rewrite.
1420         (opascal--literal-start-re, opascal-font-lock-keywords)
1421         (opascal--syntax-propertize): New constants.
1422         (opascal-font-lock-defaults): Adjust.
1423         (opascal-mode): Use them.  Set comment-<foo> variables as well.
1424         (delphi-comment-face, opascal-comment-face, delphi-string-face)
1425         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1426         (delphi-other-face, opascal-other-face): Remove face variables.
1427         (opascal-save-state): Remove macro.
1428         (opascal-fontifying-progress-step): Remove constant.
1429         (opascal--ignore-changes): Remove var.
1430         (opascal-set-token-property, opascal-parse-next-literal)
1431         (opascal-is-stable-literal, opascal-complete-literal)
1432         (opascal-is-literal-start, opascal-face-of)
1433         (opascal-parse-region, opascal-parse-region-until-stable)
1434         (opascal-fontify-region, opascal-after-change)
1435         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1436         (opascal-debug-parse-region, opascal-debug-parse-window)
1437         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1438         (opascal-debug-fontify-buffer): Remove.
1439         (opascal-debug-mode-map): Adjust accordingly.
1441 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1443         Merge octave-mod.el and octave-inf.el into octave.el with some
1444         cleanups.
1445         * progmodes/octave.el: New file renamed from octave-mod.el.
1446         * progmodes/octave-inf.el: Merged into octave.el.
1447         * progmodes/octave-mod.el: Renamed to octave.el.
1449 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
1451         * textmodes/reftex-vars.el
1452         (reftex-label-ignored-macros-and-environments): New defcustom.
1454         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1456 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1459         (smie-indent-keyword): Improve the check to ensure that the next
1460         comment is really on the same line.
1461         (smie-indent-comment): Don't align with a subsequent closer (or eob).
1463         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1464         semi-colons if the line is not otherwise empty (bug#14218).
1466 2013-04-25  Glenn Morris  <rgm@gnu.org>
1468         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1470 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1472         * progmodes/opascal.el (opascal-set-token-property): Rename from
1473         opascal-set-text-properties and only set `token' (bug#14134).
1474         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1475         (opascal-literal-text-properties): Remove.
1476         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1477         Adjust callers.
1479 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
1481         * textmodes/remember.el (remember-handler-functions): Add an
1482         option for a new handler `remember-store-in-files'.
1483         (remember-data-directory, remember-directory-file-name-format):
1484         New options.
1485         (remember-store-in-files): New function to store remember notes
1486         as separate files within a directory.
1488 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
1490         * progmodes/compile.el (compilation-next-error-function):
1491         Pass "formats" to compilation-find-file (bug#11777).
1493 2013-04-24  Glenn Morris  <rgm@gnu.org>
1495         * vc/vc-bzr.el (vc-bzr-print-log):
1496         * vc/vc-hg.el (vc-hg-print-log):
1497         * vc/vc-svn.el (vc-svn-print-log):
1498         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
1500         * vc/vc-bzr.el (vc-bzr-print-log):
1501         * vc/vc-cvs.el (vc-cvs-print-log):
1502         * vc/vc-git.el (vc-git-print-log):
1503         * vc/vc-hg.el (vc-hg-print-log):
1504         * vc/vc-mtn.el (vc-mtn-print-log):
1505         * vc/vc-rcs.el (vc-rcs-print-log):
1506         * vc/vc-sccs.el (vc-sccs-print-log):
1507         * vc/vc-svn.el (vc-svn-print-log):
1508         * vc/vc.el (vc-print-log-internal): Doc fixes.
1510 2013-04-23  Glenn Morris  <rgm@gnu.org>
1512         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1513         Remove venerable code attempting to avoid substitute-command-keys.
1515 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
1517         * textmodes/reftex-vars.el (reftex-label-regexps):
1518         Call `reftex-compile-variables' after changes to this variable.
1520 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1523         Use lexical-binding.
1524         (jit-lock-force-redisplay): Use markers, check buffer's continued
1525         existence and beware narrowed buffers.
1526         (jit-lock-fontify-now): Adjust call accordingly.
1528 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1530         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1531         to avoid misleading the user.
1533 2013-04-22  Leo Liu  <sdl.web@gmail.com>
1535         * info-look.el: Prefer latex2e.info.  (Bug#14240)
1537 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
1539         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
1541         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1542         * net/tramp.el (tramp-call-process): ... here
1543         (tramp-set-completion-function, tramp-parse-putty):
1544         * net/tramp-adb.el (tramp-adb-execute-adb-command):
1545         * net/tramp-gvfs.el (tramp-gvfs-send-command):
1546         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1547         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1548         (tramp-call-local-coding-command): Use `tramp-call-process'
1549         instead of `tramp-compat-call-process'.
1551         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1552         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1553         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1554         (tramp-find-inline-compress): Improve traces.
1555         (tramp-maybe-send-script): Check for Perl binary.
1556         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1558 2013-04-22  Daiki Ueno  <ueno@gnu.org>
1560         * epg.el (epg-context-pinentry-mode): New function.
1561         (epg-context-set-pinentry-mode): New function.
1562         (epg--start): Pass --pinentry-mode option to gpg command.
1564 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1566         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1567         `comint-dynamic-complete' is obsolete since 24.1, replaced by
1568         `completion-at-point'. (Bug#13774)
1570         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1571         default key binding for `describe-distribution' has been moved to
1572         `C-h C-o'.  (Bug#13970)
1574 2013-04-21  Glenn Morris  <rgm@gnu.org>
1576         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1577         Add doc strings.
1578         (vc-print-log): Clarify interactive prompt.
1580 2013-04-20  Glenn Morris  <rgm@gnu.org>
1582         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1583         No longer include timestamp etc information.
1585 2013-04-20  Roland Winkler  <winkler@gnu.org>
1587         * faces.el (read-face-name): Bug fix, return just one face if arg
1588         multiple is nil.  (Bug#14209)
1590 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1592         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1593         (remove-function): Autoload.
1595         * comint.el (comint-redirect-original-filter-function): Remove.
1596         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1597         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1598         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1599         * progmodes/prolog.el (prolog-consult-compile):
1600         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1601         Use add/remove-function instead.
1602         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1603         (gud-tooltip-process-output, gud-tooltip-tips):
1604         Use add/remove-function instead.
1605         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1606         (scheme-interaction-mode, exit-scheme-interaction-mode):
1607         Use add/remove-function instead.
1609         * vc/vc-dispatcher.el: Use lexical-binding.
1610         (vc--process-sentinel): Rename from vc-process-sentinel.
1611         Change last arg to be the code to run.  Don't use vc-previous-sentinel
1612         and vc-sentinel-commands any more.
1613         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
1614         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1616 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
1618         * progmodes/sh-script.el (sh-imenu-generic-expression):
1619         Handle function names with a single character.   (Bug#14111)
1621 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
1623         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1624         for subroutines defined in an eval (bug#14182).
1626 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1628         * bookmark.el (bookmark-completing-read): Improve handling of empty
1629         string (bug#14176).
1631 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1635 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1637         New faster Imenu implementation (bug#14058).
1638         * progmodes/python.el:
1639         (python-imenu-prev-index-position):
1640         (python-imenu-format-item-label-function)
1641         (python-imenu-format-parent-item-label-function)
1642         (python-imenu-format-parent-item-jump-label-function):
1643         New vars.
1644         (python-imenu-format-item-label)
1645         (python-imenu-format-parent-item-label)
1646         (python-imenu-format-parent-item-jump-label)
1647         (python-imenu--put-parent, python-imenu--build-tree)
1648         (python-imenu-create-index, python-imenu-create-flat-index)
1649         (python-util-popn): New functions.
1650         (python-mode): Set imenu-create-index-function to
1651         python-imenu-create-index.
1653 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * winner.el (winner-active-region): Use region-active-p, activate-mark
1656         and deactivate-mark (bug#14225).
1658         * simple.el (deactivate-mark): Don't inline it.
1660 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
1662         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1664 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
1666         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1667         file extensions from the archive-mode entry in order to prefer
1668         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1670 2013-04-18  Leo Liu  <sdl.web@gmail.com>
1672         * bindings.el (help-event-list): Add ?\?.
1674 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * subr.el (with-wrapper-hook): Declare obsolete.
1677         * simple.el (filter-buffer-substring-function): New hook.
1678         (filter-buffer-substring): Use it.
1679         (filter-buffer-substring-functions): Mark obsolete.
1680         * minibuffer.el (completion-in-region-function): New hook.
1681         (completion-in-region): Use it.
1682         (completion-in-region-functions): Mark obsolete.
1683         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1684         * abbrev.el (abbrev-expand-function): New hook.
1685         (expand-abbrev): Use it.
1686         (abbrev-expand-functions): Mark obsolete.
1687         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1688         and :filter-return.
1690 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1692         * progmodes/python.el (python-nav--syntactically): Fix cornercases
1693         and do not care about match data.
1695 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1698         completion tables when completing error conditions and
1699         `declare' arguments.
1700         (lisp-complete-symbol, field-complete): Mark as obsolete.
1701         (check-parens): Unmatched parens are user errors.
1702         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1704 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
1706         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1707         command changed buffer (ie. `flyspell-pre-buffer' is not current
1708         buffer), which prevents making decisions based on invalid value of
1709         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
1710         cause an error when `flyspell-pre-point' was nil after switching
1711         buffers.
1712         (flyspell-post-command-hook): No longer needs to change buffers when
1713         checking pre-word.  While at it remove unnecessary progn.
1715 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
1717         * textmodes/ispell.el (ispell-add-per-file-word-list):
1718         Fix `flyspell-correct-word-before-point' error when accepting
1719         words and `coment-padding' is an integer by using
1720         `comment-normalize-vars' (Bug #14214).
1722 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1724         New defun movement commands.
1725         * progmodes/python.el (python-nav--syntactically)
1726         (python-nav--forward-defun, python-nav-backward-defun)
1727         (python-nav-forward-defun): New functions.
1729 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1731         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1732         (python-syntax-context): Use named compiler-macro for backwards
1733         compatibility with Emacs 24.x.
1735 2013-04-17  Leo Liu  <sdl.web@gmail.com>
1737         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1738         octave-hide-process-buffer.
1740 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1743         (bug#14216).
1745 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
1747         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1748         Fix adjustment of offset when receiving incomplete responses from GDB
1749         (bug#14129).
1751 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1754         python-mode-abbrev-table.
1755         (python-skeleton-define): Adjust accordingly.
1756         (python-mode-abbrev-table): New table that inherits from it so that
1757         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1759         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1760         (abbrev-symbol): Use it.
1761         (abbrev--before-point): Use it since we already handle inheritance.
1763 2013-04-16  Leo Liu  <sdl.web@gmail.com>
1765         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1766         binding to info-lookup-symbol.
1768 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
1770         * minibuffer.el (completion--twq-all):
1771         * term/ns-win.el (ns-initialize-window-system):
1772         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1774 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1777         global bindings.
1779         * doc-view.el (doc-view-start-process): Handle url-handler directories.
1781 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
1783         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1784         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1785         to nil.
1786         (ruby-end-of-defun): Remove the unused arg, change the docstring
1787         to reflect that this function is only used as the value of
1788         `end-of-defun-function'.
1789         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1790         to reflect an earlier change that beginning/end-of-defun functions
1791         jump between methods in a class definition, as well as top-level
1792         functions.
1794 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1796         * minibuffer.el (minibuffer-complete): Don't just scroll
1797         a *Completions* that's been iconified.
1798         (minibuffer-force-complete): Make sure repetitions do cycle when going
1799         through completion-in-region -> minibuffer-complete.
1801 2013-04-15  Alan Mackenzie  <acm@muc.de>
1803         Correct the placement of c-cpp-delimiters when there're #s not at
1804         col 0.
1806         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1807         place a submatch around the #.
1808         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1809         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
1810         on the #, not BOL.
1812 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * emacs-lisp/nadvice.el: Properly test names when adding advice.
1815         (advice--member-p): New arg `name'.
1816         (advice--add-function, advice-member-p): Use it (bug#14202).
1818 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
1820         Reformulate java imenu-generic-expression.
1821         The old expression contained ill formed regexps.
1823         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1824         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1825         (cc-imenu-java-method-arg-regexp): New defconsts.
1826         (cc-imenu-java-build-type-args-regex): New defun.
1827         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1828         handling of spaces in the regexp.
1830 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1832         * textmodes/ispell.el (ispell-command-loop): Remove
1833         flyspell highlight of a word when ispell accepts it (bug #14178).
1835 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
1837         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1838         uses code from the previous `ange-ftp-run-real-handler'.
1839         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1840         only in case that function exist.  This is needed for proper
1841         unloading of Tramp.
1843 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
1845         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1847         * textmodes/reftex.el (reftex-compile-variables): Use it.
1849 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * files.el (normal-mode): Only use default major-mode if no other mode
1852         was specified.
1854         * emacs-lisp/trace.el (trace-values): New function.
1856         * files.el: Allow : in local variables (bug#14089).
1857         (hack-local-variable-regexp): New var.
1858         (hack-local-variables-prop-line, hack-local-variables): Use it.
1860 2013-04-13  Roland Winkler  <winkler@gnu.org>
1862         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
1863         data before it gets modified by bibtex-beginning-of-entry.
1865 2013-04-13  Roland Winkler  <winkler@gnu.org>
1867         * textmodes/bibtex.el (bibtex-url): Doc fix.
1869 2013-04-13  Roland Winkler  <winkler@gnu.org>
1871         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1872         does not visit a BibTeX file, exclude it from the list of buffers
1873         returned by bibtex-initialize.
1875 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1877         * window.el (split-window): Remove interactive form, since as a
1878         command this function is a special case of split-window-below.
1879         Correct doc string.
1881 2013-04-12  Roland Winkler  <winkler@gnu.org>
1883         * faces.el (read-face-name): Do not override value of arg default.
1884         Allow single faces and strings as default values.  Remove those
1885         elements from return value that are not faces.
1886         (describe-face): Simplify.
1887         (face-at-point): New optional args thing and multiple so that this
1888         function can provide the same functionality previously provided by
1889         read-face-name.
1890         (make-face-bold, make-face-unbold, make-face-italic)
1891         (make-face-unitalic, make-face-bold-italic, invert-face)
1892         (modify-face, read-face-and-attribute): Use face-at-point.
1894         * cus-edit.el (customize-face, customize-face-other-window)
1895         * cus-theme.el (custom-theme-add-face)
1896         * face-remap.el (buffer-face-set)
1897         * facemenu.el (facemenu-set-face): Use face-at-point.
1899 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
1901         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1903 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
1905         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1906         off leading { and trailing } from field values.
1908 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * emacs-lisp/timer.el (timer--check): New function.
1911         (timer--time, timer-set-function, timer-event-handler): Use it.
1912         (timer-set-idle-time): Simplify.
1913         (timer--activate): CSE.
1914         (timer-event-handler): Give more info in error message.
1915         (internal-timer-start-idle): New function, moved from C.
1917         * mpc.el (mpc-proc): Add `restart' argument.
1918         (mpc-proc-cmd): Use it.
1919         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1920         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1921         less often.
1923 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
1925         * progmodes/sh-script.el: Implement `sh-mode' own
1926         `add-log-current-defun-function' (bug#14112).
1927         (sh-current-defun-name): New function.
1928         (sh-mode): Use the function.
1930 2013-04-09  Bastien Guerry  <bzg@gnu.org>
1932         * simple.el (choose-completion-string): Fix docstring (bug#14163).
1934 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1938         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1939         timer (bug#14156).
1941 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
1943         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1944         declaration.
1946 2013-04-07  Leo Liu  <sdl.web@gmail.com>
1948         * pcmpl-x.el: New file.
1950 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
1952         Do not set x-display-name until X connection is established.
1953         This is needed to prevent from weird situation described at
1954         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1955         * frame.el (make-frame): Set x-display-name after call to
1956         window system initialization function, not before.
1957         * term/x-win.el (x-initialize-window-system): Add optional
1958         display argument and use it.
1959         * term/w32-win.el (w32-initialize-window-system):
1960         * term/ns-win.el (ns-initialize-window-system):
1961         * term/pc-win.el (msdos-initialize-window-system):
1962         Add compatible optional display argument.
1964 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
1966         * files.el (normal-backup-enable-predicate): On MS-Windows and
1967         MS-DOS compare truenames of temporary-file-directory and of the
1968         file, so that 8+3 aliases (usually found in $TEMP on Windows)
1969         don't fail comparison by compare-strings.  Also, compare file
1970         names case-insensitively on MS-Windows and MS-DOS.
1972 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1975         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1977 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
1979         * whitespace.el (whitespace-color-on, whitespace-color-off):
1980         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1982 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
1984         * ispell.el (ispell-set-spellchecker-params):
1985         Really set `ispell-args' for all equivs.
1987 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1989         * ido.el (ido-completions): Use extra elements of ido-decorations
1990         (bug#14143).
1991         (ido-decorations): Update docstring.
1993 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
1995         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1996         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1997         nil during initialization, in order not to miss changes since the
1998         file was opened.  (Bug#14140)
2000 2013-04-05  Leo Liu  <sdl.web@gmail.com>
2002         * kmacro.el (kmacro-call-macro): Fix bug#14135.
2004 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
2006         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2008 2013-04-04  Glenn Morris  <rgm@gnu.org>
2010         * electric.el (electric-pair-inhibit-predicate): Add :version.
2012 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2014         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2015         when a package is required several times (bug#14082).
2017 2013-04-04  Roland Winkler  <winkler@gnu.org>
2019         * faces.el (read-face-name): Behave as promised by the docstring.
2020         Assume that arg default is a list of faces.
2021         (describe-face): Call read-face-name with list of default faces.
2023 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2025         * bookmark.el: Fix deletion of bookmarks (bug#13972).
2026         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2027         (bookmark-bmenu-execute-deletions): Only skip first line if it's
2028         the header.
2029         (bookmark-exit-hook-internal): Save even if list is empty.
2031 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
2033         * emacs-lisp/package.el (package-pinned-packages): New var.
2034         (package--add-to-archive-contents): Obey it (bug#14118).
2036 2013-04-03  Alan Mackenzie  <acm@muc.de>
2038         Handle `parse-partial-sexp' landing inside a comment opener
2039         (Bug#13244). Also adapt to the new values of element 7 of a parse
2040         state.
2042         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2043         parameter `not-in-delimiter'.  Handle being inside comment opener.
2044         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2045         character in case we're typing a '*' after a '/'.
2046         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2047         instead by passing the parameter to c-state-pp-to-literal.
2049         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2050         for elt. 7 of a parse state.
2052 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
2054         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2055         * international/latin1-disp.el, international/mule-util.el:
2056         * language/cyril-util.el, language/european.el, language/ind-util.el:
2057         * language/lao-util.el, language/thai.el, language/tibet-util.el:
2058         * language/tibetan.el, language/viet-util.el:
2059         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2061 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2063         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2064         (electric-pair-post-self-insert-function): Use it.
2065         (electric-pair-default-inhibit): New function, extracted from
2066         electric-pair-post-self-insert-function.
2068 2013-03-31  Roland Winkler  <winkler@gnu.org>
2070         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2072 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2074         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2076 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
2078         Un-indent after "pass" and "return" statements (Bug#13888)
2079         * progmodes/python.el (python-indent-block-enders): New var.
2080         (python-indent-calculate-indentation): Use it.
2082 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
2084         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2085         defun.  Defining it as defalias could introduce too eager
2086         byte-compiler optimization.  (Bug#14030)
2088 2013-03-30  Chong Yidong  <cyd@gnu.org>
2090         * iswitchb.el (iswitchb-read-buffer): Fix typo.
2092 2013-03-30  Leo Liu  <sdl.web@gmail.com>
2094         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2095         (kmacro-execute-from-register): Pass the keyboard macro to
2096         kmacro-call-macro or repeating won't work correctly.
2098 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
2100         * progmodes/subword.el: Back to using `forward-symbol'.
2102         * subr.el (forward-whitespace, forward-symbol)
2103         (forward-same-syntax): Move from thingatpt.el.
2105 2013-03-29  Leo Liu  <sdl.web@gmail.com>
2107         * kmacro.el (kmacro-to-register): New command.
2108         (kmacro-execute-from-register): New function.
2109         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
2111 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2113         * mpc.el: Use defvar-local and setq-local.
2114         (mpc--proc-connect): Connection failures are not bugs.
2115         (mpc-mode-map): `follow-link' only applies to the buffer's content.
2116         (mpc-volume-map): Bind to the up-events.
2118 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2120         * progmodes/subword.el (superword-mode): Use `forward-sexp'
2121         instead of `forward-symbol'.
2123 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2126         (edebug--recursive-edit): Use it.
2127         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2128         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2130 2013-03-28  Leo Liu  <sdl.web@gmail.com>
2132         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
2134 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
2136         * facemenu.el (list-colors-callback): New defvar.
2137         (list-colors-redisplay): New function.
2138         (list-colors-display): Install list-colors-redisplay as the
2139         revert-buffer-function.  (Bug#14063)
2141 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2143         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2144         and suffixes don't overlap (bug#14061).
2146         * case-table.el: Use lexical-binding.
2147         (case-table-get-table): New function.
2148         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
2150 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2152         * progmodes/subword.el: Add `superword-mode' to do word motion
2153         over symbol_words (parallels and leverages `subword-mode' which
2154         does word motion inside MixedCaseWords).
2156 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2158         * eshell/em-unix.el: Move su and sudo to...
2159         * eshell/em-tramp.el: ...Eshell tramp module.
2161 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2164         Change return value to be a sexp.  Delay `get-buffer' to after
2165         restoring the desktop (bug#13951).
2167 2013-03-26  Leo Liu  <sdl.web@gmail.com>
2169         * register.el: Move semantic tag handling back to
2170         cedet/semantic/senator.el.  (Bug#14052)
2172 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2174         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2175         into the prompt either (bug#13963).
2177 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2180         part of "(error-foo)".
2182 2013-03-24  Juri Linkov  <juri@jurta.org>
2184         * replace.el (list-matching-lines-prefix-face): New defcustom.
2185         (occur-1): Pass `list-matching-lines-prefix-face' to the function
2186         `occur-engine' if `face-differs-from-default-p' returns t.
2187         (occur-engine): Add `,' inside backquote construct to evaluate
2188         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
2189         Pass `prefix-face' to the functions `occur-context-lines' and
2190         `occur-engine-add-prefix'.
2191         (occur-engine-add-prefix, occur-context-lines): Add optional arg
2192         `prefix-face' and propertize the prefix with `prefix-face'.
2193         (Bug#14017)
2195 2013-03-24  Leo Liu  <sdl.web@gmail.com>
2197         * nxml/rng-valid.el (rng-validate-while-idle)
2198         (rng-validate-quick-while-idle): Guard against deleted buffer.
2199         (Bug#13999)
2201         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2202         is the last entry in kill-buffer-hook.
2204         * files.el (kill-buffer-hook): Doc fix.
2206 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
2208         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2209         Make it safe-local.
2211         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2213 2013-03-23  Leo Liu  <sdl.web@gmail.com>
2215         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2216         Remove.
2218         * nxml/rng-valid.el (rng-validate-mode)
2219         (rng-after-change-function, rng-do-some-validation):
2220         * nxml/rng-maint.el (rng-validate-buffer):
2221         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2222         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2223         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2224         (nxml-extend-after-change-region): Use with-silent-modifications.
2226         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2227         timer-idle-list.
2229         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2230         (rng-next-error-1, rng-previous-error-1): Do not let-bind
2231         timer-idle-list.  (Bug#13999)
2233 2013-03-23  Juri Linkov  <juri@jurta.org>
2235         * info.el (info-index-match): New face.
2236         (Info-index, Info-apropos-matches): Add a nested subgroup to the
2237         main pattern and add text properties with the new face to matches
2238         in index entries relative to the beginning of the index entry.
2239         (Bug#14015)
2241 2013-03-21  Eric Ludlam  <zappo@gnu.org>
2243         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2244         Inhibit read only while inserting objects.
2246 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2248         * progmodes/cfengine.el: Update docs to mention
2249         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
2250         symbol motion.  Remove "_" from the word syntax.
2252 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
2254         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2255         syntax for both `cfengine2-mode' and `cfengine3-mode'.
2257 2013-03-20  Juri Linkov  <juri@jurta.org>
2259         * info.el (Info-next-reference-or-link)
2260         (Info-prev-reference-or-link): New functions.
2261         (Info-next-reference, Info-prev-reference): Use them.
2262         (Info-try-follow-nearest-node): Handle footnote navigation.
2263         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
2265 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2268         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2270 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
2272         Suppress unnecessary non-ASCII chatter during build process.
2273         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2274         (batch-skkdic-convert): Suppress most of the chatter.
2275         It's not needed so much now that machines are faster,
2276         and its non-ASCII component was confusing; see Dmitry Gutov in
2277         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2279 2013-03-20  Leo Liu  <sdl.web@gmail.com>
2281         * ido.el (ido-chop): Fix bug#10994.
2283 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2285         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2286         Remove vars.
2287         (whitespace-color-on, whitespace-color-off):
2288         Use `font-lock-fontify-buffer' (Bug#13817).
2290 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2293         remapping in mode-line.
2294         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2296 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2298         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2299         value for `whitespace-line' face (Bug#13875).
2300         (whitespace-font-lock-keywords): Change description.
2301         (whitespace-color-on): Don't save `font-lock-keywords' value, save
2302         the constructed keywords instead.
2303         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2305 2013-03-19  Leo Liu  <sdl.web@gmail.com>
2307         * progmodes/compile.el (compilation-display-error): New command.
2308         (compilation-mode-map, compilation-minor-mode-map): Bind it to
2309         C-o.  (Bug#13992)
2311 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2313         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2315 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
2317         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2319 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
2321         * net/tramp-compat.el (tramp-compat-user-error): New defun.
2323         * net/tramp-adb.el (tramp-adb-handle-shell-command):
2324         * net/tramp-gvfs.el (top):
2325         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2326         (tramp-handle-shell-command): Use it.
2327         (tramp-dissect-file-name): Raise an error when hostname is a
2328         method name, and neither method nor user is specified.
2330         * net/trampver.el: Update release number.
2332 2013-03-18  Leo Liu  <sdl.web@gmail.com>
2334         Make sure eldoc can be turned off properly.
2335         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2336         eldoc-mode.
2337         (eldoc-display-message-p): Revert last change.
2338         (eldoc-display-message-no-interference-p)
2339         (eldoc-print-current-symbol-info): Tweak.
2341 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
2343         * doc-view.el (doc-view-new-window-function): Check the new window
2344         overlay's display property instead the char property of the
2345         buffer's first char.  Use `with-selected-window' instead of
2346         `save-window-excursion' with `select-window'.
2347         (doc-view-document->bitmap): Check the current doc-view overlay's
2348         display property instead the char property of the buffer's first char.
2350 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2352         Automate the build of ja-dic.el (Bug#13984).
2353         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2354         from the input, rather than assume that it's been done for us by the
2355         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
2356         the current date into a ja-dic.el comment, as that complicates
2357         regression testing.
2359 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * whitespace.el: Fix double evaluation.
2362         (whitespace-space, whitespace-hspace, whitespace-tab)
2363         (whitespace-newline, whitespace-trailing, whitespace-line)
2364         (whitespace-space-before-tab, whitespace-indentation)
2365         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2366         obsolete defvars.
2367         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2368         (whitespace-color-on): Use a single font-lock-add-keywords call.
2369         Fix double-evaluation of face variables.
2371 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
2373         * net/tramp-adb.el (tramp-adb-parse-device-names):
2374         Use `start-process' instead of `call-process'.  Otherwise, the
2375         function might be blocked under MS Windows.  (Bug#13299)
2377 2013-03-17  Leo Liu  <sdl.web@gmail.com>
2379         Extend eldoc to display info in the mode-line.  (Bug#13978)
2380         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2381         (eldoc-mode-line-string): New variable.
2382         (eldoc-minibuffer-message): New function.
2383         (eldoc-message-function): New variable.
2384         (eldoc-message): Use it.
2385         (eldoc-display-message-p)
2386         (eldoc-display-message-no-interference-p):
2387         Support eldoc-post-insert-mode.
2389         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2390         (eval-expression): Run it.
2392 2013-03-17  Roland Winkler  <winkler@gnu.org>
2394         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2395         strings in the list of return values.
2397 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
2399         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2400         radix before checking for HMS forms.
2402 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2404         * progmodes/scheme.el: Add indentation and font-locking for Î».
2405         (Bug#13975)
2407 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2410         token before point (bug#13942).
2412 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2414         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
2416 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
2418         * startup.el (command-line-normalize-file-name): Fix handling of
2419         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
2420         <xfq.free@gmail.com> in
2421         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2423 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
2425         Sync with Tramp 2.2.7.
2427         * net/trampver.el: Update release number.
2429 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
2431         * doc-view.el Fix bug#13887.
2432         (doc-view-insert-image): Don't modify overlay associated to
2433         non-live windows, and implement horizontal centering of image in
2434         case it's smaller than the window.
2435         (doc-view-new-window-function): Force redisplay of new windows on
2436         doc-view buffers.
2438 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
2440         * saveplace.el (save-place-alist-to-file): Don't sort
2441         `save-place-alist', just pretty-print it (bug#13882).
2443 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
2445         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2446         whether `default-file-name-coding-system' is bound.  It isn't in
2447         XEmacs.
2449 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2451         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2452         backquotes for `obsolete' (bug#13929).
2454         * international/mule.el (find-auto-coding): Include file name in
2455         obsolescence warning (bug#13922).
2457 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2459         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2460         for CFEngine 3-specific indentation.
2461         (cfengine3-indent-line): Use it.  Fix up category regex.
2462         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2464 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2466         * type-break.el (type-break-file-name):
2467         * textmodes/remember.el (remember-data-file):
2468         * strokes.el (strokes-file):
2469         * shadowfile.el (shadow-initialize):
2470         * saveplace.el (save-place-file):
2471         * ps-bdf.el (bdf-cache-file):
2472         * progmodes/idlwave.el (idlwave-config-directory):
2473         * net/quickurl.el (quickurl-url-file):
2474         * international/kkc.el (kkc-init-file-name):
2475         * ido.el (ido-save-directory-list-file):
2476         * emulation/viper.el (viper-custom-file-name):
2477         * emulation/vip.el (vip-startup-file):
2478         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2479         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2481 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
2483         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2484         * language/thai-word.el: Switch to UTF-8.
2486 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2488         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2490 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2492         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2493         Use with-current-buffer and don't move point.
2494         (net-utils-run-simple): Remove useless code.
2495         (net-utils-remove-ctl-m): Remove unused custom.
2497 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
2499         * international/characters.el (glyphless-set-char-table-range): New fun.
2500         (update-glyphless-char-display): Use it (bug#13744).
2502 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2504         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2505         namespaces in the syntax, indent closer for hanging brace
2506         correctly, allow single-quote delimited 'strings', and make
2507         `cfengine3-mode' the default.
2509 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
2511         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2512         Use lexical-binding.  Fix up docstring according to conventions.
2513         (gdbmi-debug-mode): New var.
2514         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2515         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2516         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2517         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2518         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2519         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2520         (gdbmi-bnf-incomplete-record-result): New functions.
2521         (gdb-car<): Remove function.
2522         (gdbmi-record-list): Remove variable.
2523         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2524         (gdbmi-bnf-result-state-configs): New const.
2525         (gud-gdbmi-marker-filter): Rewrite.
2526         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2527         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2528         Add `token' argument.
2529         (gdb-done, gdb-error): New functions.
2530         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
2532 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * term/xterm.el (xterm--report-background-handler): Don't burp
2535         upon timeout.
2536         (xterm--version-handler): Extract from terminal-init-xterm.
2537         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
2538         Allow multiple handlers.
2539         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2541         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
2542         (xterm--report-background-handler, xterm--query): New functions.
2543         (terminal-init-xterm): Use them.
2545 2013-03-11  Michael R. Mauger  <michael@mauger.com>
2547         * progmodes/sql.el Version 3.2
2548         Please note that my address changed to <michael@mauger.com>;
2549         the <mmaug@yahoo.com> address remains active.
2550         (sql-connection-alist): Updates documentation to fix bug#13715.
2551         (sql-connect): Handle missing `sql-connection-alist' correctly.
2552         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2553         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2554         property.
2555         (sql-default-value): New function.
2556         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2557         values were not used.
2558         (sql-rename-buffer): Make sure alternate buffer name has no text
2559         properties.
2560         (sql-input-sender, sql-execute-feature): Fetch variable with
2561         `buffer-local-value' rather than `with-current-buffer'.
2562         (sql-*): Use #' function syntax consistently.
2563         (sql-*): Use message/error/user-error consistently.
2565 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         * xt-mouse.el (xterm-mouse-event-read): Remove.
2568         (xterm-mouse--read-event-sequence-1000)
2569         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2571 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2573         * term/xterm.el (xterm-function-map): Support format used with
2574         formatOtherKeys=1 (bug#13839).
2576         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2577         (with-no-warnings): Use `declare'.
2579         * whitespace.el (whitespace-enable-predicate): New variable.
2580         (whitespace-enable-predicate): Use it.
2582         * comint.el (comint-send-input, comint-snapshot-last-prompt)
2583         (comint-output-filter, comint-update-fence):
2584         Use with-silent-modifications.
2586 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
2588         * replace.el (occur-read-regexp-defaults-function): New var.
2589         (occur-read-regexp-defaults): New defun.
2590         (occur-read-primary-args): Propagate above change (bug#13892).
2592 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2594         * mouse.el (mouse-drag-track): Remove left-over debugging code.
2596 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
2598         Major rewrite due to changed D-Bus interface of GVFS 1.14.
2600         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2601         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2602         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2603         New defconst.
2604         (tramp-gvfs-file-name-handler-alist) [directory-files]
2605         [directory-files-and-attributes, file-exists-p, file-modes]:
2606         Use Tramp default handler.
2607         [file-acl, file-selinux-context, process-file, set-file-acl]:
2608         [set-file-modes, set-file-selinux-context, shell-command]:
2609         [start-file-process]: Remove handler.
2610         [verify-visited-file-modtime]: New handler.
2611         (tramp-gvfs-dbus-string-to-byte-array)
2612         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
2613         calls of `dbus-string-to-byte-array' and
2614         `tramp-gvfs-dbus-byte-array-to-string'.
2615         (tramp-gvfs-handle-copy-file)
2616         (tramp-gvfs-handle-delete-directory)
2617         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2618         (tramp-gvfs-handle-file-directory-p)
2619         (tramp-gvfs-handle-file-executable-p)
2620         (tramp-gvfs-handle-file-name-all-completions)
2621         (tramp-gvfs-handle-file-readable-p)
2622         (tramp-gvfs-handle-file-writable-p)
2623         (tramp-gvfs-handle-insert-directory)
2624         (tramp-gvfs-handle-insert-file-contents)
2625         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2626         (tramp-gvfs-handle-set-visited-file-modtime)
2627         (tramp-gvfs-handle-write-region): Rewrite.
2628         (tramp-gvfs-handle-file-acl)
2629         (tramp-gvfs-handle-file-selinux-context)
2630         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2631         (tramp-gvfs-handle-set-file-modes)
2632         (tramp-gvfs-handle-set-file-selinux-context)
2633         (tramp-gvfs-handle-shell-command)
2634         (tramp-gvfs-handle-start-file-process)
2635         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2636         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2637         over the symlinks.  Fix user handling.
2638         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2639         of the D-Bus signals.
2640         (tramp-gvfs-connection-mounted-p): Handle different names of the
2641         D-Bus methods.
2642         (tramp-gvfs-mount-spec-entry): New defun.
2643         (tramp-gvfs-mount-spec): Use it.
2644         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2645         there is a share name.  Handle different names of the D-Bus
2646         signals and methods.  Set connection properties needed for
2647         `tramp-check-cached-permissions'.
2648         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2649         Return t or nil.
2651         * net/tramp.el (tramp-backtrace): Move up.
2652         (tramp-error): Dump a backtrace into the debug buffer when
2653         `tramp-verbose > 9.
2654         (tramp-file-mode-type-map, tramp-file-mode-from-int)
2655         (tramp-file-mode-permissions, tramp-get-local-uid)
2656         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2657         tramp-sh.el.
2659         * net/tramp-sh.el (tramp-file-mode-type-map)
2660         (tramp-check-cached-permissions, tramp-file-mode-from-int)
2661         (tramp-file-mode-permissions, tramp-get-local-uid)
2662         (tramp-get-local-gid): Move to tramp.el.
2664 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2666         Separate mouse-1-click-follows-link from mouse-drag-region.
2667         * mouse.el (mouse--down-1-maybe-follows-link): New function.
2668         (key-translation-map): Use it to implement mouse-1-click-follows-link.
2669         (mouse-drag-line, mouse-drag-track):
2670         Remove mouse-1-click-follows-link code.
2671         (mouse--remap-link-click-p): Remove.
2673 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
2675         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2676         (hi-lock-read-regexp-defaults):  New defun.
2677         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2678         (hi-lock-face-phrase-buffer): Propagate above change.
2679         Update docstring (bug#13892).
2681         * subr.el (find-tag-default-as-regexp): New defun.
2682         * replace.el (read-regexp): Propagate above change.
2684 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
2686         * calc/calc-units.el (calc-convert-units): Fix the way that default
2687         new units are stored.
2689 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2691         * bookmark.el: Define a face to highlight bookmark names in
2692         bookmark menu buffers, where the default is a bold face similarly
2693         to buffer names in buffer menu buffers.
2694         (bookmark-menu-bookmark): New face to highlight bookmark names.
2695         (bookmark-insert-location): Remove duplicated text property to
2696         conform to buffer list (see `list-buffers').
2697         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2698         `bookmark-menu-bookmark' to bookmark names.
2700 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2701             Karl Fogel  <kfogel@red-bean.com>
2703         * bookmark.el: Display the bookmark list header similarly to the
2704         buffer list header (see `list-buffers'), where the default is now
2705         an immovable/immutable header line.
2706         (bookmark-bmenu-use-header-line): New variable.
2707         (bookmark-bmenu-inline-header-height): New name for
2708         `bookmark-bmenu-header-height', to avoid confusion with the code
2709         for the new immovable header.  All references changed.
2710         (bookmark-bmenu-set-header): New function.
2711         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2712         Conditionalize header construction accordingly.
2713         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2714         the inline header height.
2715         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2716         Conditionalize the skipping of the inline header height.
2718 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
2720         * progmodes/js.el (js--multi-line-declaration-indentation):
2721         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2723 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
2725         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2726         Only propertize regexp when not inside a string (Bug#13885).
2728 2013-03-06  Alan Mackenzie  <acm@muc.de>
2730         Correct the position of point in some line-up functions.
2731         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2732         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2733         point at column 0 rather than at a random place in the line.
2735 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
2737         * net/tramp-compat.el (tramp-compat-delete-directory):
2738         Implement TRASH argument.
2740 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
2742         Keep pre-existing highlighting in completion candidates (Bug#13250).
2743         * minibuffer.el (completions-first-difference): State that the
2744         face is "added" in the docstring.
2745         (completions-common-part): Same.  And don't inherit from default.
2746         (completion-hilit-commonality): Prepend 'completions-common-part
2747         and 'completion-first-difference faces to the 'face property,
2748         instead of replacing the value(s).
2749         (completion--insert-strings): Same with 'completions-annotations face.
2750         (completion-hilit-commonality): Use 'face instead of
2751         'font-lock-face, because it gets priority if the completion
2752         strings already have 'face set.
2754 2013-03-04  Alan Mackenzie  <acm@muc.de>
2756         Replace `last-command-event' by `last-command-char' in XEmacs.
2757         * progmodes/cc-defs.el (c-last-command-char): New macro.
2758         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2759         (c-semi&comma-no-newlines-before-nonblanks)
2760         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2761         in place of `last-command-event'.
2762         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2763         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2764         (c-electric-paren, c-electric-continued-statement): Use the new
2765         macro in place of `last-command-event'.
2767 2013-03-04  Glenn Morris  <rgm@gnu.org>
2769         * files.el (inhibit-local-variables-regexps):
2770         Add .diff and .patch.  (Bug#13862)
2772 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
2774         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2775         whether the "su" command is available on the device.
2777 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2779         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2780         (tramp-adb-handle-process-file): Remove superfluous setting.
2781         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2782         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2783         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2785 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2787         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2788         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
2789         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2790         Use dict-key rather than dict-name for the error message.
2792 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2794         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2795         when reverting (bug#13831).
2797 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2799         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2800         Always expand affix-file before storing to protect against changed
2801         `default-directory'.
2802         (ispell-print-if-debug): Make sure message is printed at the end
2803         of the debug buffer.
2805 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2807         * net/tramp.el (tramp-obsolete-methods): New defconst.
2808         (tramp-warned-obsolete-methods): New defvar.
2809         (tramp-find-method): Check for obsolete methods.  Map them to a
2810         replacement method if appropriate.
2812         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2813         Remove methods.
2814         (top): Remove completion functions for "scp1", "scp2", "ssh1",
2815         "ssh2" and "plink1".
2817 2013-02-28  Dale Sedivec  <dale@codefu.org>
2819         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2820         Return valid syntax-table property value when converting
2821         quotes within text from string syntax to punctuation syntax (bug#13844).
2823 2013-02-28  Juri Linkov  <juri@jurta.org>
2825         * dired-aux.el (dired-diff): If file at point is a backup file,
2826         use its original as the default value, and reverse the order
2827         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
2829 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
2831         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
2832         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
2834 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2836         Initial support for hunspell dictionaries auto-detection (Bug#13639)
2838         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2839         Ask hunspell about available and default dictionaries.
2840         (ispell-parse-hunspell-affix-file): Extract relevant info from
2841         hunspell affix file.
2842         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2843         `ispell-dictionary-alist' entry for given dictionary after info
2844         provided by `ispell-parse-hunspell-affix-file'.
2845         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2846         of parsed hunspell dicts and associated affix files.
2847         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2848         of parsed hunspell dicts and associated parameters.
2849         (ispell-set-spellchecker-params):
2850         Call `ispell-find-hunspell-dictionaries' if hunspell and not
2851         previously done.
2852         (ispell-start-process):
2853         Call `ispell-hunspell-fill-dictionary-entry' for current
2854         dictionary if it is not initialized.
2856 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * imenu.el: Comment nitpicks.
2860 2013-02-28  Sam Steingold  <sds@gnu.org>
2862         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2863         See <http://stackoverflow.com/questions/14720205>.
2865 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2867         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2868         (net-utils-mode): Use it.
2869         (net-utils--revert-cmd): New var.
2870         (net-utils-run-simple): Set it, and remove bogus interactive spec.
2871         (traceroute): Use net-utils-run-simple.
2873 2013-02-28  Glenn Morris  <rgm@gnu.org>
2875         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2877 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2880         (doc-view-fallback-mode): Remove overlays here.
2881         (doc-view-toggle-display): Instead of here.  Don't throw away
2882         image-mode-winprops-alist.
2883         (doc-view-goto-page): Don't mess with hscroll.
2885 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2887         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2888         &optional (bug#13819).
2890 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
2892         * net/tramp-adb.el (tramp-adb-parse-device-names)
2893         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
2895 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
2897         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2898         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2899         defined.  POSIX environments fall back to the "C" locale then and
2900         emit a warning, which shall be suppressed.
2902 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2904         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2905         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2907 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2909         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2911 2013-02-25  Juri Linkov  <juri@jurta.org>
2913         * replace.el (read-regexp): Let-bind `default' to the first
2914         element of `defaults' if it's a list, otherwise it should be
2915         a string or nil.  Let-bind `suggestions' to `defaults' if it's
2916         a list, otherwise make a list with the string value.  Doc fix.
2917         (Bug#13805)
2919 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
2921         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2922         that match "\`\.#", to avoid compiling lock files, even if they
2923         are readable (as they are on MS-Windows).
2925 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2927         * files.el (basic-save-buffer): Remove redundant directory-creation.
2929 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
2931         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2932         Add option to force `pi' to remain symbolic.
2933         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2934         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2935         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2936         derivatives, when necessary.
2938 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2940         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2941         (ps-mode-octal-region): Use string-make-unibyte.
2943 2013-02-23  Glenn Morris  <rgm@gnu.org>
2945         * emulation/viper-cmd.el (viper-submit-report):
2946         * progmodes/ps-mode.el (ps-mode-maintainer-address):
2947         * progmodes/vera-mode.el (vera-mode-help-address):
2948         * textmodes/artist.el (artist-maintainer-address):
2949         * textmodes/reftex.el (reftex-report-bug):
2950         * vc/ediff-util.el (ediff-submit-report):
2951         Add bug-gnu-emacs to bug report address.
2953         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2954         Remove bug report entries.
2955         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2957         * emacs-lisp/bytecomp.el (byte-compile-level): New.
2958         (byte-compile-file, byte-compile-from-buffer):
2959         Use separate input/output buffers for each level of recursive
2960         byte-compile-file calls.  (Bug#13787)
2962 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
2964         * net/tramp.el (tramp-methods): Fix docstring.
2965         (tramp-ssh-controlmaster-options): Rename it from
2966         `tramp-ssh-controlmaster-template'.  Return a string.
2967         (tramp-default-method): Adapt check for
2968         `tramp-ssh-controlmaster-options'.
2970         * net/tramp-sh.el (tramp-methods):
2971         Replace `tramp-ssh-controlmaster-template' by "%c".
2972         (tramp-do-copy-or-rename-file-out-of-band)
2973         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
2974         that it is applied for the first hop only.
2976 2013-02-22  Juri Linkov  <juri@jurta.org>
2978         * isearch.el (isearch-lazy-highlight-new-loop):
2979         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2980         to `isearch-other-end' if it is not nil.  (Bug#13402)
2982         * replace.el (replace-highlight): Let-bind `isearch-other-end'
2983         to `match-beg'.
2985         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2986         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2987         and `isearch-error' to nil.
2989 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2991         * progmodes/python.el (python-info-current-defun):
2992         Enhance match-data cluttering prevention.
2994 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
2996         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2998         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2999         Handle multibyte file names.
3001 2013-02-22  Glenn Morris  <rgm@gnu.org>
3003         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3004         (sgml-transformation-function): Give it a :set function.
3005         (sgml-tag): Doc fix.
3007         * cmuscheme.el (scheme-buffer):
3008         * progmodes/inf-lisp.el (inferior-lisp-buffer):
3009         * progmodes/tcl.el (inferior-tcl-buffer):
3010         * textmodes/tex-mode.el (tex-command): Doc fixes.
3012         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3014         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
3016 2013-02-21  Bastien Guerry  <bzg@gnu.org>
3018         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
3020 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3022         * progmodes/python.el (python-info-current-defun):
3023         Enhance match-data cluttering prevention.
3025 2013-02-21  Glenn Morris  <rgm@gnu.org>
3027         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3028         loaded while outline-regexp is let bound.  (Bug#9584)
3030 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3032         * progmodes/python.el (python-info-current-defun): Fix failed
3033         defun name retrieval because of unwanted match-data cluttering.
3035 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
3037         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3038         defconst.  Apply independent check for ControlPersist.
3040         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3041         temporarily, via "env".
3043 2013-02-21  Glenn Morris  <rgm@gnu.org>
3045         * info.el (Info-enable-edit): Remove.
3046         (Info-edit): Disable it rather than using Info-enable.
3047         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3048         (Info-cease-edit): Make editing of Info files obsolete.
3050         * informat.el (Info-tagify):
3051         Handle buffers not visiting files.  (Bug#13763)
3053 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
3055         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3057 2013-02-21  Glenn Morris  <rgm@gnu.org>
3059         * files.el (basic-save-buffer): Move check for existing parent
3060         directory after hooks.  (Bug#13773)
3062 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3064         * simple.el (command-execute): Move from C.  Add obsolete check.
3065         (extended-command-history): Move from C.
3067 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
3069         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3070         (jka-compr-mode-alist-additions): Handle .txz suffix for
3071         XZ-compressed tar archives (bug#13770).
3073 2013-02-20  Bastien Guerry  <bzg@gnu.org>
3075         * outline.el (outline-regexp, outline-heading-end-regexp):
3076         Make variables, not options (bug#13731).
3078 2013-02-20  Glenn Morris  <rgm@gnu.org>
3080         * image.el (image-current-frame): Change from variable to function.
3081         (image-show-frame): Rename from image-nth-frame.  Update callers.
3082         * image-mode.el (image-multi-frame): New variable.
3083         (image-mode-map, image-mode, image-goto-frame):
3084         Use image-multi-frame rather than image-current-frame.
3085         (image-mode, image-goto-frame): Use image-current-frame as
3086         function rather than as variable.
3088         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3089         * emacs-lisp/cl-macs.el (cl--make-type-test)
3090         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3092 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
3094         * net/tramp-cache.el (tramp-get-hash-table): New defun.
3095         (tramp-get-file-property, tramp-set-file-property)
3096         (tramp-get-connection-property, tramp-set-connection-property): Use it.
3097         (tramp-flush-file-property, tramp-flush-directory-property):
3098         Rename argument to KEY.
3099         (tramp-flush-connection-property): Simplify a little bit.
3100         (tramp-connection-property-p): New defun.
3101         (top): Reapply saved values only if there isn't a corresponding
3102         entry in `tramp-connection-properties'.
3104 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3106         * progmodes/python.el (python-indent-context):
3107         Fix python-info-line-ends-backslash-p call.
3108         (python-info-line-ends-backslash-p)
3109         (python-info-beginning-of-backslash): Respect line-number argument.
3110         (python-info-current-line-comment-p):
3111         Fix behavior when not at beginning-of-line.
3112         (python-util-position): Remove function.
3113         (python-util-goto-line): New function.
3115 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
3117         * eshell/em-unix.el (eshell/su): Require tramp.
3118         (eshell/sudo): Require tramp.  Remove now unnecessary check.
3120         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3121         `tramp-current-connection' in order to avoid an error when several
3122         commands are invoked in a short time in eshell and friends.
3124 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3126         Cleanup some of EIEIO's namespace.
3127         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3128         Use it to define all the class-* and object-* field accessors (renamed
3129         to eieio--class-* and eieio--object-*).  Update all uses.
3130         (eieio--class-num-slots, eieio--object-num-slots): Rename from
3131         class-num-slots and object-num-slots.
3132         (eieio--check-type): New macro.
3133         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3134         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3135         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3136         (object-assoc-list-safe): Use it.
3137         (eieio-defclass): Tighten regexp.
3138         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
3139         Remove unreachable code.
3140         (object-class-fast): Declare obsolete.
3141         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3142         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3143         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3144         Rename from class-name, object-name, object-set-name-string,
3145         object-class, object-class-name, class-parents, class-children,
3146         class-precedence-list, class-parent; with obsolete alias.
3147         (class-of, class-direct-superclasses, class-direct-subclasses):
3148         Declare obsolete.
3149         (eieio-defmethod): Use `memq'; remove unreachable code.
3150         * emacs-lisp/eieio-base.el (eieio-persistent-read):
3151         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3152         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3154 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3156         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3157         commentary.
3159 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
3161         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3162         Use font-lock-keyword-face for macros and special forms (bug#8345).
3164 2013-02-17  Didier Verna  <didier@didierverna.net>
3166         * net/network-stream.el (network-stream-open-starttls):
3167         Check that response to the starttls-command is non-nil.  (Bug#13706)
3169 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3171         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3172         Don't assume all identifier chars have syntax word.
3173         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3174         Remove bar-not-symbol.  Adjust callers.
3175         (lisp-mode-variables): Don't set a font-lock-syntax-table.
3177 2013-02-17  Leo Liu  <sdl.web@gmail.com>
3179         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3181 2013-02-17  Glenn Morris  <rgm@gnu.org>
3183         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3185         * image-mode.el (image-mode-map): Add image-dired menu entry.
3187         * image-dired.el (tumme): Make this alias obsolete.
3189 2013-02-16  Glenn Morris  <rgm@gnu.org>
3191         * image.el (image-animated-types): Remove.
3192         (image-multi-frame-p): Rename from image-animated-p, and generalize.
3193         (image-animated-p): Make obsolete alias.
3194         (image-animate, image-nth-frame, image-animate-timeout):
3195         Use image-multi-frame-p.
3196         (image-animate-timeout): If no delay, use image-default-frame-delay.
3197         * image-mode.el (image-mode, image-toggle-animation):
3198         Use image-multi-frame-p.  (Bug#763, bug#10739)
3199         (image-mode): Adjust startup message for a multi-frame image.
3201         * image-mode.el (image-mode-map): Give it a menu.
3203 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
3205         * net/tramp-cache.el (tramp-connection-properties): New customer
3206         option.
3207         (tramp-get-connection-property): Use it.
3209         * net/tramp-compat.el (top): Require 'trampver.
3211         * net/tramp-sh.el (tramp-remote-process-environment):
3212         Set tramp-autoload cookie.
3214 2013-02-16  Kevin Ryde  <user42@zip.com.au>
3216         * info-look.el (info-lookup-select-mode): If major-mode has no
3217         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3219 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
3221         * replace.el (read-regexp): Tighten the regexp that matches tag.
3222         When tag is retrieved with `find-tag-default', use regexp that
3223         matches tag at point.  Also update docstring (Bug#13687).
3225 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
3227         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3228         add watch for the file, not its parent directory, since w32notify
3229         sets up the watch for the directory internally.  (Bug#13725)
3231 2013-02-16  Glenn Morris  <rgm@gnu.org>
3233         * image.el (image-default-frame-delay): New variable.
3234         (image-animated-p): Use image-default-frame-delay.
3235         (image-minimum-frame-delay): New constant.
3236         (image-animate-timeout): Use image-minimum-frame-delay.
3238         * image.el (image-nth-frame): New, split from image-animate-timeout.
3239         (image-animate-timeout): Use image-nth-frame.
3240         * image-mode.el (image-goto-frame, image-next-frame)
3241         (image-previous-frame): New commands.
3242         (image-mode-map): Add new frame commands.
3244 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
3246         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3247         If col-desc already has help-echo, use it.  (Bug#13563)
3249 2013-02-16  Glenn Morris  <rgm@gnu.org>
3251         * image.el (image-current-frame): New variable.
3252         (image-animate-timeout): Set image-current-frame.
3253         * image-mode.el (image-mode): For animated images,
3254         display a frame counter via mode-line-process.
3256         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3258 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3262 2013-02-15  Alan Mackenzie  <acm@muc.de>
3264         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3265         global minor mode has been enabled, call the minor mode function
3266         for a new buffer once only, after the major mode hook, whilst
3267         allowing that hook explicitly to disable the minor mode.
3268         (MODE-disable-in-buffer): New (generated) function.
3269         (disable-MODE): New (generated) buffer local variable.
3271 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
3273         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3274         `iswitchb-next-match' and `iswitchb-prev-match' resply.
3275         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3276         `ido-next-match' and `ido-prev-match' resply.
3277         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3278         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3279         `icomplete-backward-completions' (Bug#13708).
3281 2013-02-15  Glenn Morris  <rgm@gnu.org>
3283         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3285 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         * net/goto-addr.el (goto-address-fontify): Add start and end args.
3288         (goto-address-fontify-region): Use them instead of narrowing, so
3289         syntax-ppss has access to the whole buffer.
3291 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3293         * progmodes/python.el: Explain how to restore "cc-mode"-like
3294         forward-sexp movement in header documentation (Bug#13642).
3295         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3296         comments and strings (GH bug 114).
3298 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3300         * progmodes/python.el (python-info-current-defun): Fix current
3301         defun detection (Bug#13618).
3303 2013-02-15  Chong Yidong  <cyd@gnu.org>
3305         * xml.el (xml-parse-string): Fix typo in handling of bad character
3306         references.
3308 2013-02-15  Glenn Morris  <rgm@gnu.org>
3310         * play/fortune.el (fortune-compile): Simplify and fix previous change.
3312 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
3314         * net/tramp.el (tramp-debug-message):
3315         Add `tramp-condition-case-unless-debug'.
3316         (tramp-debug-on-error): New defvar.
3317         (tramp-condition-case-unless-debug): New defun.
3318         (tramp-file-name-handler): Use it.
3320 2013-02-14  Juri Linkov  <juri@jurta.org>
3322         * info.el (Info-isearch-filter): Treat non-nil values of
3323         `search-invisible' including its default value `open'
3324         like the value `t' to match hidden text.  (Bug#13402)
3326 2013-02-14  Glenn Morris  <rgm@gnu.org>
3328         * help-fns.el (find-lisp-object-file-name): Give special treatment
3329         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
3331 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
3333         * net/quickurl.el (quickurl-save-urls):
3334         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
3336 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
3338         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3339         depth for unfinished percent literal.  Not using it in the caller.
3340         (ruby-move-to-block): Jump over multiline literals of all types,
3341         ignoring code-looking contents inside them.
3342         (ruby-add-log-current-method): Improve performance at the expense
3343         of accuracy.  `ruby-block-contains-point' is relatively slow, so
3344         only use it for method and singleton class blocks.
3346 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3348         Use ControlMaster where applicable.  (Bug#13677)
3350         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3351         replacing `tramp-detect-ssh-controlmaster'.
3352         (tramp-default-method): Use it.
3354         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3355         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3356         arguments.
3357         [scpc, rsyncc]: Remove methods.
3358         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3359         and "ssh2_old".
3360         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3361         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3363 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3365         * emacs-lisp/package.el (package--initialized): Move before first use.
3367 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
3369         * icomplete.el (icomplete-hide-common-prefix): New user option.
3370         (icomplete-first-match): New face.
3371         (icomplete-completions): Correct handling of "complete but not
3372         unique" (Bug#12638).
3374 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
3376         * descr-text.el (describe-char): Display the script (bug#13698).
3378 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3380         * tmm.el: Use lexical-binding and current-active-maps.
3381         (tmm-menubar): Use map-keymap and pcase.
3382         (tmm--completion-table): New function.
3383         (tmm-prompt): Use it to fix the menu order.
3384         (tmm-get-keybind): Use current-active-maps.
3386 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
3388         Add dired-hide-details-mode.  (Bug#6799)
3390         * locate.el (locate-mode): Set parent mode property to dired-mode.
3392         * find-dired.el (find-dired): Call dired-insert-set-properties on
3393         initial information line.  Set process mark on end of buffer.
3394         (find-dired-sentinel):
3395         Call dired-insert-set-properties on summary.
3397         * dired.el (dired-hide-details-hide-symlink-targets)
3398         (dired-hide-details-hide-information-lines): New options.
3399         (dired-insert-directory):
3400         Set properties after final treatment of output.
3401         (dired-insert-set-properties):
3402         Set dired-hide-details-* properties.
3403         (dired-mode-map): Bind dired-hide-details-mode.
3404         (dired-mode): Set buffer-invisibility-spec to a list.
3405         (dired-next-line): Skip hidden lines.
3406         (dired-previous-line): Use dired-next-line.
3407         (dired-hide-details-mode): New minor mode.
3408         (dired-hide-details-update-invisibility-spec): New function.
3410 2013-02-13  Glenn Morris  <rgm@gnu.org>
3412         * play/yow.el: Move to obsolete/.  (Bug#9384)
3414 2013-02-13  Juri Linkov  <juri@jurta.org>
3416         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3417         to select `ediff-control-frame' and set input focus correctly on Xfce.
3418         (Bug#12218)
3420 2013-02-13  Juri Linkov  <juri@jurta.org>
3422         * image-mode.el (image-mode-map):
3423         * doc-view.el (doc-view-mode-map):
3424         * vc/ediff-util.el (ediff-setup-keymap):
3425         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3427 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
3429         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3430         performance.  Instead of recalculating indentation fully for each
3431         line, sum up indentation depth based only on visited lines.
3432         (ruby-parse-partial): Increase the depth after "do" even when END
3433         is right after it.
3434         (ruby-parse-partial): When END is in the middle of a percent
3435         literal, increase the depth if the delimiter chars belong to the
3436         paren syntax class.
3438 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
3440         * play/fortune.el (fortune-compile): Also make the compiled file
3441         if it does not exist at all, not just if it is old.  (Bug#5338)
3443 2013-02-13  Glenn Morris  <rgm@gnu.org>
3445         * emacs-lisp/package.el (package-menu-execute): Doc fix.
3447 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
3449         * lisp/emacs-lisp/package.el (package-menu-execute):
3450         Add optional noquery argument.  (Bug#13625)
3452 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3454         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3455         if DIR exists and PARENTS is non-nil.
3457 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
3459         * progmodes/js.el (js--multi-line-declaration-indentation):
3460         Silence byte-compiler warning.
3462 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
3464         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3466         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3467         only if it doesn't exist.
3469         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3470         Set process marker.
3472 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
3474         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3475         UserInstallation when calling soffice to work around LibreOffice
3476         bug 37531.
3478 2013-02-12  Glenn Morris  <rgm@gnu.org>
3480         * files.el (basic-save-buffer):
3481         Offer to create a non-existing directory.  (Bug#3016)
3483         * calc/calc-graph.el (calc-graph-show-dumb):
3484         * calendar/calendar.el (calendar-mode-map):
3485         * cus-edit.el (custom-mode-map):
3486         * ehelp.el (electric-help-map):
3487         * emulation/vip.el (vip-mode-map):
3488         * epa.el (epa-key-list-mode-map):
3489         * info.el (Info-mode-map):
3490         * mail/rmail.el (rmail-mode-map):
3491         * mail/rmailsum.el (rmail-summary-mode-map):
3492         * man.el (Man-mode-map):
3493         * net/newst-plainview.el (newsticker-mode-map):
3494         * progmodes/cpp.el (cpp-edit-mode-map):
3495         * progmodes/grep.el (grep-mode-map):
3496         * progmodes/idlw-help.el (idlwave-help-mode-map):
3497         * simple.el (special-mode-map):
3498         * startup.el (splash-screen-keymap):
3499         * view.el (view-mode-map):
3500         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3502 2013-02-11  Elias Pipping  <pipping@lavabit.com>
3504         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3505         (bug#13679).
3507 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3511 2013-02-11  Glenn Morris  <rgm@gnu.org>
3513         * vc/diff.el (diff-use-labels): New variable.
3514         (diff-no-select): Use --label rather than -L, and first
3515         check that it is supported.  (Bug#11067)
3517         * files.el (enable-dir-local-variables): New variable.
3518         (hack-dir-local-variables): Respect enable-dir-local-variables.
3519         * tutorial.el (help-with-tutorial):
3520         Ignore directory-local variables.  (Bug#11127)
3522         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3523         (vc-svn-global-switches): ... to here.  (Bug#13513)
3525 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
3527         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3528         Handle "foo (bar, default: xxx): " prompts.
3530 2013-02-10  Chong Yidong  <cyd@gnu.org>
3532         * files.el (basic-save-buffer-1): Do not set
3533         buffer-file-coding-system-explicit (Bug#4533).
3535         * mail/emacsbug.el (report-emacs-bug): Change binding of
3536         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3538 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
3540         * calc/calc.el (calc-allow-units-as-numbers): New variable.
3541         * calc/calc-units.el (calc-convert-units): Use new variable.
3543 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
3545         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3547         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3548         buffer-file-type.
3550         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3551         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3552         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3553         coding-system-for-write instead.
3555         * jka-compr.el (jka-compr-write-region): Don't bind
3556         buffer-file-type.
3558         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3559         buffer-file-type.
3561         * files.el (file-name-buffer-file-type-alist): Remove defvar.
3562         (insert-file-contents-literally): Remove reference to
3563         file-name-buffer-file-type-alist.
3565         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3566         make-obsolete.
3567         (find-buffer-file-type-match, find-buffer-file-type): Remove.
3568         (find-buffer-file-type-coding-system): Remove references to
3569         find-buffer-file-type-match, find-buffer-file-type, and
3570         buffer-file-type.
3571         Don't put find-buffer-file-type-coding-system into
3572         file-coding-system-alist.
3573         (find-file-binary, find-file-text): Bind coding-system-for-read
3574         instead of file-name-buffer-file-type-alist.
3576 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
3578         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3579         converter (Bug#13622).
3580         (doc-view-unoconv-program): Make obsolete alias.
3581         (doc-view-odf->pdf-converter-program): New variable.
3582         (doc-view-odf->pdf-converter-function): New variable.
3583         (doc-view-mode-p): Use it.
3584         (doc-view-odf->pdf-converter-unoconv):
3585         Rename from `doc-view-odf->pdf-converter-unoconv'.
3586         (doc-view-odf->pdf-converter-soffice): New function.
3587         (doc-view-convert-current-doc):
3588         Use `doc-view-odf->pdf-converter-function'.
3590 2013-02-09  Chong Yidong  <cyd@gnu.org>
3592         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3593         view-echo-area-messages (Bug#13340).
3595         * help.el (view-echo-area-messages): Use display-buffer.
3597         * dired-x.el (dired-do-run-mail): Prompt for confirmation
3598         (Bug#13561).
3600 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3603         Eval body right away, now that we do eager macroexpansion (bug#13605).
3605         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3606         (fundamental-mode): Use run-mode-hooks.
3608         * eshell/esh-proc.el (eshell/kill): Fix last change.
3609         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3611 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3613         * eshell/esh-proc.el (eshell/kill): Rewrite.
3615         * eshell/em-ls.el (show-almost-all): Declare.
3616         (eshell-do-ls): Add support for -A argument.
3618 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
3620         * icomplete.el (icomplete-forward-completions)
3621         (icomplete-backward-completions): Handle corner case (bug#13602).
3623 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
3625         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3626         be nil.  Handle this.  (Bug#13636)
3628 2013-02-07  Richard Stallman  <rms@gnu.org>
3630         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3631         `save-buffer-coding-system'.
3633 2013-02-07  Alan Mackenzie  <acm@muc.de>
3635         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
3636         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3637         (c-parse-state-get-strategy): Don't return 'BOD any more.
3638         (c-append-lower-brace-pair-to-state-cache):
3639         Extra parameter HERE instead of narrowing.
3640         Widen to top of buffer before searching backwards for a brace pair.
3641         (c-state-push-any-brace-pair): Add HERE parameter to function call.
3642         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3643         Narrow to parameter HERE, in place of being called narrowed.
3644         (c-remove-stale-state-cache): Extra parameter HERE in place of
3645         narrowing.  Check there's an open brace in the cache before
3646         searching for its match.
3647         (c-invalidate-state-cache-1): Add HERE parameter to function call.
3648         (c-parse-state-1): Don't narrow here for 'forward strategy,
3649         instead passing extra parameter HERE to several functions.
3650         Remove 'BOD strategy.
3652 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
3654         * emacs-lisp/package.el (describe-package-1): Tell what archive is
3655         used to install the package.
3657 2013-02-06  Glenn Morris  <rgm@gnu.org>
3659         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3660         if we can't get user input.  (Bug#6567)
3662         * startup.el (command-line): If simple.el is missing,
3663         test and warn about for some possible causes.
3665 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
3667         * cus-start.el (all): Add ns-use-native-fullscreen.
3669 2013-02-05  Glenn Morris  <rgm@gnu.org>
3671         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3673         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3674         Fix directory creation in fallback case.
3676 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3678         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3679         (vc-update-change-log): Use dolist.
3681 2013-02-04  Chong Yidong  <cyd@gnu.org>
3683         * thingatpt.el: Rewrite the URL detection routines, absorbing some
3684         code from ffap.el.
3685         (thing-at-point-beginning-of-url-regexp): New var.
3686         (thing-at-point-uri-schemes): Update list of URI schemes.
3687         (thing-at-point-url-regexp): Variable deleted.
3688         (thing-at-point-markedup-url-regexp): Disallow newlines.
3689         (thing-at-point-newsgroup-regexp)
3690         (thing-at-point-newsgroup-heads)
3691         (thing-at-point-default-mail-uri-scheme): New variables.
3692         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
3693         method to find the possible bounds of the URI at point.
3694         New optional argument to find ill-formed URIs.
3695         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
3696         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
3697         the scheme-adding heuristics from ffap-url-at-point.
3698         (thing-at-point--bounds-of-well-formed-url): New function.
3699         Do parens matching to decide whether to include parens in the URI
3700         (Bug#9153).
3702         * ffap.el: Require thingatpt.
3703         (ffap-url-at-point): Delegate URI detection to thing-at-point.
3704         All URI-valid characters are now recognized (Bug#5673).
3705         (ffap-string-at-point): Use use-region-p.
3706         (ffap-url-regexp): Extra character is handled by thing-at-point.
3707         (ffap-string-at-point-mode-alist): Allow parentheses.
3708         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3709         Convert to aliases; code moved to thingatpt.el.
3710         (ffap-gnus-hook): Use setq-local.
3712 2013-02-04  Glenn Morris  <rgm@gnu.org>
3714         * emacs-lisp/ert.el (ert--explain-format-atom):
3715         Don't try to print non-characters as characters.  (Bug#13543)
3717 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
3719         * net/tramp.el (tramp-debug-message): Extend function exclude list.
3720         (tramp-backtrace): New defun.
3721         (tramp-handle-insert-file-contents): Use `visit' when inserting
3722         the local copy.
3724         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3725         Use `remote-file-name-inhibit-cache'.
3727 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3730         (bug#13614).
3732         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3733         current-load-list (bug#13366).
3735 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
3737         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3738         Identify g++ template instantiation trace.  (Bug#12287)
3739         (compilation-mode-hook, compilation-start-hook)
3740         (compilation-window-height): Simplify docstrings.  (Bug#13379)
3742 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3744         * mouse.el (mouse-drag-track): Always deactivate the mark before
3745         running the final event's command since that command is in charge of
3746         activating the mark if needed (bug#13523).
3748 2013-02-02  Juri Linkov  <juri@jurta.org>
3750         * replace.el (perform-replace): Move let-bindings of isearch-*
3751         variables deeper to the loop that searches for the next match.
3752         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3753         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3754         (Bug#13579)
3756         * isearch.el (isearch-search-fun-default): Check for null
3757         first element of isearch-cmds as a precaution when it's used
3758         with inactive isearch.
3760 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
3762         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3763         error when buffer in question is narrowed so position 1 is out of
3764         visible part.
3766 2013-02-02  Glenn Morris  <rgm@gnu.org>
3768         * textmodes/remember.el (remember-clipboard): Doc fix.
3770 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3773         properties (bug#13179).
3775 2013-02-02  Juri Linkov  <juri@jurta.org>
3777         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3778         instead of hard-coded default face `match'.  (Bug#9438)
3780 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
3782         * vc/vc-arch.el (vc-arch-registered):
3783         * vc/vc-bzr.el (vc-bzr-registered):
3784         * vc/vc-cvs.el (vc-cvs-registered):
3785         * vc/vc-git.el (vc-git-registered):
3786         * vc/vc-hg.el (vc-hg-registered):
3787         * vc/vc-mtn.el (vc-mtn-registered):
3788         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3789         (Bug#13139)
3791         * info.el (Info-next-reference, Info-prev-reference): Add numeric
3792         prefix argument.  (Bug#11656)
3794 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3796         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3798 2013-02-01  Glenn Morris  <rgm@gnu.org>
3800         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3801         if the backend is known not to support it.
3803         * imenu.el (imenu-default-create-index-function):
3804         Tweak infinite loop test to check for forward motion as well as none.
3806 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
3808         * net/soap-client.el (soap-invoke): Encode the string for
3809         `url-request-data' as UTF-8.
3810         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3812 2013-02-01  Glenn Morris  <rgm@gnu.org>
3814         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3816         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3818 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
3820         * net/tramp.el (tramp-tramp-file-p): Comment check for
3821         `string-as-unibyte'.  The function does not exist on XEmacs, and
3822         likely we need another approach.
3824         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3825         `tramp-gw-*' variables are bound.
3827 2013-01-31  Glenn Morris  <rgm@gnu.org>
3829         * files.el (basic-save-buffer-2): Choose coding system for
3830         writing the file before backing it up, to reduce delay between
3831         backing up and writing the new version.  (Bug#13522)
3833 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
3835         * simple.el (cycle-spacing): New command.
3836         (just-one-space): Use it.
3838 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
3841         (opascal-newline-always-indents): Remove custom.
3842         (opascal-tab, opascal-newline): Remove commands.
3843         (opascal-new-comment-line): Insert "\n" instead of calling newline.
3844         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3845         (opascal-save-match-data): Remove, use save-match-data instead.
3846         (opascal-save-state): Use with-silent-modifications.
3848         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3849         (bug#13585).
3851 2013-01-30  Juri Linkov  <juri@jurta.org>
3853         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3854         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
3855         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3857 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3859         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3860         column if we're just deleting the backslashes.
3861         (makefile-fill-paragraph): Use eolp.
3863 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3865         * autorevert.el (auto-revert-use-notify): Fix docstring.
3867 2013-01-30  Leo Liu  <sdl.web@gmail.com>
3869         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3871 2013-01-30  Glenn Morris  <rgm@gnu.org>
3873         * mouse.el (mouse-drag-line): Avoid pushing same event onto
3874         unread-command-events twice in some cases.  This tries to implement
3875         the 2012-07-26 changes in a different way.  (Bug#13560)
3877 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3879         * progmodes/python.el
3880         (python-pdbtrack-comint-output-filter-function): Enhancements on
3881         stacktrace detection.  (thanks @gnovak)
3883 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3885         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3886         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3887         Use defvar-local.
3888         (jit-lock-register): Use setq-local.
3890 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
3892         * calc-units.el (math-default-units-table): Remove initial value.
3893         (calc-convert-units): Treat expressions where all the units cancel as
3894         if they didn't have units.
3896 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3898         * net/tramp.el (tramp-process-connection-type): Fix docstring.
3899         (tramp-completion-reread-directory-timeout): Fix type.
3900         (tramp-connection-min-time-diff): New defcustom.
3902         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3904 2013-01-30  Glenn Morris  <rgm@gnu.org>
3906         * imenu.el (imenu-default-create-index-function):
3907         Put back a version of the infinite loop test removed 2013-01-23.
3909 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3911         * progmodes/python.el (python-shell-parse-command):
3912         Find python-shell-interpreter with modified environment.
3914 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3916         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3918 2013-01-29  Alan Mackenzie  <acm@muc.de>
3920         Amend to fontify /regexp/s in actions correctly.
3921         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3922         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3923         are no longer included.
3924         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3925         What used to be these variables without "-line" in the name.
3926         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
3927         (c-awk-non-arith-op-bra-re): Now also matches {.
3928         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3929         "return", and "case".
3930         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3931         by /.
3932         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3933         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3935 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
3937         * autorevert.el (auto-revert-use-notify):
3938         Use `custom-initialize-default' for initialization.  (Bug#13583)
3940         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3942         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3943         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
3944         in `tramp-file-name-handler'.
3945         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3946         compatibility.
3947         (tramp-compute-multi-hops): Check, whether
3948         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3950 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3952         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3953         (bug#13297).
3955 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
3957         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3958         checks made superfluous by the \_< operator.
3959         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3960         temporarily) broken indentation.
3961         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3962         Highlight nested constants, too.  \_< broke that.
3964 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
3966         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3967         instead of "\\b".
3969 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
3971         * autorevert.el (auto-revert-handler): Notifications which result
3972         from a saved file shall not be taken into account.  (Bug#13557)
3974 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
3976         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3977         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3978         (lisp-mode): Pass t for it.  (Bug#13556)
3980 2013-01-25  Alan Mackenzie  <acm@muc.de>
3982         AWK Mode: Fix indentation bug at top level.  Bug #12274.
3984         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3985         just before CASE 5D.
3987 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
3989         * net/socks.el (socks-nslookup-host): Use string-to-number.
3991 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
3993         * autorevert.el (auto-revert-remote-files)
3994         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3995         (auto-revert-notify-enabled, auto-revert-use-notify)
3996         (auto-revert-notify-watch-descriptor-hash-list)
3997         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3998         (auto-revert-notify-event-descriptor)
3999         (auto-revert-notify-event-action)
4000         (auto-revert-notify-event-file-name): Doc fix.
4001         (global-auto-revert-mode): Reorder checks.
4002         (auto-revert-notify-rm-watch): Respect changed values of
4003         `auto-revert-notify-watch-descriptor-hash-list'.
4004         (auto-revert-notify-add-watch): Check for
4005         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
4006         `inotify-add-watch'.  Watch `default-directory' instead of
4007         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
4008         has a changed meaning now.  (Bug#13540)
4009         (auto-revert-notify-handler): Change implementation wrt events
4010         returning from a directory.
4011         (auto-revert-handler): Reorder implementation for checks of remote
4012         files.
4013         (auto-revert-buffers): Fix parentheses error.
4015 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4017         * progmodes/python.el: Enhancements to header documentation about
4018         skeletons.  (Bug#5716)
4020         * imenu.el (imenu-default-create-index-function): Remove useless
4021         infinite loop check.  (Bug#13438)
4023 2013-01-25  Alan Mackenzie  <acm@muc.de>
4025         Fix a bug in the state cache mechanism.  Refactor this a bit.
4027         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4028         `cache-pos' element from the return value.
4029         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4030         buffer to enable proper searching from beyond HERE.  Amend the
4031         test for detecting the sought brace pair.  Amend the value written
4032         to the "brace desert cache" when the brace isn't found.
4033         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4034         and several other variables analogously.
4035         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4036         parameter to a locally calculated variable.
4037         (c-parse-state-1): Change the calling conventions to the two
4038         defuns involving `cache-pos'.
4040 2013-01-25  Chong Yidong  <cyd@gnu.org>
4042         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4044 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
4046         * paren.el (show-paren-function): Make sure to set 'priority and
4047         'face only if the overlay does exist.
4049 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
4051         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4053         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4054         basic attributes.
4055         (tramp-sh-handle-set-file-acl): Improve error checking.
4057 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
4059         * doc-view.el (doc-view-display): Force mode line update until all
4060         document is converted.  Suggested by Stefan Monnier (Bug#13164).
4062 2013-01-23  Bastien Guerry  <bzg@gnu.org>
4064         * paren.el (show-paren-function): Make sure an overlay exists
4065         before trying to delete it.  Also use `pos' as a position only
4066         when it is an integer.
4068 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
4070         * play/gametree.el (gametree-break-line-here): Use point-marker.
4072 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
4074         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4075         Mark descriptive parts with `display' property.
4077 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
4079         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4080         New variable to map standard dict names to hunspell ones.
4081         (ispell-set-spellchecker-params): Make sure specific dict names
4082         are used for standard dicts with hunspell.
4084 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
4086         * textmodes/reftex-cite.el (reftex-format-citation): Add format
4087         chars for note (%N) and url (%U).
4088         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4090 2013-01-21  Juri Linkov  <juri@jurta.org>
4092         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4093         in addition to existing separate binding `meta f10' in `global-map'.
4094         (Bug#13484)
4096 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
4098         Improve XEmacs compatibility.
4100         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4102         * net/tramp-adb.el (top): Require `time-date'.
4103         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4104         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4105         Use `tramp-file-name-handler'.
4106         (tramp-adb-maybe-open-connection):
4107         Use `tramp-compat-set-process-query-on-exit-flag'.
4109         * net/tramp-sh.el (tramp-sh-handle-file-acl):
4110         Use `tramp-compat-funcall'.
4112         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4113         `tramp-compat-funcall'.
4115 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4117         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4118         reimplementation using "adb shell command ..." instead of running
4119         remote shell interactively.
4121 2013-01-20  Glenn Morris  <rgm@gnu.org>
4123         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4124         Add native profiler menu entries.
4126         * profiler.el (profiler-running-p): New function.
4127         (profiler-cpu-profile): Use profiler-running-p.
4128         (profiler-report-mode-map): Add some more menu entries.
4130 2013-01-19  Glenn Morris  <rgm@gnu.org>
4132         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4133         fixes 2012-12-07 change.  (Bug#13499)
4135 2013-01-19  Leo Liu  <sdl.web@gmail.com>
4137         * dired.el (dired-get-marked-files): Prune erroneous values due to
4138         last change.  (Bug#13152)
4140 2013-01-19  Glenn Morris  <rgm@gnu.org>
4142         * progmodes/etags.el (tags-table-check-computed-list):
4143         Preserve point in tags buffer.  (Bug#13412)
4145         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4147 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
4148             Chong Yidong  <cyd@gnu.org>
4150         * image-mode.el (image-next-file, image-previous-file):
4151         New commands (Bug#8453).
4152         (image-mode-map): Bind them to n and p.
4153         (image-mode--images-in-directory): New helper function.
4155 2013-01-19  Chong Yidong  <cyd@gnu.org>
4157         * image-mode.el (image-mode-fit-frame): Add a frame argument.
4158         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
4159         save and restore the old window configuration.
4161 2013-01-18  Leo Liu  <sdl.web@gmail.com>
4163         * progmodes/js.el: Tweak autoload cookie for alias.
4165 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4167         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4168         buffer local, again.  This was lost with the fix on 2013-01-12.
4170 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4172         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4173         order to support several eshell buffers in parallel.
4175 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4177         * autorevert.el (auto-revert-use-notify): In the :set function, do
4178         not modify `kill-buffer-hook'.
4179         (auto-revert-notify-rm-watch):
4180         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4181         (auto-revert-notify-add-watch): Do not call
4182         `auto-revert-notify-rm-watch', but add it to a buffer local
4183         `kill-buffer-hook'.
4185 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4187         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4188         call to `eval' rather than a backquoted lambda.
4190 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4193         to return an explicit nil.
4194         (advice--remove-function): Change accordingly.
4196         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4197         the use of nadvice.el.
4199         * progmodes/which-func.el (which-function): Silence imenu errors
4200         (bug#13433).
4202 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4204         * progmodes/sql.el (sql-imenu-generic-expression):
4205         (sql-mode-font-lock-object-name): Match schema qualified names.
4206         (sql-connect): Use string keys.
4207         (sql-product-interactive): Wait for interpreter prompt.
4208         (sql-comint-oracle): Set process coding based on NLS_LANG.
4210 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4212         * progmodes/sql.el (sql-output-to-send): Remove, unused.
4213         (sql-interactive-remove-continuation-prompt):
4214         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4216 2013-01-14  Leo Liu  <sdl.web@gmail.com>
4218         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4219         (Bug#13420)
4221 2013-01-14  Glenn Morris  <rgm@gnu.org>
4223         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4224         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
4226 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4228         * progmodes/python.el (python-nav-end-of-statement):
4229         Fix cornercase when handling multiline strings.
4231 2013-01-13  Richard Stallman  <rms@gnu.org>
4233         * mail/sendmail.el (mail-position-on-field): Add doc string.
4235         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4236         Get current message boundaries and pass them to
4237         message-forward-make-body-mime.  Minor style changes.
4239 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
4241         * cus-start.el (all): Avoid warnings about
4242         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4244 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
4246         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4248 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4250         * jit-lock.el (jit-lock-debug-mode): New minor mode.
4251         (jit-lock--debug-fontifying): New var.
4252         (jit-lock--debug-fontify): New function.
4253         * subr.el (condition-case-unless-debug): Don't prevent catching the
4254         error, just let the debbugger run.
4255         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4256         timer code and don't drop errors silently.
4258 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
4260         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4261         `permanent-local' property.
4262         (auto-revert-notify-handler): Use `file-equal-p'.
4264 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
4266         * autorevert.el (auto-revert-notify-handler): Fix filtering of
4267         file notification by ACTION. For filtering by file name, compare
4268         only the non-directory part of the file name.
4270 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * autorevert.el: Use cl-lib instead of cl.
4274         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4275         (vc-bzr-checkin): Use it.
4276         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4277         will preserve match-data.
4279 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
4281         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4282         (js--declaration-keyword-re): New var.
4283         (js--multi-line-declaration-indentation): New function.
4284         (js--proper-indentation): Use it.
4286 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
4288         * calc/calc.el (calc-highlight-selections-with-faces)
4289          (calc-dispatch):
4290         * comint.el (comint-history-isearch-message):
4291         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4292         * ffap.el (ffap-string-at-point-region, ffap-next)
4293         (ffap-string-at-point, ffap-string-around)
4294         (ffap-copy-string-as-kill, ffap-highlight-overlay)
4295         (ffap-literally):
4296         * font-lock.el (font-lock-keywords-alist)
4297         (font-lock-removed-keywords-alist):
4298         * help-mode.el (help-xref-symbol-regexp):
4299         * info.el (Info-find-emacs-command-nodes):
4300         * international/mule.el (add-to-coding-system-list):
4301         * isearch.el (isearch-message-function, isearch-fail-pos):
4302         * misearch.el (multi-isearch-next-buffer-function):
4303         * newcomment.el (comment-box):
4304         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4305         (pr-setting-database):
4306         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4307         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4308         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4309         (pike-font-lock-keywords-3):
4310         * progmodes/compile.el (compile):
4311         * progmodes/etags.el (tags-table-files)
4312         (tags-table-files-function, tags-included-tables-function):
4313         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4314         (gdb-restore-windows):
4315         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4316         (ps-n-up-filling-database):
4317         * server.el (server-buffer, server-log):
4318         * simple.el (newline, delete-backward-char, delete-forward-char)
4319         (minibuffer-history-isearch-message, kill-line, track-eol)
4320         (temporary-goal-column):
4321         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4322         (flyspell-default-deplacement-commands):
4323         * textmodes/ispell.el (ispell-accept-output):
4324         * textmodes/sgml-mode.el (html-tag-help):
4325         * vc/compare-w.el (compare-ignore-whitespace)
4326         (compare-ignore-case, compare-windows-dehighlight):
4327         * vc/diff.el (diff):
4328         * whitespace.el (whitespace-point)
4329         (whitespace-font-lock-refontify, whitespace-bob-marker)
4330         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4332 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
4334         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4335         (auto-revert-notify-rm-watch): Ignore errors.
4336         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
4337         inotify, and '(size last-write-time) for w32notify.
4338         Set buffer-local `auto-revert-use-notify' to nil when adding a file
4339         watch fails - this is a fallback to the file modification check.
4340         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4341         (auto-revert-notify-event-action)
4342         (auto-revert-notify-event-file-name): New defuns.
4343         (auto-revert-notify-handler): Use them.  Implement first
4344         plausibility checks.
4345         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4347 2013-01-11  Julien Danjou  <julien@danjou.info>
4349         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4350         max are almost equal. Also return the correct value for V which is
4351         already between 0 and 1.
4353 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
4355         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4357 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
4359         * autorevert.el (auto-revert-notify-rm-watch)
4360         (auto-revert-notify-add-watch): Fix typos in w32notify function
4361         names.
4363 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4365         * autorevert.el (auto-revert-notify-enabled): Move up.
4366         (auto-revert-use-notify): New defcustom.
4367         (auto-revert-mode, global-auto-revert-mode)
4368         (auto-revert-notify-add-watch, auto-revert-handler)
4369         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4370         `auto-revert-notify-enabled'.
4372 2013-01-10  Elias Pipping  <pipping@exherbo.org>
4374         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4375         * doc-view.el (doc-view-document->bitmap):
4376         Use doc-view-single-page-converter-function instead of
4377         single-page-converter arg; adjust callers.
4379 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
4381         * progmodes/which-func.el (which-function): Understand Semantic's use
4382         of overlays in imenu--index-alist.
4384 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
4386         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
4387         (Man-man-k-use-anchor): New var.
4388         (Man-parse-man-k): New function.
4389         (Man-completion-table): Use it.
4390         (man): Flush the completion cache between uses.
4392 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4394         * autorevert.el: Add file watch support.
4395         (auto-revert-notify-enabled): New defconst.
4396         (auto-revert-notify-watch-descriptor-hash-list)
4397         (auto-revert-notify-watch-descriptor)
4398         (auto-revert-notify-modified-p): New defvars.
4399         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4400         (auto-revert-notify-handler): New defuns.
4401         (auto-revert-mode, global-auto-revert-mode): Remove file watches
4402         when mode is disabled.
4403         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4404         (auto-revert-buffers): Add file watches for active buffers.
4406 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
4408         * cus-start.el (toplevel): Only allow float values for
4409         scroll-up-aggressively and scroll-down-aggressively.
4410         Allow any number for line-spacing.
4412 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4414         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4415         (doc-view-pdf->png-converter-function): Use mupdf if available.
4416         (doc-view-djvu->png-converter-function)
4417         (doc-view-ps->png-converter-function): Remove.
4418         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4419         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4420         (doc-view-already-converted-p): Adjust accordingly.
4421         (doc-view-mode-p): Simplify.
4422         (doc-view-enlarge): Use setq-local.
4423         (doc-view-pdf->png-converter-ghostscript)
4424         (doc-view-djvu->png-converter-ddjvu)
4425         (doc-view-pdf->png-converter-mupdf): Rework to call
4426         doc-view-start-process directly.
4427         (doc-view-pdf/ps->png): Simplify accordingly.
4428         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4429         (doc-view-document->bitmap): Rename from doc-view-document->png.
4430         (doc-view-convert-current-doc): Merge pdf and djvu cases.
4431         (doc-view-set-slice-from-bounding-box): Fix completion table.
4432         (doc-view-mode): Use add-hook for after-revert-hook.
4434 2013-01-10  Glenn Morris  <rgm@gnu.org>
4436         * emacs-lisp/authors.el (authors-ignored-files)
4437         (authors-valid-file-names, authors-renamed-files-alist):
4438         Add some more entries.
4440 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4442         * image-mode.el (image-mode-winprops): Don't throw away the fallback
4443         `t' pseudo-window entry.
4445 2013-01-10  Alan Mackenzie  <acm@muc.de>
4447         Fix bugs in the c-parse-state mechanism.  Reuse some markers
4448         instead of continually generating new ones.
4450         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4451         (c-state-old-cpp-end-marker): New variables.
4452         (c-append-lower-brace-pair-to-state-cache): Start a backward
4453         search for "}" definitively outside CPP constructs.
4454         (c-remove-stale-state-cache): Inform the caller of a need to
4455         search back for a brace pair in certain circumstances.
4456         (c-state-maybe-marker): New macro.
4457         (c-parse-state): Reuse markers when appropriate.
4459 2013-01-10  Glenn Morris  <rgm@gnu.org>
4461         * simple.el (execute-extended-command): Doc fix.
4462         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
4464 2013-01-10  Chong Yidong  <cyd@gnu.org>
4466         * faces.el (read-face-name): Doc fix.
4468 2013-01-10  Roland Winkler  <winkler@gnu.org>
4470         * emacs-lisp/crm.el: Allow any regexp for separators.
4471         (crm-default-separator): All spaces around the default comma separator.
4472         (crm--completion-command): New macro.
4473         (crm-completion-help, crm-complete, crm-complete-word): Use it.
4474         (crm-complete-and-exit): Handle non-single-char separators.
4476 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4478         * doc-view.el: Add support for DjVu (bug#13164).
4479         (doc-view-djvu->png-converter-function): New config var.
4480         (doc-view-single-page-converter-function, doc-view--image-type)
4481         (doc-view--image-file-extension): New vars.
4482         (doc-view-mode): Initialize them.
4483         (doc-view-goto-page): Use them.
4484         (doc-view-mode-p): Add support for ddjvu.
4485         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4486         (doc-view-set-up-single-converter): New funs.
4487         (doc-view-pdf/ps->png): Extend for djvu.
4488         (doc-view-document->png): Rename from doc-view-pdf->png.
4489         (doc-view-convert-current-doc): Handle djvu.
4490         (doc-view-insert-image, doc-view-display)
4491         (doc-view-already-converted-p): Don't hardcode png.
4492         (doc-view-set-doc-type): Recognize djvu docs.
4494 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4496         * doc-view.el: Add support for mupdf converter (bug#13164).
4497         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4498         (doc-view-ps->png-converter-function): New config vars.
4499         (doc-view-pdf->png-converter-ghostscript)
4500         (doc-view-ps->png-converter-ghostscript)
4501         (doc-view-pdf->png-converter-mupdf): New functions.
4502         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4504 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4506         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4507         first in session cache: When `tramp-own-remote-path' is in
4508         `tramp-remote-path', the remote path is only set in the session
4509         cache.
4511 2013-01-09  Glenn Morris  <rgm@gnu.org>
4513         * emacs-lisp/trace.el (trace-function-foreground)
4514         (trace-function-background): Doc fix.
4516 2013-01-09  Juri Linkov  <juri@jurta.org>
4518         * international/mule-cmds.el (read-char-by-name): Move let-binding
4519         of completion-ignore-case around completing-read to fix regression
4520         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4521         `string-match-p' using the nil value of `case-fold-search' and
4522         `completion-ignore-case' in `completion-pcm--all-completions'.
4523         (Bug#12615).
4525 2013-01-09  Glenn Morris  <rgm@gnu.org>
4527         * progmodes/compile.el (compilation-parse-errors):
4528         Fix typo.  (Bug#13369)
4530 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4532         * comint.el (comint-send-input): Check size of buffer before
4533         waiting for process output, in case already accepted.  (Bug#13290)
4535 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4537         Spelling fixes.
4538         * net/tramp-adb.el (tramp-adb-get-toolbox):
4539         Fix misspelling of 'unknown'.
4541 2013-01-08  Juri Linkov  <juri@jurta.org>
4543         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4544         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4545         Use underline style wave on terminals that support it.  (Bug#13000)
4547 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4550         the predicate returns nil.
4552         * simple.el: Use lexical-binding.
4553         (primitive-undo): Use pcase.
4554         (minibuffer-history-isearch-push-state): Use a closure.
4556 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4558         * simple.el (primitive-undo): Move from undo.c.
4560 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4562         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4563         (cvs-mode-remove-handled): Use it (bug#13380).
4565         * emacs-lisp/nadvice.el (advice--tweak): New function.
4566         (advice--remove-function, advice--subst-main): Use it.
4568         * emacs-lisp/advice.el: Update commentary.
4570 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
4572         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4573         Remove spurious entry.
4575 2013-01-08  Glenn Morris  <rgm@gnu.org>
4577         * net/tramp.el (tramp-default-host-alist): Add :version.
4579 2013-01-08  Juri Linkov  <juri@jurta.org>
4581         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4582         single completion.  (Bug#12456)
4583         (info--manual-names): Expand node completions into an explicit list
4584         before appending it to another list.  Filter out internal buffers
4585         with the leading space in the buffer name.  (Bug#10771)
4587 2013-01-08  Juri Linkov  <juri@jurta.org>
4589         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4590         that defaults to the Top node.
4591         (Info-goto-node, Info-read-node-name): Doc fix to mention that
4592         the short format (FILENAME) goes to the Top node.
4593         (Info-build-node-completions): Rename arg `file' to `filename'.
4594         (Bug#13365)
4596 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4598         * menu-bar.el (menu-bar-search-documentation-menu):
4599         Use `apropos-user-option' and fix the help message.
4601 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4603         * apropos.el (apropos-do-all): Update docstring.
4604         (apropos-user-option-button): New face.
4605         (apropos-user-option): Rename from `apropos-variable' and update
4606         docstring.
4607         (apropos-variable): Rewrite, now show all variables by default.
4608         (apropos-print): Mention "User option" instead of "Variable" when
4609         printing doc for user options.  (Bug#13276)
4611 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4613         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4614         Handle filename correctly, when parsing "source -> target" symlink
4615         output.
4616         (tramp-adb-handle-set-file-times): New defun.
4618 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4621         advice list when the interactive-spec of ad-Advice-* changes.
4623 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4625         * wid-edit.el (widget-default-get): Work for inlined elements.
4626         (Bug#12670)
4628 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
4630         * net/tramp.el (tramp-default-host-alist): New defcustom.
4631         (tramp-find-host): Use it.
4632         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
4633         `eshell-directory-change-hook'.
4635         * net/tramp-adb.el (top): Add adb specific entry in
4636         `tramp-default-host-alist'.
4637         (tramp-adb-file-name-host): Remove function.
4638         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4639         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4641         * net/tramp-sh.el: Move eshell integration code to tramp.el.
4643 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4645         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4647 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
4649         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4650         consist of more than one digit.
4651         (tramp-adb-file-name-handler-alist):
4652         Use `tramp-handle-file-exists-p' consistently.
4653         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4654         (tramp-adb-handle-file-exists-p): Remove function.
4655         (tramp-adb-file-name-host): New defun.
4656         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4657         Use it.
4658         (tramp-adb-maybe-open-connection): Set "remote-path" property.
4660 2013-01-06  Chong Yidong  <cyd@gnu.org>
4662         * vc/vc.el (vc-next-action): Detect buffer modifications
4663         conflicting with locking VCS operation (Bug#11490).
4665         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4667 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
4669         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4670         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4672 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4674         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4675         parsing of ls output using regular expression (handle filenames
4676         with spaces).  Use virtual device number.
4677         (tramp-do-parse-file-attributes-with-ls): New defun (Code
4678         cleanup).
4680 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4682         * epg.el: Silence byte-compiler warnings.
4683         (epg--start): Use delete-char instead of delete-backward-char.
4684         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4686 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4688         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4689         Suggested by Eli Zaretskii  <eliz@gnu.org>.
4691 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
4693         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4694         non-negative integers.  Otherwise, the default values are used.
4695         (tramp-convert-file-attributes): Convert uid and gid to integers.
4697 2013-01-04  Glenn Morris  <rgm@gnu.org>
4699         * term.el (term-handle-colors-array): Ensure face attributes
4700         are fully specified, not nil.  (Bug#13337)
4702         * term.el (term-default-fg-color, term-default-bg-color):
4703         Fix custom type.
4705         * progmodes/etags.el (tags-compression-info-list): Doc fix.
4706         (tag-find-file-of-tag-noselect): Check auto-compression-mode
4707         rather than 'jka-compr being loaded.  (Bug#13338)
4709 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
4711         * icomplete.el (icomplete-completions):
4712         Honor icomplete-prospects-height once more following
4713         2012-11-29 changes.  (Bug#13224)
4715 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * subr.el (internal--called-interactively-p--get-frame): Find aliases
4718         of called-interactively-p as well (bug#13237).
4720         * view.el (view--enable, view--disable): Rename from view-mode-enable
4721         and view-mode-disable and assume it's called from view-mode.
4722         (view-mode-enable, view-mode-disable): Redefine as obsolete
4723         compatibility layer above view-mode.
4724         (view-mode-enter): Call `view-mode'.
4726         * files.el (after-find-file): Call `view-mode'.
4728         * doc-view.el (doc-view-scale-internally): New var.
4729         (doc-view-enlarge, doc-view-insert-image): Obey it.
4731 2013-01-03  Daiki Ueno  <ueno@gnu.org>
4733         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4734         exist.  (Bug#13344)
4736 2013-01-03  Glenn Morris  <rgm@gnu.org>
4738         * mail/rmail.el (rmail-set-header-1): Ignore case.
4739         Handle multi-line headers.  (Bug#13330)
4741         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4742         Handle paragraph starting at beginning of buffer.
4744         * subr.el (eval-after-load): Don't purecopy the form, so that it
4745         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
4747         * emacs-lisp/byte-run.el (defun): Place cl declarations
4748         after any interactive spec.  (Bug#13265)
4750 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4752         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4753         defun.  Don't check for DECL if DOCSTRING isn't a string.
4754         (defun): Likewise.
4756 2013-01-02  Glenn Morris  <rgm@gnu.org>
4758         * eshell/em-cmpl.el (eshell-pcomplete):
4759         More thoroughly imitate pcomplete.  (Bug#13293)
4761         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
4762         Return nil for empty path elements.  (Bug#13296)
4764 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4766         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4767         order to improve efficiency (Based on Daniel Colascione's
4768         <dancol@dancol.org> patch).  (Bug#13182)
4770 2013-01-02  Glenn Morris  <rgm@gnu.org>
4772         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4774 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4776         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4777         neither DOCSTRING nor DECL was given.  (Bug#13316)
4779 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
4781         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4782         `error' call.
4783         (tramp-do-copy-or-rename-file): Ignore errors when calling
4784         `set-file-extended-attributes'.
4786         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4787         Add handler for `file-acl'.
4788         (tramp-smb-handle-file-acl): New defun.
4790 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
4792         * calc/README: Mention ISO 8601 week-numbering dates.
4794 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
4796         * view.el (view-mode-enable): New argument run-view-mode-hook.
4797         Run view-mode-hook only when it's non-nil (Bug#13315).
4798         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4799         argument t.
4801 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4803         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4804         (No device connected, invalid device name). (Bug #13299)
4806 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
4808         * window.el (window-resizable--p): Rename to window-resizable-p.
4809         (window-resize-no-error): New function.
4811         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4812         broken in fix from 2012-12-28.
4814 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4816         * subr.el (special-form-p): Don't signal errors on undef aliases.
4818 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
4820         * calc/calc-forms.el (math-parse-date): Try using
4821         `math-parse-iso-date' when it looks like it might be needed.
4822         Allow times of 24:00.
4823         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4824         of 24:00.
4826 2012-12-30  Glenn Morris  <rgm@gnu.org>
4828         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4829         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
4830         (rmail-summary-displayed, rmail-summary): Declare.
4831         (mairix-rmail-display): Just require rmail.
4833 2012-12-30  Chong Yidong  <cyd@gnu.org>
4835         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4836         check for the tarball contents.
4838 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
4840         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4841         tarfile content listings (Bug#13136).
4843 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
4845         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4846         Insert the undecoded text of the message being forwarded.  (Bug#9521)
4848 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
4850         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4851         integers, if they are real numbers.  (Bug#13282)
4853         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4854         Return `t' on success.
4856         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4857         Add handler for `set-file-selinux-context'.
4859 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
4861         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4862         (tramp-sh-handle-set-file-acl): Return `t' on success.
4864 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
4866         * files.el (backup-buffer-copy, basic-save-buffer-2):
4867         If set-file-extended-attributes fails, fall back on set-file-modes
4868         instead of signaling an error.  (Bug#13298)
4869         (basic-save-buffer): Likewise.
4871 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4873         * progmodes/python.el: Support other commands triggering
4874         python-indent-line so indentation cycling continues to work.
4875         (python-indent-trigger-commands): New defcustom.
4876         (python-indent-line): Use it.
4878 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4880         * progmodes/python.el (python-shell-send-region): Add blank lines
4881         for non sent code so backtraces remain correct.
4883 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4885         * progmodes/python.el: Remove cl dependency.
4886         (python-syntax-count-quotes): Replace incf call.
4887         (python-fill-string): Replace setf call.
4889 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
4891         * info.el (info-other-window): New arg, for consistency with info.
4893 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
4895         * mail/rmail.el (rmail-maybe-display-summary):
4896         Rewrite (Bug#13066).
4898 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
4900         * epg.el (epg--start): Modify process-environment locally.
4902 2012-12-28  Daiki Ueno  <ueno@gnu.org>
4904         * epg.el: Support pinentry-curses.
4905         Suggested by Werner Koch in
4906         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4907         (epg-agent-file, epg-agent-mtime): New variable.
4908         (epg--start): Record the modified time of gpg-agent socket file,
4909         to restore Emacs frame after pinentry-curses termination.
4910         (epg-wait-for-completion): Restore Emacs frame here.
4912 2012-12-27  Juri Linkov  <juri@jurta.org>
4914         * info.el (Info-file-completions): New variable.
4915         (Info-read-node-name-1): Complete node names in the Info file
4916         when a file name is given.  Call `Info-build-node-completions'
4917         with a file name.
4918         (Info-build-node-completions): Add new arg `file'.  When it is
4919         non-nil, visit it in a temporary buffer and cache its completions in
4920         `Info-current-file-completions'.  Move most of the function body to
4921         `Info-build-node-completions-1'.
4922         (Info-build-node-completions-1): New function with the body from
4923         `Info-build-node-completions'.  (Bug#12456)
4925 2012-12-27  Juri Linkov  <juri@jurta.org>
4927         * frame.el (frame-maximization-style): Remove user option.
4928         (cycle-frame-maximized): Remove function.
4929         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4930         (toggle-frame-fullscreen): New command bound to <f11> instead of
4931         `toggle-frame-maximized'.
4932         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4934 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
4936         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4938         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4939         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4940         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4941         for `file-accessible-directory-p'.  (Bug#13275)
4943 2012-12-27  Sam Steingold  <sds@gnu.org>
4945         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4946         continuations, see <http://stackoverflow.com/questions/3582436>.
4948 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
4950         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4951         "module" and "def" to have indentation before them.
4952         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4954         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4956 2012-12-27  Alan Mackenzie  <acm@muc.de>
4958         Speed up fontification where there's large brace blocks.
4959         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4960         to a call of c-beginning-of-decl-1.
4962 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4964         * comint.el (comint-adjust-window-point): New function.
4965         (comint-postoutput-scroll-to-bottom):
4966         Call comint-adjust-window-point (Bug#13248).
4968 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
4970         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4971         Rakefile regexp.
4972         (auto-mode-alist): Associate .gemspec files with ruby-mode
4973         (https://bugs.ruby-lang.org/issues/5453).
4975 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4977         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4978         Suppress coloring, if possible (required for BusyBox based systems like
4979         CyanogenMod).
4980         (tramp-adb-handle-file-attributes)
4981         (tramp-adb-handle-insert-directory)
4982         (tramp-adb-handle-file-name-all-completions): Use it.
4983         (tramp-adb-get-toolbox): New defun.  Check for remote shell
4984         implementation (BusyBox or Toolbox).
4986 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
4988         * startup.el (initial-buffer-choice): Allow function as value
4989         (Bug#13251).
4990         (command-line-1): Handle case where initial-buffer-choice
4991         specifies a function.
4992         * server.el (server-execute): Handle case where
4993         initial-buffer-choice specifies a function.
4995 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4997         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4998         its own function.
4999         (smtpmail-try-auth-methods): Forget the user name/password if the
5000         login is unsuccessful (bug#12424).
5002 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
5004         * notifications.el (notifications-notify): Protect body with
5005         `with-demoted-errors'.
5007         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5008         Check properties of remote device.  Restart connection, if there is a
5009         change.
5011 2012-12-21  Chong Yidong  <cyd@gnu.org>
5013         * sort.el (sort-subr): Doc fix (Bug#13056).
5015 2012-12-21  Bastien Guerry  <bzg@gnu.org>
5017         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
5019 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
5021         * simple.el (process-file): Overwrite stderr file, if exists.
5023 2012-12-21  Daiki Ueno  <ueno@gnu.org>
5025         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5026         (epg-error): Set `error-message' property.
5028 2012-12-21  Chong Yidong  <cyd@gnu.org>
5030         * international/mule-cmds.el (read-char-by-name): Signal an error
5031         if the user does not supply a valid character (Bug#13177).
5033         * simple.el (transpose-subr-1): Preserve marker positions by
5034         changing the insertion sequence (Bug#13122).
5036 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5038         * simple.el (kill-region): Deactivate mark even for empty regions
5039         (Bug#13169).
5041 2012-12-21  Chong Yidong  <cyd@gnu.org>
5043         * help-fns.el (describe-variable): Make sure we get the right
5044         buffer name (Bug#13105).  Suggested by Kelly Dean.
5046 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
5048         * comint.el (comint-redirect-previous-input-string): New variable.
5049         (comint-redirect-setup, comint-redirect-cleanup)
5050         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
5051         (comint-redirect-preoutput-filter): Fix verbose message.
5053 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
5055         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
5056         is too long for Tramp.  See discussion in
5057         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5059         * progmodes/compile.el (compilation-start): Remove line escape
5060         template.
5062 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
5064         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5065         Adjust comment.
5067 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
5069         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5070         following non-comment text (bug#13207).
5071         (lm-header-multiline): Continuation lines need to be indented more than
5072         the first line.
5073         (lm-homepage): New function.
5074         (lm-with-file): Don't be confused if narrowing is in effect.
5076 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5078         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5079         very beginning of a hunk (e.g. killing the first line).
5081 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
5083         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5084         and text properties from returned ACL string.
5085         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5086         for "setfacl" command.
5088 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
5090         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5091         `tramp-cleanup-this-connection', when the process has died.
5092         (Bug#13151)
5094 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5096         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
5098 2012-12-17  Kevin Ryde  <user42@zip.com.au>
5100         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5102 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
5104         Add support for preserving ACL entries of files.
5106         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5107         `set-file-acl' handlers.
5109         * net/tramp-adb.el (tramp-adb-handle-copy-file):
5110         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5112         * net/tramp-compat.el (tramp-compat-copy-file):
5113         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5115         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5116         Add `file-acl' and `set-file-acl' handlers.
5117         (tramp-gvfs-handle-copy-file):
5118         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5119         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5120         New defuns.
5122         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5123         Add `file-acl' and `set-file-acl' handlers.
5124         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5125         (tramp-sh-handle-set-file-acl): New defuns.
5126         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5127         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5129         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5130         Add `file-acl' and `set-file-acl' handlers.
5131         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5133 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5135         * help-macro.el (make-help-screen): Instead of switch-to-buffer
5136         use pop-to-buffer with NORECORD argument t.  As buffer name, use
5137         *Metahelp* with a leading space (Bug#13190).
5139 2012-12-16  Romain Francoise  <romain@orebokech.com>
5141         * files.el (file-extended-attributes)
5142         (set-file-extended-attributes): New functions.
5143         (backup-buffer): Use them to handle both SELinux context and ACL
5144         entries.
5145         (backup-buffer-copy): Work with an alist of extended attributes,
5146         rather than an SELinux context.
5147         (basic-save-buffer-2): Ditto.
5149 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
5151         * battery.el (battery-bsd-apm): New function.
5153 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
5155         * calc/calc.el (calc-standard-date-formats): Adjust one of the
5156         standard date formats.
5158 2012-12-15  Juri Linkov  <juri@jurta.org>
5160         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5161         `isearch-insert-char-by-name'.
5162         (with-isearch-suspended): New defmacro with body mostly from
5163         `isearch-edit-string' except the part that sets
5164         `isearch-new-string' and `isearch-new-message'.
5165         (isearch-edit-string): Use new macro `with-isearch-suspended' with
5166         body that sets `isearch-new-string' and `isearch-new-message'.
5167         (isearch-insert-char-by-name): New command.
5168         * international/mule-cmds.el (read-char-by-name): Let-bind
5169         `enable-recursive-minibuffers' to t.
5170         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5172 2012-12-15  Juri Linkov  <juri@jurta.org>
5174         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5175         (Bug#13175)
5177 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
5179         * dired-x.el (dired-guess-shell-command): Put colon at the end of
5180         the prompt.  (Bug#13045)
5182 2012-12-14  Glenn Morris  <rgm@gnu.org>
5184         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5185         Try to include filename in non-bytecomp warning.  (Bug#13132)
5187 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5189         Fix permissions bugs with setgid directories etc. (Bug#13125)
5190         * files.el (backup-buffer): Don't rely on 9th output of
5191         file-attributes, as it's now a placeholder.  Instead, use the new
5192         optional arg of file-ownership-preserved-p.
5193         (file-ownership-preserved-p): New optional arg GROUP.
5194         Fix mishandling of setuid directories that would cause this
5195         function to return t when it should have returned nil.
5196         Document what happens if the file does not exist, and when
5197         it's not known whether the ownership will be preserved.
5198         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5199         Likewise.
5200         (tramp-get-local-gid): Use group-gid for integer, as that's
5201         faster and more reliable.
5203 2012-12-14  Julien Danjou  <julien@danjou.info>
5205         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5206         Update keywords list, data type and PL/pgSQL.
5208 2012-12-14  Dave Abrahams  <dave@boostpro.com>
5210         * vc/ediff-util.el (ediff-buffer-type): New function.
5211         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5212         rather than taking it as as argument.
5213         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5215 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
5217         * json.el: Add pretty-print option (bug#12634).
5218         (json-encoding-separator, json-encoding-default-indentation)
5219         (json--encoding-current-indentation, json-encoding-pretty-print)
5220         (json-encoding-lisp-style-closings): New vars.
5221         (json--with-indentation): New macro.
5222         (json-encode-hash-table, json-encode-alist, json-encode-plist)
5223         (json-encode-array): Use it to obey json-encoding-pretty-print.
5224         (json-pretty-print-buffer, json-pretty-print): New commands.
5226 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
5228         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5229         Extract `ruby-syntax-propertize-expansions'.
5230         (ruby-syntax-propertize-expansions): Only change syntax on
5231         certain string delimiters, to punctuation.  This way the common
5232         functions like forward-word and thing-at-point still work.
5233         (ruby-match-expression-expansion): Improve readability.
5234         (ruby-block-contains-point): New function.
5235         (ruby-add-log-current-method): Handle several edge cases.
5237 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5239         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5240         unload-feature finishes even when aborting an ongoing edebug session.
5241         Also, do not worry about edebug-mode, unload-feature takes care of it.
5243 2012-12-13  Andreas Schwab  <schwab@suse.de>
5245         * net/tls.el (tls-program): Update customize type.
5247 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5249         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5250         (edebug-setup-hook, cl-read-load-hooks): Use it.
5251         (edebug-unload-function): New function.  (Bug#13163)
5253 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
5255         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5256         Otherwise, there could be errors in autoloading.  (Bug#13151)
5258 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5260         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5261         sequences.
5263 2012-12-13  Alan Mackenzie  <acm@muc.de>
5265         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
5266         * progmodes/cc-engine.el (c-backward-comments): Add code to work
5267         around `forward-comment' not recognizing ^M as whitespace.
5269 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5271         * progmodes/python.el (python-skeleton-class)
5272         (python-skeleton-def): Do not add space after defun name.
5274 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5277         (cl--symbol-function): Remove (now that funbound is like nil).
5279 2012-12-12  Glenn Morris  <rgm@gnu.org>
5281         * button.el (button--area-button-p): Fix typo.
5283 2012-12-12  Sam Steingold  <sds@gnu.org>
5285         * frame.el (frame-maximization-style): New user option.
5286         (toggle-frame-maximized): Toggle frame maximization according to
5287         `frame-maximization-style', bound to <f11>.
5288         (cycle-frame-maximized): Cycle between all maximization styles and
5289         non-maximized frame, bound to shift-<f11>.
5291 2012-12-12  David CadĂ©  <codename68@gmail.com>
5293         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5295 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
5297         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5298         (eieio-override-prin1): Don't quote kewords and booleans.
5299         (object-write) <eieio-default-superclass>: Don't put closing parens
5300         on new line, avoid needless empty lines, align values that are objects
5301         with the slot keyword (instead of beginning on the same line).
5302         (eieio-list-prin1): Align value with slot keyword; increase
5303         eieio-print-depth before printing members of the list.
5305 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5307         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5308         a display text-property.
5309         (report-emacs-bug-hook): Don't bother deleting it any more.
5311         * hilit-chg.el (highlight-save-buffer-state): Delete.
5312         Use with-silent-modifications instead.
5313         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5315         * button.el: Handle buttons in display text-properties.
5316         (button--area-button-p, button--area-button-string):
5317         Use (STRING . STRING-POS) representation instead of just STRING.
5319 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
5321         * makefile.w32-in (compile4-SH): Fix a typo that caused term
5322         subdirectory be skipped.
5324 2012-12-11  Glenn Morris  <rgm@gnu.org>
5326         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5328         * progmodes/f90.el (f90-line-continued, f90-indent-region):
5329         Treat preprocessor lines embedded in continuations like comments.
5330         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
5332 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
5334         * calc/calc.el (calc-standard-date-formats): Add more date
5335         formats.
5336         * calc/calc-forms.el (math-parse-iso-date): New function.
5337         (math-parse-date): Use `math-parse-iso-date' when appropriate.
5338         (math-parse-iso-date-validate): Add extra error checking.
5339         (calc-date-notation): Add ability to access new date formats.
5341 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5343         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5344         font-lock as well as when there's no text-property.
5346 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
5348         * hi-lock.el: Refine the choice of default face.
5349         (hi-lock-keyword->face): New function.  Use it wherever we used
5350         cadadadr instead.
5351         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5352         (hi-lock--last-face): Remove var.
5353         (hi-lock--unused-faces): New var to replace it.
5354         (hi-lock-read-face-name): Use/maintain it.
5355         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
5356         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5357         if it has another face.
5359 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5361         * subr.el (w32notify-handle-event): New function.
5362         (inotify-handle-event): Doc fix.
5364 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
5366         * subr.el (inotify-event-p, inotify-handle-event): New functions.
5368 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
5370         * simple.el (just-one-space): Doc fix.
5372 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5374         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5376 2012-12-10  Le Wang  <l26wang@gmail.com>
5378         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5379         narrowed buffer (bug#12361).
5381 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
5383         * vc/vc-hooks.el (vc-state): Doc fix.
5385 2012-12-10  Glenn Morris  <rgm@gnu.org>
5387         * mail/rmail.el (rmail-maybe-display-summary):
5388         Preserve buffer, in case select-window changes it.  (Bug#13066)
5390 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5392         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5393         cl-load-hook where they belong.
5395 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5397         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5399 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
5401         Parallelize byte compilation on MS-Windows.
5402         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5403         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5404         (WINS_BASIC): Define as concatenation of the above.
5405         (compile): Subdivide into 4 separate and independent jobs that can
5406         be run in parallel.
5407         (compile0-CMD, compile0-SH): New targets for compiling
5408         COMPILE_FIRST files, which are prerequisites for the rest of the
5409         byte-compilation.
5410         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5411         New targets for parallel compilation with cmd.exe.
5412         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5413         compiling under a Unixy shell.
5415 2012-12-09  Chong Yidong  <cyd@gnu.org>
5417         * simple.el (set-mark-default-inactive): Delete this
5418         accidentally-introduced option.
5419         (set-mark-command, exchange-point-and-mark): Remove calls.
5421 2012-12-09  Glenn Morris  <rgm@gnu.org>
5423         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5424         Respect a defcustom's :set function, if appropriate.  (Bug#109)
5425         (eval-defun): Doc fix.
5427 2012-12-08  Juri Linkov  <juri@jurta.org>
5429         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5430         (Info-fontify-node, Info-bookmark-make-record): Remove the
5431         file extension from Info-current-file (Bug#13016).
5433 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5435         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5436         point, still provide some default.
5437         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5438         names, since we don't use it right now.  Actually return the list.
5439         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5441 2012-12-07  Chong Yidong  <cyd@gnu.org>
5443         * novice.el (disabled-command-function): Remove a spurious help
5444         xref (Bug#13043).  Suggested by Kelly Dean.
5446         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5447         syntax is specified (Bug#13025).
5449         * info.el (Info-set-mode-line): Remove the file extension from
5450         Info-current-file if there is one (Bug#13016).
5452 2012-12-07  Glenn Morris  <rgm@gnu.org>
5454         * mail/rmail.el (rmail-mime-decoded): New permanent local.
5455         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5456         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5457         and rmail-mime-decoded.  (Bug#9841)
5459         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
5460         (batch-unrmail, unrmail): Doc fixes.
5461         (unrmail): Respect unrmail-mbox-format.
5462         * mail/rmail.el (rmail-mbox-format): New option.
5463         (rmail-show-message-1): Respect rmail-mbox-format.
5465 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5469 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5471         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
5472         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5473         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5474         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5475         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5476         (cl-progv): Don't rely on dynamic scoping to find the body.
5477         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5478         (cl--proclaims-deferred): Rename from the "cl-" prefix.
5479         (cl-declaim): Use backquotes.
5480         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5481         Use "cl--" prefix for the object's tag.
5483         * ses.el: Use advice-add/remove.
5484         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5485         (copy-region-as-kill, yank): Use advice-add.
5486         (ses-unload-function): Use advice-remove.
5488 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
5490         * button.el: Make them work in header-lines (bug#12817).
5491         (button-map): Add bindings for header-line and mode-line use.
5492         (button-get, button-put, button-label): `button' may now be a string.
5493         (button-activate): Don't make it a defsubst.
5494         (button--area-button-p, button--area-button-string): New functions.
5495         (make-text-button): Fix the return value when `beg' was a string.
5496         (push-button): Handle the mode-line case.
5498 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5501         (sql-signum): Remove.  Use `cl-signum' instead.
5502         (sql-read-passwd): Remove; use read-passwd instread.
5503         (sql-get-login-ext): Use read-string.
5504         (sql-get-login): Use dolist and pcase.
5505         (sql--completion-table): Rename from sql-try-completion.
5506         Use complete-with-action.
5507         (sql-mode): Don't change abbrev-all-caps globally.
5508         (sql-connect): Don't rely on dynamic scoping for `new-name'.
5509         (sql-postgres-completion-object): Initialize vars in their `let'.
5510         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5511         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5512         (sql-comint-interbase): Use a single append, without setq.
5513         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5515         * hi-lock.el: Rework the default face and the serialize regexp code.
5516         (hi-lock--auto-select-face-defaults): Remove.
5517         (hi-lock-string-serialize-serial): Remove.
5518         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5519         make weak.
5520         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5521         equal string.
5522         (hi-lock-set-pattern): Adjust accordingly.
5523         (hi-lock--regexps-at-point): Simplify accordingly.
5524         (hi-lock--auto-select-face-defaults): Remove.
5525         (hi-lock--last-face): New var to replace it.
5526         (hi-lock-read-face-name): Rewrite (bug#11095).
5527         (hi-lock-unface-buffer): Arrange for the face to be the next default.
5529 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
5531         * net/tramp.el (tramp-replace-environment-variables):
5532         Hide compiler warning.
5533         (tramp-file-name-for-operation): Remove `executable-find',
5534         `start-process', `call-process' and `call-process-region'.
5536         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5538         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5539         compatibility.
5541         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5543 2012-12-06  Chong Yidong  <cyd@gnu.org>
5545         * ffap.el (ffap-replace-file-component): Fix typo.
5547 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5550         fix open-paren-like token test (bug#12785).
5552 2012-12-06  Glenn Morris  <rgm@gnu.org>
5554         * mail/rmailsum.el (rmail-new-summary): Tweak for
5555         rmail-maybe-display-summary changing buffer.  (Bug#13066)
5557 2012-12-06  Juri Linkov  <juri@jurta.org>
5559         * info.el (Info-fontify-node): Don't hide the last newline.
5560         (Bug#12272)
5562 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5564         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5565         so as to enable message-read-from-minibuffer to expand mail aliases.
5567 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5569         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5570         the `intangible' property.
5571         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5573 2012-12-05  Deniz Dogan  <deniz@dogan.se>
5575         * net/rcirc.el (rcirc-urls): Update documentation.
5576         (rcirc-condition-filter): New function.
5577         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5578         and exclude consecutive duplicate URLs (Bug#6082).
5580 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
5582         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5583         Check return code of copy command.
5585         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5586         Use group `tramp'.  Add version.
5588 2012-12-05  Chong Yidong  <cyd@gnu.org>
5590         * ffap.el (ffap-url-regexp): Don't require matching at front of
5591         string (Bug#4952).
5592         (ffap-url-p): If only a substring matches, return that.
5593         (ffap-url-at-point): Use the return value of ffap-url-p.
5594         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5595         (find-file-at-point, dired-at-point, dired-at-point-prompter)
5596         (ffap-guess-file-name-at-point): Likewise.
5597         (ffap-replace-file-component): Fix typo.
5599         * info.el (info-display-manual): Add existing Info buffers, whose
5600         files may not be in Info-directory-list, to the completion.
5601         (info--manual-names): New helper function.
5603 2012-12-05  Glenn Morris  <rgm@gnu.org>
5605         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5606         New functions, for detecting and resolving conflicts.  (Bug#10709)
5608 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
5610         * hi-lock.el (hi-lock-auto-select-face): New user variable.
5611         (hi-lock-auto-select-face-defaults): New buffer local variable.
5612         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5613         (hi-lock-unface-buffer): Prompt user with useful defaults.
5614         With prefix arg, unhighlight all hi-lock patterns in buffer.
5616 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5618         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5620 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
5622         * Makefile.in (TRAMP_SRC):
5623         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5625 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
5627         * net/tramp-adb.el: New package.
5629 2012-12-04  Chong Yidong  <cyd@gnu.org>
5631         * terminal.el: Move to obsolete/.
5633         * longlines.el: Move to obsolete/.
5635         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5636         Remove code referring to longlines mode.
5638 2012-12-03  Juri Linkov  <juri@jurta.org>
5640         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
5642 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5644         * textmodes/ispell.el (ispell-init-process)
5645         (ispell-start-process, ispell-internal-change-dictionary):
5646         Make sure personal dictionary name is expanded after initial
5647         `default-directory' value. Use expanded strings for
5648         keep/restart checks and for value (Bug#13019).
5650 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5652         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5654 2012-12-03  Leo Liu  <sdl.web@gmail.com>
5656         * files.el (dir-locals-read-from-file): Check file non-empty
5657         before reading.  (Bug#13038)
5659 2012-12-03  Glenn Morris  <rgm@gnu.org>
5661         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5662         Remove any version extension before checking filename.  (Bug#13006)
5663         (jka-compr-compression-info-list): Belated :version bump.
5665 2012-12-03  Chong Yidong  <cyd@gnu.org>
5667         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5669         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5670         (buffer-menu): Doc fix (Bug#12294).
5672 2012-12-03  Roland Winkler  <winkler@gnu.org>
5674         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5675         of diary-show-all-entries in the diary buffer (Bug#12994).
5677 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
5679         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5680         "<STDIN>".  This is binary safe.
5682 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5684         * calc/calc-forms.el (math-absolute-from-iso-dt)
5685         (math-date-to-iso-dt, math-parse-iso-date-validate)
5686         (math-iso-dt-to-date): New functions.
5687         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5688         (math-fd-isoweekday): New variables.
5689         (calc-date-notation, math-parse-standard-date, math-format-date)
5690         (math-format-date-part): Add support for more formatting codes.
5692 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5694         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5695         current buffer's file name when called interactively (Bug#12488).
5697 2012-12-02  Juri Linkov  <juri@jurta.org>
5699         * info.el (info-display-manual): Don't clobber an existing Info
5700         buffer (Bug#10770).  Add completion (Bug#10771).
5702 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
5704         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5705         before using it for comparison (Bug#5297).
5707 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
5709         * textmodes/css-mode.el (css-current-defun-name): New function.
5710         (css-mode): Use it.
5712         * textmodes/sgml-mode.el (html-current-defun-name): New function.
5713         (html-mode): Use it.
5715 2012-12-01  Chong Yidong  <cyd@gnu.org>
5717         Modularize add-log-current-defun (Bug#2224).
5718         Suggested by Jari Aalto.
5720         * vc/add-log.el (add-log-current-defun-function): Doc fix.
5721         (add-log-current-defun): Move mode-specific code to other files.
5722         (add-log-lisp-like-modes, add-log-c-like-modes)
5723         (add-log-tex-like-modes): Variables deleted.
5725         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5726         (lisp-mode-variables): Use it.
5728         * progmodes/cc-mode.el (c-common-init):
5729         * progmodes/cperl-mode.el (cperl-mode): Set a value for
5730         add-log-current-defun-function.
5732         * progmodes/m4-mode.el (m4-current-defun-name): New function.
5733         (m4-mode): Use it.
5735         * progmodes/perl-mode.el (perl-current-defun-name): New.
5736         (perl-mode): Use it.
5738         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5739         Use lisp-current-defun-name.
5741         * textmodes/tex-mode.el (tex-current-defun-name): New.
5742         (tex-common-initialization): Use it.
5744         * textmodes/texinfo.el (texinfo-current-defun-name): New.
5745         (texinfo-mode): Use it.
5747 2012-12-01  Chong Yidong  <cyd@gnu.org>
5749         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5750         * progmodes/autoconf.el (autoconf-mode):
5751         * progmodes/js.el (js-mode):
5752         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5753         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5754         * progmodes/perl-mode.el (perl-mode):
5755         * progmodes/sh-script.el (sh-mode, sh-set-shell):
5756         * textmodes/css-mode.el (css-mode):
5757         * textmodes/sgml-mode.el (html-mode, sgml-mode)
5758         (sgml-tags-invisible, sgml-guess-indent):
5759         * textmodes/tex-mode.el (tex-common-initialization)
5760         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5761         (doctex-mode, plain-tex-mode, latex-mode):
5762         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5764 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
5766         * vc/vc-hg.el (vc-hg-next-revision):
5767         Ensure use of default "tip" output format.  (Bug#6968)
5769 2012-12-01  Kim F. Storm  <storm@cua.dk>
5771         * startup.el (fancy-startup-tail): Add a clickable link
5772         (Bug#2176).
5774 2012-12-01  Chong Yidong  <cyd@gnu.org>
5776         * startup.el (fancy-startup-tail): Improve the message about
5777         auto-save files (Bug#2176).
5779         * files.el (recover-session): Improve the descriptive message, and
5780         use substitute-command-keys.
5782 2012-12-01  Glenn Morris  <rgm@gnu.org>
5784         * ido.el (ido-file-internal):
5785         Handle other-window, other-frame for dired.  (Bug#13036)
5787 2012-11-30  Glenn Morris  <rgm@gnu.org>
5789         * icomplete.el (icomplete-separator): Fix :version.
5791 2012-11-30  Chong Yidong  <cyd@gnu.org>
5793         * shell.el (shell): For C-u M-x shell, use an inactive shell
5794         buffer as the default (Bug#1975).
5795         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5796         (shell-mode): Use them to reapply ansi colorization if Shell mode
5797         is re-enabled.
5799 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
5801         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5803 2012-11-30  Samuel Bronson  <naesten@gmail.com>
5805         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5806         flag to xargs, for compatibility with BSD xargs (Bug#11703).
5808 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5810         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5811         by move-to-column (Bug#3234).
5813 2012-11-30  Chong Yidong  <cyd@gnu.org>
5815         * longlines.el (longlines-wrap-line, longlines-encode-region):
5816         Preserve text properties (Bug#1425).
5818 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5820         * vc/vc.el (vc-register): Allow registering a file which is
5821         already registered with a different backend (Bug#10589).
5823 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
5824             Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * icomplete.el: Change separator; add ido-style commands.
5827         (icomplete-show-key-bindings): Remove custom var.
5828         (icomplete-get-keys): Remove function.
5829         (icomplete-forward-completions, icomplete-backward-completions):
5830         New commands.
5831         (icomplete-minibuffer-map): New var.
5832         (icomplete-minibuffer-setup): Use it.
5833         (icomplete-exhibit): Don't delay if the list of completions is known.
5834         (icomplete-separator): New custom.
5835         (icomplete-completions): Use it.
5836         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5837         (minibuffer-force-complete-and-exit): New command.
5838         (minibuffer--complete-and-exit): New function extracted from
5839         minibuffer-complete-and-exit.
5840         (minibuffer-complete-and-exit): Use it.
5842         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5843         error message when the file doesn't exist (bug#12974).
5845 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5847         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5849 2012-11-29  Glenn Morris  <rgm@gnu.org>
5851         * files.el (hack-dir-local-variables): Warn if try to set
5852         coding via dir-locals, since it doesn't work.  (Bug#7169)
5854         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
5855         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5856         Set buffer-local value of desktop-save-buffer.
5857         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5858         New functions.
5859         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5860         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5862         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
5863         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5864         Doc fix.
5865         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5866         Doc fixes.
5868 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
5870         * calc/calc-forms.el (calc-date-notation): Fix regexp
5871         used to find time codes.  Fix symbol for seconds.
5873 2012-11-27  Glenn Morris  <rgm@gnu.org>
5875         * emacs-lisp/derived.el (derived-mode-make-docstring):
5876         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
5878 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * textmodes/table.el (table-insert): Don't use `symbol-name' on
5881         lexically scoped variables (bug#13005).
5883 2012-11-27  Glenn Morris  <rgm@gnu.org>
5885         * vc/vc-hooks.el (vc-mistrust-permissions):
5886         Default to t, to avoid data-loss.  (Bug#11490)
5888 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5890         * progmodes/python.el (python-indent-guess-indent-offset):
5891         If indentation is guessed make python-indent-offset buffer-local.
5893         Fix Imenu regression.
5894         * progmodes/python.el (python-nav-beginning-of-defun):
5895         Fix forward movement when statement(s) separates point from defun.
5896         (python-imenu-prev-index-position): New function.
5898 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5900         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
5902         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5903         Don't set buffer-file-type.  Return nil.  (Bug#12989)
5905 2012-11-27  Glenn Morris  <rgm@gnu.org>
5907         * hippie-exp.el (hippie-expand-try-functions-list):
5908         Re-autoload it.  (Bug#12982)
5910 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5912         * descr-text.el (describe-char-padded-string):
5913         Call internal-char-font only on GUI frames.  (Bug#11964)
5915 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
5917         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5918         and obsoletion message.
5920 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5923         the constructs to keep outside of the `cl-block' (bug#12977).
5925 2012-11-27  Chong Yidong  <cyd@gnu.org>
5927         * mouse.el (mouse-drag-line): Even if the line is not draggable,
5928         keep reading until we get the up-event anyway, in order to process
5929         the up-event for mouse-1-click-follows-link (Bug#12971).
5931 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5933         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5934         base function is not yet defined (bug#12965).
5935         (ad-activate-advised-definition): Use ad-compile-function.
5936         (ad-activate): Use cond.
5938 2012-11-25  Leo Liu  <sdl.web@gmail.com>
5940         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5941         (Bug#12979)
5943 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5945         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5946         reftex-section-info-function in order to be compatible with
5947         Texinfo integration.
5949         * textmodes/reftex.el (reftex-section-pre-regexp)
5950         (reftex-section-post-regexp, reftex-section-info-function):
5951         New variable.
5952         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5953         reftex-section-post-regexp, and reftex-section-info-function in order
5954         to be compatible with Texinfo integration.
5956         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5957         use reftex-section-pre-regexp variable in order to be compatible with
5958         Texinfo integration.
5960 2012-11-25  Chong Yidong  <cyd@gnu.org>
5962         * faces.el: Make face-spec-set more analogous to setq.
5963         (face-spec-set): Change the third arg to specify whether this
5964         function is being called via defface, customize, or a third party.
5965         Set the appropriate symbol properties.  Clear the override spec if
5966         setting via Custom.  Initialize face if necessary.  (Bug#4988)
5967         (face-spec-recalc): Allow theme faces to completely replace the
5968         defface spec, in the same way as custom faces (Bug#8454).
5970         * cus-face.el (custom-declare-face): Move face initialization to
5971         face-spec-set.
5972         (custom-theme-set-faces): Don't initialize the face name here, as
5973         that is now done in face-spec-set.
5975         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5976         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5977         Simplify by using the new arg to face-spec-set.
5979         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5980         reset face-override-spec too, and use custom-declare-face.
5982 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
5984         * term/ns-win.el (ns-initialize-window-system): Move creation of
5985         fontsets here (Bug#11964).
5987 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5989         * ses.el (ses-rename-cell): Correct bug on mode-line update after
5990         cell renaming.
5992 2012-11-24  Chong Yidong  <cyd@gnu.org>
5994         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5995         obsolete.
5997         * custom.el (custom-theme-set-variables): Use a topological sort
5998         for ordering by custom dependencies (Bug#12952).
5999         (custom--sort-vars, custom--sort-vars-1): New functions.
6001 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6004         lexical-binding (bug#12938).
6006 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
6008         * image-mode.el (image-transform-check-size): Use assertions only
6009         for images of type imagemagick.
6011         Otherwise no error, image-transform-fit-to-{width,height} is
6012         silently ignored, as before.  Doc fix.
6014 2012-11-24  Chong Yidong  <cyd@gnu.org>
6016         * faces.el (color-defined-p): Doc fix (Bug#12853).
6018 2012-11-24  Juri Linkov  <juri@jurta.org>
6020         * dired.el (dired-mark): Add optional arg `interactive'.
6021         Check for `use-region-p' if `interactive' is non-nil.
6022         (dired-unmark, dired-flag-file-deletion): Add optional arg
6023         `interactive'.  Call `dired-mark' with the arg `interactive'.
6024         (Bug#10624)
6026         * wdired.el: Revert 2012-10-17 change partly and replace it with
6027         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6028         (wdired-finish-edit): Add marks for new file names to
6029         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
6030         after `revert-buffer'.
6031         (wdired-do-renames): Remove calls to `dired-remove-file',
6032         `dired-add-file', `dired-add-entry'.  (Bug#11795)
6034 2012-11-24  Alan Mackenzie  <acm@muc.de>
6036         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6038         Fix bugs in the state cache.  Enhance a debugging mechanism.
6039         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6040         "brace at column zero" strategy for C++.
6041         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6042         (c-parse-state-point): New variable.
6043         (c-record-parse-state-state): Record old parse state with
6044         `copy-tree'.  Record previous value of point.
6045         (c-debug-parse-state-double-cons): New debugging function.
6046         (c-debug-parse-state): Call the above new function.
6047         (c-toggle-parse-state-debug): Output a confirmatory message.
6049         * progmodes/cc-mode.el (c-before-change, c-after-change):
6050         Call c-invalidate-state-cache from `c-before-change' instead of
6051         `c-after-change'.
6053 2012-11-23  Chong Yidong  <cyd@gnu.org>
6055         * find-cmd.el (find-constituents): Add executable, ipath,
6056         readable, samefile, writable, daystart, regextype (Bug#12856).
6058 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6060         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6062 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
6064         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6065         definition.  This fixes a bootstrap failure.
6066         (calc-gregorian-switch): In menu, put dates before regions.
6067         This is easier to follow, lines up better in the menu, and lets us
6068         coalesce regions that switch at the same time.  Give country
6069         names, not "Vatican", as that's better for non-expert users.
6070         Use names that are stable between the date of switch and now, e.g.,
6071         Bohemia and Moravia (which existed then and now) and not
6072         Czechoslovakia (which didn't exist then and doesn't exist now).
6073         What is now the U.S. mostly did not switch at the same time as
6074         Britain, so omit the U.S.  Correct spelling of "Britain".
6075         Catholic Switzerland was too much of a mess, so omit it.
6077 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
6079         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6080         after the variable is changed.
6082 2012-11-21  Daniel Colascione  <dancol@dancol.org>
6084         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6085         in SQL declarations for font-lock.
6086         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6088 2012-11-21  Glenn Morris  <rgm@gnu.org>
6090         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6091         (face-italic-p): Add optional argument "inherit".
6093         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6094         Remove -p suffix from names, for consistency with other set-face-*.
6095         (set-face-inverse-video): Fix interactive spec.
6096         * play/gamegrid.el (gamegrid-make-mono-tty-face):
6097         * textmodes/table.el (table--update-cell-face):
6098         Use set-face-inverse-video rather than now obsolete alias.
6100 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
6102         * simple.el (line-move): Don't call line-move-partial if
6103         scroll-conservatively is in effect.  (Bug#12927)
6105 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6108         Fallback on completion-at-point rather than
6109         pcomplete-expand-and-complete, and only if pcomplete actually failed.
6110         (eshell-cmpl-initialize): Setup completion-at-point.
6112         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6114         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6116 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
6118         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6119         are remote, check out-of-band property for both.
6121 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6123         * window.el (switch-to-buffer): Re-add the warning that was lost in the
6124         code rewrite.
6126 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
6128         More minor time fixes.
6129         * calendar/time-date.el: Commentary fix.
6130         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6131         too much other code depends on (0 0) time stamps.
6132         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6133         Add a couple of FIXME comments.
6135         Minor cleanup for times as lists of four integers.
6136         * files.el (dir-locals-directory-cache):
6137         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6138         Doc fixes.
6139         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6140         * ps-bdf.el (bdf-file-newer-than-time):
6141         Process four-integers time stamps, not two.  Doc fixes.
6143 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * uniquify.el (uniquify-managed): Use defvar-local.
6146         (rename-buffer, create-file-buffer): Advise with advice-add.
6147         (uniquify-unload-function): Unadvise accordingly.
6149         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6150         (trace-buffer): Don't purecopy.
6151         (trace-entry-message, trace-exit-message): Add `context' arg.
6152         (trace--timer): New var.
6153         (trace-make-advice): Adjust for use in nadvice.
6154         Add `context' argument.  Delay `display-buffer' via a timer.
6155         (trace-function-internal): Use advice-add.
6156         (trace--read-args): New function.
6157         (trace-function-foreground, trace-function-background): Use it.
6158         (trace-function): Rename to trace-function-foreground and redefine as
6159         an alias to that new name.
6160         (untrace-function, untrace-all): Adjust to the use of nadvice.
6162         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6164         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6166         * subr.el (called-interactively-p-functions): New var.
6167         (internal--called-interactively-p--get-frame): New macro.
6168         (called-interactively-p, interactive-p): Rewrite in Lisp.
6169         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6170         (called-interactively-p-functions): Use it.
6171         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6172         (called-interactively-p-functions): Use it.
6173         * allout.el (allout-called-interactively-p): Don't assume
6174         called-interactively-p is a subr.
6176 2012-11-20  Glenn Morris  <rgm@gnu.org>
6178         * profiler.el (profiler-report-mode-map): Add a menu.
6179         No need to bind `q' because we derive from special-mode.
6180         (profiler-report-find-entry): Handle calls from the menu-bar.
6182 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6184         * emacs-lisp/byte-run.el (defun-declarations-alist):
6185         Allow a compiler-macro to be a lambda expression.
6187         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
6188         eval-when-compile.
6189         (python-syntax-context): Add compiler-macro.
6190         (python-font-lock-keywords): Simplify with De Morgan.
6192         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6194         * files.el (load-file): Require match in minibuffer selection, as was
6195         the case in Emacs-20 before we changed the spec to allow .elc files
6196         (bug#12935).
6198         * json.el: Don't require cl since we don't use it.
6199         * color.el: Don't require cl.
6200         (color-complement): `caddr' -> `nth 2'.
6202         * calendar/time-date.el (time-to-seconds): De-obsolete.
6204 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
6206         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6207         year numbers.
6208         (math-date-to-julian-dt): Adjust the initial approximation for the
6209         year to deal with the new definition of the DATE.
6211 2012-11-19  Daniel Colascione  <dancol@dancol.org>
6213         * term/w32-win.el (cygwin-convert-path-from-windows):
6214         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6216 2012-11-18  Chong Yidong  <cyd@gnu.org>
6218         * filecache.el (file-cache--read-list): New function.
6219         (file-cache-add-directory-list, file-cache-add-file-list)
6220         (file-cache-delete-file-list, file-cache-delete-directory-list):
6221         Use it to read a list of files or directories (Bug#12846).
6222         (file-cache-add-file, file-cache-add-directory)
6223         (file-cache-delete-file-list, file-cache-delete-file-regexp)
6224         (file-cache-delete-directory): Print an message.
6226 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
6228         * calc/calc-forms.el (math-date-to-dt): Use integer date when
6229         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6231 2012-11-18  Glenn Morris  <rgm@gnu.org>
6233         * image.el (insert-image, insert-sliced-image): Doc fix.
6235 2012-11-18  Chong Yidong  <cyd@gnu.org>
6237         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6238         (Bug#12810).
6240 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
6242         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6243         response when the target file is in a subdirectory (Bug#12757).
6245 2012-11-18  Chong Yidong  <cyd@gnu.org>
6247         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6249 2012-11-18  Glenn Morris  <rgm@gnu.org>
6251         * emacs-lisp/cl-lib.el (face-underline-p):
6252         Use set-face-underline rather than the alias set-face-underline-p.
6254         * window.el (with-temp-buffer-window): Doc fix.
6255         * subr.el (with-output-to-temp-buffer):
6256         Add doc xref to with-temp-buffer-window.
6258 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
6260         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6261         * calc/calc.el (math-format-date-cache): Declare.
6263 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6265         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6266         It also uses January 1, 1 AD as its day number 1.
6267         * calc/calc-forms.el (math-julian-date-beginning)
6268         (math-julian-date-beginning-int): Implement this.
6270 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
6272         * descr-text.el (quail-find-key):
6273         * dired.el (desktop-file-name):
6274         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6275         * generic-x.el (comint-mode, comint-exec):
6276         * image-dired.el (widget-forward):
6277         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6278         (speedbar-change-expand-button-char)
6279         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6280         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6281         * printing.el (easy-menu-add-item, easy-menu-remove-item)
6282         (widget-field-action, widget-value-set):
6283         * speedbar.el (imenu--make-index-alist):
6284         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6285         (ring-length, ring-insert):
6286         * vcursor.el (compare-windows-skip-whitespace):
6287         * woman.el (dired-get-filename):
6288         Declare functions.
6290         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6292 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6294         * calc/calc.el (calc-gregorian-switch): New variable.
6296         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6297         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6298         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6299         (math-leap-year-p): Add option to distinguish between Julian
6300         and Gregorian calendars.
6301         (math-day-number): Use `math-day-in-year' to do the computations.
6302         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6303         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6304         to do the computations.
6305         (math-date-to-dt): Use `math-date-to-julian-dt' and
6306         `math-date-to-gregorian-dt' to do the computations.
6307         (calcFunc-weekday, math-format-date-part): Use the new version of
6308         the DATE to determine the weekday.
6309         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6310         when necessary.
6312 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
6314         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6315         Cygwin; otherwise use 'file:'.  (Bug#12914)
6316         (cygwin-convert-path-from-windows): Declare, to avoid
6317         byte-compiler warnings.
6319 2012-11-17  Andreas Politz  <politza@fh-trier.de>
6321         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6322         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6323         prefix and negative numeric prefix args (Bug#12795).
6325 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
6327         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6328         Don't signal an error with a score that is too low to add to the
6329         list of top scores. (Bug#12779)
6331 2012-11-17  Chong Yidong  <cyd@gnu.org>
6333         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6335         * filecache.el (file-cache-add-file): Handle relative file name in
6336         the argument (Bug#12694).
6338 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
6340         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6342 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6344         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6346         * emacs-lisp/cl-lib.el: Set more meaningful version number.
6348 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6350         * window.el (enlarge-window, shrink-window): Don't mention return
6351         value in doc-string (Bug#12896).
6352         (window--display-buffer): Don't resize frames - it won't work
6353         with all window managers and defeat pop-up-frame-alist.
6354         (display-buffer-alist): In doc-string explain that CONDITION can
6355         be a function and which arguments are passed to it (Bug#12854).
6356         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
6357         expressions (Bug#12854).
6358         (display-buffer): Pass ACTION argument to
6359         display-buffer-assq-regexp.
6361 2012-11-16  Glenn Morris  <rgm@gnu.org>
6363         * window.el (fit-frame-to-buffer-bottom-margin)
6364         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6366         * faces.el (face-underline-p): Use face-attribute-specified-or.
6368 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
6370         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6372 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6376 2012-11-16  Glenn Morris  <rgm@gnu.org>
6378         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
6379         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6381         * faces.el (face-underline-p): Doc fix.  Handle :underline being
6382         things other than `t' (a string, a list).
6383         (face-inverse-video-p): Doc fix.
6384         (set-face-underline): Rename it back from set-face-underline-p.
6385         Doc fix.  Allow interactive input of values other than t.
6386         (read-face-attribute): Apply formatting to :underline,
6387         since like :box and :stipple it can take list values.
6389         * term.el (ansi-term): Don't let C-x escape-char binding
6390         clobber the more standard C-c binding.  (Bug#12842)
6392         * subr.el (set-temporary-overlay-map): Doc fix.
6394 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6396         * window.el (record-window-buffer)
6397         (display-buffer-record-window): When copying the markers to
6398         window-point preserve window-point-insertion-type. (Bug#12588)
6400 2012-11-16  Glenn Morris  <rgm@gnu.org>
6402         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6403         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6404         Use new names for hooks rather than obsolete aliases.
6406 2012-11-15  Daniel Colascione  <dancol@dancol.org>
6408         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6409         prefix instead of "file:" so that when FILE-NAME begins with "//",
6410         as it does when the target file is on a network share, url-handler
6411         isn't confused.
6413 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6415         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6416         a preactivated advice from an old advice.el; they're not compatible!
6418 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6420         * emacs-lisp/nadvice.el (advice--make-interactive-form):
6421         Fix string-spec case.
6423         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6425 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6428         (advice--buffer-local-function-sample): New var.
6429         (advice--set-buffer-local, advice--buffer-local): New functions.
6430         (add-function, remove-function): Use them.
6432 2012-11-15  Drew Adams  <drew.adams@oracle.com>
6434         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6436 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6438         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6439         potential binding of print-gensym to t, and prettify (back)quotes in
6440         case they appear in args's default values (bug#12884).
6442 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6444         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6445         (advice-eval-interactive-spec): New function.
6446         (advice--make-interactive-form): Support around advice (bug#12844).
6448 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
6450         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6451         more strict.  Add docstring.
6452         (ruby-expression-expansion-re): Extract from
6453         `ruby-match-expression-expansion'.
6454         (ruby-syntax-propertize-function): After everything else, search
6455         for expansions in string literals, mark their insides as
6456         whitespace syntax and save match data for font-lock.
6457         (ruby-font-lock-keywords): Use the 2nd group from expression
6458         expansion matches.
6459         (ruby-match-expression-expansion): Use the match data saved to the
6460         text property in ruby-syntax-propertize-function.
6462 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6464         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6465         (bug#12879).
6467 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6469         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6470         start/end keyword a bit harder.  Works with different values of N.
6471         Add more comments.
6472         (ruby-end-of-block): Update accordingly.
6474 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * woman.el (woman-file-name): Don't mess with unread-command-events
6477         (bug#12861).
6479         * emacs-lisp/advice.el: Layer on top of nadvice.el.
6480         Remove out of date self-require hack.
6481         (ad-do-advised-functions): Use simple `dolist'.
6482         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6483         (ad-advice-definition): Redefine as functions.
6484         (ad-advice-classes): Move before first use.
6485         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6486         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6487         (ad--defalias-fset): Remove functions.
6488         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6489         (ad-get-orig-definition): Rewrite.
6490         (ad-make-advised-definition-docstring): Change base docstring.
6491         (ad-real-orig-definition): Rewrite.
6492         (ad-map-arglists): Change name of called function.
6493         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6494         (ad-make-advised-definition): Simplify.
6495         (ad-assemble-advised-definition): Tweak for new calling context.
6496         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6497         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
6498         function and call ad-activate if needed.
6499         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6500         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6501         (ad-compile-function): Compile ad-Advice-*.
6502         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6503         (ad-start-advice, ad-stop-advice): Remove.
6505 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6507         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6508         period before class method names, not after.  Remove handling of
6509         one impossible case.  Add comments.
6511 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6513         * emacs-lisp/advice.el: Remove support for freezing.
6514         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6515         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6516         Remove support for `freeze'.
6518         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6519         override the default.
6520         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6521         cl--dotimes/dolist.
6522         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6523         `cl' is loaded.
6525         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6526         from add-advice.
6527         (advice--strip-macro): New function.
6528         (advice--defalias-fset): Use them to handle macros.
6529         (advice-add): Use them.
6530         (advice-member-p): Correctly handle macros.
6532 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6534         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6535         Never font-lock the beginning of singleton class as heredoc.
6537 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6539         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6541 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
6543         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6544         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
6545         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6547 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6549         Fix end-of-defun misbehavior.
6550         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6551         python-beginning-of-defun-function.  Handle nested defuns
6552         correctly.
6553         (python-nav-end-of-defun): Rename from
6554         python-end-of-defun-function.  Ensure forward movement.
6555         (python-info-current-defun): Reimplement to work as intended
6556         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
6557         parent defuns as soon as possible.
6559 2012-11-13  Glenn Morris  <rgm@gnu.org>
6561         * progmodes/flymake.el (flymake-error-bitmap)
6562         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6563         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6565 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6567         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6568         backward, always stop at indentation.  Reverts the change from
6569         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6571 2012-11-13  Glenn Morris  <rgm@gnu.org>
6573         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6574         Add ibuffer-filter-by-derived-mode.
6576         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6577         the same name shadowing each other.
6579         * window.el (with-temp-buffer-window): Doc tweak.
6581         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6583         * help.el (temp-buffer-max-height):
6584         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6585         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6587 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * emacs-lisp/nadvice.el: New package.
6590         * subr.el (special-form-p): New function.
6591         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6592         (elp-all-instrumented-list): Remove var.
6593         (elp-not-profilable): Remove elp-wrapper.
6594         (elp-profilable-p): Use autoloadp and special-form-p.
6595         (elp--advice-name): New const.
6596         (elp-instrument-function): Use advice-add.
6597         (elp--instrumented-p): New predicate.
6598         (elp-restore-function): Use advice-remove.
6599         (elp-restore-all, elp-reset-all): Use mapatoms.
6600         (elp-set-master): Use elp--instrumented-p.
6601         (elp--make-wrapper): Rename from elp-wrapper, return a function
6602         suitable for advice-add.  Use cl-inf.
6603         (elp-results): Use mapatoms+elp--instrumented-p.
6604         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6605         (debug-function-list): Remove var.
6606         (debug): Rename arg, and then let-bind it explicitly inside.
6607         (debugger-setup-buffer): Rename arg.
6608         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6609         (debugger-frame-number): Adjust to new debug-on-entry setup.
6610         (debug--implement-debug-on-entry): Rename from
6611         implement-debug-on-entry, add argument.
6612         (debugger-special-form-p): Remove, use special-form-p instead.
6613         (debug-on-entry): Use advice-add.
6614         (debug--function-list): New function.
6615         (cancel-debug-on-entry): Use it, along with advice-remove.
6616         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6617         (debugger-list-functions): Use debug--function-list instead of
6618         debug-function-list.
6619         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6620         (ad-special-form-p): Remove, use special-form-p instead.
6621         (ad-set-advice-info): Use add-function and remove-function.
6622         (ad--defalias-fset): Adjust accordingly.
6624 2012-11-10  Glenn Morris  <rgm@gnu.org>
6626         * mail/emacsbug.el (report-emacs-bug-tracker-url)
6627         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6628         (report-emacs-bug-create-existing-bugs-buffer)
6629         (report-emacs-bug-parse-query-results)
6630         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
6632         * term.el (term-default-fg-color, term-default-bg-color):
6633         Make obsolete, rather than just saying "deprecated" in the doc.
6635         * term.el (term): Rename from `term-face'.
6636         (term-current-face, ansi-term-color-vector)
6637         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6638         Update all users.
6640 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6642         * server.el (server-create-window-system-frame): Handle Nextstep
6643         specially (Bug#12780).
6645 2012-11-10  Glenn Morris  <rgm@gnu.org>
6647         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6648         Unautoload, and make obsolete.  (Bug#7449)
6650 2012-11-10  Chong Yidong  <cyd@gnu.org>
6652         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6653         rename from diff-remove-trailing-whitespace (Bug#12831).
6655 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6658         miscompilation of trace.el.
6660 2012-11-10  Glenn Morris  <rgm@gnu.org>
6662         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6664 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6667         (bug#12812).
6669 2012-11-10  Chong Yidong  <cyd@gnu.org>
6671         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6672         a defcustom with an appropriate :set function.
6673         (minibuffer-default--in-prompt-regexps): New function.
6675 2012-11-10  Glenn Morris  <rgm@gnu.org>
6677         * emacs-lisp/cl.el (define-setf-expander, defsetf)
6678         (define-modify-macro): Doc fixes.
6680         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6681         (gv-define-simple-setter): Update doc of `fix-return'.
6683 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6686         twice when `fix-return' is set (bug#12813).
6688         * emacs-lisp/cl.el (defsetf): Pass the third arg to
6689         gv-define-simple-setter (bug#12812).
6691         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6692         (bug#12756).
6694 2012-11-10  Glenn Morris  <rgm@gnu.org>
6696         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6698         * emacs-lisp/cl-extra.el (cl-prettyexpand):
6699         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6700         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6701         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6703         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6705 2012-11-10  Leo Liu  <sdl.web@gmail.com>
6707         * ido.el (ido-set-matches-1): Improve flex matching performance by
6708         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
6710 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6712         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6713         (ad--defalias-fset): New function.
6714         (ad-safe-fset): Remove.
6715         (ad-make-freeze-definition): Use cl-letf*.
6717 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * subr.el (dolist): Don't bind VAR in RESULT.
6721         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
6722         (fset, documentation): Don't save real def since we don't advise.
6723         (ad-do-advised-functions): Remove problematic `result-form'.
6724         (ad-safe-fset): `ad-real-fset' => `fset'.
6725         (ad-read-advised-function): Don't assume that ad-do-advised-functions
6726         uses CL's dolist internally.
6727         (ad-arglist): Remove unused arg `name'.
6728         (ad-docstring, ad-make-advised-docstring):
6729         `ad-real-documentation' => `documentation'.
6730         (warning-suppress-types): Declare.
6731         (ad-set-arguments): Simple CSE.
6732         (ad-recover-normality): Sanity check.
6734         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6735         (funcall '(lambda ..) ..) into ((lambda ..) ..).
6737 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
6739         * ses.el: symbol to coordinate mapping is made by symbol property
6740         `ses-cell'.  This means that the same mapping is done for all SES
6741         sheets.  That is good enough for cells with standard A1 names, but
6742         not for named cell.  So a hash map is added for the latter.
6743         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6744         (ses-sym-rowcol): Use hashmap for named cell.
6745         (ses-is-cell-sym-p): New defun.
6746         (ses-decode-cell-symbol): New defun.
6747         (ses-create-cell-variable): Add cell to hashmap when name is not
6748         A1-like.
6749         (ses-rename-cell): Check that cell new name is not already in
6750         spreadsheet with the use of ses-is-cell-sym-p
6751         (ses-rename-cell): Use hash map for named cells, but accept also
6752         renaming back to A1-like.
6754 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6756         * emacs-lisp/advice.el: Use new dynamic docstrings.
6757         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6758         Use dynamic-docstring-function instead of ad-advice-info.
6759         (ad--make-advised-docstring): New function extracted from
6760         ad-make-advised-docstring.
6761         (ad-make-advised-docstring): Use it.
6762         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6763         from sql-help.
6764         (sql-help): Use it with dynamic-docstring-function.
6766         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6768 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * files.el (hack-one-local-variable--obsolete): New function.
6771         (hack-one-local-variable): Use it for obsolete settings.
6773         * subr.el (locate-user-emacs-file): If both old and new name exist, use
6774         the new name.
6776         * progmodes/js.el (js--filling-paragraph): New var.
6777         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6778         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6779         less sneaky.
6781 2012-11-08  Julien Danjou  <julien@danjou.info>
6783         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6784         `auto-mode-alist' (Bug#12835).
6786 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6788         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6789         (perl--prettify-symbols-alist): New const.
6790         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6791         New functions.
6792         (perl-font-lock-keywords-2): Use them.
6793         (perl-electric-noindent-p): New function.
6794         (perl-mode): Use it to set up electric-indent-mode.
6795         (perl-electric-terminator, perl-indent-command): Mark obsolete.
6796         (perl-mode-map): Remove bindings for them.
6797         (perl-imenu-generic-expression, perl-outline-level):
6798         Match functions&packages in column>0.
6800         * env.el (env--substitute-vars-regexp): New const.
6801         (substitute-env-vars): Use it.  Add `only-defined' arg.
6802         * net/tramp.el (tramp-replace-environment-variables): Use it.
6804         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6805         Byte-compile *before* eval in eval-and-compile.
6806         (byte-compile-log-warning): Remove redundant inhibit-read-only.
6807         (byte-compile-file-form-autoload): Don't hide actual definition.
6808         (byte-compile-maybe-guarded): Accept `functionp' as well.
6810         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6812 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
6814         * notifications.el (notifications-get-server-information-method):
6815         New defconst.
6816         (notifications-get-capabilities): Fix docstring.
6817         (notifications-get-server-information): New defun.
6819 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
6821         * textmodes/ispell.el (ispell-region): Standard re-indent for better
6822         readability.
6824         * textmodes/ispell.el: Experimental support for support debugging.
6825         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6826         buffer for ispell.
6827         (ispell-print-if-debug): New function to print stuff to
6828         `ispell-debug-buffer' if debugging is enabled.
6829         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6830         show some debugging info.
6831         (ispell-buffer-with-debug): New function that creates a debugging
6832         buffer and calls `ispell-buffer' with debugging enabled.
6834         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6835         comment in autoconf mode. (Bug#12768)
6837 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
6839         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6840         frame-first-window, frame-root-window, frame-selected-window,
6841         minibuffer-selected-window, minibuffer-window,
6842         window-absolute-pixel-edges, window-at, window-body-height,
6843         window-body-width, window-display-table, window-combination-limit,
6844         window-frame, window-fringes, window-inside-absolute-pixel-edges,
6845         window-inside-edges, window-inside-pixel-edges, window-left-child,
6846         window-left-column, window-margins, window-next-buffers,
6847         window-next-sibling, window-new-normal, window-new-total,
6848         window-normal-size, window-parameter, window-parameters, window-parent,
6849         window-pixel-edges, window-point, window-prev-buffers,
6850         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6851         window-start, window-text-height, window-top-child, window-top-line,
6852         window-total-height, window-total-width and window-use-time to the list
6853         of functions without side-effects.
6854         (toplevel): Add window-valid-p to the list of error-free functions
6855         without side-effects.
6857 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
6859         * textmodes/ispell.el (ispell-program-name):
6860         Update spellchecker parameters when customized.
6862 2012-11-04  Glenn Morris  <rgm@gnu.org>
6864         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
6866 2012-11-04  Chong Yidong  <cyd@gnu.org>
6868         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6869         same-window-* variables.
6871 2012-11-04  Juri Linkov  <juri@jurta.org>
6873         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6874         (isearch-describe-key, isearch-describe-mode): Use a display
6875         action instead of binding same-window-* variables (Bug#10040).
6877 2012-11-03  Glenn Morris  <rgm@gnu.org>
6879         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6880         Rename handler properties back from cl-- to cl-.  (Bug#12788)
6882         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6884 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
6886         * term/pc-win.el: Don't load term/internal from here.
6888         * loadup.el: Load term/internal from here.
6890 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6892         * progmodes/python.el (inferior-python-mode): Fix hang in
6893         jit-lock (Bug#12645).
6895 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
6897         * window.el (switch-to-visible-buffer)
6898         (switch-to-buffer-preserve-window-point): Fix doc-strings.
6900 2012-11-03  Glenn Morris  <rgm@gnu.org>
6902         * emacs-lisp/cl-lib.el (cl--random-time):
6903         Rename from cl-random-time.  (Bug#12773)
6904         (cl--gensym-counter, cl--random-state): Update callers.
6905         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6907 2012-11-03  Chong Yidong  <cyd@gnu.org>
6909         * cus-start.el: Make cursor-type customizable (Bug#11633).
6911 2012-11-02  Glenn Morris  <rgm@gnu.org>
6913         * filecache.el: No need to load find-lisp when compiling.
6914         (find-lisp-find-files): Autoload it.
6915         (file-cache-add-directory-recursively): Don't require find-lisp.
6917         * image.el (image-type-from-file-name): Trivial simplification.
6919         * emacs-lisp/bytecomp.el (byte-compile-eval):
6920         Decouple "noruntime" and "cl-functions" warnings.
6922 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
6924         * play/gomoku.el (gomoku-display-statistics): Update mode line
6925         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6927 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
6929         * window.el (quit-restore-window): If the window has been
6930         created on an existing frame and ended up as the sole window on
6931         that frame, do not delete it (Bug#12764).
6933 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6935         * progmodes/sh-script.el (sh--inside-noncommand-expression):
6936         Rename from sh--inside-arithmetic-expression, handle more cases
6937         (bug#11263).
6939         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6940         (sh-font-lock-open-heredoc): Use it (bug#12770).
6942 2012-10-30  Glenn Morris  <rgm@gnu.org>
6944         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
6946         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
6948 2012-10-29  Chong Yidong  <cyd@gnu.org>
6950         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6951         function key is stored in a keyboard macro (Bug#4894).
6953         * thingatpt.el (number-at-point): Apply a thing-at-point property.
6955 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6957         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6958         header comments".
6959         (diff-unified->context, diff-context->unified)
6960         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6962         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6964         * files.el (find-alternate-file): Only ask one question (bug#12487).
6966 2012-10-29  Chong Yidong  <cyd@gnu.org>
6968         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6969         Suggested by Dan Nicolaescu (Bug#6326).
6971         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6973         * startup.el (fancy-about-screen): Don't message (Bug#12680).
6975         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6977         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6979         * face-remap.el (face-remap-add-relative): Handle the case where a
6980         face-remapping-alist entry is a cons cell (Bug#12762).
6982 2012-10-29  Kevin Ryde  <user42@zip.com.au>
6984         * woman.el (woman-parse-numeric-value): Handle picas correctly
6985         (Bug#12639).
6987 2012-10-29  Glenn Morris  <rgm@gnu.org>
6989         * emacs-lisp/cl.el (defsetf): Doc fix.
6991 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6993         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6994         syntax to the matching opener, if any (bug#12547).
6995         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6996         matching open as a "case-(".
6997         (sh-smie-rc-grammar): Add a corresponding rule for it.
6999 2012-10-28  Daniel Hackney  <dan@haxney.org>
7001         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7002         "PKGNAME-autoloads.el" in case we created it.
7004 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7007         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7008         (completion--twq-all): Disable too-strict assertions.
7010         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7012 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
7014         * profiler.el (profiler-report-make-entry-part): Fix help-echo
7015         text to match the real keybindings.
7017 2012-10-27  Juri Linkov  <juri@jurta.org>
7019         * wdired.el (wdired-keep-marker-rename): New defcustom.
7020         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7021         (Bug#11795)
7023         * dired.el (dired-keep-marker-rename): Add reference to
7024         `wdired-keep-marker-rename' in the docstring.
7025         Add default character value ?R to display initially in
7026         Customization UI instead of ?@.
7028 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
7030         * window.el (display-buffer): In doc-string describe
7031         window-height and window-width alist entries.
7033         * time.el (display-time-world): Restore fit-window-to-buffer
7034         behavior.
7036 2012-10-27  Chong Yidong  <cyd@gnu.org>
7038         * subr.el (insert-buffer-substring-as-yank): Doc fix.
7040 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
7042         * minibuffer.el (completion-category-overrides): New completion
7043         category `bookmark' (bug#11131).
7045 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7047         * emacs-lisp/advice.el (ad-assemble-advised-definition):
7048         Silence bogus compiler warnings for ad-do-it.
7050         * bookmark.el (bookmark-completing-read): Set the completion category
7051         to `bookmark' (bug#11131).
7053 2012-10-26  Bastien  <bzg@altern.org>
7054             Stefan Monnier  <monnier@iro.umontreal.ca>
7056         * face-remap.el: Use lexical-binding.
7057         (text-scale-adjust): Improve docstring.  Use itself for the temporary
7058         overlay-map bindings, so as to repeat the "Use..." message each time.
7060 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7062         * emacs-lisp/macroexp.el (macroexp--expand-all):
7063         Obey byte-compile-warning-enabled-p (bug#12486).
7065         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7066         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7068 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
7070         * mouse.el (mouse-drag-line): Move last form into preceding when
7071         clause (Bug#12731).
7073         * help.el (resize-temp-buffer-window): Fix doc-string.
7075 2012-10-25  David Engster  <deng@randomsample.de>
7077         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7078         Remove.  This feature is already integrated in imenu.
7080         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7081         always loaded.  Require `speedbar' unconditionally.
7083 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7085         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7087         * minibuffer.el (minibuffer-force-complete): Fix thinko.
7089         * net/ldap.el (ldap-search-internal): The official ldif format starts
7090         with a "version: 1" header (bug#12724).
7092         * emacs-lisp/package.el (package-installed-p): Warn if not ready
7093         (bug#12721).
7095 2012-10-25  Glenn Morris  <rgm@gnu.org>
7097         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7099 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7101         * minibuffer.el (minibuffer-force-complete): Use one more marker
7102         for the temporary-overlay-map command (bug#12619).
7104 2012-10-24  Chong Yidong  <cyd@gnu.org>
7106         * time.el (display-time-world-mode): Derive from special-mode.
7107         (display-time-world): Use display-buffer (Bug#12708).
7108         (display-time-world-mode-map): Variable deleted.
7109         (display-time-world-display): Wrap the final delete-char inside
7110         inhibit-read-only.
7112 2012-10-24  Chong Yidong  <cyd@gnu.org>
7114         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7115         Doc fix.
7117         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7119 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7121         * minibuffer.el (completion--all-sorted-completions-location): New var.
7122         (completion--cache-all-sorted-completions)
7123         (completion--flush-all-sorted-completions): Use it.
7124         (completion-in-region, completion-in-region--postch)
7125         (completion-at-point, completion-help-at-point): Use markers in
7126         completion-in-region--data (bug#12619).
7128 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7130         * progmodes/compile.el (compilation-start): Try to handle common
7131         quoting of `cd' argument (bug#12640).
7133         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7134         (bug#12671).
7136 2012-10-23  Glenn Morris  <rgm@gnu.org>
7138         * progmodes/gud.el (gud-menu-map):
7139         Check gdb-active-process is bound.  (Bug#12358)
7141 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * repeat.el (repeat): Set real-this-command (bug#12232).
7145         * htmlfontify.el (hfy-post-html-hook):
7146         * filesets.el (filesets-cache-fill-content-hook):
7147         * arc-mode.el (archive-extract-hook):
7148         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7149         * net/rcirc.el (rcirc-sentinel-functions)
7150         (rcirc-receive-message-functions, rcirc-activity-functions)
7151         (rcirc-print-functions):
7152         * net/dbus.el (dbus-event-error-functions):
7153         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7154         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7155         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7156         * term/sun.el (sun-raw-prefix-hooks):
7157         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7159 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
7161         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7162         Set `tramp-chunksize' to 1.  This improves the performance.
7163         (tramp-smb-wait-for-output): Add timeout to
7164         `tramp-accept-process-output' calls.
7166 2012-10-23  Chong Yidong  <cyd@gnu.org>
7168         * faces.el (font-list-limit): Define as an obsolete variable.
7170         * startup.el (command-line):
7171         * cus-start.el: Don't refer to font-list-limit.
7173         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7175 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7177         * subr.el (internal-temp-output-buffer-show): Rename from
7178         temp-output-buffer-show, since previously compiled files expect this name.
7180 2012-10-23  Glenn Morris  <rgm@gnu.org>
7182         * image.el (image-type-from-file-name): If multiple types match,
7183         return the first one that is supported.  (Bug#9045)
7185 2012-10-22  Glenn Morris  <rgm@gnu.org>
7187         * image.el (imagemagick-enabled-types): Doc fix.
7189 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
7191         * progmodes/which-func.el (which-func-current): The hash-table may have
7192         an explicit nil (bug#12338).
7194 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * electric.el (electric-pair-delete-selection-self-insert-function):
7197         Rename to electric-pair-will-use-region, return a boolean.
7198         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
7200         * delsel.el (delete-selection-helper): Use a function instead of a hook.
7201         (delete-selection-pre-hook): Use use-region-p.
7202         (delete-selection-self-insert-function): Remove.
7203         (self-insert-command): Obey self-insert-uses-region-functions.
7204         (self-insert-iso): Revert to previous setting, since we don't actually
7205         know what that command does.
7206         (delete-selection-self-insert-hooks): Remove.
7208 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
7210         * delsel.el (delete-selection-helper): New function, extracted from
7211         delete-selection-pre-hook.
7212         (delete-selection-pre-hook): Use it.
7213         (delete-selection-self-insert-function): New function.
7214         (delete-selection-self-insert-hooks): New hook.
7215         (self-insert-command, self-insert-iso): Use it.
7216         * electric.el (electric-pair-syntax): New function, extracted from
7217         electric-pair-post-self-insert-function.
7218         (electric-pair-post-self-insert-function): Use it.
7219         (electric-pair-delete-selection-self-insert-function): New function.
7220         (electric-pair-mode): Require delsel and setup
7221         delete-selection-self-insert-hooks (bug#11520).
7223 2012-10-20  Chong Yidong  <cyd@gnu.org>
7225         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7226         no changes to show (Bug#12586).
7228         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7229         list explicitly (Bug#12571).
7231 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
7233         * progmodes/flymake.el (flymake-create-temp-inplace):
7234         Use file-truename.
7236 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
7238         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
7240 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
7242         * calc/calc-units.el (math-extract-units): Properly extract powers
7243         of units.
7245 2012-10-20  Daniel Colascione  <dancol@dancol.org>
7247         * frame.el (make-frame): Set x-display-name as we used to in order
7248         to unbreak creating an X11 frame from an Emacs daemon started
7249         without a display.
7251 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         * minibuffer.el (minibuffer-force-complete): Make the next completion use
7254         the same completion-field (bug#12221).
7256 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
7258         * emacs-lisp/debug.el (debug): Record height of debugger window
7259         also when debugger will be back (Bug#8789).
7261 2012-10-18  Chong Yidong  <cyd@gnu.org>
7263         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7264         Convert to defcustom.
7265         (gdb-get-source-file): Don't bind pop-up-windows.
7267         * progmodes/gud.el (gud-display-line): Don't specially re-use
7268         other frames for the gdb-mi case (Bug#12648).
7270 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7272         * emacs-lisp/advice.el: Clean up commentary a bit.
7273         (ad-do-advised-functions, ad-with-originals): Use `declare'.
7274         (byte-code-function-p): Never redefine.
7276         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7278 2012-10-18  Glenn Morris  <rgm@gnu.org>
7280         * dired.el (dired-sort-toggle): Some ls implementations only allow
7281         a single option string.  (Bug#12666)
7283         * minibuffer.el (completion-cycle-threshold): Doc fix.
7285 2012-10-17  Kenichi Handa  <handa@gnu.org>
7287         * international/mule.el (set-keyboard-coding-system):
7288         Recover input meta mode when the new coding system doesn not use 8-bit.
7289         Supply TERMINAL arg to set-input-meta-mode.
7291 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
7293         * wdired.el (wdired-old-marks): New variable.
7294         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7295         (wdired-do-renames): Move point with renamed file and don't lose
7296         mark status (Bug#11795).
7298 2012-10-16  Juri Linkov  <juri@jurta.org>
7300         * replace.el (query-replace-help): Mention multi-buffer replacement
7301         keys in the Help message.  (Bug#12655)
7303 2012-10-15  Chong Yidong  <cyd@gnu.org>
7305         * emacs-lisp/byte-run.el (defsubst): Doc fix.
7307 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
7309         * window.el (display-buffer): Doc fix.
7311         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7312         Adjust the msft regexp to the output of Studio 2010, and move msft
7313         before edg-1.  See the discussion on emacs-devel,
7314         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7315         for the details.
7317 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7319         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7320         (oset): Move uses of object-class-fast macro after its definition.
7322         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7324 2012-10-13  Chong Yidong  <cyd@gnu.org>
7326         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7327         enabled, re-enable it (Bug#11963).
7329 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
7331         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7332         non-nil, restore window configuration (Bug#12623).
7334 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7336         * help-fns.el (describe-variable, describe-function-1):
7337         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7339         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7341 2012-10-12  Glenn Morris  <rgm@gnu.org>
7343         * mail/rmailsum.el (rmail-header-summary):
7344         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
7346 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7348         * progmodes/python.el (python-mode-map):
7349         Replace subtitute-key-definition with proper command remapping.
7350         (python-nav--up-list): Fix behavior for blocks on the same level.
7352 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7356         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7357         changes to the format of load-history.
7359         * international/mule-cmds.el (read-char-by-name): Move let-binding of
7360         completion-ignore-case in case that var is buffer-local (bug#12615).
7362 2012-10-11  Kenichi Handa  <handa@gnu.org>
7364         * international/eucjp-ms.el: Re-generated.
7366 2012-10-10  Kenichi Handa  <handa@gnu.org>
7368         * select.el (xselect--encode-string): If a coding is specified for
7369         selection, and that is compatible with COMPOUND_TEXT, use it.
7371 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
7373         * window.el (switch-to-buffer-preserve-window-point): New option.
7374         (switch-to-buffer):
7375         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7377 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7380         Don't document nil as a useful value (bug#12583).
7382 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
7384         * net/tramp.el (tramp-debug-message):
7385         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7386         (with-tramp-progress-reporter): Rename from
7387         `tramp-with-progress-reporter'.
7388         (with-tramp-file-property, with-tramp-connection-property):
7389         Move from tramp-cache.el, rename from `with-file-property' and
7390         `with-connection-property', respectively.
7392         * net/tramp-cache.el: Remove `with-file-property' and
7393         `with-connection-property'.
7395         * net/tramp.el:
7396         * net/tramp-gvfs.el:
7397         * net/tramp-sh.el:
7398         * net/tramp-smb.el: Adapt callees.
7400         * net/trampver.el: Update release number.
7402 2012-10-09  Glenn Morris  <rgm@gnu.org>
7404         * w32-fns.el (set-message-beep):
7405         * term/w32-win.el (set-message-beep): Update declarations.
7407 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7410         (mode-line-widen, mode-line-input-method-map)
7411         (mode-line-coding-system-map, mode-line-remote)
7412         (mode-line-unbury-buffer, mode-line-bury-buffer)
7413         (mode-line-next-buffer, mode-line-previous-buffer):
7414         Replace save-selected-window+select-window => with-selected-window.
7416         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7417         * progmodes/cc-vars.el (bq-process): Remove, unused.
7419         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7421 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7423         Implemented `backward-up-list'-like navigation.
7424         * progmodes/python.el (python-nav-up-list)
7425         (python-nav-backward-up-list): New functions.
7426         (python-mode-map): Define substitute key for backward-up-list to
7427         python-nav-backward-up-list.
7429 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7431         * progmodes/python.el (python-fill-paragraph): Rename from
7432         python-fill-paragraph-function.  Fixed fill-paragraph for
7433         decorators (Bug#12605).
7435 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7437         * progmodes/python.el (python-shell-output-filter): Handle extra
7438         carriage return in OSX (Bug#12409).
7440 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7442         Fix shell handling of unbalanced quotes and parens in output.
7443         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7444         (python-syntax-propertize-function): Use it.
7445         (python-shell-output-syntax-table): New var.
7446         (inferior-python-mode): Prevent unbalanced parens/quotes from
7447         previous output mess with current input context.
7449 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
7451         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7452         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7454 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
7456         * ffap.el (ffap-replace-file-component): Support Tramp file name
7457         syntax, not only ange-ftp's one.
7459 2012-10-08  Glenn Morris  <rgm@gnu.org>
7461         * cus-start.el (message-log-max): Set :version.
7463         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7465 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
7467         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7468         the minibuffer window (Bug#10851).
7470 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7472         Enhancements on forward-sexp movement.
7473         * progmodes/python.el (python-nav-beginning-of-statement)
7474         (python-nav-end-of-statement): Return point-marker.
7475         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7476         (python-info-current-symbol)
7477         (python-info-statement-starts-block-p): Rename from
7478         python-info-beginning-of-block-p.
7479         (python-info-statement-ends-block-p): Rename from
7480         python-info-end-of-block-p.
7481         (python-info-beginning-of-statement-p)
7482         (python-info-end-of-statement-p)
7483         (python-info-beginning-of-block-p, python-info-end-of-block-p):
7484         New functions.
7486 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7488         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7489         frame-selected-windows.
7491 2012-10-08  Daniel Colascione  <dancol@dancol.org>
7493         * battery.el (battery-status-function): Check for
7494         w32-battery-status itself, not system-time windows-nt.
7496         * frame.el: Require cl-lib.
7497         (display-format-alist): New variable mapping frame types to
7498         functions that initialize them.
7499         (window-system-for-display): New function: interprets
7500         display-format-alist.
7501         (make-frame-on-display): Remove existing display-selection logic
7502         and just forward to make-frame, which will now DTRT.
7503         (make-frame): Restructure to use window-system-for-display to
7504         figure out how to create a frame on a given display.
7505         (display-mouse-p): Look for frame-type w32, not a particular
7506         system-type.
7508         * loadup.el: Load w32 lisp code when we have the w32 feature.
7510         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7511         system-type windows-nt.
7513         * server.el (server-create-window-system-frame): Look for window
7514         type.
7515         (server-proces-filter): Only force a window system when windows-nt
7516         _and_ w32.  Explain why.
7518         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7519         of window systems we configure for the mode.
7521         * startup.el (command-line): Mark window system is initialized
7522         after we've done it.
7524         * common-win.el (x-select-text): Look for w32, not windows-nt.
7526         * ns-win.el: Require cl-lib.  Add ourselves to
7527         display-format-alist.
7528         (ns-initialize-window-system): Assert we're not initialized twice.
7530         * w32-win.el: Enable lexical binding; require cl-lib; add
7531         ourselves to display-format-alist.
7532         (w32-handle-dropped-file): Convert incoming dropped files from
7533         Windows paths to Cygwin ones before passing them on to the rest of
7534         Emacs.
7535         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
7536         (w32-initialize-window-system): Assert we're not initialized twice.
7538         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7539         (x-initialize-window-system): Assert we're not initialized twice.
7541         * w32-common-fns.el: New File.
7542         (w32-version, w32-using-nt, w32-get-clipboard-data)
7543         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7544         (w32-charset-info-alist, x-last-selected, text)
7545         (x-get-selection-value, x-selection-value): Move here.
7547         * w32-fns.el: Require w32-common-fns.
7548         (w32-version, w32-using-nt, w32-get-clipboard-data)
7549         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7550         (w32-charset-info-alist, x-last-selected, text)
7551         (x-get-selection-value, x-selection-value): Move to
7552         w32-common-fns.
7554         * w32-vars.el:
7555         (w32-allow-system-shell, w32-system-shells): Define only in
7556         non-cygwin case.
7558 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7561         (read-passwd): Remove a few more potential sources of leaks.
7563 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7565         * progmodes/python.el (inferior-python-mode)
7566         (python-shell-make-comint): Fix initialization of local
7567         variables copied from parent buffer.
7569 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
7571         * term/ns-win.el (ns-read-file-name): Update declaration to match
7572         nsfns.m.
7573         (ns-respond-to-change-font): Change fontsize separately so we are sure
7574         it is set when font is acted upon.
7576 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7578         Enhancements to indentation.
7579         * progmodes/python.el (python-indent-context): Give priority to
7580         inside-string context.  Make comments indentation markers.
7581         (python-indent-region): Do not mess with strings, unless it's the
7582         enclosing set of quotes.
7584 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7586         * window.el (internal--before-save-selected-window)
7587         (internal--after-save-selected-window): New functions extracted from
7588         save-selected-window.  Make sure we return the `alist' we construct.
7589         (save-selected-window): Use them.
7591         * textmodes/tex-mode.el (tex-recenter-output-buffer):
7592         Use with-selected-window.
7594         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7595         forms that define macros (bug#12593).
7597 2012-10-07  Kenichi Handa  <handa@gnu.org>
7599         * international/mule-conf.el (compound-text-with-extensions):
7600         Add :mime-charset property as x-ctext.
7602 2012-10-07  Stefan Merten  <smerten@oekonux.de>
7604         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7605         (rst-indent-literal-normal, rst-indent-literal-minimized)
7606         (rst-indent-comment): Correct :version tag.
7607         (rst-official-cvs-rev): Correct version string.
7609 2012-10-07  Glenn Morris  <rgm@gnu.org>
7611         * mail/rmailmm.el (rmail-mime-process-multipart):
7612         Do not confuse a multipart message with an epilogue
7613         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
7615 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7617         Fix shell output retrieval and comint-prompt-regexp init.
7618         * progmodes/python.el (inferior-python-mode):
7619         (python-shell-make-comint): Fix initialization of
7620         comint-prompt-regexp from copied file local variables.
7621         (python-shell-fetched-lines): Remove var.
7622         (python-shell-output-filter-in-progress): Rename from
7623         python-shell-fetch-lines-in-progress.
7624         (python-shell-output-filter-buffer): Rename from
7625         python-shell-fetch-lines-string.
7626         (python-shell-fetch-lines-filter): Delete function.
7627         (python-shell-output-filter): New function.
7628         (python-shell-send-string-no-output): Use them.
7630 2012-10-07  Glenn Morris  <rgm@gnu.org>
7632         * hi-lock.el (hi-lock-process-phrase):
7633         Try to make it less fragile.  (Bug#7161)
7635         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7637 2012-10-06  Glenn Morris  <rgm@gnu.org>
7639         * ehelp.el (electric-help-mode): Use help-mode rather than
7640         non-existent mode `help'.
7641         (electric-help-map): Use button-buffer-map.  (Bug#10917)
7643         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7644         (reftex-create-bibtex-footer): Fix custom types.
7646         * progmodes/sh-script.el (sh-indent-after-continuation):
7647         Add explicit :group.
7649         * textmodes/rst.el (rst-preferred-decorations)
7650         (rst-shift-basic-offset): Clarify obsolescence versions.
7652         * profiler.el (profiler): Add missing group :version tag.
7653         * avoid.el (mouse-avoidance-banish-position):
7654         * proced.el (proced-renice-command):
7655         * calc/calc.el (calc-ensure-consistent-units):
7656         * calendar/icalendar.el (icalendar-import-format-uid):
7657         * net/tramp.el (tramp-save-ad-hoc-proxies):
7658         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7659         * progmodes/flymake.el (flymake-error-bitmap)
7660         (flymake-warning-bitmap, flymake-fringe-indicator-position):
7661         * progmodes/sh-script.el (sh-indent-after-continuation):
7662         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7663         (verilog-before-save-font-hook, verilog-after-save-font-hook):
7664         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7665         (vhdl-array-index-record-field-in-sensitivity-list)
7666         (vhdl-indent-comment-like-next-code-line):
7667         * textmodes/reftex-vars.el (reftex-ref-style-alist)
7668         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7669         (reftex-cite-key-separator, reftex-create-bibtex-header)
7670         (reftex-create-bibtex-footer):
7671         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7672         (rst-indent-literal-normal, rst-indent-literal-minimized)
7673         (rst-indent-comment): Add missing custom :version tags.
7675         * calendar/timeclock.el (timeclock-modeline-display):
7676         Add missing obsolete alias for renamed user option.
7678         * strokes.el (strokes-modeline-string):
7679         * emulation/crisp.el (crisp-mode-modeline-string):
7680         * eshell/esh-mode.el (eshell-status-in-modeline):
7681         Aliases to defcustoms must come before the defcustom.
7683         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7684         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7685         (cal-tex-cursor-week-monday): Doc fixes.
7686         (cal-tex-cursor-week2-summary): Doc fix.
7687         Rename from cal-tex-cursor-week-at-a-glance.
7689         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7690         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
7692         * calendar/calendar.el (calendar-mode-map):
7693         Add cal-tex-cursor-week2-summary.
7695 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7699         * subr.el (read-passwd-map): New var.
7700         (read-passwd): Use `read-string' again.
7701         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7703 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
7705         * register.el (append-to-register, prepend-to-register):
7706         Deactivate mark, as does `copy-to-register' (bug#12389).
7708 2012-10-06  Chong Yidong  <cyd@gnu.org>
7710         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7712 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
7714         * international/characters.el: Fix simple mistake ((car chars) ->
7715         elt), delete duplicated code.
7717 2012-10-06  Glenn Morris  <rgm@gnu.org>
7719         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
7721 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7723         * color.el (color-hsl-to-rgb): Fix incorrect results for
7724         small and large hue values.  (Bug#12559)
7726 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7728         Enhancements to docstring formatting when filling paragraphs.
7729         * progmodes/python.el (python-fill-docstring-style): Rename from
7730         python-fill-string-style.  Added new style.
7731         (python-fill-string): Use new style.  Better checks for
7732         docstrings.
7734 2012-10-05  Glenn Morris  <rgm@gnu.org>
7736         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7738         * color.el (color-name-to-rgb, color-rgb-to-hex)
7739         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7740         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7741         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7742         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7744         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
7746 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
7748         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7749         to get the correct size across symlinks.
7751         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7753 2012-10-04  Juri Linkov  <juri@jurta.org>
7755         * replace.el (query-replace-interactive): Declare obsolete.
7756         (query-replace-read-from): Add the last incremental search string
7757         to the list of default values accessible via M-n.
7758         (map-query-replace-regexp): Use `read-regexp'.
7759         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7760         (map-query-replace-regexp, replace-string, replace-regexp):
7761         Fix docstrings to replace mentions of `query-replace-interactive'
7762         with alternatives.  (Bug#12526)
7764 2012-10-04  Juri Linkov  <juri@jurta.org>
7766         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
7767         (dired-pop-to-buffer): Declare obsolete.
7768         (dired-mark-pop-up): Doc fix.
7770 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7772         Allow user to set docstring style for fill-paragraph.
7773         * progmodes/python.el
7774         (python-fill-comment-function, python-fill-string-function)
7775         (python-fill-decorator-function, python-fill-paren-function):
7776         Remove :safe for defcustoms.
7777         (python-fill-string-style): New defcustom
7778         (python-fill-paragraph-function): Enhance context detection.
7779         (python-fill-string): Honor python-fill-string-style settings.
7781 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
7783         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7784         after setting its buffer (Bug#10805).
7786 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7788         Fix cornercase for string syntax.
7789         * progmodes/python.el (python-syntax-propertize-function):
7790         Simplify and enhance the regexp for unescaped quotes.  Now it also
7791         matches quotes in weird situations like the single quote in
7792         "something\"'".
7793         (python-syntax-stringify): Simplify num-quotes detecting code.
7795 2012-10-03  Glenn Morris  <rgm@gnu.org>
7797         * help-macro.el (three-step-help):
7798         Revert 2012-09-29 change.  (Bug#12567)
7800 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
7802         * menu-bar.el (kill-this-buffer): Don't do anything when
7803         `menu-frame' is not alive or visible (Bug#8184).
7805         * emacs-lisp/debug.el (debug): When quitting the debugger window
7806         restore current buffer (Bug#12502).
7808 2012-10-02  Chong Yidong  <cyd@gnu.org>
7810         * progmodes/hideif.el (hif-lookup, hif-defined):
7811         Handle semantic-c-takeover-hideif.
7813 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7815         Change sampling interval units from ms to ns.
7816         * profiler.el (profiler-sampling-interval): Change units
7817         from ms to ns, multiplying the default by 1000000 so that
7818         it remains 1 ms.
7819         (profiler-report-cpu-line-format): Give enough room for
7820         the maximum counters on 64-bit hosts.
7821         (profiler-report-render-calltree-1): Call them "CPU samples",
7822         not "Time (ms)", since they are not milliseconds now (and
7823         never really were).
7825 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7827         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7828         Fix querying BBDB for entries without a last name (Bug#11580).
7830 2012-10-02  Chong Yidong  <cyd@gnu.org>
7832         * emacs-lisp/eieio.el: Restore Version header.
7834 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7836         * vc/diff-mode.el (diff--auto-refine-data): New var.
7837         (diff-hunk): Use it to delay refinement.
7838         (diff-mode): Remove overlays when we turn off font-lock.
7840         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7841         (table-initialize-table-fixed-width-mode)
7842         (table-set-table-fixed-width-mode): Remove functions.
7843         (table-command-list): Move initialization into declaration.
7844         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7845         (table-with-cache-buffer): Use `declare'.
7846         (table-span-cell): Simplify via CSE.
7847         (table-fixed-width-mode): Use define-minor-mode.
7848         (table-call-interactively, table-funcall, table-apply): Remove.
7849         (table-function): New function, to replace them.
7851         * bookmark.el (bookmark-search-pattern): Remove var.
7852         (bookmark-read-search-input): Remove function.
7853         (bookmark-bmenu-search): Reimplement using a minibuffer.
7855         * faces.el (modeline): Remove obsolete face name.
7857         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7858         and give a non-nil default value.
7859         (add-change-log-entry): Simplify accordingly.
7861 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
7863         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7864         (vc-git-log-edit-toggle-amend): New function.
7865         (vc-git-log-edit-toggle-signoff): New function.
7866         (vc-git-log-edit-mode): New major mode.
7867         (vc-git-log-edit-mode-map): Keymap for it.
7868         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7870         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7871         header names.
7872         (log-edit-toggle-header): New function.
7873         (log-edit-extract-headers): Accept function values in HEADERS alist.
7875 2012-10-01  David Engster  <deng@randomsample.de>
7877         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7878         from symbol property and change message to be more consistent with
7879         Emacs proper.
7880         (eieio-describe-generic): Add filename for each implementation.
7881         Fix indices for generic and normal methods.
7882         (eieio-method-def, eieio-class-def): New buttons.
7883         (eieio-help-find-method-definition)
7884         (eieio-help-find-class-definition): New functions.
7885         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7886         class, constructor and method definitions.
7888         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7889         information in symbol property.
7890         (scoped-class): Remove.
7891         (eieio-slot-name-index, call-next-method): Check if it is bound.
7893 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
7895         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7896         (eieio-custom-mode): New major mode.
7897         (eieio-customize-object): Use it.
7899 2012-10-01  Eric Ludlam  <zappo@gnu.org>
7901         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7902         specifying the expected class, and whether subclassing is allowed.
7903         (eieio-persistent-convert-list-to-object):
7904         (eieio-persistent-validate/fix-slot-value)
7905         (eieio-persistent-slot-type-is-class-p): New functions.
7906         (eieio-named::slot-missing): Doc fix.
7908         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7909         Stop using unused publd variable.
7911         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7912         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7913         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7914         (eieio-speedbar-handle-click): Do not specify a class for the
7915         method.  Fixes method invocation order problems with EDE.
7917 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7919         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7920         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7922 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
7924         * bookmark.el (bookmark-version-control): Give tags in the
7925         :type choices (Bug#12309), and improve doc string.
7926         (bookmark-write-file): Bind `print-circle' to `t' to allow
7927         circular custom bookmark types.  (Bug#12503)
7929 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
7931         Revert the FOLLOW-SYMLINKS change for file-attributes.
7932         * files.el (remote-file-name-inhibit-cache, after-find-file):
7933         * time.el (display-time-file-nonempty-p): Undo last change.
7935         * profiler.el (profiler-sampling-interval): Change default back to 1.
7936         See Stefan Monnier in
7937         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7939 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7941         Shell output catching a la gud-gdb.
7942         * progmodes/python.el (python-shell-fetch-lines-in-progress)
7943         (python-shell-fetch-lines-string, python-shell-fetched-lines):
7944         New Vars.
7945         (python-shell-fetch-lines-filter): New function.
7946         (python-shell-send-string-no-output): Use them.
7948 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
7950         * profiler.el (profiler-sampling-interval): Rename from
7951         profiler-sample-interval.
7952         (profiler-sampling-interval): Default to 10.
7953         (profiler-find-profile): New command (was profiler-find-log).
7954         (profiler-find-profile-other-window): New command.
7955         (profiler-find-profile-other-frame): New command.
7956         (profiler-profile): Introduce API-level data structure.
7958 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
7960         file-attributes has a new optional arg FOLLOW-SYMLINKS.
7961         * files.el (remote-file-name-inhibit-cache):
7962         * time.el (display-time-file-nonempty-p): Use it.
7963         * files.el (after-find-file): Don't chase links before calling
7964         file-exists-p, as file-exists-p already does the right thing.
7966 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
7968         Merge from standalone RefTeX repository.
7970         The following ChangeLog entries are shortened versions of the
7971         original ones with file paths adapted.  A not so strongly edited
7972         version of the original ChangeLog can be found in the commit log.
7974         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7975         (reftex-arg-cite): Use `reftex-cite-key-separator'.
7976         Correctly handle new value type returned by `reftex-citation'.
7978         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7979         that entries with whitespace at various places are found.
7980         Doc fix. Include entries that are cross-referenced from cited entries.
7981         Include @String definitions in the resulting bib file.  Add header
7982         and footer defined in `reftex-create-bibtex-header' and
7983         `reftex-create-bibtex-footer'.
7984         (reftex-do-citation): Make it possible again to insert
7985         non-existent entries.  Save match data when asking for optional
7986         arguments. Return all keys, not just the first one.
7987         (reftex-all-used-citation-keys): Fix regexp to correctly extract
7988         all citations in the same line.
7989         (reftex-parse-bibtex-entry): Accept additional optional argument
7990         `raw' and keep quotes or braces if it is non-nil.  Match fields
7991         containing hyphens besides word constituents.
7992         (reftex-get-string-refs): New function.
7993         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7994         and ask if it should be reread in case it did.
7995         (reftex-pop-to-bibtex-entry)
7996         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7997         entries with spaces or tabs in front of arguments.
7998         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7999         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8000         Match entries containing numbers and symbol constituents.
8001         (reftex-do-citation, reftex-figure-out-cite-format):
8002         Use `reftex-cite-key-separator'.
8004         * textmodes/reftex-dcr.el: Move provide statement to end of file.
8005         (reftex-mouse-view-crossref): Explain why point is set.
8007         * textmodes/reftex-global.el: Whitespace changes.
8009         * textmodes/reftex-index.el: Move provide statement to end of
8010         file.
8011         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8012         (reftex-index-visit-phrases-buffer): Set marker when visiting
8013         buffer.  This allows for returning from the phrases file to the
8014         file one was just editing instead of the file where the last
8015         phrases was added from.
8016         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
8017         punctuation syntax as it usually is not used as string quote in
8018         TeX-related modes and may occur unmatched.  The change also
8019         prevents fontification of quoted content.
8020         (reftex-index-phrases-mode): Use it.
8022         * textmodes/reftex-parse.el (reftex-parse-from-file):
8023         Move backward one char if a `\' was matched after a section macro.
8024         (reftex-parse-from-file): Use beginning of match instead of end as
8025         bound.
8027         * textmodes/reftex-ref.el: Adapt creation of
8028         `reftex-<package>-<macro>' functions to new structure of
8029         `reftex-ref-style-alist'.
8030         (reftex-reference): Use `reftex-ref-style-list' function.
8031         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
8032         reference macro if `reftex-ref-macro-prompt' is non-nil.
8033         (reftex-reference): Pass refstyle to `reftex-format-special'.
8034         Determine reference macro by looking at
8035         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8036         Use only one special format function.
8037         (reftex-varioref-vref, reftex-fancyref-fref)
8038         (reftex-fancyref-Fref): Remove definitions.  The functions are now
8039         generated from `reftex-ref-style-alist'.
8040         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8041         Remove.
8042         (reftex-format-special): New function.
8044         * textmodes/reftex-sel.el
8045         (reftex-select-cycle-ref-style-internal): Adapt to new structure
8046         of `reftex-ref-style-alist'. Remove code for testing macro type.
8047         (reftex-select-toggle-varioref)
8048         (reftex-select-toggle-fancyref): Remove.
8049         (reftex-select-cycle-ref-style-internal)
8050         (reftex-select-cycle-ref-style-forward)
8051         (reftex-select-cycle-ref-style-backward): New functions.
8052         (reftex-select-label-map): Use `v' and `V' for general cycling
8053         through reference styles.  Add `p' for switching between number
8054         and page reference types.
8056         * textmodes/reftex-toc.el (reftex-re-enlarge):
8057         Call `enlarge-window' only if there is something to do because in Emacs
8058         the horizontal version throws an error even if the parameter is 0.
8060         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8061         (reftex-plug-into-AUCTeX): Doc fix.
8062         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8063         string.  Adapt to new name.
8064         (reftex-ref-style-alist): Change structure so that it is not
8065         possible to use multiple different package names within a style.
8066         Remove the symbols for symbols for macro type distinction.
8067         Add characters for macro selection.
8068         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8069         (reftex-create-bibtex-footer): New variables.
8070         (reftex-format-ref-function): Mention third argument of special
8071         format function.
8072         (reftex-ref-style-alist, reftex-ref-style-default-list):
8073         New variables.
8074         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8075         to new implementation.  Mark as obsolete.  Add compatibility code
8076         for honoring the variable values in case they are set.
8077         (reftex-cite-format-builtin, reftex-bibliography-commands):
8078         Add support for ConTeXt.
8079         (reftex-format-ref-function, reftex-format-cite-function):
8080         Fix custom type.
8081         (reftex-cite-key-separator): New variable.
8083         * textmodes/reftex.el (reftex-syntax-table-for-bib)
8084         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8085         `reftex-syntax-table' because parens have to retain their paren
8086         syntax in order for parsing of BibTeX entries like @book(...) to
8087         work.
8088         (reftex-in-comment): Do not error out if `comment-start-skip' is
8089         not set.  Deal correctly with escaped comment characters.
8090         (reftex-tie-multifile-symbols): Add doc string.
8091         Initialize `reftex-ref-style-list'.
8092         (reftex-untie-multifile-symbols): Add doc string.
8093         (reftex-add-index-macros): Doc fix.
8094         (reftex-ref-style-activate, reftex-ref-style-toggle)
8095         (reftex-ref-style-list): New functions.
8096         (reftex-mode-menu): Use them.  Adapt to new structure of
8097         `reftex-ref-style-alist'.
8098         (reftex-select-with-char): Kill the RefTeX Select buffer when
8099         done.
8100         (reftex-remove-if): New function.
8101         (reftex-erase-all-selection-and-index-buffers)
8102         (reftex-mode-menu): Reference styles are now computed from
8103         `reftex-ref-style-alist'.  Fix typo.
8104         (reftex-report-bug): New function.
8105         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8106         algorithms with O(n log n).  Introduce optional argument SORT (not
8107         yet used).
8109 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8111         Enhancements for triple-quote string syntax.
8112         * progmodes/python.el (python-syntax-propertize-function):
8113         Match both quote cases in one regexp.
8114         (python-syntax-stringify): Handle matches properly.
8116 2012-09-30  Juri Linkov  <juri@jurta.org>
8118         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8119         to nil around the call to `insert' to prevent
8120         directory time modification by lock_file.  (Bug#2295)
8121         * tar-mode.el (tar-summarize-buffer): Idem.
8123 2012-09-30  Juri Linkov  <juri@jurta.org>
8125         * facemenu.el (list-colors-sort): Add option "Luminance".
8126         (list-colors-sort-key): Implement it.
8128         * vc/diff-mode.el (diff-refine-removed):
8129         * vc/ediff-init.el (ediff-fine-diff-A):
8130         * vc/smerge-mode.el (smerge-refined-removed):
8131         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
8133 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
8135         * term/ns-win.el (x-file-dialog): New function.
8137 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
8139         * ido.el (ido-max-directory-size): Default to nil; the current
8140         default is small for POSIX systems, and impractical on Windows 7
8141         now that lstat returns directory sizes for NTFS.
8143 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
8145         In buffer display functions handle window-height/window-width
8146         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
8147         * window.el (window--display-buffer): New argument ALIST.
8148         Obey window-height and window-width alist entries.
8149         (window--try-to-split-window): New argument ALIST.
8150         Bind window-combination-limit to t when the window's size shall be
8151         changed and window-combination-limit equals `window-size'.
8152         (display-buffer-in-atom-window)
8153         (display-buffer-in-major-side-window)
8154         (display-buffer-in-side-window, display-buffer-same-window)
8155         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8156         (display-buffer-pop-up-window, display-buffer-below-selected)
8157         (display-buffer-at-bottom, display-buffer-in-previous-window)
8158         (display-buffer-use-some-window): Adjust all callers of
8159         window--display-buffer and window--try-to-split-window.
8160         (fit-frame-to-buffer): New option.
8161         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8162         is non-nil.
8163         (display-buffer-in-major-side-window): Evaluate window-height /
8164         window-width alist entries.
8166         * help.el (temp-buffer-resize-frames)
8167         (temp-buffer-resize-regexps): Remove options.
8168         (temp-buffer-resize-mode): Adjust doc-string.
8169         (resize-temp-buffer-window): Don't consult
8170         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
8171         temp-buffer-resize-frames.
8173         * dired.el (dired-mark-pop-up):
8174         Call display-buffer-below-selected with a fit-window-to-buffer alist
8175         entry.
8177 2012-09-30  Chong Yidong  <cyd@gnu.org>
8179         * server.el (server-host): Document the security implications.
8180         (server-auth-key): Doc fix.
8182         * startup.el (initial-buffer-choice): Doc fix.
8184         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8186         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8187         restriction change.
8189         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8191         * help-fns.el (help-fns--obsolete): Fix last change.
8193 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8195         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8196         (minor-mode-map-alist): Remove redundant code.
8198         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8199         visited in a buffer.
8200         (cvs-insert-visited-file): New function.
8201         (find-file-hook): Use it.
8203         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8205         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8206         chose face.
8207         (log-edit-empty-buffer-p): Don't require a space after a header.
8209         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8211         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8213         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8214         a proper minor-mode.
8216         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8218 2012-09-29  Glenn Morris  <rgm@gnu.org>
8220         * winner.el (winner-mode): Remove variable (let define-minor-mode
8221         handle it).
8222         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8223         Doc fixes.
8224         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8225         (winner-mode): Use define-minor-mode.
8227         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8228         the full definition in loaddefs, rather than duplicating it.
8230         * help-macro.el (three-step-help): No need to autoload defcustom.
8232         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8233         (inferior-lisp-program, inferior-lisp-load-command)
8234         (inferior-lisp-prompt, inferior-lisp-mode-hook):
8235         No need to autoload defcustoms.
8237         * hippie-exp.el (hippie-expand-try-functions-list)
8238         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8239         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8240         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8241         (hippie-expand-only-buffers): No need to autoload defcustoms.
8242         * progmodes/vhdl-mode.el (vhdl-line-expand):
8243         Explicitly load hippie-exp, so it does not get autoloaded
8244         while hippie-expand-try-functions-list is let-bound.
8246 2012-09-28  Glenn Morris  <rgm@gnu.org>
8248         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8250         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8251         Only "cl.el" counts as cl these days.
8253 2012-09-28  Juri Linkov  <juri@jurta.org>
8255         Display archive errors in the echo area instead of inserting
8256         to the file buffer.
8258         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8259         to STDERR-TEST that can be a regexp matching a successful output.
8260         Create a temporary file and redirect stderr to it.  Search for
8261         STDERR-TEST in the stderr output and display it in the echo area
8262         if no match is found.
8263         (archive-extract-by-file): New function like
8264         `archive-extract-by-stdout' but extracting archives to files
8265         and looking for successful matches in stdout.  Function body is
8266         mostly copied from `archive-rar-extract'.
8267         (archive-rar-extract): Use `archive-extract-by-file'.
8268         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
8270 2012-09-28  Leo Liu  <sdl.web@gmail.com>
8272         * pcomplete.el (pcomplete-show-completions):
8273         Use minibuffer-message to make pcomplete usable in minibuffer.
8275         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8277 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8279         * type-break.el: Use lexical-binding.
8280         (type-break-mode): Use define-minor-mode.
8282         * emacs-lisp/pcase.el (pcase--mark-used): New.
8283         (pcase--u1): Use it (bug#12512).
8285         * custom.el (load-theme): Set buffer-file-name so the load is recorded
8286         in load-history with the right file name.
8288 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
8290         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8291         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8292         (doc-view-get-bounding-box): Make bounding box slicing work for
8293         ODF and DVI documents.
8295 2012-09-28  Glenn Morris  <rgm@gnu.org>
8297         * type-break.el (type-break-mode, type-break-interval)
8298         (type-break-good-rest-interval, type-break-keystroke-threshold):
8299         No need to autoload.
8300         (type-break-good-rest-interval, type-break-keystroke-threshold):
8301         Add :set-after.
8303 2012-09-28  Chong Yidong  <cyd@gnu.org>
8305         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8306         Add :version tag.
8308 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8310         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8312 2012-09-27  Glenn Morris  <rgm@gnu.org>
8314         * faces.el (x-display-name): Declare (for without-x builds).
8316         * linum.el (linum-format): Don't autoload it.  Improve :type.
8318         * progmodes/tcl.el: Don't require outline when compiling.
8319         (outline-regexp, outline-level): Declare.
8320         * textmodes/sgml-mode.el: Don't require outline when compiling.
8321         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8323         * term.el (term-ansi-reset):
8324         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
8326         * vc/vc.el (vc-next-action): Only gripe about committing read-only
8327         files for RCS and SCCS.  (Bug#9781)
8329 2012-09-27  Chong Yidong  <cyd@gnu.org>
8331         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8332         change; value should be t.
8334 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8336         * image-mode.el: Use lexical-binding.
8337         (image-mode-winprops): Use t to stand for the window of
8338         a buffer that's not displayed.
8339         * doc-view.el (doc-view-new-window-function): Handle the new
8340         t in winprops.
8341         (doc-view-enlarge): Make it a real nop if the size is not changed.
8342         (doc-view-display): Handle the case where the buffer is not (yet?)
8343         displayed in any window.
8344         (doc-view-saved-settings): New var.
8345         (doc-view-mode): Use it.
8346         (doc-view-fallback-mode): Set it.
8348         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8349         Set lexical-binding.
8350         (minibuffer-eldef-shorten-default): New var.
8351         (minibuffer-default-in-prompt-regexps): Use it for new default.
8352         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8354 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8356         * international/uni-bidi.el:
8357         * international/uni-category.el:
8358         * international/uni-name.el:
8359         * international/uni-numeric.el: Regenerate.
8361 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
8362             Stefan Monnier  <monnier@iro.umontreal.ca>
8364         * profiler.el: New file.
8366 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8368         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8369         (testcover-reinstrument): Simplify with CSE.
8371 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8373         * window.el (temp-buffer-window-setup): Fix typo in docstring.
8375 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
8377         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8378         (verilog-auto-input, verilog-auto-insert-lisp)
8379         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8380         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8381         (verilog-auto-unused, verilog-auto-wire)
8382         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8383         newline.  Reported by Andrew Jones.
8384         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8385         Reported by Brad Dobbie.
8386         (verilog-batch-delete-trailing-whitespace):
8387         Create verilog-batch-delete-trailing-whitespace.
8388         Reported by Brad Dobbie.
8389         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8390         parameters from another module.  Reported by Dan Katz.
8391         (verilog-auto, verilog-auto-assign-modport)
8392         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8393         AUTOINOUTMODPORT for UVM interface module shell generation.
8394         Reported by Brad Dobbie.
8395         (verilog-auto-inst-interfaced-ports): Make default nil, as more
8396         standard behavior.
8397         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8398         Reported by Matt Martin.
8400 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
8402         * window.el (window--resize-child-windows): When resizing child
8403         windows proportionally, process them in reverse order to
8404         preserve the "when splitting a window the new one gets the odd
8405         line" behavior.
8406         (window--resize-root-window-vertically): When resizing the
8407         minibuffer window try to affect only windows at the bottom of the
8408         frame.  (Bug#12419)
8410 2012-09-25  Chong Yidong  <cyd@gnu.org>
8412         * subr.el (declare): Doc fix.
8414         * help-fns.el (help-fns--obsolete): Handle macros properly.
8416 2012-09-25  Chong Yidong  <cyd@gnu.org>
8418         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8419         this function obsolete.
8421         * calendar/cal-x.el (calendar-two-frame-setup)
8422         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8423         * calendar/calendar.el (american-calendar, european-calendar)
8424         (calendar-for-loop):
8425         * comint.el (comint-dynamic-simple-complete)
8426         (comint-dynamic-complete-as-filename, comint-unquote-filename):
8427         * desktop.el (desktop-load-default):
8428         * dired-x.el (dired-omit-here-always)
8429         (dired-hack-local-variables, dired-default-directory):
8430         * emacs-lisp/derived.el (derived-mode-class):
8431         * emacs-lisp/timer.el (timer-set-time-with-usecs):
8432         * emacs-lock.el (toggle-emacs-lock):
8433         * epa.el (epa-display-verify-result):
8434         * epg.el (epg-sign-keys, epg-start-sign-keys)
8435         (epg-passphrase-callback-function):
8436         * eshell/esh-util.el (eshell-for):
8437         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8438         (eshell-add-to-window-buffer-names):
8439         * files.el (locate-file-completion):
8440         * imenu.el (imenu-example--create-c-index)
8441         (imenu-example--create-lisp-index)
8442         (imenu-example--lisp-extract-index-name)
8443         (imenu-example--name-and-position):
8444         * international/mule-cmds.el (princ-list):
8445         * international/mule-diag.el (decode-codepage-char):
8446         * international/mule-util.el (detect-coding-with-priority):
8447         * iswitchb.el (iswitchb-read-buffer):
8448         * mail/mailalias.el (mail-complete):
8449         * mail/sendmail.el (mail-sent-via):
8450         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8451         (mouse-major-mode-menu):
8452         * password-cache.el (password-read-and-add):
8453         * pcomplete.el (pcomplete-parse-comint-arguments):
8454         * progmodes/sh-script.el (sh-maybe-here-document):
8455         * replace.el (query-replace-regexp-eval):
8456         * savehist.el (savehist-load):
8457         * simple.el (choose-completion-delete-max-match):
8458         * term.el (term-dynamic-simple-complete):
8459         * vc/ediff-init.el (ediff-check-version):
8460         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8461         * vc/vc.el (vc-diff-switches-list):
8462         * view.el (view-return-to-alist-update): Likewise.
8464         * subr.el (eval-next-after-load, makehash, insert-string)
8465         (assoc-ignore-representation, assoc-ignore-case): Use declare to
8466         mark obsolete.
8467         (mode-line-inverse-video): Variable deleted.
8469         * international/mule-util.el (string-to-sequence): Remove.
8471         * calendar/calendar.el (calendar-version):
8472         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8473         (icalendar-convert-diary-to-ical):
8474         * cus-edit.el (custom-mode):
8475         * ansi-color.el (ansi-color-unfontify-region):
8476         * international/latin1-disp.el (latin1-char-displayable-p):
8477         * progmodes/cwarn.el (turn-on-cwarn-mode):
8478         * progmodes/which-func.el (which-func-update-1):
8479         Use define-obsolete-function-alias.
8481         * net/newst-backend.el (newsticker-cache-filename):
8482         * net/newst-treeview.el (newsticker-groups-filename):
8483         Fix incorrect obsolescence declaration.
8485         * allout.el (allout-passphrase-hint-string): Likewise.
8486         (allout-init): Use a declare form to mark obsolete.
8488         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8489         this applies to functions.
8491         * iswitchb.el (iswitchb-read-buffer): Move code of
8492         iswitchb-define-mode-map here, and delete that obsolete function.
8494         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8495         font-lock-reference-face.
8497 2012-09-25  Glenn Morris  <rgm@gnu.org>
8499         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8500         Doc fixes.
8502         * eshell/em-term.el (eshell-term-name):
8503         Default to term-term-name.  (Bug#12485)
8505 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8507         * progmodes/python.el (python-shell-send-buffer): Better handling
8508         of "if __name__ == '__main__':" conditionals when sending the buffer.
8510 2012-09-24  Glenn Morris  <rgm@gnu.org>
8512         * eshell/esh-cmd.el (eshell-find-alias-function):
8513         Tighten up file-name regexp.  (Bug#12499)
8515 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8517         Enhancements for triple-quote string syntax.
8518         * progmodes/python.el (python-quote-syntax): Remove.
8519         (python-syntax-propertize-function): New value.
8520         (python-syntax-count-quotes, python-syntax-stringify):
8521         New functions.
8523 2012-09-24  Chong Yidong  <cyd@gnu.org>
8525         * mail/supercite.el (sc-version): Remove obsolete function.
8526         (sc-describe): Don't mark as obsolete, since it is bound.
8527         (sc-submit-bug-report): Remove.
8529         * vc/log-edit.el (cvs-changelog-full-paragraphs)
8530         (cvs-commit-buffer-require-final-newline): Remove.
8531         (log-edit-require-final-newline)
8532         (log-edit-changelog-full-paragraphs): Default to t.
8534         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8535         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8536         * vc/vc.el (vc-checkout-carefully): Likewise.
8538         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8539         (emerge-version): Remove.
8541         * progmodes/compile.el (compile-internal): Remove.
8542         (compilation-parse-errors-function): Fix typo.
8544         * international/mule.el (set-char-table-default): Remove.
8545         (set-coding-priority, make-coding-system, generic-char-p)
8546         (charset-list, charset-bytes, charset-id): Use declare to mark
8547         functions as obsolete.
8549         * vc/pcvs-defs.el (cvs-buffer-name-alist)
8550         (cvs-invert-ignore-marks): Remove references to obsolete vars.
8551         * vc/vc-hooks.el (vc-default-registered): Don't use
8552         vc-master-templates.
8554         * font-lock.el (font-lock-reference-face):
8555         Use define-obsolete-variable-alias.
8557         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8558         * calendar/calendar.el (calendar-font-lock-keywords):
8559         * calendar/diary-lib.el (diary-font-lock-keywords)
8560         (diary-fancy-font-lock-keywords):
8561         * textmodes/reftex-sel.el (reftex-insert-docstruct):
8562         * textmodes/reftex-index.el (reftex-insert-index):
8563         * textmodes/reftex-cite.el (reftex-format-bib-entry):
8564         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8565         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8566         * progmodes/prolog.el (prolog-font-lock-keywords):
8567         * progmodes/idlwave.el (idlwave-idl-keywords):
8568         * progmodes/ada-mode.el (ada-font-lock-keywords):
8569         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8571 2012-09-24  Glenn Morris  <rgm@gnu.org>
8573         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8575 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8577         * progmodes/python.el (python-indent-line): More consistent cursor
8578         movement behavior.
8580 2012-09-23  Stefan Merten  <smerten@oekonux.de>
8582         * textmodes/rst.el: Fix compiler warning.
8584 2012-09-23  Roland Winkler  <winkler@gnu.org>
8586         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8587         Transcribe also LaTeX hyphenation.
8588         (bibtex-reformat): Bug fix. Do not quote twice the elements of
8589         bibtex-reformat-previous-options.
8591 2012-09-23  Roland Winkler  <winkler@gnu.org>
8593         * proced.el (proced-renice-command): New variable.
8594         (proced-marked-processes): New function.
8595         (proced-with-processes-buffer): New macro.
8596         (proced-send-signal): Use them.
8597         (proced-renice): New command bound to r.
8599 2012-09-23  Roland Winkler  <winkler@gnu.org>
8601         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8602         ibuffer-saved-filter-groups has one element, shortcut the call of
8603         completing-read.  (Bug#12331)
8605 2012-09-23  Chong Yidong  <cyd@gnu.org>
8607         * bindings.el (mode-line-toggle-read-only):
8608         * bs.el (bs-toggle-readonly):
8609         * buff-menu.el (Buffer-menu-toggle-read-only):
8610         * dired.el (dired-toggle-read-only):
8611         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8613 2012-09-23  Chong Yidong  <cyd@gnu.org>
8615         * image.el (image-type-available-p): Adapt to init-image-library
8616         argument changes.
8618 2012-09-22  Juri Linkov  <juri@jurta.org>
8620         * dired.el (dired-mode-map): Add [remap read-only-mode] for
8621         `dired-toggle-read-only'.  (Bug#12462)
8623 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8625         * subr.el (temp-output-buffer-show): New function.
8626         (with-output-to-temp-buffer): Call temp-output-buffer-show
8627         instead of internal-temp-output-buffer-show.
8629 2012-09-22  Chong Yidong  <cyd@gnu.org>
8631         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8632         (Bug#12462).
8634         * repeat.el (repeat): Doc fix (Bug#12348).
8636         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8637         (Bug#10909).
8639         * simple.el (shell-command-on-region): Doc fix.
8640         (read-only-mode): Doc fix.
8642 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
8644         * emacs-lisp/timer.el (run-with-idle-timer)
8645         (timer-activate-when-idle): Warn against reinvoking an idle timer
8646         from within its own timer action.  (Bug#12447)
8648 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8650         * cus-start.el (window-combination-limit): Add new optional
8651         values.
8652         * window.el (temp-buffer-window-show)
8653         (window--try-to-split-window): Handle new values of
8654         window-combination-limit (Bug#1806).
8655         (split-window): Test window-combination-limit for t instead of
8656         non-nil.
8657         (display-buffer-at-bottom): New buffer display action function.
8658         * help.el (temp-buffer-resize-regexps): New option.
8659         (temp-buffer-resize-mode): Rewrite doc-string.
8660         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8661         Don't resize reused window.  Suggested by Glenn Morris.
8663 2012-09-22  Stefan Merten  <smerten@oekonux.de>
8665         * textmodes/rst.el: Revamp section title faces.
8666         (rst-official-version)
8667         (rst-package-emacs-version-alist): Sync with official version
8668         V1.4.0.
8669         (rst-faces-defaults, rst-set-level-default)
8670         (rst-level-face-max, rst-level-face-base-color)
8671         (rst-level-face-base-light, rst-level-face-format-light)
8672         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8673         (rst-adornment-faces-alist): Match new setup.
8674         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8675         (rst-level-5, rst-level-6): New faces.
8677 2012-09-22  Chong Yidong  <cyd@gnu.org>
8679         * simple.el (undo): Handle indirect buffers (Bug#8207).
8681 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8683         IDO: Disable match re-ordering for buffer switching.
8684         * ido.el (ido-buffer-disable-smart-matches): New variable.
8685         (ido-set-matches-1): Use it.  (Bug#2042)
8687 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
8689         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8690         Fix 2011-05-17 change.  (Bug#12418)
8692 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8694         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8696 2012-09-21  Glenn Morris  <rgm@gnu.org>
8698         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8699         Be more robust about locating simple.el.
8701 2012-09-21  Glenn Morris  <rgm@gnu.org>
8703         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8705 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
8707         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
8709 2012-09-20  Juri Linkov  <juri@jurta.org>
8711         * replace.el (query-replace-read-from): Use `read-regexp' instead
8712         of `read-from-minibuffer' when `regexp-flag' is non-nil.
8713         (occur-read-primary-args): Use `read-regexp' instead of
8714         `read-string'.
8715         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8716         `read-from-minibuffer'.
8717         * isearch.el (isearch-occur): Use `read-regexp' instead of
8718         `read-string'.
8719         * dired.el (dired-read-regexp): Use `read-regexp' instead of
8720         `read-from-minibuffer'.
8721         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8722         of `read-string'.  (Bug#7567)
8724         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8725         and allow accepting a list of strings prepended to a list of
8726         standard default values.  Doc fix.  (Bug#12321)
8728         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
8730         * replace.el (read-regexp): Don't add ": " when PROMPT already
8731         ends with a colon and space.  (Bug#12321)
8733 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
8735         * doc-view.el (doc-view-display): Better fix for the cl-assertion
8736         error.
8738 2012-09-20  Stefan Merten  <smerten@oekonux.de>
8740         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8741         Fixes feature request bug#11711.
8742         (rst-mode): Create `imenu-create-index-function'.
8743         (rst-get-stripped-line): Delete after refactoring.
8744         (rst-section-tree, rst-section-tree-rec)
8745         (rst-section-tree-point): Refactor and document properly.
8746         (rst-imenu-find-adornments-for-position)
8747         (rst-imenu-convert-cell, rst-imenu-create-index):
8748         New function.
8750 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8752         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8753         (macroexp--expand-all): Use it.
8754         (macroexp--funcall-and-return): Remove by folding it into its sole
8755         caller (macroexp--warn-and-return).
8756         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8757         Use macroexp--obsolete-warning.
8759         * calc/calc.el: Fix last change by removing the whole chunk, since it
8760         was only needed back when Calc was not bundled.
8762 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
8764         * emacs-lisp/debug.el (debug): Restore assignment to
8765         debugger-old-buffer removed on 2012-09-08.
8767 2012-09-20  Juri Linkov  <juri@jurta.org>
8769         * dired-aux.el (dired-diff): Remove (require 'diff) since
8770         `diff-latest-backup-file' is now autoloaded.
8772 2012-09-20  Chong Yidong  <cyd@gnu.org>
8774         * vc/diff.el (diff-latest-backup-file): Autoload.
8776 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8778         * calc/calc.el: Remove redundant autoload shape check.
8779         (sel-mode): Don't defvar.
8780         (calc-get-stack-element): Add `sel-mode' arg instead.
8781         (calc-top, calc-top-list): Pass it this additional argument.
8782         * calc/calc-store.el (calc-store-map):
8783         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8784         (calc-map-equation, calc-outer-product, calc-inner-product):
8785         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8787         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8789 2012-09-19  Juri Linkov  <juri@jurta.org>
8791         * dired-aux.el (dired-diff): Add (require 'diff) because
8792         `diff-latest-backup-file' is not autoloaded.
8793         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8794         of `dired-get-filename' to t to not report error when there is
8795         no default file on the current line.
8797 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8799         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8800         macroexp--eval-if-compile.
8801         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8802         (macroexp--expand-all): Use them (bug#12371).
8804         * doc-view.el (doc-view-guess-paper-size)
8805         (doc-view-scale-bounding-box): Fix unbound `caddr'.
8807 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
8809         New feature: set optimal slice from BoundingBox information.
8810         * doc-view.el (doc-view-mode-map): Add keybinding.
8811         (doc-view-menu): Add menu entry.
8812         (doc-view-set-slice): Adapt docstring.
8813         (doc-view-get-bounding-box, doc-view-guess-paper-size)
8814         (doc-view-scale-bounding-box)
8815         (doc-view-set-slice-from-bounding-box): New functions.
8816         (doc-view-paper-sizes): New defvar.
8818 2012-09-19  Glenn Morris  <rgm@gnu.org>
8820         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8821         (byte-compile-log-warning): Autoload.  (Bug#12371)
8823         * calendar/calendar.el (calendar-american-month-header)
8824         (calendar-european-month-header, calendar-iso-month-header)
8825         (calendar-month-header): New options.
8826         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
8827         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
8829 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
8831         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8833 2012-09-18  Juri Linkov  <juri@jurta.org>
8835         * dired-aux.el (dired-diff): Restore original functionality of
8836         getting the default value, but keep new feature of using the
8837         latest existing backup file (`diff-latest-backup-file').
8839 2012-09-18  Juri Linkov  <juri@jurta.org>
8841         * dired.el (dired-mark): If the region is active in Transient Mark
8842         mode, mark all files in the active region.  Doc fix.
8843         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8844         Doc fix.  (Bug#10624)
8846 2012-09-18  Juri Linkov  <juri@jurta.org>
8848         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8849         attributes for M-n are pulled from the file at point.
8850         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8851         Suggested by Drew Adams.  (Bug#10624)
8853 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
8855         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8856         whitespace after "end".
8857         (ruby-do-end-to-brace): Collapse block to one line if it fits
8858         within fill-column.
8860 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
8862         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8863         value.
8864         (debug): Don't remove debugger window when debugger is expected
8865         to be back.
8867 2012-09-18  Chong Yidong  <cyd@gnu.org>
8869         * custom.el (defface): Doc fix.
8871         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8873 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
8875         * progmodes/compile.el (compilation-start): Use compilation-always-kill
8876         to initialize query-on-exit; then test that instead (bug#12288).
8878 2012-09-17  Stefan Merten  <smerten@oekonux.de>
8880         * textmodes/rst.el: Add support for `testcover'.
8881         (rst-defcustom-testcover, rst-testcover-add-compose)
8882         (rst-testcover-add-1value): New functions.
8883         (rst-portable-mark-active-p): Replace by `use-region-p'.
8884         (rst-update-section, rst-classify-adornment)
8885         (rst-find-title-line): Mark `1value' forms.
8886         (rst-classify-adornment): Remove superfluous form.
8887         (rst-update-section, rst-get-adornments-around)
8888         (rst-adornment-complete-p, rst-get-next-adornment)
8889         (rst-adjust, rst-promote-region)
8890         (rst-display-adornments-hierarchy, rst-straighten-adornments)
8891         (rst-find-pfx-in-region, rst-section-tree-rec)
8892         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8893         (rst-toc-node, rst-toc, rst-forward-section)
8894         (rst-iterate-leftmost-paragraphs)
8895         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8896         (rst-bullet-list-region)
8897         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8898         (rst-compile-find-conf, rst-compile)
8899         (rst-repeat-last-character): Fix style.
8901 2012-09-17  Chong Yidong  <cyd@gnu.org>
8903         * comint.el (comint--complete-file-name-data): Don't add a space
8904         if the status is `sole'; that adds a gratuitous space in the
8905         completion-cycling case (Bug#12092).
8907         * pcomplete.el (pcomplete-completions-at-point): Likewise.
8909 2012-09-17  Richard Stallman  <rms@gnu.org>
8911         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8912         only in the mime-shown mode, not in raw mode.
8913         (rmail-mime): Toggle off mime by displaying the message without
8914         mime processing.  (Bug#12305)
8916         * mail/rmail.el (rmail-retry-failure):
8917         Turn off mime processing first.  (Bug#12037)
8919         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8921 2012-09-17  Chong Yidong  <cyd@gnu.org>
8923         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8924         (shell-dynamic-complete-functions): Convert to defcustom.
8925         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8927         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8928         * comint.el (comint-prompt-read-only):
8929         * custom.el (defcustom):
8930         * hi-lock.el (hi-lock-mode):
8931         * ibuffer.el (ibuffer-formats):
8932         * ielm.el (ielm-prompt-read-only):
8933         * novice.el (disable-command):
8934         * saveplace.el (toggle-save-place):
8935         * speedbar.el (speedbar-supported-extension-expressions):
8936         * startup.el (auto-save-list-file-prefix, init-file-user)
8937         (after-init-hook, inhibit-startup-echo-area-message):
8938         * strokes.el (strokes-help):
8939         * time-stamp.el (time-stamp):
8940         * calendar/calendar.el (calendar, diary-file):
8941         * calendar/diary-lib.el (diary-mail-entries, diary)
8942         (diary-list-entries-hook):
8943         * calendar/holidays.el (holidays, calendar-holidays):
8944         * calendar/lunar.el (lunar-phases):
8945         * calendar/solar.el (sunrise-sunset):
8946         * emulation/edt.el (edt-load-keys):
8947         * emulation/viper.el (viper-mode):
8948         * eshell/em-alias.el (eshell-command-aliases-list):
8949         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8950         * international/ogonek.el (ogonek-information):
8951         * net/tramp-cmds.el (tramp-bug):
8952         * net/quickurl.el (quickurl-reread-hook-postfix):
8953         * play/decipher.el (decipher-font-lock-keywords):
8954         * progmodes/cc-styles.el (c-set-style):
8955         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8956         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8957         * progmodes/octave-mod.el (octave-mode):
8958         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8959         * progmodes/verilog-mode.el (verilog-read-defines):
8960         * textmodes/two-column.el (2C-mode): Likewise.
8962 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8964         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8965         that holds many addresses.
8967 2012-09-16  Chong Yidong  <cyd@gnu.org>
8969         * align.el (align-areas): Call the indication function with
8970         positions instead of markers for arguments (Bug#12343).
8972         * files.el (parse-colon-path): Use split-string (Bug#12351).
8974         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8975         (display-buffer-function): Mark as obsolete.
8977         * progmodes/compile.el (compilation-parse-errors): Accept list
8978         values similar to font-lock-keywords (Bug#12136).
8979         Suggested by Oleksandr Manzyuk.
8980         (compilation-error-regexp-alist): Doc fix.
8982 2012-09-15  Glenn Morris  <rgm@gnu.org>
8984         * version.el (emacs-bzr-version-bzr): New function.
8985         (emacs-bzr-get-version): Add optional EXTERNAL argument.
8987         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8988         checkouts, check the parent dirstate matches the branch.
8989         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
8990         empty string.
8992         * version.el (emacs-bzr-version): Doc fix.
8993         (emacs-bzr-version-dirstate): New function.
8994         (emacs-bzr-get-version): For lightweight checkouts, if the parent
8995         is local try and check that it matches the branch.  If not, just
8996         use dirstate information.  (Bug#12441)
8998 2012-09-14  Juri Linkov  <juri@jurta.org>
9000         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9001         (Bug#12399)
9003 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9007         * emacs-lisp/edebug.el: Miscellaneous cleanup.
9008         Remove obsolete byte-compiler hack that tried to silence some warnings.
9009         (edebug-submit-bug-report): Remove.
9010         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9011         Remove aliases, use the un-prefixed name instead.
9012         (edebug-pop-to-buffer): Consider other frames.
9013         (edebug-original-read):: Make it more obvious that it's always defined.
9014         (edebug--make-form-data-entry, edebug--form-data-name)
9015         (edebug--form-data-begin, edebug--form-data-end): Rename from the
9016         single-dashed name, and implement with cl-defstruct.
9017         (edebug-set-form-data-entry): Use the standard accessors.
9018         (edebug-make-top-form-data-entry): Use push.
9019         (edebug-no-match): Drop useless `funcall'.
9020         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9021         to functions.
9022         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9023         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9024         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9025         (easy-menu-define, with-custom-print): Remove redundant specs.
9026         (edebug-outside-overriding-local-map)
9027         (edebug-outside-overriding-terminal-local-map): Remove, unused.
9028         (edebug--display): Bind unread-command-events directly to nil rather
9029         than binding it to unread-command-events and later setting it to nil.
9030         (edebug--display): Kill edebug-eval-buffer here...
9031         (edebug--recursive-edit): ...rather than here.
9032         Bind standard-output and standard-input.
9033         (edebug-eval): Check cl-macroexpand-all is fboundp.
9034         (edebug-temp-display-freq-count): Fix last change.
9036         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9037         * subr.el (noreturn, 1value): Add `debug' spec.
9038         * emacs-lisp/advice.el: Require cl-lib.
9039         (ad-copy-tree): Remove, use copy-tree instead.
9040         (ad-dolist): Remove use dolist or cl-dolist instead.
9041         (ad-do-return): Remove, use cl-return instead.
9042         (defadvice): Add `debug' spec.
9044 2012-09-13  Juri Linkov  <juri@jurta.org>
9046         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9047         (Bug#12399)
9049 2012-09-13  Glenn Morris  <rgm@gnu.org>
9051         * calc/calc.el (math-compose-expr):
9052         * calc/calc-ext.el (math-compose-expr):
9053         * progmodes/cc-defs.el (cl-macroexpand-all):
9054         * progmodes/cc-langs.el (delete-duplicates, mapcan)
9055         (cl-macroexpand-all): Update declarations.
9057         * vc/vc.el: No need to require ediff.
9058         (ediff-load-version-control): Declare.
9059         (ediff-vc-internal): Fix declaration.
9060         (vc-version-ediff): Require ediff.
9062 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9064         Use a more backwards-compatible timer format (Bug#12430).
9065         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9066         being right after USECS, as that better supports old code that
9067         inadvisedly looked directly at the timer vector.
9069 2012-09-13  Kenichi Handa  <handa@gnu.org>
9071         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9072         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9073         `coding-priority' property of these language environment.
9075 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9077         Fix glitches caused by addition of psec to timers (Bug#12430).
9078         * image.el (image-animate-timer):
9079         * time.el (display-time-world-timer):
9080         Use timer--function and timer--args rather than raw access to
9081         timer vector.
9083 2012-09-13  Glenn Morris  <rgm@gnu.org>
9085         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9086         If not compiling a file, try using load-file-name.
9088 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9091         Fix last change.
9092         (edebug-update-eval-list): Use `push'.
9094         * emacs-lisp/edebug.el: Use lexical-binding.
9095         Remove the "edebug-" prefix from non-dynamically-scoped variables.
9096         Mark unused args with underscore.
9097         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9098         (edebug-form-data): Use defvar-local.
9099         (edebug-make-before-and-after-form, edebug-make-after-form):
9100         Use backquote.
9101         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9102         Not dynamically scoped any more.
9103         (edebug--enter-trace): Add arguments `function' and `args'.
9104         Rename from edebug-enter-trace.
9105         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
9106         (edebug--update-coverage): Add `after-index' and `value' args.
9107         Rename from edebug-update-coverage.
9108         (edebug-slow-after): Call it accordingly.
9109         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
9110         edebug-recursive-edit.
9111         (edebug--display): Call it accordingly.  Add args `value',
9112         `offset-index', and `arg-mode'.  Rename from edebug-display.
9113         (edebug-debugger, edebug): Call it accordingly.
9114         (edebug-eval-display-list): Use dolist.
9116 2012-09-12  Juri Linkov  <juri@jurta.org>
9118         * info.el (Info-search): Don't check for isearch-mode and
9119         isearch-regexp before let-binding search-spaces-regexp to
9120         Info-search-whitespace-regexp.
9121         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9122         search-whitespace-regexp if isearch-lax-whitespace or
9123         isearch-regexp-lax-whitespace is non-nil.
9124         (Info-mode): Don't set local variable search-whitespace-regexp.
9125         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9127 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9129         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9130         (debugger-env-macro): Remove support for unread-command-char.
9132         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9133         the temporary map re-appearing on emulation-mode-map-alists.
9135         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9136         since 22.1.
9138         * ehelp.el (with-electric-help): Accept functions in
9139         electric-help-form-to-execute.
9140         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9141         And replace unread-command-char -> unread-command-events.
9143 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
9145         Sync with Tramp 2.2.6.
9147         * net/tramp.el (tramp-accept-process-output): Don't use
9148         JUST-THIS-ONE in the XEmacs case.
9150         * net/trampver.el: Update release number.
9152 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
9154         * emacs-lisp/debug.el (debugger-previous-window-height):
9155         New variable.
9156         (debug): When debugger-jumping-flag is non-nil try to restore
9157         height of debugger window.  (Bug#8789)
9159 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9162         overriding-local-map and pre/post-command-hook here.
9163         (edebug-recursive-edit): Do it here instead (bug#12345).
9164         (edebug-outside-unread-command-char): Remove all uses of
9165         unread-command-char.
9167         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9168         inhibit-debugger is bound instead.
9170 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9172         * subr.el (set-temporary-overlay-map): Add a docstring.
9173         (Bug#12346)
9175 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9177         * minibuffer.el (completion-table-subvert): Fix docstring.
9178         (Bug#12347)
9180 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9182         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
9184 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
9186         * progmodes/sql.el: Version 3.1
9187         (sql-db2-escape-newlines): New variable.
9188         (sql-escape-newlines-filter): Use it.
9190 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
9192         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9194 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
9196         * vc/diff-mode.el (diff-mode-menu):
9197         Bind diff-remove-trailing-whitespace.
9199 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9202         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9203         (emacs-lisp-byte-code-mode): New functions.
9204         (eval-sexp-add-defvars): Don't skip defvars in column >0.
9205         (eval-defun-2): Remove bogus interactive spec.
9206         (lisp-indent-line): Remove redundant whole-exp code, now done in
9207         indent-according-to-mode.
9208         (save-match-data): Remove redundant indent data.
9210         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9211         Use `declare'.
9213 2012-09-09  Juri Linkov  <juri@jurta.org>
9215         * replace.el (replace-regexp-lax-whitespace): New defcustom.
9216         (replace-lax-whitespace, query-replace-regexp)
9217         (query-replace-regexp-eval, replace-regexp): Doc fix.
9218         (perform-replace, replace-highlight): Let-bind
9219         isearch-lax-whitespace to replace-lax-whitespace and
9220         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9222         * isearch.el (isearch-query-replace): Let-bind
9223         replace-lax-whitespace to isearch-lax-whitespace and
9224         replace-regexp-lax-whitespace to
9225         isearch-regexp-lax-whitespace.  (Bug#10885)
9227 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9229         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9231 2012-09-09  Alan Mackenzie  <acm@muc.de>
9233         * progmodes/cc-engine.el (c-state-cache-init):
9234         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9235         (c-record-parse-state-state):
9236         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9238 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
9240         * register.el (register-separator): Rename from
9241         separator-register.  All uses changed.  Doc fix.
9242         (register): Fix version.
9244 2012-09-09  Chong Yidong  <cyd@gnu.org>
9246         * replace.el (query-replace-map): Bind four new symbols for
9247         requesting window scrolling.
9249         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9250         query-replace-map (Bug#8948).
9252         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9254         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9255         since they are now in query-replace-map.
9257         * window.el (scroll-other-window-down): Make the arg optional.
9259 2012-09-09  Chong Yidong  <cyd@gnu.org>
9261         * files.el (hack-local-variables-confirm): Use quit-window to kill
9262         the *Local Variables* buffer.
9264 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9266         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9267         not just expect to be at its beginning.  Adjust callees.
9268         Succeed when do-end block has no space before the pipe character.
9269         (ruby-brace-to-do-end): When the original block is one-liner,
9270         convert to multiline.  Reindent the result.
9272 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
9274         * register.el (register): New group.
9275         (separator-register): New user option.
9276         (increment-register): Route it to `append-to-register', if
9277         register contains text.  Implication is that `C-x r +' can now be
9278         used for appending to a text register (bug#12217).
9279         (append-to-register, prepend-to-register): Add separator based on
9280         `separator-register'.
9282 2012-09-08  Alan Mackenzie  <acm@muc.de>
9284         AWK Mode: make auto-newline work when there's "==" in the pattern.
9285         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9286         correctly.
9287         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9288         Test more rigorously for "=" token.
9290 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9292         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9293         Only fail when reached LIMIT.
9295 2012-09-08  Chong Yidong  <cyd@gnu.org>
9297         * dired.el (dired-mode-map): Don't bind M-=.
9299         * dired-aux.el (dired-diff): Use backup file as default.
9301 2012-09-08  Drew Adams  <drew.adams@oracle.com>
9303         * subr.el (add-to-history): Fix delete usage (Bug#12314).
9305 2012-09-08  Chong Yidong  <cyd@gnu.org>
9307         * subr.el (syntax-after, syntax-class): Doc fix.
9309 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
9311         * window.el (display-buffer-in-previous-window): New buffer
9312         display action function.
9314         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9315         (debugger-previous-window): New variable.
9316         (debug): Rewrite using display-buffer-in-previous-window,
9317         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
9319 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9321         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
9323 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
9325         * progmodes/python.el (python-shell-send-string):
9326         When default-directory is remote, create temp file on remote
9327         filesystem.
9328         (python-shell-send-file): When file is remote, pass local view of
9329         file paths to remote Python interpreter.  (Bug#12340)
9331 2012-09-07  Chong Yidong  <cyd@gnu.org>
9333         * window.el (switch-to-buffer): Doc fix (Bug#12181).
9335         * files.el (after-find-file): Don't fail on a read-only buffer if
9336         require-final-newline is `visit' or `visit-save' (Bug#11156).
9338         * subr.el (read-char-choice): Allow quitting via ESC ESC.
9340         * userlock.el (ask-user-about-supersession-threat):
9341         Use read-char-choice (Bug#12093).
9343 2012-09-07  Chong Yidong  <cyd@gnu.org>
9345         * subr.el (buffer-narrowed-p): New function.
9347         * ses.el (ses-widen):
9348         * simple.el (count-words--buffer-message):
9349         * net/browse-url.el (browse-url-of-buffer): Use it.
9351         * simple.el (count-words-region): Don't signal an error if there
9352         is a non-nil prefix arg and the mark is not set.
9354         * help.el (describe-key-briefly): Allow the message to be seen
9355         when invoked from the minibuffer (Bug#7014).
9357 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9359         * progmodes/ruby-mode.el (ruby-end-of-defun)
9360         (ruby-beginning-of-defun): Simplify, allow indentation before
9361         block beginning and end keywords.
9362         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9363         (ruby-end-of-defun): Expect that the point is at the beginning of
9364         the defun.
9366 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9368         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9369         (bug#12367).
9370         (cl--make-usage-args): Strip _ from argument names.
9372 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
9374         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9375         obsolete alias speedbar-key-map.
9376         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9377         (vhdl-index-menu-init): Don't use obsolete variable
9378         font-lock-maximum-size.
9380 2012-09-06  Chong Yidong  <cyd@gnu.org>
9382         * frame.el (window-system-version): Mark as obsolete.
9384         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9385         of obsolete variable speedbar-key-map.
9387 2012-09-06  Juri Linkov  <juri@jurta.org>
9389         * replace.el (replace-lax-whitespace): New defcustom.
9390         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9391         (replace-string, replace-regexp): Mention it in docstrings.
9392         (perform-replace, replace-highlight): Let-bind
9393         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9394         to the values of replace-lax-whitespace and regexp-flag.
9395         Don't let-bind search-whitespace-regexp.  (Bug#10885)
9397         * isearch.el (isearch-query-replace): Let-bind
9398         replace-lax-whitespace instead of let-binding
9399         replace-search-function and replace-re-search-function.
9400         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9401         and isearch-regexp-lax-whitespace to lazy-highlight variables.
9402         (isearch-toggle-symbol): Set isearch-regexp to nil
9403         in isearch-word mode (like in isearch-toggle-word).
9405 2012-09-06  Juri Linkov  <juri@jurta.org>
9407         * replace.el (replace-search-function)
9408         (replace-re-search-function): Set default values to nil.
9409         (perform-replace): Let-bind isearch-related variables based on
9410         replace-related values, call `isearch-search-fun' and let-bind
9411         the result to `search-function'.  Remove code that sets
9412         `search-function' and `search-string' separately for
9413         `delimited-flag'.
9414         (replace-highlight): Add new argument `delimited-flag' and
9415         rename other arguments to the names used in `perform-replace'.
9416         Let-bind `isearch-word' to the argument `delimited-flag'.
9417         (Bug#10885, bug#10887)
9419 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9421         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9422         ruby-beginning-of-indent, simplify, allow all keywords to have
9423         indentation before them.
9424         (ruby-beginning-of-indent): Adjust for above.  Search until the
9425         found point is not inside a string or comment.
9426         (ruby-font-lock-keywords): Allow symbols to start with "@"
9427         character, give them higher priority than variables.
9428         (ruby-syntax-propertize-function)
9429         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9430         matchers.  Expression expansions are not comments when inside a
9431         string, and there comment syntax status is irrelevant.
9432         (ruby-match-expression-expansion): New function.  Check that
9433         expression expansion is inside a string, and it's not escaped.
9434         (ruby-font-lock-keywords): Use it.
9436 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
9438         * help.el (temp-buffer-max-height): New default value.
9439         (temp-buffer-resize-frames): New option.
9440         (resize-temp-buffer-window): Optionally resize frame.
9442         * window.el (fit-frame-to-buffer-bottom-margin): New option.
9443         (fit-frame-to-buffer): New function.
9445 2012-09-05  Glenn Morris  <rgm@gnu.org>
9447         * emulation/cua-rect.el (cua--init-rectangles):
9448         * textmodes/picture.el (picture-mode-map):
9449         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9450         like forward-char and backward-char.  (Bug#12317)
9452 2012-09-05  Leo Liu  <sdl.web@gmail.com>
9454         * progmodes/flymake.el (flymake-warning-re): New variable.
9455         (flymake-parse-line): Use it.
9457 2012-09-05  Glenn Morris  <rgm@gnu.org>
9459         * calendar/holidays.el (holiday-christian-holidays):
9460         Rename an entry.  (Bug#12289)
9462 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9464         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9465         (bug#12222).
9467 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9469         * loadup.el: Load macroexp.  Remove hack.
9470         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9471         (macroexp--expand-all): Use it to get better warnings.
9472         (macroexp--backtrace, macroexp--trim-backtrace-frame)
9473         (internal-macroexpand-for-load): New functions.
9474         (macroexp--pending-eager-loads): New var.
9475         (emacs-startup-hook): New hack to replace one in loadup.el.
9476         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9477         (cl--compiler-macro-cXXr): Move to top, before they can be used.
9478         (cl-psetf): Simplify.
9479         (cl-defstruct): Add indent rule.
9481 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
9483         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9484         over `user-mail-address' for the SMTP MAIL FROM envelope.
9485         (smtpmail-via-smtp): Ditto.
9487 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
9489         * progmodes/ruby-mode.el: Clean up keybindings.
9490         (ruby-mode-map): Don't bind ruby-electric-brace,
9491         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9492         backward-kill-word, reindent-then-newline-and-indent.
9493         (ruby-mark-defun): Remove.
9494         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
9495         (ruby-mode): Set local beginning-of-defun-function and
9496         end-of-defun-function values.
9498 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
9500         * window.el (temp-buffer-window-setup-hook)
9501         (temp-buffer-window-show-hook): New hooks.
9502         (temp-buffer-window-setup, temp-buffer-window-show)
9503         (with-temp-buffer-window): New functions.
9504         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9505         (special-display-popup-frame): Make sure the window used shows BUFFER.
9507         * help.el (temp-buffer-resize-mode): Fix doc-string.
9508         (resize-temp-buffer-window): New optional argument WINDOW.
9510         * files.el (recover-file, save-buffers-kill-emacs):
9511         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9513 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
9515         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9516         remote definition of `default-directory', ensure we can connect.
9518 2012-09-02  Juri Linkov  <juri@jurta.org>
9520         Toggle whitespace matching mode with M-s SPC.
9521         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9523         * isearch.el (search-whitespace-regexp): Doc fix.
9524         Remove cons cell customization.
9525         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9526         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9527         New variables.
9528         (isearch-forward, isearch-forward-regexp): Doc fix.
9529         (isearch-toggle-lax-whitespace): New command.
9530         (search-forward-lax-whitespace, search-backward-lax-whitespace)
9531         (re-search-forward-lax-whitespace)
9532         (re-search-backward-lax-whitespace): New functions.
9533         (isearch-whitespace-regexp): Remove function.
9534         (isearch-query-replace): Let-bind replace-search-function and
9535         replace-re-search-function.
9536         (isearch-occur): Let-bind search-spaces-regexp according to the
9537         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9538         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9539         condition for C-q SPC.
9540         (isearch-search-fun-default): Use new functions mentioned above.
9541         (isearch-search-forward, isearch-search-backward): Remove functions.
9542         (isearch-search): Don't let-bind search-spaces-regexp.
9543         (isearch-lazy-highlight-space-regexp): Remove variable.
9544         (isearch-lazy-highlight-lax-whitespace)
9545         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9546         (isearch-lazy-highlight-new-loop): Use them.
9547         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9549 2012-09-02  Chong Yidong  <cyd@gnu.org>
9551         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9553 2012-09-02  Glenn Morris  <rgm@gnu.org>
9555         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
9557 2012-09-01  Glenn Morris  <rgm@gnu.org>
9559         * term.el: Tidy up menu definitions.
9560         (term-mode-map): Use easymenu for In/Out, Complete menus.
9561         (term-pager-break-map): Initialize in the defvar.
9562         (term-terminal-menu, term-signals-menu): Define with easymenu.
9563         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
9564         (term-pager-menu): New, extracted from term-process-pager.
9565         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9566         (term-update-mode-line): Propertize line/char and page items.
9567         (term-process-pager): Move keymap initialization elsewhere.
9569 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
9571         * window.el (switch-to-prev-buffer): Handle additional values of
9572         BURY-OR-KILL argument.  Don't switch in minibuffer window.
9573         (switch-to-next-buffer): Don't switch in minibuffer window.
9574         (quit-restore-window): New function based on quit-window.
9575         Handle additional values of former KILL argument.
9576         (quit-window): Call quit-restore-window with appropriate
9577         interpretation of KILL argument.
9578         (display-buffer-below-selected): New buffer display action
9579         function.
9581 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9583         * minibuffer.el (completion-at-point-functions): Complete docstring
9584         (bug#12254).
9586 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9588         Better seed support for (random).
9589         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9590         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9591         * play/mpuz.el, play/tetris.el, play/zone.el:
9592         * calc/calc-comb.el (math-init-random-base):
9593         * play/blackbox.el (bb-init-board):
9594         * play/life.el (life):
9595         * server.el (server-use-tcp):
9596         * type-break.el (type-break):
9597         Remove unnecessary call to (random t).
9598         * net/sasl.el (sasl-unique-id-function):
9599         Change (random t) to (random), now that the latter is more random.
9600         * play/life.el (life-initialized): Remove no-longer-needed var.
9602 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
9604         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9605         Consider frame's buffer predicate when choosing the buffer.
9606         (Bug#12081)
9608 2012-08-30  Richard Stallman  <rms@gnu.org>
9610         * simple.el (special-mode-map): Delete binding for `z'.
9612 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
9614         * progmodes/compile.el (compilation-always-kill): Doc fix.
9616 2012-08-30  Chong Yidong  <cyd@gnu.org>
9618         * window.el (display-buffer-reuse-frames): Make the obsolescence
9619         message more informative.
9621 2012-08-30  Glenn Morris  <rgm@gnu.org>
9623         * paren.el (show-paren-delay):
9624         Add a :set function.  Doc fix.  (Bug#12297)
9626 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
9628         * progmodes/compile.el (compilation-always-kill): New var.
9629         (compilation-start): Use it.
9631 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9633         * simple.el (read-only-mode): Move from files.el for bootstrapping.
9634         * files.el (read-only-mode): Move to simple.el.
9636         * files.el (read-only-mode): New minor mode.
9637         (toggle-read-only): Use it and mark obsolete.
9638         (find-file--read-only):
9639         * vc/vc.el (vc-next-action, vc-checkout):
9640         * vc/vc-cvs.el (vc-cvs-checkout):
9641         * obsolete/vc-mcvs.el (vc-mcvs-update):
9642         * ffap.el (ffap--toggle-read-only): Update callers.
9644 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
9646         * eshell/esh-ext.el (eshell-external-command): Do not examine
9647         remote shell scripts.
9648         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9650         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9651         "/usr/local/sbin".
9653 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9655         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9657 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9659         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9660         completion-at-point.  (Bug#12220)
9662         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9664         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9666 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9669         be buffer-local; add delete-trailing-whitespace (bug#12259).
9671 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
9673         * progmodes/hideif.el (hif-compress-define-list):
9674         Fix typo.  (Bug#11951)
9676 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
9678         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9679         buffer local setting.
9681         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9682         rcirc-encode-coding-system.
9684 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9686         * net/rcirc.el (rcirc-split-message): New function.
9687         (rcirc-send-message): Use it.  (Bug#12051)
9689 2012-08-28  Juri Linkov  <juri@jurta.org>
9691         * info.el (Info-fontify-node): Hide empty lines at the end of
9692         the node.  (Bug#12272)
9694 2012-08-27  Drew Adams  <drew.adams@oracle.com>
9696         * dired.el (dired-pop-to-buffer): Make window start at beginning
9697         of buffer (Bug#12281).
9699 2012-08-26  Chong Yidong  <cyd@gnu.org>
9701         * window.el (special-display-regexps, special-display-frame-alist)
9702         (special-display-buffer-names, special-display-function)
9703         (display-buffer-reuse-frames): Mark as obsolete.
9705         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9707         * help.el (help-print-return-message): Don't treat
9708         display-buffer-reuse-frames specially.
9710 2012-08-26  Chong Yidong  <cyd@gnu.org>
9712         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9713         New variable, replacing gdb-frame-parameters.
9714         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9715         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9716         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9717         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9718         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
9719         the functions directly with gdb-display-buffer-other-frame-action.
9720         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9721         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9722         (gdb-display-stack-buffer, gdb-display-locals-buffer)
9723         (gdb-display-registers-buffer): Define directly.
9724         (def-gdb-display-buffer): Macro deleted.
9725         (gdb-display-buffer): Remove second and third args, callers don't
9726         use them.  Defer to the default display-buffer behavior, apart
9727         from making windows dedicated.
9728         (gdb-setup-windows): Don't call display-buffer unnecessarily.
9730         * progmodes/gud.el (gud-display-line): Just use display-buffer.
9732         * window.el (display-buffer-pop-up-frame): Handle a
9733         pop-up-frame-parameters alist entry.
9734         (display-buffer): Document it.
9736 2012-08-26  Chong Yidong  <cyd@gnu.org>
9738         * isearch.el (search-whitespace-regexp): Make string and nil
9739         values apply to both ordinary and regexp search.  Allow a cons
9740         cell value to distinguish between the two.
9741         (isearch-whitespace-regexp, isearch-search-forward)
9742         (isearch-search-backward): New functions.
9743         (isearch-occur, isearch-search-fun-default, isearch-search)
9744         (isearch-lazy-highlight-new-loop): Use them.
9745         (isearch-forward, isearch-forward-regexp): Doc fix.
9747 2012-08-26  Chong Yidong  <cyd@gnu.org>
9749         * faces.el (help-argument-name): Always inherit from italic
9750         (Bug#12213).
9752 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
9754         * window.el (window--even-window-heights): Even heights when
9755         WINDOW and the selected window form a vertical combination.
9756         (display-buffer-use-some-window): Provide that window used gets
9757         sized back by quit-window.  (Bug#11880) and (Bug#12091)
9759 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9761         Fix file time stamp problem with bzr and CVS (Bug#12001).
9762         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9763         in the file's time stamp, since the version control system loses
9764         that information.
9766 2012-08-22  Juri Linkov  <juri@jurta.org>
9768         * info.el (Info-fontify-node): Hide the suffix of the
9769         Info file name in the header line.  (Bug#12187)
9771 2012-08-22  Glenn Morris  <rgm@gnu.org>
9773         * calendar/cal-tex.el (cal-tex-weekly-common):
9774         Restore leading blank page.
9776 2012-08-22  Le Wang  <l26wang@gmail.com>
9778         * misc.el (forward-to-word, backward-to-word): Activate or extend
9779         the region under `shift-select-mode'.  (Bug#12231)
9781 2012-08-22  Bastien Guerry  <bzg@gnu.org>
9783         * progmodes/executable.el (executable-prefix): Set to "#!" instead
9784         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
9785         gives details on why the space is never needed.
9787 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9789         * window.el (walk-window-tree, window-with-parameter):
9790         New optional argument MINIBUF to control whether these functions
9791         should run on the minibuffer window.
9792         (window-at-side-list): Don't operate on minibuffer window.
9793         (window-in-direction): Simplify and rewrite doc-string.
9794         (window--size-ignore): Rename to window--size-ignore-p.
9795         Update callers.
9796         (display-buffer-in-atom-window, window--major-non-side-window)
9797         (window--major-side-window, display-buffer-in-major-side-window)
9798         (delete-side-window, display-buffer-in-side-window):
9799         New functions.
9800         (window--side-check, window-deletable-p, delete-window)
9801         (delete-other-windows, split-window): Handle side windows and
9802         atomic windows appropriately.
9803         (window--display-buffer): Call display-buffer-record-window also
9804         when the window buffer did not change.
9806 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
9808         * help-fns.el (help-fns--key-bindings):
9809         Abbreviate non-symbol remap targets.  (Bug#12174)
9811 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9813         * dired.el (dired-mark-remembered): Don't clobber point.
9814         (Bug#11795)
9816 2012-08-22  Glenn Morris  <rgm@gnu.org>
9818         * progmodes/bug-reference.el (bug-reference): New custom group.
9819         (bug-reference-bug-regexp): Make it a defcustom.
9821 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
9823         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9824         (js-paren-indent-offset, js-square-indent-offset)
9825         (js-curly-indent-offset): Add :safe (Bug#12257).
9827 2012-08-22  Edward O'Connor  <hober0@gmail.com>
9829         * json.el (json-key-format): Add error properties.
9830         (json-encode-key): New function.
9831         (json-encode-hash-table, json-encode-alist, json-encode-plist):
9832         Use json-encode-key.
9834 2012-08-22  Glenn Morris  <rgm@gnu.org>
9836         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9837         (cal-tex-leftday, cal-tex-rightday): Remove functions.
9838         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9839         Update for above change.
9841 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
9843         * cus-face.el (custom-face-attributes): Fix customize type for the
9844         :underline attribute.  (Bug#11805)
9846 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
9848         * window.el (window-point-1, set-window-point-1): Remove.
9849         (window-in-direction, record-window-buffer)
9850         (set-window-buffer-start-and-point, split-window-below)
9851         (window--state-get-1, display-buffer-record-window):
9852         Replace calls to window-point-1 and set-window-point-1 by calls to
9853         window-point and set-window-point respectively.
9855 2012-08-21  Glenn Morris  <rgm@gnu.org>
9857         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9858         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9859         Use it.
9861         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9862         (cal-tex-shortday): New function.
9863         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9864         (cal-tex-cursor-filofax-daily): Use the above.
9866         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9867         New functions.
9868         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9869         (cal-tex-cursor-filofax-week): Use them.
9871         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9872         New constants.
9873         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9874         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9876         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9877         (cal-tex-end-document): Don't rely on buffer name.
9879         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9880         Use cal-tex-vspace.
9881         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9882         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9883         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9884         Use cal-tex-arg.
9886         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9887         (cal-tex-cursor-week, cal-tex-cursor-week2)
9888         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9889         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9890         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9891         (cal-tex-insert-preamble, cal-tex-b-document)
9892         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9893         Improve cal-tex-cmd usage.
9895         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9896         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9897         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9898         (cal-tex-weekly-paper): New function.
9899         (cal-tex-cursor-week, cal-tex-cursor-week2)
9900         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9901         (cal-tex-cursor-day): Use it.
9903         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9904         (cal-tex-cursor-filofax-week): Remove leading blank page.
9906         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9907         Add autoload cookie.  For now at least, don't use color, since
9908         no other cal-tex function does.
9910         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9911         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9912         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9914 2012-08-21  Juri Linkov  <juri@jurta.org>
9916         * info.el (Info-file-attributes): New variable.
9917         (info-insert-file-contents): Add file attributes to
9918         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
9919         `Info-toc-nodes' when previous modtime of the Info file is less
9920         than new modtime.
9921         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9922         of info.el.  (Bug#12230)
9924 2012-08-20  Glenn Morris  <rgm@gnu.org>
9926         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9927         * calendar/holidays.el (calendar-holiday-list):
9928         Report errors with display-warning rather than beep'n'sleep.
9930 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
9932         * net/tramp.el (tramp-accept-process-output): Accept only output
9933         from PROC.  Otherwise, process filters and sentinels might be
9934         confused.  (Bug#12145)
9936 2012-08-20  Chong Yidong  <cyd@gnu.org>
9938         * descr-text.el (describe-text-properties-1): Use overlays-in to
9939         report on empty overlays (Bug#3322).
9941 2012-08-20  Glenn Morris  <rgm@gnu.org>
9943         * mail/rmailout.el (rmail-output-read-file-name):
9944         Trap and report errors in rmail-output-file-alist elements.
9946         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9947         since most non-font-lock faces are not also variables).
9949 2012-08-20  Edward Reingold  <reingold@iit.edu>
9951         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9952         New function.  (Bug12160)
9954 2012-08-19  Glenn Morris  <rgm@gnu.org>
9956         * mail/rmailout.el (rmail-output-read-file-name):
9957         Fix previous change (when the alist is nil or does not match).
9959 2012-08-19  Chong Yidong  <cyd@gnu.org>
9961         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9962         (Bug#12228).
9964 2012-08-18  Chong Yidong  <cyd@gnu.org>
9966         * simple.el (yank-handled-properties): New defcustom.
9967         (yank-excluded-properties): Add font-lock-face and category.
9968         (yank): Doc fix.
9970         * subr.el (remove-yank-excluded-properties):
9971         Obey yank-handled-properties.  The special handling of font-lock-face
9972         and category is now done this way, instead of being hard-coded.
9973         (insert-for-yank-1): Remove font-lock-face handling.
9974         (yank-handle-font-lock-face-property)
9975         (yank-handle-category-property): New function.
9977 2012-08-17  Glenn Morris  <rgm@gnu.org>
9979         * mail/rmailout.el (rmail-output-read-file-name):
9980         Check rmail-output-file-alist against the full message body
9981         in the correct rmail buffer.  (Bug#12214)
9983 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
9985         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9986         Eliminate superfluous prompt.  (Bug#12203)
9988 2012-08-17  Chong Yidong  <cyd@gnu.org>
9990         * mouse.el (mouse-appearance-menu): If x-select-font returns a
9991         font spec, set the font directly (Bug#3228).
9993 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
9995         * window.el (delete-window): Fix last fix.
9997 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
9999         * window.el (window-valid-p): Move to window.c.
10000         (window-child, window-child-count, window-last-child)
10001         (window-normalize-window, window-combined-p)
10002         (window-combinations, window-atom-root, window-min-size)
10003         (window-sizable, window-sizable-p, window-size-fixed-p)
10004         (window-min-delta, window-max-delta, window--resizable)
10005         (window--resizable-p, window-resizable, window-total-size)
10006         (window-full-height-p, window-full-width-p, window-body-size)
10007         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10008         (minimize-window, window-deletable-p, delete-window)
10009         (delete-other-windows, set-window-buffer-start-and-point)
10010         (next-buffer, previous-buffer, split-window, balance-windows-2)
10011         (set-window-text-height, window-buffer-height)
10012         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10013         (truncated-partial-width-window-p): Minor code adjustments.
10014         In doc-strings state whether the argument window has to denote a
10015         live, valid or any window.
10017 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
10019         * progmodes/subword.el (subword-forward-function)
10020         (subword-backward-function, subword-forward-regexp)
10021         (subword-backward-regexp): New variables.
10022         (subword-forward, subword-forward-internal, subword-backward-internal):
10023         Use new variables, eg so that different "word" definitions
10024         can be easily used.  (Bug#11411)
10026 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10028         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10029         for composite selectors.
10030         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10031         operation just because we can't find a previous revision.
10033 2012-08-15  Chong Yidong  <cyd@gnu.org>
10035         * frame.el (set-frame-font): Accept font objects.
10037 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10039         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10041 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
10043         * man.el (Man-overstrike-face, Man-underline-face)
10044         (Man-reverse-face): Remove variables.
10045         (Man-overstrike, Man-underline, Man-reverse): New faces.
10046         (Man-fontify-manpage): Use them instead of the variables.
10047         (Man-cleanup-manpage): Comment change.
10048         (Man-ansi-color-map): New variable.
10049         (Man-fontify-manpage): Use it.
10050         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10052         Implement ANSI SGR parameters 22-27 (bug#12146).
10053         * ansi-color.el (ansi-colors): Doc fix.
10054         (ansi-color-context, ansi-color-context-region): Doc fix.
10055         (ansi-color--find-face): New function.
10056         (ansi-color-apply, ansi-color-apply-on-region): Use it.
10057         Rename the local variable `face' to `codes' since it is now a list of
10058         ansi codes.  Doc fix.
10059         (ansi-color-get-face): Remove.
10060         (ansi-color-parse-sequence): New function, derived from
10061         ansi-color-get-face.
10062         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
10063         codes 22-27.
10065 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10067         * subr.el (read-passwd): Allow use from a minibuffer.
10069 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
10071         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10072         inside comments and strings as identifiers.
10074         * progmodes/gud.el (gud-tooltip-print-command): Quote the
10075         expression to evaluate.  This allows to evaluate expressions with
10076         embedded whitespace.
10077         (gud-tooltip-tips): Add a blank before the newline in the
10078         message-box text, for the benefit of message-box emulation on
10079         MS-Windows.
10081         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10082         messages from GDB, pop them up in a tooltip to give feedback to
10083         user.
10084         (gdb-tooltip-print-1): Quote the expression to evaluate.
10085         This allows to evaluate expressions with embedded whitespace.
10086         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10087         if the TTY name is nil or empty (which happens when communicating
10088         with the inferior via pipes, e.g. on MS-Windows).
10089         (gdb-internals): If GDB sends a "&\n" empty debugging message,
10090         don't send that to the GUD buffer.
10092 2012-08-14  Glenn Morris  <rgm@gnu.org>
10094         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10095         Optimize away setq-default with no args, as for setq.  (Bug#12195)
10097 2012-08-14  Chong Yidong  <cyd@gnu.org>
10099         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10101         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10102         (Bug#12085).
10104 2012-08-14  Glenn Morris  <rgm@gnu.org>
10106         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10108 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
10110         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10111         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10112         Use cached shell name.
10114 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10116         * progmodes/python.el (python-shell-send-string):
10117         (python-shell-send-setup-code): Do not use `format' with `message'.
10119 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
10121         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10122         (ruby-percent-literal-beg-re): New constant.
10123         (ruby-syntax-general-delimiters-goto-beg): Rename to
10124         `ruby-syntax-enclosing-percent-literal', improve literal type check.
10125         (ruby-syntax-propertize-general-delimiters): Rename to
10126         `ruby-syntax-propertize-percent-literal', it's a shorter and more
10127         popular term.  Adjust comments everywhere.
10128         (ruby-syntax-propertize-percent-literal): Only propertize when not
10129         inside a simple string or comment.  When the literal is unclosed,
10130         leave the text after it unpropertized.
10131         (ruby-syntax-methods-before-regexp): New constant.
10132         (ruby-syntax-propertize-function): Use it to recognize regexps.
10133         Don't look at the text after regexp, just use the whitelist.
10135 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
10137         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10138         non-nil always load the compiled file if it exists.  (Bug#12197)
10140 2012-08-14  Chong Yidong  <cyd@gnu.org>
10142         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10143         (hi-lock-set-pattern): When deciding whether to use font lock or
10144         overlays, look at font-lock-mode instead of font-lock-fontified
10145         (Bug#12168).
10146         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10147         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10149 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
10151         * subr.el (internal--after-with-selected-window): Fix typo
10152         (Bug#12193).
10154 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10156         Use `completion-table-dynamic' for completion functions.
10157         * progmodes/python.el
10158         (python-shell-completion--do-completion-at-point)
10159         (python-shell-completion--get-completions):
10160         Remove functions.
10161         (python-shell-completion-complete-at-point): New function.
10162         (python-completion-complete-at-point): Use it.
10164 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
10166         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10167         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10169 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10171         * subr.el (function-get): Refine `autoload' arg so it can also
10172         autoload functions for gv.el (bug#12191).
10173         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10174         autoloads macros.
10176         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10177         Prefer pcase-let over destructuring-bind.
10178         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10179         Also, remove whitespace as we go, rather than after accumulating the
10180         various places.
10182         * subr.el (internal--before-with-selected-window)
10183         (internal--after-with-selected-window): Fix typo seleted->selected.
10184         (with-selected-window): Adjust callers.
10185         Reported by Dmitry Gutov <dgutov@yandex.ru>.
10187 2012-08-13  Bastien Guerry  <bzg@gnu.org>
10189         * window.el (special-display-popup-frame): Minor docstring
10190         enhancement.  (Bug#12172)
10192 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
10194         * tar-mode.el (tar-header-data-end): Only ignore size for files of
10195         type 1-6.
10196         (tar-header-block-summarize, tar-get-descriptor): Handle pax
10197         extended headers.
10199         * files.el (hack-local-variables-filter): Remove useless eval.
10201 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
10203         * subr.el (with-selected-window): Fix last change.
10205 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10207         * subr.el (internal--before-with-seleted-window)
10208         (internal--after-with-seleted-window): New functions.
10209         (with-selected-window): Use them, to replace dependency on
10210         tty-top-frame.
10212 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
10214         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10215         binding for `newline'.
10216         (ruby-move-to-block): When moving backward, stop at block opening,
10217         not indentation.
10218         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10219         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10220         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10221         `ruby-toggle-block'.
10223 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10225         * ibuffer.el (ibuffer-do-toggle-read-only):
10226         * dired.el (dired-toggle-read-only):
10227         * buff-menu.el (Buffer-menu-toggle-read-only):
10228         * bindings.el (mode-line-toggle-read-only):
10229         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10231 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
10233         * descr-text.el (describe-char): Put the overlays over the
10234         "displayed as" character.
10236 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
10238         * calc/calc-units.el (math-default-units-table): Give an
10239         initial value.
10240         (math-put-default-units): Add options to put composite units and
10241         unit systems in the default units table.
10242         (calc-convert-units): Send composite units to
10243         `math-put-default-units' when appropriate.
10245 2012-08-11  Glenn Morris  <rgm@gnu.org>
10247         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10249         * tutorial.el (help-with-tutorial):
10250         * emacs-lisp/copyright.el (copyright-update-directory):
10251         * emacs-lisp/autoload.el (autoload-find-generated-file)
10252         (autoload-find-file): Disable local eval: (for insurance).
10254         * files.el (hack-local-variables-filter): If an eval: form is not
10255         known to be safe, and enable-local-variables is :safe, then ignore
10256         the form totally, as is done for non-eval forms.  (Bug#12155)
10257         This is CVE-2012-3479.
10259 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10261         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10262         (rx-form): Simplify.
10264 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
10266         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10267         ?, _, and : are symbol constituents, ! is not (but kinda should be).
10268         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10269         (ruby-syntax-propertize-function): Adjust for changes in
10270         `ruby-syntax-propertize-heredoc'.
10272 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
10274         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10275         binding (use `M-;' instead).
10276         (ruby-singleton-class-p): New function.
10277         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10279 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10281         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10283 2012-08-10  Chong Yidong  <cyd@gnu.org>
10285         * progmodes/python.el (python-shell-get-process-name): Don't mess
10286         with same-window-buffer-names.
10288         * eshell/eshell.el (eshell-add-to-window-buffer-names)
10289         (eshell-remove-from-window-buffer-names): Make obsolete.
10290         (eshell-buffer-name, eshell-unload-hook): Don't use them.
10291         (eshell): Just use pop-to-buffer-same-window instead.
10293 2012-08-10  Chong Yidong  <cyd@gnu.org>
10295         * bindings.el: Bind M-= back to count-words-region.
10297         * simple.el (count-words-region): Accept a prefix arg for acting
10298         on the entire buffer.
10299         (count-words--buffer-message): New helper function.
10301 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10303         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10304         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10305         (event-start, event-end): Use posn-at-point to return a more
10306         informative posn.
10307         (posnp): New function.
10308         * mouse.el (popup-menu-normalize-position): Use it.
10310 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
10312         * mouse.el (popup-menu-normalize-position): New function.
10313         (popup-menu): Use `popup-menu-normalize-position' to normalize
10314         the form for POSITION argument.
10316         * term/x-win.el (x-menu-bar-open):
10317         Use the value returend from (posn-at-point) as position
10318         passed to `popup-menu'.
10320 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10322         * calc/calccomp.el (math-compose-expr): Add extra argument
10323         indicating that parentheses should be put around products in
10324         denominators.  Give multiplication precedence over division during
10325         composition.
10327 2012-08-09  Chong Yidong  <cyd@gnu.org>
10329         * man.el (Man-switches, Man-sed-command, Man-awk-command)
10330         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10331         (Man-untabify-command, manual-program): Convert to defcustom
10332         (Bug#10429).
10334         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10336         * descr-text.el (describe-char): Don't insert extra newlines
10337         (Bug#10127).
10339         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10340         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10342         * align.el (align-region): Delete temporary markers (Bug#10047).
10343         Plus some code cleanups.
10345 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10347         * progmodes/python.el (python-pdbtrack-tracked-buffer)
10348         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10349         (python-shell-internal-last-output): Use make-local-variable
10350         instead of make-variable-buffer-local.
10352 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10354         * progmodes/python.el: Enhancements to forward-sexp.
10355         (python-nav-forward-sexp): Rename from
10356         python-nav-forward-sexp-function.
10357         (python-nav--forward-sexp, python-nav--backward-sexp):
10358         New functions.
10360 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10362         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10363         modes and simplification modes.
10365 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10367         * delsel.el (delete-selection-pre-hook): Don't propagate the
10368         file-supersession signals (bug#12161).
10370 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10372         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10373         (cl-map-extents): Add compatibility aliases (bug#12135).
10375 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
10377         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10378         tests by `ignore-error'.
10379         (tramp-find-shell): Open also a new shell, when cache is already
10380         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
10382 2012-08-08  Juri Linkov  <juri@jurta.org>
10384         * bookmark.el: Add `defaults' property to the bookmark record.
10385         (bookmark-current-buffer): Doc fix.
10386         (bookmark-make-record): Add `defaults' property with default values
10387         to the bookmark record.
10388         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10389         with `bookmark-insert-current-bookmark'.
10390         (bookmark-set): Get `defaults' property from the bookmark record
10391         and use it in `read-from-minibuffer'.
10392         (bookmark-insert-current-bookmark): Remove function.
10394         * info.el (Info-bookmark-make-record): Add `defaults' property
10395         with values of canonical Info node name, the current Info file
10396         name and the current Info node name.  (Bug#12107)
10398 2012-08-08  Juri Linkov  <juri@jurta.org>
10400         * files.el (basic-save-buffer): Use `buffer-name' as the default
10401         of `read-file-name' when buffer is not visiting a file (bug#12128).
10403 2012-08-08  Juri Linkov  <juri@jurta.org>
10405         * info.el (Info-isearch-search): Doc fix.
10406         (Info-search): Change search-failed message from "initial node" to
10407         "end of node" (bug#12078).
10408         (Info-isearch-search): Change `isearch-string-state' to
10409         `isearch--state-string'.
10411 2012-08-08  Glenn Morris  <rgm@gnu.org>
10413         * language/persian.el: Remove file.
10414         * language/misc-lang.el: Move unique part of persian.el here.
10415         * loadup.el: Remove language/persian.
10417 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
10419         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10421 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10423         * progmodes/python.el: Fix defsubst warning.
10424         (python-syntax-context) Rename from python-info-ppss-context.
10425         (python-syntax-context-type): Rename from
10426         python-info-ppss-context-type.
10427         (python-syntax-comment-or-string-p): Rename from
10428         python-info-ppss-comment-or-string-p.
10430 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
10432         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10434 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
10436         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10437         a defcustom that is quoted with backquote.
10439         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10440         Fix handling of interactive spec when the body uses return.
10441         (math-do-arg-check, math-define-function-body): Use backquote forms.
10442         * calc/calc-ext.el (math-defcache): Likewise.
10443         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10444         * allout.el (allout-new-exposure): Likewise.
10445         * calc/calcalg2.el (math-tracing-integral): Likewise.
10446         * info.el (Info-last-menu-item): Likewise.
10447         * emulation/vip.el (vip-loop): Likewise.
10448         * textmodes/artist.el (artist-funcall): Likewise.
10449         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10450         Construct menu-item directly.
10452         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10453         Don't declare.
10455 2012-08-07  Chong Yidong  <cyd@gnu.org>
10457         * simple.el (deactivate-mark): Preserve text properties when
10458         saving the primary selection (Bug#8384).
10460 2012-08-07  Kevin Ryde  <user42@zip.com.au>
10462         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10463         (woman-parse-numeric-value): On a bad .IP line, issue a warning
10464         and continue processing (Bug#12110).
10466 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10469         syntax-propertize-function (bug#10095).
10471 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10473         * help-fns.el (help-fns--key-bindings, help-fns--signature)
10474         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10475         describe-function-1.
10476         (describe-function-1): Use them.  Move compiler macro after sig.
10477         (help-fns--compiler-macro): Use function-get.  Assume we're already in
10478         standard-output.  Adjust layout to new call order.
10480         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10481         re-binding a symbol that has a symbol-macro (bug#12119).
10483 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
10485         * language/persian.el: New file.  (Bug#11812)
10486         * loadup.el: Add language/persian.el.
10488 2012-08-06  Chong Yidong  <cyd@gnu.org>
10490         * window.el (window--maybe-raise-frame): New function.
10491         (window--display-buffer): Split off from here.
10492         (display-buffer-reuse-window, display-buffer-pop-up-frame)
10493         (display-buffer-pop-up-window, display-buffer-use-some-window):
10494         Obey an inhibit-switch-frame action alist entry.
10495         (display-buffer): Update doc.
10497         * replace.el (occur-after-change-function): Avoid losing focus by
10498         using the inhibit-switch-frame display parameter (Bug#12139).
10500 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10502         Make internal shell process buffer names start with space.
10503         * progmodes/python.el (python-shell-make-comint): Add optional
10504         argument INTERNAL.
10505         (run-python-internal): Use it.
10506         (python-shell-internal-get-or-create-process): Check for new
10507         internal buffer names.
10509 2012-08-06  Glenn Morris  <rgm@gnu.org>
10511         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10512         Do less getting and setting of environment variables.
10514 2012-08-05  Chong Yidong  <cyd@gnu.org>
10516         * proced.el (proced): Add substitution string to docstring to
10517         trigger autoloading of the proced library on C-h f (Bug#1768).
10519         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10520         Don't show defvars which have no second argument (Bug#8638).
10522         * imenu.el (imenu-generic-expression): Move documentation here
10523         from imenu--generic-function.
10524         (imenu--generic-function): Refer to imenu-generic-expression.
10526 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
10528         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10529         indentation declaration.
10530         (viper-loop): Add indentation declaration (Bug#7025).
10532 2012-08-05  Chong Yidong  <cyd@gnu.org>
10534         * help-fns.el (describe-variable): Add hyperlink for
10535         directory-local variables files.  Improve buffer-local and
10536         permanent-local reporting; suggested by MON KEY (Bug#6644).
10538         * help-mode.el (help-dir-local-var-def): New button type.
10540         * files.el (kill-buffer-hook): Provide a defvar.
10542 2012-08-05  Glenn Morris  <rgm@gnu.org>
10544         * eshell/esh-ext.el (eshell/addpath):
10545         Also update eshell-path-env.  (Bug#12013)
10547 2012-08-05  Chong Yidong  <cyd@gnu.org>
10549         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10551         * fringe.el (fringe-styles): Add docstring.
10552         (fringe--check-mode): New function.
10553         (set-fringe-mode, set-fringe-style): Use it.
10554         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10556         * files.el (set-auto-mode): Fix invalid setq call.
10558 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10560         * isearch.el: Misc simplification; use defstruct.
10561         (isearch-mode-map): Dense maps now work like sparse ones.
10562         (isearch--state): New defstruct.
10563         (isearch-string-state, isearch-message-state, isearch-point-state)
10564         (isearch-success-state, isearch-forward-state)
10565         (isearch-other-end-state, isearch-word-state, isearch-error-state)
10566         (isearch-wrapped-state, isearch-barrier-state)
10567         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10568         replaced by defstruct's accessors.
10569         (isearch--set-state): Rename from isearch-top-state and change
10570         calling convention.
10571         (isearch-push-state): Use new isearch--get-state.
10572         (isearch-toggle-word): Disable regexp when enabling word.
10573         (isearch-message-prefix): Remove unused arg _c-q-hack.
10574         (isearch-message-suffix): Remove unused arg _ellipsis.
10576 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
10578         * simple.el (list-processes--refresh): For a server use :host or
10579         :local as the address.
10580         (list-processes): Doc fix.
10582 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
10584         * lisp/mpc.el: Support password in host argument.
10585         (mpc--proc-connect): Parse and use new password element.
10586         Set mpc-proc variable instead of returning process.
10587         (mpc-proc): Adjust accordingly.
10589 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
10591         * whitespace.el (whitespace-display-mappings): Use Unicode
10592         codepoints, instead of emacs-mule codepoints.  See
10593         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10594         for the details.
10596         * files.el (file-truename): Don't skip symlink-chasing part on
10597         windows-nt.  Incorporate the resolution of 8+3 short aliases on
10598         Windows into the loop that recursively chases symlinks.
10599         Compare directory and its parent case-insensitively on MS-Windows and
10600         MS-DOS.
10602 2012-08-03  Chong Yidong  <cyd@gnu.org>
10604         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10606         * sort.el (sort-regexp-fields): Doc fix.
10608 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
10610         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10611         labels regex position point at the expected place.
10613 2012-08-03  MON KEY  <monkey@sandpframing.com>
10615         * net/imap.el (imap-interactive-login, imap-authenticate)
10616         (imap-mailbox-lsub, imap-mailbox-list)
10617         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10618         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10619         (imap-parse-response): Doc fix.
10621 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
10623         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10624         if sexp scanning does not move point (Bug#5734).
10626 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
10628         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10629         Add listings, minted, and ctable packages.
10630         (reftex-label-alist-builtin): Move listings, minted, and ctable
10631         entries before LaTeX.
10632         (reftex-label-alist): Docfix.
10634 2012-08-02  Bastien Guerry  <bzg@gnu.org>
10636         * replace.el (occur): Fix docstring (bug#12122).
10638 2012-08-02  Glenn Morris  <rgm@gnu.org>
10640         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10642 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
10644         Obsolete alias inactivate-current-input-method-function (Bug#10150).
10645         * international/mule-cmds.el: Create
10646         inactivate-current-input-method-function as an obsolete alias for
10647         deactivate-current-input-method-function.  See Katsumi Yamaoka in
10648         <http://bugs.gnu.org/10150#46>.
10650 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10652         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10653         of nested `if's.
10655 2012-08-01  Glenn Morris  <rgm@gnu.org>
10657         * progmodes/autoconf.el (autoconf-definition-regexp):
10658         Add AH_TEMPLATE, adjust submatch numbering.
10659         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10660         (autoconf-current-defun-function): Update for above change.
10661         (autoconf-current-defun-function): First skip to end of current word.
10663 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
10665         * calendar/cal-html.el (cal-html-insert-agenda-days):
10666         Fix typo.  (Bug#12018)
10668 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10670         Shell processes: enhancements to startup and CEDET compatibility.
10671         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10672         (python-shell-make-comint): accept-process-output at startup.
10673         (run-python-internal): Set inferior-python-mode-hook to nil.
10674         (python-shell-internal-get-or-create-process): call sit-for.
10675         (python-preoutput-result): Add obsolete alias.
10676         (python-shell-internal-send-string): Use it.
10677         (python-shell-send-setup-code): Remove call to
10678         accept-process-output.
10680 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
10682         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10683         (Bug#12108)
10685 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
10687         * calc-mode.el (calc-basic-simplification-mode): Rename from
10688         `calc-limited-simplification-mode'.
10689         (calc-alg-simplification-mode): New function.
10690         (calc-set-simplify-mode): Adjust message.
10692         * calc.el (calc-set-mode-line): Adjust mode line display for
10693         basic simplification mode.
10695         * calc-help.el (calc-m-prefix-help): Update help message.
10697         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10698         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10700 2012-07-31  Bastien Guerry  <bzg@gnu.org>
10702         * man.el (man): Fix comment.  (bug#12101)
10704 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
10706         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10707         Don't return a non-nil value when no suitable buffer was found.
10709 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10711         * progmodes/python.el (run-python-internal): Disable font lock for
10712         internal shells.
10714 2012-07-30  Stefan Merten  <smerten@oekonux.de>
10716         * textmodes/rst.el: Silence `checkdoc-ispell'.
10717         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10718         (rst-official-version, rst-official-cvs-rev)
10719         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10720         (rst-mode-map): New key binding.
10722 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
10724         Update .PHONY listings in makefiles.
10725         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10726         autoloads, update-subdirs, updates, bzr-update, update-authors,
10727         compile-onefile, compile-calc, backup-compiled-files,
10728         compile-after-backup, compile-one-process, mh-autoloads,
10729         bootstrap-clean, distclean, maintainer-clean.
10731 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10733         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10734         (calc-set-mode-line): Don't display "AlgSimp ".
10736         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10737         (calc-lim-simplify-mode): New function.
10738         (calc-set-simplify-mode): Default to 'alg.
10739         (calc-default-simplify-mode): Make algebraic simplifications
10740         the default.
10742         * calc/calc-ext.el (calc-init-extensions): Remove binding for
10743         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
10745         * calc/calc-help.el (calc-m-prefix-help): Change messages to
10746         indicate new simplification modes.
10748         * calc/README: Mention new default simplification mode.
10750         * calc/calc.el (math-normalize-error): New variable.
10751         (math-normalize): Set `math-normalize-error' to t
10752         when there's an error.
10754         * calc/calc-alg.el (math-simplify): Don't simplify when
10755         `math-normalize' returns an error.
10757 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
10759         * international/mule-cmds.el (set-locale-environment): Revert last
10760         change, since display-graphic-p returns nil when this function is
10761         called during startup.  Instead...
10763         * term/w32console.el (terminal-init-w32console): ...setup the
10764         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
10766 2012-07-29  Juri Linkov  <juri@jurta.org>
10768         * simple.el (goto-line): Don't display default line number in the
10769         prompt because it should be displayed by `read-number' (bug#9952).
10770         Add the current line number to the defaults of `goto-line' to
10771         allow its easier modification by users with `M-n' (bug#9201).
10773         * subr.el (read-number): Support multiple default values like in
10774         other minibuffer reading functions.  Replace `read' with
10775         `string-to-number' for consistency with `number-to-string'.
10777 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
10779         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10780         * emulation/viper-init.el (viper-deactivate-input-method-action):
10781         Rename from viper-inactivate-input-method-action.
10782         (viper-deactivate-input-method):
10783         Rename from viper-inactivate-input-method.
10784         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10785         * international/mule-cmds.el (deactivate-input-method):
10786         Rename from inactivate-input-method.
10787         Also run input-method-deactivate-hook.
10788         (deactivate-current-input-method-function):
10789         Rename from inactivate-current-input-method-function.
10790         (input-method-deactivate-hook): New hook.
10791         (input-method-inactivate-hook): Mark obsolete.
10792         (inactivate-input-method): Mark obsolete.
10794         * international/quail.el (quail-activate):
10795         Also run quail-deactivate-hook.
10796         (quail-deactivate): Rename from quail-inactivate.
10797         * international/robin.el (robin-activate):
10798         Also run robin-deactivate-hook.
10799         (robin-deactivate): Rename from robin-inactivate.
10801 2012-07-29  Chong Yidong  <cyd@gnu.org>
10803         * simple.el (indicate-copied-region): New function.
10804         (kill-ring-save): Split off from here.
10806         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10807         (kill-rectangle): Set deactivate-mark to t on read-only error.
10809         * register.el (copy-to-register, copy-rectangle-to-register):
10810         Deactivate the mark, and use indicate-copied-region (Bug#10056).
10811         (append-to-register, prepend-to-register): Call indicate-copied-region.
10813 2012-07-29  Juri Linkov  <juri@jurta.org>
10815         * simple.el (async-shell-command-buffer): New defcustom.
10816         (shell-command): Use it.  (Bug#4719)
10818 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10820         * international/mule-cmds.el (set-locale-environment): In a
10821         console session on MS-Windows, set up keyboard and terminal
10822         encoding from the OEM codepage, not the ANSI codepage.
10823         (Bug#12055)
10825 2012-07-28  Chong Yidong  <cyd@gnu.org>
10827         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10828         gdb-get-location.
10830 2012-07-28  Leo Liu  <sdl.web@gmail.com>
10832         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10833         the alist (bug#12029).
10835 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10837         * makefile.w32-in (custom-deps, finder-data, updates, compile)
10838         (compile-always, compile-first)
10839         ($(lisp)/calendar/cal-loaddefs.el)
10840         ($(lisp)/calendar/diary-loaddefs.el)
10841         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10842         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10843         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10844         instead of on update-subdirs.
10845         (bootstrap-clean): Delete $(lisp)/subdirs.el.
10847 2012-07-28  Chong Yidong  <cyd@gnu.org>
10849         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10850         directory if vc-deduce-backend returns nil (Bug#7350).
10852         * simple.el (delete-trailing-lines): New option.
10853         (delete-trailing-whitespace): Obey it (Bug#11879).
10855 2012-07-28  David Engster  <deng@randomsample.de>
10857         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10858         Explanation of new 'symbol-qnames feature in doc-strings.
10859         (xml-maybe-do-ns): Return expanded names as plain symbols if
10860         'symbol-qnames was provided in XML-NS argument (Bug#11916).
10861         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10863 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10865         Consistent completion in inferior python with emacs -nw.
10866         * progmodes/python.el (inferior-python-mode): replace "<tab>"
10867         binding in inferior-python-mode-map with "\t".
10868         (python-shell-completion-complete-at-point)
10869         (python-completion-complete-at-point): Remove interactive spec.
10871 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10873         * calc/calccomp.el (math-compose-expr): Undo previous change.
10875 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10877         * progmodes/python.el (python-mode-map): Add keybinding for
10878         run-python.
10879         (python-shell-make-comint): Fix pop-to-buffer call.
10880         (run-python): Autoload.  New arg SHOW.
10881         (python-shell-get-or-create-process): Do not pop python process
10882         buffer.
10884 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
10886         * notifications.el (notifications-on-action-signal)
10887         (notifications-on-closed-signal): Use also the bus address for the map.
10888         (notifications-notify, notifications-close-notification)
10889         (notifications-get-capabilities): Add optional argument BUS.
10891 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
10893         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10894         Add support for the lstlisting and minted environments, and for the
10895         ctable macro.
10896         * textmodes/reftex.el (reftex-compile-variables): Also recognize
10897         labels written in keyvals syntax.
10899 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10901         * calc/calccomp.el (math-compose-expr): Use parentheses when
10902         there is a product in the denominator of a fraction.
10904 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
10906         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10907         ($(lisp)/calendar/diary-loaddefs.el)
10908         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10909         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10910         Fixes failures in parallel bootstrap because subdirs.el is being
10911         rewritten while the autoload files are built at the same time,
10912         which needs to load subdirs.el.
10914 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
10916         * mouse.el (popup-menu): Fix doc-string and re-indent code.
10917         (mouse-drag-line): Don't exit tracking when a switch-frame or
10918         switch-window event occurs (Bug#12006).
10920 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10922         * mouse.el (popup-menu): Fix last change.
10924 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10926         Autoload from Lisp with more care.  Follow aliases when looking for
10927         function properties.
10928         * subr.el (autoloadp): New function.
10929         (symbol-file): Use it.
10930         (function-get): New function.
10931         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10932         autoload-do-load.
10933         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10934         (lisp-indent-function):
10935         * emacs-lisp/gv.el (gv-get):
10936         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10937         * emacs-lisp/byte-opt.el (byte-optimize-form):
10938         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10939         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10940         Use function-get.
10941         * emacs-lisp/cl.el: Don't propagate function properties any more.
10943         * speedbar.el (speedbar-add-localized-speedbar-support):
10944         * emacs-lisp/disass.el (disassemble-internal):
10945         * desktop.el (desktop-load-file):
10946         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10947         (describe-function-1):
10948         * emacs-lisp/find-func.el (find-function-noselect):
10949         * emacs-lisp/elp.el (elp-instrument-function):
10950         * emacs-lisp/advice.el (ad-has-proper-definition):
10951         * apropos.el (apropos-safe-documentation, apropos-macrop):
10952         * emacs-lisp/debug.el (debug-on-entry):
10953         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10954         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10955         * calc/calc.el (name): Use autoloadp & autoload-do-load.
10957 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
10959         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10960         function, not an obsolete variable (Bug#12046).
10962 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
10964         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
10966 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
10968         * emacs-lisp/pp.el (pp-display-expression): Select old selected
10969         window only if it is still live (Bug#12034).
10971 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
10973         * subr.el (redirect-frame-focus): Add advertised calling
10974         convention (Bug#12030).
10976 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10978         Prefer typical American spelling for "acknowledgment".
10979         * vc/add-log.el (change-log-acknowledgment): Rename from
10980         change-log-acknowledgement, with an alias for the old name.
10982 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
10984         * calc-alg.el (math-simplify-divide): Don't cross multiply
10985         in an equation when the lhs is a variable.
10987 2012-07-24  Julien Danjou  <julien@danjou.info>
10989         * net/netrc.el (netrc-find-service-number, netrc-store-data):
10990         Remove, unused.
10992 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
10994         * startup.el (command-line): Don't display an empty user name in
10995         the error message about non-existent home directory, when
10996         init-file-user was set to an empty string.  See
10997         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10998         for the details and context.
11000 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
11002         * ses.el (ses-cell-formula-aset): New macro.
11003         (ses-cell-references-aset): New macro.
11004         (ses-cell-p): New function.
11005         (ses-rename-cell): Do no longer rely on complex operations like
11006         ses-cell-set-formula or ses-set-cell to change the cell and handle
11007         the undo at the same time, but rather use lower level new macros
11008         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11009         the undo directly.  Refresh the mode line.
11011 2012-07-21  Leo Liu  <sdl.web@gmail.com>
11013         * progmodes/cc-cmds.el (c-defun-name):
11014         Use match-string-no-properties instead for consistency.
11016 2012-07-20  Leo Liu  <sdl.web@gmail.com>
11018         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11019         (Bug#7879)
11021         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11023 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11025         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11026         * progmodes/bug-reference.el, misearch.el: Provide themselves
11027         (bug#11915).
11029         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11030         of narrowed buffer (bug#11966).
11032 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
11034         * ses.el (ses-rename-cell): Set new name also in reference list of
11035         cells of which the renamed cell depends.
11037 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
11039         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11040         to check whether menu-bar is shown or not.  If not shown,
11041         show the menu-bar as a popup menu instead of using tmm.
11042         * mouse.el (popup-menu): Accept `point' as `position' argument.
11044 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
11046         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11047         up inside string symbol literal (bug#11923).
11049 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
11051         * startup.el (fancy-startup-text): Read the whole tutorial, not
11052         just its first 256 bytes.  Prevents gibberish in display of the
11053         tutorial title.
11055 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
11057         Drop idle buffer compaction due to an absence of the
11058         proved efficiency.
11059         * compact.el: Remove.
11061 2012-07-19  Sam Steingold  <sds@gnu.org>
11063         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11064         vc-bzr-pull & vc-bzr-merge-branch.
11065         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11066         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11067         for consistency with compilation-error-regexp-alist.
11068         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11069         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11070         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11071         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11073 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * emacs-lisp/chart.el: Use lexical-binding.
11076         (chart-emacs-storage): Don't hardcode the list of entries.
11078 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11080         Next round of tweaks caused by Fgarbage_collect changes.
11081         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11083 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11085         Compact buffers when idle.
11086         * compact.el: New file.
11088 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11090         * subr.el (eventp): Presume that if it looks vaguely like an event,
11091         it's an event (bug#10190).
11093 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11095         Enhancements to ppss related code (thanks Stefan).
11096         * progmodes/python.el (python-indent-context)
11097         (python-indent-calculate-indentation, python-indent-dedent-line)
11098         (python-indent-electric-colon, python-nav-forward-block)
11099         (python-mode-abbrev-table)
11100         (python-info-assignment-continuation-line-p): Simplify checks
11101         for ppss context.
11102         (python-info-continuation-line-p): Cleanup.
11103         (python-info-ppss-context): Do not catch 'quote.
11104         (python-info-ppss-context-type)
11105         (python-info-ppss-comment-or-string-p): Simplify.
11107 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11109         * progmodes/python.el: Enhancements to eldoc support.
11110         (python-info-current-symbol): New function.
11111         (python-eldoc-at-point): Use python-info-current-symbol.
11112         (python-info-current-defun): Fix cornercase on first defun scan.
11113         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11114         and signal error when no inferior python process is available.
11116 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
11118         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11119         assume it's always t.
11120         (vc-git-registered): Remove caching, the function is only called
11121         once.
11122         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11124 2012-07-18  Chong Yidong  <cyd@gnu.org>
11126         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11128         * simple.el (count-words): Report on narrowing (Bug#9959).
11130         * bindings.el: Bind M-= to count-words.
11132         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11134 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
11136         * progmodes/sh-script.el (sh-imenu-generic-expression):
11137         Capture a function with `function' keyword and without parentheses
11138         like "function FOO" (bug#11856).
11140 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
11142         * window.el (split-window-sensibly): Make WINDOW argument
11143         optional.
11145 2012-07-18  Chong Yidong  <cyd@gnu.org>
11147         * subr.el (keyboard-translate): Doc fix (Bug#7261).
11149         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11150         and make C-x 8 RET exit isearch (Bug#11439).
11152         * international/iso-transl.el: Move isearch-mode-map key
11153         definitions to isearch.el.
11155 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11157         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11158         (eieio-defclass): Use gv-define-setter when possible.
11160 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
11162         Reflect recent changes in Fgarbage_collect.
11163         * emacs-lisp/chart.el (chart-emacs-storage): Change to
11164         reflect new format of data returned by Fgarbage_collect.
11166 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11168         New utility functions + python-info-ppss-context fix (Bug#11910).
11169         * progmodes/python.el (python-info-beginning-of-block-statement-p)
11170         (python-info-ppss-comment-or-string-p): New functions.
11171         (python-info-ppss-context): Small fix for string check.
11173 2012-07-17  Juri Linkov  <juri@jurta.org>
11175         * dired-aux.el (dired-do-async-shell-command): Doc fix.
11176         (dired-do-async-shell-command): Don't add `*' at the end of the
11177         command (Bug#11815).
11178         (dired-do-shell-command): Doc fix.
11179         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11180         Join the individual commands using either "&" or ";" as the
11181         separator depending on the values of these trailing characters.
11182         At the end re-add the trailing "&".  (Bug#10598)
11184         * simple.el (async-shell-command): Sync the interactive spec with
11185         `shell-command'.  Doc fix.
11186         (shell-command): Doc fix.
11188 2012-07-17  Juri Linkov  <juri@jurta.org>
11190         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
11192 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11194         Final renames and doc fixes for movement commands (bug#11899).
11195         * progmodes/python.el (python-nav-beginning-of-statement):
11196         Rename from python-nav-statement-start.
11197         (python-nav-end-of-statement): Rename from
11198         python-nav-statement-end.
11199         (python-nav-beginning-of-block): Rename from
11200         python-nav-block-start.
11201         (python-nav-end-of-block): Rename from python-nav-block-end.
11203 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11205         * progmodes/python.el (python-shell-send-string-no-output):
11206         Allow accept-process-output to quit, keeping shell process ready for
11207         future interactions (Bug#11868).
11209 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11211         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11213         * emacs-lisp/elint.el (elint-find-args-in-code):
11214         Use help-function-arglist, so as to handle lexical byte-code.
11216         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11217         change (bug#11826).
11219 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11221         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11222         Avoid spuriously marking the buffer as modified because of c-is-sws.
11224         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11225         as not-a-comment (bug#11946).
11227         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11228         for uninterned vars.
11230         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11231         Use read-event since we don't really want to read chars but bytes.
11233         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11234         $$..$$ but also $..$ using regexps (bug#11953).
11235         Use tex-verbatim for \url and \path.
11236         (tex-font-lock-keywords): Define as defconst like the others.
11237         (tex-common-initialization): Don't use font-lock-syntax-table any more.
11239 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
11241         * international/mule-cmds.el (ucs-insert): Make it an obsolete
11242         alias for insert-char.
11244 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11246         * progmodes/python.el: Simplified imenu implementation.
11247         (python-nav-jump-to-defun): Remove command.
11248         (python-mode-map): Use `imenu' instead.
11249         (python-nav-list-defun-positions-cache)
11250         (python-imenu-include-defun-type, python-imenu-make-tree)
11251         (python-imenu-subtree-root-label, python-imenu-index-alist):
11252         Remove vars.
11253         (python-nav-list-defun-positions, python-nav-read-defun)
11254         (python-imenu-tree-assoc, python-imenu-make-element-tree)
11255         (python-imenu-make-tree, python-imenu-create-index):
11256         Remove functions.
11257         (python-mode): Update to interact with imenu by setting
11258         `imenu-extract-index-name-function' only.
11260 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11262         * progmodes/python.el: Enhancements to navigation commands.
11263         (python-nav-backward-sentence)
11264         (python-nav-forward-sentence): Remove.
11265         (python-nav-backward-statement, python-nav-forward-statement)
11266         (python-nav-statement-start, python-nav-statement-end)
11267         (python-nav-backward-block, python-nav-forward-block)
11268         (python-nav-block-start, python-nav-block-end)
11269         (python-nav-forward-sexp-function)
11270         (python-info-current-line-comment-p)
11271         (python-info-current-line-empty-p): New functions.
11272         (python-indent-context): Use `python-nav-statement-start'.
11274 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
11276         * eshell/em-ls.el (eshell/ls): Use `apply'.
11278         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11279         multi-hops, instead of Tramp internals.
11281         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11283         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11284         when F1 and F2 are located on different hosts.
11286 2012-07-14  Chong Yidong  <cyd@gnu.org>
11288         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11289         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11290         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11291         (xterm-mouse--read-event-sequence-1000)
11292         (xterm-mouse--read-event-sequence-1006): New functions.  For old
11293         mouse protocol, handle M-mouse-X events correctly.
11294         (xterm-mouse-event): New arg specifying mouse protocol.
11295         (turn-on-xterm-mouse-tracking-on-terminal)
11296         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11297         sequence to toggle extended coordinates on newer XTerms.
11298         This appears to be harmless on terminals which do not support this.
11300 2012-07-14  Leo Liu  <sdl.web@gmail.com>
11302         Add fringe bitmap indicators for flymake.  (Bug#11253)
11303         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11304         (flymake-make-overlay): New arg BITMAP.
11305         (flymake-error-bitmap, flymake-warning-bitmap)
11306         (flymake-fringe-indicator-position): New user variables.
11308         * fringe.el: New bitmap exclamation-mark.
11310 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
11312         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11313         also (Bug#7879).
11315 2012-07-14  Chong Yidong  <cyd@gnu.org>
11317         * electric.el (electric-pair-post-self-insert-function): Fix pair
11318         insertion in empty-region case (Bug#11520).
11320 2012-07-14  Chong Yidong  <cyd@gnu.org>
11322         * bindings.el: Consolidate ctl-x-r-map bindings.
11323         Bind copy-rectangle-as-kill to C-x r w.
11325         * rect.el, register.el: Move bindings to bindings.el.
11327 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
11329         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11331 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
11333         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
11335 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
11337         * bindings.el (top): Use `mapc' instead of `mapcar'.
11339         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11341 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
11343         * progmodes/sql.el (sql-comint): Suppress the check for program on
11344         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
11345         (Bug#11908)
11347 2012-07-13  Chong Yidong  <cyd@gnu.org>
11349         * bindings.el: Assign a non-nil permanent-local property to
11350         per-buffer variables which lack a default value (Bug#11930).
11352         * help-fns.el (describe-variable): In the "automatically becomes
11353         local" notice, take note of permanent-local variables.
11355 2012-07-13  Chong Yidong  <cyd@gnu.org>
11357         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
11358         to allow printing the message when called from Lisp.
11360         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11361         Remove toggle-read-only.
11363         * bs.el (bs-toggle-readonly):
11364         * buff-menu.el (Buffer-menu-toggle-read-only):
11365         Remove with-no-warnings around toggle-read-only.
11367         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11368         Remove with-no-warnings around toggle-read-only.
11369         (ffap-read-only, ffap-read-only-other-window)
11370         (ffap-read-only-other-frame): Callers changed.
11372         * help-mode.el: Don't require view package.
11373         (help-mode-finish): Set buffer-read-only instead of calling
11374         toggle-read-only.
11376         * bindings.el (mode-line-toggle-read-only):
11377         * dired.el (dired-toggle-read-only):
11378         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11379         with non-nil second arg.
11381         * emacs-lisp/eieio-custom.el (eieio-customize-object):
11382         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11383         directly.
11385 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
11387         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11388         not incf.
11390 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11392         More CL cleanups and reduction of use of cl.el.
11393         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11394         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11395         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11396         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11397         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11398         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11399         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11400         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11401         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11402         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11403         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11404         * eshell/em-cmpl.el, eshell/em-banner.el:
11405         * calendar/parse-time.el: Use cl-lib.
11406         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11407         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11408         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11409         * term/ns-win.el, term.el, shell.el, ps-samp.el:
11410         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11411         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11412         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11413         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11414         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11415         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11416         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11417         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11418         `lambda' rather than with `quote'.
11419         (eshell-do-opt): Adjust accordingly.
11420         (eshell-process-option): Simplify.
11421         * eshell/esh-var.el:
11422         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11423         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11424         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11425         to `pcase--dontcare'.
11426         * emacs-lisp/cl.el (labels): Mark obsolete.
11427         (cl--letf, letf): Move to cl-lib.
11428         (cl--letf*, letf*): Remove.
11429         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11430         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11431         (cl-progv): Rewrite.
11432         (cl--letf, cl-letf): Move from cl.el.
11433         (cl-letf*): New macro.
11434         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11436 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
11438         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11440 2012-07-11  Chong Yidong  <cyd@gnu.org>
11442         * vc/log-edit.el (log-edit-vc-backend): New variable.
11443         (log-edit): Doc fix.
11445         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
11446         argument of log-edit to set up all local variables.
11447         (vc-start-logentry): New optional arg specifying VC backend.
11449         * vc/vc.el (vc-checkin): Use it.
11450         (vc-deduce-fileset): Handle Log Edit buffers.
11451         (vc-diff): Make first argument optional too.
11453         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11455 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
11457         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11458         command, just in case.  The function is not needed anymore.
11459         (eshell-external-command): Do not call `eshell-remote-command'.
11461 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11463         Reduce use of (require 'cl).
11464         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11465         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11466         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11467         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11468         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11469         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11470         * battery.el, avoid.el, abbrev.el: Use cl-lib.
11471         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11472         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11473         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11474         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11475         * calculator.el, autorevert.el, apropos.el: Don't require CL.
11476         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11477         (byte-compile-unfold-bcf, byte-compile-check-variable):
11478         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11479         (byte-compile-nilconstp):
11480         * emacs-lisp/autoload.el (make-autoload): Use pcase.
11481         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11483         * emacs-lisp/gv.el (cond): Make it a valid place.
11484         (if): Simplify slightly.
11486         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11487         (pcase--self-quoting-p): New function.
11488         (pcase--u1): Use it.
11490 2012-07-10  Glenn Morris  <rgm@gnu.org>
11492         * emacs-lisp/authors.el (authors-fixed-entries):
11493         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11495 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11497         Rename configure.in to configure.ac (Bug#11603).
11498         * emacs-lisp/authors.el (authors-canonical-file-name):
11499         * progmodes/autoconf.el (autoconf-mode):
11500         Prefer configure.ac to configure.in.
11502 2012-07-08  Chong Yidong  <cyd@gnu.org>
11504         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11505         Implement the mouse-1-click-follows-link handling properly.
11507         * info.el (Info-link-keymap): Use follow-link mechanism for
11508         header-line links (Bug#374).
11510         * simple.el (deactivate-mark): Do not set the primary selection
11511         if another program has acquired it (Bug#11772).
11513 2012-07-07  Kevin Ryde  <user42@zip.com.au>
11515         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11516         (woman-decode-region): Replace escaped-escapes without destroying
11517         bold or underline (Bug#11552).
11518         (woman2-process-escapes): Handle nofill regions (Bug#11591).
11520 2012-07-07  Chong Yidong  <cyd@gnu.org>
11522         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11523         (interprogram-cut-function, interprogram-paste-function):
11524         Mention that we typically mean the clipboard.
11526 2012-07-06  Glenn Morris  <rgm@gnu.org>
11528         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
11530         * files.el (toggle-read-only): Restrict message to interactive use.
11532 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
11534         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11536         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11538 2012-07-06  Glenn Morris  <rgm@gnu.org>
11540         * Makefile.in (compile-one-process): Rename from "recompile".
11542         * Makefile.in (bzr-update): "compile" is the same as "recompile
11543         autoloads", but parallelizable, so use that instead.
11545 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
11547         * window.el (quit-window): Always restore window height when
11548         it's saved in quit-restore parameter (Bug#11810).
11550 2012-07-06  Glenn Morris  <rgm@gnu.org>
11552         * simple.el (kill-whole-line): Doc tweak.
11554 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
11556         * files.el (file-relative-name): Compare file names
11557         case-insensitively if on MS-Windows or MS-DOS, or if
11558         read-file-name-completion-ignore-case is non-nil.  Don't use
11559         case-fold-search for this purpose.  (Bug#11827)
11561 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
11563         * calendar/cal-dst.el (calendar-current-time-zone):
11564         Return calendar-current-time-zone-cache if non-nil.
11566 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
11567 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
11569         * calendar/cal-dst.el (calendar-current-time-zone):
11570         Return calendar-current-time-zone-cache if non-nil.
11572 2012-07-06  Glenn Morris  <rgm@gnu.org>
11574         * Makefile.in (cvs-update): Remove old alias.
11576 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
11578         Sync with Tramp 2.2.6-pre.
11580         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11581         compatible declaration.
11583         * net/tramp-cmds.el (tramp-append-tramp-buffers):
11584         Protect `list-load-path-shadows' call.
11586         * net/tramp-compat.el (top): Require packages, which aren't
11587         autoloaded anymore for XEmacs.  Protect call of
11588         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11589         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
11590         it hurts at least for SXEmacs.
11591         (tramp-compat-temporary-file-directory): In XEmacs, there is no
11592         standard-value for `temporary-file-directory'.
11594         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11595         Redirect stderr to /dev/null.
11596         (tramp-sh-handle-write-region): uid and gid can be floats.
11597         Reported by Russell Sim <russell.sim@gmail.com>.
11598         (tramp-sh-handle-vc-registered): Hide errors.
11599         (tramp-vc-file-name-handler): Use dummy results for `process-file'
11600         and `start-file-process'.
11601         (tramp-maybe-open-connection): Check also whether `non-essential'
11602         is bound.
11604 2012-07-04  Chong Yidong  <cyd@gnu.org>
11606         * xml.el (xml--parse-buffer): Use xml-syntax-table.
11607         (xml-parse-tag): Likewise, and avoid changing entity tables.
11608         (xml-syntax-table): Define from scratch, making sure not to give
11609         x2000 and other Unicode spaces whitespace syntax, since those are
11610         not spaces in XML.
11611         (xml-parse-fragment): Delete unused function.
11612         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11613         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11614         (xml-entity-ref, xml-pe-reference-re)
11615         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11616         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11617         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11618         (xml-entity-value-re): Use syntax references in regexps where
11619         possible; no need to define inside a let-binding.
11620         (xml-parse-dtd): Use xml-pe-reference-re.
11621         (xml-entity-or-char-ref-re): New defconst.
11622         (xml-parse-string, xml-substitute-special): Use it.
11624 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11626         * files.el (locate-dominating-file): Allow `name' to be a predicate.
11627         (find-file--read-only): New function.
11628         (find-file-read-only, find-file-read-only-other-window)
11629         (find-file-read-only-other-frame): Use it.
11630         (insert-file-contents-literally): Don't `fset'.
11631         (get-free-disk-space): Use locate-dominating-file.
11633         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11634         function is already compiled.
11636         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
11638 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
11640         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11641         files on the same host.
11643 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
11645         * help-fns.el (describe-function-1): Only call
11646         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
11648 2012-07-03  Chong Yidong  <cyd@gnu.org>
11650         * xml.el: Protect parser against XML bombs.
11651         (xml-entity-expansion-limit): New variable.
11652         (xml-parse-string, xml-substitute-special): Use it.
11653         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11655 2012-07-03  Glenn Morris  <rgm@gnu.org>
11657         * progmodes/bug-reference.el (bug-reference-bug-regexp):
11658         Allow linking to specific messages in debbugs reports (eg 123#5).
11660 2012-07-02  Chong Yidong  <cyd@gnu.org>
11662         * xml.el: Fix entity and character reference expansion, allowing
11663         them to expand into markup as per XML spec.
11664         (xml-default-ns): New variable.
11665         (xml-entity-alist): Use XML spec definitions for lt and amp.
11666         (xml-parse-region): Make first two arguments optional.
11667         Discard text properties.
11668         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11669         All callers changed.
11670         (xml-parse-tag): Call xml-parse-tag-1.  For backward
11671         compatibility, this function should not modify buffer contents.
11672         (xml-parse-tag-1): Fix opening-tag regexp.
11673         (xml-parse-string): Rewrite, handling entity and character
11674         references properly.
11675         (xml--entity-replacement-text): Signal an error if a parameter
11676         entity is undefined.
11678 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11680         * comint.el (comint-output-filter): Filter out repeated prompts.
11682         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11683         and file-name-absolute-p.
11684         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11685         internal calls.
11687 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11689         Spelling fixes.
11690         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11691         Rename from byte-compile--refiy-function.  All uses changed.
11693 2012-07-01  Chong Yidong  <cyd@gnu.org>
11695         * xml.el (xml--parse-buffer): New function.  Move most of
11696         xml-parse-region here.
11697         (xml-parse-region): Copy region into a temporary buffer, since
11698         parameter entity substitution requires changing buffer contents.
11699         Use xml--parse-buffer.
11700         (xml-parse-file): Use xml--parse-buffer.
11701         (xml-parse-dtd): Make parameter entity substitution work right.
11702         Use proper regexps for ELEMENT declarations (Bug#7172).
11704 2012-06-30  Glenn Morris  <rgm@gnu.org>
11706         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11708         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11709         Remove outdated and unnecessary dbus declarations.
11711 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
11713         * emacs-lisp/timer.el (timer-until): Subtract results of
11714         float-time, instead of taking float-time of the result of
11715         time-subtract, since float-time signals an error for negative time
11716         arguments.
11718 2012-06-30  Chong Yidong  <cyd@gnu.org>
11720         * xml.el (xml-*-re): Convert defvars into defconsts, and
11721         eval-and-compile them so eval-and-compile works on derivatives.
11722         (xml--entity-replacement-text): Use eval-and-comple.
11724 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
11726         * vc/vc-git.el (vc-git-registered): Use cache property
11727         `git-registered'.
11728         (vc-git-mode-line-string): Call `vc-working-revision' instead of
11729         `vc-git-working-revision' in order to benefit from the cache.
11730         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
11732 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11734         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11735         removed (likely outside Emacs).  (Bug#11757)
11737 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11739         * emacs-lisp/cl-lib.el: Require macroexp.
11741 2012-06-30  Chong Yidong  <cyd@gnu.org>
11743         * xml.el: Implement XML parameter entities.
11744         (xml-parameter-entity-alist): New variable.
11745         (xml-parse-region, xml-parse-fragment): Preserve previous values
11746         of xml-entity-alist and xml-parameter-entity-alist, so that
11747         repeated calls on different documents do not change them.
11748         (xml-parse-tag): Fix doctype regexp.
11749         (xml--entity-replacement-text): New function.
11750         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
11751         properly requires url retrieval which is unimplemented.
11752         (xml-escape-string): Doc fix.
11754 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11758 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
11760         * fringe.el (fringe-mode): Doc fix.
11762 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
11764         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11765         is non-nil.
11766         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11767         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
11769 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
11771         * calendar/cal-dst.el (calendar-current-time-zone):
11772         Return calendar-current-time-zone-cache if non-nil.
11774 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
11776         * progmodes/which-func.el (which-func-format):
11777         Add mouse-face.  (Bug#11698)
11779 2012-06-29  Leo Liu  <sdl.web@gmail.com>
11781         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11783 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11785         * minibuffer.el (minibuffer-confirm-exit-commands):
11786         Add completion-at-point (bug#11725).
11788 2012-06-29  Glenn Morris  <rgm@gnu.org>
11790         * progmodes/f90.el (f90-font-lock-keywords-2):
11791         Add some preprocessor elements.  (Bug#10499)
11793 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11795         * progmodes/cperl-mode.el (cperl-update-syntaxification):
11796         Use syntax-propertize (bug#11739).
11798 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
11800         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11802 2012-06-28  Julien Danjou  <julien@danjou.info>
11804         * term.el (term-handle-colors-array): Use a set of new faces to
11805         color the terminal.  Also uses :inverse-video property.
11806         (term-default-fg-color): Set to nil by default, deprecate in favor
11807         of `term-face'.
11808         (term-default-bg-color): Set to nil by default, deprecate in favor
11809         of `term-face'.
11810         (term-current-face): Use `term-face' by default.
11811         (term-bold-attribute): Variable deleted.
11813 2012-06-28  Glenn Morris  <rgm@gnu.org>
11815         * simple.el (completion-list-mode-finish):
11816         Don't use toggle-read-only.  (Since completion-list-mode has
11817         a special mode-class, it wasn't doing anything extra anyway.)
11819 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11821         Make inlining of other-mode interpreted functions work (bug#11799).
11822         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11823         (byte-compile): Use it to fix compilation of lexical-binding closures.
11824         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11825         function, if needed.
11827 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11829         * help-mode.el (help-make-xrefs): Don't just withstand
11830         cyclic-variable-indirection but any error in documentation-property.
11832         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11833         memory use.
11834         * bindings.el (bindings--define-key): New function.
11835         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11836         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11837         * bindings.el: Use it to purecopy define-key bindings.
11839         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11841         * emacs-lisp/cl.el (flet): Mark obsolete.
11842         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11843         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11844         * progmodes/js.el (js-c-fill-paragraph):
11845         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11846         (ebrowse-switch-member-buffer-to-derived-class):
11847         * play/5x5.el (5x5-solver): Use cl-flet.
11849         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
11850         (cl--symbol-function): New macro.
11851         (cl--letf, cl--letf*): Use it.
11853         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11854         Strip "toggle-" if any.
11856 2012-06-27  Glenn Morris  <rgm@gnu.org>
11858         * info.el (Info-default-directory-list): Move here from paths.el.
11859         * paths.el: Remove file, which is now empty.
11860         * loadup.el: No longer load "paths".
11862         * custom.el (custom-initialize-delay): Doc fix.
11864         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11865         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11866         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11867         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11868         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11869         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11870         * eshell/eshell.el (eshell-defgroup): Remove alias.
11872 2012-06-27  Chong Yidong  <cyd@gnu.org>
11874         * help.el (help-enable-auto-load): New variable.
11876         * help-fns.el (help-fns--autoloaded-p): New function.
11877         (describe-function-1): Refer to a function as "autoloaded" if it
11878         was autoloaded at any time in the past.  Perform autoloading if
11879         help-enable-auto-load is non-nil.
11881 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
11883         * makefile.w32-in (compile, compile-always): Depend on
11884         update-subdirs, not on subdirs.el.  Otherwise, several different
11885         sub-targets of 'bootstrap' running in parallel could
11886         simultaneously write to subdirs.el, producing a garbled file.
11888 2012-06-26  Sam Steingold  <sds@gnu.org>
11890         * files.el (file-name-base): New convenience function.
11891         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11892         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11893         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11894         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11895         * textmodes/ispell.el, textmodes/reftex-ref.el:
11896         * textmodes/tex-mode.el: Use it.
11897         Did not touch cedet and org because they are maintained elsewhere.
11899 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
11901         * calendar/calendar.el (calendar-exit): Don't try to delete or
11902         iconify last frame.  See:
11903         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11905 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
11907         * server.el (server-process-filter): Remember dir in the
11908         process's `server-client-directory' properties.
11910 2012-06-24  Chong Yidong  <cyd@gnu.org>
11912         * xml.el (xml-parse-tag): Correctly handle comment embedded in
11913         non-tag text.
11915 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
11917         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11919 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11921         * help-fns.el (describe-variable): Don't croak when doc is not found.
11922         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11923         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11924         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11925         * emacs-lisp/smie.el (smie-next-sexp): CSE.
11926         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11927         ((lambda ..) ..).
11928         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11930 2012-06-23  Chong Yidong  <cyd@gnu.org>
11932         * info.el (Info-mouse-follow-link): Accept symbol values of
11933         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
11934         (Info-fontify-node): Use Info-link-keymap for all navigation
11935         buttons, with link-args property to perform the desired action.
11936         (Info-link-keymap): Doc fix.
11937         (Info-next-link-keymap, Info-prev-link-keymap)
11938         (Info-up-link-keymap): Delete now-unused keymaps.
11940 2012-06-23  Chong Yidong  <cyd@gnu.org>
11942         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11944         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11945         system abbrevs.
11947         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11949 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11951         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11952         (bug#11719).
11954         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11955         the requote function doesn't work properly (bug#11714).
11957 2012-06-23  Glenn Morris  <rgm@gnu.org>
11959         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11961 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         Further GV/CL cleanups.
11964         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11965         gv-expander.
11966         (gv--defun-declaration): New function.
11967         (defun-declarations-alist): Use it.
11968         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11969         (gv-place): Autoload.
11970         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11971         original definition of dotimes and dolist.
11972         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11973         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11974         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11975         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11976         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11977         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11978         to the function's definition.
11979         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11980         * window.el:
11981         * files.el:
11982         * faces.el:
11983         * env.el: Don't use CL.
11985 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11987         Support higher-resolution time stamps (Bug#9000).
11989         * calendar/time-date.el (with-decoded-time-value): New arg
11990         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
11991         (encode-time-value): New optional arg PICO.  New type 3.
11992         (time-to-seconds) [!float-time]: Support the new picoseconds
11993         component if it's used.
11994         (seconds-to-time, time-subtract, time-add):
11995         Support ps-resolution time stamps as well.
11997         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
11998         (timerp): Timer vectors now have length 9, not 8.
11999         (timer--time): Support new-style (4-part) time stamps.
12000         (timer-next-integral-multiple-of-time): Time stamps now have
12001         picosecond resolution, so take a bit more care about rounding.
12002         (timer-relative-time, timer-inc-time): New optional arg psecs.
12003         (timer-set-time-with-usecs): Set psecs to 0.
12004         (timer--activate): Check psecs component, too.
12006         * proced.el (proced-time-lessp): Support ps-resolution stamps.
12008 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12010         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12011         Move the non-essential binding to the post/pre-command-hook where it is
12012         more obviously correct.
12014         * subr.el (read-passwd): Don't use a history at all.
12015         * savehist.el (savehist-save): Remove password saved accidentally
12016         because of the above bug.
12018 2012-06-22  Bastien Guerry  <bzg@gnu.org>
12020         * files.el (toggle-read-only): Display a message telling whether
12021         the buffer is read-only or not (bug#11726).
12023 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12025         * emacs-lisp/gv.el: New file.
12026         * subr.el (push, pop): Extend to generalized variables.
12027         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12028         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12029         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
12030         gv-define-simple-setter, and gv-define-expander.
12031         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
12032         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12033         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12034         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12035         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12036         gv-letplace.
12037         (cl-defstruct): Don't define setf-method any more.
12038         * emacs-lisp/cl.el (flet): Don't autoload.
12039         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12040         (define-setf-expander, defsetf, define-modify-macro)
12041         (cl-struct-setf-expander): Move from cl-lib.el.
12042         * emacs-lisp/syntax.el:
12043         * emacs-lisp/ewoc.el:
12044         * emacs-lisp/smie.el:
12045         * emacs-lisp/cconv.el:
12046         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12047         (timer--time): Use gv-define-simple-setter.
12048         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12049         to avoid coding-system problems in subr.el.  Adjust all users.
12050         (macroexp--maxsize, macroexp-small-p): New functions.
12051         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12052         * scroll-bar.el (scroll-bar-mode):
12053         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12054         (normal-erase-is-backspace-mode): Don't use the `eq' place.
12055         * winner.el (winner-configuration, winner-make-point-alist)
12056         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12057         * files.el (locate-file-completion-table): Avoid list*.
12059 2012-06-22  Chong Yidong  <cyd@gnu.org>
12061         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12062         (dired-create-files): Doc fix (Bug#11329).
12063         (dired-do-copy): Doc fix (Bug#11334).
12064         (dired-mark-read-string): Doc fix (Bug#11553).
12066         * dired.el (dired-recursive-copies, dired-recursive-deletes):
12067         Doc fix (Bug#11326).
12068         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
12069         (dired-dwim-target): Doc fix.
12071         * wdired.el (wdired-mode): Doc fix.
12073 2012-06-22  Glenn Morris  <rgm@gnu.org>
12075         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12076         (pcmpl-rpm-cache-stamp-file): New constant.
12077         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12078         (pcmpl-rpm-packages): Optionally cache list of packages.
12080         * pcmpl-rpm.el (pcmpl-rpm): New group.
12081         (pcmpl-rpm-query-options): New option.
12082         (pcmpl-rpm-packages): No need to inline it.
12083         Use pcmpl-rpm-query-options.
12085         * calendar/calendar.el (calendar-in-read-only-buffer):
12086         Avoid some needless mode changes.
12088 2012-06-21  Chong Yidong  <cyd@gnu.org>
12090         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12091         (desktop-path): Remove . from the default value (Bug#10977).
12092         (desktop-read): Use user-emacs-directory if desktop-path is nil.
12094 2012-06-20  Chong Yidong  <cyd@gnu.org>
12096         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12098 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
12100         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12101         (bug#11201).
12103 2012-06-20  Chong Yidong  <cyd@gnu.org>
12105         * term.el (term-window-width): Handle the case of a missing right
12106         fringe (Bug#8837).
12107         (term-check-size): Use window-text-height (Bug#5445).
12108         (term-mode): Use define-derived-mode.  Minor cleanups.
12109         Set font-lock-defaults (Bug#7692).
12110         (term-move-columns, term-insert-char, term-emulate-terminal)
12111         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12113 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
12115         * net/ange-ftp.el (ange-ftp-get-passwd):
12116         Bind `enable-recursive-minibuffers'.
12117         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12119 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
12121         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12123 2012-06-19  Glenn Morris  <rgm@gnu.org>
12125         * progmodes/python.el (python-mode): Derive from prog-mode.
12127 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
12129         * emulation/edt.el (edt-default-menu-bar-update-buffers)
12130         (edt-user-menu-bar-update-buffers): New functions.
12131         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12133 2012-06-19  Chong Yidong  <cyd@gnu.org>
12135         * subr.el (with-selected-window): Preserve the selected window's
12136         terminal's top-frame (Bug#4702).
12138         * window.el (save-selected-window): Likewise.
12140 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12142         * progmodes/python.el (python-rx-constituents): Move backquote.
12143         (python-skeleton-define, python-define-auxiliary-skeleton):
12144         Use `declare'.
12146 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
12148         * minibuffer.el (read-file-name-default): Revert the patch from
12149         2012-06-17.
12151 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12154         (pcase--u1, pcase--q1): Don't use apply-partially.
12156 2012-06-18  Glenn Morris  <rgm@gnu.org>
12158         * progmodes/python.el (python-proc, python-buffer)
12159         (python-send-receive, python-send-string): Fix obsolete versions.
12161 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
12163         * window.el (special-display-p): Completely remove stringp
12164         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12166 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
12168         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12170         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12172         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12173         * net/tramp-sh.el (tramp-maybe-open-connection):
12174         Throw if `non-essential' is non-nil.
12176 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
12178         * window.el (special-display-p): Signal an error if BUFFER-NAME
12179         is not a string (Bug#11713).
12181 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
12183         * progmodes/python.el (python-info-beginning-of-backslash):
12184         Rename from python-info-beginning-of-backlash, as a spelling fix.
12186 2012-06-17  Chong Yidong  <cyd@gnu.org>
12188         * term.el (term-emulate-terminal): If term-check-size is called,
12189         move point to the process mark without resetting point (Bug#4635).
12191 2012-06-17  Glenn Morris  <rgm@gnu.org>
12193         * international/mule-cmds.el (mule-menu-keymap)
12194         (set-language-environment, set-locale-environment): Doc tweaks.
12196 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
12198         * cus-face.el (custom-face-attributes): Add wave-style underline
12199         attribute.
12200         * faces.el (set-face-attribute): Update docstring to describe
12201         wave-style underline attribute.
12203 2012-06-16  Chong Yidong  <cyd@gnu.org>
12205         * term/xterm.el (terminal-init-xterm): Discard input before
12206         querying background mode (Bug#10959).
12208 2012-06-16  Stefan Merten  <smerten@oekonux.de>
12210         * textmodes/rst.el: Added and corrected some comments.
12211         (rst-re-alist-def): Improve symbol syntax.
12212         (rst-mode-syntax-table): Correct syntax entries.
12213         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12214         (rst-official-version, rst-official-cvs-rev): Update version
12215         information.
12217 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
12219         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12220         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12222 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12224         * progmodes/python.el: New python.el merge.
12225         (python-guess-indent): Obsolete var.
12226         (python-indent-guess-indent-offset): New defcustom.
12227         (python-indent): Obsolete var.
12228         (python-indent-offset): New defcustom.
12229         (python-python-command, python-jython-command): Delete var.
12230         (python-shell-interpreter): New defcustom.
12231         (python-pdbtrack-do-tracking-p): Delete var.
12232         (python-pdbtrack-activate): New defcustom.
12233         (python-use-skeletons): Obsolete var.
12234         (python-skeleton-autoinsert): New defcustom.
12235         (inferior-python-filter-regexp, python-continuation-offset)
12236         (python-honour-comment-indentation, python-indent-string-contents)
12237         (python-jython-packages, python-mode-hook)
12238         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12239         (python-shell-prompt-alist)
12240         (python-source-modes): Delete defcustoms.
12241         (python-check-buffer-name, python-eldoc-setup-code)
12242         (python-eldoc-string-code, python-ffap-setup-code)
12243         (python-ffap-string-code, python-fill-comment-function)
12244         (python-fill-decorator-function, python-fill-paren-function)
12245         (python-fill-string-function, python-imenu-include-defun-type)
12246         (python-imenu-make-tree, python-imenu-subtree-root-label)
12247         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12248         (python-shell-compilation-regexp-alist)
12249         (python-shell-completion-module-string-code)
12250         (python-shell-completion-pdb-string-code)
12251         (python-shell-completion-setup-code)
12252         (python-shell-completion-string-code)
12253         (python-shell-enable-font-lock, python-shell-exec-path)
12254         (python-shell-extra-pythonpaths)
12255         (python-shell-internal-buffer-name, python-shell-interpreter-args)
12256         (python-shell-process-environment)
12257         (python-shell-prompt-block-regexp)
12258         (python-shell-prompt-output-regexp)
12259         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12260         (python-shell-send-setup-max-wait, python-shell-setup-codes)
12261         (python-shell-virtualenv-path): New defcustoms.
12262         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12263         (inferior-python-mode-syntax-table, python--prompt-regexp)
12264         (python-buffer, python-command python-python-command)
12265         (python-default-template, python-imports, python-indent-index)
12266         (python-indent-list, python-indent-list-length)
12267         (python-mode-running, python-pdbtrack-is-tracking-p)
12268         (python-preoutput-continuation, python-preoutput-leftover)
12269         (python-preoutput-result, python-preoutput-skip-next-prompt)
12270         (python-prev-dir/file, python-recursing)
12271         (python-saved-check-command, python-version-checked)
12272         (python-which-func-length-limit)
12273         (view-return-to-alist): Delete vars.
12274         (python-check-custom-command, python-dotty-syntax-table)
12275         (python-imenu-index-alist, python-indent-current-level)
12276         (python-indent-dedenters, python-indent-levels)
12277         (python-nav-beginning-of-defun-regexp)
12278         (python-nav-list-defun-positions-cache)
12279         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12280         (python-shell-internal-buffer)
12281         (python-skeleton-available): New vars.
12282         (def-python-skeleton): Delete macro.
12283         (python-skeleton-define): New macro.
12284         (python-define-auxiliary-skeleton, python-rx): New macros.
12285         (python-insert-class): Delete command.
12286         (python-skeleton-class): New command.
12287         (python-insert-def): Delete command.
12288         (python-skeleton-def): New command.
12289         (python-insert-for): Delete command.
12290         (python-skeleton-for): New command.
12291         (python-insert-if): Delete command.
12292         (python-skeleton-if): New command.
12293         (python-insert-try/except, python-insert-try/finally): Delete commands.
12294         (python-skeleton-try): New command.
12295         (python-insert-while): Delete command.
12296         (python-skeleton-while): New command.
12297         (python-backspace): Delete command.
12298         (python-indent-dedent-line-backspace): New command.
12299         (python-electric-colon): Delete command.
12300         (python-indent-electric-colon): New command.
12301         (python-guess-indent): Delete command.
12302         (python-indent-guess-indent-offset): New command.
12303         (python-shift-left): Delete command.
12304         (python-indent-shift-left): New command.
12305         (python-shift-right): Delete command.
12306         (python-indent-shift-right): New command.
12307         (python-find-function): Delete command.
12308         (python-nav-jump-to-defun): New command.
12309         (python-next-statement): Delete command.
12310         (python-nav-forward-sentence): New command.
12311         (python-previous-statement): Delete command.
12312         (python-nav-backward-sentence): New command.
12313         (python-fill-paragraph): Delete command.
12314         (python-fill-paragraph-function): New command.
12315         (python-send-buffer): Delete command.
12316         (python-shell-send-buffer): New command.
12317         (python-send-defun): Delete command.
12318         (python-shell-send-defun): New command.
12319         (python-send-region, python-send-region-and-go): Delete commands.
12320         (python-shell-send-region)
12321         (python-shell-switch-to-shell): New commands.
12322         (python-send-string): Delete command.
12323         (python-shell-send-string): New command.
12324         (python-switch-to-python): Delete command.
12325         (python-shell-switch-to-shell): New command.
12326         (python-describe-symbol): Delete command.
12327         (python-eldoc-at-point): New command.
12328         (python--set-prompt-regexp, python-args-to-list)
12329         (python-after-info-look, python-check-version)
12330         (python-check-comint-prompt, python-find-imports)
12331         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12332         (python-unload-function, python-expand-template)
12333         (python-maybe-jython, python-preoutput-filter)
12334         (python-pdbtrack-get-source-buffer)
12335         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12336         (python-pdbtrack-toggle-stack-tracking)
12337         (python-pdbtrack-track-stack-file, python-initial-text)
12338         (python-first-word, python-comment-line-p, python-send-command)
12339         (python-setup-brm, python-sentinel, python-set-proc)
12340         (python-skip-out, python-input-filter, python-outdent-p)
12341         (python-outline-level, python-backslash-continuation-line-p)
12342         (python-end-of-block, python-end-of-statement, python-mark-block)
12343         (python-beginning-of-block, python-beginning-of-statement)
12344         (python-blank-line-p, python-beginning-of-string)
12345         (python-open-block-statement-p): Delete functions.
12346         (python-indent-line, python-indent-line-1): Delete functions.
12347         (python-indent-line): New function.
12348         (python-indentation-levels): Delete function.
12349         (python-indent-calculate-levels): New function.
12350         (python-proc): Delete function.
12351         (python-shell-get-process): New function.
12352         (python-send-receive): Delete function.
12353         (python-shell-send-string-no-output): New function.
12354         (python-module-path): Delete function.
12355         (python-ffap-module-path): New function.
12356         (python-completion-at-point)
12357         (python-symbol-completions): Delete functions.
12358         (python-completion-complete-at-point): New function.
12359         (python-load-file): Delete function.
12360         (python-shell-send-file): New function.
12361         (python-calculate-indentation): Delete function.
12362         (python-indent-calculate-indentation): New function.
12363         (python-skip-comments/blanks): Delete function.
12364         (python-util-forward-comment): New function.
12365         (python-continuation-line-p): Delete function.
12366         (python-info-continuation-line-p): New function.
12367         (python-which-func, python-current-defun): Delete function.
12368         (python-info-current-defun): New function.
12369         (python-beginning-of-defun): Delete function.
12370         (python-nav-beginning-of-defun): New function.
12371         (python-close-block-statement-p)
12372         (python-block-end-p): Delete function.
12373         (python-info-closing-block): New function.
12374         (python-comint-output-filter-function)
12375         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12376         (python-fill-comment, python-fill-decorator, python-fill-paren)
12377         (python-fill-string, python-imenu-make-element-tree)
12378         (python-imenu-make-tree, python-imenu-tree-assoc)
12379         (python-indent-context, python-indent-dedent-line)
12380         (python-indent-line-function)
12381         (python-indent-post-self-insert-function)
12382         (python-indent-toggle-levels)
12383         (python-info-assignment-continuation-line-p)
12384         (python-info-beginning-of-backlash)
12385         (python-info-block-continuation-line-p)
12386         (python-info-closing-block-message)
12387         (python-info-line-ends-backslash-p)
12388         (python-info-looking-at-beginning-of-defun)
12389         (python-info-ppss-context, python-info-ppss-context-type)
12390         (python-nav-list-defun-positions, python-nav-read-defun)
12391         (python-nav-sentence-end, python-nav-sentence-start)
12392         (python-pdbtrack-comint-output-filter-function)
12393         (python-pdbtrack-set-tracked-buffer)
12394         (python-shell-calculate-exec-path)
12395         (python-shell-calculate-process-environment)
12396         (python-shell-completion--do-completion-at-point)
12397         (python-shell-completion--get-completions)
12398         (python-shell-completion-complete-at-point)
12399         (python-shell-completion-complete-or-indent)
12400         (python-shell-get-or-create-process)
12401         (python-shell-get-process-name)
12402         (python-shell-internal-get-or-create-process)
12403         (python-shell-internal-get-process-name)
12404         (python-shell-internal-send-string, python-shell-make-comint)
12405         (python-shell-parse-command, python-shell-send-setup-code)
12406         (python-skeleton-add-menu-items)
12407         (python-util-clone-local-variables, python-util-position)
12408         (run-python-internal, python-indentation-levels)
12409         (python-nav-beginning-of-defun)
12410         (python-completion-complete-at-point): New functions.
12411         (run-python): Change arguments.  New API requirements.
12413 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12415         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12416         (bug#11649).
12418         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12419         (macroexp--expand-all): Use it.
12421         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12422         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12423         Use `cl-function' instead.
12425 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
12427         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12428         Suggested by Stefan Monnier while discussing bug#11657.
12430 2012-06-14  Sam Steingold  <sds@gnu.org>
12432         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12434 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12436         * play/doctor.el (doctor-doc): Remove parameter and use
12437         doctor-sent instead of sent.
12438         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
12440 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12442         * files.el: Require cl-lib.
12443         (file-name-non-special): Replace case -> cl-case.
12445         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12447         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12448         mapping from #' to function*.
12450 2012-06-13  Chong Yidong  <cyd@gnu.org>
12452         * mouse.el (mouse-drag-track): Do not set the mark if the user
12453         releases the mouse without selecting anything (Bug#11588).
12455 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12457         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12458         as well (bug#11646).
12460         * loadup.el: Count byte-code functions as well.
12462         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12463         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12465         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12466         (bug#11649).  Add cl-defun and cl-defmacro.
12468 2012-06-13  Drew Adams  <drew.adams@oracle.com>
12470         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12471         Fix last change.
12473 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
12475         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12476         Otherwise, it blocks in batch mode.
12478 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
12480         * help-mode.el (bookmark-make-record-default): Declare.
12482 2012-06-13  Chong Yidong  <cyd@gnu.org>
12484         * emacs-lisp/package.el (list-packages): Compute a list of
12485         packages that are newly-available since the last list-packages
12486         invocation.
12487         (package-menu--new-package-list): New var.
12488         (package-menu--generate, package-menu--print-info)
12489         (package-menu--status-predicate, package-menu-mark-install):
12490         Handle new status label "new".
12492 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12495         conversion to backquotes.
12497 2012-06-12  Chong Yidong  <cyd@gnu.org>
12499         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12500         Rename from gud-inhibit-global-bindings.
12502         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12504         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12505         hook from nxml-glyph-set-hook.
12507         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12508         declaration.
12510         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12512         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12513         Convert to defcustom.
12515 2012-06-12  Drew Adams  <drew.adams@oracle.com>
12517         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12518         New functions.
12519         (help-mode): Use them.
12521 2012-06-11  Glenn Morris  <rgm@gnu.org>
12523         * progmodes/fortran.el (fortran-font-lock-keywords-3):
12524         Use preprocessor face for directives.
12525         (fortran-directive-re): Doc fix.
12527 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12529         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12530         conversion to backquotes (bug#11652).
12532         Fix compiler-expansion of CL's cXXr functions (bug#11673).
12533         * emacs-lisp/cl-lib.el (cl--defalias): New function.
12534         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12535         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12536         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12537         (cl-ninth, cl-tenth): Mark them as inlinable.
12538         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12539         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12540         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12541         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12542         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12543         (cl-list*, cl-adjoin): Don't put an autoload manually.
12544         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12545         (cl--compiler-macro-list*): Add autoload cookie.
12546         (cl--compiler-macro-cXXr): New function.
12548         * help-fns.el (help-fns--compiler-macro): New function extracted from
12549         describe-function-1; follow aliases and use `compiler-macro' property.
12550         (describe-function-1): Use it.
12552 2012-06-11  Chong Yidong  <cyd@gnu.org>
12554         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12555         is uninstalled, if imagemagick is installed.
12557 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12559         * emacs-lisp/cl-lib.el: Use lexical-binding.
12560         (cl-map-extents, cl-maclisp-member): Remove.
12561         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12562         (cl--set-substring, cl--block-wrapper, cl--block-throw)
12563         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12564         * emacs-lisp/cl-extra.el: Use lexical-binding.
12565         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12566         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12567         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12568         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12569         * emacs-lisp/cl-seq.el: Use lexical-binding.
12570         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12571         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12572         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12573         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12574         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12575         CL's internals.
12577 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
12579         Sync with Tramp 2.2.6-pre.
12581         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12582         `print-length' and `print-level' to nil, in order to avoid
12583         truncation.  Reported by Christopher Schmidt
12584         <christopher@ristopher.com>.
12586         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12588         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12589         New defmacro.
12590         (tramp-compat-copy-directory): Add optional argument
12591         COPY-CONTENTS.  It is not handled yet.
12593         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12594         (tramp-ftp-file-name-p): Simplify.
12596         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12597         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12598         connection vector.
12600         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12601         (tramp-methods): Do not use `tramp-password-end-of-line'.
12602         (tramp-completion-function-alist-putty): Handle UNIX case.
12603         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12604         (tramp-do-file-attributes-with-stat)
12605         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12606         gid as real numbers.  They could run out of integer range on cygwin.
12607         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12608         (tramp-sh-handle-expand-file-name): Handle hops.
12609         (tramp-open-connection-setup-interactive-shell):
12610         Use `tramp-cleanup'.  Move check for busyboxes ...
12611         (tramp-find-shell): ... here.  Simplify implementation.
12612         Set "remote-shell" property also for alternative shells.
12613         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12614         If failing, a regular file would be written otherwise.
12615         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12616         (tramp-find-inline-encoding): Cache the coding commands in the
12617         process cache.  Apply test command on the remote side, if defined.
12618         (tramp-find-inline-compress): Cache the compress commands in the
12619         process cache.
12620         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12621         when requested.  Handle hops.
12622         (tramp-current-connection): New defvar.
12623         (tramp-maybe-open-connection): Use `tramp-cleanup'.
12624         Throw `suppress', if there was a failed connection shortly before.
12625         Handle user interrupt.  (Bug#10187)
12626         (tramp-get-inline-compress, tramp-get-inline-coding):
12627         Read connection properties from the process cache.
12629         * net/tramp-smb.el (tramp-smb-server-version)
12630         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12631         New defconsts.
12632         (tramp-smb-prompt): Extend for powershell prompt.
12633         (tramp-smb-file-name-handler-alist): Add handlers for
12634         `process-file', `shell-command' and `start-file-process'.
12635         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12636         (tramp-smb-winexe-shell-command-switch): New defcustoms.
12637         (tramp-smb-file-name-p): Simplify.
12638         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12639         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12640         (tramp-smb-shell-quote-argument): New defuns.
12641         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12642         Implement using "tar".  By this, time-stamps are preserved.
12643         (tramp-smb-handle-copy-file): Handle also the case of directories.
12644         (tramp-smb-do-file-attributes-with-stat)
12645         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12646         Use `tramp-get-connection-buffer').
12647         (tramp-smb-handle-rename-file): Use "rename", when source and
12648         target are on the same share.
12649         (tramp-smb-maybe-open-connection): Handle wrong passwords.
12650         Use `tramp-smb-server-version'.
12651         (tramp-smb-wait-for-output): Remove prompt.
12653         * net/tramp.el (top): Require 'cl.
12654         (tramp-methods, tramp-rsh-end-of-line):
12655         Remove `tramp-password-end-of-line' from docstring.
12656         (tramp-save-ad-hoc-proxies): New defcustom.
12657         (tramp-completion-function-alist): Adapt docstring.
12658         (tramp-default-password-end-of-line): Remove defcustom.
12659         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
12660         (tramp-user-regexp, tramp-file-name-regexp-unified)
12661         (tramp-file-name-regexp-url): Extend regexp by hop separator.
12662         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12663         (tramp-remote-file-name-spec-regexp): New defconst.
12664         (tramp-file-name-structure): Extend structure for hops.
12665         (tramp-get-method-parameter): Move up.
12666         (tramp-file-name-p, tramp-dissect-file-name)
12667         (with-parsed-tramp-file-name): Handle hops.
12668         (tramp-file-name-hop): New defun.
12669         (tramp-make-tramp-file-name): New optional arg HOP.
12670         (tramp-message-show-progress-reporter-message): New defvar.
12671         (tramp-with-progress-reporter): Use it.  We cannot use
12672         `tramp-message-show-message' here, because this suppresses also
12673         error buffers.
12674         (tramp-error-with-buffer): Suppress buffer view, if
12675         `tramp-message-show-message' is nil.
12676         Use `tramp-get-connection-buffer'.
12677         (tramp-cleanup): New defun.
12678         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12679         (tramp-file-name-handler): If `debug-on-error' is set, propagate
12680         an error unchanged.
12681         (tramp-completion-handle-file-name-all-completions): Handle hops.
12682         Fix an error when called from ido.
12683         (tramp-completion-dissect-file-name): Use better local variable
12684         name.  Add hop to the vector.
12685         (tramp-handle-insert-file-contents): Use progress-reporter for the
12686         whole scenario.
12687         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12688         to `t'.
12689         (tramp-check-for-regexp): Simplify search.
12690         (tramp-enter-password): Remove it.  Move implementation ...
12691         (tramp-action-password): ... here.
12692         (tramp-mode-string-to-int, tramp-local-host-p)
12693         (tramp-make-tramp-temp-file, tramp-read-passwd)
12694         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12695         Set tramp-autoload cookie.
12697         * net/trampver.el: Update release number.
12699 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12700             Michael Albinus  <michael.albinus@gmx.de>
12702         * net/tramp.el (tramp-set-completion-function): Fix docstring.
12703         (tramp-parse-group, tramp-parse-file)
12704         (tramp-parse-shostkeys-sknownhosts): New defuns.
12705         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12706         (tramp-parse-shosts-group, tramp-parse-sconfig)
12707         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12708         (tramp-parse-sknownhosts, tramp-parse-hosts)
12709         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12710         Use them.
12711         (tramp-parse-passwd-group, tramp-parse-netrc-group)
12712         (tramp-parse-putty-group): Don't narrow.
12713         (tramp-parse-putty): Make a loop.
12714         (tramp-file-name-handler): Catch the `suppress' signal.
12716 2012-06-11  Chong Yidong  <cyd@gnu.org>
12718         * image.el (imagemagick-register-types): Put the ImageMagick entry
12719         at the end of image-type-file-name-regexps.
12721 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
12723         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12724         (pcase, pcase-let*, pcase-dolist): Use them.
12726 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12728         * emacs-lisp/pcase.el (pcase--let*): New function.
12729         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
12730         (pcase--expand): Use macroexp-let².
12732 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12734         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12735         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12736         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12737         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12738         * emacs-lisp/derived.el: Use pcase instead of `cl'.
12739         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12741 2012-06-10  Glenn Morris  <rgm@gnu.org>
12743         * mail/rmail.el (rmail-yank-current-message): Leave point at
12744         correct position.  (Bug#11660)
12746 2012-06-10  Chong Yidong  <cyd@gnu.org>
12748         * allout-widgets.el: Fix code header.
12750 2012-06-10  Chong Yidong  <cyd@gnu.org>
12752         * cus-edit.el (customize-changed-options-previous-release):
12753         Bump to 24.1.
12755 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
12757         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12759 2012-06-09  Chong Yidong  <cyd@gnu.org>
12761         * ebuff-menu.el (electric-buffer-list): Preserve header line.
12763 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
12765         * window.el (special-display-popup-frame): Don't use
12766         window--display-buffer (Bug#11651).
12768 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
12770         Fix parallel builds: make sure loaddefs.el is not being written
12771         while Lisp files are compiled.
12772         (compile): Don't depend on 'mh-autoloads'.
12773         (compile-CMD, compile-SH): Depend on 'autoloads'.
12774         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12776         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
12778 2012-06-09  Chong Yidong  <cyd@gnu.org>
12780         * face-remap.el (face-remap-add-relative, face-remap-set-base)
12781         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12782         Doc fixes (Bug#11225).
12784 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12786         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12787         a function if there's a clear indication that it has a compiler-macro.
12788         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12789         (macro-declarations-alist): Add arglist to declaration functions.
12790         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12791         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12792         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12793         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12794         Also add autoload to find the compiler macro.
12795         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12796         (cl--compiler-macro-member, cl--compiler-macro-assoc)
12797         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12798         (cl--compiler-macro-get): New functions, replacing calls to
12799         cl-define-compiler-macro.
12800         (cl-typep) [compiler-macro]: Use macroexp-let².
12802 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
12804         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12805         string properly, fixes Bug#11473.
12807 2012-06-08  Chong Yidong  <cyd@gnu.org>
12809         * faces.el (set-face-attribute): Doc fix.
12810         (modify-face): Don't use :bold and :italic.
12811         (error, warning, success): Tweak definitions.
12813         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12814         (custom-modified, custom-set, custom-changed, custom-themed)
12815         (custom-saved, custom-button, custom-button-mouse)
12816         (custom-button-pressed, custom-state, custom-comment-tag)
12817         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12818         (custom-group-subtitle): Use new-style face specs.
12819         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12820         (custom-set-face, custom-changed-face, custom-saved-face)
12821         (custom-button-face, custom-button-pressed-face)
12822         (custom-documentation-face, custom-state-face)
12823         (custom-comment-face, custom-comment-tag-face)
12824         (custom-variable-tag-face, custom-variable-button-face)
12825         (custom-face-tag-face, custom-group-tag-face-1)
12826         (custom-group-tag-face): Remove obsolete face alias.
12828         * epa.el (epa-validity-high, epa-validity-medium)
12829         (epa-validity-low, epa-mark, epa-field-name, epa-string)
12830         (epa-field-name, epa-field-body):
12831         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12832         (font-lock-keyword-face, font-lock-builtin-face)
12833         (font-lock-function-name-face, font-lock-variable-name-face)
12834         (font-lock-type-face, font-lock-constant-face):
12835         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12836         (ido-virtual, ido-indicator, ido-incomplete-regexp):
12837         * speedbar.el (speedbar-button-face, speedbar-file-face)
12838         (speedbar-directory-face, speedbar-tag-face)
12839         (speedbar-selected-face, speedbar-highlight-face)
12840         (speedbar-separator-face):
12841         * whitespace.el (whitespace-newline, whitespace-space)
12842         (whitespace-hspace, whitespace-tab, whitespace-trailing)
12843         (whitespace-line, whitespace-space-before-tab)
12844         (whitespace-space-after-tab, whitespace-indentation)
12845         (whitespace-empty):
12846         * emulation/cua-base.el (cua-global-mark):
12847         * eshell/em-prompt.el (eshell-prompt):
12848         * net/newst-plainview.el (newsticker-new-item-face)
12849         (newsticker-old-item-face, newsticker-immortal-item-face)
12850         (newsticker-obsolete-item-face, newsticker-date-face)
12851         (newsticker-statistics-face, newsticker-default-face):
12852         * net/newst-reader.el (newsticker-feed-face)
12853         (newsticker-extra-face, newsticker-enclosure-face):
12854         * net/newst-treeview.el (newsticker-treeview-face)
12855         (newsticker-treeview-new-face, newsticker-treeview-old-face)
12856         (newsticker-treeview-immortal-face)
12857         (newsticker-treeview-obsolete-face)
12858         (newsticker-treeview-selection-face):
12859         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12860         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12861         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12862         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12863         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12864         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12865         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12866         (mpuz-text):
12867         * progmodes/vera-mode.el (vera-font-lock-number)
12868         (vera-font-lock-function, vera-font-lock-interface):
12869         * textmodes/table.el (table-cell): Use new-style face specs, and
12870         don't use the old :bold and :italic attributes.
12872         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12873         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12874         (ebrowse-member-class, ebrowse-progress): Likewise.
12875         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12876         (ebrowse-file-name-face, ebrowse-default-face)
12877         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12878         (ebrowse-progress-face): Remove obsolete faces.
12880         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12881         Inherit from error and warning faces respectively.
12883         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12884         Likewise.
12885         (flyspell-incorrect-face, flyspell-duplicate-face):
12886         Remove obsolete aliases.
12888 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
12890         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12891         Avoid infloop.
12893 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12895         * startup.el (argv, argi): Make lexically scoped.
12896         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12897         * emacs-lisp/cl-macs.el: Use lexical-binding.
12898         Rename cl-bind-* to cl--bind-*.
12899         * files.el: Don't require `cl' since it doesn't use it.
12900         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12902 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
12904         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12905         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12906         instead of calling external sort utility.
12907         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12909 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
12911         * descr-text.el (describe-char): Mention how to insert the
12912         character, if the current input method doesn't support it.
12913         See the discussion in this thread for the details:
12914         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12916 2012-06-08  Sam Steingold  <sds@gnu.org>
12918         * bindings.el (global-map): Bind XF86Forward to next-buffer and
12919         XF86Back to previous-buffer.
12920         (minibuffer-local-map): Bind them to next-history-element and
12921         previous-history-element respectively.
12922         * help-mode.el (help-mode-map): Bind them to help-go-forward and
12923         help-go-back respectively.
12924         * info.el (Info-mode-map): Bind them to Info-history-forward and
12925         Info-history-back respectively.
12926         These are the keys next to Up on the ThinkPad keyboard.
12928 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12930         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12931         * emacs-lisp/cl-macs.el: Provide itself.
12932         (cl--labels-convert-cache): New var.
12933         (cl--labels-convert): New function.
12934         (cl-flet, cl-labels): New implementation with new semantics, relying on
12935         lexical-binding.
12936         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12937         (cl-closure-vars, cl--function-convert-cache)
12938         (cl--function-convert): Move from cl-macs.el.
12939         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12940         rename by removing the "cl-" prefix.
12941         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12943 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12945         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12946         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12947         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12948         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12949         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12950         (cl-hash-table-count): Add old compatibility aliases.
12952         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12953         Use macroexpand-all-environment instead.
12954         (cl--old-macroexpand): New var.
12955         (cl--sm-macroexpand): New function.
12956         (cl-symbol-macrolet): Use it during macro expansion.
12957         (cl--function-convert-cache): New var.
12958         (cl--function-convert): New function, extracted from
12959         cl-macroexpand-all.
12960         (cl-lexical-let): Use it.
12962         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12963         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12964         (cl-member): Remove old alias.
12966         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12967         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12968         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12969         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12970         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12971         (cl-macroexpand-cmacs): Remove var.
12972         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12973         Use macroexpand-all instead.
12975 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12977         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12978         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12979         (macroexp-copyable-p): New functions and macros.
12980         * emacs-lisp/edebug.el (edebug-unwrap):
12981         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12982         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12983         (pcase--let*): Remove.
12984         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12985         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
12986         macroexp-const-p instead.
12987         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12989         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12990         instead of "cl-" for internal definitions.  Use macroexp-const-p.
12991         (cl-old-bc-file-form): Remove var.
12992         (cl-const-exprs-p): Remove fun.
12993         (cl-labels, cl-macrolet): Use backquote.
12994         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
12995         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12996         (cl-define-setf-expander): Rename from cl-define-setf-method.
12997         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12999         * international/mule-cmds.el: Don't require CL.
13000         (view-hello-file): Don't use `letf'.
13002 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13004         * tmm.el (tmm-prompt): Use string-prefix-p.
13005         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13006         (tmm-add-prompt): Use minibuffer-completion-help.
13007         (tmm-delete-map): Remove.
13009         * subr.el (kbd): Make it its own function.
13011 2012-06-07  Stefan Merten  <smerten@oekonux.de>
13013         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13014         Silence compiler warnings.  Fix versions.
13015         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13016         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13017         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13018         (rst-package-emacs-version-alist): Correct Emacs version to
13019         represent major merge with upstream.
13020         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13022 2012-06-06  Glenn Morris  <rgm@gnu.org>
13024         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13025         Only print environment variables if set.
13027 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13029         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13030         (macroexp--cons): Rename from maybe-cons.
13031         (macroexp--accumulate): Rename from macroexp-accumulate.
13032         (macroexp--all-forms): Rename from macroexpand-all-forms.
13033         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13034         (macroexp--expand-all): Rename from macroexpand-all-1.
13036 2012-06-06  Sam Steingold  <sds@gnu.org>
13038         * calendar/calendar.el (calendar-in-read-only-buffer):
13039         Call `special-mode' to enable the standard read-only keybindings.
13041 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13043         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13044         with "loading" messages (bug#11635).
13046 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
13048         * files.el (enable-remote-dir-locals): New option.
13049         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
13051         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13052         Ensure, that the temp directory is local.
13054         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13055         `temporary-file-directory'.
13057         * progmodes/python.el (python-send-region): Ensure, that the
13058         temporary file is created also in the remote case.
13060 2012-06-06  Glenn Morris  <rgm@gnu.org>
13062         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13063         (vc-rcs-update-changelog): Use it.
13065         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13067         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13068         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13069         (vc-sccs-diff): Replace use of the external vcdiff script.
13071 2012-06-05  Glenn Morris  <rgm@gnu.org>
13073         * ledit.el: Move to obsolete/.
13075 2012-06-05  Sam Steingold  <sds@gnu.org>
13077         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13078         patch (Bug#11140).
13080 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13082         * emacs-lisp/cust-print.el: Move to obsolete.
13084         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13085         compiler-macro expansion.
13087         Add native compiler-macro support.
13088         * emacs-lisp/macroexp.el (macroexpand-all-1):
13089         Support compiler-macros directly.  Properly follow aliases and apply
13090         the compiler macros more thoroughly.
13091         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13092         macroexpand now properly follows aliases.
13093         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13094         (cl-compiler-macroexpand): Use new prop.
13095         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13097         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13099 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
13101         * window.el (get-lru-window, get-mru-window, get-largest-window):
13102         New argument NOT-SELECTED to avoid picking the selected window.
13103         (window--display-buffer-1, window--display-buffer-2): Replace by
13104         new function window--display-buffer
13105         (display-buffer-same-window, display-buffer-reuse-window)
13106         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13107         Use window--display-buffer.
13108         (display-buffer-use-some-window): Remove temporary dedication
13109         hack by calling get-lru-window and get-largest-window with
13110         NOT-SELECTED argument non-nil.  Call window--display-buffer.
13112 2012-06-05  Glenn Morris  <rgm@gnu.org>
13114         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13115         Replace external vcdiff script.
13117 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13119         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13121 2012-06-04  Chong Yidong  <cyd@gnu.org>
13123         * image.el (imagemagick-types-inhibit): Revert last change.
13124         Add INFO and M.
13125         (imagemagick-enabled-types): Remove CIN and EPS*.
13127 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13129         * emacs-lisp/cl-lib.el: Rename from cl.el.
13130         * emacs-lisp/cl.el: New compatibility file.
13131         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13132         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13133         to obey the "cl-" prefix.
13134         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13136 2012-06-03  Glenn Morris  <rgm@gnu.org>
13138         * emacs-lisp/authors.el (authors-aliases): Addition.
13140         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13141         Fix :version.
13143 2012-06-03  Stefan Merten  <smerten@oekonux.de>
13145         * textmodes/rst.el: Add comments.
13146         (rst-transition, rst-adornment): New faces.
13147         (rst-adornment-faces-alist): Make default safe to reevaluate.
13148         Fixes
13149         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13150         Improve customization tags.
13151         (rst-define-level-faces): Clarify meaning.
13153 2012-06-03  Chong Yidong  <cyd@gnu.org>
13155         * progmodes/compile.el (compilation-mode-line-fail)
13156         (compilation-mode-line-run, compilation-mode-line-exit):
13157         New faces.
13158         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13160 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
13162         * progmodes/which-func.el (which-func-update-ediff-windows):
13163         New function.  Use it in ediff-select-hook (Bug#11478).
13165 2012-06-03  Chong Yidong  <cyd@gnu.org>
13167         * bindings.el: Remove explicit help text from format-mode-line.
13168         It is now supplied by mode-line-default-help-echo.
13169         (mode-line-front-space, mode-line-end-spaces)
13170         (mode-line-misc-info): New variables.
13171         (mode-line-modes, mode-line-position): Move the default value to
13172         the variable definition.
13173         (mode-line-default-help-echo): New defcustom.
13174         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13175         (mode-line-modified-help-echo): New functions.
13176         (mode-line-mule-info, mode-line-modified): Use them.
13177         (mode-line-eol-desc, propertized-buffer-identification):
13178         Consistency fixes for help text.
13179         (mode-line-coding-system-map): Allow using mouse-3 to invoke
13180         set-buffer-file-coding-system (Bug#289).
13181         (mode-line-mule-info-help-echo): Update help text.
13183 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13185         * simple.el (execute-extended-command): Set real-this-command
13186         (bug#11506).
13188 2012-06-02  Chong Yidong  <cyd@gnu.org>
13190         Remove incorrect uses of "modeline" in comments, docstrings, and
13191         function/variable names (Bug#10329).
13193         * cus-edit.el (mode-line):
13194         * dframe.el (dframe-mouse-hscroll):
13195         * emacs-lisp/re-builder.el:
13196         * emacs-lisp/easy-mmode.el (define-minor-mode):
13197         * frame.el (set-frame-name):
13198         * help.el (lookup-minor-mode-from-indicator):
13199         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13200         * progmodes/cc-cmds.el (c-toggle-auto-newline)
13201         (c-toggle-hungry-state):
13202         * progmodes/antlr-mode.el (antlr-language-alist):
13203         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13204         * progmodes/vhdl-mode.el (vhdl-mode):
13205         * progmodes/which-func.el (which-func, which-func-cleanup-function):
13206         * term/ns-win.el (ns-face-at-pos):
13207         * term/sup-mouse.el (sup-mouse-report):
13208         * textmodes/flyspell.el (flyspell-mode-line-string):
13209         * textmodes/ispell.el (ispell-highlight-face):
13210         * textmodes/reftex-global.el:
13211         * vc/vc-arch.el (vc-arch-mode-line-string):
13212         * vc/vc-cvs.el (vc-cvs-mode-line-string):
13213         * vc/vc-git.el (vc-git-mode-line-string):
13214         * vc/vc-hooks.el (vc-display-status)
13215         (vc-default-mode-line-string):
13216         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13218         * ansi-color.el (ansi-color-faces-vector): Change default faces.
13220         * dired.el (dired-sort-set-mode-line): Rename from
13221         dired-sort-set-modeline.  All callers changed.
13223         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13224         eshell-status-in-modeline.
13226         * foldout.el (foldout-mode-line-string): Rename from
13227         foldout-modeline-string.  All callers changed.
13228         (foldout-update-mode-line): Rename from foldout-update-modeline.
13230         * subr.el (redraw-modeline): Make into obsolete alias.
13232         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13233         timeclock-modeline-display.  Make old name an alias.
13234         (timeclock-update-mode-line): Likewise.  All callers changed.
13235         (timeclock-mode-line-display): No need to check before using
13236         add-hook.
13237         (timeclock-relative, timeclock-day-over-hook)
13238         (timeclock-use-elapsed, timeclock-mode-string)
13239         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13241         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13242         crisp-mode-modeline-string.
13244         * play/solitaire.el (solitaire-build-mode-line): Rename from
13245         solitaire-build-modeline.  All callers changed.
13247         * play/zone.el (zone-hiding-mode-line): Rename from
13248         zone-hiding-modeline.  All callers changed.
13249         (zone): Remove unusued `modeline-hidden-level' property.
13251         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13252         xscheme-modeline-initialize.  All callers changed.
13254         * strokes.el (strokes-lighter): Rename from
13255         strokes-modeline-string.
13257         * textmodes/sgml-mode.el (html-face-tag-alist)
13258         (html-tag-face-alist): Use mode-line face instead of obsolete
13259         alias modeline.
13261 2012-06-02  Stefan Merten  <smerten@oekonux.de>
13263         * textmodes/rst.el: Always require `cl'.
13264         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13266 2012-06-02  Chong Yidong  <cyd@gnu.org>
13268         * image.el (imagemagick-enabled-types): Rename from
13269         imagemagick-types-enable.  Add many more types.
13270         (imagemagick-types-inhibit): Change default to nil.
13271         (imagemagick-filter-types): Caller changed.
13273 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13275         * emacs-lisp/cl-macs.el: Use backquotes.
13276         (cl-transform-function-property): Use eval-and-compile rather than
13277         abusing `require'.
13278         (defstruct): Use declare-function instead of with-no-warnings.
13280         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13281         (byte-compile-output-docform): Re-add the print-circle bindings.
13282         (byte-compile-fix-header): Use #$ just because it's shorter.
13283         (byte-compile-output-file-form): Remove defun/defmacro.
13285 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
13287         * simple.el (choose-completion): Remove now obsolete binding for
13288         owindow.
13290 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
13292         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13293         in order to avoid "Stack overflow in regexp matcher".
13295 2012-05-31  Glenn Morris  <rgm@gnu.org>
13297         * image.el: For clarity, call imagemagick-register-types at
13298         top-level, rather than relying on a custom :initialize.
13299         (imagemagick-types-enable): New option.  (Bug#11557)
13300         (imagemagick-filter-types): New function.  (Bug#7406)
13301         (imagemagick-register-types): Use imagemagick-filter-types.
13302         If disabling support, remove elements altogether rather
13303         than using an impossible regexp.
13304         (imagemagick-types-inhibit): Give it the default init function.
13306 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13308         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13309         Handle arbitrary file name lengths (Bug#11585).
13311 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
13313         * desktop.el (desktop-read): Clear previous and next buffers for
13314         all windows and bury *Messages* buffer (bug#11556).
13316 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13318         Add `declare' for `defun'.  Align `defmacro's with it.
13319         * emacs-lisp/easy-mmode.el (define-minor-mode)
13320         (define-globalized-minor-mode): Don't autoload the var definitions.
13321         * emacs-lisp/byte-run.el: Use lexical-binding.
13322         (defun-declarations-alist, macro-declarations-alist): New vars.
13323         (defmacro, defun): Use them.
13324         (make-obsolete, define-obsolete-function-alias)
13325         (make-obsolete-variable, define-obsolete-variable-alias):
13326         Use `declare'.
13327         (macro-declaration-function): Mark obsolete.
13328         * emacs-lisp/autoload.el: Use lexical-binding.
13329         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
13331 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13333         * textmodes/ispell.el (ispell-with-no-warnings):
13334         Define as a macro.
13335         (ispell-kill-ispell, ispell-change-dictionary):
13336         Use `called-interactively-p' for Emacs instead of obsolete
13337         `interactive-p'.
13339 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13341         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13342         (macro-declaration-function): Move var from C code.
13343         (macro-declaration-function): Define function with defalias.
13344         * emacs-lisp/macroexp.el (macroexpand-all-1):
13345         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13346         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13347         defun/defmacro any more.
13348         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13349         Provide fallback for unknown arglist.
13350         (byte-compile-arglist-warn): Change calling convention.
13351         (byte-compile-output-file-form): Move print-vars binding.
13352         (byte-compile-output-docform): Simplify accordingly.
13353         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13354         (byte-compile-defmacro-declaration): Remove.
13355         (byte-compile-file-form-defmumble): Generalize to defalias.
13356         (byte-compile-output-as-comment): Return byte-positions.
13357         Simplify callers accordingly.
13358         (byte-compile-lambda): Use `assert'.
13359         (byte-compile-defun, byte-compile-defmacro): Remove.
13360         (byte-compile-file-form-defalias):
13361         Use byte-compile-file-form-defmumble.
13362         (byte-compile-defalias-warn): Remove.
13364 2012-05-29  Stefan Merten  <smerten@oekonux.de>
13366         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13367         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
13369         (rst-mode-abbrev-table): Merge definition.
13370         (rst-mode): Make sure `font-lock-defaults' is buffer local.
13371         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13373 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
13375         * calendar/icalendar.el
13376         (icalendar-export-region): Export UID properly.
13378 2012-05-29  Leo Liu  <sdl.web@gmail.com>
13379         * calendar/icalendar.el (icalendar-import-format):
13380         Add `icalendar-import-format-uid' (Bug#11525).
13381         (icalendar-import-format-uid): New.
13382         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13383         Export UID.
13385 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13387         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13388         different alternative patterns.
13389         (pcase-codegen): Be more careful to preserve identity.
13390         (pcase--u1): Don't forget to mark vars as used.
13392         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13393         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13394         (byte-compile-from-buffer): ...rather than here.
13396         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13397         functions from byte-compile-function-environment.
13399 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
13401         * window.el (window-deletable-p): Avoid deleting the root window
13402         of a frame with an active minibuffer.
13404 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
13406         * simple.el (choose-completion): Use quit-window (Bug#11567).
13408 2012-05-29  Chong Yidong  <cyd@gnu.org>
13410         * whitespace.el (whitespace-cleanup): Fix usage of
13411         whitespace-empty-at-bob-regexp (Bug#11492).
13413 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13415         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13416         revert (Bug#11488).
13418 2012-05-29  Juri Linkov  <juri@jurta.org>
13420         * isearch.el (isearch-mode-map): Bind `M-s _' to
13421         `isearch-toggle-symbol'.  Bind `M-s c' to
13422         `isearch-toggle-case-fold'.
13423         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13424         (isearch-forward): Add `M-s _' to the docstring.
13425         (isearch-forward-symbol, isearch-toggle-case-fold)
13426         (isearch-symbol-regexp): New functions.  (Bug#11381)
13428 2012-05-29  Juri Linkov  <juri@jurta.org>
13430         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
13431         (isearch-occur, isearch-search-and-update): If `isearch-word' is
13432         a function, call it to get the regexp.
13433         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13434         property `isearch-message-prefix' instead of the string "word ".
13435         (isearch-search-fun-default): For the case of `isearch-word',
13436         return a lambda that calls re-search-forward/re-search-backward
13437         with a regexp returned by `word-search-regexp' or by the function
13438         in `isearch-word'.
13440 2012-05-29  Juri Linkov  <juri@jurta.org>
13442         * isearch.el (isearch-search-fun-default): New function.
13443         (isearch-search-fun): Move default part to the new function
13444         `isearch-search-fun-default'.
13445         (isearch-search-fun-function): Set the default value to
13446         `isearch-search-fun-default'.  (Bug#11381)
13448         * comint.el (comint-history-isearch-end):
13449         Use `isearch-search-fun-default'.
13450         (comint-history-isearch-search): Use `isearch-search-fun-default'
13451         and remove spacial case for `isearch-word'.
13452         (comint-history-isearch-wrap): Remove spacial case for
13453         `isearch-word'.
13455         * hexl.el (hexl-isearch-search-function):
13456         Use `isearch-search-fun-default'.
13458         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13459         Use `word-search-regexp' for `isearch-word'.
13461         * misearch.el (multi-isearch-search-fun):
13462         Use `isearch-search-fun-default'.
13464         * simple.el (minibuffer-history-isearch-search):
13465         Use `isearch-search-fun-default' and remove spacial case for
13466         `isearch-word'.
13467         (minibuffer-history-isearch-wrap): Remove spacial case for
13468         `isearch-word'.
13470         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13471         Remove spacial case for `isearch-word'.
13472         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13474 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13476         Decrease XEmacs incompatibilities.
13477         * textmodes/flyspell.el (flyspell-check-pre-word-p):
13478         Use `string-match'.
13479         (flyspell-delete-region-overlays): Use alternative definition for
13480         XEmacs.
13481         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13482         (flyspell-word): Use `process-kill-without-query' if XEmacs.
13483         (flyspell-mode-on): Use `interactive-p' if XEmacs.
13484         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13485         `define-obsolete-face-alias' under XEmacs, but old method.
13487         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13488         `with-no-warnings' definition or Emacs alias.
13489         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13490         (ispell-word): Do not use `region-p' if XEmacs.
13492 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13494         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13495         Check for `ispell-dictionary-base-alist' instead of full
13496         `ispell-dictionary-alist'.
13497         (ispell-init-process): Show spellchecker when starting new Ispell
13498         process.
13500 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13502         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13503         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13505 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
13507         * version.el (motif-version-string, gtk-version-string)
13508         (ns-version-string): Declare.
13510 2012-05-27  Juri Linkov  <juri@jurta.org>
13512         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13513         after the `eval-defun-1' specialcaseing
13514         like in `edebug-eval-defun' (bug#10181).
13516         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13517         like in `eval-defun-1'.
13519 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
13521         * mail/sendmail.el (mail-yank-region):
13522         Recognize rmail-yank-current-message in addition to insert-buffer.
13523         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13524         a *mail* buffer created through rmail-start-mail with sendmail as
13525         mail-user-agent.
13527 2012-05-27  Chong Yidong  <cyd@gnu.org>
13529         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13530         Default to 256 (Bug#11267).
13532         * help.el (describe-mode): Doc fix.
13534 2012-05-26  Glenn Morris  <rgm@gnu.org>
13536         * w32-fns.el (w32-init-info): Remove.
13537         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13539         * info.el (info-initialize): For self-contained NS builds, put the
13540         included info/ directory at the front.  (Bug#2791)
13542         * paths.el (Info-default-directory-list): Make it a defcustom,
13543         mainly so that we can use custom-initialize-delay.
13545 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13547         * subr.el (buffer-has-markers-at): Mark obsolete.
13549         * subr.el (lambda): Use declare.
13551         * emacs-lisp/lisp-mode.el (lambda):
13552         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13554 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13556         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
13558 2012-05-26  Glenn Morris  <rgm@gnu.org>
13560         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13562 2012-05-25  Glenn Morris  <rgm@gnu.org>
13564         * paths.el: Remove no-byte-compile.
13565         * loadup.el: No need to load paths.el uncompiled.
13567         * image.el (imagemagick-types-inhibit): Doc fix.
13569         * version.el: Remove no-byte-compile and associated formatting.
13570         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
13571         is ancient code from when there was an "inc-vers.el".
13573 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13575         * progmodes/gdb-mi.el: Minor style changes.
13576         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13577         Turn into minor modes.
13578         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13579         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13580         (gdb-shell): Remove unneeded let-binding.
13581         (gdb-get-many-fields): Eliminate O(n²) behavior.
13583 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
13585         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13586         platforms that don't link in fontset.c.
13588 2012-05-25  Juri Linkov  <juri@jurta.org>
13590         Use the same diff color scheme as in modern VCSes (bug#10181).
13592         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13593         to avoid confusion with `diff-added' that now uses green colors.
13594         (diff-removed): Use shades of red.
13595         (diff-added): Use shades of green.
13596         (diff-changed): Leave just the yellow color.
13597         (diff-use-changed-face): New variable.
13598         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13599         how to highlight context diff changes.
13600         (diff-refine-change): Use shades of yellow.
13601         (diff-refine-removed): New face that uses shades of red.
13602         (diff-refine-added): New face that uses shades of green.
13603         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13604         `diff-refine-removed' in the call to `smerge-refine-subst'
13605         depending on the value of `diff-use-changed-face'.
13607         * vc/smerge-mode.el (smerge-mine): Use shades of red.
13608         (smerge-other): Use shades of green.
13609         (smerge-base): Use shades of yellow.
13610         (smerge-refined-change): Empty face.
13611         (smerge-refined-removed): New face that uses shades of red.
13612         (smerge-refined-added): New face that uses shades of green.
13613         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
13614         args `props-r' and `props-a', and use them.  Doc fix.
13615         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13616         on its value use different faces `smerge-refined-change',
13617         `smerge-refined-removed', `smerge-refined-added' in the call to
13618         `smerge-refine-subst'.
13620         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13621         Add face condition `min-colors 88' with shades of red.
13622         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13623         `min-colors 88' with shades of green.
13624         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13625         `min-colors 88' with shades of yellow.
13627 2012-05-24  Glenn Morris  <rgm@gnu.org>
13629         * paths.el (prune-directory-list, remote-shell-program): Move to...
13630         * files.el (prune-directory-list, remote-shell-program): ...here.
13631         For the latter, delay initialization, prefer ssh, just search PATH.
13633         * paths.el (term-file-prefix): Move to faces.el (the only user).
13634         * faces.el (term-file-prefix): Move here, make it a defcustom.
13636         * paths.el (news-directory, news-path, news-inews-program):
13637         Move to gnus/nnspool.el.
13639         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13641         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13642         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13643         Make the latter a defcustom, with a delayed initialization.
13645         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13646         These were deleted from Gnus itself late 2010.
13648 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
13650         * progmodes/which-func.el (which-func-ff-hook):
13651         Check against user-error, not error.
13653         * emacs-lisp/edebug.el (top): Do not load or set up loading of
13654         cl-specs.el, which no longer exists.
13656 2012-05-22  Glenn Morris  <rgm@gnu.org>
13658         * info.el (info-emacs-bug): New command.
13659         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13660         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13662 2012-05-21  Glenn Morris  <rgm@gnu.org>
13664         * makefile.w32-in (update-subdirs-SH):
13665         * Makefile.in (update-subdirs): Update for moved update-subdirs.
13667 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13669         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13671         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13672         Simplify Maven regexp, and make sure the file can't start with a space
13673         (bug#11517).
13675 2012-05-21  Glenn Morris  <rgm@gnu.org>
13677         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13678         Scrap superfluous subshells.
13680 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13682         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13683         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13685 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
13687         * calc/calc.el (calc-ensure-consistent-units): New variable.
13689         * calc/calc-units.el (math-consistent-units-p)
13690         (math-check-unit-consistency): New functions.
13691         (calc-quick-units, calc-convert-units):
13692         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13693         is non-nil.
13694         (calc-extract-units): Fix typo.
13696 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13700         * textmodes/flyspell.el: Commenting style, plus code simplifications.
13701         (flyspell-default-deplacement-commands): Don't spell check after
13702         repeated window/frame switches (e.g. triggered by mouse-movement).
13703         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13704         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13705         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13706         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13707         Remove unused vars.
13708         (flyspell-get-casechars, flyspell-get-not-casechars):
13709         Simplify; Don't bother removing a ] just to add it back.
13710         * textmodes/ispell.el (ispell-program-name): Use executable-find.
13712 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
13714         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13715         New functions.
13716         (math-function-table): Add support for more C functions.
13718 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13720         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13721         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13722         Protect delay handling for otherchars against empty otherchars.
13724 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13726         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13727         their respective macro declarations.
13728         * skeleton.el (define-skeleton):
13729         * progmodes/compile.el (define-compilation-mode):
13730         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13731         (define-ibuffer-filter):
13732         * emacs-lisp/generic.el (define-generic-mode):
13733         * emacs-lisp/easy-mmode.el (define-minor-mode)
13734         (define-globalized-minor-mode):
13735         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13736         * emacs-lisp/byte-run.el (defsubst):
13737         * custom.el (deftheme): Add doc-string metadata.
13739 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13741         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13743 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13745         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13747         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13748         * emacs-lisp/cl-macs.el: Idem.
13749         * emacs-lisp/cl-specs.el: Remove.
13751 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13753         Minor renaming of internal CL functions and variables.
13754         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13755         (cl--position): Rename from cl-position.
13756         (cl--delete-duplicates): Rename from cl-delete-duplicates.
13757         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13758         (cl--random-state): Rename from *random-state*.
13760 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13762         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13763         parens around the arg list (bug#11499).
13765 2012-05-17  Juri Linkov  <juri@jurta.org>
13767         * isearch.el (word-search-regexp, word-search-backward)
13768         (word-search-forward, word-search-backward-lax)
13769         (word-search-forward-lax): Move functions from search.c
13770         (bug#10145, bug#11381).
13772 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13774         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13775         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13776         Delay for otherchars as for normal word components.
13778 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13780         * minibuffer.el (completion--sifn-requote): Fix last change.
13781         (minibuffer-local-must-match-filename-map):
13782         Move define-obsolete-variable-alias before its var.
13784 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13786         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13788         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13789         behavior.
13790         (completion--string-equal-p): New function.
13791         (completion--twq-all): Use it to get better assertion failure data.
13793         Only handle ".." and '..' quoting in shell-mode (bug#11466).
13794         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13795         (shell--requote-argument): New functions.
13796         (shell-completion-vars): Use them.
13797         (shell--parse-pcomplete-arguments): Rename from
13798         shell-parse-pcomplete-arguments.
13799         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
13800         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13801         Obey comint-file-name-quote-list.
13803         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13804         (smie-indent-keyword): Use it.
13806 2012-05-14  Stefan Merten  <smerten@oekonux.de>
13808         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13810 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13812         * net/rlogin.el (rlogin-mode-map): Fix last change.
13814 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
13816         * mail/smtpmail.el (smtpmail-send-command): Send the command and
13817         the following \r\n using a single `process-send-string', since the
13818         Lotus SMTP server refuses to accept any commands if they are sent
13819         with two `process-send-string's (Bug#11444).
13821 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13823         * shell.el (shell-parse-pcomplete-arguments):
13824         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13826 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13828         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13829         (image-transform-scale, image-transform-right-angle-fudge): New vars.
13830         (image-transform-width, image-transform-fit-width): New functions.
13831         (image-transform-properties): Use them.
13832         (image-transform-check-size): New function.
13833         (image-toggle-display-image): Use it (for testing).
13834         (image-transform-set-rotation): Reduce angle mod 360.
13835         Delete obsolete comment.
13837 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13839         * image-mode.el: Fix scaling (bug#11399).
13840         (image-transform-resize): Doc fix.
13841         (image-transform-properties): Default scale is 1 and height should
13842         be an integer.
13844 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
13846         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13847         than hard-coding `car', to fix misbehavior when moving forward.
13849 2012-05-13  Chong Yidong  <cyd@gnu.org>
13851         * emacs-lisp/tabulated-list.el (tabulated-list-format)
13852         (tabulated-list-entries, tabulated-list-padding)
13853         (tabulated-list-sort-key): Make permanent-local.
13855         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13856         (electric-buffer-list): Put electric buffer menu
13857         command descriptions in this docstring, instead of the docstring
13858         of electric-buffer-menu-mode.  Code cleanups.
13859         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
13860         Electric-buffer-menu-mode.
13861         (electric-buffer-update-highlight): Minor code cleanup.
13863 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
13865         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13866         (Bug#11447)
13868 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13870         Move define-obsolete-variable-alias before the var's definition.
13871         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13872         * tooltip.el (tooltip-hook):
13873         * textmodes/reftex-toc.el (reftex-toc-map):
13874         * textmodes/reftex-sel.el (reftex-select-label-map)
13875         (reftex-select-bib-map):
13876         * textmodes/reftex-index.el (reftex-index-map)
13877         (reftex-index-phrases-map):
13878         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13879         * progmodes/meta-mode.el (meta-mode-map):
13880         * novice.el (disabled-command-hook):
13881         * loadhist.el (unload-hook-features-list):
13882         * frame.el (blink-cursor):
13883         * files.el (find-file-not-found-hooks, write-file-hooks)
13884         (write-contents-hooks):
13885         * emulation/tpu-edt.el (GOLD-map):
13886         * emacs-lock.el (emacs-lock-from-exiting):
13887         * emacs-lisp/generic.el (generic-font-lock-defaults):
13888         * emacs-lisp/chart.el (chart-map):
13889         * dos-fns.el (register-name-alist):
13890         * dired-x.el (dired-omit-files-p):
13891         * desktop.el (desktop-enable):
13892         * cus-edit.el (custom-mode-hook):
13893         * buff-menu.el (buffer-menu-mode-hook):
13894         * bookmark.el (bookmark-read-annotation-text-func)
13895         (bookmark-exit-hooks):
13896         * allout.el (allout-mode-deactivate-hook)
13897         (allout-exposure-change-hook, allout-structure-added-hook)
13898         (allout-structure-deleted-hook, allout-structure-shifted-hook):
13899         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13900         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13901         comes before the corresponding variable's definition.
13903 2012-05-12  Chong Yidong  <cyd@gnu.org>
13905         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13906         (Buffer-menu-mouse-select): Restore function (Bug#11459).
13907         (Buffer-menu-mode-map): Bind it.
13908         (Buffer-menu--pretty-name): Add a mouse-face property.
13910 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13912         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
13913         (prolog-upper-case-string, prolog-lower-case-string)
13914         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13915         (prolog-use-smie, prolog-smie-grammar): New vars.
13916         (prolog-smie-forward-token, prolog-smie-backward-token)
13917         (prolog-smie-rules): New funs.
13918         (prolog-comment-indent): Remove.
13919         (prolog-mode-variables): Use default comment indentation instead.
13920         Setup SMIE.
13921         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13922         (prolog-mode): Don't call them any more.
13923         (prolog-electric-colon, prolog-electric-dash)
13924         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13926         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13928         * minibuffer.el (completion--twq-all): Again, allow case differences.
13930         * term.el: Move keymap initialization code to be more idiomatic.
13931         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13932         (term-terminal-menu): Move initialization into declaration.
13933         (term-escape-char): Let the user set it in her .emacs.
13935         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13936         Provide SMIE-based indentation (not enabled by default yet).
13937         (sh-mode-map): Don't bind electric keys.
13938         Use electric-pair-mode instead of skeleton-pair.
13939         (sh-assignment-regexp): Fit within 80 columns.
13940         (sh-indent-supported): Specify actual shell name instead of boolean.
13941         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13942         (sh-maybe-here-document): Use it.  Make obsolete.
13943         (sh-electric-here-document-mode) New minor mode.
13944         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
13945         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13946         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13947         (sh-smie-rc-grammar, sh-use-smie): New vars.
13948         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13949         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13950         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13951         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13952         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13953         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13954         (sh-set-shell): Use smie-setup if requested.
13956         * term.el (term-set-escape-char): Properly set term-escape-char.
13957         See http://stackoverflow.com/questions/10524656.
13959 2012-05-10  Chong Yidong  <cyd@gnu.org>
13961         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13962         Use url-generic-parse-url, and handle host names and Windows
13963         filenames properly.
13964         (ffap-url-unwrap-remote): Use url-generic-parse-url.
13965         (ffap-url-unwrap-remote): Accept list values, specifying a list of
13966         URL schemes to work on.
13967         (ffap--toggle-read-only): New function.
13968         (ffap-read-only, ffap-read-only-other-window)
13969         (ffap-read-only-other-frame): Use it.
13970         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13971         necessary for ffap-url-unwrap-remote.
13973 2012-05-10  Dave Abrahams  <dave@boostpro.com>
13975         * cus-start.el (create-lockfiles): Add it.
13977 2012-05-09  Chong Yidong  <cyd@gnu.org>
13979         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13980         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13982 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13984         * shell.el (shell-completion-vars): Fix last change (bug#11348).
13986 2012-05-09  Chong Yidong  <cyd@gnu.org>
13988         * ansi-color.el (ansi-color-process-output): Check for validity of
13989         comint-last-output-start before using it.  This avoids a bad
13990         interaction with gdb-mi's input/output buffer.
13992 2012-05-09  Glenn Morris  <rgm@gnu.org>
13994         * files.el (dir-locals-read-from-file):
13995         Mention dir-locals in any error message.
13997 2012-05-09  Chong Yidong  <cyd@gnu.org>
13999         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14000         package (Bug#11410).
14002         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14003         variables into description.
14005 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14008         shell-delimiter-argument-list (bug#11348).
14009         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14011 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
14013         * textmodes/rst.el: Silence byte-compiler warnings.
14014         (rst-re-alist, rst-reset-section-caches): Move around.
14015         (rst-re): Use `characterp', not `char-valid-p'.
14016         (font-lock-beg, font-lock-end): Declare.
14018         * progmodes/idlw-shell.el (specs): Remove reference to deleted
14019         variable `idlwave-shell-activate-alt-keybindings' and simplify.
14021         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14023 2012-05-08  Glenn Morris  <rgm@gnu.org>
14025         * files.el (auto-mode-alist): Treat ".make" like ".mk".
14027 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14029         * vc/log-edit.el: Add GNU coding standards highlighting.
14030         (log-edit-font-lock-gnu-style)
14031         (log-edit-font-lock-gnu-keywords): New vars.
14032         (log-edit-font-lock-keywords): New fun.
14033         (log-edit-mode): Don't fold case in font-lock.
14034         (log-edit-font-lock-keywords): Do not assume case-folding.
14036         * imenu.el: Misc cleanup.  Make docstrings out of comments.
14037         Use lexical-binding.
14038         (imenu--index-alist, imenu--last-menubar-index-alist)
14039         (imenu-menubar-modified-tick): Use defvar-local.
14040         (imenu--split-menu): Remove unused var.
14041         (imenu--cleanup-seen): Declare as global.
14042         (imenu--cleanup): Use dolist.
14044         * subr.el (defvar-local): Add debug spec and doc-string position.
14046 2012-05-08  Glenn Morris  <rgm@gnu.org>
14048         * language/burmese.el, language/cham.el, language/czech.el:
14049         * language/english.el, language/georgian.el, language/greek.el:
14050         * language/japanese.el, language/khmer.el, language/korean.el:
14051         * language/lao.el, language/misc-lang.el, language/romanian.el:
14052         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14053         * language/thai.el, language/utf-8-lang.el:
14054         Remove no-byte-compile setting.
14056         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
14058 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14060         * progmodes/make-mode.el (makefile-browse):
14061         Remove unnecessary interactive.  (Bug#11324)
14063 2012-05-07  Glenn Morris  <rgm@gnu.org>
14065         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14067         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14069 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14071         * loadup.el: Preload newcomment.el.
14072         * newcomment.el: Move autoload-only code to toplevel.
14074         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14075         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14076         Handle new :right-align column property.
14077         (tabulated-list-print-col): Idem, plus use `display' text-property to
14078         try and preserve alignment for variable pitch fonts.
14080 2012-05-07  Chong Yidong  <cyd@gnu.org>
14082         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14083         (tabulated-list-use-header-line): New var.
14084         (tabulated-list-init-header): Use it.
14085         (tabulated-list-print-fake-header): New function.
14086         (tabulated-list-print): Use it.
14087         (tabulated-list-sort-button-map): Add non-header-line commands.
14088         (tabulated-list-init-header): Add column name property to basic
14089         labels as well.
14090         (tabulated-list-col-sort): Handle non-header-line button case.
14091         (tabulated-list--sort-by-column-name): Fix a corner case.
14093         * buff-menu.el (list-buffers--refresh):
14094         Handle Buffer-menu-use-header-line.
14096 2012-05-06  Chong Yidong  <cyd@gnu.org>
14098         * buff-menu.el: Convert to Tabulated List mode.
14099         (Buffer-menu-buffer+size-width): Make obsolete.
14100         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14101         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14102         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
14103         documentation into docstring of buffer-menu.
14104         (Buffer-menu-toggle-files-only): Add an informative message.
14105         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14106         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14107         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14108         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14109         (Buffer-menu-execute, Buffer-menu-select)
14110         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14111         (Buffer-menu-bury): Use Tabulated List machinery.
14112         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14113         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14114         Delete.
14115         (list-buffers--refresh): New function.
14116         (list-buffers-noselect): Use it.
14117         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14118         (Buffer-menu--pretty-file-name): New helper functions.
14120         * loadup.el: Preload tabulated-list.
14122         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14123         tabulated-list-sort-column.
14124         (tabulated-list-init-header): Add the initial aligning space even
14125         if tabulated-list-padding is zero.
14127 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
14129         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14130         whose cdr is not a cons cell correctly (bug#11038).
14132 2012-05-06  Chong Yidong  <cyd@gnu.org>
14134         * emacs-lisp/tabulated-list.el (tabulated-list-format):
14135         Accept additional plist in column descriptors.
14136         (tabulated-list-init-header): Obey it.
14137         (tabulated-list-get-entry): New function.
14138         (tabulated-list-put-tag): Use it.  Use string-width instead of
14139         length.
14140         (tabulated-list--column-number): New function.
14141         (tabulated-list-print): Use it.
14142         (tabulated-list-print-col): New function.
14143         Set `tabulated-list-column-name' property on each column's text.
14144         (tabulated-list-print-entry): Use it.
14145         (tabulated-list-delete-entry, tabulated-list-set-col):
14146         New functions.
14147         (tabulated-list-sort-column): New command (Bug#11337).
14149         * buff-menu.el (list-buffers): Move C-x C-b binding from
14150         buff-menu.el to bindings.el.
14152         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14153         :advertised-binding feature.
14155 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
14157         * progmodes/compile.el (compilation-internal-error-properties):
14158         Calculate start position correctly when end-col is set but
14159         end-line is not (Bug#11382).
14161 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
14163         * man.el (Man-unindent): Use text-property-default-nonsticky to
14164         prevent untabify from inheriting face properties (Bug#11408).
14166 2012-05-05  Stefan Merten  <smerten@oekonux.de>
14168         * textmodes/rst.el: Major merge with upstream development up to
14169         Docutils SVN r7399 / rst.el V1.2.1.
14171         Clarify maintainership and authors.
14173         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14174         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14175         (rst-official-version, rst-official-cvs-rev, rst-version)
14176         (rst-package-emacs-version-alist): New functions and variables
14177         for version information.
14179         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14180         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14181         (rst-mode-syntax-table, rst-mode): New and corrected functions
14182         and variables representing reStructuredText features.
14184         (rst-re): New function for reStructuredText regexes.  Use in
14185         many places.
14187         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14188         (rst-mode-map): Rebind keys.
14190         (rst-mode-lazy, rst-font-lock-keywords)
14191         (rst-font-lock-extend-region)
14192         (rst-font-lock-extend-region-internal)
14193         (rst-font-lock-extend-region-extend)
14194         (rst-font-lock-find-unindented-line-limit)
14195         (rst-font-lock-find-unindented-line-match)
14196         (rst-adornment-level, rst-font-lock-adornment-level)
14197         (rst-font-lock-adornment-match)
14198         (rst-font-lock-handle-adornment-pre-match-form)
14199         (rst-font-lock-handle-adornment-matcher): Major revision of
14200         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
14202         (rst-preferred-adornments, rst-adjust-hook)
14203         (rst-new-adornment-down, rst-preferred-bullets)
14204         (rst-preferred-bullets, rst-indent, rst-indent-width)
14205         (rst-indent-field, rst-indent-literal-normal)
14206         (rst-indent-literal-minimized, rst-indent-comment): Change,
14207         extend and improve customization.
14209         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14210         (rst-normalize-cursor-position, rst-get-decoration)
14211         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14212         (rst-rstrip, rst-toc-insert-find-delete-contents)
14213         (rst-shift-fill-region, rst-compute-bullet-tabs)
14214         (rst-debug-print-tabs, rst-debug-mark-found)
14215         (rst-shift-region-guts, rst-shift-region-right)
14216         (rst-shift-region-left, rst-use-char-classes)
14217         (rst-font-lock-keywords-function)
14218         (rst-font-lock-indentation-point)
14219         (rst-font-lock-find-unindented-line-begin)
14220         (rst-font-lock-find-unindented-line-end)
14221         (rst-font-lock-find-unindented-line)
14222         (rst-font-lock-adornment-point, rst-font-lock-level)
14223         (rst-adornment-level-alist): Remove functions and variables.
14225         (rst-compare-adornments, rst-get-adornment-match)
14226         (rst-suggest-new-adornment, rst-get-adornments-around)
14227         (rst-adornment-complete-p, rst-get-next-adornment)
14228         (rst-adjust-adornment, rst-display-adornments-hierarchy)
14229         (rst-straighten-adornments): Standardize function names to
14230         use "adornment" instead of "decoration".  Correct callers.
14231         Similar standardizing in many places.
14233         (rst-update-section, rst-adjust, rst-promote-region)
14234         (rst-enumerate-region, rst-bullet-list-region)
14235         (rst-repeat-last-character): Correct use of `interactive'.
14237         (rst-classify-adornment, rst-find-all-adornments)
14238         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14239         (rst-find-leftmost-column, rst-repeat-last-character):
14240         Refactor functions.
14242         (rst-find-title-line, rst-reset-section-caches)
14243         (rst-get-adornments-around, rst-adjust-adornment-work)
14244         (rst-arabic-to-roman, rst-roman-to-arabic)
14245         (rst-insert-list-pos, rst-insert-list-new-item)
14246         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14247         New functions.
14249         (rst-all-sections, rst-section-hierarchy)
14250         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14251         New variables.
14253         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14254         configuration instead of only buffer.  Change where necessary.
14256         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14257         (rst-shift-region, rst-adaptive-fill): New functions for
14258         indentation and filling.
14260         (rst-comment-line-break, rst-comment-indent)
14261         (rst-comment-insert-comment, rst-comment-region)
14262         (rst-uncomment-region): New functions for handling comments.
14264         (rst-compile): Quote shell arguments.
14266         (rst-compile-pdf-preview, rst-compile-slides-preview):
14267         Delete temporary files after use.
14269 2012-05-05  Glenn Morris  <rgm@gnu.org>
14271         * calendar/cal-html.el: Optionally include holidays in the output.
14272         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14273         (cal-html-holidays): New option.
14274         (cal-html-css-default): Add holiday entry.
14275         (holiday-in-range): Autoload it.
14276         (cal-html-htmlify-entry): Add optional class argument.
14277         (cal-html-htmlify-list): Add optional holidays argument.
14278         (cal-html-insert-agenda-days): Include holidays in the output.
14279         (cal-html-one-month): Maybe include holidays.
14281         * calendar/holidays.el (holiday-in-range):
14282         Move here from cal-tex-list-holidays.
14283         * calendar/cal-tex.el (cal-tex-list-holidays):
14284         Make it an obsolete alias for holiday-in-range.  Update all callers.
14286 2012-05-05  Chong Yidong  <cyd@gnu.org>
14288         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14289         Nextstep.
14291 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
14293         * files.el (file-auto-mode-skip): New var.
14294         (set-auto-mode-1): Use it.
14296 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14298         * repeat.el: Use lexical-binding.
14299         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14300         (repeat-undo-count): Remove.
14301         (repeat):
14302         * progmodes/octave-mod.el (octave-abbrev-start):
14303         * progmodes/f90.el (f90-abbrev-start):
14304         * face-remap.el (text-scale-adjust):
14305         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14307         * emacs-lisp/pcase.el (pcase--let*): New function.
14308         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14309         a bit more.
14310         (pcase--split-pred): Be more clever about ruling out overlap between
14311         a predicate and some constant pattern.
14312         (pcase--q1): Use `null' instead of (eq foo nil).
14314         * subr.el (setq-local, defvar-local): New macros.
14315         (kbd): Redefine as an alias.
14316         (with-selected-window): Leave unrelated frames alone.
14317         (set-temporary-overlay-map): New function.
14319 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14321         * subr.el (user-error): New function.
14322         * window.el (switch-to-buffer):
14323         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14324         (smerge-match-conflict):
14325         * simple.el (previous-matching-history-element)
14326         (next-matching-history-element, goto-history-element, undo-more)
14327         (undo-start):
14328         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14329         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14330         (next-file, tags-loop-scan, list-tags, complete-tag):
14331         * progmodes/compile.el (compilation-loop):
14332         * mouse.el (mouse-minibuffer-check):
14333         * man.el (Man-bgproc-sentinel, Man-goto-page):
14334         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14335         (Info-history-forward, Info-follow-reference, Info-menu)
14336         (Info-extract-menu-item, Info-extract-menu-counting)
14337         (Info-forward-node, Info-backward-node, Info-next-menu-item)
14338         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14339         (Info-next-reference, Info-prev-reference, Info-index)
14340         (Info-index-next, Info-follow-nearest-node)
14341         (Info-copy-current-node-name):
14342         * imenu.el (imenu--make-index-alist)
14343         (imenu-default-create-index-function, imenu-add-to-menubar):
14344         * files.el (basic-save-buffer, recover-file):
14345         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14346         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14347         (checkdoc-message-text, checkdoc-defun):
14348         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14349         * cus-edit.el (customize-changed-options, customize-rogue)
14350         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14351         (custom-variable-mark-to-reset-standard)
14352         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14353         (custom-file):
14354         * completion.el (check-completion-length):
14355         * comint.el (comint-search-arg)
14356         (comint-previous-matching-input-string-position)
14357         (comint-previous-matching-input)
14358         (comint-replace-by-expanded-history-before-point, comint-send-input)
14359         (comint-copy-old-input, comint-backward-matching-input)
14360         (comint-goto-process-mark, comint-set-process-mark):
14361         * calendar/calendar.el (calendar-cursor-to-date): Use it.
14362         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14364 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14366         * dabbrev.el (dabbrev--ignore-case-p): New function.
14367         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14368         Use it.
14370         * files.el (automount-dir-prefix): Mark as obsolete.
14372 2012-05-04  Glenn Morris  <rgm@gnu.org>
14374         * patcomp.el, play/bruce.el: Move to obsolete/.
14376 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
14378         Fix minor Y10k bugs.
14379         * arc-mode.el (archive-unixdate):
14380         * autoinsert.el (auto-insert-alist):
14381         * calc/calc-forms.el (math-this-year):
14382         * emacs-lisp/copyright.el (copyright-current-year)
14383         (copyright-update-year, copyright):
14384         * tar-mode.el (tar-clip-time-string):
14385         * time.el (display-time-update):
14386         Don't assume years have 4 digits.
14388 2012-05-04  Chong Yidong  <cyd@gnu.org>
14390         * dos-w32.el (file-name-buffer-file-type-alist)
14391         (direct-print-region-use-command-dot-com):
14392         * ffap.el (ffap-menu-regexp):
14393         * find-file.el (ff-special-constructs):
14394         * follow.el (follow-debug):
14395         * forms.el (forms--debug):
14396         * iswitchb.el (iswitchb-all-frames):
14397         * ido.el (ido-all-frames):
14398         * emacs-lisp/timer.el (timer-max-repeats):
14399         * mail/feedmail.el (feedmail-mail-send-hook)
14400         (feedmail-mail-send-hook-queued):
14401         * mail/footnote.el (footnote-signature-separator):
14402         * mail/mailabbrev.el (mail-alias-separator-string)
14403         (mail-abbrev-mode-regexp):
14404         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14405         * progmodes/idlwave.el (idlwave-libinfo-file)
14406         (idlwave-default-completion-case-is-down)
14407         (idlwave-library-routines): Convert defvars to defcustoms.
14409         * mail/rmail.el (rmail-decode-mime-charset):
14410         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14411         (idlwave-shell-fix-inserted-breaks)
14412         (idlwave-shell-activate-alt-keybindings)
14413         (idlwave-shell-use-breakpoint-glyph):
14414         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14416 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14418         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14420 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
14422         * progmodes/verilog-mode.el (font-lock-keywords):
14423         Fix mis-highligting auto.  Reported by Craig Barner.
14424         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14425         defines from global name space.  Reported by Dan Dever.
14426         (verilog-auto-reset, verilog-auto-reset-widths)
14427         (verilog-auto-tieoff): Support using unbased numbers for
14428         AUTORESET and AUTOTIEOFF.
14429         (verilog-submit-bug-report): Update variable list.
14430         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14431         parenthesis from not matching.  Reported by Michael Rytting.
14432         (verilog-auto-template-lint): Fix hash error when linting modules
14433         with no used templates.
14434         (verilog-warn, verilog-warn-error)
14435         (verilog-warn-fatal): When non-interactive report multiple
14436         warnings before exiting.  Suggested by Brad Dobbie.
14437         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14438         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14439         to report unused template errors.  Reported by Brad Dobbie.
14440         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14441         nets, bug438.  Reported by Vns Blore.
14442         (verilog-auto-inout-module, verilog-auto-reg)
14443         (verilog-read-decls, verilog-read-sub-decls-sig)
14444         (verilog-signals-edit-wire-reg, verilog-signals-with):
14445         Fix passing of Verilog data types in ANSI input/output ports
14446         such as "output logic" into the AUTOs.  Special case "wire" and
14447         "reg" for backwards compatibility presuming Verilog 2001.
14448         (verilog-auto-ascii-enum): Add "auto enum" as alias.
14449         (verilog-preprocess): Fix replication of preprocess output.
14450         Reported by Brad Dobbie.
14451         (verilog-auto-inst-interfaced-ports):
14452         Create verilog-auto-inst-interfaced-ports, bug429.
14453         Reported by Julian Gorfajn.
14454         (verilog-after-save-font-hook)
14455         (verilog-before-save-font-hook): New variable.
14456         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14457         (verilog-save-font-mods): Wrap disabling fontification, reported
14458         by David Rogoff.
14459         (verilog-do-indent, verilog-pretty-declarations-auto)
14460         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14461         Reported by Pierre-David Pfister.
14462         (verilog-set-auto-endcomments): Fix endtask auto comments outside
14463         of class declarations, bug292.  Reported by Kevin Heilman.
14464         (verilog-read-decls): Fix 'parameter type' not appearing in
14465         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
14466         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14467         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
14468         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14469         Reported by David Kravitz.
14471 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
14473         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14474         assignment with tests in ifs and for loops.
14475         (verilog-extended-complete-re, verilog-complete-reg): Change so
14476         that DPI inport functions don't look like fuction declarations.
14477         (verilog-pretty-expr): Don't line up assignment
14478         operations to the test and increment in if and for loops
14479         (verilog-extended-complete-re, verilog-complete-reg): Change so
14480         that DPI inport functions don't look like fuction declarations.
14482 2012-05-03  Kenichi Handa  <handa@m17n.org>
14484         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14485         decoding, and show a warning message without signaling an error
14486         (Bug#11282).
14488 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14490         * emacs-lisp/bytecomp.el
14491         (byte-compile-file-form-custom-declare-variable): Compile all elements,
14492         since cconv.el might have introduced :fun-body, internal-make-closure,
14493         and friends for bytecomp to handle (bug#11391).
14494         * custom.el (defcustom): Avoid ((λ ..) ..).
14496 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14498         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14500 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
14502         * notifications.el (dbus-debug):
14503         * term/linux.el (gpm-mouse-enable):
14504         * term/screen.el (xterm-register-default-colors): Declare.
14506 2012-05-02  Chong Yidong  <cyd@gnu.org>
14508         * cus-start.el (gc-cons-percentage, exec-suffixes)
14509         (dos-display-scancodes, dos-hyper-key, dos-super-key)
14510         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14511         (make-cursor-line-fully-visible, void-text-area-pointer)
14512         (font-list-limit): Add customization data.
14514         * allout.el (allout-exposure-change-functions)
14515         (allout-structure-added-functions)
14516         (allout-structure-deleted-functions)
14517         (allout-structure-shifted-functions): Rename abnormal hooks from
14518         *-hook, and convert to defcustoms.
14519         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14520         Convert to defcustoms.
14521         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14523         * allout-widgets.el: Hook callers changed.
14525 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
14527         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14528         the yanked message in preference to the default value of
14529         buffer-file-coding-system.
14531 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
14533         * window.el (display-buffer--action-function-custom-type):
14534         Fix entry.
14536 2012-05-02  Alan Mackenzie  <acm@muc.de>
14538         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14540 2012-05-01  Glenn Morris  <rgm@gnu.org>
14542         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14544         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
14546         * cus-edit.el (custom-variable-documentation): Simplify with format.
14548 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14549             Stefan Monnier  <monnier@iro.umontreal.ca>
14551         * simple.el (suggest-key-bindings, execute-extended-command):
14552         Move from keyboard.c.
14554 2012-05-01  Chong Yidong  <cyd@gnu.org>
14556         * follow.el: Eliminate advice.
14557         (set-process-filter, process-filter, sit-for): Advice deleted.
14558         (follow-mode-off-hook): Obsolete hook removed.
14559         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14560         Vars deleted.
14561         (follow-auto): Use a :set function.
14562         (follow-mode): Rewritten.  Don't advise process filters.
14563         (follow-switch-to-current-buffer-all, follow-scroll-up)
14564         (follow-scroll-down): Assume follow-mode is bound.
14565         (follow-comint-scroll-to-bottom)
14566         (follow-align-compilation-windows): New functions.
14567         (follow--window-sorter): New function.
14568         (follow-all-followers): Use it to explicitly sort windows by their
14569         positions; don't make assumptions about next-window order.
14570         (follow-windows-start-end, follow-delete-other-windows-and-split)
14571         (follow-calc-win-start): Doc fix.
14572         (follow-windows-aligned-p, follow-select-if-visible): Don't call
14573         vertical-motion unnecessarily.
14574         (follow-adjust-window): New function.
14575         (follow-post-command-hook): Use it.
14576         (follow-call-set-process-filter, follow-call-process-filter)
14577         (follow-intercept-process-output, follow-tidy-process-filter-alist)
14578         (follow-stop-intercept-process-output, follow-generic-filter):
14579         Functions deleted.
14580         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14581         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14582         New functions, replacing advice on scroll-bar-* commands.
14583         (follow-mwheel-scroll): New function (Bug#4112).
14585         * comint.el (comint-adjust-point): New function.
14586         (comint-postoutput-scroll-to-bottom): Use it.
14587         Call follow-comint-scroll-to-bottom for Follow mode buffers.
14589 2012-05-01  Glenn Morris  <rgm@gnu.org>
14591         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14592         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14593         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14594         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14595         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14596         Remove no-byte-compile setting.
14598 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14600         * minibuffer.el (completion-table-with-quoting): Fix compatibility
14601         all-completions code to not return a number in the last cdr.
14603 2012-04-30  Leo Liu  <sdl.web@gmail.com>
14605         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14606         read-only error.
14608 2012-04-29  Chong Yidong  <cyd@gnu.org>
14610         * follow.el (follow-calc-win-end): Rewrite to handle partial
14611         screen lines correctly (Bug#8390).
14612         (follow-avoid-tail-recenter): Minor cleanup.
14614 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14616         Avoid the obsolete `assoc' package.
14617         * speedbar.el (speedbar-refresh): Avoid adelete.
14618         (speedbar-file-lists): Simplify and avoid aput.
14619         * man.el (Man--sections, Man--refpages): New vars, replacing
14620         Man-sections-alist and Man-refpages-alist.
14621         (Man-build-section-alist, Man-build-references-alist):
14622         Use them; avoid aput.
14623         (Man--last-section, Man--last-refpage): New vars.
14624         (Man-follow-manual-reference): Use them.
14625         Use the `default' arg of completing-read.
14626         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
14628 2012-04-27  Chong Yidong  <cyd@gnu.org>
14630         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14632         * startup.el (x-apply-session-resources): New function.
14634         * term/ns-win.el (ns-initialize-window-system):
14635         * term/w32-win.el (w32-initialize-window-system):
14636         * term/x-win.el (x-initialize-window-system): Use it to properly
14637         set menu-bar-mode and other vars from X resources, even if the
14638         initial frame is not a window-system frame (Bug#2299).
14640         * subr.el (read-key): Avoid running filter function when setting
14641         up temporary tool bar entries (Bug#9922).
14643 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14645         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14646         (Bug#11344)
14648 2012-04-27  Chong Yidong  <cyd@gnu.org>
14650         * select.el (xselect--encode-string): New function, split from
14651         xselect-convert-to-string.
14652         (xselect-convert-to-string): Use it.
14653         (xselect-convert-to-filename, xselect-convert-to-os)
14654         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14655         returned strings are properly encoded (Bug#11315).
14657 2012-04-27  Chong Yidong  <cyd@gnu.org>
14659         * simple.el (delete-active-region): Move to killing custom group.
14661 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14663         * progmodes/which-func.el (which-func-current): Quote %
14664         characters for mode-line processing.
14666 2012-04-27  Chong Yidong  <cyd@gnu.org>
14668         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14669         reaching eob (Bug#11286).
14671 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
14673         * progmodes/gdb-mi.el (gdb-control-level): New variable.
14674         (gdb): Make it buffer-local and init to zero.
14675         (gdb-control-commands-regexp): New variable.
14676         (gdb-send): Don't wrap in "-interpreter-exec console" if
14677         gdb-control-level is positive.  Increment gdb-control-level
14678         whenever the command matches gdb-control-commands-regexp, and
14679         decrement it each time the command is "end".  (Bug#11279)
14681 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
14683         * window.el (adjust-window-trailing-edge, enlarge-window)
14684         (shrink-window, window-resize):
14685         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14686         windows (Bug#11276).
14688 2012-04-27  Chong Yidong  <cyd@gnu.org>
14690         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14691         fix "missing prefix" warning.  All callers changed.
14693 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14695         * emacs-lisp/assoc.el: Move to obsolete/.
14697 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14699         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14701         * term/ns-win.el (ns-define-service):
14702         * progmodes/pascal.el (pascal-goto-defun):
14703         * progmodes/js.el (js--read-tab):
14704         * progmodes/etags.el (tags-lazy-completion-table):
14705         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14706         * emacs-lisp/ewoc.el (ewoc--wrap):
14707         * emacs-lisp/assoc.el (aput, adelete, amake):
14708         * doc-view.el (doc-view-convert-current-doc):
14709         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14711 2012-04-26  Chong Yidong  <cyd@gnu.org>
14713         * image.el (image-type-from-buffer): Only return supported image
14714         type (Bug#9045).
14716         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14717         value, for symmetry with diff-end-of-hunk.
14718         (diff-split-hunk, diff-find-source-location)
14719         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14720         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14721         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14722         compute the relevant hunk or file properly (Bug#6005).
14723         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14725 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14727         * vc/vc-mtn.el:
14728         * vc/vc-hg.el:
14729         * vc/vc-git.el:
14730         * vc/vc-dir.el:
14731         * vc/vc-cvs.el:
14732         * vc/vc-bzr.el:
14733         * vc/vc-arch.el:
14734         * vc/vc.el: Replace lexical-let by lexical-binding.
14735         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14736         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14737         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14739 2012-04-26  Chong Yidong  <cyd@gnu.org>
14741         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14742         (diff-mode-shared-map): Bind it to / and [remap undo].
14744         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14745         (ediff-window-setup-function): Use it as the default, to set up
14746         windows based on whether the current frame is graphical (Bug#2138).
14747         (ediff-choose-window-setup-function-automatically): Make obsolete.
14749         * vc/ediff-init.el: Always define ediff-pixel-width/height.
14751 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14753         * ffap.el: Remove old code for obsolete package.
14754         (ffap-complete-as-file-p): Remove.
14756         Use completion-table-with-quoting for comint and pcomplete.
14757         * comint.el (comint--unquote&requote-argument)
14758         (comint--unquote-argument, comint--requote-argument): New functions.
14759         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14760         (comint-quote-filename): Use regexp-opt-charset.
14761         (comint--common-suffix, comint--common-quoted-suffix)
14762         (comint--table-subvert): Remove.
14763         (comint-unquote-function, comint-requote-function): New vars.
14764         (comint--complete-file-name-data): Use them with
14765         completion-table-with-quoting.
14766         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14767         * pcomplete.el (pcomplete-arg-quote-list)
14768         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14769         (pcomplete-unquote-argument-function): Default to non-nil.
14770         (pcomplete-unquote-argument): Simplify.
14771         (pcomplete--common-quoted-suffix): Remove.
14772         (pcomplete-requote-argument-function): New var.
14773         (pcomplete--common-suffix): New function.
14774         (pcomplete-completions-at-point): Use completion-table-with-quoting
14775         and completion-table-subvert.
14777         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14778         (minibuffer--double-dollars): Preserve properties.
14779         (completion--sifn-requote): New function.
14780         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14782         * minibuffer.el: Add support for completion of quoted/escaped data.
14783         (completion-table-with-quoting, completion-table-subvert): New funs.
14784         (completion--twq-try, completion--twq-all): New functions.
14785         (completion--nth-completion): New function.
14786         (completion-try-completion, completion-all-completions): Use it.
14788 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14790         * progmodes/python.el (python-pdbtrack-get-source-buffer):
14791         Use compilation-message if available to find real filename.
14793 2012-04-25  Chong Yidong  <cyd@gnu.org>
14795         * vc/diff-mode.el (diff-setup-whitespace): New function.
14796         (diff-mode): Use it.
14798         * vc/diff.el (diff-sentinel):
14799         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14800         Whitespace mode variables based on diff style (Bug#8612).
14802 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14804         * progmodes/python.el (python-send-region): Add suffix .py to the
14805         temp file.
14807         * files.el (auto-mode-alist): Use javascript-mode instead.
14809 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
14811         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
14813         * net/soap-client.el (soap-resolve-references-for-sequence-type)
14814         (soap-resolve-references-for-array-type): Hack to prevent self
14815         references, see Bug#9.
14816         (soap-parse-envelope): Report the contents of the 'detail' node
14817         when receiving a fault reply.
14818         (soap-parse-envelope): Report the contents of the entire 'detail' node.
14820         * net/soap-inspect.el (soap-sample-value-for-simple-type)
14821         (soap-inspect-simple-type): New function.
14823         * net/soap-client.el (soap-simple-type): New struct.
14824         (soap-default-xsd-types, soap-default-soapenc-types)
14825         (soap-decode-basic-type, soap-encode-basic-type):
14826         support unsignedInt and double basic types.
14827         (soap-resolve-references-for-simple-type)
14828         (soap-parse-simple-type, soap-encode-simple-type): New function.
14829         (soap-parse-schema): Parse xsd:simpleType declarations.
14831         * net/soap-client.el (soap-default-xsd-types)
14832         (soap-default-soapenc-types): Add integer, byte and anyURI types.
14833         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14834         the local name of "soapenc:Array".
14835         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14836         decoding integer, byte and anyURI xsd types.
14838 2012-04-25  Chong Yidong  <cyd@gnu.org>
14840         * cus-edit.el (custom-buffer-create-internal): Update header text.
14842 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
14844         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14845         settings on 'system-type', not on 'window-system'.  On MS-Windows,
14846         set interactive-mode on in GDB.
14848 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14850         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14851         (ruby-syntax-propertize-regexp): Remove.
14852         (ruby-syntax-propertize-function): Split regexp into chunks.
14853         Match following code directly.
14855 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
14857         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14858         (ruby-syntax-propertize-regexp): New function.
14859         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14860         by a special keyword.
14862         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14863         (ruby-syntax-general-delimiters-goto-beg)
14864         (ruby-syntax-propertize-general-delimiters): New functions.
14865         (ruby-syntax-propertize-function): Use them to handle GDL.
14866         (ruby-font-lock-keywords): Move old handling of GDL...
14867         (ruby-font-lock-syntactic-keywords): .. to here.
14868         (ruby-calculate-indent): Adjust indentation for GDL.
14870 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
14872         * notifications.el (top): Remove unneeded declarations.
14873         (notifications-specification-version): Change to "1.2".
14874         (notifications-interface, notifications-notify-method)
14875         (notifications-close-notification-method): Fix docstring.
14876         (notifications-get-capabilities-method): New defconst.
14877         (notifications-notify): Add :action-items, :resident and
14878         :transient hints.  Change "image_data" to "image-data" and
14879         "image_path" to "image-path".
14880         (notifications-get-capabilities): New defun.
14882 2012-04-24  Leo Liu  <sdl.web@gmail.com>
14884         * progmodes/python.el: Move hideshow setup to the end.
14886 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
14888         * window.el (handle-select-window): Clear echo area since this is
14889         no more done by read_char (Bug#11304).
14891 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14893         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14894         and `/ M' to filter-derived-mode.
14895         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14896         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14897         (ibuffer-mark-by-mode): Use default rather than initial-input.
14898         (ibuffer-filter-by-derived-mode): Autoload and require-match.
14900 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
14902         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14903         (ibuffer-filter-by-derived-mode): New filter.
14904         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14906 2012-04-23  Andreas Politz  <politza@fh-trier.de>
14908         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14910 2012-04-23  Chong Yidong  <cyd@gnu.org>
14912         * cus-edit.el (customize-apropos, customize-apropos-options):
14913         Disable matching of non-option variables (Bug#11176).
14914         (customize-option, customize-option-other-window)
14915         (customize-changed-options): Doc fix.
14916         (customize-apropos-options, customize-apropos-faces)
14917         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14919         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14920         Fix word list splitting (Bug#11132).
14921         (apropos-symbol, apropos-keybinding, apropos-label)
14922         (apropos-property, apropos-function-button)
14923         (apropos-variable-button, apropos-misc-button): New faces.
14924         (apropos-symbol-face, apropos-keybinding-face)
14925         (apropos-label-face, apropos-property-face, apropos-match-face):
14926         Variables removed (Bug#8396).
14927         (apropos-library-button, apropos-format-plist, apropos-print)
14928         (apropos-print-doc, apropos-describe-plist): Callers changed.
14930 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
14932         * net/xesam.el (xesam-mode-map): Use let-bound map in
14933         initialization.  (Bug#11292)
14935 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14937         Preserve ispell session localwords when switching back to
14938         original buffer.
14940         * textmodes/ispell.el (ispell-buffer-session-localwords):
14941         New buffer-local variable to hold buffer session localwords.
14942         (ispell-kill-ispell): Add option 'clear to delete session
14943         localwords.
14944         (ispell-command-loop, ispell-change-dictionary)
14945         (ispell-buffer-local-words): Preserve session localwords when
14946         needed.
14948         * textmodes/flyspell.el (flyspell-process-localwords)
14949         (flyspell-do-correct): Preserve session localwords when needed.
14951 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14953         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14954         using obsolete `translation-table-for-input'.
14955         (ispell-word, ispell-process-line, ispell-complete-word):
14956         Use plain `insert' instead of removed `ispell-insert-word'.
14958 2012-04-22  Chong Yidong  <cyd@gnu.org>
14960         * cus-edit.el (custom-variable-menu)
14961         (custom-variable-reset-saved, custom-face-menu)
14962         (custom-face-reset-saved): If there is no saved value, make the
14963         "reset-saved" operation bring back the default (Bug#9509).
14964         (custom-face-state): Properly detect themed faces.
14966         * faces.el (face-spec-set): Stop supporting deprecated form of
14967         third arg.
14969 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
14971         Move functions from C to Lisp.  Make non-blocking method calls
14972         the default.  Implement further D-Bus standard interfaces.
14974         * net/dbus.el (dbus-message-internal): Declare function.
14975         Remove unneeded function declarations.
14976         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14977         (dbus-message-type-method-return, dbus-message-type-error)
14978         (dbus-message-type-signal): Declare variables.  Remove local
14979         definitions.
14980         (dbus-interface-dbus, dbus-interface-peer)
14981         (dbus-interface-introspectable, dbus-interface-properties)
14982         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14983         Adapt docstring.
14984         (dbus-interface-objectmanager): New defconst.
14985         (dbus-call-method, dbus-call-method-asynchronously)
14986         (dbus-send-signal, dbus-method-return-internal)
14987         (dbus-method-error-internal, dbus-register-service)
14988         (dbus-register-signal, dbus-register-method): New defuns, moved
14989         from dbusbind.c
14990         (dbus-call-method-handler, dbus-setenv)
14991         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14992         New defuns.
14993         (dbus-call-method-non-blocking): Make it an obsolete function.
14994         (dbus-unregister-object, dbus-unregister-service)
14995         (dbus-handle-event, dbus-register-property)
14996         (dbus-property-handler): Obey the new structure of
14997         `bus-registered-objects'.
14998         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
14999         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15000         Use `dbus-call-method'.
15002 2012-04-22  Chong Yidong  <cyd@gnu.org>
15004         * cus-edit.el (custom-commands, custom-reset-menu)
15005         (Custom-reset-standard): Tweak labels.
15006         (custom-reset-button-menu): Change default to t.
15007         (custom-buffer-create-internal): For the custom-reset-button-menu
15008         case, put the revert button first.
15009         (custom-group-subtitle): New face.
15010         (custom-group-value-create): Align docstring to a specific column.
15012         * wid-edit.el (widget-documentation-link-add): Don't handle
15013         indentation in this function.
15014         (widget-documentation-string-indent-to): New function.
15015         (widget-documentation-string-value-create): Use it.
15017         * autorevert.el (auto-revert):
15018         * epg-config.el (epg):
15019         * ibuffer.el (ibuffer):
15020         * mpc.el (mpc):
15021         * ses.el (ses):
15022         * eshell/eshell.el (eshell):
15023         * net/ange-ftp.el (ange-ftp):
15024         * progmodes/ebnf2ps.el (postscript):
15025         * progmodes/flymake.el (flymake):
15026         * progmodes/prolog.el (prolog):
15027         * progmodes/verilog-mode.el (verilog-mode):
15028         * progmodes/which-func.el (which-func):
15029         * term/xterm.el (xterm):
15030         * textmodes/picture.el (picture):
15031         * textmodes/tildify.el (tildify):
15032         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15033         customization buffers.
15035 2012-04-22  Alan Mackenzie  <acm@muc.de>
15037         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15038         Adding a ) can hide the resulting (..) from searches.  Fix it.
15039         Bound the backward search to the position of the existing (.
15041 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
15043         * progmodes/verilog-mode.el (verilog-mode): Check whether
15044         which-func-modes is t before adding verilog-mode.
15045         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15047 2012-04-21  Leo Liu  <sdl.web@gmail.com>
15049         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15051 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
15053         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15054         filling of the last column of a table (Bug#5635).
15055         (woman-find-next-control-line): New arg, specifying an additional
15056         regexp component for the control line.
15057         (woman2-roff-buffer): Use it.
15058         (woman-break-table): New function.
15059         (woman2-TS): Use it.
15061 2012-04-21  Chong Yidong  <cyd@gnu.org>
15063         * woman.el (woman-set-buffer-display-table, woman-decode-region)
15064         (woman-horizontal-escapes, woman-negative-vertical-space)
15065         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15066         (WoMan-warn-ignored): Use ?\s instead of ?\ .
15068 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15070         * minibuffer.el (completion-file-name-table): Complete user names.
15072 2012-04-20  Leo Liu  <sdl.web@gmail.com>
15074         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15075         and pcase-let*.
15077 2012-04-20  Chong Yidong  <cyd@gnu.org>
15079         * server.el (server-execute): Respect initial-buffer-choice if it
15080         is a string and there are no files to open (Bug#2825).
15081         (server-create-window-system-frame, server-create-tty-frame):
15082         Don't switch buffers here.
15083         (server-process-filter): Only try to open a window system frame if
15084         compiled with graphical support (Bug#8314).
15086 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
15088         * battery.el (battery-echo-area-format): Display remaining time
15089         for sysfs backend too (Bug#11269).
15090         (battery-linux-sysfs): Fix conditional for the charge.
15092 2012-04-20  Chong Yidong  <cyd@gnu.org>
15094         * progmodes/gdb-mi.el (gdb): Revert previous change.
15095         (gdb-inferior-io--init-proc): New function.
15096         (gdb-init-1): Use it.
15097         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15098         responsible for allocating a new pty and hooking it to gdb when
15099         the old pty gets an EIO due to process exit.
15100         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
15101         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15102         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15104 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15106         * window.el (window-min-size, window-sizable, window-min-delta)
15107         (window-max-delta, window--resizable, window-resizable)
15108         (window-total-size, window-full-height-p, window-full-width-p)
15109         (window-in-direction, window--resize-mini-window, window-resize)
15110         (window--resize-child-windows-normal)
15111         (window--resize-child-windows, window--resize-siblings)
15112         (window--resize-this-window, adjust-window-trailing-edge)
15113         (enlarge-window, shrink-window): Doc fixes.
15115 2012-04-20  Chong Yidong  <cyd@gnu.org>
15117         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15118         New function to call delete-process on the gdb-inferior buffer's pty.
15119         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15120         pty process (Bug#11273).
15121         (gdb-update): New arg to suppress talking to the gdb process.
15122         (gdb-done-or-error): Use it.
15123         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15124         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15125         sentinel not being called.
15127         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15129         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15131 2012-04-20  Glenn Morris  <rgm@gnu.org>
15133         * net/network-stream.el (open-network-stream): Doc fix.
15135 2012-04-20  Chong Yidong  <cyd@gnu.org>
15137         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15139 2012-04-20  Alan Mackenzie  <acm@muc.de>
15141         Ensure searching for keywords is case sensitive.
15143         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15144         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15145         (c-defun-name, c-mark-function, c-cpp-define-name)
15146         (c-comment-indent, c-scan-conditionals, c-indent-defun)
15147         (c-context-line-break): Bind case-fold-search to nil.
15149         * progmodes/cc-mode.el (c-font-lock-fontify-region):
15150         Bind case-fold-search to nil.
15152 2012-04-20  Chong Yidong  <cyd@gnu.org>
15154         * mail/sendmail.el (mail-bury): Call return action with the right
15155         Rmail buffer (Bug#11242).
15157         * server.el (server-process-filter): Handle corner case where both
15158         tty and nowait options are present (Bug#11102).
15160 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15162         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15163         (top level): Put into the executable the ident-style '$Id:' tag on
15164         windows-nt as well.
15166 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15168         * electric.el (electric-indent-post-self-insert-function): Check that
15169         electric-indent-mode is enabled in current buffer.
15171 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15173         * imenu.el (imenu-progress-message): Restore; it is "used" in
15174         erc/erc-imenu.el and net/snmp-mode.el.
15176 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15178         * avoid.el (mouse-avoidance-mode): Mark unused arg.
15179         (mouse-avoidance-nudge-mouse): Remove unused binding.
15181         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15183         * descr-text.el (describe-char):
15184         * progmodes/python.el (python-describe-symbol):
15185         Don't call `toggle-read-only', set `buffer-read-only'.
15187         * imenu.el (imenu-default-goto-function): Mark unused args.
15188         (imenu-progress-message): Remove obsolete macro; all callers changed.
15190         * subr.el (keymap-canonicalize): Remove unused binding.
15191         (read-passwd): Mark unused arg.
15193         * tutorial.el (tutorial--display-changes): Remove unused binding.
15194         (tutorial--save-tutorial-to): Remove unused variable.
15196         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15197         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15198         (package-generate-autoloads, package-menu--generate)
15199         (package-menu--find-upgrades): Remove unused bindings.
15201         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15202         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
15203         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15204         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15205         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15206         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15207         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15208         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15209         (cua-delete-char-rectangle): Mark unused args.
15210         (cua-align-rectangle): Remove unused binding.
15212         * mail/rmail.el (compilation--message->loc)
15213         (epa--find-coding-system-for-mime-charset): Declare.
15215         * net/dbus.el (dbus-register-service): Declare.
15216         (dbus-name-owner-changed-handler): Remove unused binding.
15218         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15219         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15220         (nxml-scan-backward-within): Mark unused arg.
15221         (nxml-dynamic-markup-word): Remove unused binding.
15223         * mouse.el (mouse-menu-major-mode-map):
15224         * emacs-lisp/authors.el (authors-scan-change-log)
15225         (authors-add-to-author-list):
15226         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15227         * emacs-lisp/smie.el (smie-auto-fill):
15228         * mail/sendmail.el (mail-bury):
15229         * mail/unrmail.el (unrmail):
15230         * net/tls.el (open-tls-stream):
15231         * textmodes/picture.el (picture-mouse-set-point):
15232         Remove unused bindings.
15234 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
15236         * net/tramp.el (tramp-action-password): Let-bind
15237         `enable-recursive-minibuffers' to t.
15239 2012-04-18  Sam Steingold  <sds@gnu.org>
15241         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15242         instead of 'string to accommodate values like [f11].
15243         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15244         * progmodes/gdb-mi.el: Likewise.
15246 2012-04-18  Leo Liu  <sdl.web@gmail.com>
15248         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15249         current buffer.
15250         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15251         LOCAL is nil.
15253 2012-04-18  Chong Yidong  <cyd@gnu.org>
15255         * simple.el (line-move): Use forward-line if in batch mode
15256         (Bug#11053).
15258 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
15260         * files.el (after-find-file): Do not try to add a final newline if
15261         the buffer is read-only (Bug#11156).
15263 2012-04-17  Richard Stallman  <rms@gnu.org>
15265         * mail/rmail.el (rmail-start-mail):
15266         Pass (rmail-mail-return...) for the return-action.
15267         Pass (rmail-yank-current-message...) for the yank-action.
15268         (rmail-yank-current-message): New function.
15269         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15270         (rmail-reply): Likewise.
15271         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15273         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15274         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
15275         buffer, not newbuf.
15277 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
15279         * server.el (server-ensure-safe-dir): Simplify.
15281 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15283         * emacs-lisp/smie.el: Provide smarter auto-filling.
15284         (smie-auto-fill): New function.
15285         (smie-setup): Use it.
15287         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15289 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
15291         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15292         (comment-indent): Use it.
15294 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
15296         * ses.el: The overall change is to add cell renaming, that is
15297         setting fancy names for cell symbols other than name matching
15298         "\\`[A-Z]+[0-9]+\\'" regexp .
15299         (ses-localvars): Add ses--renamed-cell-symb-list.
15300         (ses-create-cell-variable): New defun.
15301         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15302         (ses-relocate-formula): Relocate formulas only for cells the
15303         symbols of which are not renamed, i.e. symbols whose names do not
15304         match regexp "\\`[A-Z]+[0-9]+\\'".
15305         (ses-relocate-all): Relocate values only for cells the symbols of
15306         which are not renamed.
15307         (ses-load): Create cells variables as the (ses-cell ...) are read,
15308         in order to check row col consistency with cell symbol name only
15309         for cells that are not renamed.
15310         (ses-replace-name-in-formula): New defun.
15311         (ses-rename-cell): New defun.
15313 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
15315         * progmodes/perl-mode.el (perl-indent-parens-as-block):
15316         New option (bug#11118).
15317         (perl-calculate-indent): Respect it.
15319 2012-04-17  Glenn Morris  <rgm@gnu.org>
15321         * dired-aux.el (dired-mark-read-string): Doc fix.
15323 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
15325         * dired-aux.el (dired-mark-read-string): Offer optional completion.
15326         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
15328 2012-04-17  Glenn Morris  <rgm@gnu.org>
15330         * mouse.el (mouse-drag-track):
15331         * speedbar.el (speedbar-frame-mode):
15332         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15334 2012-04-16  Leo Liu  <sdl.web@gmail.com>
15336         * progmodes/python.el: Trivial cleanup.
15338 2012-04-16  Glenn Morris  <rgm@gnu.org>
15340         * vc/vc.el (vc-string-prefix-p):
15341         * vc/pcvs-util.el (cvs-string-prefix-p):
15342         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15343         * mpc.el (mpc-string-prefix-p):
15344         Make all of these into obsolete aliases for string-prefix-p.
15345         Update callers.
15346         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15348         * textmodes/two-column.el: Move custom options to the start.
15349         (frame-width): Remove compat definition.
15350         (2C-associate-buffer, 2C-dissociate):
15351         Use with-current-buffer rather than save-excursion.
15352         (2C-dissociate): Force a mode-line update.
15353         (2C-autoscroll): Use ignore-errors.
15355         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15356         Autoload trivia.
15358         * emacs-lisp/cl-extra.el (*random-state*):
15359         Remove unnecessary declaration.
15361         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15363         * play/cookie1.el (cookie-snarf):
15364         Give an explicit error if input file cannot be read.
15366         * play/yow.el (yow-file): Use expand-file-name rather than concat.
15368         * progmodes/perl-mode.el (c-macro-expand):
15369         Remove unnecessary autoload (it is in loaddefs.el).
15371         * textmodes/picture.el (picture-desired-column)
15372         (picture-update-desired-column): Convert comments to doc-strings.
15373         (picture-substitute): Remove function.
15374         (picture-mode-map): Initialize in the defvar.
15376         * woman.el: Remove eval-after-load for tar-mode.
15377         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15378         (woman-tar-extract-file): Autoload it.
15380         * frame.el (automatic-hscrolling): Make this alias obsolete.
15382 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15384         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15385         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15386         (ispell-dictionary-base-alist): Revert to original XEmacs
15387         friendly version for default.  [:alpha:] will be added in
15388         `ispell-set-spellchecker-params' if needed.
15390 2012-04-16  Chong Yidong  <cyd@gnu.org>
15392         * image.el (imagemagick--file-regexp): New variable.
15393         (imagemagick-register-types): Use it.
15394         (imagemagick-types-inhibit): Add :set function.  Allow new value
15395         of t to inhibit all types.
15397         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15398         so we can preload it.
15400         * loadup.el (fboundp): Preload regexp-opt, needed by
15401         imagemagick-register-types.
15403 2012-04-15  Chong Yidong  <cyd@gnu.org>
15405         * frame.el (scrolling): Remove nearly unused customization group.
15407         * scroll-all.el (scroll-all-mode): Move to windows group.
15409 2012-04-15  Chong Yidong  <cyd@gnu.org>
15411         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15413 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15415         Avoid the use of ((lambda ...) ...) in lexical-binding code.
15416         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15418 2012-04-15  Glenn Morris  <rgm@gnu.org>
15420         * simple.el (process-file-side-effects): Doc fix.
15422 2012-04-15  Glenn Morris  <rgm@gnu.org>
15424         * international/mule-cmds.el (set-language-environment): Doc fix.
15426 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15428         * server.el (server-auth-key, server-generate-key): Doc fixes.
15429         (server-get-auth-key): Doc fix.  Use `string-match-p'.
15430         (server-start): Reflow docstring.
15432 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
15434         * server.el (server-generate-key): `called-interactively-p'
15435         requires a parameter.
15437 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
15439         * server.el (server-auth-key): New variable.
15440         (server-generate-key, server-get-auth-key): New function.
15441         (server-start): Use the new variable and functions to allow
15442         setting a permanent server key (bug#9423).
15444 2012-04-14  Leo Liu  <sdl.web@gmail.com>
15446         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15448 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
15450         Spelling fixes.
15451         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15452         Emacs uses American spelling.
15454 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15456         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15457         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
15458         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15459         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
15461 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15463         * progmodes/which-func.el (which-func-modes): Change default.
15465 2012-04-14  Kim F. Storm  <storm@cua.dk>
15467         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15468         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15470 2012-04-14  Chong Yidong  <cyd@gnu.org>
15472         * custom.el (custom-theme-set-variables): Doc fix.
15474 2012-04-14  Glenn Morris  <rgm@gnu.org>
15476         * international/mule.el (set-auto-coding-for-load): Doc fix.
15478 2012-04-14  Alan Mackenzie  <acm@muc.de>
15480         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15481         imenu work again for Objective C Mode.  Correct the *-index values,
15482         these having been disturbed by a previous change in 2011-08.
15484         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15485         Correct two search limits.
15487 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15489         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15491 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
15493         * international/characters.el: Fix sorting.
15495 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15497         * international/characters.el: Add more missing Latin case pairs.
15499 2012-04-14  Glenn Morris  <rgm@gnu.org>
15501         * files.el (dir-locals-set-class-variables): Doc fix.
15503 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15505         * international/characters.el: Add set-case-syntax-pair call for
15506         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15507         counterpart.  (Bug#11209)
15509         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
15511 2012-04-14  Glenn Morris  <rgm@gnu.org>
15513         * calendar/holidays.el (calendar-check-holidays): Doc fix.
15515 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15517         * textmodes/ispell.el (ispell-dictionary-base-alist):
15518         Add data for Hebrew.
15520 2012-04-14  Chong Yidong  <cyd@gnu.org>
15522         * net/rcirc.el (rcirc-cmd-quit):
15523         Revert 2012-03-18 change (Bug#11192).
15525 2012-04-14  Glenn Morris  <rgm@gnu.org>
15527         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15529 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15531         * minibuffer.el (completion-in-region-mode-map):
15532         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
15534 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
15536         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15538 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
15540         * minibuffer.el (minibuffer-local-filename-syntax): New variable
15541         to allow `C-M-f' and `C-M-b' to move to the nearest path
15542         separator (bug#9511).
15544 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
15546         * avoid.el: Require cl when compiling.  And also move the
15547         `provide' to the end.
15549 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15551         * avoid.el (mouse-avoidance-banish-position): New variable.
15552         (mouse-avoidance-banish-destination): Use it (bug#10165).
15554 2012-04-13  Leo Liu  <sdl.web@gmail.com>
15556         * progmodes/which-func.el (which-func-modes): Add objc-mode.
15558 2012-04-13  Ken Brown  <kbrown@cornell.edu>
15560         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15561         this is no longer needed now that cygstart understands file:// URLs.
15562         (browse-url-filename-alist): For the same reason, don't modify
15563         file:// URLs on Cygwin.
15565 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15567         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15568         the region on shift if the binding is already shifted (bug#11221).
15570 2012-04-12  Glenn Morris  <rgm@gnu.org>
15572         * mail/mailpost.el: Move to obsolete/.
15574 2012-04-12  Drew Adams  <drew.adams@oracle.com>
15576         * imenu.el (imenu--generic-function): Ignore invisible definitions
15577         (bug#10123).
15579 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
15581         * hexl.el (hexl-bits): New variable.
15582         (hexl-options): Mention the variable in the doc string.
15583         (hexl-rulerise, hexl-line-displen): New functions.
15584         (hexl-mode): Mention the new variable.
15585         (hexl-mode, hexl-current-address, hexl-current-address):
15586         Use the displen.
15587         (hexl-ascii-start-column): New function.
15588         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15589         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15591 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15593         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15594         '("-i" ENCODING), in 2 separate command-line arguments, to specify
15595         the encoding, as expected by hunspell.
15597 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15599         * battery.el (battery--linux-sysfs-regexp): New const.
15600         (battery-status-function): Use it.  Remove yeeloong special case.
15601         (battery-yeeloong-sysfs): Remove.
15602         (battery-echo-area-format): Remove yeeloong special case.
15604 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15606         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15607         Reported by Noah Friedman.
15609         * subr.el (read-passwd): Use read-string.
15611 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15613         * vcursor.el (vcursor-move): Increase the priority of the overlay
15614         (bug#9663).
15616 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
15618         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15619         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15621 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
15623         * textmodes/artist.el (artist-mode): Convert artist-mode to use
15624         define-minor-mode (bug#10760).
15626 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15628         * progmodes/grep.el (rgrep): Tweak the find command line so
15629         that directories matching `grep-find-ignored-files' won't be
15630         pruned (bug#10351).
15632 2012-04-11  Chong Yidong  <cyd@gnu.org>
15634         * startup.el (command-line): Remove support for long-obsolete
15635         variable font-lock-face-attributes.
15637 2012-04-11  Glenn Morris  <rgm@gnu.org>
15639         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15641 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15643         * window.el (window--state-get-1): Obey window-point-insertion-type.
15645 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
15647         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15648         to previous function when point is on the first character of a
15649         function.  Take care of that in `narrow-to-defun' (bug#6157).
15651 2012-04-11  Glenn Morris  <rgm@gnu.org>
15653         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15654         not just file-errors.
15656         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15657         (vc-bzr-sha1): Use internal sha1.
15659 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15661         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15663 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
15665         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15666         that start in the middle of the line (bug#10496).
15668 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
15670         * battery.el (battery-linux-proc-acpi): Only one battery is
15671         discharged at a time, but that seems to confuse battery.el when
15672         computing `rate-type' for the battery not being discharged
15673         (bug#10332).
15675 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15679         * international/quail.el: Use dolist and simplify.
15680         (quail-define-package, quail-update-keyboard-layout)
15681         (quail-define-rules): Use dolist.
15682         (quail-insert-kbd-layout, quail-get-translation): CSE.
15684         * tmm.el: Use dolist, remove left over hook.
15685         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15686         Use dolist.
15687         (calendar-load-hook): Don't mess with it.
15689         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15690         Use derived-mode-p.  Run the diff asynchronously.
15692 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15694         * obsolete/mouse-sel.el: Add an Obsolete-since header.
15696 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
15698         * misc.el: Display absolute path of loaded DLLs (bug#10424).
15699         (list-dynamic-libraries--loaded): New function.
15700         (list-dynamic-libraries--refresh): Use it.
15702 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
15704         * progmodes/python.el (python-fill-paragraph):
15705         Make python-fill-region in a multiline string work when font-lock is
15706         disabled (bug#7018).
15708 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
15710         * language/european.el (cp775): Add oem/legacy (en)coding on
15711         DOS/MS Windows for the Baltic languages.  There are still plenty
15712         of texts written in this encoding/codepage (bug#6519).
15714 2012-04-10  Glenn Morris  <rgm@gnu.org>
15716         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15717         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15719 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
15721         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15722         next-line "n" and previous-line "p" in order to make recentf more
15723         consistent with ibuffer, dired or org-mode (bug#9387).
15725 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15727         * image.el (put-image): Return the overlay created instead of the
15728         optional input string (bug#7834).  Note that this may break code
15729         that is (for some reason or other) depending on `put-image'
15730         returning the string.
15732         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15734         * simple.el (zap-to-char): Allow zapping using input methods
15735         (bug#1580).
15737         * textmodes/fill.el (fill-region): Leave point and mark where they
15738         were before filling (bug#5399).
15740 2012-04-09  Glenn Morris  <rgm@gnu.org>
15742         * version.el (emacs-bzr-get-version):
15743         Handle lightweight checkouts of local branches.
15745 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
15747         * international/characters.el: Recover lost case pairs.  (Bug#11209)
15749 2012-04-09  Chong Yidong  <cyd@gnu.org>
15751         * custom.el (custom-variable-p): Return nil for non-symbol
15752         arguments instead of signaling an error.
15753         (user-variable-p): Obsolete alias for custom-variable-p.
15755         * apropos.el (apropos-variable):
15756         * files-x.el (read-file-local-variable):
15757         * simple.el (set-variable):
15758         * woman.el (woman-mini-help):
15759         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15761 2012-04-09  Glenn Morris  <rgm@gnu.org>
15763         * startup.el (normal-top-level): Don't look for leim-list.el
15764         in places where it will not be found.  (Bug#910)
15766         * international/mule-cmds.el (set-default-coding-systems):
15767         * files.el (normal-mode):
15768         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
15769         This function was removed with ucs-tables.el in 2008.
15771 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
15773         * textmodes/ispell.el (ispell-check-version): For hunspell, set
15774         ispell-encoding8-command to "-i", without a trailing space.
15775         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15776         separate command-line arguments, to specify the encoding, since
15777         that's how hunspell expects it.
15779 2012-04-08  Glenn Morris  <rgm@gnu.org>
15781         * loadup.el: Load bindings before cus-start.
15782         This reduces somewhat the number of "rogue" settings in emacs -Q.
15784 2012-04-07  Glenn Morris  <rgm@gnu.org>
15786         * version.el (emacs-bzr-get-version): New function.
15787         (emacs-bzr-version): New variable.
15788         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
15789         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15791 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15793         * international/uni-bidi.el, international/uni-category.el:
15794         * international/uni-combining.el, international/uni-decimal.el:
15795         * international/uni-decomposition.el, international/uni-digit.el:
15796         * international/uni-lowercase.el, international/uni-mirrored.el:
15797         * international/uni-name.el, international/uni-numeric.el:
15798         * international/uni-titlecase.el, international/uni-uppercase.el:
15799         Update for Unicode 6.1.
15801 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15803         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15805 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15807         * window.el (shrink-window): Mention the `window-min-height'
15808         variable in the doc string.
15810 2012-04-05  Bastien Guerry  <bzg@altern.org>
15812         * color.el (color-lighten-name): Fix typo.
15814 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15816         * server.el (server--on-display-p): New function.
15817         (server--on-display-p): Use it.
15819 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
15821         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15822         (bug#11145).
15824 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15826         * comint.el (comint--common-quoted-suffix): Check string boundary
15827         before comparing (bug#11158).
15828         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15830 2012-04-04  Chong Yidong  <cyd@gnu.org>
15832         * minibuffer.el (completion-extra-properties): Doc fix.
15834         * subr.el (delayed-warnings-hook): Doc fix.
15836 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
15838         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15839         selection (Bug#11159).
15840         (epa-insert-keys): Inform that the default public key will be
15841         exported if no key is selected.
15843 2012-04-04  Richard Stallman  <rms@gnu.org>
15845         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15847 2012-04-03  Chong Yidong  <cyd@gnu.org>
15849         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15850         mail-insert-file, not its obsolete alias mail-attach-file.
15852 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
15854         * notifications.el (notifications-notify): Fix docstring.
15856 2012-04-02  Glenn Morris  <rgm@gnu.org>
15858         * emacs-lisp/authors.el (authors-aliases): Another addition.
15860 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
15862         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15863         `tramp-compat-call-process' instead of `tramp-local-call-process'.
15864         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15866 2012-04-01  Chong Yidong  <cyd@gnu.org>
15868         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15869         Handle root directory properly.
15870         (copy-directory): Caller changed.
15872         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15873         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15875 2012-03-31  Glenn Morris  <rgm@gnu.org>
15877         * term/xterm.el (xterm-extra-capabilities): Doc fix.
15879         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
15881         * calendar/calendar.el (calendar-window-list)
15882         (calendar-hide-window): Restore.  (Bug#11140)
15883         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15885         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15887 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15889         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15890         Check if file is a symlink (Bug#10489).
15892         * files.el (copy-directory): Likewise.
15894 2012-03-30  Chong Yidong  <cyd@gnu.org>
15896         * image.el (imagemagick-types-inhibit)
15897         (imagemagick-register-types): Doc fix.
15899 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15901         * textmodes/ispell.el (ispell-get-extended-character-mode):
15902         Disable extended-char-mode for hunspell.  hunspell does not support it
15903         and treats ~word as ordinary words in pipe mode.
15905 2012-03-30  Glenn Morris  <rgm@gnu.org>
15907         * tutorial.el (help-with-tutorial): Ensure local variables don't
15908         happen to make the buffer read-only.  (Bug#11127)
15910 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15912         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15913         (perl-calculate-indent): Return `noindent' in strings.
15915 2012-03-28  Sam Steingold  <sds@gnu.org>
15917         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15918         instead of the broken adhockery which does not prevent calendar
15919         buffers from being displayed at random after exit.
15920         (calendar-window-list, calendar-hide-window): Remove the broken
15921         adhockery.
15923 2012-03-28  Glenn Morris  <rgm@gnu.org>
15925         * replace.el (query-replace-map): Doc fix.
15927 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
15929         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15930         contents.  (Bug#11109)
15932 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15934         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15935         (bug#11077).
15936         (avl-tree--check, avl-tree--check-node): New funs.
15938 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
15940         * window.el (switch-to-visible-buffer): New option.
15941         (switch-to-prev-buffer, switch-to-next-buffer):
15942         Observe switch-to-visible-buffer.  Make sure that checking for a window
15943         showing a buffer already is done on the same frame.
15945 2012-03-27  Glenn Morris  <rgm@gnu.org>
15947         * startup.el (mail-host-address): Doc fix.
15949 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15951         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15952         than 197 variables.
15954 2012-03-26  Ami Fischman  <ami@fischman.org>
15956         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15958 2012-03-26  Glenn Morris  <rgm@gnu.org>
15960         * files.el (save-buffers-kill-emacs): Doc fix.
15962         * startup.el (normal-top-level, command-line, command-line-1):
15963         Give them doc strings.
15965 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
15967         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15968         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15970 2012-03-25  Chong Yidong  <cyd@gnu.org>
15972         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15973         theme if it was previously enabled before (Bug#11031).
15975         * cus-theme.el (custom-theme-write-faces): Retrieve current face
15976         spec with custom-face-get-current-spec if its :shown-value is not
15977         determined yet (Bug#9337).
15978         (customize-create-theme, custom-theme-revert): Doc fixes.
15980         * button.el (button-at): Minor addition to docstring.
15982 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
15984         * vc/vc.el (vc-merge): Fix a prompt.
15986 2012-03-24  Chong Yidong  <cyd@gnu.org>
15988         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15989         point (Bug#9623).
15991         * button.el (button-at): Minor addition to docstring.
15993 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15995         * newcomment.el (comment-choose-indent): No space after BOL.
15997 2012-03-22  Sam Steingold  <sds@gnu.org>
15999         * window.el (switch-to-prev-buffer): Revert last patch because the
16000         bug turned out to be an advertised feature (Elisp manual 28.14).
16002 2012-03-22  Glenn Morris  <rgm@gnu.org>
16004         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
16005         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16007 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16009         * net/network-stream.el (network-stream-open-starttls): Make error
16010         message under Windows be less misleading.
16012 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
16014         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16015         understands (bug#9942).
16017 2012-03-22  Chong Yidong  <cyd@gnu.org>
16019         * simple.el (end-of-visible-line): Handle return value of
16020         next-single-property-change properly (Bug#9371).
16022 2012-03-22  Kenichi Handa  <handa@m17n.org>
16024         * international/quail.el (quail-insert-kbd-layout): Fix previous
16025         change.  To avoid unwanted bidi reordering, use
16026         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16028 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
16030         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16031         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16032         (ruby-beginning-of-indent): Be more careful with the difference
16033         between word-boundary and symbol boundary.
16034         (ruby-mode-syntax-table): Make : a symbol constituent.
16036 2012-03-21  Andreas Politz  <politza@fh-trier.de>
16038         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16040 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16042         * progmodes/etags.el (tags-completion-at-point-function):
16043         Improve last fix.
16045         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16047 2012-03-21  Sam Steingold  <sds@gnu.org>
16049         * progmodes/etags.el (tags-completion-at-point-function):
16050         Avoid the error when point is inside the pattern.
16052 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
16054         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16055         line (Bug#10855).
16057 2012-03-21  Drew Adams  <drew.adams@oracle.com>
16059         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16061 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
16063         * ido.el (ido-set-current-directory, ido-read-internal)
16064         (ido-choose-completion-string, ido-completion-help): Handle nil
16065         value of ido-completion-buffer (Bug#11008).
16067 2012-03-21  Sam Steingold  <sds@gnu.org>
16069         * window.el (switch-to-prev-buffer): Do not switch to a visible
16070         window previous buffer, just like with the frame previous buffers.
16072 2012-03-21  Chong Yidong  <cyd@gnu.org>
16074         * faces.el (make-face, make-empty-face, copy-face):
16075         * face-remap.el (face-remap-add-relative, face-remap-set-base):
16076         Doc fixes.
16078 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16080         * wid-edit.el (widget-complete-field): Remove (bug#11051).
16081         (widget-complete): Remove broken use of it.
16083 2012-03-20  Chong Yidong  <cyd@gnu.org>
16085         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16086         Use string-width and truncate-string-width to handle arbitrary
16087         characters.
16089 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
16091         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16092         to draw rectangles, not squares.  (Regression introduced by revno
16093         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16095 2012-03-18  Chong Yidong  <cyd@gnu.org>
16097         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16098         it is not yet defined (for temacs).
16100 2012-03-18  Leo Liu  <sdl.web@gmail.com>
16102         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16103         prefix.
16105 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
16107         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16108         (ispell-choices-win-default-height, ispell-silently-savep)
16109         (ispell-dictionary-alist, ispell-encoding8-command)
16110         (ispell-check-version, ispell-aspell-find-dictionary)
16111         (ispell-valid-dictionary-list, ispell-words-keyword)
16112         (ispell-get-word, ispell-internal-change-dictionary)
16113         (ispell-region, ispell-skip-region-list)
16114         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16115         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16116         (ispell-message-text-end, ispell-message)
16117         (ispell-buffer-local-parsing): Doc fix.
16119 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
16121         * htmlfontify.el: Add support for code block fontification for ODT
16122         export (Bug #9914).
16123         (hfy-optimisations): Define new option
16124         `body-text-only'
16125         (hfy-fontify-buffer): Honor above setting.
16126         (hfy-begin-span, hfy-end-span): New routines factored out form
16127         `hfy-fontify-buffer'.
16128         (hfy-begin-span-handler, hfy-end-span-handler): New variables
16129         that permit insertion of custom tags.
16130         (hfy-fontify-buffer): Use above handlers.
16131         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16132         (hfy-face-to-css): Re-defined to be a variable.
16133         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
16134         over multiple runs.  This is made possible by having the caller let
16135         bind a special variable `hfy-user-sheet-assoc'.
16136         (htmlfontify-string): New defun.
16137         (hfy-compile-face-map): Make sure that the last char in the
16138         buffer is correctly fontified.
16139         (hfy-face-resolve-face): Whitespace only change.
16141 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
16143         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16144         message more clear.
16146 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16148         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16150 2012-03-16  Alan Mackenzie  <acm@muc.de>
16152         Further optimize the handling of large macros.
16154         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16155         limit to a call of `c-literal-limits'.
16156         (c-determine-+ve-limit): New function.
16157         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16158         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16159         In CASE 5B, restrict a search limit to 500.
16160         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16162         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16163         Restrict macro bounds to +-500 from after-change's BEG END.
16165 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16167         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16169 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
16171         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16172         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
16174 2012-03-16  Glenn Morris  <rgm@gnu.org>
16176         * view.el (view-buffer, view-buffer-other-window)
16177         (view-buffer-other-frame): Doc fixes re special mode-class.
16179         * subr.el (eval-after-load): If named feature is provided not from
16180         a file, run after-load forms.  (Bug#10946)
16182         * calendar/calendar.el (calendar-insert-at-column):
16183         Handle non-unit-width characters a bit better.  (Bug#10978)
16185 2012-03-15  Chong Yidong  <cyd@gnu.org>
16187         * emacs-lisp/ring.el (ring-extend): New function.
16188         (ring-insert+extend): Extend the ring correctly (Bug#11019).
16190         * comint.el (comint-read-input-ring)
16191         (comint-add-to-input-history): Grow comint-input-ring lazily.
16193 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16195         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16196         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16198         * imenu.el: Fix multiple inheritance breakage (bug#9199).
16199         (imenu-add-to-menubar): Don't add a redundant index.
16200         (imenu-update-menubar): Handle a dynamically composed keymap.
16202 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16204         * mail/sendmail.el (mail-encode-header):
16205         Bind rfc2047-encode-encoded-words to nil.
16207 2012-03-13  Glenn Morris  <rgm@gnu.org>
16209         * calendar/calendar.el (calendar-string-spread):
16210         Handle non-unit-width characters a bit better.  (Bug#10978)
16212 2012-03-13  Leo Liu  <sdl.web@gmail.com>
16214         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16215         directory and file as argument (Bug#10822).
16217 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16219         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16220         For dynamically generated code, follow $PC.
16221         (gdb-disassembly-handler-custom): Handle no function name case.
16223 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
16225         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16226         * emulation/ws-mode.el (ws-query-replace):
16227         * sort.el (sort-regexp-fields):
16228         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
16230 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16232         * dabbrev.el: Fix cycle completion order (bug#10963).
16233         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16234         (dabbrev-completion): Don't use an obarray; provide
16235         a cycle-sort-function.
16237 2012-03-12  Leo Liu  <sdl.web@gmail.com>
16239         * simple.el (kill-new): Use equal-including-properties for comparison.
16240         (kill-do-not-save-duplicates): Doc fix.
16242 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16244         * dabbrev.el: Fix cycle completion (bug#10963).
16245         Use lexical binding and wrap to 80 columns.
16246         (dabbrev-completion): Delay computing the list of completions.
16248 2012-03-12  Kenichi Handa  <handa@m17n.org>
16250         * international/quail.el (quail-insert-kbd-layout): Surround each
16251         row by LRO and PDF instead of inserting many LRMs.  Pad the left
16252         and right of each non-spacing marks.  Insert invisible space
16253         between lower and upper characters to prevent composition.
16255 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16257         * minibuffer.el (minibuffer-complete): Don't get confused when the
16258         function is run twice via different commands (bug#10958).
16259         (complete-with-action): Fix docstring.
16261 2012-03-12  Chong Yidong  <cyd@gnu.org>
16263         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16264         (nxml-completion-at-point-function): New function.
16265         (nxml-mode): Use it.
16266         (nxml-bind-meta-tab-to-complete-flag): Default to t.
16268         * emacs-lisp/package.el (package-unpack, package-unpack-single):
16269         Load generated autoloads file before byte compiling (Bug#10970).
16270         (package--make-autoloads-and-compile): New helper fun.
16272 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
16274         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16276 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
16278         * autorevert.el (auto-revert-handler): Ensure, that
16279         file-readable-p is applied only for local files or in
16280         auto-revert-tail-mode.
16282 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
16284         * server.el (server-eval-at): Handle non-tcp connections.
16285         Decode result string.
16287         * server.el (server-msg-size): New constant.
16288         (server-reply-print): New function.
16289         (server-eval-and-print): Use it.
16290         (server-eval-at): Use server-quote-arg and server-unquote-arg.
16291         Handle -print-nonl.
16293 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
16295         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16296         (Bug#10987).
16298 2012-03-11  Chong Yidong  <cyd@gnu.org>
16300         * simple.el (goto-line): Doc fix (Bug#9938).
16302         * subr.el (save-window-excursion): Doc fix (Bug#9979).
16304         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16305         when finished (Bug#10963).
16307 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
16309         * window.el (split-window-below): Fix bug in case where
16310         split-window-keep-point is nil (Bug#10971).
16312 2012-03-11  Juri Linkov  <juri@jurta.org>
16314         * replace.el (replace-highlight): Set isearch-word to nil
16315         unconditionally.  (Bug#10887)
16317 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
16319         * net/mairix.el (mairix-replace-invalid-chars): Rename from
16320         mairix-replace-illegal-chars; all callers changed.  Don't remove
16321         ^, ~, and = characters: they are meaningful in mairix search specs.
16322         (mairix-widget-create-query): Add usage information about mairix
16323         search forms: negating words, searching for substrings, etc.
16325 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
16327         * international/fontset.el (font-encoding-alist): Add an entry for
16328         ksx1001 (Bug#5667).
16330 2012-03-10  Richard Stallman  <rms@gnu.org>
16332         * mail/sendmail.el (mail-encode-header):
16333         Set rfc2047-encode-encoded-words.
16335         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16337         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16338         view buffer means not swapped.
16339         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16340         (rmail-write-region-annotate): Error if real text has disappeared.
16342         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16344 2012-03-10  Chong Yidong  <cyd@gnu.org>
16346         * emulation/cua-rect.el (cua--init-rectangles):
16347         * emulation/cua-base.el (cua--init-keymaps):
16348         Add delete-forward-char to remappings (Bug#9666).
16350 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
16352         * speedbar.el (speedbar-unhighlight-one-tag-line):
16353         Avoid unhighlighting due to frame switching (Bug#10275).
16355 2012-03-10  Chong Yidong  <cyd@gnu.org>
16357         * minibuffer.el (completion-in-region, completion-help-at-point):
16358         Give the completion field overlay a high priority (Bug#6830).
16360         * dired.el (dired-goto-file): Recognize absolute file name
16361         listings (Bug#7126).
16362         (dired-goto-file-1): New helper function.
16363         (dired-toggle-read-only): Inhibit warnings.
16365 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
16367         * net/dbus.el (dbus-property-handler): Return empty array if
16368         there are no properties.
16370 2012-03-09  Leo Liu  <sdl.web@gmail.com>
16372         * savehist.el (savehist-printable): Stricter check for string
16373         value (Bug#10937).
16375 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
16377         * mail/smtpmail.el (smtpmail-send-it):
16378         Bind coding-system-for-write to *-unix, so that FCC files are kept in
16379         valid mbox format.
16381 2012-03-09  Glenn Morris  <rgm@gnu.org>
16383         * files.el (dir-locals-find-file):
16384         Don't check result is regular, readable.
16385         (dir-locals-read-from-file): Demote errors.
16387 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
16389         * international/quail.el (quail-insert-kbd-layout):
16390         Insert invisible LRM characters before each character in a keyboard
16391         layout cell, to prevent their reordering by bidi display engine.
16392         For details, see the discussion in
16393         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16395 2012-03-08  Alan Mackenzie  <acm@muc.de>
16397         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16398         the starting position; make it extend the marked region when
16399         invoked repeatedly - all under appropriate circumstances.
16400         Fixes bugs #5525, #10906.
16402 2012-03-08  Glenn Morris  <rgm@gnu.org>
16404         * files.el (locate-dominating-file, dir-locals-find-file):
16405         Undo 2012-03-06 change.
16407 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
16409         * international/quail.el (quail-help):
16410         Force bidi-paragraph-direction be left-to-right.  See discussion in
16411         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16412         for the reason.
16414 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
16416         Avoid superfluous registering of signals.  (Bug#10807)
16418         * notifications.el (notifications-on-action-object)
16419         (notifications-on-close-object): New defvars.
16420         (notifications-on-action-signal, notifications-on-closed-signal):
16421         Unregister the signal if not needed any longer.
16422         (notifications-notify): Register `notifications-action-signal' or
16423         `notifications-closed-signal', if :on-action or :on-close has been
16424         passed as argument.
16426 2012-03-07  Chong Yidong  <cyd@gnu.org>
16428         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16429         non-X platforms.
16431 2012-03-06  Glenn Morris  <rgm@gnu.org>
16433         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16434         (x-disown-selection-internal, x-get-selection-internal):
16435         Doc fix (add arglist signatures).  (Bug#10783)
16437 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16439         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16440         Handle breakpoints with no "type".
16442 2012-03-06  Glenn Morris  <rgm@gnu.org>
16444         * files.el (locate-dominating-file): Add optional predicate argument.
16445         (dir-locals-find-file): Make use of above change.
16447 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
16449         * info.el (Info-insert-dir): Also try "dir.gz".
16451 2012-03-06  Glenn Morris  <rgm@gnu.org>
16453         * files.el (dir-locals-find-file):
16454         Ignore non-readable or non-regular files.  (Bug#10928)
16456         * files.el (locate-dominating-file): Doc fix.
16458 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
16460         * calendar/calendar.el (calendar-set-mode-line):
16461         `getenv' returns a string.  (Bug#10951)
16463 2012-03-05  Leo Liu  <sdl.web@gmail.com>
16465         * simple.el (backward-delete-char-untabify): Constrain point to
16466         field (Bug#10939).
16468         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16470 2012-03-05  Chong Yidong  <cyd@gnu.org>
16472         * simple.el (count-words): If called from Lisp, return the word
16473         count, for symmetry with `count-lines'.  Arglist changed.
16474         (count-words--message): Args changed.  Consolidate counting code
16475         from count-words and count-words-region.
16476         (count-words-region): Caller changed.
16477         (count-lines-region): Make it an obsolete alias.
16479 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
16481         * saveplace.el (save-place-to-alist)
16482         (save-place-ignore-files-regexp): Allow value nil to disable this
16483         feature.
16485 2012-03-04  Chong Yidong  <cyd@gnu.org>
16487         * faces.el (face-spec-reset-face): For the default face, reset the
16488         attributes to default values (Bug#10748).
16490 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16492         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16493         previous patch: Check `message-send-mail-function', and not the
16494         default function (bug#10897).
16496 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
16498         * notifications.el (notifications-on-action-signal)
16499         (notifications-on-closed-signal): Check for unique service name of
16500         incoming event.  Fix error in removing entry.
16501         (top): Register for signals with wildcard service name.
16502         (notifications-notify): Use daemon unique service name for map entries.
16504 2012-03-04  Chong Yidong  <cyd@gnu.org>
16506         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16508 2012-03-04  Glenn Morris  <rgm@gnu.org>
16510         * abbrev.el (copy-abbrev-table, abbrev-table-p)
16511         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16512         (expand-abbrev, define-abbrev-table): Doc fixes.
16514 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16516         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16517         `message-default-send-mail-function' and not `send-mail-function'
16518         when doing the prompting for `sendmail-query-once' before sending
16519         in Message buffers (bug#10897).
16521         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16522         This is inconsistent with all the other stream functions, which leave
16523         the setting up to the higher levels (if so wanted) (bug#10931).
16525 2012-03-02  Alan Mackenzie  <acm@muc.de>
16527         Depessimize the handling of very large macros.
16529         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16530         (c-macro-cache-syntactic): New variables to implement a one
16531         element macro cache.
16532         (c-invalidate-macro-cache): New function.
16533         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16534         Adapt to use the new cache.
16535         (c-state-safe-place): Use better the cache of safe positions.
16536         (c-state-semi-nonlit-pos-cache)
16537         (c-state-semi-nonlit-pos-cache-limit):
16538         New variables for...
16539         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
16540         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16541         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16542         Use c-state-semi-safe-place.
16544         * progmodes/cc-langs.el (c-get-state-before-change-functions):
16545         Add c-invalidate-macro-cache to the C, C++, Obj entries.
16547 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
16549         * jka-compr.el (jka-compr-call-process):
16550         Apply `file-accessible-directory-p' only when the default directory is
16551         not remote.
16553 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
16555         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
16556         access of FILE2, if FILE1 does not exist.
16558         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16559         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16561         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16562         Add "PAGER=" to `process-environment'.
16564 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
16566         * progmodes/sql.el: Bug fix
16567         (sql-get-login-ext): Save login values in globals.
16568         (sql-get-login): Use new version of `sql-get-login-ext'.
16569         (sql-interactive-mode): Set global `sql-connection' to nil.
16570         (sql-connect): Set global values for connection.
16571         (sql-product-interactive): Save global values as buffer local.
16573 2012-02-29  Leo Liu  <sdl.web@gmail.com>
16575         * abbrev.el (define-abbrevs): Reset sys to nil.
16577 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16579         * files.el (file-equal-p): Rename from `files-equal-p'.
16580         Return nil when one or both files don't exist.
16581         (file-subdir-of-p): Now only top directory must exists,
16582         return nil if it doesn't.
16583         (copy-directory): No need to test with `file-subdir-of-p' after
16584         creating dir.
16585         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16586         to `file-equal-p'.
16588 2012-02-28  Glenn Morris  <rgm@gnu.org>
16590         * shell.el (shell-mode):
16591         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16592         * play/landmark.el (landmark-font-lock-face-O):
16593         * play/handwrite.el (handwrite):
16594         * play/gomoku.el (gomoku-O):
16595         * net/browse-url.el (browse-url-browser-display):
16596         * international/mule.el (define-charset):
16597         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16598         * filesets.el (filesets-find-file-delay):
16599         * eshell/em-xtra.el (eshell-xtra):
16600         * eshell/em-unix.el (eshell-grep):
16601         * emulation/viper.el (viper-mode):
16602         * emacs-lisp/regexp-opt.el (regexp-opt-group):
16603         * emacs-lisp/easymenu.el (easy-menu-define):
16604         * calendar/timeclock.el (timeclock-use-display-time):
16605         * bs.el (bs-mode):
16606         * bookmark.el (bookmark-save-flag):
16607         Doc fix (standardize possessive apostrophe usage).
16609 2012-02-27  Chong Yidong  <cyd@gnu.org>
16611         * emulation/viper-cmd.el (viper-intercept-ESC-key):
16612         Fix key-binding lookup for ESC key (Bug#9146).
16614         * font-lock.el (font-lock-specified-p): Rename from
16615         font-lock-spec-present.  Callers changed.
16617 2012-02-27  Daniel Hackney  <dan@haxney.org>
16619         * emacs-lisp/package.el (package-compute-transaction):
16620         Handle holding a package version to t in package-load-list.
16622 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
16624         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16625         (tramp-get-inode, tramp-get-device): Use cached values.
16627 2012-02-26  Alan Mackenzie  <acm@muc.de>
16629         Check there is a font-lock specification before doing initial
16630         fontification.
16632         * font-core.el (font-lock-mode): Move the conditional from
16633         :after-hook to font-lock-initial-fontify.
16634         (font-lock-default-function): Move the check for a specification
16635         to font-lock-spec-present.
16637         * font-lock.el (font-lock-initial-fontify): Call ...
16638         (font-lock-spec-present): New function.
16640 2012-02-26  Jim Blandy  <jimb@red-bean.com>
16642         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16643         (gdb-send): Apply it to the operand of the '-interpreter-exec
16644         console' command, so that we can pass arguments with (say) quotes
16645         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
16647 2012-02-26  Chong Yidong  <cyd@gnu.org>
16649         * help-fns.el (describe-function-1): Clarify description of
16650         remapping (Bug#10844).
16652         * files.el (files-equal-p): Doc fix.
16653         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
16654         and quit the loop once a mismatch is found.
16656 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
16658         * bs.el (bs--show-with-configuration): Don't throw an error
16659         if the window cannot be split; otherwise, subsequent calls to
16660         bs-show fail, restoring a stale window config.  (Bug#10882)
16662 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
16664         * term/ns-win.el (global-map): Bind ns-drag-file to
16665         ns-find-file (Bug#5855, Bug#10050).
16667 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
16669         * calendar/parse-time.el (parse-time-string): Allow extractor to
16670         return nil.
16672 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
16674         * net/tramp.el (tramp-file-name-for-operation):
16675         Add `files-equal-p' and `file-subdir-of-p'.
16677         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16678         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16679         Add COPY-CONTENTS argument.
16681 2012-02-25  Chong Yidong  <cyd@gnu.org>
16683         Add custom groups for VC backends, for consistency with vc-bzr.
16685         * vc/vc-arch.el (vc-arch):
16686         * vc/vc-cvs.el (vc-cvs):
16687         * vc/vc-git.el (vc-git):
16688         * vc/vc-hg.el (vc-hg):
16689         * vc/vc-mtn.el (vc-mtn):
16690         * vc/vc-rcs.el (vc-rcs):
16691         * vc/vc-sccs.el (vc-sccs):
16692         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16693         All relevant defcustoms reassigned.
16695 2012-02-25  Chong Yidong  <cyd@gnu.org>
16697         * newcomment.el (comment-styles): Add autoload (Bug#10868).
16699         * term/x-win.el (x-initialize-window-system): Reduce default for
16700         x-selection-timeout to 5 seconds (Bug#8869).
16702 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16704         * files.el (files-equal-p, file-subdir-of-p): New functions.
16705         (copy-directory): Error when trying to copy a directory on itself.
16706         Add missing copy-contents arg to tramp handler.
16707         * dired-aux.el (dired-copy-file-recursive): Same.
16708         (dired-create-files): Modify destination when source is equal to
16709         dest when copying files.
16710         Return also when dest is a subdir of source.  (Bug#10489)
16712 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
16714         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16715         (Bug#10874)
16717 2012-02-23  Alan Mackenzie  <acm@muc.de>
16719         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16720         parameter "after-hook:" to allow the expansion to run code after
16721         the execution of the mode hooks.
16723         * font-lock.el (font-lock-initial-fontify): New function extracted
16724         from font-lock-mode-internal.
16726         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16727         :after-hook.
16729 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16731         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16732         (completion--cache-all-sorted-completions): New function.
16733         (completion-all-sorted-completions): Use it.
16734         (completion--do-completion, minibuffer-force-complete):
16735         Use it to re-instate the flush hook.
16737         * icomplete.el (icomplete-completions): Replace last fix with a better
16738         one (bug#10850).
16740 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
16742         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16743         when it might call us back infinitely (bug#10797).
16745 2012-02-23  Glenn Morris  <rgm@gnu.org>
16747         * minibuffer.el (completion-category-overrides): Doc fix.
16749 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16751         * minibuffer.el (completion-table-with-context): Fix inf-loop.
16752         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16754 2012-02-23  Glenn Morris  <rgm@gnu.org>
16756         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16757         (authors-obsolete-files-regexps, authors-ignored-files)
16758         (authors-ambiguous-files, authors-renamed-files-alist):
16759         Add more entries.
16761 2012-02-23  Juri Linkov  <juri@jurta.org>
16763         * isearch.el (isearch-occur): Sync interactive spec with occur's
16764         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
16766         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16768 2012-02-22  Juri Linkov  <juri@jurta.org>
16770         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16771         (ucs-insert): Doc fix.  Check for hex digits in the string.
16772         Don't display `nil' in the error message.  (Bug#10857)
16774 2012-02-22  Alan Mackenzie  <acm@muc.de>
16776         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16778 2012-02-22  Glenn Morris  <rgm@gnu.org>
16780         * ffap.el (ffap-c-path):
16781         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
16783 2012-02-22  Chong Yidong  <cyd@gnu.org>
16785         * custom.el (load-theme): Doc fix.
16787 2012-02-22  Glenn Morris  <rgm@gnu.org>
16789         * dired-x.el (dired-guess-shell-alist-default):
16790         Remove escape sequences from nroff output.  (Bug#172)
16792 2012-02-21  Glenn Morris  <rgm@gnu.org>
16794         * vc/emerge.el (emerge-defvar-local):
16795         Set `permanent-local' property rather than unused `preserved'.
16797         * textmodes/picture.el (picture-delete-char): New alias.
16798         (picture-mode-map): Use it.  (Bug#10860)
16799         (picture-mode): Doc fix.
16801 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
16803         * newcomment.el (uncomment-region-default): Remove unused binding.
16805 2012-02-21  Glenn Morris  <rgm@gnu.org>
16807         * textmodes/picture.el (picture-motion, picture-motion-reverse)
16808         (picture-self-insert, picture-tab-chars): Doc fix.
16809         (picture-mode-map): Fix C-a, C-e.
16811 2012-02-20  Glenn Morris  <rgm@gnu.org>
16813         * emacs-lisp/authors.el (authors-aliases): Add another entry.
16815 2012-02-20  Leo Liu  <sdl.web@gmail.com>
16817         * icomplete.el (icomplete-completions): Check FROM arg before
16818         passing to substring (Bug#10850).
16820 2012-02-19  Chong Yidong  <cyd@gnu.org>
16822         * comint.el: Require ansi-color.
16823         (comint-output-filter-functions): Add ansi-color-process-output.
16825         * ansi-color.el: Don't set comint-output-filter-functions; it is
16826         now in the initial value defined in comint.el.
16827         (ansi-color-apply-face-function): New variable.
16828         (ansi-color-apply-on-region): Use it.
16829         (ansi-color-apply-overlay-face): New function.
16831         * shell.el (shell): No need to require ansi-color.
16832         (shell-mode): Use ansi-color-apply-face-function to highlight
16833         color escapes using font-lock-face property (Bug#10835).
16835 2012-02-19  Chong Yidong  <cyd@gnu.org>
16837         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16838         mode-line formats (Bug#10839).
16840 2012-02-18  Glenn Morris  <rgm@gnu.org>
16842         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16844         * mail/undigest.el (unforward-rmail-message): Doc fix.
16846         * saveplace.el (save-place-ignore-files-regexp): Add :version.
16848 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
16850         * international/characters.el (script-list): Sync with the latest
16851         Unicode Character Database.
16853 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
16855         * international/titdic-cnv.el: Remove duplicate coding tag.
16856         * language/cham.el: Likewise.
16857         * language/tai-viet.el: Likewise.
16859 2012-02-18  Glenn Morris  <rgm@gnu.org>
16861         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16862         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16863         (calendar-bahai-all-holidays-flag, calendar-other-dates):
16864         * calendar/diary-lib.el (diary-abbreviated-year-flag):
16865         * calendar/holidays.el (holiday-bahai-holidays)
16866         (calendar-holidays, list-holidays):
16867         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
16869 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
16871         * saveplace.el (save-place-ignore-files-regexp): New variable
16872         allowing for excluding files from saving their location of point.
16873         The default value matches the temporary commit message editing
16874         files from Git, SVN, Bazaar, and Mercurial.
16875         (save-place-to-alist): Use it.
16877 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
16878             Stefan Monnier  <monnier@iro.umontreal.ca>
16880         * newcomment.el (uncomment-region-default): Don't leave extra space
16881         when an arg is provided (bug#8150).
16883 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
16885         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16887 2012-02-17  Glenn Morris  <rgm@gnu.org>
16889         * net/socks.el: Require network-stream.  (Bug#10599)
16891 2012-02-17  Kenichi Handa  <handa@m17n.org>
16893         * international/charprop.el:
16894         * international/uni-name.el:
16895         * international/uni-old-name.el:
16896         * international/uni-comment.el: Regenerate.
16898 2012-02-16  Glenn Morris  <rgm@gnu.org>
16900         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16901         Interactively in calendar buffer, give an error if not on a date.
16903 2012-02-15  Glenn Morris  <rgm@gnu.org>
16905         * shell.el (shell-delimiter-argument-list):
16906         Revert 2011-02-17 change.  (Bug#8027)
16908 2012-02-15  Chong Yidong  <cyd@gnu.org>
16910         * minibuffer.el (completion-at-point-functions): Doc fix.
16912         * custom.el (defcustom): Doc fix; note use of defvar.
16914 2012-02-15  Glenn Morris  <rgm@gnu.org>
16916         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16917         Doc fixes.
16919 2012-02-14  Glenn Morris  <rgm@gnu.org>
16921         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16923 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
16925         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16926         way the ports list is computed.
16927         (smtpmail-query-smtp-server): Prompt the user for a port number if
16928         we can't connect to any of the standard ports (bug#10810).
16930 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16932         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16934 2012-02-13  Glenn Morris  <rgm@gnu.org>
16936         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
16938 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
16940         * net/gnutls.el (gnutls-trustfiles): New variable.
16941         (gnutls-negotiate): Use it.
16943 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
16945         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16946         does its stuff if Gnus is running.
16948 2012-02-13  Alan Mackenzie  <acm@muc.de>
16950         Fix a loop in c-set-fl-decl-start.
16952         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16953         c-backward-syntactic-ws actually moves backwards.
16955 2012-02-13  Leo Liu  <sdl.web@gmail.com>
16957         * net/rcirc.el (rcirc-markup-attributes): Move point to the
16958         beginning so that all \C-o chars are removed.
16960 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
16962         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16964 2012-02-12  Alan Mackenzie  <acm@muc.de>
16966         Fix infinite loop with long macros.
16967         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16969 2012-02-12  Chong Yidong  <cyd@gnu.org>
16971         * window.el (display-buffer): Doc fix (Bug#10785).
16973 2012-02-12  Glenn Morris  <rgm@gnu.org>
16975         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16976         (x-disown-selection-internal, x-get-selection-internal):
16977         Sync docs with the xselect.c versions.
16979         * allout-widgets.el: Add missing license notice.
16981 2012-02-11  Glenn Morris  <rgm@gnu.org>
16983         * select.el (x-get-selection-internal, x-own-selection-internal)
16984         (x-disown-selection-internal):
16985         * x-dnd.el (x-get-selection-internal): Update declarations.
16987         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16989         * window.el (window-sides-slots):
16990         * tool-bar.el (tool-bar-position):
16991         * term/xterm.el (xterm-extra-capabilities):
16992         * ses.el (ses-self-reference-early-detection):
16993         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16994         (verilog-auto-wire-type)
16995         (verilog-auto-delete-trailing-whitespace)
16996         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16997         (verilog-auto-tieoff-declaration):
16998         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16999         (sql-oracle-statement-starters, sql-oracle-scan-on):
17000         * progmodes/prolog.el (prolog-align-comments-flag)
17001         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17002         (prolog-left-indent-regexp, prolog-paren-indent-p)
17003         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17004         (prolog-types, prolog-mode-specificators)
17005         (prolog-determinism-specificators, prolog-directives)
17006         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17007         (prolog-electric-dot-flag)
17008         (prolog-electric-dot-full-predicate-template)
17009         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17010         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17011         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17012         (prolog-program-switches, prolog-prompt-regexp)
17013         (prolog-debug-on-string, prolog-debug-off-string)
17014         (prolog-trace-on-string, prolog-trace-off-string)
17015         (prolog-zip-on-string, prolog-zip-off-string)
17016         (prolog-use-standard-consult-compile-method-flag)
17017         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17018         (prolog-imenu-max-lines, prolog-info-predicate-index)
17019         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17020         (prolog-char-quote-workaround):
17021         * progmodes/cc-vars.el (c-defun-tactic):
17022         * net/tramp.el (tramp-encoding-command-interactive)
17023         (tramp-local-end-of-line):
17024         * net/soap-client.el (soap-client):
17025         * net/netrc.el (netrc-file):
17026         * net/gnutls.el (gnutls):
17027         * minibuffer.el (completion-category-overrides)
17028         (completion-cycle-threshold)
17029         (completion-pcm-complete-word-inserts-delimiters):
17030         * man.el (Man-name-local-regexp):
17031         * mail/feedmail.el (feedmail-display-full-frame):
17032         * international/characters.el (glyphless-char-display-control):
17033         * eshell/em-ls.el (eshell-ls-date-format):
17034         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17035         (lisp-lambda-list-keyword-parameter-indentation)
17036         (lisp-lambda-list-keyword-parameter-alignment):
17037         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17038         * dired-x.el (dired-omit-verbose):
17039         * cus-theme.el (custom-theme-allow-multiple-selections):
17040         * calc/calc.el (calc-highlight-selections-with-faces)
17041         (calc-lu-field-reference, calc-lu-power-reference)
17042         (calc-note-threshold):
17043         * battery.el (battery-mode-line-limit):
17044         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17045         (archive-7z-update):
17046         * allout.el (allout-prefixed-keybindings)
17047         (allout-unprefixed-keybindings)
17048         (allout-inhibit-auto-fill-on-headline)
17049         (allout-flattened-numbering-abbreviation):
17050         * allout-widgets.el (allout-widgets-auto-activation)
17051         (allout-widgets-icons-dark-subdir)
17052         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17053         (allout-widgets-theme-dark-background)
17054         (allout-widgets-theme-light-background)
17055         (allout-widgets-item-image-properties-emacs)
17056         (allout-widgets-item-image-properties-xemacs)
17057         (allout-widgets-run-unit-tests-on-load)
17058         (allout-widgets-time-decoration-activity)
17059         (allout-widgets-hook-error-post-time)
17060         (allout-widgets-track-decoration):
17061         Add missing :version tags to new defcustoms and defgroups.
17063         * progmodes/sql.el (sql-ansi-statement-starters)
17064         (sql-oracle-statement-starters): Add custom type.
17066         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17067         (prolog-system-version): Give it a type.
17069 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
17071         * term/pc-win.el (x-select-text, x-selection-owner-p)
17072         (x-own-selection-internal, x-disown-selection-internal)
17073         (x-get-selection-internal): Sync doc strings and argument lists
17074         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
17076 2012-02-11  Leo Liu  <sdl.web@gmail.com>
17078         * progmodes/python.el (python-end-of-statement): Fix infinite
17079         loop.  (Bug#10788)
17081 2012-02-10  Glenn Morris  <rgm@gnu.org>
17083         * international/mule-cmds.el (unify-8859-on-encoding-mode)
17084         (unify-8859-on-decoding-mode): Properly mark as obsolete.
17086 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
17088         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17089         about SMTP before checking the From header.
17091         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17092         into own function for reuse by emacsbug.el.
17094 2012-02-10  Leo Liu  <sdl.web@gmail.com>
17096         * subr.el (condition-case-unless-debug): Rename from
17097         condition-case-no-debug.  All callers changed.
17098         (with-demoted-errors): Fix caller.
17100         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17101         * nxml/rng-valid.el (rng-do-some-validation):
17102         * emacs-lisp/package.el (package-refresh-contents)
17103         (package-menu-execute):
17104         * desktop.el (desktop-create-buffer):
17105         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17107 2012-02-10  Glenn Morris  <rgm@gnu.org>
17109         * textmodes/bibtex.el:
17110         Add missing :version tags for new/changed defcustoms.
17112         * files.el (remote-file-name-inhibit-cache): Doc fixes.
17114 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
17116         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17117         (smtpmail-via-smtp): Use it, or fall back on the From address.
17118         (smtpmail-send-it): Ditto.
17120 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17122         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17123         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
17124         (byte-compile-tmp-var): New const.
17125         (byte-compile-defvar): Use it to minimize .elc size.
17126         Just use `defvar' rather than simulate it (bug#10761).
17128 2012-02-09  Glenn Morris  <rgm@gnu.org>
17130         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
17132         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17133         Add :version tags.
17135         * progmodes/compile.el (compilation-error-screen-columns)
17136         (compilation-first-column, compilation-filter-start): Doc fixes.
17138         * vc/log-view.el (log-view-toggle-entry-display):
17139         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17141         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17142         (report-emacs-bug-can-use-xdg-email):
17143         (report-emacs-bug-insert-to-mailer): Doc fixes.
17144         (report-emacs-bug): Message fix.
17146         * net/browse-url.el (browse-url-can-use-xdg-open)
17147         (browse-url-xdg-open): Doc fixes.
17149         * electric.el (electric-indent-mode, electric-pair-mode)
17150         (electric-layout-rules, electric-layout-mode): Doc fixes.
17151         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17153 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
17155         * server.el (server-unselect-display): Don't inadvertently kill
17156         the current buffer.  (Bug#10729)
17158 2012-02-08  Glenn Morris  <rgm@gnu.org>
17160         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17161         (sql-list-table): Doc fixes.
17163         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17164         Comment out (does nothing).
17166         * completion.el (dynamic-completion-mode):
17167         * dirtrack.el (dirtrack-debug-mode):
17168         * electric.el (electric-layout-mode):
17169         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17170         * face-remap.el (text-scale-mode, buffer-face-mode):
17171         * iimage.el (iimage-mode):
17172         * image-mode.el (image-transform-mode):
17173         * minibuffer.el (completion-in-region-mode):
17174         * scroll-lock.el (scroll-lock-mode):
17175         * simple.el (next-error-follow-minor-mode):
17176         * tar-mode.el (tar-subfile-mode):
17177         * tooltip.el (tooltip-mode):
17178         * vcursor.el (vcursor-use-vcursor-map):
17179         * wid-browse.el (widget-minor-mode):
17180         * emulation/tpu-edt.el (tpu-edt-mode):
17181         * emulation/tpu-extras.el (tpu-cursor-free-mode):
17182         * international/iso-ascii.el (iso-ascii-mode):
17183         * language/thai-util.el (thai-word-mode):
17184         * mail/supercite.el (sc-minor-mode):
17185         * net/goto-addr.el (goto-address-mode):
17186         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17187         * progmodes/cwarn.el (cwarn-mode):
17188         * progmodes/flymake.el (flymake-mode):
17189         * progmodes/glasses.el (glasses-mode):
17190         * progmodes/hideshow.el (hs-minor-mode):
17191         * progmodes/pascal.el (pascal-outline-mode):
17192         * textmodes/enriched.el (enriched-mode):
17193         * vc/smerge-mode.el (smerge-mode):
17194         Doc fixes (minor mode argument).
17196 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
17198         * ls-lisp.el (ls-lisp-sanitize): New function.
17199         (ls-lisp-insert-directory): Use it to fix or remove any elements
17200         in file-alist with missing attributes.  (Bug#4673)
17202 2012-02-07  Alan Mackenzie  <acm@muc.de>
17204         Fix spurious recognition of c-in-knr-argdecl.
17206         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17207         putative K&R region.
17209 2012-02-07  Alan Mackenzie  <acm@muc.de>
17211         * progmodes/cc-engine.el (c-forward-objc-directive):
17212         Prevent looping in "#pragma mark @implementation".
17214 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
17216         * notifications.el (notifications-on-closed-signal): Make `reason'
17217         optional.  (Bug#10744)
17219 2012-02-07  Glenn Morris  <rgm@gnu.org>
17221         * emacs-lisp/easy-mmode.el (define-minor-mode):
17222         Doc fixes for the macro and the mode it defines.
17224         * image.el (imagemagick-types-inhibit): Doc fix.
17226         * cus-start.el (imagemagick-render-type): Add it.
17228 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
17230         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17231         Set the default at load time, too, so that `font-lock-fontify-buffer'
17232         can be called without setting up the entire mode first.  This fixes
17233         a bug in `mm-inline-text' with C MIME parts.
17235 2012-02-06  Chong Yidong  <cyd@gnu.org>
17237         * simple.el (list-processes--refresh): Delete exited processes
17238         (Bug#8094).
17240         * comint.el (comint-next-prompt): next-single-char-property-change
17241         and prev-single-char-property-change never return nil (Bug#8657).
17243         * custom.el (defcustom): Doc fix (Bug#9711).
17245 2012-02-05  Chong Yidong  <cyd@gnu.org>
17247         * cus-edit.el (custom-variable-reset-backup): Quote the value
17248         before storing it in the customized-value property (Bug#6712).
17249         (custom-display): Add a customization type tag.
17250         (custom-buffer-create-internal): Improve tooltip message.
17252         * wid-edit.el (widget-field-value-get): New optional arg to
17253         suppress trailing whitespace truncation.
17254         (character): Use it (Bug#2689).
17256 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
17258         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17259         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17261 2012-02-05  Chong Yidong  <cyd@gnu.org>
17263         * cus-edit.el (custom-variable-value-create): For mismatched
17264         types, show the current value (Bug#7600).
17266         * custom.el (defcustom): Doc fix.
17268 2012-02-05  Glenn Morris  <rgm@gnu.org>
17270         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17272 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
17274         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17275         (pp-buffer): Use `ignore-errors', `looking-at-p'.
17276         (pp-last-sexp): Use `looking-at-p'.
17278 2012-02-04  Glenn Morris  <rgm@gnu.org>
17280         * files.el (revert-buffer):
17281         Doc fix (mention revert-buffer-in-progress-p).
17283         * emacs-lisp/ert-x.el (ert-simulate-command):
17284         Check deferred-action-list (which is obsolete) is bound.
17286         * subr.el (with-wrapper-hook): Doc fixes.
17288         * simple.el (filter-buffer-substring-functions)
17289         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17291 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
17293         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17294         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
17296 2012-02-04  Leo Liu  <sdl.web@gmail.com>
17298         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17300 2012-02-04  Glenn Morris  <rgm@gnu.org>
17302         * image.el (image-extension-data): Add obsolete alias.
17304         * isearch.el (isearch-update): Doc fix.
17306         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17308         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17310 2012-02-03  Glenn Morris  <rgm@gnu.org>
17312         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
17313         (image-animate-timeout): Doc fix.
17315         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17317 2012-02-02  Glenn Morris  <rgm@gnu.org>
17319         * server.el (server-auth-dir): Doc fix.
17320         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
17322         * subr.el (run-mode-hooks): Doc fix.
17324 2012-02-02  Juri Linkov  <juri@jurta.org>
17326         * image-mode.el (image-toggle-display-image): Remove tautological
17327         `major-mode' from the `derived-mode-p' test.
17329 2012-02-02  Kenichi Handa  <handa@m17n.org>
17331         * composite.el (compose-region): Cancel previous change.
17333 2012-02-02  Kenichi Handa  <handa@m17n.org>
17335         * composite.el (compose-region, compose-string): Signal error for
17336         a null string component (Bug#6988).
17338 2012-02-01  Chong Yidong  <cyd@gnu.org>
17340         * view.el (view-buffer-other-window, view-buffer-other-frame):
17341         Handle special modes like view-buffer (Bug#10650).
17342         (view-buffer): Simplify.
17344         * frame.el (set-frame-font): Tweak meaning of third argument.
17346         * dynamic-setting.el (font-setting-change-default-font):
17347         Use set-frame-font (Bug#9982).
17349 2012-02-01  Glenn Morris  <rgm@gnu.org>
17351         * progmodes/compile.el (compilation-internal-error-properties):
17352         Respect compilation-first-column in the "*compilation*" buffer.
17354         * emacs-lisp/easy-mmode.el (define-minor-mode):
17355         Relax :variable's test for a named function.
17357 2012-01-31  Alan Mackenzie  <acm@muc.de>
17359         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17360         off by one error.
17362 2012-01-31  Chong Yidong  <cyd@gnu.org>
17364         * frame.el (set-frame-font): New arg ALL-FRAMES.
17366         * menu-bar.el (menu-set-font): Use set-frame-font.
17368         * faces.el (face-spec-reset-face): Don't apply unspecified
17369         attribute values to the default face.
17371 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
17373         * progmodes/cwarn.el (cwarn): Remove dead link.
17374         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17375         Remove * from defcustom docstrings.
17376         (turn-on-cwarn-mode): Make obsolete.
17377         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17378         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17380 2012-01-31  Glenn Morris  <rgm@gnu.org>
17382         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17383         Fix :variable handling of mode a symbol not equal to modefun.
17384         Allow named functions to be used as the cdr of :variable.
17386 2012-01-30  Glenn Morris  <rgm@gnu.org>
17388         * emacs-lisp/authors.el (authors-fixed-entries):
17389         Remove reference to deleted file rnewspost.el.
17391 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
17393         * window.el (window-with-parameter): Remove unused variable `windows'.
17394         (window--side-check): Remove unused variable `code'.
17395         (window--resize-siblings): Remove unused variable `first'.
17396         (adjust-window-trailing-edge): Remove unused variable `failed'.
17397         (window-deletable-p, window--delete): Remove unused variable `buffer'.
17398         Use `let', not `let*'.
17399         (balance-windows-2): Remove unused variable `found'.
17400         (window--state-put-2): Remove unused variable `splits'.
17401         (window-state-put): Remove unused variable `selected'.
17402         (same-window-p): Use `string-match-p'.
17403         (display-buffer-assq-regexp): Remove unused variable `value'.
17404         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17405         Mark argument ALIST as ignored.
17406         (pop-to-buffer): Remove unused variable `old-window'.
17408 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
17410         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17411         and .lzma compressed files.
17413 2012-01-29  Chong Yidong  <cyd@gnu.org>
17415         * frame.el (window-system-default-frame-alist): Doc fix.
17417         * dynamic-setting.el (font-setting-change-default-font): Don't
17418         change the default face if SET-FONT argument is non-nil (Bug#9982).
17420 2012-01-29  Samuel Bronson  <naesten@gmail.com>
17422         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17424 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
17426         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17427         breakpoints in files outside current directory (Bug#6098).
17429 2012-01-29  Chong Yidong  <cyd@gnu.org>
17431         * progmodes/python.el: Require ansi-color at top-level.
17433         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17434         Define and use in Emacs Lisp mode (Bug#9360).
17435         (lisp-mode-abbrev-table): Add doc.
17436         (lisp-mode-variables): Don't set local-abbrev-table.
17437         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17439 2012-01-28  Roland Winkler  <winkler@gnu.org>
17441         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17443 2012-01-28  Roland Winkler  <winkler@gnu.org>
17445         * textmodes/bibtex.el (bibtex-entry-alist): New function.
17446         (bibtex-set-dialect): Use it.  Either set global values of
17447         dialect-dependent variables or bind these variables buffer-locally
17448         (Bug#10254).
17449         (bibtex-mode): Call bibtex-set-dialect via
17450         hack-local-variables-hook.
17451         (bibtex-dialect): Update docstring.
17452         Add safe-local-variable predicate.
17453         (bibtex-entry-alist, bibtex-field-alist): Initialize via
17454         bibtex-set-dialect.
17455         (bibtex-mode-map): Define menu for each dialect.
17456         (bibtex-entry): Fix docstring.
17458 2012-01-28  Chong Yidong  <cyd@gnu.org>
17460         * eshell/esh-arg.el (eshell-quote-argument): New function.
17462         * eshell/esh-ext.el (eshell-invoke-batch-file):
17463         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17464         first arg to eshell-parse-command (Bug#10523).
17466 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17468         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17469         `default-directory' is non-nil.
17471 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17473         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17474         line that displays system-configuration-options.  (Bug#9924)
17476 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17478         * descr-text.el (describe-char): Show information about POS, in
17479         addition to information about the character at POS.  Improve and
17480         update the doc string.  Change "code point" to "code point in
17481         charset", to avoid confusion with the character's Unicode code
17482         point shown above that.  (Bug#10129)
17484 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17486         * descr-text.el (describe-char): Show the raw character, not only
17487         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
17488         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17489         for the reasons.
17491 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
17493         * emacs-lisp/package.el (package-install):
17494         Run package-refresh-contents if there is no archive yet (Bug#9798).
17496 2012-01-28  Chong Yidong  <cyd@gnu.org>
17498         * emacs-lisp/package.el (package-maybe-load-descriptor):
17499         New function, split from package-maybe-load-descriptor.
17500         (package-maybe-load-descriptor): Use it.
17501         (package-download-transaction): Fully load required packages
17502         inside the loop, so that `require' calls work (Bug#10593).
17503         (package-install): No need to call package-initialize now.
17505 2012-01-28  Chong Yidong  <cyd@gnu.org>
17507         * simple.el (deactivate-mark): Doc fix (Bug#8614).
17509         * tooltip.el (tooltip-mode): Doc fix.
17510         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17512         * frame.el (set-cursor-color): Doc fix (Bug#352).
17514         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17515         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17517         * cus-edit.el (custom-buffer-create-internal): Fix search button
17518         action (Bug#10542).
17519         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17521 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
17523         * dired.el (dired-mark-files-regexp):
17524         Include any subdirectory components.  (Bug#10445)
17526 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17528         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17529         Handle [host]:port syntax.  (Bug#10533)
17531 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
17533         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17535 2012-01-26  Glenn Morris  <rgm@gnu.org>
17537         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17538         * term.el (term-raw-escape-map): Use Control-X-prefix.
17539         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
17541 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
17543         * window.el (window-state-get, window--state-get-1): Don't deal
17544         with fixed-sizeness of windows.  Simplify code.
17546 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
17548         * window.el (window--state-get-1, window--state-put-2):
17549         Don't save and restore the mark.
17551 2012-01-25  Chong Yidong  <cyd@gnu.org>
17553         * custom.el (custom-variable-p): Doc fix.
17555 2012-01-25  Glenn Morris  <rgm@gnu.org>
17557         * dired.el (dired-goto-file): Handle some of the more common
17558         characters that `ls -b' escapes.  (Bug#10596)
17560         * progmodes/compile.el (compilation-next-error-function):
17561         Respect compilation-first-column in the "*compilation*" buffer.
17562         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
17564         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
17566 2012-01-24  Glenn Morris  <rgm@gnu.org>
17568         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
17570 2012-01-24  Julien Danjou  <julien@danjou.info>
17572         * color.el (color-rgb-to-hsl): Fix value computing.
17573         (color-hue-to-rgb): New function.
17574         (color-hsl-to-rgb): New function.
17575         (color-clamp, color-saturate-hsl, color-saturate-name)
17576         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17577         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17579 2012-01-24  Glenn Morris  <rgm@gnu.org>
17581         * vc/vc-rcs.el (vc-rcs-create-tag):
17582         * vc/vc-sccs.el (vc-sccs-create-tag):
17583         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
17585 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17587         * eshell/esh-util.el (eshell-read-hosts-file):
17588         Skip comment lines.  (Bug#10549)
17590         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
17592 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
17594         * subr.el (display-delayed-warnings): Doc fix.
17595         (collapse-delayed-warnings): New function to collapse identical
17596         adjacent warnings.
17597         (delayed-warnings-hook): Add it.
17599 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
17601         * net/tramp.el (tramp-action-login): Set connection property "login-as".
17603         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17604         (tramp-default-user-alist): Don't add "pscp".
17605         (tramp-do-copy-or-rename-file-out-of-band): Use connection
17606         property "login-as", if set.  (Bug#10530)
17608 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
17610         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17611         "plink1" and "psftp".  (Bug#10530)
17613 2012-01-21  Kenichi Handa  <handa@m17n.org>
17615         * international/mule-cmds.el (prefer-coding-system): Show a
17616         warning message if the default value of file-name-coding-system
17617         was not changed.
17619 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
17621         * windmove.el (windmove-reference-loc):
17622         Fix windmove-reference-loc miscalculation.
17624 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
17626         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17627         default unit.
17629 2012-01-21  Glenn Morris  <rgm@gnu.org>
17631         * international/mule.el (auto-coding-alist): Add .tbz.
17633         * files.el (local-enable-local-variables): Doc fix.
17634         (inhibit-local-variables-regexps): Rename from
17635         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
17636         Doc fix.  Add some extensions from auto-coding-alist.
17637         (inhibit-local-variables-suffixes):
17638         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
17639         (inhibit-local-variables-p):
17640         New function, extracted from set-auto-mode-1.
17641         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
17642         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
17643         (hack-local-variables): Doc fix.  Make the mode-only case
17644         respect enable-local-variables and friends.
17645         Respect inhibit-local-variables-regexps for file-locals, but
17646         not for directory-locals.
17647         (set-visited-file-name):
17648         Take account of inhibit-local-variables-regexps.
17649         Whether it applies may change as the file name is changed.
17650         * jka-cmpr-hook.el (jka-compr-install):
17651         * jka-compr.el (jka-compr-uninstall):
17652         Update for inhibit-first-line-modes-suffixes name change.
17654 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
17656         * help-macro.el (make-help-screen): Temporarily restore original
17657         binding for minor-mode-map-alist (Bug#10454).
17659 2012-01-19  Julien Danjou  <julien@danjou.info>
17661         * color.el (color-name-to-rgb): Use the white color to find the max
17662         color component value and return correctly computed values.
17663         (color-name-to-rgb): Add missing float conversion for max value.
17665 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
17667         * window.el (window--state-get-1, window-state-get): Do not use
17668         special state value for window-persistent-parameters.
17669         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
17670         (window--state-put-2): Reset all window parameters to nil before
17671         assigning values of persistent parameters.
17673 2012-01-18  Alan Mackenzie  <acm@muc.de>
17675         Eliminate sluggishness and hangs in fontification of "semicolon
17676         deserts".
17678         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17679         Change value 10000 -> 3000.
17680         (c-state-safe-place): Reformulate so it doesn't stack up an
17681         infinite number of wrong entries in c-state-nonlit-pos-cache.
17682         (c-determine-limit-get-base, c-determine-limit): New functions to
17683         determine backward search limits disregarding literals.
17684         (c-find-decl-spots): Amend commenting.
17685         (c-cheap-inside-bracelist-p): New function which detects "={".
17687         * progmodes/cc-fonts.el
17688         (c-make-font-lock-BO-decl-search-function): Give a limit to a
17689         backward search.
17690         (c-font-lock-declarations): Fix an occurrence of point being
17691         undefined.  Check additionally for point being in a bracelist or
17692         near a macro invocation without a semicolon so as to avoid a
17693         fruitless time consuming search for a declarator.  Give a more
17694         precise search limit for declarators using the new
17695         c-determine-limit.
17697 2012-01-18  Glenn Morris  <rgm@gnu.org>
17699         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17700         (set-auto-mode): Doc fixes.
17702 2012-01-17  Glenn Morris  <rgm@gnu.org>
17704         * isearch.el (search-nonincremental-instead): Fix doc typo.
17706         * dired.el (dired-insert-directory): Handle newlines in directory name.
17707         (dired-build-subdir-alist): Unescape newlines in directory name.
17709 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
17711         * net/tramp.el (tramp-local-end-of-line): New defcustom.
17712         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17713         (tramp-action-terminal): Use it.  (Bug#10530)
17715 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17717         * minibuffer.el (completion--replace): Strip properties (bug#10062).
17719 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
17721         * window.el (window-state-ignored-parameters): Remove variable.
17722         (window--state-get-1): Rename argument MARKERS to IGNORE.
17723         Handle persistent window parameters.  Make copy of clone-of
17724         parameter only if requested.  (Bug#10348)
17725         (window--state-put-2): Install a window parameter only if it has
17726         a non-nil value or an existing parameter shall be overwritten.
17728 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
17730         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17732 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
17734         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17735         don't pass the (nil) value of `upnode' to string-match.
17737 2012-01-14  Chong Yidong  <cyd@gnu.org>
17739         * startup.el (command-line): Fix X resource class for cursorColor.
17740         Fix values recognized by the cursorBlink resource.
17742 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
17744         * epg.el (epg--make-temp-file): Avoid permission race condition
17745         when running on old Emacs versions (bug#10403).
17747 2012-01-14  Glenn Morris  <rgm@gnu.org>
17749         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17751 2012-01-13  Alan Mackenzie  <acm@muc.de>
17753         Fix filling for when filladapt mode is enabled.
17755         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17756         c-mask-paragraph, pass in `fill-paragraph' rather than
17757         `fill-region-as-paragraph'.  (This is a reversion of a previous
17758         change.)
17759         * progmodes/cc-mode.el (c-basic-common-init):
17760         Make fill-paragraph-handle-comment buffer local and set it to nil.
17762 2012-01-13  Glenn Morris  <rgm@gnu.org>
17764         * dired.el (dired-switches-escape-p): New function.
17765         (dired-insert-directory): Use dired-switches-escape-p.
17766         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
17768         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
17770 2012-01-12  Glenn Morris  <rgm@gnu.org>
17772         * mail/sendmail.el (mail-mode): Update paragraph-separate for
17773         changes in adaptive-fill-regexp.  (Bug#10276)
17775 2012-01-11  Alan Mackenzie  <acm@muc.de>
17777         Fix Emacs bug #10463 - put `widen's around the critical spots.
17779         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17780         widen around each invocation of c-state-pp-to-literal.  Remove an
17781         unused let variable.
17783 2012-01-11  Glenn Morris  <rgm@gnu.org>
17785         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
17786         Doc fix.
17788 2012-01-10  Chong Yidong  <cyd@gnu.org>
17790         * net/network-stream.el (network-stream-open-starttls):
17791         Avoid emitting a confusing error message when the server gives a bad
17792         response to the capability command.
17794 2012-01-10  Glenn Morris  <rgm@gnu.org>
17796         * mail/unrmail.el (unrmail): Tweak previous change.
17798 2012-01-09  Chong Yidong  <cyd@gnu.org>
17800         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17802 2012-01-08  Alan Mackenzie  <acm@muc.de>
17804         Optimize font locking in long enum definitions.
17806         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17807         arm to a cond form to handle enums.
17808         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17809         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17811 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
17813         * files.el (move-file-to-trash): Preserve default file modes on error.
17814         (Bug#10401)
17816 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818         * faces.el (set-face-attribute): Clarify the meaning of the nil
17819         frame (bug#10294).
17821         * subr.el (with-selected-frame): Mention that the selected frame
17822         is restored (bug#9980).
17824         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17825         (bug#9759).
17827         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17828         (password-read): Don't autoload unused function.
17830 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
17832         * progmodes/which-func.el (which-func-mode): Turn into a
17833         non-interactive function and mark as obsolete (bug#10428).
17835 2012-01-06  Chong Yidong  <cyd@gnu.org>
17837         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17838         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17839         functions, along with 1 and -1.
17841 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
17843         * time.el (display-time-load-average)
17844         (display-time-default-load-average): Doc fixes.  See the thread
17845         starting at
17846         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17847         for the details.
17849 2012-01-06  Glenn Morris  <rgm@gnu.org>
17851         * mail/unrmail.el (unrmail): Give an explicit error if the input file
17852         has no messages.  (Bug#10377)
17854         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17855         than Info-edit.  (Bug#10385)
17857         * time.el (display-time-load-average, display-time-next-load-average):
17858         Doc fixes.
17860         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17861         local setting of buffer-read-only to the input buffer.  (Bug#10419)
17863         * calendar/calendar.el (calendar-mode):
17864         Locally set scroll-margin to 0.  (Bug#10379)
17866 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
17868         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
17870 2012-01-05  Glenn Morris  <rgm@gnu.org>
17872         * eshell/em-unix.el (diff-no-select): Autoload it.
17873         (eshell/diff): Use diff-no-select.  (Bug#10420)
17875 2012-01-05  Chong Yidong  <cyd@gnu.org>
17877         * shell.el (shell-dynamic-complete-functions): Revert last change.
17878         (shell-command-completion-function): New function.
17879         (shell-completion-vars): Use it to implement
17880         shell-completion-execonly (Bug#10417).
17882         * custom.el (enable-theme): Don't set custom-safe-themes.
17884         * cus-theme.el (custom-theme-merge-theme):
17885         Ignore custom-enabled-themes and custom-safe-themes.
17887 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
17889         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17890         first prompt in `sql-interacive-mode'.
17891         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17892         keywords.
17893         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17894         (sql-product-interactive): Bug fix: Set `sql-buffer' in
17895         context of original buffer.  Invoke `sql-login-hook'.
17897 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
17899         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17900         letters in cite-prefix.
17902 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17904         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17906 2012-01-03  Chong Yidong  <cyd@gnu.org>
17908         * shell.el (shell-dynamic-complete-functions):
17909         Put pcomplete-completions-at-point, so as to try
17910         comint-filename-completion first (Bug#10417).
17912 2012-01-02  Richard Stallman  <rms@gnu.org>
17914         * battery.el (battery-status-function):
17915         Detect when to use battery-yeeloong-sysfs.
17916         (battery-echo-area-format): Add string for Yeeloong.
17917         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17918         (battery-yeeloong-sysfs): New function.
17920 2012-01-02  Chong Yidong  <cyd@gnu.org>
17922         * dirtrack.el (dirtrack-list): Eliminate unused third element.
17923         (dirtrack): Merge code for handling relative filenames in prompt
17924         from shell-dir-cookie-watcher.
17925         (dirtrack-debug-message): New arg to avoid excess format calls.
17927         * shell.el (shell-dir-cookie-re): Variable deleted.
17928         (shell-dir-cookie-watcher): Function deleted.
17929         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17930         with dirtrack-mode.
17932 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
17934         * term/w32-win.el (dynamic-library-alist) <gnutls>:
17935         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17936         libgnutls-26.dll.
17938 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
17940         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17942 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
17944         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17945         headers of non-MIME messages, when rmail-enable-mime is non-nil.
17947 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
17949         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17950         also for alternative shells.
17951         (tramp-open-connection-setup-interactive-shell): Check, whether
17952         the shell is a busybox.
17953         (tramp-send-command): Don't suppress multiple prompts for
17954         busyboxes, it hurts.
17956 2011-12-28  Chong Yidong  <cyd@gnu.org>
17958         * progmodes/gdb-mi.el (gdb-get-source-file-list)
17959         (gdb-get-source-file): Move mode line update to
17960         gdb-get-source-file (Bug#10087).
17962 2011-12-25  Chong Yidong  <cyd@gnu.org>
17964         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17965         gud-gdb-marker-filter without taking it as an argument.
17966         (gud-gdb-run-command-fetch-lines): Caller changed.
17967         (gud-gdb-completion-function): New variable.
17968         (gud-gdb-completion-at-point): Use it.
17969         (gud-gdb-completions-1): Split from gud-gdb-completions.
17971         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17972         function as separate arguments.
17973         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17974         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17975         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17976         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17977         (gdb-stopped, def-gdb-auto-update-trigger)
17978         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17979         (gdb-get-changed-registers, gdb-get-main-selected-frame):
17980         Callers changed.
17981         (gud-gdbmi-completions): New function.
17982         (gdb): Use it for generating the completion table.
17984 2011-12-24  Alan Mackenzie  <acm@muc.de>
17986         Introduce a mechanism to widen the region used in context font
17987         locking.  Use this to protect declarations from losing their contexts.
17989         * progmodes/cc-langs.el (c-before-font-lock-functions):
17990         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17991         (c-before-context-fontification-functions): New defvar, a list of
17992         functions to be run just before context (etc.) font locking.
17994         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17995         New, functionality extracted from
17996         c-neutralize-syntax-in-and-mark-CPP.
17997         (c-in-after-change-fontification): New variable.
17998         (c-after-change): Set c-in-after-change-fontification.
17999         (c-set-fl-decl-start): Rejig its interface, so it can be called
18000         from both after-change and context fontifying.
18001         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18002         New functions.
18003         (c-standard-font-lock-fontify-region-function): New variable.
18004         (c-font-lock-fontify-region): New function.
18006 2011-12-24  Juri Linkov  <juri@jurta.org>
18008         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18009         (Bug#10348)
18011 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
18013         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18014         existence of source file.  (Bug#10325)
18016 2011-12-23  Alan Mackenzie  <acm@muc.de>
18018         Fix unstable fontification inside templates.
18020         * progmodes/cc-langs.el (c-before-font-lock-functions):
18021         Newly created from the singular version.  The (c c++ objc) entry now
18022         additionally has c-set-fl-decl-start.  The other languages (apart
18023         from AWK) have that as a single entry.
18025         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18026         The functionality for "local" declarations has been extracted to
18027         c-set-fl-decl-start.
18029         * progmodes/cc-mode.el (c-common-init, c-after-change):
18030         Changes due to pluralisation of c-before-font-lock-functions.
18031         (c-set-fl-decl-start): New function, extracted from
18032         c-font-lock-enclosing-decls and enhanced.
18034 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
18036         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18038 2011-12-22  Juri Linkov  <juri@jurta.org>
18040         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
18042 2011-12-22  Chong Yidong  <cyd@gnu.org>
18044         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18046 2011-12-21  Drew Adams  <drew.adams@oracle.com>
18048         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
18050 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
18052         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18054 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18056         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
18057         highlighting and support.  Fix up comments for capitalization.
18058         (cfengine-mode-debug): New var.
18059         (cfengine3-mode): Change the modeline indicator to "CFE3".
18060         (cfengine3-font-lock-keywords): Improve defun highlighting.
18061         (cfengine2-actions): Rename from `cfengine-actions'.
18062         (cfengine2-font-lock-keywords): Rename from
18063         `cfengine-font-lock-keywords'.
18064         (cfengine2-imenu-expression): Rename from
18065         `cfengine-imenu-expression'.
18066         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18067         (cfengine2-beginning-of-defun): Rename from
18068         `cfengine-beginning-of-defun'.
18069         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18070         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18071         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
18072         modeline indicator to "CFE2".
18073         (cfengine-mode): Defalias to `cfengine-auto-mode'.
18074         (cfengine-mode-abbrevs): Mark obsolete.
18076 2011-12-21  Chong Yidong  <cyd@gnu.org>
18078         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18079         filename argument.
18081 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
18083         * window.el (window-normalize-buffer-to-display): Remove.
18084         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18086 2011-12-19  Chong Yidong  <cyd@gnu.org>
18088         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18089         Don't signal an error in a predicate function; return non-nil.
18090         (vc-dir-mark-file): Move the error here.
18091         (vc-dir-mark-unmark): If acting on the region, keep going if one
18092         of the entries cannot be marked/unmarked.
18093         (vc-dir-mark-all-files): If current entry is a directory, mark
18094         only child files, as documented.
18096 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18098         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18099         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18100         addition.
18102 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
18104         * term/ns-win.el (ns-get-selection-internal)
18105         (ns-store-selection-internal): Declare.
18106         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18107         Declare as obsolete.
18108         (ns-get-pasteboard, ns-paste-secondary):
18109         Use ns-get-selection-internal.
18110         (ns-set-pasteboard, ns-copy-including-secondary):
18111         Use ns-store-selection-internal.
18113 2011-12-17  Chong Yidong  <cyd@gnu.org>
18115         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18116         (vc-deduce-fileset): Doc fix.
18118 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
18120         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18122 2011-12-13  Sam Steingold  <sds@gnu.org>
18124         * man.el (Man-getpage-in-background): When running under a
18125         window-system, ignore $MANWIDTH and $COLUMNS.
18127 2011-12-15  Kenichi Handa  <handa@m17n.org>
18129         * language/ethio-util.el: Change coding tag to utf-8-emacs.
18130         (setup-ethiopic-environment-internal): Comment out key-binding for
18131         ethio-toggle-punctuation.
18133 2011-12-13  Alan Mackenzie  <acm@muc.de>
18135         Add the switch statement to AWK Mode.
18137         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18138         "default" to the keywords regexp.
18140         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18141         expression as the rest.
18142         (c-nonlabel-token-key): Allow string literals for AWK.
18143         Refactor for the other modes.
18145         Large brace-block initialisation makes CC Mode slow: Fix.
18146         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18147         routines.  Limit backward searching in c-font-lock-enclosing.decl.
18149         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18150         pp-state and literal type in addition to the limits.
18151         (c-state-safe-place): New defun, extracted from c-state-literal-at.
18152         (c-state-literal-at): Use the above new defun.
18153         (c-slow-in-literal, c-fast-in-literal): Remove.
18154         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18156         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18157         being in a literal.  Add a limit for backward searching.
18159         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18160         c-slow-in-literal.
18162 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18164         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18166 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
18168         * window.el (delete-other-windows): Use correct frame in call to
18169         window-with-parameter.
18171 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
18173         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18174         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18175         (makefile-gmake-statements, makefile-makepp-statements):
18176         Use it and add new makepp keywords.
18177         (makefile-makepp-font-lock-keywords): Add new patterns.
18178         (makefile-match-function-end): Match new [...] and [[...]].
18180 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
18182         * ses.el (ses-call-printer-return, ses-cell-property-get)
18183         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18184         (ses-create-cell-variable, ses-reset-header-string)
18185         (ses-cell-set-formula, ses-repair-cell-reference-all)
18186         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18187         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18188         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18189         (ses-aset-with-undo, ses-load, ses-truncate-cell)
18190         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18191         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18192         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18193         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18194         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18195         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18196         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18197         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18199 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18201         * ses.el: The overall change is to add cell renaming, that is
18202         setting fancy names for cell symbols other than name matching
18203         "\\`[A-Z]+[0-9]+\\'" regexp .
18204         (ses-create-cell-variable): New defun.
18205         (ses-relocate-formula): Relocate formulas only for cells the
18206         symbols of which are not renamed, i.e. symbols whose names do not
18207         match regexp "\\`[A-Z]+[0-9]+\\'".
18208         (ses-relocate-all): Relocate values only for cells the symbols of
18209         which are not renamed.
18210         (ses-load): Create cells variables as the (ses-cell ...) are read,
18211         in order to check row col consistency with cell symbol name only
18212         for cells that are not renamed.
18213         (ses-replace-name-in-formula): New defun.
18214         (ses-rename-cell): New defun.
18216 2011-12-11  Chong Yidong  <cyd@gnu.org>
18218         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18219         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18221 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
18223         * window.el (other-window): Fix docstring.
18225 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18227         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18228         `from' or `to' address before taking its substring.
18229         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18230         encoded name is chopped in the middle of the encoded string, and
18231         thus displayed encoded.
18233 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
18235         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18237 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18239         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
18240         to use texinfo-update-node and commands that call it if the
18241         Texinfo file uses @node lines without next/prev/up pointers.
18242         Correct outdated description about texinfo-master-menu.
18243         (texinfo-all-menus-update, texinfo-master-menu)
18244         (texinfo-update-node, texinfo-every-node-update)
18245         (texinfo-multiple-files-update): Doc fix.  Warn against updating
18246         all the @node lines.
18247         (texinfo-master-menu): Only call texinfo-update-node if the prefix
18248         argument is numeric.  Explain better in the doc string what the
18249         function really does.
18250         (texinfo-insert-master-menu-list): Improve the error message
18251         displayed if there's no menu in the Top node.
18252         (Bug#2975)  See also this thread:
18253         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18255 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
18257         * speedbar.el (speedbar-supported-extension-expressions):
18258         Add .adb and .ads, commonly used for Ada source code (bug#10256).
18260 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
18262         * printing.el (pr-mode-alist):
18263         * simple.el (filter-buffer-substring-functions)
18264         (completion-list-insert-choice-function):
18265         * window.el (window-with-parameter, window-atom-root)
18266         (window-sides-slots, window-size-fixed, window-min-delta)
18267         (window-max-delta, window--resize-mini-window)
18268         (window--resize-child-windows-normal, window-tree)
18269         (delete-other-windows, quit-window, split-window)
18270         (display-buffer-record-window, special-display-buffer-names)
18271         (special-display-regexps, special-display-popup-frame)
18272         (same-window-p, split-window-sensibly)
18273         (display-buffer-overriding-action, display-buffer-alist)
18274         (display-buffer-base-action, display-buffer, switch-to-buffer)
18275         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18276         (fit-window-to-buffer, recenter-positions)
18277         (mouse-autoselect-window-state, mouse-autoselect-window-select):
18278         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18279         and remove unneeded backslashes in docstrings.
18281 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18283         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18285         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18286         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18287         end in ".mk".
18288         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18289         when reading the makefile (bug#10116).
18291 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18293         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18294         (bug#10116).
18296 2011-12-06  Glenn Morris  <rgm@gnu.org>
18298         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18300 2011-12-06  Chong Yidong  <cyd@gnu.org>
18302         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18304 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
18306         * textmodes/table.el (table-shorten-cell): Fix typo.
18308 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
18310         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18312 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
18314         * descr-text.el (describe-char): Fix display of strong
18315         right-to-left characters and directional embeddings and overrides.
18317         * simple.el (what-cursor-position): Fix display of codepoints of
18318         strong right-to-left characters.
18320 2011-12-05  Chong Yidong  <cyd@gnu.org>
18322         * faces.el (read-color): Doc fix.
18324 2011-12-05  Glenn Morris  <rgm@gnu.org>
18326         * align.el (align--set-marker): Add doc-string.
18327         Don't try to move something that is not a marker.  (Bug#10216)
18329 2011-12-04  Glenn Morris  <rgm@gnu.org>
18331         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18332         overly zealous deletion of trailing whitespace.
18334 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
18336         * server.el (server-delete-client): On Windows, do not try to delete
18337         the only terminal.
18338         (server-process-filter): On Windows, treat requests for a tty frame as
18339         if they were for a GUI frame if the running server is in GUI mode.
18341 2011-12-03  Glenn Morris  <rgm@gnu.org>
18343         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
18345 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18347         * electric.el: Streamline electric-indent's hook.
18348         (electric-indent-chars): Revert to simple list.
18349         (electric-indent-functions): New var.
18350         (electric-indent-post-self-insert-function): Use it.
18352         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18353         there's no inferior buffer (bug#10196).
18354         (prolog-consult-compile): Don't use toggle-read-only.
18356 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
18358         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18359         interrupt.  (Bug#10187)
18361 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18363         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18364         (bug#9160).
18366         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18367         (bug#10191).
18369 2011-12-02  Juri Linkov  <juri@jurta.org>
18371         * info.el (Info-search): Display "end of manual" when Isearch
18372         reaches the end of single-file Info manual.  (Bug#9918)
18374 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
18376         * isearch.el (isearch-message-prefix): Run the input method part
18377         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
18379 2011-12-02  Juri Linkov  <juri@jurta.org>
18381         * isearch.el (isearch-occur): Use `word-search-regexp' for
18382         `isearch-word'.
18383         (isearch-search-and-update): Add condition for `isearch-word' and
18384         call `word-search-regexp'.  (Bug#10145)
18386 2011-12-01  Glenn Morris  <rgm@gnu.org>
18388         * eshell/em-hist.el (eshell-hist-initialize):
18389         Handle eshell-history-size nil and HISTSIZE set or unset.
18390         (eshell-history-file-name, eshell-history-size): Fix custom type.
18392 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18394         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18396 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
18398         * progmodes/verilog-mode.el (verilog-pretty-expr):
18399         Rework verilog-pretty-expr to handle new assignment operators in system
18400         verilog, such as += *= and the like.
18401         (verilog-assignment-operator-re): Regular expression to find the
18402         assigment operator in a verilog assignment.
18403         (verilog-assignment-operation-re): Regular expression to find an
18404         assignment statement for pretty-expr.
18405         (verilog-in-attribute-p): Query returns true if point is in an
18406         attribute context; used to skip these for expression line up from
18407         pretty-expr.
18408         (verilog-in-parameter-p): Query returns true if point is in an
18409         parameter definition context; used to skip these for expression
18410         line up from pretty-expr.
18411         (verilog-in-parenthesis-p): Query returns true if point is in a
18412         parenthetical expression, specifically ( ) but not [ ] or { };
18413         used by pretty-expr.
18414         (verilog-just-one-space): If there is no space, don't add one.
18415         (verilog-get-lineup-indent-2): Specifically skip just attribute
18416         contexts for expression lineup, rather than skipping all
18417         parenthetical expressions.
18418         (verilog-calculate-indent): Fix comment, and fix indent.
18419         (verilog-do-indent): Indent declarations in lists (suggested by
18420         Joachim Lechner).
18421         (verilog-mode-abbrev-table): Populate abbrev mode with the various
18422         skeleton items.
18423         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18424         by Alain Mellan).
18426 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
18428         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18429         parameters with embedded comments.  Reported by Ray Stevens.
18430         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18431         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18432         Reported by Tim Holt.
18433         (verilog-auto): Fix AUTOing a upper module then AUTOing module
18434         instantiated by upper module causing wrong expansion until AUTOed a
18435         second time.  Reported by K C Buckenmaier.
18436         (verilog-diff-auto): Fix showing .* as a difference when
18437         `verilog-auto-star-save' off.  Reported by Dan Dever.
18438         (verilog-auto-reset, verilog-read-always-signals)
18439         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18440         temporary signals in reset list if
18441         verilog-auto-reset-blocking-in-non is nil, and match assignment
18442         style to each signal's assignment type, bug381.
18443         Reported by Thomas Esposito.
18444         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18445         (verilog-uvm-statement-re): Support UVM indentation and
18446         highlighting, with old OVM keywords only.
18447         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18448         Support AUTOTIEOFF creating non-wire data types.
18449         Suggested by Jonathan Greenlaw.
18450         (verilog-auto-insert-lisp, verilog-delete-to-paren)
18451         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18452         (verilog-inject-sense, verilog-read-inst-pins)
18453         (verilog-read-sub-decls, verilog-read-sub-decls-line):
18454         Fix mismatching parenthesis inside commented out code when deleting
18455         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
18456         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18457         non-numeric vector width.  Reported by Alex Reed.
18458         (verilog-auto-ascii-enum): Add "onehot" option to work around not
18459         detecting signals with parameter widths.  Reported by Alex Reed.
18460         (verilog-auto-delete-trailing-whitespace):
18461         With `verilog-auto-delete-trailing-whitespace' remove trailing
18462         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
18463         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18464         Fix verilog-scan-cache corruption when running user AUTO expansion
18465         hooks that call indentation routines.
18466         (verilog-simplify-range-expression): Fix typo ignoring lower case
18467         identifiers.
18468         (verilog-delete-auto): Fix delete-autos to also remove user created
18469         automatics, as long as they start with AUTO.
18470         (verilog-batch-diff-auto, verilog-diff-auto)
18471         (verilog-diff-function): Add `verilog-diff-auto' and bind to
18472         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
18473         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18474         (verilog-in-paren-quick, verilog-re-search-backward-quick)
18475         (verilog-re-search-forward-quick, verilog-syntax-ppss):
18476         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18477         is disabled and its cache will get corrupt, causing AUTOS not to
18478         expand.  Instead use only -quick functions.
18479         (verilog-scan-region): Fix scanning over escaped quotes.
18480         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18481         (verilog-re-search-backward-quick)
18482         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18483         related functions now ignore strings, to fix misparsing of strings
18484         with magic comments embedded in them.
18485         (verilog-read-auto-template):
18486         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18487         Reported by Brad Dobbie.
18488         (verilog-read-auto-template):
18489         Fix 'verilog-auto-inst-template-numbers' with comments.
18490         Reported by Brad Dobbie.
18491         (verilog-auto-inst, verilog-auto-inst-param)
18492         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18493         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
18494         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18495         debugging templates without merge conflicts, bug357.
18496         Reported by Brad Dobbie.
18497         (verilog-read-auto-template):
18498         Fix verilog-auto-inst-template-numbers with multiple templates.
18499         Reported by Brad Dobbie.
18500         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18501         abbrevs so user won't be asked to save.
18502         (verilog-read-auto-lisp-present): Fix to start at beginning of
18503         buffer in case called outside of verilog-auto.
18504         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18505         to "X-2".  Reported by Matthew Myers.
18506         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18507         all inputs from module templates.  Reported by Leith Johnson.
18508         (verilog-module-inside-filename-p): Fix locating programs as with
18509         modules.
18510         (verilog-auto-inst-port): Fix vl-width expressions when using
18511         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
18512         (verilog-decls-get-regs, verilog-decls-get-signals,
18513         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18514         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18515         verilog-read-decls): Combine reg and wire structures into one var
18516         structure to represent SystemVerilog concepts.
18517         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18518         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18519         (verilog-auto-wire-type, verilog-insert-definition):
18520         Add verilog-auto-wire-type and AUTOLOGIC to support using
18521         SystemVerilog "logic" keyword instead of "wire"/"reg".
18522         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18523         to declares outputs that also have assignments (presumably in an
18524         ifdef or generate if so there's not a driver conflict).
18525         Reported by Matthew Myers.
18526         (verilog-auto-declare-nettype, verilog-insert-definition):
18527         Add verilog-auto-declare-nettype to fix declarations using
18528         `default_nettype none.  Reported by Julian Gorfajn.
18529         (verilog-read-always-signals-recurse, verilog-read-decls)
18530         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18531         malformed end statement, bug325.  Reported by Joshua Wise and
18532         Andrew Drake.
18533         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18534         (verilog-inst-comment-re): Fix not deleting Interfaced comment
18535         when expanding .* in interfaces, bug320.
18536         Reported by Pierre-David Pfister.
18537         (verilog-read-module-name): Fix import statements between module
18538         name and open parenthesis, bug317.
18539         Reported by Pierre-David Pfister.
18540         (verilog-simplify-range-expression): Fix simplification of
18541         multiplications inside AUTOWIRE connections, bug303.
18542         (verilog-auto-inst-port): Support parameter expansion in
18543         multidimensional arrays.
18544         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18545         after "assert property".  Reported by Julian Gorfajn.
18546         (verilog-simplify-range-expression): Fix "couldn't merge" errors
18547         with multiplication, bug303.
18548         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18549         Reported by Jan Frode Lonnum.
18551 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
18553         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18554         (hfy-shell-file-name, hfy-shell):
18555         * international/fontset.el (x-decompose-font-name): Fix typos.
18557 2011-11-29  Ken Brown  <kbrown@cornell.edu>
18559         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18560         (gdb-version): Remove defvar.
18561         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18562         (gdb-gud-context-command, gdb-non-stop-handler)
18563         (gdb-current-context-command, gdb-stopped): Use it.
18564         (gdb-init-1): Enable pretty printing here.
18565         (gdb-non-stop-handler): Don't enable pretty-printing here.
18566         Check to see if the target supports non-stop mode; if not, turn off
18567         non-stop mode.  Use the following.
18568         (gdb-check-target-async): New defun.
18569         (gud-watch, gdb-stopped): Fix whitespace.
18570         (gdb-get-source-file): Don't try to display the source file if
18571         `gdb-main-file' is nil.
18573 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18575         * align.el: Try to generate fewer markers (bug#10047).
18576         (align--set-marker): New macro.
18577         (align-region): Use it.
18579 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18581         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18583 2011-11-29  Chong Yidong  <cyd@gnu.org>
18585         * indent.el (indent-for-tab-command, indent-according-to-mode):
18586         Doc fix.
18587         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
18589 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
18591         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18592         aware of remote file names.  (Bug#10124)
18594 2011-11-29  Chong Yidong  <cyd@gnu.org>
18596         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18598 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18600         * files.el (find-file): Don't use force-same-window (bug#10144).
18601         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18602         use pop-to-buffer if the selected window can't be used.
18603         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18605 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
18607         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18608         special-mode-map.
18610 2011-11-28  Chong Yidong  <cyd@gnu.org>
18612         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18614 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
18616         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18617           gdb-get-source-file-list on gdb-create-source-file-list.
18619 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
18621         * whitespace.el (whitespace-newline): Use a different foreground
18622         color for 16-color light-background displays.
18624 2011-11-24  Chong Yidong  <cyd@gnu.org>
18626         * window.el (display-buffer--special-action): Doc fix.
18628 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
18630         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18631         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18632         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18633         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18634         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18635         (avl-tree-stack-first):
18636         * emacs-lisp/cconv.el (cconv--analyse-use):
18637         * net/gnutls.el (gnutls-negotiate): Fix typos.
18639 2011-11-24  Glenn Morris  <rgm@gnu.org>
18641         * lpr.el (lpr-windows-system, lpr-lp-system):
18642         * mail/binhex.el (binhex-begin-line):
18643         * progmodes/grep.el (grep-history, grep-find-history):
18644         * textmodes/flyspell.el:
18645         * vc/pcvs-defs.el (cvs-global-menu):
18646         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18647         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18648         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18650         * net/tls.el: Fix case of "GnuTLS".
18652         * paths.el (rmail-file-name): Format doc-string for make-docfile.
18654         * version.el (emacs-build-system): Give it a doc-string.
18656 2011-11-24  Juri Linkov  <juri@jurta.org>
18658         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18660 2011-11-24  Glenn Morris  <rgm@gnu.org>
18662         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18663         if called on a non-mime message just toggle the headers.  (Bug#8006)
18665 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
18667         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18668         (allout-lead-with-comment-string, allout-structure-deleted-hook)
18669         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18670         (allout-rebullet-heading, allout-open-sibtopic)
18671         (allout-toggle-current-subtree-encryption)
18672         (allout-toggle-subtree-encryption, allout-encrypt-string)
18673         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18674         (allout-distinctive-bullets-string, allout-auto-activation):
18675         * window.el (window-normalize-buffer-to-display):
18676         * progmodes/verilog-mode.el (verilog-batch-indent):
18677         * textmodes/bibtex.el (bibtex-field-braces-opt)
18678         (bibtex-field-strings-opt):
18679         * vc/cvs-status.el (cvs-tree-merge):
18680         Fix typos.
18682 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
18684         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18685         `non-essential' to t, in order to avoid remote connections.
18687 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
18689         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18690         On MS-DOS and MS-Windows, compare with loaddefs.el
18691         case-insensitively.
18693 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18695         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
18697 2011-11-23  Glenn Morris  <rgm@gnu.org>
18699         * paths.el (rmail-file-name): Reformat the doc-string so that it
18700         is picked up.
18702         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18703         (rmail-auto-file): Ignore case in the "special" field names,
18704         as mail-fetch-field does for all others.
18706         * mail/rmail.el (rmail-forward):
18707         * mail/rmailkwd.el (rmail-set-label):
18708         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18709         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
18711         * mail/rmail.el (rmail-current-message): Doc fix.
18713         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
18715 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18717         * server.el (server-eval-and-print): Allow C-g (bug#6585).
18719 2011-11-22  Glenn Morris  <rgm@gnu.org>
18721         * mail/rmailmm.el (test-rmail-mime-handler)
18722         (test-rmail-mime-bulk-handler)
18723         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18725 2011-11-21  Juri Linkov  <juri@jurta.org>
18727         * calc/calc.el (calc-read-key-sequence):
18728         Let-bind `input-method-function' to nil.  (Bug#10018)
18730 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18732         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18733         Tell the caller that the next line needs recomputation, even
18734         though it doesn't start a sexp (bug#10094).
18736 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18738         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18740 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18742         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18743         Use force-same-window.
18745 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18747         * descr-text.el (describe-char-unicode-data):
18748         * json.el (json-string-escape):
18749         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18750         (Footnote-unicode, Footnote-style-p):
18751         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18753 2011-11-20  Chong Yidong  <cyd@gnu.org>
18755         * window.el (replace-buffer-in-windows): Restore interactive spec.
18757 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18759         * electric.el (electric-indent-mode): Fix last change (too optimistic).
18761         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18762         (byte-compile-global-not-obsolete-vars): New var.
18763         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18764         Use it.
18765         (byte-compile-warn-obsolete): Align text with the one in *Help*.
18767 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18769         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18770         * progmodes/pascal.el (electric-pascal-equal):
18771         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18772         * xml.el (xml-substitute-special): Fix typos.
18774 2011-11-20  Glenn Morris  <rgm@gnu.org>
18776         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18777         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18778         Doc fixes.
18779         (rmail-decode-mime-charset): Mark as obsolete.
18781         * mail/rmailsum.el (rmail-message-regexp-p-1):
18782         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18783         Before using mime functions, check they are set.  (Bug#10077)
18785 2011-11-19  Juri Linkov  <juri@jurta.org>
18787         * info.el (Info-finder-find-node): Use `package--builtins' instead
18788         of `package-alist'.  Use node names formed by the pattern "Keyword "
18789         and the keyword name.
18791 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18793         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18795 2011-11-19  Juri Linkov  <juri@jurta.org>
18797         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18798         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
18799         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18800         `old-history', `old-history-forward'.  Add let-binding
18801         `window-selected'.  Remove calls to `kill-buffer',
18802         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
18803         before calling `Info-find-node', so `Info-find-node-2' will reread
18804         the Info file.  Restore window positions only when `window-selected'
18805         is non-nil.
18807 2011-11-19  Juri Linkov  <juri@jurta.org>
18809         * isearch.el (isearch-lazy-highlight-new-loop):
18810         Remove condition `(not isearch-error)'.  (Bug#9918)
18812         * misearch.el (multi-isearch-search-fun): Add condition
18813         `(not bound)' to ignore lazy-highlighting search.
18814         Add the search-failed message "end of multi" when the end of
18815         multi-sequence is reached.  Uncapitalize the search-failed
18816         message "Repeat for next buffer".
18818         * info.el (Info-search): Add the search-failed message
18819         "end of the manual" when the end of the manual is reached
18820         in Isearch mode.
18822 2011-11-19  Juri Linkov  <juri@jurta.org>
18824         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18825         Use non-destructive `remove' instead of `delete' because
18826         `Info-history-list' stored to `Info-isearch-initial-history-list' in
18827         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18829 2011-11-19  Juri Linkov  <juri@jurta.org>
18831         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18832         to nil instead of binding `search-ring' and `regexp-search-ring'.
18833         (Bug#9185)
18835 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18837         * simple.el (line-move): Force movement by logical lines for any
18838         hscrolled window, not only when auto-hscroll-mode is on.
18839         (line-move-visual): Update doc string to that effect.  (Bug#10076)
18841 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18843         * language/european.el (macintosh): Define as alias for mac-roman.
18845 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18847         * mail/rmailmm.el (rmail-mime-display-header)
18848         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18849         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18850         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18851         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18852         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18853         of a raw aref.
18854         (rmail-mime-entity-segment): To get past the tagline, move forward
18855         2 more lines, to account for the 2 empty lines that precede and
18856         follow the line with the buttons.
18857         (rmail-mime-update-tagline): Move one more line, to get past the
18858         empty line that follows the buttons in the tagline.  (Bug#9520)
18860 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
18862         * window.el (window-max-delta-1, window-min-delta-1)
18863         (window-min-size-1, window-state-get-1, window-state-put-1)
18864         (window-state-put-2): Use "window--" prefix.
18866 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18868         * emacs-lisp/smie.el: Improve warnings and conflict detection.
18869         (smie-warning-count): New var.
18870         (smie-set-prec2tab): Use it.
18871         (smie-bnf->prec2): Improve warnings.  Add docstring.
18872         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18873         (smie-bnf--set-class): New function.
18874         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
18875         corner case.
18877         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18878         (compilation-error-properties, compilation-move-to-column):
18879         Handle compilation-first-column while in the target buffer.
18881         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18882         Don't hardcode point-min==1.
18884         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18885         (eshell-rewrite-for-command): Remove workaround.
18886         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18887         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18888         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18890         * files-x.el (modify-file-local-variable): Obey commenting conventions.
18892 2011-11-17  Glenn Morris  <rgm@gnu.org>
18894         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18895         Ignore buffer-local generated-autoload-file if it is the same
18896         as the global value.  (Bug#10049)
18898 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
18900         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18901         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18902         (reftex-toc-previous-heading, reftex-toc-max-level)
18903         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18904         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18905         (reftex-toc-do-promote, reftex-toc-promote-prepare)
18906         (reftex-toc-promote-action, reftex-toc-extract-section-number)
18907         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18908         (reftex-toc-rename-label, reftex-toc-visit-location)
18909         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18910         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18911         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18912         leaving "*toc*" only for references to the buffer.
18914 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
18916         * window.el (window-resize, delete-window, split-window):
18917         Replace window-splits by window-combination-resize.
18918         * cus-start.el (window-splits): Replace by window-combination-resize.
18920 2011-11-17  Glenn Morris  <rgm@gnu.org>
18922         * progmodes/sh-script.el (sh-font-lock-keywords-var):
18923         Make bash entry derive from sh entry, not shell entry.
18925 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
18927         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18928         local file name.
18930 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18932         * menu-bar.el (menu-bar-file-menu):
18933         * printing.el (pr-ps-utility):
18934         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18935         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18936         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18937         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18938         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18939         (icalendar--convert-cyclic-to-ical)
18940         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18941         (icalendar--convert-ical-to-diary)
18942         (icalendar--convert-recurring-to-diary)
18943         (icalendar--convert-non-recurring-all-day-to-diary)
18944         (icalendar-import-format-sample):
18945         * progmodes/idlw-shell.el (idlwave-shell-mode):
18946         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18947         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18948         (vhdl-ps-print-init): Fix typos.
18950 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
18952         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18953         FSF and collapse date sequence, obscure author/maintainer email address
18954         better, remove extra version line, track relocation of author's webpage.
18956         * progmodes/python.el (python-pdbtrack-input-prompt)
18957         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18958         regular python pdb prompts.  Adjustments shamelessly taken exactly as
18959         suggested in EmacsWiki page (tiny change):
18960         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18962 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18964         * expand.el (expand-pos, expand-index, expand-point):
18965         Remove redundant info from docstring.
18966         (expand-add-abbrevs): Doc fix.
18967         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18968         (expand-sample-perl-mode-expand-list): Fix typos.
18970         * net/dbus.el (dbus-event-member-name):
18971         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18972         * term/pc-win.el (msdos-create-frame-with-faces):
18973         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18975 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
18977         * window.el (split-window, window-state-get-1)
18978         (window-state-put-1, window-state-put-2): Rename occurrences of
18979         window-nest to window-combination-limit.
18980         * cus-start.el (window-nest): Rename to window-combination-limit.
18982 2011-11-16  Chong Yidong  <cyd@gnu.org>
18984         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18985         regexp (Bug#10033).
18987 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18989         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18990         `completing-read' will remove *Completions* and will preserve
18991         current-buffer for us.
18992         (tmm-add-prompt): Users of *Completions* will always (re)set its
18993         major mode.
18994         (tmm-old-comp-map): Remove.
18996 2011-11-16  Glenn Morris  <rgm@gnu.org>
18998         * mail/rmailedit.el: Require rmailmm when compiling.
18999         (rmail-old-mime-state): New declaration.
19000         (rmail-edit-current-message): If editing a mime message,
19001         edit the "raw" message from the mbox buffer.
19002         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
19004 2011-11-15  Glenn Morris  <rgm@gnu.org>
19006         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19007         which wasn't being used.  Add optional arg to force given state.
19008         (rmail-mime): Add optional arg to force given state.
19010 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19012         * allout.el (allout-encryption-plaintext-sanitization-regexps):
19013         * frame.el (display-mm-dimensions-alist):
19014         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19015         (outline-move-subtree-down):
19016         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19017         (newsticker--treeview-do-get-node):
19018         * net/quickurl.el (quickurl-list-buffer-name):
19019         * progmodes/dcl-mode.el (dcl-mode):
19020         * progmodes/gdb-mi.el (gdb-mapcar*):
19021         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19023 2011-11-15  Glenn Morris  <rgm@gnu.org>
19025         * mail/rmail.el (rmail-file-coding-system): It's only ever used
19026         in a boolean sense, so just make it a boolean, and fix the doc.
19027         (rmail-show-mime-function, rmail-mime-feature)
19028         (rmail-require-mime-maybe): Doc fixes.
19029         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19031         * mail/rmailmm.el (rmail-show-mime): Doc fix.
19033 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19035         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19036         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19037         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19038         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19040 2011-11-15  Glenn Morris  <rgm@gnu.org>
19042         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19043         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19044         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19045         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19046         (rmail-mime, rmail-show-mime): Doc fixes.
19048         * term/ns-win.el (mode-line-frame-identification):
19049         Leave it alone.  (Bug#10051)
19051         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
19053         * mail/rmailout.el (rmail-output-to-rmail-buffer):
19054         Handle empty buffers.  (Bug#9978)
19056 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
19058         * international/mule.el (define-charset):
19059         * mail/rmailmm.el (rmail-mime-find-header-encoding):
19060         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19061         * progmodes/verilog-mode.el (verilog-backward-token):
19062         * textmodes/ispell.el (lookup-words):
19063         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19065 2011-11-14  Glenn Morris  <rgm@gnu.org>
19067         * progmodes/executable.el
19068         (executable-make-buffer-file-executable-if-script-p):
19069         Handle file-modes returning nil.
19071         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19072         message - not necessary, and causes problems.  (Bug#9831)
19074         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19076         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19078         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19079         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
19080         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19082 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
19084         * window.el (window-resize, delete-window): Use window-splits
19085         variable instead of function.
19086         (window-state-get-1, window-state-put-2, window-state-put):
19087         Don't deal with windows' splits status.
19089 2011-11-12  Glenn Morris  <rgm@gnu.org>
19091         * apropos.el (apropos-do-all, apropos-library, apropos-value)
19092         (apropos-documentation): Doc fixes.
19094 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
19096         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19097         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19099 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19101         * electric.el (electric-indent-post-self-insert-function): Make it
19102         possible for a char to only indent in some circumstances.
19103         (electric-indent-mode): Simplify.
19105 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
19107         * window.el (windows-with-parameter): Remove unused function.
19108         (windows-at-side): Rename to window-at-side-list.
19109         (window-check, window-atom-check, window-atom-check-1)
19110         (window-side-check, window-size-ignore, window-size-fixed-1)
19111         (window-in-direction-2): Prefix with "window--".
19112         (window-tree-1): Rename to window--subtree, fix doc-string.
19114 2011-11-11  Glenn Morris  <rgm@gnu.org>
19116         * subr.el (eval-after-load): If FILE is already loaded,
19117         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
19119 2011-11-10  Glenn Morris  <rgm@gnu.org>
19121         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19122         Call svn via vc-svn-command rather than vc-do-command.
19123         (vc-svn-command): Add --non-interactive.  (Bug#9993)
19124         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19126         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19127         Add toggle-read-only.  (Bug#7292)
19128         * files.el (toggle-read-only): Mention that it should only
19129         be used interactively.  (Bug#10006)
19131 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19133         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19134         Adjust regexp for OCaml warnings.
19136         * electric.el (electric-pair-post-self-insert-function): Let user
19137         turn it off buffer-locally (bug#9932).
19139         * progmodes/python.el (python-beginning-of-statement):
19140         Rewrite (bug#2703).
19142         * progmodes/compile.el: Better handle TABs (bug#9749).
19143         (compilation-internal-error-properties)
19144         (compilation-next-error-function): Obey the target buffer's
19145         compilation-error-screen-columns.
19147 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
19149         * progmodes/meta-mode.el: Remove obsolete comments.
19150         (meta-right-comment-regexp, meta-ignore-comment-regexp):
19151         Fix typos in docstrings.
19153 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
19155         * window.el (window-size-fixed-p): Rewrite doc-string.
19156         (window-resizable-p): Rename to window--resizable-p.  Update callers.
19157         (window--resizable): New function.  Make all callers of
19158         window-resizable call window--resizable instead.
19159         (window-resizable): Rewrite in terms of window--resizable.
19161 2011-11-08  Glenn Morris  <rgm@gnu.org>
19163         * progmodes/delphi.el (delphi-mode-syntax-table):
19164         Let define-derived-mode define a proper syntax table.  (Bug#9994)
19166 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19168         * window.el: Stay away from defsubst.
19169         (window-list-no-nils): Remove.
19170         (window-state-get-1, window-state-get): Use backquote instead.
19172 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19174         * emacs-lisp/find-func.el (find-function-read):
19175         Fix incorrect use of default argument in `completing-read'.
19177 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
19179         * window.el (display-buffer-function, special-display-function):
19180         Mention display-buffer-record-window but do not mention
19181         help-setup parameter in doc-strings.
19182         (window-min-delta): Fix doc-string typo.
19184 2011-11-08  Chong Yidong  <cyd@gnu.org>
19186         * window.el (window-total-height, window-total-width): Doc fix.
19187         (window-body-size): Move from C.
19188         (window-body-height, window-body-width): Move to C.
19190 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19192         * window.el: Make special-display like display-buffer-alist (bug#9532).
19193         (display-buffer--special-action): New function, morphed
19194         from display-buffer--special.
19195         (display-buffer): Use it to handle special-display-buffers at higher
19196         priority (just after display-buffer-alist).
19197         (display-buffer-fallback-action, display-buffer--other-frame-action)
19198         (pop-to-buffer-same-window): Remove display-buffer--special.
19200 2011-11-07  Glenn Morris  <rgm@gnu.org>
19202         * calendar/cal-menu.el (cal-menu-set-date-title):
19203         Do nothing if not in a calendar.  (Bug#9976)
19205 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19207         * files.el (find-file): Always use selected-window.
19209 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
19211         * window.el (window-combinations): Make WINDOW argument
19212         mandatory.  Rewrite doc-string.
19213         (walk-window-subtree, window-atom-check, window-min-delta)
19214         (window-max-delta, window--resize-this-window)
19215         (window--resize-root-window-vertically, window-tree)
19216         (balance-windows, window-state-put): Rewrite doc-strings as to
19217         not mention the term "subwindow".
19218         (window--resize-subwindows-skip-p): Rename to
19219         window--resize-child-windows-skip-p.
19220         (window--resize-subwindows-normal): Rename to
19221         window--resize-child-windows-normal.
19222         (window--resize-subwindows): Rename to
19223         window--resize-child-windows.
19224         (window-or-subwindow-p): Rename to window--in-subtree-p.
19226 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19228         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19229         Ensure that mbox format messages end in two newlines (Bug#9974).
19231 2011-11-06  Chong Yidong  <cyd@gnu.org>
19233         * window.el (window-combination-p): Function deleted; its
19234         side-effect is not used in any existing code.
19235         (window-combinations, window-combined-p): Call window-*-child
19236         directly.
19238 2011-11-05  Chong Yidong  <cyd@gnu.org>
19240         * window.el (window-valid-p): Rename from window-any-p.
19241         (window-size-ignore, window-state-get): Callers changed.
19242         (window-normalize-window): Rename from window-normalize-any-window.
19243         New arg LIVE-ONLY, replacing window-normalize-live-window.
19244         (window-normalize-live-window): Delete.
19245         (window-combination-p, window-combined-p, window-combinations)
19246         (walk-window-subtree, window-atom-root, window-min-size)
19247         (window-sizable, window-sizable-p, window-size-fixed-p)
19248         (window-min-delta, window-max-delta, window-resizable)
19249         (window-resizable-p, window-full-height-p, window-full-width-p)
19250         (window-current-scroll-bars, window-point-1, set-window-point-1)
19251         (window-at-side-p, window-in-direction, window-resize)
19252         (adjust-window-trailing-edge, maximize-window, minimize-window)
19253         (window-deletable-p, delete-window, delete-other-windows)
19254         (record-window-buffer, unrecord-window-buffer)
19255         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19256         (quit-window, split-window, window-state-put)
19257         (set-window-text-height, fit-window-to-buffer)
19258         (shrink-window-if-larger-than-buffer): Callers changed.
19260 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
19262         * mail/rmail.el (rmail-simplified-subject): Decode subject with
19263         rfc2047-decode-string.
19264         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19265         warnings.
19267         * window.el (window-body-height, window-body-width): Mention in
19268         the doc string that the return values are in frame's canonical
19269         units.  (Bug#9949)
19271 2011-11-03  Alan Mackenzie  <acm@muc.de>
19273         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19274         change in cc-engine.el.
19276 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19278         * window.el (switch-to-buffer): Use `force-same-window' interactively.
19280 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
19282         * window.el (quit-window): Call unrecord-window-buffer after
19283         showing another buffer in the window.  (Bug#9937)
19284         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19286 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
19288         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19289         Accept status with more than 9 shelves.  (Bug#9935)
19290         Reported by Colin D Bennett <colin@gibibit.com>.
19292 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
19294         * help.el (with-help-window): Don't reference
19295         temp-buffer-show-specifiers in doc-string.
19297 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
19299         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19300         menu-item.
19302 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19304         * whitespace.el: New version 13.2.2.
19305         (whitespace-newline-mode): Disable properly.  Reported by Sarah
19306         <EmacsWiki>.
19308 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
19310         * net/newst-treeview.el: Remove "Time-stamp".
19311         (newsticker--group-manage-orphan-feeds): Do not call
19312         newsticker--treeview-tree-update.
19313         (newsticker-treeview-update, newsticker-treeview):
19314         Call newsticker--treeview-tree-update if necessary.
19316 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
19318         * window.el (window-iso-combination-p, window-iso-combined-p)
19319         (window-iso-combinations): Remove "iso-" infix.
19320         Suggested by Chong Yidong.
19321         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19322         (window-max-delta-1, window-resize, window--resize-siblings)
19323         (window--resize-this-window, adjust-window-trailing-edge)
19324         (split-window, balance-windows-1)
19325         (shrink-window-if-larger-than-buffer):
19326         * calendar/calendar.el (calendar-generate-window):
19327         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19329 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19331         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19332         in place (bug#9907).
19333         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19334         (eshell-rewrite-if-command, eshell-rewrite-for-command)
19335         (eshell-structure-basic-command, eshell-rewrite-while-command)
19336         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19337         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19338         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19339         (eshell-do-pipelines-synchronously, eshell-eval-command):
19340         Use backquotes and prefer setq to set.
19341         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19342         (eshell-macrop): Use functionp.
19343         (eshell-do-eval): Handle multiple expressions in `while' body.
19345 2011-10-30  Chong Yidong  <cyd@gnu.org>
19347         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19348         instead of set-mark (Bug#9810).
19350 2011-10-30  Chong Yidong  <cyd@gnu.org>
19352         * window.el (split-window-below, split-window-right): Rename from
19353         split-window-above-each-other and split-window-side-by-side
19354         respectively.  All callers changed.
19355         (split-window-sensibly, split-window-sensibly): Use them.
19356         (split-window-keep-point): Doc fix.
19358         * isearch.el: Add isearch-scroll property to split-window-below
19359         and split-window-right.
19361         * follow.el (follow-mode):
19362         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19363         * progmodes/ada-xref.el (ada-gdb-application):
19364         * emulation/vip.el (vip-buffer-in-two-windows):
19365         * image-dired.el (image-dired-dired-with-window-configuration):
19366         * dired-x.el (dired-do-find-marked-files):
19367         * dired.el (dired-pop-to-buffer):
19368         * bs.el (bs--show-with-configuration):
19369         * vc/emerge.el (emerge-setup-windows):
19370         * textmodes/two-column.el (2C-two-columns):
19371         * textmodes/reftex-toc.el (reftex-toc):
19372         * progmodes/gdb-mi.el (gdb-setup-windows):
19373         * progmodes/fortran.el (fortran-window-create):
19374         * net/newst-treeview.el (newsticker--treeview-window-init):
19375         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19376         * emulation/tpu-edt.el (tpu-gold-map):
19377         * emulation/crisp.el (crisp-mode-map):
19378         * calendar/calendar.el (calendar-basic-setup): Callers changed.
19380 2011-10-29  Chong Yidong  <cyd@gnu.org>
19382         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19384         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19386         * textmodes/flyspell.el (flyspell-word): Fix char offset for
19387         forged Ispell output (Bug#7904).
19389         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19391 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19393         * doc-view.el: Avoid ugly errors about not finding nil.
19394         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19395         (doc-view-dvipdf-program, doc-view-unoconv-program)
19396         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19397         Avoid nil or absolute file name as default value.
19398         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19400 2011-10-28  Alan Mackenzie  <acm@muc.de>
19402         * progmodes/cc-defs.el (c-version): -> 5.32.2.
19404 2011-10-28  Alan Mackenzie  <acm@muc.de>
19406         Amend the handling of c-beginning/end-of-defun in nested declaration
19407         scopes.
19409         * progmodes/cc-vars.el (c-defun-tactic): Move here from
19410         cc-langs.el.  Change it to a defcustom.
19412         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19413         cc-vars.el.
19415         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19416         Prevent "class foo : bar" being spuriously recognized as a label.
19418         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19419         Add parameter `inclusive' (to include enclosing braces in the region).
19420         (c-widen-to-enclosing-decl-scope): New function.
19421         (c-while-widening-to-decl-block): New macro.
19422         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19423         outward for defun boundaries, and correspondingly change symbol
19424         `respect-enclosure' to `go-outward'.
19425         (c-declaration-limits): Change algorithm to report only the "innermost"
19426         defun's boundaries.
19428 2011-10-28  Deniz Dogan  <deniz@dogan.se>
19430         * net/rcirc.el (rcirc-mode): Use hard newlines.
19432 2011-10-28  Alan Mackenzie  <acm@muc.de>
19434         Amend to indent and fontify macros "which include their own semicolon"
19435         correctly, using the "virtual semicolon" mechanism.
19437         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19439         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19440         Recode to scan one line at a time rather than having \n and \r
19441         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19442         (c-forward-label): Amend for virtual semicolons.
19443         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19445         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19446         of the new C macros.
19448         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19449         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19450         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19451         (c-opt-cpp-macro-define): Make into a full language variable.
19452         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19453         AWK Mode (including \n, \r) removed, no longer needed.
19455         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19456         Invoke c-make-macro-with-semi-re.
19458         * progmodes/cc-vars.el (c-macro-with-semi-re):
19459         (c-macro-names-with-semicolon): New variables.
19460         (c-make-macro-with-semi-re): New function.
19462 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19464         * vc/log-edit.el: Fill empty field rather than adding new one.
19465         (log-edit-add-field): New function.
19466         (log-edit-insert-changelog): Use it.
19468 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19470         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19472 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19474         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19475         (gdb--check-interpreter): New function.
19476         (gdb): Use it.
19478 2011-10-27  Glenn Morris  <rgm@gnu.org>
19480         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19481         (least-positive-float, least-negative-float)
19482         (least-positive-normalized-float, least-negative-normalized-float)
19483         (float-epsilon, float-negative-epsilon):
19484         Remove unnecessary declarations.
19486         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19487         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19488         (least-positive-float, least-negative-float)
19489         (least-positive-normalized-float, least-negative-normalized-float)
19490         (float-epsilon, float-negative-epsilon): Add doc-strings,
19491         based on those in cl.texi.
19493         * files.el (set-visited-file-name): If the major-mode changed,
19494         reload the local variables.  (Bug#9796)
19496 2011-10-27  Chong Yidong  <cyd@gnu.org>
19498         * subr.el (change-major-mode-after-body-hook): New hook.
19499         (run-mode-hooks): Run it.
19501         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19502         Use change-major-mode-before-body-hook.
19504         * simple.el (fundamental-mode):
19505         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19506         change introducing fundamental-mode-hook.
19508 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
19510         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19512 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
19514         * ido.el (ido-file-name-all-completions-1): Do not require
19515         tramp.el explicitly.  (Bug#7583)
19517 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19519         * progmodes/octave-mod.el:
19520         * progmodes/octave-inf.el: Update maintainer.
19522 2011-10-26  Chong Yidong  <cyd@gnu.org>
19524         * subr.el (with-wrapper-hook): Rewrite doc.
19526 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
19528         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19529         filenames "/method:foo:".  (Bug#9793)
19531 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19533         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19534         (bug#9865).
19536 2011-10-24  Glenn Morris  <rgm@gnu.org>
19538         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
19540 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
19542         * notifications.el: Add the requirement of a running D-Bus session
19543         bus to the Commentary.
19545 2011-10-24  Juri Linkov  <juri@jurta.org>
19547         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19548         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19549         (Bug#9364)
19551 2011-10-24  Juri Linkov  <juri@jurta.org>
19553         * info.el (Info-following-node-name-re): Add newline to the list
19554         of allowed characters for leading space.  (Bug#9824)
19556 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19558         * progmodes/octave-inf.el (inferior-octave-mode-map):
19559         Fix C-c C-h binding.
19560         * progmodes/octave-mod.el (octave-help): Remove.
19562 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
19564         Sync with Tramp 2.2.3.
19566         * net/tramp-cache.el (top): Pacify byte-compiler using
19567         `init-file-user' and `site-run-file'.
19569         * net/trampver.el: Update release number.
19571 2011-10-23  Chong Yidong  <cyd@gnu.org>
19573         * files.el (toggle-read-only): Remove obsolete comment about
19574         version control.
19576         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19577         for toggle-read-only.  Note that this hasn't called vc-next-action
19578         since 2008-05-02, though it wasn't documented at the time.
19580         * vc/ediff-init.el (ediff-toggle-read-only-function):
19581         Use toggle-read-only.
19583 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
19585         Fix bug #9560, sporadic wrong indentation; improve instrumentation
19586         of c-parse-state.
19588         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19589         correct faulty logical expression.
19590         (c-parse-state-state, c-record-parse-state-state):
19591         (c-replay-parse-state-state): New defvar/defuns.
19592         (c-debug-parse-state): Use new functions.
19594 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
19596         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19597         last fix.  Use window-in-direction correctly.
19599 2011-10-21  Chong Yidong  <cyd@gnu.org>
19601         * progmodes/idlwave.el (idlwave-mode):
19602         * progmodes/vera-mode.el (vera-mode): No need to set
19603         require-final-newline; that's done in prog-mode.
19604         Suggested by Stefan Monnier.
19606 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
19608         * mouse.el (mouse-drag-window-above)
19609         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19610         (mouse-drag-mode-line-1, mouse-drag-header-line)
19611         (mouse-drag-vertical-line-rightward-window): Remove.
19612         (mouse-drag-line): New function.
19613         (mouse-drag-mode-line, mouse-drag-header-line)
19614         (mouse-drag-vertical-line): Call mouse-drag-line.
19615         * window.el (window-at-side-p, windows-at-side): New functions.
19617 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
19619         * tar-mode.el (tar-grind-file-mode):
19620         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
19622 2011-10-21  Chong Yidong  <cyd@gnu.org>
19624         * progmodes/idlwave.el (idlwave-mode):
19625         * progmodes/vera-mode.el (vera-mode):
19626         Use mode-require-final-newline.
19628 2011-10-20  Glenn Morris  <rgm@gnu.org>
19630         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
19632 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
19634         * emulation/cua-base.el (cua-set-mark): Fix case of string.
19636 2011-10-20  Chong Yidong  <cyd@gnu.org>
19638         * emulation/cua-base.el (cua-mode):
19639         * mail/footnote.el (footnote-mode):
19640         * mail/mailabbrev.el (mail-abbrevs-mode):
19641         * net/xesam.el (xesam-minor-mode):
19642         * progmodes/bug-reference.el (bug-reference-mode):
19643         * progmodes/cap-words.el (capitalized-words-mode):
19644         * progmodes/compile.el (compilation-minor-mode)
19645         (compilation-shell-minor-mode):
19646         * progmodes/gud.el (gud-tooltip-mode):
19647         * progmodes/hideif.el (hide-ifdef-mode):
19648         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19649         * progmodes/subword.el (subword-mode):
19650         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19651         * progmodes/which-func.el (which-function-mode):
19652         * term/tvi970.el (tvi970-set-keypad-mode):
19653         * term/vt100.el (vt100-wide-mode):
19654         * textmodes/flyspell.el (flyspell-mode):
19655         * textmodes/ispell.el (ispell-minor-mode):
19656         * textmodes/nroff-mode.el (nroff-electric-mode):
19657         * textmodes/paragraphs.el (use-hard-newlines):
19658         * textmodes/refill.el (refill-mode):
19659         * textmodes/reftex.el (reftex-mode):
19660         * textmodes/rst.el (rst-minor-mode):
19661         * textmodes/sgml-mode.el (html-autoview-mode)
19662         (sgml-electric-tag-pair-mode):
19663         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19664         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19665         * emulation/crisp.el (crisp-mode):
19666         * emacs-lisp/eldoc.el (eldoc-mode):
19667         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19668         minor mode behavior.
19670 2011-10-19  Juri Linkov  <juri@jurta.org>
19672         * descr-text.el (describe-char): Add #x2010 and #x2011 to
19673         the list of hard-coded chars with escape-glyph face.
19675 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19677         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19679 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
19681         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19682         running process.
19684 2011-10-19  Glenn Morris  <rgm@gnu.org>
19686         * vc/vc-bzr.el (vc-bzr-after-dir-status):
19687         Ignore ignored files.  (Bug#9726)
19689 2011-10-19  Chong Yidong  <cyd@gnu.org>
19691         Doc fix for minor modes, stating that an omitted argument enables
19692         the mode unconditionally when called from Lisp.
19694         * abbrev.el (abbrev-mode):
19695         * allout.el (allout-mode):
19696         * autoinsert.el (auto-insert-mode):
19697         * autoarg.el (autoarg-mode, autoarg-kp-mode):
19698         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19699         (global-auto-revert-mode):
19700         * battery.el (display-battery-mode):
19701         * composite.el (global-auto-composition-mode)
19702         (auto-composition-mode):
19703         * delsel.el (delete-selection-mode):
19704         * desktop.el (desktop-save-mode):
19705         * dired-x.el (dired-omit-mode):
19706         * dirtrack.el (dirtrack-mode):
19707         * doc-view.el (doc-view-minor-mode):
19708         * double.el (double-mode):
19709         * electric.el (electric-indent-mode, electric-pair-mode):
19710         * emacs-lock.el (emacs-lock-mode):
19711         * epa-hook.el (auto-encryption-mode):
19712         * follow.el (follow-mode):
19713         * font-core.el (font-lock-mode):
19714         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19715         * help.el (temp-buffer-resize-mode):
19716         * hilit-chg.el (highlight-changes-mode)
19717         (highlight-changes-visible-mode):
19718         * hi-lock.el (hi-lock-mode):
19719         * hl-line.el (hl-line-mode, global-hl-line-mode):
19720         * icomplete.el (icomplete-mode):
19721         * ido.el (ido-everywhere):
19722         * image-file.el (auto-image-file-mode):
19723         * image-mode.el (image-minor-mode):
19724         * iswitchb.el (iswitchb-mode):
19725         * jka-cmpr-hook.el (auto-compression-mode):
19726         * linum.el (linum-mode):
19727         * longlines.el (longlines-mode):
19728         * master.el (master-mode):
19729         * mb-depth.el (minibuffer-depth-indicate-mode):
19730         * menu-bar.el (menu-bar-mode):
19731         * minibuf-eldef.el (minibuffer-electric-default-mode):
19732         * mouse-sel.el (mouse-sel-mode):
19733         * msb.el (msb-mode):
19734         * mwheel.el (mouse-wheel-mode):
19735         * outline.el (outline-minor-mode):
19736         * paren.el (show-paren-mode):
19737         * recentf.el (recentf-mode):
19738         * reveal.el (reveal-mode, global-reveal-mode):
19739         * rfn-eshadow.el (file-name-shadow-mode):
19740         * ruler-mode.el (ruler-mode):
19741         * savehist.el (savehist-mode):
19742         * scroll-all.el (scroll-all-mode):
19743         * scroll-bar.el (scroll-bar-mode):
19744         * server.el (server-mode):
19745         * shell.el (shell-dirtrack-mode):
19746         * simple.el (auto-fill-mode, transient-mark-mode)
19747         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19748         (line-number-mode, column-number-mode, size-indication-mode)
19749         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19750         * strokes.el (strokes-mode):
19751         * time.el (display-time-mode):
19752         * t-mouse.el (gpm-mouse-mode):
19753         * tool-bar.el (tool-bar-mode):
19754         * tooltip.el (tooltip-mode):
19755         * type-break.el (type-break-mode-line-message-mode)
19756         (type-break-query-mode):
19757         * view.el (view-mode):
19758         * whitespace.el (whitespace-mode, whitespace-newline-mode)
19759         (global-whitespace-mode, global-whitespace-newline-mode):
19760         * xt-mouse.el (xterm-mouse-mode): Doc fix.
19762         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19763         Fix autogenerated docstring.
19765 2011-10-19  Juri Linkov  <juri@jurta.org>
19767         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19768         by checking environment variables "DESKTOP_SESSION" and
19769         "XDG_CURRENT_DESKTOP".  (Bug#9779)
19771 2011-10-19  Juri Linkov  <juri@jurta.org>
19773         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19774         (browse-url-chromium-program, browse-url-chromium-arguments):
19775         New defcustoms.
19776         (browse-url-default-browser): Check for `browse-url-chromium' and
19777         call `browse-url-chromium-program'.
19778         (browse-url-chromium): New command.  (Bug#9779)
19780 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
19782         * facemenu.el (list-colors-duplicates): On Windows, detect more
19783         duplicates by assuming that only colors matching "^System" are
19784         special "system colors".  (Bug#9722)
19786 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19788         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19789         to distinguish the author from the committer.
19791 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
19793         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19795 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
19797         * international/mule.el (sgml-html-meta-auto-coding-function):
19798         Add support for detecting encoding in HTML5 specified only as
19799         <meta charset="UTF-8">.  Implementation just makes http-equiv and
19800         content-type parts from HTML4 encoding string optional.  (Bug#9716)
19802 2011-10-18  Glenn Morris  <rgm@gnu.org>
19804         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
19806 2011-10-18  Chong Yidong  <cyd@gnu.org>
19808         * faces.el (cursor): Doc fix.
19810 2011-10-17  Chong Yidong  <cyd@gnu.org>
19812         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19814 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
19816         * dirtrack.el (dirtrack): Support shell buffers with path
19817         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
19819 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
19821         * json.el: Bump version to 1.3 and note change in History.
19822         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19824 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19826         * comint.el (comint-insert-input, comint-send-input)
19827         (comint-get-old-input-default, comint-backward-matching-input)
19828         (comint-next-prompt): Use nil instead of `input' for field property of
19829         past user input (bug#114).
19831         * minibuffer.el (completion--replace): Inherit surrounding properties
19832         (bug#114).
19833         (minibuffer-complete-and-exit): Use it.
19835         * comint.el (comint--table-subvert): Quote the all-completions output
19836         (bug#9160).
19838 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
19840         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19842         * menu-bar.el (menu-bar-file-menu): Add entry for making new
19843         window on right of selected.  (Bug#9350) Reword other window
19844         entries and separate them from frame entries.
19846 2011-10-15  Glenn Morris  <rgm@gnu.org>
19848         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19849         Doc fixes.
19851 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
19853         * net/network-stream.el (network-stream-open-starttls):
19854         Improve detection of failure due to lack of TLS support.
19856         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19857         putting the input text in front and in bold.
19859 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19861         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19863         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19864         empty buffer.
19866         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19867         unread-command-events rather than pushing yet-another event.
19869 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
19871         * mail/sendmail.el (sendmail-query-once): Improve the wording of
19872         the explanation of the possible choices.  Make the options passed
19873         to completing-read shorter.
19875 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
19877         * textmodes/flyspell.el (flyspell-large-region): Make sure
19878         extended character mode is used if defined (Bug#1339).
19880 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
19882         * simple.el (what-cursor-position): Fix the display of the
19883         character info for LRE, LRO, RLE, and RLO characters by appending
19884         an invisible PDF.
19886 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19888         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19889         even in case of error; add debug spec; simplify data flow.
19890         (with-timeout-handler): Remove.
19892 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
19894         Fix Bug#6019, Bug#9315.
19896         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19897         complete `buffer-file-name', the local file name part could look
19898         remotely (for example on VMS).
19900         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19901         `tramp-run-real-handler'.
19902         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19903         already quoted by '"'.
19905         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19906         Let `file-name-handler-alist' be nil, the local file name part
19907         could look remotely (for example on VMS).
19909 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19911         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19912         from here...
19913         (flyspell-post-command-hook): ...to here.
19915 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19917         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19918         if not needed.
19919         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
19920         using completion.  Protect against "slow" callers.
19921         Remove the "message hack".
19923 2011-10-11  Juri Linkov  <juri@jurta.org>
19925         * isearch.el (isearch-lazy-highlight-word): New variable.
19926         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19927         Use it.  (Bug#9727)
19929 2011-10-11  Glenn Morris  <rgm@gnu.org>
19931         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19932         like f90-previous-statement does.
19934 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19936         * eshell/eshell.el (eshell-command): History should be saved
19937         only in interactive use, to avoid error.
19939 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19941         * minibuffer.el (completion-file-name-table): Fix last change,
19942         i.e. ignore normal errors but not the other ones.
19944 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
19946         * window.el (special-display-buffer-names)
19947         (special-display-regexps): Remove some remnants of earlier
19948         changes from doc-strings.
19949         (quit-windows-on): New function.
19951         * vc/vc.el (vc-revert, vc-rollback):
19952         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19953         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
19954         (Bug#6183) (Bug#7074) (Bug#7447)
19956 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
19958         * window.el (frame-auto-hide-function): Add version tag.
19959         (Bug#9699)
19961 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
19963         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19964         condition.
19966 2011-10-09  Leo Liu  <sdl.web@gmail.com>
19968         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19969         (Bug#9701)
19971 2011-10-08  Glenn Morris  <rgm@gnu.org>
19973         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19974         before the first code statement zero indent.  (Bug#9690)
19976 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
19978         * simple.el (count-words-region): Always count in the region.
19979         Report the number of lines and characters too.
19980         (count-words): New command, which counts in the buffer if the
19981         region is inactive, as count-words-region used to.
19982         (count-words--message): New function.  Handle plurals.
19983         (count-lines-region): Make it an alias for count-words-region.
19985         * bindings.el (esc-map): Replace count-lines-region with
19986         count-words-region.
19988 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
19990         * window.el (window--delete): Delete dedicated frame
19991         unconditionally when argument KILL is non-nil.  (Bug#9699)
19992         (switch-to-buffer): Fix doc-string typo.
19994 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19996         * eshell/eshell.el (eshell-command): Avoid using hooks.
19998 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
20000         * bindings.el ([M-left],[M-right]): Bind to left-word and
20001         right-word respectively.
20003 2011-10-07  Glenn Morris  <rgm@gnu.org>
20005         * cus-start.el (debug-on-quit): Fix custom type.
20007 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20009         * subr.el (define-key-after): Clarify that the function is not
20010         useful for non-menu keymaps.
20012         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20014 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20016         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20017         in current minibuffer (Fix bug with recursive minibuffers).
20019 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
20021         * progmodes/gdb-mi.el (gdb): Doc fix.
20023 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
20025         * window.el (frame-auto-hide-function): New option replacing
20026         frame-auto-delete.  Suggested by Stefan Monnier.
20027         (window--delete): Call frame-auto-hide-function instead of
20028         investigating frame-auto-delete.
20029         (window-point-1, set-window-point-1): New functions.
20030         (window-in-direction, record-window-buffer, window-state-get-1)
20031         (display-buffer-record-window): Use window-point-1 instead of
20032         window-point.
20033         (set-window-buffer-start-and-point): Use set-window-point-1.
20035 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20037         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20039 2011-10-05  Glenn Morris  <rgm@gnu.org>
20041         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20042         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
20044 2011-10-05  Leo Liu  <sdl.web@gmail.com>
20046         * subr.el (read-char-choice): Fix argument to buffer-live-p which
20047         works with buffer object.
20049 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20051         * mpc.el (mpc-tool-bar-map): Add labels.
20053 2011-10-04  Glenn Morris  <rgm@gnu.org>
20055         * calendar/holidays.el (calendar-check-holidays): Doc fix.
20057 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
20059         * window.el (window--delete): New function.
20060         (frame-auto-delete): Resuscitate option.
20061         (bury-buffer, replace-buffer-in-windows)
20062         (quit-window): Rewrite using window--delete.
20063         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20064         Pass display-buffer-mark-dedicated to window--display-buffer-2
20065         (Bug#9639).
20067 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20069         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20070         returns a list (bug#9554).  Add remote file name completion.
20071         * comint.el (comint--table-subvert): Curry and get quote&unquote
20072         functions as arguments.
20073         (comint--complete-file-name-data): Adjust call accordingly.
20074         * pcomplete.el (pcomplete--table-subvert): Remove.
20075         (pcomplete-completions-at-point): Use comint--table-subvert instead.
20077         * minibuffer.el (completion-table-case-fold): Use currying.
20078         (completion--styles-type, completion--cycling-threshold-type):
20079         New constants.
20080         (completion-styles, completion-category-overrides)
20081         (completion-cycle-threshold): Use them.
20082         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20083         completion-table-case-fold.
20085 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
20087         * minibuffer.el (completion-category-overrides): Fix type of styles
20088         and add more user friendly tags (bug#9660).
20090 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20092         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20093         (mule-input-method-string): New widget.
20094         (default-input-method, language-info-custom-alist): Use it.
20096 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20098         * pcomplete.el: Require comint.
20099         (pcomplete--common-suffix): Remove.
20100         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20101         (pcomplete--table-subvert): Sync with comint--table-subvert.
20102         (pcomplete--entries): Use comint-completion-file-name-table.
20103         * comint.el (comint-unquote-filename): Simplify.
20104         (comint-completion-file-name-table): New function (bug#9616).
20105         (comint--complete-file-name-data): Use it.
20107         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20108         (pcmpl-gnu-tar-buffer): Remove.
20109         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20110         around.  Make sure pcomplete-suffix-list is only changed temporarily.
20111         Don't look inside the tar's file if it's too large.
20113 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
20115         * cus-edit.el (custom-mode-map):
20116         * epa.el (epa-key-list-mode-map):
20117         * man.el (Man-mode-map):
20118         * startup.el (splash-screen-keymap):
20119         * simple.el (special-mode-map): Use scroll-up-command and
20120         scroll-down-command.
20122         * progmodes/idlw-help.el (idlwave-help-mode-map):
20123         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20124         * net/newst-plainview.el (newsticker-mode-map):
20125         * emulation/ws-mode.el (wordstar-mode-map):
20126         * emulation/vi.el (vi-com-map):
20127         * calc/calc-graph.el (calc-graph-show-dumb):
20128         * term/sun.el (terminal-init-sun):
20129         * term/ns-win.el (global-map):
20130         * progmodes/grep.el (grep-mode-map):
20131         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20132         * mail/rmail.el (rmail-mode-map):
20133         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20135         * custom.el (custom-safe-themes, load-theme): Treat value of t for
20136         custom-safe-themes as special.
20138 2011-10-01  Julien Danjou  <julien@danjou.info>
20140         * notifications.el (notifications-notify): Fix docstring.
20142 2011-10-01  Per Starbäck  <per@starback.se>
20144         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
20146 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
20148         * startup.el (command-line-1): Fix last fix by inserting
20149         initial-scratch-message into *scratch* before displaying it.
20150         (Bug#9605) and (Bug#9636)
20152 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
20154         * simple.el (line-move): If auto-hscroll-mode is disabled and the
20155         window is hscrolled, move by logical lines.  (Bug#9607)
20156         (line-move-visual): Update the doc string to the above effect.
20158 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
20160         * window.el (display-buffer-record-window): When WINDOW is the
20161         selected window use `point' instead of `window-point'.  (Bug#9626)
20163         * startup.el (command-line-1): Use insert-before-markers when
20164         inserting initial-scratch-message.  (Bug#9605)
20166         * help.el (help-window): Remove variable.
20168 2011-09-29  Glenn Morris  <rgm@gnu.org>
20170         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20172 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
20174         * descr-text.el (describe-char-categories): Accept category
20175         descriptions more than one line long.
20177 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20179         * simple.el (delete-trailing-whitespace): Fix last change.
20181         * progmodes/perl-mode.el (perl-syntax-propertize-function):
20182         Don't confuse "y => 3" as the beginning of a `y' operation.
20184         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20185         object has more than 4 slots (bug#9613).
20187 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
20189         * subr.el (with-output-to-temp-buffer):
20190         * net/quickurl.el (quickurl, quickurl-browse-url):
20191         Fix typos in docstrings.
20193 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
20195         * minibuffer.el (completion-styles)
20196         (completion-category-overrides): Cross reference each other in doc
20197         strings.
20199 2011-09-27  Glenn Morris  <rgm@gnu.org>
20201         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20202         to split-string.  (Bug#9606)
20204 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20206         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20207         (bug#9615).
20209 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
20211         * emacs-lisp/package.el (list-packages): Fix echo area message.
20213 2011-09-27  Leo Liu  <sdl.web@gmail.com>
20215         * ido.el (ido-read-internal): Accept cons cell HIST arg.
20217 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
20219         * net/dbus.el (dbus-unregister-object): Don't release services for
20220         registered signals.  (Bug#9581)
20222 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
20224         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20225         function that picks between cfengine 2 and 3 support
20226         automatically.  Update docs accordingly.
20228 2011-09-22  Kenichi Handa  <handa@m17n.org>
20230         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20231         ZERO.
20232         (indian-itrans-v5-table-for-tamil): New variable.
20233         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20235 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
20237         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20238         that's true if the current command involved collapsing of text.
20239         It's reset to false at the beginning of the next command.
20240         (allout-post-command-business): Move the cursor to the beginning
20241         of entry if the cursor is hidden and collapsing activity just
20242         happened.
20244 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
20246         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20247         tracking (Bug#9541).
20249 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
20251         * net/newst-reader.el (newsticker-html-renderer)
20252         (newsticker-show-news): Automatically load html rendering package
20253         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
20254         because w3m-fill-column is let-bound" and the error "Symbol's value
20255         as variable is void: w3m-fill-column".
20257 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
20259         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20260         Release services only if they are defined.  (Bug#9581)
20262 2011-09-23  Richard Stallman  <rms@gnu.org>
20264         * textmodes/paragraphs.el (forward-sentence): For backwards case,
20265         distinguish start of paragraph from start of its text.
20267         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20269         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20270         (rmail-generate-viewer-buffer): Put that hook on view buffer.
20271         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20273 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
20275         * international/mule-diag.el (mule-diag): Insert a newline after
20276         each fontset description.
20278 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20280         * simple.el (delete-trailing-whitespace):
20281         Document last change; simplify.
20283 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
20285         * simple.el (delete-trailing-whitespace): Also delete
20286         extra newlines at the end of the buffer.
20288         * textmodes/picture.el: Make motion commands obey shift-select-mode.
20289         (picture-newline): Use forward-line so as to ignore fields.
20291 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20293         * subr.el (with-wrapper-hook): Fix edebug spec.
20295 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20297         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20298         (bug#4538).
20300 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
20302         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20303         Fix nasty bug using wrong cached values.
20305 2011-09-23  Alan Mackenzie  <acm@muc.de>
20307         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20309 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
20311         * window.el (pop-to-buffer): Ensure right window is selected if we
20312         chose another frame.
20314 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
20316         * simple.el (what-cursor-position): Use get-char-property-change
20317         and next-single-char-property-change, to be able to show display
20318         properties that come from overlays as well as text properties.
20320 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
20322         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20324         * cmuscheme.el (run-scheme, switch-to-scheme):
20325         * cus-edit.el (customize-group, custom-buffer-create)
20326         (customize-browse):
20327         * info.el (info):
20328         * shell.el (shell):
20329         * mail/sendmail.el (mail):
20330         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20332 2011-09-22  Richard Stallman  <rms@gnu.org>
20334         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20335         move back only to line beg, don't move back over blank lines.
20337 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
20339         * files.el (copy-directory): Set directory attributes only in case
20340         they could be retrieved from the source directory.  (Bug#9565)
20342 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
20344         * progmodes/hideshow.el (hs-looking-at-block-start-p)
20345         (hs-find-block-beginning, hs-hide-level-recursive):
20346         Ignore strings as well as comments.  (Bug#9502)
20348 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
20350         * progmodes/sql.el (sql-comint-postgres):
20351         Convert port number to a string.  (Bug#9566)
20353 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
20355         * window.el (quit-window): Undedicate window when switching to
20356         previous buffer.  Reported by Thierry Volpiatto
20357         <thierry.volpiatto@gmail.com>.
20358         (special-display-popup-frame): When popping up a new frame reset
20359         its previous buffers to nil.  Simplify code.
20361 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
20363         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20364         and process filter, as done also in `shell-command'.
20366 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
20368         * window.el (set-window-buffer-start-and-point):
20369         Call set-window-start with NOFORCE argument t.
20370         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20371         (quit-window): Reword doc-string.  Handle new format of
20372         quit-restore parameter.  Don't delete window if it has a
20373         previous buffer we can show instead of the present one.
20374         (display-buffer-record-window): Rewrite using a new format for
20375         the quit-restore window parameter
20376         (special-display-popup-frame, display-buffer-same-window)
20377         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20378         (display-buffer-pop-up-window, display-buffer-use-some-window):
20379         Adapt symbol passed to display-buffer-record-window.
20380         * help.el (help-window-setup): Handle new format of quit-restore
20381         parameter.
20383 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20385         * faces.el (face-list): Fix docstring (bug#9564).
20387         * window.el (display-buffer--action-function-custom-type):
20388         Don't include internal functions in the Custom interface.
20390 2011-09-20  Juri Linkov  <juri@jurta.org>
20392         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20393         (Info-forward-node, Info-backward-node, Info-next-preorder)
20394         (Info-last-preorder): Use it.  (Bug#9528)
20396 2011-09-20  Juri Linkov  <juri@jurta.org>
20398         * info.el (Info-last-preorder): Visit last menu item only when
20399         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20401 2011-09-20  Julien Danjou  <julien@danjou.info>
20403         * password-cache.el (password-cache-remove): Remove entries even if the
20404         value is nil, so that password with a nil value (negative caching) is
20405         possible to invalidate.
20407 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
20409         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20410         all whitespace around breakpoint.  (Bug#9553)
20411         (f90-find-breakpoint): Only break at whitespace inside a comment.
20413 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20415         * minibuffer.el (completion-file-name-table): Keep track of errors.
20416         (completion-table-with-predicate): Handle the case where pred1 is nil.
20417         * pcomplete.el (pcomplete-completions-at-point): Simplify.
20419 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20421         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20422         (debugger-return-value): Signal an error if the debugging context does
20423         not await any return value.
20425         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20426         * image-mode.el (image-toggle-display-text)
20427         (image-toggle-display-image): Stay away from evil `intangible'.
20429 2011-09-19  Leo Liu  <sdl.web@gmail.com>
20431         * replace.el (occur-revert-arguments): Make it permanent-local.
20432         (occur-mode): Don't call font-lock-defontify.
20434 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
20436         * net/ldap.el (ldap-search-internal): Don't push empty search
20437         result (Bug#9508).
20439 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20441         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20443 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
20445         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20446         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20448 2011-09-18  Juri Linkov  <juri@jurta.org>
20450         * buff-menu.el (Buffer-menu-mode-map):
20451         * dired.el (dired-mode-map):
20452         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20453         (lisp-interaction-mode-map):
20454         * emacs-lisp/package.el (package-menu-mode-map):
20455         * epa.el (epa-key-list-mode-map):
20456         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20457         (menu-bar-options-menu):
20458         * outline.el (outline-mode-menu-bar-map):
20459         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20460         * vc/vc-dir.el (vc-dir-menu-map):
20461         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20462         Capitalize non-function content words in menu item strings.
20464         * dired.el (dired-mode-map): Add menu item for
20465         `image-dired-dired-toggle-marked-thumbs'.
20467 2011-09-18  Juri Linkov  <juri@jurta.org>
20469         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20470         to `isearch-case-fold-search' and restore its original value
20471         after the `isearch-mode' call.
20473 2011-09-18  Juri Linkov  <juri@jurta.org>
20475         * progmodes/grep.el (grep-process-setup): Don't check code for 1
20476         because `zgrep' returns 1 for successful matches (bug#9226).
20478 2011-09-18  Juri Linkov  <juri@jurta.org>
20480         * info.el (Info-extract-menu-node-name): Check the second match
20481         for empty string (second test-case of bug#9528).
20482         (Info-last-preorder): Let-bind `Info-history' to nil to not add
20483         intermediate nodes to the history (first test-case of bug#9528).
20485 2011-09-18  Juri Linkov  <juri@jurta.org>
20487         * info.el (Info-mode-syntax-table): New variable.
20488         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20490 2011-09-18  Juri Linkov  <juri@jurta.org>
20492         * info.el (Info-file-supports-index-cookies):
20493         Increment line-beginning-position's arg from 3 to 4 because makeinfo
20494         outputs one more line for long file names (bug#4142).
20496 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20498         * newcomment.el (comment-normalize-vars): If prompting for
20499         comment-start, set comment-start-skip too (Bug#8424).
20501 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
20503         * icomplete.el: Fix previous fix of Bug#5849.
20504         (icomplete-mode): Don't set completion-show-inline-help.
20505         (icomplete-minibuffer-setup): Set completion-show-inline-help
20506         locally during icompletion.
20508 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20510         * woman.el (woman2-process-escapes): Don't delete unrecognized
20511         escapes (Bug#7843).
20513         * files.el (inhibit-first-line-modes-regexps): Add image files.
20514         (hack-local-variables-prop-line): Return nil for malformed
20515         prop-lines (Bug#9044).
20517 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
20519         * net/tramp.el (top): Don't require 'shell.
20520         (tramp-methods): Fix docstring.
20521         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20522         Return complete remote file name.  Handle "smb" case.
20523         Use `tramp-tmpdir', if defined for the respective method.
20524         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20526         * net/tramp-compat.el (top): Require 'shell.
20528         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20529         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20530         `tramp-current-host'.
20531         (tramp-get-remote-tmpdir): Remove.
20533         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20534         `tramp-tmpdir' entries.
20535         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20536         (tramp-smb-handle-file-attributes): Ignore errors.
20537         (tramp-smb-wait-for-output): Check also for process end.
20539 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20541         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20542         when sending QUIT (bug#9312).
20544 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
20546         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20547         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20548         occur-mode-display-occurrence.
20549         (occur-edit-mode): Add usage message.
20550         (occur-cease-edit): New command.
20551         (occur-after-change-function): Use text properties to find the
20552         position of the prefix text.
20553         (occur-engine): Set stickiness of prefix text properties.
20555 2011-09-17  Glenn Morris  <rgm@gnu.org>
20557         * progmodes/etags.el (complete-tag):
20558         Fix call to completion-in-region.  (Bug#9526)
20560 2011-09-17  Juri Linkov  <juri@jurta.org>
20562         * textmodes/ispell.el (ispell-word): Add to the error message
20563         the word, ispell program name and current dictionary (bug#9121).
20564         (ispell-tex-arg-end): Capitalize "error" in the error message.
20566 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
20568         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20569         check.  (Bug#4251)
20571 2011-09-17  Juri Linkov  <juri@jurta.org>
20573         * window.el (window-safe-min-height, window-safe-min-width):
20574         Fix typos (followup to bug#9522).
20576 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
20578         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20580 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
20582         * simple.el (line-move): If goal-column is set, move by logical
20583         lines, not by display lines.  (Bug#971)
20584         (next-line, previous-line, goal-column, line-move-visual): Doc fix
20585         to reflect the above change.
20587 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20589         * image.el (imagemagick-register-types): Use regexp-opt.
20591 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20593         * window.el (display-buffer-base-action): Rename from
20594         display-buffer-default-action.  Make default value empty.
20595         (display-buffer-overriding-action): Convert to defvar.
20596         (display-buffer-fallback-action): New var.
20598 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20600         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20601         declaration.
20602         (package--add-to-archive-contents): If there is a duplicate entry
20603         with an older version, remove it.
20604         (package-menu-mark-delete, package-menu-mark-install)
20605         (package-menu-mark-unmark): Make unused args optional.
20606         (package-menu-mark-obsolete-for-deletion):
20607         Use package-menu-get-status instead of a regexp search.
20608         (package-menu-get-status): Use tabulated-list-entry.
20609         (package-menu-mark-upgrades): New command.
20610         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
20611         (package-menu-execute): Do installation before deletion.
20612         (package-menu-refresh, package-menu-execute): Use derived-mode-p
20613         instead of checking major-mode.
20614         (package-menu--find-upgrades): New function.
20616 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20618         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20619         passwords in the log buffer.
20620         (smtpmail-process-filter): Update the process marker so that the
20621         "broken by peer" status message is inserted in the right place.
20623 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20625         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20626         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20627         bibtex-completion-at-point-function.
20628         (bibtex-completion-at-point-function): Use them.
20630         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20632         * mpc.el (mpc-constraints-tag-lookup): New function.
20633         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20634         also to browser "album|playlist".
20636 2011-09-14  Juri Linkov  <juri@jurta.org>
20638         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
20639         (isearch-edit-string): Use length of `isearch-string' when
20640         `isearch-fail-pos' returns nil.
20641         (isearch-message): Remove duplicate code and call
20642         `isearch-fail-pos' with arg `t'.
20644 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
20646         * replace.el (occur-mode-goto-occurrence): Don't force using other
20647         window (Bug#9499).
20649         * dired-aux.el (dired-do-chmod): Don't provide initial input.
20651 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
20653         * window.el (display-buffer-window): Remove.
20654         (display-buffer-record-window): Use help-setup window parameter
20655         instead of variable display-buffer-window.
20656         (display-buffer-function, special-display-buffer-names)
20657         (special-display-function): Mention help-setup parameter instead
20658         of display-buffer-window in doc-string.
20659         * help.el (help-window-setup): New argument help-window.
20660         Use help-window-setup parameter instead of display-buffer-window.
20661         Reword some messages.
20662         (with-help-window): Pass window used for displaying the buffer
20663         to help-window-setup.  Don't set display-buffer-window.
20665 2011-09-13  Glenn Morris  <rgm@gnu.org>
20667         * emacs-lisp/debug.el (debugger-make-xrefs):
20668         Preserve point.  (Bug#9462)
20670 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20672         * window.el (window-deletable-p): Use next-frame.
20674 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
20676         * window.el (window-auto-delete): Remove.
20677         (window-deletable-p): Remove argument FORCE.  Don't deal with
20678         dedication and previous buffers.
20679         (switch-to-prev-buffer): Don't delete window.
20680         (delete-windows-on): Delete a window's frame if and only if the
20681         window is dedicated.
20682         (replace-buffer-in-windows): Delete buffer's window or frame if
20683         and only if window is dedicated.
20684         (quit-window): Handle quit-restore as before last change.
20685         (bury-buffer): Delete window only if window-deletable-p returns t.
20687 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20689         * window.el (window-deletable-p): Never delete the last frame on a
20690         given terminal.
20692 2011-09-13  Glenn Morris  <rgm@gnu.org>
20694         * help.el (describe-key-briefly): Copy previous standard-output change.
20696 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
20698         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
20700 2011-09-13  Glenn Morris  <rgm@gnu.org>
20702         * emacs-lisp/lisp-mode.el (lisp-indent-function):
20703         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20705 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
20707         * dired-aux.el (dired-mark-read-string): Don't return default
20708         value on empty input (Bug#9361).
20709         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20710         Omit initial minibuffer contents.
20711         (dired-do-chmod): Signal an error on empty input.
20712         (dired-mark-read-string): Don't return default on empty input.
20714         * files.el (file-modes-symbolic-to-number): Doc fix.
20716 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20718         * international/mule-cmds.el (ucs-completions): Remove.
20719         (read-char-by-name): Use complete-with-action instead; add metadata.
20721 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20723         * window.el (display-buffer--action-function-custom-type)
20724         (display-buffer--action-custom-type): New vars.
20725         (display-buffer-alist, display-buffer-default-action)
20726         (display-buffer-overriding-action): Add defcustom types.
20728         * frame.el (delete-other-frames): Doc fix (Bug#276).
20730 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20732         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20734 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20736         Change modes that used same-window-* vars to use switch-to-buffer.
20738         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20739         Use switch-to-buffer.
20741         * cus-edit.el (customize-group, custom-buffer-create)
20742         (customize-browse, custom-buffer-create-other-window):
20743         Use switch-to-buffer or switch-to-buffer-other-window.
20745         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20746         (Info-prev, Info-up, Info-speedbar-goto-node)
20747         (info-display-manual): Use switch-to-buffer.
20748         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20750         * mail/sendmail.el (mail): Use switch-to-buffer.
20751         (mail-recover): Use switch-to-buffer-other-window.
20753         * cmuscheme.el (run-scheme, switch-to-scheme):
20754         * ielm.el (ielm):
20755         * shell.el (shell):
20756         * net/rlogin.el (rlogin):
20757         * net/telnet.el (telnet, rsh):
20758         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20760 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
20762         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20764 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20766         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20767         so don't mention it (bug#9301).
20768         (dired-sort-toggle-or-edit): Clarify string further.
20770         * faces.el (face-spec-set-match-display): Make `(type graphic)'
20771         match `x', `w32' and `ns', like the manual says (bug#9029).
20773         * subr.el (eval-after-load): Doc string clarification (bug#9125).
20774         (process-kill-buffer-query-function): Mention the buffer name in
20775         the query.
20777         * image-mode.el (image-next-line): The line parameter is mandatory
20778         (bug#9258).
20780         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20781         which can be useful (bug#9301).
20783         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20785         * subr.el (match-string): Mention that the current buffer should
20786         be the same as the search was done in (bug#9282).
20788         * facemenu.el: Disable the remove-* commands if the mark isn't
20789         active (bug#9162).
20791 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20793         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20794         of display-buffer.
20795         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20797         * replace.el (occur-mode-goto-occurrence)
20798         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20799         and display-buffer.
20801         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20802         display-buffer.
20804         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20805         special-display and same-window variables.
20806         (mail-other-window): Use switch-to-buffer-other-window.
20807         (mail-other-frame): USe switch-to-buffer-other-frame.
20809         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20810         Use display-buffer-other-frame.
20811         (gdb-display-gdb-buffer): Use pop-to-buffer.
20813         * progmodes/gud.el (gud-goto-info): Use info-other-window.
20815         * progmodes/python.el: Don't set same-window-buffer-names.
20817         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20819         * window.el (display-buffer-alist): Add *Python*.
20821 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20823         * window.el (display-buffer-alist): Add entry for buffers
20824         previously handled same-window-*.
20825         (display-buffer-alist, display-buffer-default-action)
20826         (display-buffer-overriding-action): Mark as risky.
20827         (display-buffer-alist): Document action function changes.
20828         (display-buffer--same-window-action)
20829         (display-buffer--other-frame-action): New variables.
20830         (switch-to-buffer, display-buffer-other-frame): Use them.
20831         (display-buffer): Rename reuse-frame entry to reusable-frames.
20832         (display-buffer-reuse-selected-window): Function deleted.
20833         (display-buffer-reuse-window): Handle reusable-frames alist entry.
20834         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20835         (display-buffer-special): New function.
20836         (display-buffer--maybe-pop-up-frame-or-window): Rename from
20837         display-buffer-reuse-or-pop-window.  Split off special-display
20838         part into display-buffer-special.
20839         (display-buffer-use-some-window): Don't perform any special
20840         pop-up-frames handling.
20841         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20842         (display-buffer--maybe-same-window): Rename from
20843         display-buffer-maybe-same-window.
20845         * info.el: Don't set same-window-regexps.
20846         (info-setup): New function.
20847         (info-other-window, info): Call it.
20849         * cus-edit.el: Don't set same-window-regexps.
20850         (customize-group): New argument.
20851         (customize-group-other-window): Use it.
20852         (customize-face, customize-face-other-window): Likewise.
20853         (custom-buffer-create-other-window): Use pop-to-buffer directly.
20855         * net/rlogin.el:
20856         * net/telnet.el:
20857         * progmodes/gud.el: Don't set same-window-regexps.
20859         * cmuscheme.el:
20860         * ielm.el:
20861         * shell.el:
20862         * mail/sendmail.el:
20863         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20865 2011-09-10  Juri Linkov  <juri@jurta.org>
20867         * isearch.el (isearch-edit-string): Remove obsolete mention of
20868         `C-w' (`isearch-yank-word-or-char') from docstring.
20869         (isearch-query-replace): Fix typo in docstring (bug#9466).
20871 2011-09-10  Juri Linkov  <juri@jurta.org>
20873         * paren.el (show-paren-function): Don't show escaped parens.
20874         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
20876 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
20878         * mail/sendmail.el (mml-to-mime, mml-attach-file)
20879         (mm-default-file-encoding): Remove autoload forms, they are
20880         replaced with autoload cookies in mml.el and mm-encode.el.
20881         (mail-add-attachment): New command.
20882         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20883         (mail-mode): Mention mail-insert-file and mail-add-attachment in
20884         the doc string.
20885         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20887 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
20889         * simple.el (count-words-region): Use buffer if there's no region
20890         (bug#9429).
20892 2011-09-09  Juri Linkov  <juri@jurta.org>
20894         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20895         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20896         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
20898 2011-09-09  Alan Mackenzie  <acm@muc.de>
20900         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20901         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
20903 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
20905         Fix for Savannah bug#9392.
20906         * simple.el (mail-encode-mml): New defvar.
20908         * mail/rmail.el (mail-encode-mml): Add a defvar.
20909         (rmail-enable-mime-composing): Default to t.
20910         (rmail-forward): Use MIME method of forwarding only if both
20911         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20912         Set mail-encode-mml non-nil if the MIME method was used.
20914         * mail/sendmail.el (mml-to-mime): Add autoload form.
20915         (mail-encode-mml): Add a defvar.
20916         (mail-mode): Make mail-encode-mml buffer-local and initialize it
20917         to nil.
20918         (mail-send): If mail-encode-mml is non-nil, run the outgoing
20919         message through mml-to-mime, and reset mail-encode-mml to nil.
20921 2011-09-09  Glenn Morris  <rgm@gnu.org>
20923         * woman.el (woman-if-body): When processing an .el block,
20924         do not delete the next .el block as well.  (Bug#9447)
20925         (woman-special-characters): Add oq, cq, and hy characters.
20927 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20929         * window.el (window-deletable-p): Make sure window is live before
20930         invoking window-prev-buffers.
20932 2011-09-08  Leo Liu  <sdl.web@gmail.com>
20934         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
20936 2011-09-08  Juri Linkov  <juri@jurta.org>
20938         * progmodes/compile.el (compilation-environment): Make it
20939         a defcustom (bug#8340).
20941 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20943         * window.el (frame-auto-delete): Rename to window-auto-delete.
20944         Make it control auto-deletion of windows and/or frames.
20945         (window-deletable-p): New argument FORCE.  Rewrite conditions
20946         for deleting window/frame.  (Bug#9419)
20947         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20948         Rewrite handling of case when window/frame can be deleted.
20949         (delete-windows-on): Call window-deletable-p with new FORCE
20950         argument t.  (Bug#9456)
20952 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
20954         * help-mode.el (help-mode): Restore autoload.
20956 2011-09-07  Juri Linkov  <juri@jurta.org>
20958         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20959         `compilation-environment'.  Set buffer-local
20960         `compilation-environment' to `thisenv' later after (funcall mode).
20961         (Bug#8340)
20963         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
20964         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20965         instead of replacing its value.  (Bug#8340)
20967 2011-09-07  Juri Linkov  <juri@jurta.org>
20969         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20970         based on text properties put by `grep-filter' instead of matching
20971         escape sequences.
20972         (grep-mode): Set buffer-local `compilation-error-screen-columns'
20973         to the value of `grep-error-screen-columns' (bug#9438).
20975 2011-09-07  Juri Linkov  <juri@jurta.org>
20977         * simple.el (next-error-highlight, next-error-highlight-no-select):
20978         Doc fix (bug#9432).
20980 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
20982         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20983         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
20985 2011-09-07  Leo Liu  <sdl.web@gmail.com>
20987         * net/rcirc.el (rcirc-mode): Conditionally initialize
20988         rcirc-input-ring.
20990 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20992         * emacs-lisp/find-func.el (find-function-C-source): Only set
20993         find-function-C-source-directory after checking that we found a source
20994         file there (bug#9440).
20996 2011-09-06  Alan Mackenzie  <acm@muc.de>
20998         * isearch.el (isearch-other-meta-char): Wherever a key list is
20999         unread, "unread" the prefix arg, too.  This fixes bug #8901.
21001 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
21003         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21005 2011-09-05  Juri Linkov  <juri@jurta.org>
21007         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21009 2011-09-05  Juri Linkov  <juri@jurta.org>
21011         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21012         keeping point where processing of grep matches begins, and
21013         continue to delete remaining escape sequences from the same point.
21014         (grep-filter): Make leading zero optional in "0?1;31m" because
21015         git-grep emits "\033[1;31m" escape sequences unlike expected
21016         "\033[01;31m" as GNU Grep does (bug#9408).
21017         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21019 2011-09-05  Juri Linkov  <juri@jurta.org>
21021         * subr.el (y-or-n-p): Capitalize "yes".
21023 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
21025         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
21026         `tramp-cache-unload-hook' where appropriate.
21027         (tramp-methods): Rename `tramp-remote-sh' to
21028         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
21029         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21031         * net/tramp-sh.el (top): Don't require 'shell.
21032         (tramp-methods): Add `tramp-remote-shell' and
21033         `tramp-remote-shell-args' entries.
21034         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21035         (tramp-sh-handle-shell-command): Remove.
21036         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21037         Use `tramp-remote-shell'.
21039 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
21041         * mail/sendmail.el (sendmail-query-once-function): Delete.
21042         (sendmail-query-once): Save directly to send-mail-function.
21043         Update message-send-mail-function too.
21045         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21047 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21049         * progmodes/python.el (python-mode-map): Use correct function to
21050         start python interpreter from menu-bar (as reported by Geert
21051         Kloosterman).
21052         (inferior-python-mode-map): Fix typo.
21053         (python-shell-map): Remove.
21055 2011-09-03  Deniz Dogan  <deniz@dogan.se>
21057         * net/rcirc.el (rcirc-print): Simplify code for
21058         rcirc-scroll-show-maximum-output.  There is no need to walk
21059         through all windows to find the right one.
21061 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21063         * help.el (help-return-method): Doc fix.
21065 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
21067         * window.el (window-deletable-p): Don't return a non-nil value
21068         when there's a buffer that was shown in the window before.
21069         (Bug#9419)
21070         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21071         Set window's previous buffers to nil.
21073 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
21075         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21076         newline before and after the tag line, so it doesn't interfere
21077         with determining the paragraph direction of bidirectional text.
21079 2011-09-03  Leo Liu  <sdl.web@gmail.com>
21081         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
21083 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21085         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21086         (pop-to-buffer): Change interactive spec.  Pass second argument
21087         directly to display-buffer.
21088         (display-buffer): Fix interactive spec.  Use functionp to
21089         distinguish between a function and a list of functions.
21091         * abbrev.el (edit-abbrevs):
21092         * arc-mode.el (archive-extract):
21093         * autoinsert.el (auto-insert):
21094         * bookmark.el (bookmark-bmenu-list):
21095         * files.el (find-file):
21096         * view.el (view-buffer):
21097         * progmodes/compile.el (compilation-goto-locus):
21098         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21100 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21102         * window.el (display-buffer-alist): Doc fix.
21103         (display-buffer): Add docstring.  Don't treat
21104         display-buffer-default specially.
21105         (display-buffer-reuse-selected-window)
21106         (display-buffer-same-window, display-buffer-maybe-same-window)
21107         (display-buffer-reuse-window, display-buffer-pop-up-frame)
21108         (display-buffer-pop-up-window)
21109         (display-buffer-reuse-or-pop-window)
21110         (display-buffer-use-some-window): New functions.
21111         (display-buffer-default-action): Use them.
21112         (display-buffer-default): Delete.
21113         (pop-to-buffer-1): Fix choice of actions.
21115 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21117         * minibuffer.el (completion--insert-strings): Don't get confused by
21118         completion entries that end with an LF char.
21120 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
21122         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21124 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
21126         * window.el (display-buffer): Restore interactive spec.
21127         (display-buffer-same-window, display-buffer-other-window):
21128         New functions.
21129         (pop-to-buffer-1): New function.  Use the above.
21130         (pop-to-buffer, pop-to-buffer-same-window): Use it.
21131         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21133         * view.el (view-buffer-other-window, view-buffer-other-frame):
21134         Just use pop-to-buffer.
21136 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
21138         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
21140 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
21142         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
21144 2011-08-31  Richard Stallman  <rms@gnu.org>
21146         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21147         of the separation of rmail-view-buffer from rmail-buffer.
21148         If you say no to "replace original", the decrypt is in the
21149         view buffer.  If you say yes, the decrypt goes into the
21150         rmail buffer also.
21152 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
21154         * window.el (display-buffer-window): Rewrite doc-string.
21155         (display-buffer-record-window): New function.
21156         (display-buffer-macro-specifiers)
21157         (display-buffer-even-window-sizes, display-buffer-set-height)
21158         (display-buffer-set-width, display-buffer-in-window)
21159         (display-buffer-reuse-window, display-buffer-split-specifiers)
21160         (display-buffer-side-specifiers, display-buffer-split-window-1)
21161         (display-buffer-split-window, display-buffer-split-atom-window)
21162         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21163         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21164         (display-buffer-other-window-means-other-frame)
21165         (display-buffer-normalize-special)
21166         (display-buffer-normalize-default)
21167         (display-buffer-normalize-argument)
21168         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21169         (display-buffer-normalize-specifiers, display-buffer-frame)
21170         (display-buffer-same-window, display-buffer-same-frame)
21171         (display-buffer-other-window)
21172         (display-buffer-same-frame-other-window)
21173         (display-buffer-other-frame, pop-to-buffer-same-window)
21174         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21175         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21176         (switch-to-buffer-same-frame)
21177         (switch-to-buffer-other-window-same-frame)
21178         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21179         (display-buffer-alist-set-1, display-buffer-alist-set-2)
21180         (display-buffer-alist-set): Remove.
21181         (display-buffer-function, special-display-buffer-names)
21182         (special-display-regexps, special-display-function):
21183         In doc-string refer to display-buffer-window and quit-restore
21184         parameter.
21185         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21186         (special-display-frame-alist, special-display-popup-frame)
21187         (same-window-buffer-names, same-window-regexps, same-window-p)
21188         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21189         (split-window-preferred-function, split-height-threshold)
21190         (split-width-threshold, window-splittable-p)
21191         (split-window-sensibly, window--try-to-split-window)
21192         (window--frame-usable-p, even-window-heights)
21193         (window--even-window-heights, window--display-buffer-1)
21194         (window--display-buffer-2, display-buffer-other-frame):
21195         Restore old Emacs 23 code, order and doc-strings where applicable.
21196         (display-buffer-default, display-buffer-assq-regexp): New functions.
21197         (display-buffer-alist): Rewrite doc-string.
21198         (display-buffer-default-action)
21199         (display-buffer-overriding-action): New variables.
21200         (display-buffer, switch-to-buffer): Rewrite.
21201         (pop-to-buffer): Restore Emacs 23 behavior but use
21202         window-normalize-buffer-to-display.
21203         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21204         Restore Emacs 23 behavior but use
21205         window-normalize-buffer-to-switch-to.
21206         (pop-to-buffer-same-window): Rewrite.
21207         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21208         Rewrite using Emacs 23 options.
21210 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
21212         * net/tramp.el (tramp-root-regexp): Remove.
21213         (tramp-completion-file-name-regexp-unified)
21214         (tramp-completion-file-name-regexp-separate)
21215         (tramp-completion-file-name-regexp-url): Don't use leading volume
21216         letter on w32 systems.  (Bug#5303, Bug#9311)
21217         (tramp-drop-volume-letter): Simplify definition.
21218         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21220 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21222         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21223         (bug#9356).
21225 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
21227         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21229 2011-08-29  Juri Linkov  <juri@jurta.org>
21231         * isearch.el (isearch-done): Don't display message "Mark saved"
21232         when arg `edit' is non-nil to prevent its flicker in the echo area.
21234 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21236         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21237         obsolete packages for deletion.
21239 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
21241         * help-mode.el (help-mode-map): Add special-mode-map to parent.
21242         (help-mode): Derive help-mode from special-mode.  Don't invoke
21243         view-mode from help-mode.
21244         (help-xref-override-view-map): Remove.
21245         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21246         view-mode is not used anymore.
21248 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21250         * server.el (server-port): Doc fix.
21252         * cus-theme.el (custom-theme-choose-mode): Inherit from
21253         special-mode (Bug#9124).
21254         (custom-theme-choose-mode-map): Add special-mode to parent.
21256 2011-08-28  Alan Mackenzie  <acm@muc.de>
21258         * progmodes/cc-fonts.el
21259         (c-make-font-lock-BO-decl-search-function): New function.
21260         (c-basic-matchers-after - "Fontify the clauses after various
21261         keywords"): Extract the three keyword lists for the 3 erroneous
21262         constructs from the list of four, and use the new function above
21263         in place of an old one.
21265 2011-08-28  Deniz Dogan  <deniz@dogan.se>
21267         * net/rcirc.el (rcirc-insert-prev-input)
21268         (rcirc-insert-next-input): Remove unused argument.
21270 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21272         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21274 2011-08-27  Alan Mackenzie  <acm@muc.de>
21276         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21277         handle function pointer parameters properly.
21279 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
21281         * window.el (display-buffer-reuse-window): Fix case where
21282         selected window was reused with non-nil OTHER-WINDOW argument.
21283         (Bug#9381)
21285 2011-08-27  Deniz Dogan  <deniz@dogan.se>
21287         * net/rcirc.el (rcirc-check-auth-status): Adding support for
21288         oftc's NickServ messages.
21290 2011-08-27  Glenn Morris  <rgm@gnu.org>
21292         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
21294 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
21296         * emacs-lisp/package.el (package-install): Call package-initialize
21297         if called interactively.
21299 2011-08-26  Leo Liu  <sdl.web@gmail.com>
21301         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
21303 2011-08-25  Juri Linkov  <juri@jurta.org>
21305         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21306         `search-whitespace-regexp' (bug#9364).
21308 2011-08-25  Juri Linkov  <juri@jurta.org>
21310         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21311         `regexp-search-ring' to their global values to protect from
21312         updating by `read-from-minibuffer' (bug#9185).
21314 2011-08-25  Juri Linkov  <juri@jurta.org>
21316         * textmodes/ispell.el (ispell-command-loop): Add newline
21317         at the end of the "Use option `i'..." line.
21319 2011-08-25  Juri Linkov  <juri@jurta.org>
21321         * battery.el (display-battery-mode): If `battery-status-function'
21322         or `battery-mode-line-format' is nil, display the message and set
21323         `display-battery-mode' to nil (bug#9363).
21325 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
21327         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21328         bidi-string-mark-left-to-right; they are unnecessary now.
21330 2011-08-25  Deniz Dogan  <deniz@dogan.se>
21332         * net/quickurl.el: Documentation typo fixes.
21334 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
21336         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21338 2011-08-25  Glenn Morris  <rgm@gnu.org>
21340         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21342         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21343         (smtpmail-via-smtp): Handle nil response from smtp.
21345 2011-08-24  Juri Linkov  <juri@jurta.org>
21347         * proced.el (proced-marked): Inherit from `error' instead of
21348         `font-lock-warning-face'.
21350         * ibuffer.el (ibuffer-marked-face): Change default face from
21351         `font-lock-warning-face' to `warning'.
21352         (ibuffer-deletion-face): Change default face from
21353         `font-lock-type-face' to `error'.
21355         * battery.el (battery-update): Use the face `error' instead of
21356         `font-lock-warning-face' (bug#6117).
21358 2011-08-24  Juri Linkov  <juri@jurta.org>
21360         * faces.el (success): Change face color from "Green3" to
21361         "ForestGreen" on light background (bug#9353).
21363 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
21365         * window.el (quit-window): Rename from quit-restore-window.
21366         Use same arglist as old quit-window.
21367         (frame-auto-delete): Doc fix.
21369         * view.el (view-mode-exit): Use quit-window.
21371 2011-08-24  Juri Linkov  <juri@jurta.org>
21373         * isearch.el (isearch-ring-adjust1): Start visiting previous
21374         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21375         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21376         for empty search string (when the last search string is reused
21377         automatically) to adjust the isearch ring to the last element and
21378         prepare the correct index for further M-p commands (bug#9185).
21380 2011-08-24  Kenichi Handa  <handa@m17n.org>
21382         * international/ucs-normalize.el: If decomposition property of
21383         CHAR is the default one (i.e. a list of CHAR itself), treat it as
21384         nil.
21385         (nfd, nfkd): Likewise.
21387 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21389         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21390         from process filters aren't reliably transmitted to the surrounding
21391         accept-process-output.
21392         (mpc-proc-check): New function.
21393         (mpc-proc-sync): Use it (bug#8293)
21395 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21397         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21398         Add compatibility functions (bug#9313).
21400 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
21402         * cus-start.el (all): Add entry for bidi-paragraph-direction.
21404         * international/uni-bidi.el: Regenerate.
21406 2011-08-23  Kenichi Handa  <handa@m17n.org>
21408         * international/charprop.el:
21409         * international/uni-bidi.el:
21410         * international/uni-category.el:
21411         * international/uni-combining.el:
21412         * international/uni-comment.el:
21413         * international/uni-decimal.el:
21414         * international/uni-decomposition.el:
21415         * international/uni-digit.el:
21416         * international/uni-lowercase.el:
21417         * international/uni-mirrored.el:
21418         * international/uni-name.el:
21419         * international/uni-numeric.el:
21420         * international/uni-old-name.el:
21421         * international/uni-titlecase.el:
21422         * international/uni-uppercase.el: Regenerate.
21424 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
21426         * help.el (help-window-setup): Fix message displayed when other
21427         window is reused.  (Bug#9341)
21429 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21431         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21432         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21434         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21435         Mark obsolete.
21436         * shell.el (shell-parse-pcomplete-arguments): New function.
21437         (shell-completion-vars): Use it instead (bug#9160).
21439 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21441         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21442         strings and comments (bug#9333).
21444         * emacs-lisp/debug.el (debug-arglist): New function.
21445         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
21446         (debug-on-entry-1): Handle interpreted closures (bug#9120).
21448 2011-08-22  Juri Linkov  <juri@jurta.org>
21450         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21451         Revert regexp that highlights output switches to its old
21452         pre-2010-10-28 value and remove one `?' from it (bug#9319).
21454         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21455         to check for empty output (bug#9226).
21457 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
21459         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21460         symbol-constituent as the default, as that stops font-lock from
21461         working properly (Bug#8843).
21463 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21465         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21466         `coding-system-for-*' around the process open call to avoid
21467         auth-source side effects.
21468         (smtpmail-try-auth-methods): Expand the secret password.
21469         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21470         probe hangs.
21472 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21474         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21476         * emacs-lisp/find-func.el (find-function-noselect): New arg
21477         lisp-only.
21479         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21480         signal an error for built-in functions (Bug#6664).
21482 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21484         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21485         (smtpmail-try-auth-methods): Use it.
21487 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21489         * font-lock.el (font-lock-fontify-region)
21490         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21491         (font-lock-default-unfontify-buffer)
21492         (font-lock-default-fontify-region)
21493         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21495         * progmodes/compile.el (compilation-error-properties):
21496         Fix confusion between file struct and message struct (Bug#9319).
21497         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21498         `ant' regexp.
21500         * net/browse-url.el (browse-url-firefox): Don't call
21501         browse-url-firefox-sentinel unless using -remote (Bug#9328).
21503 2011-08-20  Glenn Morris  <rgm@gnu.org>
21505         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21507         * tutorial.el (tutorial--default-keys): Update some default bindings.
21509         * files.el (hack-local-variables): Fully ignore case for "mode:".
21511 2011-08-20  Alan Mackenzie  <acm@muc.de>
21513         Resolve invalid use of a regexp in regexp-opt.
21515         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21516         detection for a java annotation.
21518         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21519         detection for a java annotation.
21521         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21522         handling for java.
21523         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21525 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
21527         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21528         (Bug#9274).
21530 2011-08-20  Alan Mackenzie  <acm@muc.de>
21532         Fontify CPP expressions correctly when starting in the middle of
21533         such a construct.  Mainly for when jit-lock etc. starts a chunk
21534         here.
21536         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21537         variable.
21538         (c-make-font-lock-search-form): New function, extracted from
21539         c-make-font-lock-search-function.
21540         (c-make-font-lock-search-function): Use the above function.
21541         (c-make-font-lock-context-search-function): New function.
21542         (c-cpp-matchers): Enhance the preprocessor expression case with
21543         the above function
21544         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21545         which takes an expression.
21547         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21549 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
21551         * window.el (display-buffer-reuse-window)
21552         (display-buffer-pop-up-window): Don't reuse or split a side
21553         window.
21555 2011-08-19  Glenn Morris  <rgm@gnu.org>
21557         * files.el (hack-local-variables-prop-line, hack-local-variables):
21558         Downcase "Mode:".  (Bug#9331)
21560 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
21562         * international/characters.el: Add L and R categories.
21564         * subr.el (bidi-string-mark-left-to-right): Rename from
21565         string-mark-left-to-right.  Use category search.
21567         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21569 2011-08-18  Juri Linkov  <juri@jurta.org>
21571         * faces.el (error, warning, success): New faces with definitions
21572         copied from old default values of `font-lock-warning-face',
21573         `compilation-warning', `compilation-info' (bug#6117).
21575         * font-lock.el (font-lock-warning-face): Inherit from `error'.
21577         * progmodes/compile.el (compilation-error): Inherit from `error'.
21578         (compilation-warning): Inherit from `warning'.
21579         (compilation-info): Inherit from `success'.
21581         * dired.el (dired-marked): Inherit from `warning'.
21582         (dired-flagged): Inherit from `error'.
21584 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21586         * mail/smtpmail.el (auth-source): Require to avoid problems with
21587         binding variables (bug#9298).  Also clean up some unused
21588         autoloads.
21590         * net/network-stream.el (network-stream-open-starttls):
21591         Support using starttls.el without using gnutls-cli.
21593 2011-08-17  Juri Linkov  <juri@jurta.org>
21595         * progmodes/grep.el (rgrep): Handle the case when
21596         `grep-find-command' is a cons cell (bug#9278).
21598 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
21600         * window.el (display-buffer-pop-up-frame): Run frame creation
21601         function with BUFFER current (as special-display-popup-frame
21602         does).  Reported by Drew Adams.
21604 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
21606         * epa-mail.el: Simplify GnuPG group expansion using
21607         epg-expand-group.
21608         (epa-mail-group-alist, epa-mail-group-modtime)
21609         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21610         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21611         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21612         Remove.
21614 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
21616         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21618 2011-08-16  Alan Mackenzie  <acm@muc.de>
21620         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21621         Correct, to avoid the inside of macros.
21623 2011-08-16  Richard Stallman  <rms@gnu.org>
21625         * epa-mail.el: Handle GnuPG group definitions.
21626         (epa-mail-group-alist, epa-mail-group-modtime)
21627         (epa-mail-gnupg-conf-file): New variables.
21628         (epa-mail-parse-groups, epa-mail-sync-groups)
21629         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21630         (epa-mail-expand-recipients): New functions.
21631         (epa-mail-encrypt): Call epa-mail-expand-recipients.
21633         * mail/rmail.el (rmail-epa-decrypt): New command.
21635         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21636         Don't bind buffer-read-only, just inhibit-read-only.
21637         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21638         (epa-decrypt-armor-in-region): Make error message clearer.
21640 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21642         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21643         and "a2b" to "ab" for `prefix'.
21645 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
21647         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21648         filter groups.
21649         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
21650         Fourquet (Bug#8804).
21652 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
21654         * startup.el (argi): Declare as global variable (bug#9275).
21656 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
21658         * subr.el (string-mark-left-to-right): Search the entire string
21659         for RTL script, not just the terminating character.  Doc fix.
21661 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21663         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21664         New function.
21665         (js--regexp-literal, js-syntax-propertize-function): Remove.
21666         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21667         (js-mode-map): Don't rebind electric keys.
21668         (js-insert-and-indent): Remove.
21669         (js-mode): Setup electric-layout and electric-indent instead.
21671         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21673 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
21675         * epa.el (epa-progress-callback-function): Fix the logic of
21676         displaying progress.
21677         * epa-file.el (epa-file-insert-file-contents): Make progress
21678         display more user-friendly.
21679         (epa-file-write-region): Ditto.
21681 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
21683         * subr.el (string-mark-left-to-right): New function.
21685         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21686         Use string-mark-left-to-right.
21687         (list-buffers-noselect): Caller changed.
21689         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21690         Use string-mark-left-to-right.
21691         (tabulated-list-print): Recenter after moving point.
21693 2011-08-10  Juri Linkov  <juri@jurta.org>
21695         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21696         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21697         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21699 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
21701         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21702         (Bug#7554).
21704 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
21706         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21707         character.  (Bug#6594)
21709 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
21711         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21712         (image-dired--with-db-file): New macro.
21713         (image-dired-write-tags, image-dired-remove-tag)
21714         (image-dired-create-gallery-lists, image-dired-write-comments)
21715         (image-dired-get-comment, image-dired-mark-tagged-files)
21716         (image-dired-list-tags, image-dired-gallery-generate): Use it.
21717         (image-dired-gallery-generate): Use insert-file-contents.
21719         * time.el (display-time-world-list, display-time-world-display):
21720         * time-stamp.el (time-stamp-string):
21721         * vc/add-log.el (add-change-log-entry): Use setenv instead of
21722         set-time-zone-rule (Bug#7337).
21724 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
21726         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21727         (epg-error-to-string, epg-errors-to-string): New function.
21728         (epg-wait-for-completion): Reverse errors list.
21729         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21730         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21731         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21732         (epg-sign-keys, epg-generate-key-from-file)
21733         (epg-generate-key-from-string): Format errors by using
21734         epg-errors-to-string (bug#9255).
21735         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21737 2011-08-07  Juri Linkov  <juri@jurta.org>
21739         * faces.el (list-faces-display): Remove extra angle bracket
21740         from `help-mode-map'.
21742         * info.el (Info-history-toc-nodes): Doc fix.
21744         * longlines.el (longlines-mode): Doc fix.
21746 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21748         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21749         of statements and in a few more cases (bug#9183).
21751         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21752         New functions.
21753         (cl-transform-lambda): Use them (bug#9239).
21755 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
21757         * window.el (display-buffer-same-window)
21758         (display-buffer-same-frame, display-buffer-other-window)
21759         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21760         (pop-to-buffer-other-window)
21761         (pop-to-buffer-same-frame-other-window)
21762         (pop-to-buffer-other-frame): Make them defuns.
21763         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21765 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21767         * subr.el (make-composed-keymap): Move from C.  Change calling
21768         convention, and improve docstring to bring attention to a subtle point.
21769         * minibuffer.el (completing-read-default): Adjust accordingly.
21771 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
21773         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21774         (tramp-open-shell): Use `tramp-shell-quote-argument'.
21776         * net/trampver.el: Update release number.
21778 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21780         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21781         "in" (bug#9190).
21783 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21785         * mail/sendmail.el (sendmail-query-once): Restore the current
21786         buffer after querying (bug#9074).
21788         * dired.el (dired-flagged): Use different faces for marked and
21789         flagged files (bug#6117).
21791         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21792         (bug#4433).
21794         * ido.el (ido-mode): Switch off the message if called
21795         non-interactively.
21797         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21798         before 587, since it appears that that's more likely to work for
21799         more people.
21801         * cus-edit.el (custom-file): When running under emacs -q, always
21802         refuse to save the customizations, even if the .emacs file doesn't
21803         exist.
21805         * info.el: Remove the `Info-beginning-of-buffer' function
21806         (bug#8325).
21808         * net/network-stream.el (network-stream-open-starttls):
21809         Use `starttls-available-p' to see whether starttls.el can be used.
21811 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
21813         * window.el (display-buffer-in-window): Don't set dedicated status
21814         of window here (Bug#9215).
21815         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21816         (display-buffer-pop-up-side-window)
21817         (display-buffer-in-side-window): Set dedicated status of window here.
21819 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21821         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21822         before binding generated-autoload-file.
21824 2011-08-01  Deniz Dogan  <deniz@dogan.se>
21826         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21828 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
21830         Sync with Tramp 2.2.2.
21832         * net/trampver.el: Update release number.
21834 2011-07-30  Juri Linkov  <juri@jurta.org>
21836         * dired-aux.el (dired-touch-initial): Remove function.
21837         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21838         current time, and `default' to the last modification time of the
21839         current marked file (bug#6887).
21841 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
21843         * simple.el (goto-line): Use string-to-number to provide a
21844         numeric argument to read-number (bug#9163).
21846 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
21848         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21849         connection process, it could be nil.
21851 2011-07-27  Leo Liu  <sdl.web@gmail.com>
21853         Simplify url handling in rcirc-mode.
21855         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21856         (rcirc-browse-url-at-mouse): Remove.
21857         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21859 2011-07-26  Alan Mackenzie  <acm@muc.de>
21861         Fontify bitfield declarations properly.
21863         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21864         (c-symbol-chars): Now exported as a lang variable.
21865         (c-not-primitive-type-keywords): New lang variable.
21867         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21868         QT keyword "more" to prevent "more slots: ...." being spuriously
21869         parsed as a bitfield declaration.
21871         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21872         Refactor and enhance to handle bitfield declarations.
21873         (c-punctuation-in): New function.
21874         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21875         declarations properly.
21877 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
21879         * calendar/icalendar.el (icalendar--all-events): Take care of
21880         multiple vcalendars in a single file.
21881         (icalendar--convert-float-to-ical): Checkdoc fixes.
21883 2011-07-25  Deniz Dogan  <deniz@dogan.se>
21885         * image.el (insert-image): Clarifying docstring.
21887 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
21889         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21890         `tramp-send-command-and-check' if there is no error.
21891         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21893 2011-07-22  Alan Mackenzie  <acm@muc.de>
21895         Prevent cc-langs.elc being loaded at run time.
21897         * progmodes/cc-mode.el: Remove two autoload forms which loaded
21898         cc-langs.
21900         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21901         "(require 'cc-langs)".  Quote a form so it will evaluate at
21902         (cc-mode's) compilation time.
21904 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
21906         * net/tramp.el (tramp-file-name-handler): Avoid recursive
21907         loading.  (Bug#9114)
21909 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
21911         * window.el (display-buffer-pop-up-window)
21912         (display-buffer-pop-up-side-window)
21913         (display-buffer-in-side-window): Call display-buffer-set-height
21914         and display-buffer-set-width after setting the new window's
21915         buffer so `fit-window-to-buffer' and friends work on the right buffer.
21917 2011-07-20  Sam Steingold  <sds@gnu.org>
21919         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21920         (etags-tags-included-tables): Call `convert-standard-filename' on
21921         the file names contained in TAGS so that windows Emacs can handle
21922         TAGS files created by cygwin ctags.
21924 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21926         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21927         which apparently didn't work.
21929 2011-07-19  Roland Winkler  <winkler@gnu.org>
21931         * proced.el (proced-send-signal): For *Marked Processes* buffer
21932         put point at beginning of buffer.
21934 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
21936         * proced.el (proced-format): Make header lines align with the text
21937         (bug#1779).
21939 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21941         * view.el (view-buffer): Allow running in `special' modes if we're
21942         visiting a file (bug#8615).
21944 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
21946         * window.el (display-buffer-alist-of-strings-p)
21947         (display-buffer-alist-set-1, display-buffer-alist-set-2):
21948         New functions.
21949         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21950         more accurately.
21952 2011-07-18  Alan Mackenzie  <acm@muc.de>
21954         Fontify declarators properly when, e.g., a jit-lock chunk begins
21955         inside a declaration.
21957         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21959         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21960         New function.
21961         (c-complex-decl-matchers): Insert reference to
21962         c-font-lock-enclosing-decls.
21964         * progmodes/cc-engine.el (c-backward-single-comment):
21965         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21966         to nil around calls to (forward-comment -1).
21968 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21970         * image.el (put-image): Doc typo fix.
21972         * progmodes/etags.el (tags-search): Doc typo fix.
21974         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21975         password if we get errors 550 to 554.
21977 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21979         * net/gnutls.el (gnutls-log-level): Remove.
21981         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21982         indentation character (bug#6380).
21984         * files.el (buffer-offer-save): Made permanently local (bug#6241).
21986         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21987         to clarify what the problem is (bug#4291).
21989         * simple.el (current-kill): Clarify what
21990         `interprogram-paste-function' does (bug#7500).
21991         (auto-fill-mode): Document `auto-fill-function' in relation to
21992         `auto-fill-mode' (bug#2470).
21994 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
21996         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21997         method if slot is read-only (bug#9035).
21999 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
22001         * frame.el (select-frame-set-input-focus): New argument NORECORD.
22002         * window.el (pop-to-buffer): Select window used even if it was
22003         selected before, see discussion of (Bug#8615), (Bug#6954).
22004         Pass argument NORECORD on to select-frame-set-input-focus.
22006 2011-07-15  Glenn Morris  <rgm@gnu.org>
22008         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
22009         Respect help-form.
22011 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
22013         * net/gnutls.el (gnutls-min-prime-bits): New variable.
22014         (gnutls-negotiate): Use it.
22016 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22018         * net/gnutls.el (gnutls-negotiate):
22019         Upcase `gnutls-algorithm-priority'.
22021 2011-07-15  Glenn Morris  <rgm@gnu.org>
22023         * jka-compr.el (jka-compr-verbose): Move from here...
22024         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
22025         Add missing :version tag.
22026         * info.el: No need to require jka-compr when compiling.
22028 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22030         * net/gnutls.el (gnutls-algorithm-priority): New variable.
22031         (gnutls-negotiate): Use it.
22033         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22035         * info.el (Info-beginning-of-buffer): New command.
22036         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22037         announcing `b' as the key (bug#8325).
22038         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22040         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22042         * international/mule-cmds.el
22043         (describe-specified-language-support): Make the error message
22044         clearer (bug#8905).
22046         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22048         * isearch.el (isearch-barrier): Add a doc string, since it's
22049         mentioned in a function doc string (bug#8678).
22051 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
22053         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22054         buffer argument (Bug#9083) and self-identifying label argument.
22056 2011-07-15  Glenn Morris  <rgm@gnu.org>
22058         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
22060 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22062         * man.el (Man-fontify-manpage): Fix message when formatting the
22063         man page (bug#7929).
22065 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
22067         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22068         argument LRM; if non-nil, append an invisible LRM character to the
22069         buffer name.
22070         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22071         last argument non-nil, when formatting buffer names.
22072         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22073         paragraph direction.
22075 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22077         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22078         the man page name (bug#7929).
22080         * image.el (put-image): Mention the `put-image' overlay property
22081         (bug#7834).
22083         * scroll-bar.el (set-scroll-bar-mode): Mention that
22084         `scroll-bar-mode' lists the values (bug#7772).
22086         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22087         command (bug#7729).
22089         * rect.el (apply-on-rectangle): Return the point after the last
22090         operation.
22091         (string-rectangle): Go to the point after the last operation
22092         (bug#7522).
22094         * printing.el (pr-toggle-region): Clarify the documentation
22095         slightly (bug#7493).
22097         * time.el (display-time-update):
22098         Allow `display-time-mail-function' to return nil (bug#7158).
22099         Fix suggested by Detlev Zundel.
22101         * vc/diff.el (diff): Clarify the order the file names are read
22102         (bug#7111).
22104         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22105         the doc string (bug#7015).
22107         * font-lock.el (font-lock-maximum-decoration): Mention what
22108         numeric levels mean (bug#6935).
22110         * startup.el (initial-buffer-choice): Don't mention the `none'
22111         selection, which is against policy.
22113 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
22115         * window.el (display-buffer-normalize-special):
22116         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22118 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
22120         * subr.el (version<, version<=, version=): Mention "-CVS" and
22121         "-12345" alpha version numbers.
22123 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
22125         * bindings.el: Add advertised binding for set-mark-command
22126         (Bug#5772).
22128 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
22130         * bindings.el (mode-line-other-buffer):
22131         * bookmark.el (bookmark-bmenu-2-window):
22132         * bs.el (bs-cycle-next, bs-cycle-previous):
22133         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22134         switch-to-buffer.
22136         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22137         Delete.
22139 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
22141         * follow.el (follow-debug-message, follow-redisplay):
22142         * jka-cmpr-hook.el (with-auto-compression-mode):
22143         Fix typos in docstrings.
22145 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22147         * subr.el (with-silent-modifications): Clarify somewhat what the
22148         macro inhibits (bug#6525).
22150         * simple.el (eval-expression): Note what it does if called
22151         interactively (bug#6495).
22153 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22155         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22156         Use pop-to-buffer buffer-or-name if it is nil.
22158         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22159         Remove switch-to-buffer.
22161 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22163         * files.el (make-directory): Clarify that an error will be raised
22164         if there's an error (bug#6397).
22166         * startup.el (initial-buffer-choice): Add `none' as a choice
22167         (bug#6234).
22169         * subr.el (add-hook): Clarify section about buffer-local hooks
22170         (bug#6218).
22172         * dired.el (dired-flagged): Clarify doc string (bug#6117).
22174 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22176         * tabify.el (untabify): Preserve the current column so that point
22177         doesn't move (bug#6032).
22179 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22181         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22182         Rewrite to avoid awkward possessive "s" (bug#5986).
22184 2011-07-13  Glenn Morris  <rgm@gnu.org>
22186         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
22187         (dired-insert-directory): Give a message the first time
22188         if ls is found not to support --dired.
22190 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22192         * simple.el (toggle-truncate-lines): Clarify what is toggled
22193         (bug#5580).  Text by Drew Adams.
22195 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22197         * simple.el (blink-matching-open): Make the error message from the
22198         last change less verbose.
22200 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
22202         * font-lock.el (font-lock-comment-face): Use the high contrast
22203         "yellow" color for font-lock-comment-face on low color terminals
22204         using a dark background color (bug#4221).
22206 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22208         * dired.el (dired-insert-set-properties): Make the doc string
22209         reflect what it does now (bug#5325).
22211         * simple.el (blink-matching-open): Say that we were unable to find
22212         the match within the limit, if we're limited (bug#5122).
22214         * international/mule-cmds.el (prefer-coding-system): Add an
22215         example (bug#4869).
22217         * progmodes/etags.el (tags-search): Document `file-list-form'
22218         (bug#4731).
22220 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
22222         * net/browse-url.el (browse-url-default-browser)
22223         (browse-url-browser-function): Make the default browser choice a
22224         bit more logical (bug#4300).  Also clean up the doc string.
22226 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22228         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22229         binary endings (bug#4440).
22231 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22233         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22234         which can be pretty annoying (bug#8971).
22236         * jka-compr.el (jka-compr-verbose): New variable, and use
22237         throughout (bug#8971).
22239         * info.el (Info-find-file): Fall back on the installation
22240         directory if we can't find the info node anywhere else.
22242 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
22244         * vc/vc.el (vc-revert-file):
22245         Don't set file time-stamp in the past.  (Bug#5181)
22247 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22249         * files.el (after-find-file): Give a better error message when
22250         trying to find a symlink that points to a file that doesn't exist
22251         (bug#4398).
22253         * progmodes/cc-vars.el: Remove (probably) misleading comment
22254         (bug#4396).
22256 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
22258         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22260 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22262         * mouse-sel.el: Hack restoring functionality, while keeping
22263         compatibility with 2010-07-03 changes to mouse selection.
22264         (mouse-sel-primary-overlay): New var.
22265         (mouse-sel-selection-alist): Use it.
22266         (mouse-sel-mode): Doc fix; remove points that are default features
22267         of mouse.el.
22269 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
22271         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22272         Fix previous fix (bug#2490).
22274 2011-07-12  Roland Winkler  <winkler@gnu.org>
22276         * textmodes/bibtex.el (bibtex-initialize):
22277         Use pop-to-buffer-same-window.
22278         (bibtex-search-entries): Fix interactive call.
22280 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22282         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22283         Fontise bytecomp Error lines more correctly (bug#2490).
22284         Fix suggested by Johan BockgĂ¥rd.
22286         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22288         * dired-x.el (dired-guess-default): Use `delete-dups'.
22290 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22292         * dired.el (dired-mark-prompt):
22293         * dired-aux.el (dired-read-shell-command): Doc fix.
22295 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22297         * mail/sendmail.el (sendmail-query-once):
22298         Use `customize-save-variable' unconditionally, now that it works under
22299         emacs -Q.
22301         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22303         * cus-edit.el (custom-file): Take an optional no-error variable.
22304         (customize-save-variable): Set the variable, and give a warning if
22305         running under "emacs -q".
22307 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
22309         * loadhist.el (unload-feature-special-hooks):
22310         Add `auto-coding-functions', `fill-nobreak-predicate' and
22311         `find-directory-functions' (bug#5327).
22313 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22315         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22317         * cus-edit.el (custom-guess-name-alist): -alist variables should
22318         use the `alist' type (bug#3120).  Suggested by Drew Adams.
22320         * printing.el: Add documentation to all the `pr-toggle-' commands.
22322 2011-07-11  Leo Liu  <sdl.web@gmail.com>
22324         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22325         backends where it makes sense (bug#2623).
22327 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22329         * dired-x.el (dired-guess-default): Remove duplicate shell command
22330         entries (bug#2028).
22331         (dired-guess-default): Fix grammar in doc string (bug#2028).
22332         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22334         * subr.el (remove-duplicates): New conveniency function.
22336 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22338         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22339         (bug#1526).
22341 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
22343         * window.el (display-buffer-normalize-default): Don't invert
22344         meaning of even-window-heights.  Reported by Eli Zaretskii
22345         <eliz@gnu.org>.
22347 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
22349         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22351 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
22353         * window.el (display-buffer): Fix arguments to
22354         display-buffer-reuse-window in last change.
22356         * faces.el (link): Use a less saturated blue on light backgrounds.
22358         * startup.el (fancy-startup-text, fancy-about-text)
22359         (fancy-startup-tail): Use font-lock faces, for background safety.
22361 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
22363         * emulation/viper-cmd.el (viper-change-state-to-vi):
22364         Limit triggering of abbrev expansion (Bug#9038).
22366 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
22368         * window.el (display-buffer-default-specifiers): Remove.
22369         (display-buffer-macro-specifiers): Remove default specifiers.
22370         (display-buffer-alist): Default to nil.
22371         (display-buffer-reuse-window): New optional argument other-window.
22372         (display-buffer-pop-up-window): Allow splitting internal
22373         windows.  Check whether a live window was created.
22374         (display-buffer-other-window-means-other-frame)
22375         (display-buffer-normalize-arguments): Rename to
22376         display-buffer-normalize-argument and rewrite.  Set the
22377         other-window specifier.
22378         (display-buffer-normalize-special): New function.
22379         (display-buffer-normalize-options): Rename to
22380         display-buffer-normalize-default and rewrite.
22381         (display-buffer-normalize-options-inhibit): Remove.
22382         (display-buffer-normalize-specifiers): Rewrite.
22383         (display-buffer): Process other-window specifier and call
22384         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
22385         more faithfully.
22386         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22387         (display-buffer-alist-set): Don't handle 'unset default values.
22388         (display-buffer-in-window, display-buffer-alist-set):
22389         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
22390         <tassilo@member.fsf.org>.
22392 2011-07-09  Leo Liu  <sdl.web@gmail.com>
22394         * register.el (insert-register): Restore accidental change on
22395         2011-06-26.  (Bug#9028)
22397 2011-07-09  Glenn Morris  <rgm@gnu.org>
22399         * subr.el (remq): Handle the empty list.  (Bug#9024)
22401 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
22403         * mail/sendmail.el (send-mail-function): No longer delay custom
22404         initialization.
22405         * custom.el (custom-initialize-delay): Doc fix.
22407 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22409         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22411 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
22413         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22414         human-friendly prompt.
22416 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22418         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22419         provided by a particular plugin.
22421 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22423         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22424         save customizations (with "emacs -Q"), just set the variable
22425         instead of erroring out.
22427         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22429 2011-07-08  Juri Linkov  <juri@jurta.org>
22431         * arc-mode.el (archive-zip-expunge, archive-zip-update)
22432         (archive-zip-update-case): Use 7z if found by `executable-find'.
22433         The order of searching the available programs is the same as in
22434         `archive-zip-extract' (bug#8968).
22436 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22438         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22439         (menu-bar-options-menu): Tweak descriptions.
22441 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22443         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22444         menu items into verb phrases (bug#1421).  Also refill to fit under
22445         80 columns.
22447 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22449         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22450         (Info-read-node-name): Doc fix (Bug#1084).
22452         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22453         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22454         (end-of-sexp, beginning-of-sexp)
22455         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22456         (forward-symbol, forward-same-syntax, word-at-point)
22457         (sentence-at-point): Doc fix (Bug#1144).
22459 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22461         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22462         should cover it (bug#1281).
22464         * cus-edit.el (custom-show): Mark as obsolete.
22466         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22467         negotiation fails, then possibly try again with a non-encrypted
22468         connection (bug#9017).
22470         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22471         be used.
22473 2011-07-07  Richard Stallman  <rms@gnu.org>
22475         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22476         property, and handle its changed format.
22477         Look for the correct line number.
22478         Use file's line contents (but not past first =) to find
22479         correct line in message.
22481 2011-07-07  Kenichi Handa  <handa@m17n.org>
22483         * international/characters.el (build-unicode-category-table):
22484         Delete it.
22485         (unicode-category-table): Set it by unicode-property-table-internal.
22487         * international/mule-cmds.el (char-code-property-alist): Move to
22488         to src/chartab.c.
22489         (get-char-code-property): Call unicode-property-table-internal to
22490         load a file.  Call get-unicode-property-internal where necessary.
22491         (put-char-code-property): Call unicode-property-table-internal to
22492         load a file.  Call put-unicode-property-internal where necessary.
22493         put-unicode-property-internal where necessary.
22494         (char-code-property-description):
22495         Call unicode-property-table-internal to load a file.
22497         * international/charprop.el:
22498         * international/uni-bidi.el:
22499         * international/uni-category.el:
22500         * international/uni-combining.el:
22501         * international/uni-comment.el:
22502         * international/uni-decimal.el:
22503         * international/uni-decomposition.el:
22504         * international/uni-digit.el:
22505         * international/uni-lowercase.el:
22506         * international/uni-mirrored.el:
22507         * international/uni-name.el:
22508         * international/uni-numeric.el:
22509         * international/uni-old-name.el:
22510         * international/uni-titlecase.el:
22511         * international/uni-uppercase.el: Regenerate.
22513         * loadup.el: Load international/charprop.el before
22514         international/characters.
22516 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22518         * window.el (next-buffer, previous-buffer): Signal an error if
22519         called from a minibuffer window.
22521         * bindings.el: Revert 2011-07-04 change.
22523 2011-07-06  Richard Stallman  <rms@gnu.org>
22525         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22526         (rmail-mime-insert-bulk, rmail-mime-insert-text):
22527         Treat markers like ints.
22528         (rmail-mime-entity): Doc fix.
22530 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22532         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22533         defcustom again for backwards compatibility.
22535         * simple.el (shell-command-on-region): Fill.
22537         * dired-aux.el (dired-kill-line): Add a doc string.
22539         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22540         to "\\sw\\|\\s_" (bug#358).
22542         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22543         (dired-unmark-backward): Ditto.
22544         (dired-flag-backup-files): Ditto.
22546         * dired-x.el (dired-mark-sexp): Ditto.
22548 2011-07-06  Richard Stallman  <rms@gnu.org>
22550         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22551         (rmail-mime-entity): New arg TRUNCATED.
22552         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22553         New functions.
22554         (rmail-mime-save): Warn if entity is truncated.
22555         (rmail-mime-toggle-hidden): Likewise, for showing.
22556         (rmail-mime-process-multipart): Record when an entity is truncated.
22558         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22559         if ENTITY is a string.
22561 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22563         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22564         of faces when `M-C-x'-ing their definitions (bug#8378).
22565         Also clean up the code slightly.
22567         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22568         because that makes the colors go away.
22570         * mail/sendmail.el (send-mail-function): Change the default to
22571         `sendmail-query-once'.
22572         (sendmail-query-once): Add an autoload cookie.
22574         * net/network-stream.el (network-stream-open-starttls): Try using
22575         a plain connection even if the server offered STARTTLS, and we
22576         kinda wanted to use it, if Emacs doesn't have any STARTTLS
22577         capability.  This should make smtpmail.el work in slightly more
22578         configurations.
22580 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
22582         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22583         New defun.
22584         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22586 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
22588         * progmodes/sql.el: Version 3.0
22589         (sql-product-alist): Add product :completion-object,
22590         :completion-column, and :statement attributes.
22591         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22592         (sql-mode-syntax-table): Mark all punctuation.
22593         (sql-font-lock-keywords-builder): Temporarily remove fallback on
22594         ansi keywords.
22595         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22596         (sql-mode-oracle-font-lock-keywords): Improve.
22597         (sql-oracle-show-reserved-words): New function for development.
22598         (sql-product-font-lock): Simplify for source code buffers.
22599         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22600         New functions.
22601         (sql-highlight-product): Set product specific syntax table.
22602         (sql-mode-map): Add statement movement functions.
22603         (sql-ansi-statement-starters, sql-oracle-statement-starters):
22604         New variable.
22605         (sql-statement-regexp, sql-beginning-of-statement)
22606         (sql-end-of-statement, sql-signum): New functions.
22607         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22608         (sql-show-sqli-buffer): Bug fix.
22609         (sql-interactive-mode): Store connection data as buffer local.
22610         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
22611         with sql-interactive-mode.
22612         (sql-save-connection): Save buffer local settings.
22613         (sql-connection-menu-filter): Change menu entry name.
22614         (sql-product-interactive): Bug fix.
22615         (sql-preoutput-hold): New variable.
22616         (sql-interactive-remove-continuation-prompt): Bug fixes.
22617         (sql-debug-redirect): New variable.
22618         (sql-str-literal): New function.
22619         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22620         Redesign.
22621         (sql-oracle-save-settings, sql-oracle-restore-settings)
22622         (sql-oracle-list-all, sql-oracle-list-table): New functions.
22623         (sql-completion-object, sql-completion-column)
22624         (sql-completion-sqlbuf): New variables.
22625         (sql-build-completions-1, sql-build-completions)
22626         (sql-try-completion): New functions.
22627         (sql-read-table-name): Use them.
22628         (sql-contains-names): New buffer local variable.
22629         (sql-list-all, sql-list-table): Use it.
22630         (sql-oracle-completion-types): New variable.
22631         (sql-oracle-completion-object, sql-sqlite-completion-object)
22632         (sql-postgres-completion-object): New functions.
22634 2011-07-06  Glenn Morris  <rgm@gnu.org>
22636         * window.el (pop-to-buffer): Doc fix.
22638 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
22640         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22642 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
22644         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22646         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22648 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
22650         * button.el (button): Inherit from link face.  Suggested by Dan
22651         Nicolaescu.
22653 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22655         * progmodes/gdb-mi.el: Fit in 80 columns.
22656         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22657         switch-to-buffer.
22659         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22660         if imenu is simply not configured (bug#8941).
22662 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
22664         * allout.el (allout-post-undo-hook): New allout outline-change
22665         event hook to signal undo activity.
22666         (allout-post-command-business): Run allout-post-undo-hook if an
22667         undo just occurred.
22668         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22669         * allout-widgets.el (allout-widgets-after-undo-function):
22670         Ensure the integrity of the current item's decoration after it has been
22671         in the vicinity of an undo.
22672         (allout-widgets-mode): Include allout-widgets-after-undo-function
22673         on the new allout-post-undo-hook.
22675 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22677         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22678         Let define-derived-mode define it.
22679         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22680         cycles of abbrev-table inheritance (bug#8998).
22682 2011-07-05  Roland Winkler  <winkler@gnu.org>
22684         * textmodes/bibtex.el: Add support for biblatex.
22685         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22686         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22687         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22688         (bibtex-entry-alist, bibtex-field-alist): New variables.
22689         (bibtex-entry-field-alist): Obsolete alias for
22690         bibtex-BibTeX-entry-alist.
22691         (bibtex-entry-alist, bibtex-field-alist): New widgets.
22692         (bibtex-set-dialect): New command.
22693         (bibtex-entry-type, bibtex-entry-head)
22694         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22695         Bind via bibtex-set-dialect.
22696         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22697         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22698         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22699         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22700         Define via bibtex-set-dialect.
22701         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22702         Obey bibtex-no-opt-remove-re.
22703         (bibtex-vec-push, bibtex-vec-incr): New functions.
22704         (bibtex-format-entry, bibtex-field-list)
22705         (bibtex-print-help-message, bibtex-validate)
22706         (bibtex-search-entries): Use new format of bibtex-entry-alist.
22708 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22710         * progmodes/compile.el (compilation-goto-locus):
22711         * net/tramp-cmds.el (tramp-append-tramp-buffers):
22712         * bs.el (bs-cycle-next, bs-cycle-previous):
22713         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22714         * bindings.el (mode-line-other-buffer):
22715         * autoinsert.el (auto-insert):
22716         * arc-mode.el (archive-extract):
22717         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22719 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22721         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22722         Fix check of `emacs-lock-unlockable-modes'.
22723         Coerce true values of `emacs-lock--try-unlocking' to t.
22725 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22727         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22728         * emacs-lock.el: New file.
22730 2011-07-05  Julien Danjou  <julien@danjou.info>
22732         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22733         than `boundp' to check if face is set.
22735 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22737         * register.el (registerv-make):
22738         * window.el (window-min-height): Fix typos in docstrings.
22740 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
22742         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22743         Update doc string.
22745 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22747         * server.el (server-execute): Catch quit and call
22748         `server-return-error' to pass the error back to emacsclient and
22749         close the connection (bug#8942).
22751 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
22753         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22754         insecure exception for current topic.  Also note that auto-saves
22755         are handled differently.
22757         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22758         State variables for tracking auto-save inhibition situation.
22760         (allout-write-contents-hook-handler): Rename from
22761         'allout-write-file-hook-handler', and describe how it depends on
22762         write-contents-functions sensitivity to non-nil value to prevent
22763         file write.
22765         (allout-auto-save-hook-handler): Remove.  auto-save does not check
22766         this in individual buffers, only in the starting buffer, so this
22767         is not the right way for us to inhibit auto-save in a buffer
22768         according to its condition.
22770         (allout-mode): Use new allout-write-contents-hook-handler, and
22771         only with write-contents-functions.  Remove auto-save provisions -
22772         they're implemented elsewhere.
22774         (allout-before-change-handler): If undo is in progress, note that
22775         for attention of allout-post-command-business.
22777         (allout-post-command-business): If the command we're following was
22778         an undo, check for change in the status of encrypted items and
22779         adjust auto-save inhibitions accordingly.
22781         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22782         according to whether there are or aren't any plain-text topics
22783         pending encryption.
22785         (allout-inhibit-auto-save-info-for-decryption):
22786         Adjust buffer-saved-size and some allout state to inhibit auto-saves
22787         if there are plain-text topics pending encryption.
22789         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22790         buffer-saved-size and some allout state to not inhibit auto-saves
22791         if there are no longer any plain-text topics pending encryption.
22793         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22794         No longer provide for exemption of the current topic.
22796 2011-07-04  Juri Linkov  <juri@jurta.org>
22798         Add 7z operations to delete and save changed members (bug#8968).
22799         * arc-mode.el (archive-7z-expunge, archive-7z-update):
22800         New defcustoms.
22801         (archive-7z-write-file-member): New function.
22802         (archive-7z-summarize): Fix the number of dashes in the
22803         listing output.
22805 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22807         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22808         (bug#8958).
22810 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
22812         * bindings.el: Ignore next-buffer and previous-buffer in
22813         minibuffer-local-map.
22815         * font-lock.el (font-lock-builtin-face): Change light background
22816         color to dark slate blue (Bug#6693).
22818 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
22820         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22822 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22824         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22825         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22826         Add switch-to-buffer.
22828 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22830         * isearch.el (isearch-search-fun-function): Clarify further the
22831         meaning of the function returned.
22833 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
22835         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22837         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22838         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22839         Use it.
22840         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
22841         `tramp-default-remote-path' does not exist.
22842         (tramp-send-command-and-read): New optional argument NOERROR.
22843         (tramp-open-connection-setup-interactive-shell)
22844         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22845         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22846         (tramp-process-sentinel): Flush also process' connection property.
22847         (tramp-sh-handle-start-file-process): Do not set process
22848         sentinel.  It is done now ...
22849         (tramp-maybe-open-connection): ... here.  (Bug#8929)
22851 2011-07-04  MON KEY  <monkey@sandpframing.com>
22853         * play/animate.el (animate-string): Doc fixes and allow changing
22854         the buffer name (bug#5417).
22856 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22858         * play/animate.el (animation-buffer-name): Rename from *animate*.
22860 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22862         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22863         This is simpler and helps future-proof the code.
22864         (timer-until): Use time-subtract and float-time.
22865         (timer--time-less-p): Use time-less-p.
22867 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22869         * type-break.el (timep): Use the value of `float-time' to avoid a
22870         byte-compiler warning.
22872         * server.el (server-eval-and-print): Return any result, even nil.
22874 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22876         * type-break.el: Accept time formats that the builtins accept.
22877         (timep, type-break-time-difference): Accept any format that
22878         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22879         This is simpler and helps future-proof the code.
22880         (type-break-time-difference): Round rather than ignoring
22881         subseconds components.
22883 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22885         * info.el (Info-apropos-matches): Make non-interactive, since it
22886         doesn't seem to do anything useful as a command (bug#8829).
22888 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
22890         * frame.el (frame-background-mode, frame-set-background-mode):
22891         Move from faces.el.
22892         (frame-default-terminal-background): New function.
22894         * custom.el (custom-push-theme): Don't record faces in `changed'
22895         theme; this doesn't work correctly for per-frame face settings.
22896         (disable-theme): Use face-set-after-frame-default to reset faces.
22897         (custom--frame-color-default): New function.
22899 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22901         * dired.el (dired-flagging-regexp): Remove unused variable
22902         (bug#8769).
22904 2011-03-29  Kevin Ryde  <user42@zip.com.au>
22906         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22907         `perl-Test2' extend to match possible "fail #N" rep count
22908         (bug#8377).
22910 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22912         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22913         `smtpmail-via-smtp' now returns the error instead of nil.
22915         * isearch.el (isearch-search-fun-function): Clarify the doc string
22916         (bug#8101).
22918 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
22920         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22921         unnecessary spaces (bug#8987).
22923 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22925         * net/network-stream.el (open-network-stream): Use the
22926         :end-of-capability command thoughout.
22928 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
22930         * net/network-stream.el (open-network-stream): Add the
22931         :end-of-capability command parameter, used by pop3.el.
22933 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22935         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22937         * fringe.el (fringe-query-style): Remove redundant text " (type ?
22938         for list)" (bug#6475).
22940         * files.el (file-expand-wildcards): Ignore non-readable
22941         sub-directories while trying to find matches instead of signaling
22942         an error (bug#6297).
22944         * man.el (Man-reference-regexp): Allow matching possible
22945         word-wrapped references (bug#6289).
22947         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22948         for consistency with the other vc buffers (bug#6197).
22949         (vc-checkin): Ditto.
22951         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22953         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22955 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22957         * custom.el (defcustom): Clarify that :set is only used in the
22958         Customize user interface (bug#6089).
22960         * progmodes/flymake.el (flymake-mode): If the buffer isn't
22961         associated with a file, refuse to run instead of erroring out
22962         (bug#6084).
22964         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22965         the doc string, since it appears that using `fill-column' always
22966         controls the width (bug#7845).
22968         * simple.el (shell-command-on-region): Say where the error output
22969         went if `shell-command-default-error-buffer' is set (bug#6857).
22971 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
22973         * allout.el (allout-yank-processing): Adjust cursor position for
22974         backwards-deleted space.
22976         (allout-rebullet-heading): Register changes with
22977         allout-exposure-changed-hook, so the modified topic is properly
22978         decorated.
22980 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22982         * minibuffer.el (completion-in-region): Document PREDICATE
22983         (bug#7136).
22985         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22986         of keyword/argument pairs (bug#6904).
22988         * replace.el (multi-occur):
22989         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22991 2011-07-02  Drew Adams  <drew.adams@oracle.com>
22993         * dired.el (dired-mark-if): Make the message about whether it's
22994         marking or unmarking clearer (bug#8523).
22996 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22998         * disp-table.el (display-table-print-array): New function.
22999         (describe-display-table): Use it to print the vectors more pretty
23000         (Bug#8859).
23002 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
23004         * window.el (window-state-get-1): Don't assign clone numbers.
23005         Add clone-of item to list of window parameters.
23006         (window-state-put-2): Don't process clone numbers.
23007         (display-buffer-alist): Fix doc-string.
23009 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23011         * subr.el (remq): Don't allocate if it's not needed.
23012         (keymap--menu-item-binding, keymap--menu-item-with-binding)
23013         (keymap--merge-bindings): New functions.
23014         (keymap-canonicalize): Use them to refine the canonicalization.
23015         * minibuffer.el (minibuffer-local-completion-map)
23016         (minibuffer-local-must-match-map): Move initialization from C.
23017         (minibuffer-local-filename-completion-map): Move initialization from C;
23018         don't inherit from anything here.
23019         (minibuffer-local-filename-must-match-map): Make obsolete.
23020         (completing-read-default): Use make-composed-keymap to combine
23021         minibuffer-local-filename-completion-map with either
23022         minibuffer-local-must-match-map or
23023         minibuffer-local-filename-completion-map.
23025 2011-07-01  Glenn Morris  <rgm@gnu.org>
23027         * type-break.el (type-break-time-sum): Use dolist.
23029         * textmodes/flyspell.el (flyspell-word-search-backward):
23030         Replace CL function.
23032 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23034         * mouse.el (mouse--strip-first-event): New function.
23035         (function-key-map): Use it to map fringe clicks to normal clicks
23036         by default.
23038         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23039         (vc-bzr-revision-completion-table): Add support for annotate and date.
23041         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23042         inherit from parent.
23044 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23046         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23047         (dired-show-file-type): Doc fixup (bug#8818).
23049         * dired.el (dired-mode): Fix up the doc string as suggested by
23050         Drew Adams (bug#8817).
23052         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23053         cookie, since the manual says that it should be possible to add
23054         this function to `find-file-hook' (bug#8709).
23056 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
23058         * progmodes/cfengine.el: Moved all cfengine3.el functionality
23059         here.  Noted Ted Zlatanov as the maintainer.
23060         (cfengine-common-settings, cfengine-common-syntax): New functions
23061         to set up common things between `cfengine-mode' and
23062         `cfengine3-mode'.
23063         (cfengine3-mode): New mode.
23064         (cfengine3-defuns cfengine3-defuns-regex
23065         (cfengine3-class-selector-regex cfengine3-category-regex)
23066         (cfengine3-vartypes cfengine3-font-lock-keywords)
23067         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23068         (cfengine3-indent-line): Add from cfengine3.el.
23070 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
23072         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23074         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23076 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
23078         * window.el (same-window-buffer-names, same-window-regexps)
23079         (same-window-p, special-display-frame-alist)
23080         (special-display-popup-frame, special-display-function)
23081         (special-display-buffer-names, special-display-regexps)
23082         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23083         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23084         (split-window-preferred-function, split-height-threshold)
23085         (split-width-threshold, even-window-heights)
23086         (display-buffer-mark-dedicated, window-splittable-p)
23087         (split-window-sensibly, window-safely-shrinkable-p):
23088         Un-obsolete.
23089         (display-buffer): Don't spread args with function specifier
23090         because special-display-popup-frame won't like it.
23092 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23094         Time-stamp simplifications and fixes.
23095         These improve accuracy slightly, and future-proof the code
23096         against some potential changes to current-time format.
23098         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23099         by using time-since and float-time.
23101         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23102         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
23103         + NNN microseconds".
23105         * type-break.el (type-break-time-sum): Rewrite using time-add.
23107         * play/hanoi.el (hanoi-current-time-float): Remove.
23108         All uses replaced by float-time.
23110         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23111         This yields a more-accurate answer.
23112         (rng-time-to-float): Remove; no longer needed.
23114         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23116         * calendar/timeclock.el (timeclock-seconds-to-time):
23117         Defalias to seconds-to-time, since they're the same thing.
23119         * emacs-lisp/elp.el (elp-elapsed-time):
23120         * emacs-lisp/benchmark.el (benchmark-elapse):
23121         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23123 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23125         * window.el (bury-buffer): Don't iconify the only frame.
23126         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23127         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
23129 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
23131         * eshell/em-smart.el (eshell-smart-display-navigate-list):
23132         Add mouse-yank-primary.
23134 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
23136         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23138 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23140         * emacs-lisp/find-func.el (find-library--load-name): New fun.
23141         (find-library-name): Use it to find relative load names when provided
23142         absolute file name (bug#8803).
23144 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23146         * textmodes/flyspell.el (flyspell-word): Consider words that
23147         differ only in case as potential doublons (bug#5687).
23149         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23150         Remove two rather uninteresting debugging-like messages to make
23151         debbugs.el more silent.
23153         * comint.el (comint-password-prompt-regexp): Accept "Response" as
23154         a password-like phrase.
23156 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
23158         * progmodes/cc-guess.el: New file.
23160         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23162         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23163         derived from `c-basic-common-init'.
23165         * progmodes/cc-mode.el (top-level): Require cc-guess.
23166         (c-basic-common-init): Use `cc-choose-style-for-mode'.
23168 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
23170         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23172 2011-06-30  Alan Mackenzie  <acm@muc.de>
23174         * progmodes/cc-engine.el (c-guess-continued-construct):
23175         Correct the handling of template-args-cont, particularly for when font
23176         lock is disabled.  Name this case as "CASE G".
23178 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
23180         * allout.el (allout-yank-processing): Fix injection of extra space
23181         between bullet and non-whitespace character in first topic when
23182         pasting, ensuring that the actual spacing in the pasted topic
23183         following the bullet char is preserved.  This extra space was
23184         causing pasted encrypted topics to get a decrypted status even
23185         when the content was actually still encrypted.  Now the decryption
23186         status from before the paste is preserved.
23188         (allout-flag-region): Set all allout overlays so they evaporate
23189         when reduced to zero length (evanescent), to prevent overlay
23190         leakage.
23192 2011-06-30  Glenn Morris  <rgm@gnu.org>
23194         * w32-fns.el (w32-charset-info-alist): Declare.
23196         * find-dired.el (find-grep-options): Simplify.
23198         * term/ns-win.el (ns-set-resource): Declare.
23200         * ses.el (row, col): Declare dynamic variables honestly.
23202         * textmodes/reftex-parse.el (index-tags): Declare.
23204 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
23206         * cus-edit.el (customize-push-and-save): New function.
23208         * files.el (hack-local-variables-confirm): Use it.
23210         * custom.el (load-theme): New arg NO-CONFIRM.
23211         Use customize-push-and-save (Bug#8720).
23212         (custom-enabled-themes): Doc fix.
23214         * cus-theme.el (customize-create-theme)
23215         (custom-theme-merge-theme): Callers to load-theme changed.
23217 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23219         * thingatpt.el (thing-at-point-short-url-regexp): Require that
23220         short URLs have at least one dot in them (bug #7614).
23222         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23223         nil, because using a pty is apparently too slow (bug #895).
23225 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23227         * mail/sendmail.el (sendmail-query-once): New function.
23228         (sendmail-query-once-function): New variable.
23230 2011-06-29  Glenn Morris  <rgm@gnu.org>
23232         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23234         * ses.el (top-level): Require cl when compiling.
23235         (ses-set-localvars): Fix error statement.
23236         Call it at compile time to silence a storm of warnings.
23238 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
23240         * window.el (normalize-live-buffer): Rename to
23241         window-normalize-buffer.
23242         (normalize-live-frame): Rename to window-normalize-frame.
23243         (normalize-any-window): Rename to window-normalize-any-window.
23244         (normalize-live-window): Rename to window-normalize-live-window.
23245         (make-window-atom): Rename to window-make-atom.
23246         (window-resize-reset): Rename to window--resize-reset.
23247         (window-resize-reset-1): Rename to window--resize-reset-1.
23248         (resize-mini-window): Rename to window--resize-mini-window.
23249         (resize-subwindows-skip-p): Rename to
23250         window--resize-subwindows-skip-p.
23251         (resize-subwindows-normal): Rename to
23252         window--resize-subwindows-normal.
23253         (resize-subwindows): Rename to window--resize-subwindows.
23254         (resize-other-windows): Rename to window--resize-siblings.
23255         (resize-this-window): Rename to window--resize-this-window.
23256         (resize-root-window): Rename to window--resize-root-window.
23257         (resize-root-window-vertically): Rename to
23258         window--resize-root-window-vertically.
23259         (normalize-buffer-to-display): Rename to
23260         window-normalize-buffer-to-display.
23261         (normalize-buffer-to-switch-to): Rename to
23262         window-normalize-buffer-to-switch-to.
23263         Correspondingly update all callers of the functions listed
23264         above.
23265         (display-buffer-alist, display-buffer-normalize-arguments)
23266         (display-buffer-normalize-options, display-buffer)
23267         (display-buffer-alist-set): Use "function" instead of
23268         "fun-with-args".
23270 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
23272         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23273         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
23274         debbugs.gnu.org.  Mention acknowledgment email.
23276 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23278         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23279         buffer multibyteness, since it shouldn't matter.
23281 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
23283         * window.el (display-buffer-in-side-window): Handle dedicated
23284         windows as in display-buffer-reuse-window.
23285         (display-buffer-normalize-alist): Use value of override
23286         specifier.
23287         (display-buffer-normalize-specifiers): Use value of
23288         other-window-means-other-frame specifier.
23289         (display-buffer-alist): Rewrite some texts in widgets.
23290         (display-buffer): Spread arguments when calling function
23291         specified by fun-with-args.
23293 2011-06-28  Deniz Dogan  <deniz@dogan.se>
23295         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23296         Unnest `let'.
23298         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23299         selectors (Bug#5732).
23300         (css-proprietary-nmstart-re): Use `regexp-opt'.
23302 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
23304         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23305         (eshell-ls-date-format): New defcustom.
23306         (eshell-ls-file): Use it.
23308 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23310         * help-fns.el (describe-variable): Fix message for terminal-local vars.
23312 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23314         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23315         (ange-ftp-make-tmp-name): New arg.
23316         (ange-ftp-file-local-copy): Use it.
23318 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
23320         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23321         no-conversion (Bug#8870).
23323 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
23325         * window.el (window-right, window-left, window-child)
23326         (window-child-count, window-last-child)
23327         (window-iso-combination-p, walk-window-tree-1)
23328         (window-atom-check-1, window-tree-1, delete-window)
23329         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23330         new naming conventions - window-vchild, window-hchild,
23331         window-next and window-prev are now called window-top-child,
23332         window-left-child, window-next-sibling and window-prev-sibling
23333         respectively.
23334         (resize-window-reset): Rename to window-resize-reset.
23335         (resize-window-reset-1): Rename to window-resize-reset-1.
23336         (resize-window): Rename to window-resize.
23337         (window-min-height, window-min-width)
23338         (resize-mini-window, resize-this-window, resize-root-window)
23339         (resize-root-window-vertically, adjust-window-trailing-edge)
23340         (enlarge-window, shrink-window, maximize-window)
23341         (minimize-window, delete-window, quit-restore-window)
23342         (split-window, balance-windows, balance-windows-area-adjust)
23343         (balance-windows-area, window-state-put-2)
23344         (display-buffer-even-window-sizes, display-buffer-set-height)
23345         (display-buffer-set-width, set-window-text-height)
23346         (fit-window-to-buffer): Rename all "resize-window" prefixed
23347         calls to use the "window-resize" prefix convention.
23348         (display-buffer-alist): Fix symbol for label specifier.
23349         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23350         corresponding specifier.
23351         Reported by Juanma Barranquero <lekktu@gmail.com>.
23353 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23355         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23356         convention.
23357         (ses-call-printer): Does not pass an empty string to formatter when the
23358         cell is empty to keep from barking printer Calc math-format-value.
23360 2011-06-27  Richard Stallman  <rms@gnu.org>
23362         * battery.el (battery-mode-line-limit): New variable.
23363         (battery-update): Handle it.
23365         * mail/rmailmm.el (rmail-mime-process-multipart):
23366         Handle truncated messages.
23368 2011-06-27  Glenn Morris  <rgm@gnu.org>
23370         * progmodes/flymake.el (flymake-err-line-patterns):
23371         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
23373 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23375         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23376         (ses--clean-!, ses--clean-_): New functions.
23377         (ses-range): Add configurability of readout order, and conversion
23378         to Calc vector.
23380         * ses.el (ses-repair-cell-reference-all): New function.
23381         (ses-cell-symbol): Set macro as safe, so that it can be used in
23382         formulas.
23384         * ses.el: Update cycle detection algorithm.
23385         (ses-localvars): Add ses--Dijkstra-attempt-nb and
23386         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23387         (ses-set-localvars): New function.
23388         (ses-make-cell): Add property-list as a cell element.
23389         (ses-cell-property-get-fun, ses-cell-property-get)
23390         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23391         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23392         New functions.
23393         (ses-cell-property-set, ses-cell-property-pop)
23394         (ses-cell-property-get-handle): New macro.
23395         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23396         New aliases, used for code readability.
23397         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23398         cycle detection.
23399         (ses-self-reference-early-detection): New defcustom.
23400         (ses-formula-references): Robustify against self-referring cells.
23401         (ses-mode): Use ses-set-localvars.
23402         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23403         before lauching the update processing.
23404         (ses-initialize-Dijkstra-attempt): New function.
23405         (ses-recalculate-cell): Update for cycle detection based on
23406         Dijkstra algorithm.
23408         * ses.el: Fix commenting and indenting convention.
23410 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23412         * bs.el (bs-cycle-next): Complete last change.
23414 2011-06-27  Drew Adams  <drew.adams@oracle.com>
23416         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23418 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23420         * net/network-stream.el (network-stream-open-starttls):
23421         Don't re-get capabilities unless we've reestablished connection.
23422         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23424         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23425         to binary to possibly avoid line encoding issues on Windows (among
23426         other things).
23428 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23430         * net/network-stream.el (open-network-stream): Return an :error
23431         saying what the problem was, if possible.
23433         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23434         server.
23436         * net/network-stream.el (network-stream-open-starttls): If we
23437         wanted to use STARTTLS, and the server offered it, but we weren't
23438         able to because we had no STARTTLS support, then close the connection.
23439         (open-network-stream): Return an :error element, if present.
23441 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23443         * hl-line.el (hl-line-sticky-flag): Doc fix.
23444         (global-hl-line-sticky-flag): New option (Bug#8323).
23445         (global-hl-line-highlight): Obey it.
23447         * vc/vc.el (vc-revert-show-diff): Default to t.
23449 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
23451         * allout-widgets.el (allout-widgets-post-command-business):
23452         Stop decorating intermediate isearch matches.  They're not being
23453         undecorated when an isearch is continued past, and isearch
23454         automatically collapses them.  This leads to "widget leaks", where
23455         decorated items accumulate in collapsed areas.  Lines with lots of
23456         hidden widgets can slow down cursor travel, substantially.
23457         Too much complicated machinery would be needed to ensure undecoration,
23458         so we're doing without this nicety.
23460         (allout-widgets-tally-string): Don't try to do a hash-table-count
23461         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
23462         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23463         *Messages* when allout-widgets-maintain-tally is t.
23465 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
23467         * window.el (display-buffer-normalize-argument): Rename to
23468         display-buffer-normalize-arguments.  Handle special meaning of
23469         LABEL argument.  Respect special-display-function when popping up
23470         a new frame.  Fix code searching for a window showing the buffer
23471         on another frame.
23472         (display-buffer-normalize-specifiers):
23473         Call display-buffer-normalize-arguments.
23474         (display-buffer-in-window): Don't undedicate the window if its
23475         buffer remains the same.
23476         Reported by Drew Adams <drew.adams@oracle.com>.
23477         (display-buffer-alist): Add choice for same-window macro
23478         specfier.
23479         (display-buffer): Mention special meaning of LABEL argument in
23480         doc-string.  Fix quoting.  Don't pop up a new frame even as
23481         fallback.
23483 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
23485         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23486         avoid deleting the current window in some cases (bug#8911).
23488 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
23490         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23491         (Bug#8934)
23493 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23495         * net/network-stream.el (network-stream-open-starttls):
23496         Use built-in TLS support if `gnutls-available-p' is true.
23497         (network-stream-open-tls): Ditto.
23499 2011-06-26  Leo Liu  <sdl.web@gmail.com>
23501         * register.el (registerv): New struct.
23502         (registerv-make): New function.
23503         (jump-to-register, describe-register-1, insert-register):
23504         Support the jump-func, print-func and insert-func slot of a registerv
23505         struct.  (Bug#8415)
23507 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23509         * vc/vc.el (vc-revert-show-diff): New defcustom.
23510         (vc-diff-internal): New arg specifying diff buffer.
23511         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
23512         reuse an existing *vc-diff* buffer (Bug#8927).
23514         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23516 2011-06-26  Glenn Morris  <rgm@gnu.org>
23518         * progmodes/f90.el (f90-critical-indent): New option.
23519         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23520         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23521         (f90-mode): Doc fix.
23522         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23523         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23524         (f90-beginning-of-block, f90-next-block, f90-indent-region)
23525         (f90-match-end): Handle block, critical.
23527 2011-06-25  Glenn Morris  <rgm@gnu.org>
23529         * calendar/diary-lib.el (diary-included-files): Doc fix.
23530         (diary-include-files): New function, extracted from
23531         diary-include-other-diary-files and diary-mark-included-diary-files.
23532         (diary-include-other-diary-files, diary-mark-included-diary-files):
23533         Just call diary-include-files.
23534         (diary-mark-entries): Reset diary-included-files on first call.
23536         * calendar/diary-lib.el (diary-mark-entries)
23537         (diary-mark-included-diary-files):
23538         Visit included diary-files in temp buffers.
23540         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23541         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23542         (f90-start-block-re, f90-imenu-generic-expression)
23543         (f90-looking-at-program-block-start, f90-no-block-limit):
23544         Add support for submodules.
23546         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23547         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23549 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
23551         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23552         buffer-file-type before setting its value, to avoid disastrous
23553         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
23555 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23557         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23559         * ses.el (ses-unload-function):
23560         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23562         * proced.el (proced-unload-function):
23563         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23565 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
23567         * server.el (server-create-window-system-frame): Add parameters arg.
23568         (server-process-filter): Doc fix.  Handle frame-parameters.
23570 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23572         Fix bug#8730, bug#8781.
23574         * loadhist.el (unload--set-major-mode): New function.
23575         (unload-feature): Use it.
23577         * progmodes/python.el (python-after-info-look): Add autoload cookie.
23578         (python-unload-function): New function.
23580 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23582         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23584 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
23586         * net/browse-url.el (browse-url-firefox-program): Add icecat to
23587         the candidates list.
23589 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
23591         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23593 2011-06-23  Richard Stallman  <rms@gnu.org>
23595         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23596         (rmail-variables): Set next-error-move-function.
23597         (rmail-what-message): Take argument POS.
23598         (rmail-next-error-move): New function.
23600 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23602         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23603         messages for adjacent non-terminals.
23605 2011-06-23  Richard Stallman  <rms@gnu.org>
23607         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23608         (rmail-show-message-1): Preserve buffer modified flag.
23609         (rmail-start-mail): Don't specify use of rmail-mail-return;
23610         that's done by mail-bury now.
23611         (rmail-mail-return): Handle arg NEWBUF.
23613 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
23615         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23616         SIZE is a number.
23618 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
23620         * window.el (get-lru-window, get-mru-window)
23621         (get-largest-window): Never return a minibuffer window.
23622         (display-buffer-pop-up-window): Fix a bug that could lead to
23623         reusing the minibuffer window.
23624         (display-buffer): Pass original specifier argument to
23625         display-buffer-function instead of the normalized one.
23626         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23628 2011-06-22  Leo Liu  <sdl.web@gmail.com>
23630         * minibuffer.el (completing-read-function)
23631         (completing-read-default): Move from minibuf.c.
23633 2011-06-22  Richard Stallman  <rms@gnu.org>
23635         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23636         to Rmail even if not started by a special Rmail command.
23638         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23639         Copy the buffer currently showing just one message.
23641 2011-06-22  Roland Winkler  <winkler@gnu.org>
23643         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23644         (bibtex-clean-entry): First delete the old key so that a
23645         customized algorithm for generating the new key does not get
23646         confused by the old key.
23647         (bibtex-url): Obey regexp of first step.
23648         (bibtex-search-entries): Do not use add-to-list with local
23649         list-var.
23651 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23653         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23654         stored a user name, then query for the password first, instead of
23655         waiting for SMTP to give an error message and the trying again.
23657 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
23659         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23660         BUFFER in call-process.
23662 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23664         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23665         QUIT twice.
23666         (smtpmail-try-auth-methods): Require user name and password from
23667         auth-source.
23669 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
23671         * window.el (display-buffer-default-specifiers)
23672         (display-buffer-alist): Remove entries for pop-up-frame-alist.
23673         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23674         (split-window): Normalize SIDE argument (Bug#8916).
23676         * frame.el (pop-up-frame-alist, pop-up-frame-function)
23677         (special-display-frame-alist, special-display-popup-frame):
23678         Remove duplicate declarations.  These are now in window.el.
23680 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23682         * mail/smtpmail.el (smtpmail-via-smtp):
23683         Set :use-starttls-if-possible so that we always use STARTTLS if the
23684         server supports it.  SMTP servers that support STARTTLS commonly
23685         require it.
23687         * net/network-stream.el (network-stream-open-starttls): Support
23688         upgrading to STARTTLS always, even if we don't have built-in support.
23689         (open-network-stream): Add the :always-query-capabilities keyword.
23691         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23692         upgrades with `open-network-stream', and rely solely on
23693         auth-source for all credentials.  Big changes throughout the file,
23694         but in particular:
23695         (smtpmail-auth-credentials): Remove.
23696         (smtpmail-starttls-credentials): Remove.
23697         (smtpmail-via-smtp): Check for servers saying they want AUTH after
23698         MAIL FROM, too.
23700         * net/network-stream.el (network-stream-open-starttls):
23701         Provide support for client certificates both for external and built-in
23702         STARTTLS.
23703         (auth-source): Require.
23704         (open-network-stream): Document the :client-certificate keyword.
23705         (network-stream-certificate): Change cert-cert to cert and
23706         cert-key to key.
23708 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
23710         * net/tramp-cache.el (top): Don't load the persistency file when
23711         "emacs -Q" has been called.
23713 2011-06-21  Tim Harper  <timcharper@gmail.com>
23715         * term/ns-win.el (ns-initialize-window-system):
23716         Set application-specific `ApplePressAndHoldEnabled' system
23717         resource to NO as it is not yet supported by the NS port.
23719 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
23721         * misc.el (list-dynamic-libraries--refresh): Compute header here...
23722         (list-dynamic-libraries): ...not here.
23724 2011-06-21  Leo Liu  <sdl.web@gmail.com>
23726         * subr.el (sha1): Implement sha1 using secure-hash.
23728 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
23730         * window.el (display-buffer-alist): In default value do not
23731         enforce searching a window on any but the selected frame.
23732         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23733         (display-buffer-select-window): Remove function.
23734         (display-buffer-in-window): When a window on another frame gets
23735         reused, do not select it any more but just raise its frame if
23736         necessary (Bug#8851) and (Bug#8856).
23737         (display-buffer-normalize-options): Handle pop-up-frames related
23738         options more faithfully.
23739         (pop-to-buffer): Don't rely on `display-buffer' selecting the
23740         window if it is on another frame.
23741         (display-buffer-alist, display-buffer-default-specifiers):
23742         Don't make new frame unsplittable by default.
23743         (display-buffer-normalize-argument): Fix doc-string typo and use
23744         'same-frame-other-window instead of 'other-window when associating
23745         with display-buffer-macro-specifiers.
23747 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
23749         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23750         New functions.
23751         (5x5-mode-map, 5x5-mode-menu): Bind them.
23752         (5x5-draw-grid): Tweak the solver's rendering.
23754 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23756         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23757         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23759 2011-06-21  Drew Adams  <drew.adams@oracle.com>
23761         * menu-bar.el: Use function variable instead of switch-to-buffer.
23762         (menu-bar-select-buffer-function): New variable.
23763         (menu-bar-update-buffers): Use it (bug#8876).
23765 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23767         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23768         variable's status.
23770 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
23772         * x-dnd.el (x-dnd-version-from-flags)
23773         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23774         and long as number (Bug#8899).
23775         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23777 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23779         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23780         (completion-try-completion, completion-all-completions): Compute the
23781         metadata argument if it's missing; make it optional (bug#8795).
23783         * wid-edit.el: Use lex-bind and move towards completion-at-point.
23784         (widget-complete): Use new :completion-function property.
23785         (widget-completions-at-point): New function.
23786         (default): Use :completion-function instead of :complete.
23787         (widget-default-completions): Rename from widget-default-complete;
23788         Rewrite.
23789         (widget-string-complete, widget-file-complete, widget-color-complete):
23790         Remove functions.
23791         (file, symbol, function, variable, coding-system, color):
23792         * international/mule-cmds.el (default-input-method, charset)
23793         (language-info-custom-alist):
23794         * cus-edit.el (face): Use new property :completions.
23796         * progmodes/pascal.el (pascal-completions-at-point): New function.
23797         (pascal-mode): Use it.
23798         (pascal-mode-map): Use completion-at-point.
23799         (pascal-toggle-completions): Make obsolete.
23800         (pascal-complete-word, pascal-show-completions):
23801         * progmodes/octave-mod.el (octave-complete-symbol):
23802         Redefine as obsolete alias.
23803         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23804         Signal absence of completion info for old Octave,
23805         (inferior-octave-complete): Redefine as obsolete alias.
23806         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23807         (meta-completions-at-point): Rename from meta-complete-symbol and
23808         adapt it for use on completion-at-point-functions.
23809         (meta-common-mode): Use it.
23810         (meta-looking-at-backward, meta-match-buffer): Remove.
23811         (meta-complete-symbol): Redefine as obsolete alias.
23812         (meta-common-mode-map): Use completion-at-point.
23813         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23814         (makefile-mode-map): Use completion-at-point.
23815         (makefile-completions-at-point): Rename from makefile-complete and
23816         adapt it for use on completion-at-point-functions.
23817         (makefile-mode): Use it.
23818         (makefile-complete): Redefine as obsolete alias.
23820 2011-06-20  Deniz Dogan  <deniz@dogan.se>
23822         * net/rcirc.el: Delete trailing whitespaces once and for all.
23824 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
23826         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23828 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
23830         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23832         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23834 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
23836         * window.el (display-buffer-other-window-means-other-frame):
23837         Call display-buffer-normalize-alist.
23838         (display-buffer-normalize-specifiers-1): Rename to
23839         display-buffer-normalize-argument.  New argument other-frame.
23840         Rewrite.
23841         (display-buffer-normalize-specifiers-2): Rename to
23842         display-buffer-normalize-options.
23843         (display-buffer-normalize-alist-1): New function.
23844         (display-buffer-normalize-specifiers-3): Rename to
23845         display-buffer-normalize-alist.
23846         Call display-buffer-normalize-alist-1.
23847         (display-buffer-normalize-options-inhibit): New variable.
23848         (display-buffer-normalize-specifiers): Rewrite calling
23849         display-buffer-normalize-alist,
23850         display-buffer-normalize-argument, and
23851         display-buffer-normalize-options.  Don't call the latter if
23852         display-buffer-normalize-options-inhibit is non-nil.
23853         (frame-auto-delete): New option.
23854         (window-deletable-p): Use frame-auto-delete.
23855         (window-list-no-nils, window-state-ignored-parameters)
23856         (window-state-get-1, window-state-get, window-state-put-list)
23857         (window-state-put-1, window-state-put-2, window-state-put):
23858         New functions.
23859         (display-buffer-normalize-options): Move special-display-p group
23860         after pop-up-frame group (Bug#8851) and (Bug#8856).
23862 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
23864         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23865         groups (Bug#8776).
23866         (rx-submatch-n): New function.
23867         (rx): Document it.
23869         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23870         (Bug#8768).
23872         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23874         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23876         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23877         anytime existing face settings are present (Bug#8889).
23879         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23880         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23881         Remove unused argument.
23883 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
23885         * window.el (display-buffer-default-specifiers):
23886         Remove pop-up-frame.  Add pop-up-window-min-height,
23887         pop-up-window-min-width, and another reuse-window specifier
23888         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
23889         (display-buffer-normalize-specifiers-2):
23890         Handle split-height-threshold and split-width-threshold also when
23891         pop-up-windows is unset.  Add a reuse-window specifier for the
23892         case popping up a new window fails.
23893         (special-display-popup-frame): Remove double quoting.
23894         (display-buffer-normalize-specifiers-1): Fix thinko.
23896 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23898         * shell.el (shell-completion-vars): Set pcomplete-termination-string
23899         according to comint-completion-addsuffix.
23901         * pcomplete.el: Convert to lexical binding and fix bug#8819.
23902         (pcomplete-suffix-list): Mark as obsolete.
23903         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23904         pcomplete-seen in the closure.
23905         (pcomplete-comint-setup): Setup completion-at-point as well.
23906         (pcomplete--entries): New function.
23907         (pcomplete--env-regexp): New var.
23908         (pcomplete-entries): Rewrite to work with partial-completion and
23909         without relying on pcomplete-suffix-list.
23910         (pcomplete-pare-list): Remove, unused.
23912 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23914         * window.el (display-buffer-alist): Set pop-up-window-min-height
23915         and pop-up-window-min-width in default value.  Reported by
23916         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
23917         other-window-means-other-frame.
23918         (display-buffer-macro-specifiers): Comment out entry for
23919         other-window specifier.
23920         (display-buffer-other-window-means-other-frame): New function.
23921         (display-buffer-normalize-specifiers-1): New arguments
23922         buffer-name and label.  Treat other-window case specially.
23923         (display-buffer-normalize-specifiers-2): Treat other-window case
23924         specially.
23925         (display-buffer-normalize-specifiers-3): New function.
23926         (display-buffer-normalize-specifiers):
23927         Call display-buffer-normalize-specifiers-3.
23929 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23931         * window.el (same-window-p): Fix two typos introduced when
23932         adding with-no-warnings.
23933         (display-buffer-normalize-specifiers-1): Don't check
23934         pop-up-frames for 'unset initialization.
23935         (display-buffer-normalize-specifiers-2): Major rewrite using
23936         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23937         (pop-up-frames, display-buffer-reuse-frames)
23938         (display-buffer-mark-dedicated): Don't initialize to 'unset.
23939         Suggested by David Engster <deng@randomsample.de>.
23940         (even-window-heights): Initialize to 'unset.
23941         (display-buffer-alist-set): Handle new 'unset initializations.
23942         (display-buffer-macro-specifiers): Don't pop up a new frame in the
23943         other window case.
23945 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
23947         * window.el (display-buffer-normalize-specifiers-1):
23948         Respect current value of pop-up-frames for most reasonable values of
23949         second argument of display-buffer (Bug#8865).
23950         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23951         (switch-to-buffer-other-window-same-frame)
23952         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
23953         Adams (Bug#8875).
23954         (display-buffer): Don't check noninteractive when calling
23955         display-buffer-pop-up-frame.
23956         (display-buffer-pop-up-frame): Never pop up a frame in
23957         noninteractive mode (Bug#8857).
23958         (enlarge-window, shrink-window): Don't report an error when the
23959         window can't be resized as requested (Bug#8862).
23961 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23963         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23965         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23967         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23969 2011-06-15  Alan Mackenzie  <acm@muc.de>
23971         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23972         for declarators, disable knr checking to speed up for normal files.
23973         2: Refactor, replacing a sequence of nested if forms by a cond form.
23975 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23977         * net/network-stream.el (open-network-stream): Add the keyword
23978         :always-query-capabilities for the case where you want to force a
23979         `plain' network connection, but the protocol still requires the
23980         capabilitiy command (i.e., SMTP and EHLO).
23982         * subr.el (process-live-p): Rename from `process-alive-p' for
23983         consistency with other `-live-p' functions.
23985 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23987         * window.el (same-window-buffer-names, same-window-regexps)
23988         (special-display-frame-alist, special-display-popup-frame)
23989         (special-display-function, special-display-buffer-names)
23990         (special-display-regexps, pop-up-frame-alist)
23991         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23992         (pop-up-windows, split-window-preferred-function)
23993         (split-height-threshold, split-width-threshold, even-window-heights)
23994         (display-buffer-mark-dedicated): Don't encourage the use of
23995         display-buffer-alist from Elisp code.
23997 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
23999         * progmodes/python.el (python-mode): Derive from prog-mode.
24000         * progmodes/ps-mode.el (ps-mode):
24001         * progmodes/mixal-mode.el (mixal-mode):
24002         * progmodes/cfengine.el (cfengine-mode):
24003         * progmodes/ld-script.el (ld-script-mode): Likewise.
24005 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
24007         * window.el (display-buffer-alist): Trim default value to avoid
24008         popping up a new frame (Bug#8857) or reusing an arbitrary window
24009         on another frame.
24010         (display-buffer): Do not fall back on popping up a new frame in
24011         batch mode (Bug#8857).
24013 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
24015         * cus-theme.el (describe-theme-1): Use custom-theme-p.
24016         (custom-theme-summary): New function.
24017         (customize-themes): Use it.
24019 2011-06-13  Glenn Morris  <rgm@gnu.org>
24021         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24023 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
24025         * help.el (help-window): Remove variable.
24026         (help-window-point-marker, temp-buffer-max-height)
24027         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24028         (help-print-return-message): Don't set help-window.
24029         (resize-temp-buffer-window): Rewrite cod eand doc-string.
24030         (help-window-setup-finish): Remove.
24031         (help-window-display-message, help-window-setup)
24032         (with-help-window): Major rewrite based on new
24033         display-buffer-window variable.
24035         * help-mode.el (help-mode-finish): Remove help-window related
24036         code.
24038         * view.el (view-exits-all-viewing-windows): Remove reference to
24039         view-return-to-alist in doc-string.
24040         (view-return-to-alist): Make obsolete.
24041         (view-buffer): Call pop-to-buffer-same-window and remove
24042         undo-window code.
24043         (view-buffer-other-window): Call pop-to-buffer-other-window and
24044         simplify code.  Ignore second argument.
24045         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24046         simplify code.  Ignore second argument.
24047         (view-return-to-alist-update): Make obsolete.
24048         (view-mode-enter): Rename second argument to QUIT-RESTORE.
24049         Rewrite using quit-restore window parameters.
24050         (view-mode-exit): Rename second argument to EXIT-ONLY.
24051         Rewrite using quit-restore-window.
24052         (View-exit, View-exit-and-edit, View-leave, View-quit)
24053         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24054         appropriate arguments.
24055         (view-end-message): Use quit-restore window parameter.
24057         * window.el (display-buffer-function): Rewrite doc-string.
24058         (display-buffer-window, display-buffer-alist): New variables.
24059         (display-buffer-split-specifiers)
24060         (display-buffer-side-specifiers)
24061         (display-buffer-macro-specifiers): New constants.
24062         (display-buffer-even-window-sizes, display-buffer-set-height)
24063         (display-buffer-set-width, display-buffer-select-window)
24064         (display-buffer-in-window, display-buffer-reuse-window)
24065         (display-buffer-split-window-1, display-buffer-split-window)
24066         (display-buffer-split-atom-window, display-buffer-pop-up-window)
24067         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24068         (display-buffer-in-side-window, normalize-buffer-to-display)
24069         (display-buffer-normalize-specifiers-1)
24070         (display-buffer-normalize-specifiers-2)
24071         (display-buffer-normalize-specifiers, display-buffer-frame):
24072         New functions.
24073         (display-buffer): Major rewrite.
24074         (display-buffer-other-window, display-buffer-other-frame)
24075         (pop-to-buffer, switch-to-buffer-other-window)
24076         (switch-to-buffer-other-frame): Rewrite.
24077         (display-buffer-same-window, display-buffer-same-frame)
24078         (display-buffer-same-frame-other-window)
24079         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24080         (pop-to-buffer-other-window)
24081         (pop-to-buffer-same-frame-other-window)
24082         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24083         (switch-to-buffer-other-window-same-frame): New functions.
24084         (same-window-p, special-display-p): Rewrite disabling warnings.
24085         Make obsolete.
24086         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24087         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24088         Make obsolete
24089         (same-window-buffer-names, same-window-regexps)
24090         (special-display-frame-alist, special-display-popup-frame)
24091         (special-display-function, special-display-buffer-names)
24092         (special-display-regexps, pop-up-frame-alist)
24093         (pop-up-frame-function, split-window-preferred-function)
24094         (split-height-threshold, split-width-threshold)
24095         (even-window-heights): Make obsolete.
24097 2011-06-12  Glenn Morris  <rgm@gnu.org>
24099         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
24100         Misc simplifications.
24102 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
24104         * window.el (window-safely-shrinkable-p): Restore function which
24105         was inadvertently removed in change from 2011-06-11.  Declare as
24106         obsolete.
24108         * calendar/calendar.el (calendar-generate-window):
24109         Use window-iso-combined-p instead of combination of one-window-p and
24110         window-safely-shrinkable-p.
24112 2011-06-12  Glenn Morris  <rgm@gnu.org>
24114         * progmodes/fortran.el (fortran-mode-syntax-table):
24115         * progmodes/f90.el (f90-mode-syntax-table):
24116         Set % to punctuation.  (Bug#8820)
24117         (f90-find-tag-default): Remove, no longer needed.
24119 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
24121         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24123 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
24125         * image.el (image-animated-p): Return animation delay in seconds.
24126         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24127         (image-animate-timeout): Remove DELAY argument.  Don't assume
24128         every subimage has the same delay; get it from image-animated-p.
24129         (image-animate): Caller changed.
24131 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
24133         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24134         to ignored backtrace functions.
24136 2011-06-11  Glenn Morris  <rgm@gnu.org>
24138         * calendar/appt.el (appt-disp-window-function): Doc fix.
24139         (appt-check): Handle overlapping appointments.  (Bug#8337)
24141 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
24143         * window.el (window-tree-1, window-tree): New functions, moving
24144         the latter to window.el.
24145         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24146         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24147         (bw-refresh-edges): Remove.
24148         (balance-windows-1, balance-windows-2): New functions.
24149         (balance-windows): Rewrite in terms of window tree functions,
24150         balance-windows-1 and balance-windows-2.
24151         (bw-adjust-window): Remove.
24152         (balance-windows-area-adjust): New function with functionality of
24153         bw-adjust-window but using resize-window.
24154         (set-window-text-height): Rewrite doc-string.
24155         Use normalize-live-window and resize-window.
24156         (enlarge-window-horizontally, shrink-window-horizontally):
24157         Rename argument to DELTA.
24158         (window-buffer-height): New function.
24159         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24160         Rewrite using new window resize routines.
24161         (kill-buffer-and-window, mouse-autoselect-window-select):
24162         Use ignore-errors instead of condition-case.
24163         (quit-window): Call delete-frame instead of delete-windows-on
24164         for the only buffer on frame.
24166 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24168         * loadup.el (top-level): Load window before files for the sake
24169         of replace-buffer-in-windows.
24171         * files.el (read-buffer-to-switch)
24172         (switch-to-buffer-other-window)
24173         (switch-to-buffer-other-frame, display-buffer-other-frame):
24174         Move to window.el.
24176         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24177         (previous-buffer): Move to window.el.
24179         * bindings.el (unbury-buffer): Move to window.el.
24181         * window.el (delete-other-windows-vertically): Move after
24182         definition of delete-other-windows.
24183         (other-window, delete-windows-on, replace-buffer-in-windows):
24184         Move here from window.c.
24185         (record-window-buffer, unrecord-window-buffer)
24186         (set-window-buffer-start-and-point, switch-to-prev-buffer)
24187         (switch-to-next-buffer): New functions.
24188         (get-next-valid-buffer, last-buffer, next-buffer): Move here
24189         from simple.el.  Call switch-to-next-buffer.
24190         (previous-buffer): Move here from simple.el.
24191         Call switch-to-prev-buffer.
24192         (bury-buffer): Move here from buffer.c.  Switch to previous
24193         buffer when window cannot be deleted.
24194         (unbury-buffer): Move here from bindings.el.
24195         (ctl-x-map): Move binding for other-window from window.c to
24196         here.
24197         (read-buffer-to-switch, switch-to-buffer-other-window)
24198         (switch-to-buffer-other-frame): Move here from files.el.
24199         (normalize-buffer-to-switch-to): New functions.
24200         (switch-to-buffer): Move here from buffer.c.
24201         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24203 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24205         * window.el (window-min-height, window-min-width): Move here
24206         from window.c.  Add defcustoms and rewrite doc-strings.
24207         (resize-mini-window, resize-window): New functions.
24208         (adjust-window-trailing-edge, enlarge-window, shrink-window):
24209         Move here from window.c.
24210         (maximize-window, minimize-window): New functions.
24211         (delete-window, delete-other-windows, split-window): Move here
24212         from window.c.
24213         (window-split-min-size): New function.
24214         (split-window-keep-point): Mention split-window-above-each-other
24215         instead of split-window-vertically.
24216         (split-window-above-each-other, split-window-vertically):
24217         Rename split-window-vertically to split-window-above-each-other
24218         and provide defalias for old definition.
24219         (split-window-side-by-side, split-window-horizontally):
24220         Rename split-window-horizontally to split-window-side-by-side
24221         and provide defalias for the old definition.
24222         (ctl-x-map): Move bindings for delete-window,
24223         delete-other-windows and enlarge-window here from window.c.
24224         Replace bindings for split-window-vertically and
24225         split-window-horizontally by bindings for
24226         split-window-above-each-other and split-window-side-by-side.
24228         * cus-start.el (all): Remove entries for window-min-height and
24229         window-min-width.  Add entries for window-splits and
24230         window-nest.
24232 2011-06-09  Glenn Morris  <rgm@gnu.org>
24234         * calendar/appt.el (appt-mode-line): New function.
24235         (appt-check, appt-disp-window): Use it.
24237         * files.el (hack-one-local-variable-eval-safep):
24238         Allow minor-modes with explicit +/-1 arguments.
24240 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
24242         * term/xterm.el (xterm): Add defgroup.
24243         (xterm-extra-capabilities): Add defcustom to supply known xterm
24244         capabilities, skip querying them, or query them (default).
24245         (terminal-init-xterm): Use it.
24246         (terminal-init-xterm-modify-other-keys): New function to set up
24247         modifyOtherKeys support to simplify `terminal-init-xterm'.
24249 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
24251         * window.el (resize-window-reset, resize-window-reset-1)
24252         (resize-subwindows-skip-p, resize-subwindows-normal)
24253         (resize-subwindows, resize-other-windows, resize-this-window)
24254         (resize-root-window, resize-root-window-vertically)
24255         (window-deletable-p, window-or-subwindow-p)
24256         (frame-root-window-p): New functions.
24258 2011-06-09  Glenn Morris  <rgm@gnu.org>
24260         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24261         (ange-ftp-get-files): Use it.
24263 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
24265         * mail/sendmail.el (mail-recover-1, mail-recover):
24266         * files.el (recover-file, recover-session):
24267         Handle dired-listing-switches not being just a single short option.
24269 2011-06-09  Glenn Morris  <rgm@gnu.org>
24271         * calendar/appt.el (appt-display-message, appt-disp-window):
24272         Handle lists of appointments.
24274 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24276         * window.el (one-window-p): Move down in code.
24277         Rewrite doc-string.
24278         (window-current-scroll-bars): Rewrite doc-string.
24279         Normalize live window argument.
24280         (walk-windows, get-window-with-predicate, count-windows):
24281         Rewrite doc-string.  Use window-list-1.
24282         (window-in-direction-2, window-in-direction, get-mru-window):
24283         New functions.
24285 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
24287         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24288         Doc fix (Bug#8713).
24290 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
24292         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24294 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
24296         * loadhist.el (unload-feature-special-hooks):
24297         Add `comint-output-filter-functions'.
24299 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
24301         * calendar/appt.el (appt-check): Move some initializations into the let.
24303 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24305         * window.el (window-height): Defalias to window-total-height.
24306         (window-width): Defalias to window-body-width.
24308 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
24310         * image-mode.el (image-toggle-animation): New command.
24311         (image-mode-map): Bind it to RET.
24312         (image-mode): Update message.
24313         (image-toggle-display-image): Avoid a spurious cache flush.
24314         (image-transform-rotation): Doc fix.
24315         (image-transform-properties): Return quickly in the normal case.
24316         (image-animate-loop): Rename from image-animate-max-time.
24318         * image.el (image-animate-max-time): Move to image-mode.el.
24319         (create-animated-image): Remove unnecessary function.
24320         (image-animate): Rename from image-animate-start.  New arg.
24321         (image-animate-stop): Remove; just use image-animate-timer.
24322         (image-animate-timer): Use car-safe.
24323         (image-animate-timeout): Rename argument.
24325 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
24327         * window.el (get-lru-window, get-largest-window): Move here from
24328         window.c.  Rename first argument to ALL-FRAMES.
24329         Rephrase doc-strings.
24330         (get-buffer-window-list): Rewrite using window-list-1.
24331         Rephrase doc-string.
24332         (window-safe-min-height, window-safe-min-width): New constants.
24333         (window-size-ignore, window-min-size, window-min-size-1)
24334         (window-sizable, window-sizable-p, window-size-fixed-1)
24335         (window-size-fixed-p, window-min-delta-1, window-min-delta)
24336         (window-max-delta-1, window-max-delta, window-resizable)
24337         (window-resizable-p, window-total-height, window-total-width)
24338         (window-body-width): New functions.
24339         (window-full-height-p, window-full-width-p): Rewrite using
24340         window-total-size.
24341         (window-body-height): Rewrite using window-body-size.
24343 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
24345         * window.el (window-right, window-left, window-child)
24346         (window-child-count, window-last-child, window-any-p)
24347         (normalize-live-buffer, normalize-live-frame)
24348         (normalize-any-window, normalize-live-window)
24349         (window-iso-combination-p, window-iso-combined-p)
24350         (window-iso-combinations)
24351         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24352         (windows-with-parameter, window-with-parameter)
24353         (window-atom-root, make-window-atom, window-atom-check-1)
24354         (window-atom-check, window-side-check, window-check):
24355         New functions.
24356         (ignore-window-parameters, window-sides, window-sides-vertical)
24357         (window-sides-slots): New variables.
24358         (window-size-fixed): Move down in code.  Minor doc-string fix.
24360 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
24362         * comint.el (comint-dynamic-complete-as-filename)
24363         (comint-dynamic-complete-filename): Correctly call
24364         completion-in-region.
24366 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24368         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24369         in last change.
24371 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24373         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24374         (rcirc): Use it to prompt for encryption.
24376 2011-06-05  Roland Winkler  <winkler@gnu.org>
24378         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24379         (bibtex-search-entries): New command bound to C-c C-a.
24380         (bibtex-display-entries): New function.
24382 2011-06-05  Roland Winkler  <winkler@gnu.org>
24384         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24385         (bibtex-insert-kill): After yanking insert newline if necessary.
24386         (bibtex-initialize): Call bibtex-string-files-init only once.
24387         (bibtex-mode): Do not call easy-menu-add.
24388         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24389         (bibtex-yank): Set arg properly if nil.
24391 2011-06-05  Roland Winkler  <winkler@gnu.org>
24393         * textmodes/bibtex.el (bibtex-search-entry-globally):
24394         New variable.
24395         (bibtex-search-entry): Use it.
24397 2011-06-05  Roland Winkler  <winkler@gnu.org>
24399         * textmodes/bibtex.el (bibtex-entry-format): New option
24400         sort-fields.
24401         (bibtex-format-entry, bibtex-reformat): Honor this option.
24402         (bibtex-parse-entry): Return fields in proper order.
24404 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
24406         * doc-view.el (doc-view-remove-if): Move computation of result out
24407         of `dolist' to silence misleading lexical-binding warning.
24409 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
24411         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24412         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24414 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24416         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24417         "SunOS 5.10".
24419 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24421         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24422         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24423         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24424         (tramp-parse-putty):
24425         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24426         (tramp-completion-function-alist-ssh)
24427         (tramp-completion-function-alist-telnet)
24428         (tramp-completion-function-alist-su)
24429         (tramp-completion-function-alist-putty): Set `tramp-autoload'
24430         cookie.
24432         * net/tramp-ftp.el:
24433         * net/tramp-sh.el:
24434         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24435         load "tramp.el" `tramp-set-completion-function'.
24437 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24439         * shell.el: Require and use pcomplete.
24440         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24441         (shell-completion-vars): Set pcomplete-default-completion-function.
24443 2011-06-04  Deniz Dogan  <deniz@dogan.se>
24445         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24446         `memq' (Bug#8799).
24448 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24450         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24452 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
24454         * bs.el (bs--mark-unmark, bs--nth-wrapper):
24455         * mpc.el (mpc-select-extend, mpc-songpointer-context):
24456         * vc/log-view.el (log-view-beginning-of-defun):
24457         * vc/smerge-mode.el (smerge-apply-resolution-patch)
24458         (smerge-refine-forward, smerge-refine-chopup-region):
24459         Silence warning for unused `dotimes' counter variables.
24461 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24463         * net/tramp.el (tramp-with-progress-reporter): Rename from
24464         with-progress-reporter.  Use `declare'.
24465         * net/tramp-smb.el:
24466         * net/tramp-sh.el:
24467         * net/tramp-gvfs.el: Update all uses.
24469 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
24471         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24472         buffer isn't killed before making it current.
24474 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24476         Silence various byte-compiler warnings.
24477         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24478         `access-type' and new obsolescence format.
24479         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24480         new format.
24481         (byte-compile-check-variable): New `access-type' argument.
24482         Only warn if the access-type is obsolete.
24483         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24484         (byte-compile-variable-set): Adjust callers.
24485         * help-fns.el (describe-variable): Adjust to new obsolescence format.
24486         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24487         setting it as obsolete.
24488         * simple.el (minibuffer-completing-symbol):
24489         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24490         access as obsolete.
24491         * minibuffer.el (minibuffer-completing-file-name): Don't make it
24492         obsolete yet.
24493         * international/quail.el (quail-mouse-choose-completion): Remove unused
24494         code referring to obsolete var.
24495         (quail-choose-completion-string): Remove.
24496         * server.el (server-clients-with, server-kill-buffer-query-function)
24497         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24498         * proced.el (proced-send-signal):
24499         * emacs-lisp/lisp.el (lisp-complete-symbol):
24500         Replace completion-annotate-function with completion-extra-properties.
24502 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24504         * simple.el (goto-line): Use read-number.
24505         (overriding-map-is-bound): Remove.
24506         (saved-overriding-map): Change default.
24507         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24508         Take the map as argument.
24509         (universal-argument, negative-argument, digit-argument): Use it.
24510         (restore-overriding-map): Adjust.
24511         (do-auto-fill): Use fill-forward-paragraph.
24512         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24514         * minibuffer.el (minibuffer-inactive-mode-map): New var.
24515         (minibuffer-inactive-mode): New major mode.
24516         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24517         the *Messages* buffer" hack.
24518         (mouse-popup-menubar): Don't burp if the event is a normal key.
24520         Miscellaneous tweaks.
24521         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24522         lexical scoping as in subr.el's dolist and dotimes.
24523         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24524         Silence compiler warning.
24525         * thingatpt.el (forward-whitespace): Trivial coding style fix.
24526         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24527         * international/ccl.el (ccl-compile): Trivial simplification.
24528         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24529         * emacs-lisp/testcover.el (testcover-end): Remove spurious
24530         `printflag' argument.
24531         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24532         Purecopy the whole obsolescence data.
24534 2011-06-01  Leo Liu  <sdl.web@gmail.com>
24536         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24537         improve doc-string as suggested by Marco Pessotto
24538         <melmothx@gmail.com>.
24539         (rcirc-print): Fix last change.
24541 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24543         * minibuffer.el (complete-with-action): Return nil for the metadata and
24544         boundaries of non-functional tables.
24545         (completion-table-dynamic): Return nil for the metadata.
24546         (completion-table-with-terminator): Add default case, using
24547         complete-with-action.
24548         (completion--metadata): New function.
24549         (completion-all-sorted-completions, minibuffer-completion-help): Use it
24550         to try and avoid pathological performance problems.
24551         (completion--embedded-envvar-table): Return `category' metadata.
24553 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24555         * subr.el (process-alive-p): New tiny convenience function.
24557 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24559         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24560         content but also its previous major mode.
24562 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
24564         * emacs-lisp/debug.el (debug): Restore the previous content of the
24565         *Backtrace* buffer when we exit with C-M-c.
24567 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24569         * minibuffer.el: Add metadata method to completion tables.
24570         (completion-category-overrides): New defcustom.
24571         (completion-metadata, completion--field-metadata)
24572         (completion-metadata-get, completion--styles)
24573         (completion--cycle-threshold): New functions.
24574         (completion-try-completion, completion-all-completions):
24575         Add `metadata' argument to choose completion-styles.
24576         (completion--do-completion): Use metadata to choose cycling.
24577         (completion-all-sorted-completions): Use metadata for sorting.
24578         Remove :completion-cycle-penalty which is not needed any more.
24579         (completion--try-word-completion): Add `metadata' argument.
24580         (minibuffer-completion-help): Check metadata for annotation function
24581         and sorting.
24582         (completion-file-name-table): Return `category' metadata.
24583         (minibuffer-completing-file-name): Make obsolete.
24584         * simple.el (minibuffer-completing-symbol): Make obsolete.
24585         * icomplete.el (icomplete-completions): Pass new `metadata' param to
24586         completion-try-completion.
24588 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24590         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24592 2011-05-30  Leo Liu  <sdl.web@gmail.com>
24594         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24595         (rcirc-print): Decode all incoming messages (bug#8744).
24596         (rcirc-decode-coding-system): Allow value nil for automatic coding
24597         system detection.
24599 2011-06-01  Glenn Morris  <rgm@gnu.org>
24601         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24603 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24605         * image.el (image-animate-max-time): Allow nil and t values.
24606         Default to nil.
24607         (create-animated-image): Doc fix.
24608         (image-animate-start): Remove second arg; just use
24609         image-animate-max-time.
24610         (image-animate-timeout): Doc fix.  Args changed.
24612         * image-mode.el (image-toggle-display-image): Ensure that the
24613         image spec passed to the animate timer is the same object as in
24614         the buffer's display property (Bug#6981).
24615         (image-transform-properties): Doc fix.
24617         * image.el (image-animate-max-time): Default to nil.
24619 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
24621         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24622         entire buffer list (Bug#8184).
24624 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24626         * image.el (imagemagick-types-inhibit)
24627         (imagemagick-register-types): Doc fix.
24629 2011-05-29  Deniz Dogan  <deniz@dogan.se>
24631         * net/rcirc.el (rcirc): Use the user's stored encryption method by
24632         default.
24634 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24636         * select.el: Don't perform clipboard-manager saving in hooks;
24637         leave the hooks empty.
24639 2011-05-28  Leo Liu  <sdl.web@gmail.com>
24641         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24642         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
24643         (occur-edit-mode): New major mode (Bug#8463).
24644         (occur-after-change-function): New function.
24645         (occur-engine): Give Occur tags a read-only property.
24647 2011-05-28  Kevin Ryde  <user42@zip.com.au>
24649         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24651 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24653         * bindings.el (help-echo): Make the initial non-indicator dash
24654         empty on graphical terminals (Bug#7295).
24656         * files.el (auto-mode-alist): Move config rule after the
24657         in-stripping one (Bug#8547).
24659         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24661         * startup.el (normal-splash-screen): Remove gratuitous mode-line
24662         setting (Bug#8740).
24664 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
24666         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24667         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24668         (Bug#8539).
24670 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24672         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24674 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
24676         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24677         (hs-hide-block-at-point, hs-find-block-beginning)
24678         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24679         (Bug#8279).
24681 2011-05-28  Glenn Morris  <rgm@gnu.org>
24683         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
24685 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24687         * help-fns.el (describe-function-1): If the function is a derived
24688         major mode, print the parent mode.
24690         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24691         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24693 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24695         * minibuffer.el (completion--capf-wrapper): Check applicability before
24696         returning non-nil for non-exclusive completion data.
24697         * progmodes/etags.el (tags-completion-at-point-function):
24698         * info-look.el (info-lookup-completions-at-point): Mark as
24699         non-exclusive.
24700         (info-complete): Adjust accordingly.
24702         * info-look.el: Convert to lexical-binding and completion-at-point.
24703         (info-lookup-completions-at-point): New function.
24704         (info-complete): Use it and completion-in-region.
24706 2011-05-28  Drew Adams  <drew.adams@oracle.com>
24708         * isearch.el: Let M-e start with point at the first mismatched char.
24709         (isearch-fail-pos): New function.
24710         (isearch-edit-string): Use it.
24712 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24714         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24716 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
24718         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
24719         traversal functions for avl-trees.
24720         (avl-tree--stack): New struct.
24721         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24722         (avl-tree-enter): Add optional `updatefun' arg.
24723         (avl-tree--do-enter): Add optional `updatefun' arg.
24724         Change return value.
24725         (avl-tree-delete): Add optional `test' and `nilflag' args.
24726         (avl-tree--do-delete): Add `test' and `nilflag' args.
24727         Change return value.
24728         (avl-tree-member): Add optional `nilflag'
24729         (avl-tree-member-p): New function.
24730         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24731         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24732         (avl-tree-stack-empty-p): New functions.
24734         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24735         avl-tree--del-balance1 and make it work both ways.
24736         (avl-tree--del-balance2): Remove.
24737         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24738         make it work both ways.
24739         (avl-tree--enter-balance2): Remove.
24740         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24741         New macros.
24742         (avl-tree--mapc, avl-tree-map): Add direction argument.
24744 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
24746         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24748 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
24750         * select.el: Support clipboard managers with built-in function
24751         x-clipboard-manager-save, via delete-frame-functions and
24752         kill-emacs-hook.
24753         (xselect-convert-to-targets): Add MULTIPLE target to list.
24754         (xselect-convert-to-save-targets): New function.
24756 2011-05-27  Kenichi Handa  <handa@m17n.org>
24758         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24759         let-binding rfc2047-encode-encoded-words to nil.
24761 2011-05-27  Glenn Morris  <rgm@gnu.org>
24763         * mail/emacsbug.el: Don't require url-util.
24765         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
24767         * files.el (set-auto-mode):
24768         Also respect mode: entries at the end of the file.  (Bug#8586)
24770 2011-05-26  Glenn Morris  <rgm@gnu.org>
24772         * files.el (hack-local-variables-prop-line, hack-local-variables):
24773         Downcase mode names, as seems to be traditional.
24774         (hack-local-variables, hack-local-variables-apply): Doc fixes.
24776         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24777         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
24779 2011-05-25  Julien Danjou  <julien@danjou.info>
24781         * textmodes/rst.el (rst-define-level-faces): Do not define face
24782         symbol if it is already defined.
24784 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24786         * play/5x5.el (5x5-new-game, 5x5-randomize):
24787         Reset 5x5-solver-output to nil when a new grid is cast.
24788         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24789         these debugging traces, as defmacro breaks the compiled code.
24791 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24793         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24795 2011-05-24  Leo Liu  <sdl.web@gmail.com>
24797         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24798         (vc-bzr-sha1): Adapt.
24800         * sha1.el: Remove.  Function `sha1' is now builtin.
24802         * bindings.el: Provide sha1 feature.
24804 2011-05-24  Kenichi Handa  <handa@m17n.org>
24806         * mail/sendmail.el: Require `rfc2047'.
24807         (mail-insert-from-field): Do not perform RFC2047 encoding.
24808         (mail-encode-header): New function.
24809         (sendmail-send-it): Set buffer-file-coding-system of the work
24810         buffer to the return value of select-message-coding-system.
24811         Call mail-encode-header.
24813         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24815 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
24817         * mail/supercite.el (sc-default-cite-frame):
24818         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24820 2011-05-24  Glenn Morris  <rgm@gnu.org>
24822         * progmodes/python.el (brm-menu): Declare.
24824         * emulation/viper.el (viper-set-hooks): Declare.
24826         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24827         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24828         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24829         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24830         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24831         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24833 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24835         Add an :exit-function for completion-at-point.
24837         * minibuffer.el (completion--done): New fun.
24838         (completion--do-completion): Use it.  New arg `expect-exact'.
24839         (minibuffer-complete, minibuffer-complete-word): Don't output message,
24840         since completion--do-completion does it for us now.
24841         (minibuffer-force-complete): Use completion--done and
24842         completion--replace.  Handle sole-completion case with more care.
24843         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24844         (completion-extra-properties): New var.
24845         (completion-annotate-function): Make obsolete.
24846         (minibuffer-completion-help): Adjust accordingly.
24847         Use completion-list-insert-choice-function.
24848         (completion-at-point, completion-help-at-point):
24849         Bind completion-extra-properties.
24850         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24851         * simple.el (completion-list-insert-choice-function): New var.
24852         (completion-setup-function): Preserve it.
24853         (choose-completion): Pay attention to it, shuffle the code a bit.
24854         (choose-completion-string): New arg `insert-function'.
24856         * textmodes/bibtex.el: Convert to lexical binding.
24857         (bibtex-mode-map): Use completion-at-point.
24858         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24859         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24860         (bibtex-complete): Define as obsolete alias.
24861         (bibtex-complete-internal): Remove.
24862         (bibtex-format-entry): Remove unused sub-group in regexp.
24863         * shell.el (shell--command-completion-data)
24864         (shell-environment-variable-completion):
24865         * pcomplete.el (pcomplete-completions-at-point):
24866         * comint.el (comint--complete-file-name-data): Use :exit-function
24867         instead of completion-table-with-terminator so it also works for
24868         choose-completion.
24870 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24872         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24874         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24875         (bug#8710).
24877         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24879 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
24881         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24882         customization variable and implement: If non-nil, auto-fill will
24883         be inhibited while on topic's header line.
24885 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24887         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24888         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
24889         always have a solution in grid size = 5 cases.
24890         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24891         (5x5-solver-output, 5x5-log-buffer): New vars.
24892         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24893         Make these variables buffer local to achieve 5x5 multi-session-ness.
24894         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24895         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24896         (5x5-solve-suggest): New funs.
24897         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24898         randomize a grid so that we ensure that there is always a solution.
24899         (5x5-make-random-grid): Allow other movement than flipping.
24901 2011-05-23  Kevin Ryde  <user42@zip.com.au>
24903         * emacs-lisp/advice.el (ad-read-advised-function):
24904         Use `function-called-at-point' as the default, if it has
24905         advice and passes PREDICATE.
24907 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24909         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24910         byte-compile-lambda if it's actually a lambda.
24912         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24913         Fix function quoting.  Use backquote better.
24915 2011-05-22  Yuanle Song  <sylecn@gmail.com>
24917         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24918         matching (Bug#8516).
24920 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
24922         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24923         different face (Bug#8178).
24925 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
24927         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24928         defface (Bug#8144).
24930 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24932         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24933         funcall as well (bug#8712).  Warn when performing those conversions.
24934         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24936         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24938 2011-05-22  Glenn Morris  <rgm@gnu.org>
24940         * files.el (hack-local-variables-prop-line): Small simplifications.
24941         (hack-local-variables, hack-local-variables-prop-line):
24942         If MODE-ONLY, return the mode, rather than just `t'.
24944 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24946         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24948 2011-05-21  Glenn Morris  <rgm@gnu.org>
24950         * files.el (hack-local-variables-prop-line, hack-local-variables):
24951         If only interested in the mode, don't bother doing the other stuff.
24953         * image-mode.el (image-after-revert-hook):
24954         Redraw all frames on which the image is visible.  (Bug#8567)
24956         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
24958         * wid-edit.el (widget-checklist-match-inline):
24959         Fix 2011-04-19 change.  (Bug#8649)
24961 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24963         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24964         Also allow singlespace after single-letter capitals followed by a dot.
24966         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24967         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24969 2011-05-20  Nix  <nix@esperi.org.uk>
24971         * files.el (basic-save-buffer-2):
24972         Fix handling of break-hardlink-on-save with non-existent files.
24974 2011-05-19  Deniz Dogan  <deniz@dogan.se>
24976         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24977         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24979 2011-05-19  Glenn Morris  <rgm@gnu.org>
24981         * progmodes/f90.el (f90-type-def-re):
24982         Handle "type, bind(c)".  (Bug#8691)
24984         * emacs-lisp/autoload.el (batch-update-autoloads):
24985         Set autoload-excludes by parsing loadup.el rather than Makefiles.
24987 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
24989         * net/tramp.el (tramp-process-actions): Set "first-password-request"
24990         property for the correct connection in case of multihops.
24992 2011-05-18  Glenn Morris  <rgm@gnu.org>
24994         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24995         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24997         Rationalize calendar handling of day and month abbrev-arrays.
24998         * calendar/calendar.el (calendar-customized-p): New function.
24999         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25000         (calendar-day-name-array, calendar-month-name-array): Doc fix.
25001         Add :set function.
25002         (calendar-abbrev-length, calendar-day-abbrev-array)
25003         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25004         (calendar-day-abbrev-array, calendar-month-abbrev-array):
25005         Elements may no longer be nil.
25006         (calendar-day-name, calendar-month-name):
25007         Update for changed nature of abbrev arrays.
25008         * calendar/diary-lib.el (diary-name-pattern):
25009         Update for changed nature of abbrev arrays.
25010         (diary-mark-entries-1): Update calendar-make-alist calls.
25011         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25012         * calendar/cal-html.el (cal-html-day-abbrev-array):
25013         Simply inherit from calendar-day-abbrev-array.
25015 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25017         * progmodes/grep.el (grep-mode): Disable default
25018         compilation-directory-matcher setting (bug#8684).
25020 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
25022         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25023         instead of "head" and "tail".  There were problems with SunOS 5.9,
25024         and it performs better.
25026 2011-05-17  Glenn Morris  <rgm@gnu.org>
25028         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25030         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25031         Replace obsolete function.
25033         * shell.el (pcomplete-parse-arguments-function): Declare.
25035         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25036         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25037         (appt-check): Doc fixes.
25038         (appt-disp-window-function, appt-delete-window-function):
25039         Remove needless special case in custom :type.
25040         (appt-display-count): Default to 0, not nil.
25041         (appt-check): Reset appt-display-count to 0, not nil.
25043 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
25045         * progmodes/python.el (python-font-lock-keywords):
25046         Add the Python 3.X keyword "nonlocal" (bug#8639).
25048 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25050         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25052 2011-05-16  Kevin Ryde  <user42@zip.com.au>
25054         * info-look.el (makefile-automake-mode): New setups, looking in
25055         automake manual, then makefile-mode.
25056         (makefile-mode): Remove automake manual, have it just in
25057         makefile-automake-mode since there's various things different or
25058         not relevant to plain make.
25059         (makefile-mode): Remove "other-modes" non-existent automake-mode,
25060         believe a hypothetical automake-mode would go to makefile-mode,
25061         not the other way around.
25063 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
25065         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25066         hunk-end tags (Bug#8672).
25068         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25069         vc-annotate-show-diff-revision-at-line (Bug#8671).
25071 2011-05-14  Glenn Morris  <rgm@gnu.org>
25073         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25074         in the middle of an existing one with multiple authors.  (Bug#8645)
25075         (change-log-font-lock-keywords): Also handle multiple author lines
25076         with leading tabs.  (Bug#8644)
25078         * calendar/appt.el (appt-check): Rename some local variables.
25079         Some simplification/reordering.
25081         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25082         (feedmail-sendmail-f-doesnt-sell-me-out)
25083         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25084         (feedmail-debug-sit-for, feedmail-queue-express-hook)
25085         (feedmail-queue-runner-message-sender): Set :version.
25086         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25087         (bbdb-dwim-net-address, vm-mail): Declare.
25088         (feedmail-binmail-gnulinuxish-template):
25089         Rename from feedmail-binmail-linuxish-template.
25090         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25091         Use insert-buffer-substring.
25093 2011-05-14  Bill Carpenter  <bill@carpenter.org>
25095         * mail/feedmail.el (feedmail-patch-level): Increase.
25096         (feedmail-debug): New custom group.
25097         (feedmail-confirm-outgoing-timeout)
25098         (feedmail-sendmail-f-doesnt-sell-me-out)
25099         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25100         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25101         (feedmail-sender-line, feedmail-from-line)
25102         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25103         (feedmail-spray-this-address)
25104         (feedmail-spray-address-fiddle-plex-list)
25105         (feedmail-queue-use-send-time-for-date)
25106         (feedmail-queue-use-send-time-for-message-id)
25107         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25108         (feedmail-buffer-eating-function):
25109         Doc fixes.
25110         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25111         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25112         (feedmail-message-action-scroll-down): New functions.
25113         (feedmail-queue-directory, feedmail-queue-draft-directory):
25114         Use expand-file-name.
25115         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25116         Remove C-v help entry.
25117         (feedmail-queue-buffer-file-name): New variable.
25118         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25119         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25120         (feedmail-message-action-send-strong, feedmail-message-action-edit)
25121         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25122         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25123         (feedmail-message-action-toggle-spray)
25124         (feedmail-run-the-queue-no-prompts)
25125         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25126         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25127         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25128         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25129         (feedmail-envelope-deducer, feedmail-fiddle-from)
25130         (feedmail-fiddle-sender, feedmail-default-date-generator)
25131         (feedmail-fiddle-date, feedmail-fiddle-message-id)
25132         (feedmail-fiddle-spray-address)
25133         (feedmail-fiddle-list-of-spray-fiddle-plexes)
25134         (feedmail-fiddle-list-of-fiddle-plexes)
25135         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25136         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25137         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25138         Change default.  Doc fix.
25139         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25140         (feedmail-binmail-linuxish-template): New constant.
25141         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
25142         Respect feedmail-sendmail-f-doesnt-sell-me-out.
25143         (feedmail-send-it): Add debug call.
25144         Use feedmail-queue-buffer-file-name, and
25145         feedmail-send-it-immediately-wrapper.
25146         (feedmail-message-action-send): Add debug call.
25147         Use feedmail-send-it-immediately-wrapper.
25148         (feedmail-queue-express-to-queue): Add debug call.
25149         Run feedmail-queue-express-hook.
25150         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
25151         (feedmail-message-action-help-blat):
25152         Rename from feedmail-queue-send-edit-prompt-help-first.
25153         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
25154         Check line-endings.  Handle errors better.
25155         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25156         Doc fix.  Add debug call.
25157         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
25158         Use feedmail-queue-send-edit-prompt-inner.
25159         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25160         (feedmail-queue-send-edit-prompt-inner): New function, extracted
25161         from feedmail-queue-send-edit-prompt.
25162         (feedmail-queue-send-edit-prompt-help)
25163         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25164         (feedmail-tidy-up-slug): Add debug call.
25165         Respect feedmail-queue-slug-suspect-regexp.
25166         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25167         (feedmail-dump-message-to-queue): Add debug call.
25168         Expand queue-directory.
25169         (feedmail-dump-message-to-queue): Change message slightly.
25170         Use feedmail-say-chatter.
25171         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
25172         (feedmail-send-it-immediately-wrapper): New function.
25173         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
25174         Insert empty string rather than newline.  Handle full-frame case.
25175         Use catch/throw.  Use feedmail-say-chatter.
25176         (feedmail-fiddle-from): Try mail-host-address.
25177         (feedmail-default-message-id-generator): Doc fix.
25178         Bind system-time-locale.  Handle missing end.
25179         (feedmail-fiddle-x-mailer): Add debug call.
25180         Handle feedmail-x-mailer-line being nil.
25181         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25182         Add debug call.  Use buffer-substring-no-properties.
25183         (feedmail-say-debug, feedmail-say-chatter): New functions.
25184         (feedmail-find-eoh): Give an explicit error.
25186 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
25188         * net/newst-treeview.el (newsticker-treeview-face): Change default
25189         family from helvetica to sans.
25190         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25191         etc/images/newsticker.
25193         * net/newst-reader.el (newsticker-feed-face): Change default
25194         family from helvetica to sans.
25196         * net/newst-plainview.el (newsticker-new-item-face)
25197         (newsticker-old-item-face, newsticker-immortal-item-face)
25198         (newsticker-obsolete-item-face, newsticker-date-face)
25199         (newsticker-statistics-face): Change default family from
25200         helvetica to sans.
25201         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25202         etc/images/newsticker.
25204         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25205         (newsticker--process-auto-mark-filter-match): Tell user about
25206         auto-marking.
25208 2011-05-13  Didier Verna  <didier@xemacs.org>
25210         Common Lisp indentation improvements on defmethod and lambda-lists.
25211         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25212         TODO entries.
25213         (lisp-lambda-list-keyword-parameter-indentation)
25214         (lisp-lambda-list-keyword-parameter-alignment)
25215         (lisp-lambda-list-keyword-alignment): New customizable user options.
25216         (lisp-indent-defun-method): Improve docstring.
25217         (extended-loop-p): Fix comment.
25218         (lisp-indent-lambda-list-keywords-regexp): New variable.
25219         (lisp-indent-lambda-list): New function.
25220         (lisp-indent-259): Use it.
25221         (lisp-indent-defmethod): Support for more than one
25222         method qualifier and properly indent methods lambda-lists.
25223         (defgeneric): Provide a missing common-lisp-indent-function property.
25225 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25227         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25228         bounds for the empty string (bug#8667).
25230 2011-05-13  Glenn Morris  <rgm@gnu.org>
25232         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25234         * mail/sendmail.el (sendmail-program): Try executable-find first.
25235         (sendmail-send-it): `sendmail-program' cannot be unbound.
25237         * calendar/appt.el (appt-make-list): Simplify.
25238         (appt-time-msg-list): Doc fix.
25239         (appt-check): Change mode-line message at the time of the appointment.
25241 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
25243         * progmodes/ld-script.el (ld-script-keywords)
25244         (ld-script-builtins): Update keywords list.
25246 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25248         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25250         * shell.el (shell-completion-vars): New function.
25251         (shell-mode):
25252         * simple.el (read-shell-command): Use it.
25253         (blink-matching-open): No need for " [...]" in minibuffer-message.
25255 2011-05-12  Glenn Morris  <rgm@gnu.org>
25257         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25258         (appt-check): Simplify.
25260 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
25262         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25263         literal "/dev/null".
25265 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25267         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25268         Fix typo.
25270 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
25272         * progmodes/which-func.el (which-function):
25273         Use add-log-current-defun instead of add-log-current-defun-function,
25274         which might not be defined (Bug#8260).
25276 2011-05-12  Glenn Morris  <rgm@gnu.org>
25278         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25279         Let byte-compile-initial-macro-environment always take precedence.
25281 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25283         * net/rcirc.el: Add support for SSL/TLS connections.
25284         (rcirc-server-alist): New field `encryption'.
25285         (rcirc): Check `encryption' settings.
25286         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
25287         Merge make-local-variable into `set'.
25288         (rcirc--connection-open-p): New function.
25289         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25290         the process is not a network process (e.g. running gnutls-cli).
25291         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25292         Make rcirc-(en|de)code-coding-system local here.
25293         (rcirc-mode): Merge make-local-variable into `set'.
25294         (rcirc-parent-buffer): Make permanent buffer-local.
25295         (rcirc-multiline-minor-mode): Don't do it here.
25296         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25297         there's no server buffer.
25299 2011-05-11  Glenn Morris  <rgm@gnu.org>
25301         * newcomment.el (comment-kill): Prefix "unused" local.
25303         * term/w32console.el (get-screen-color): Declare.
25305         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25306         Handle symbol elements of byte-compile-initial-macro-environment.
25308 2011-05-10  Leo Liu  <sdl.web@gmail.com>
25310         * bookmark.el (bookmark-bmenu-mode-map):
25311         Bind bookmark-bmenu-search to `/'.
25313         * mail/footnote.el: Convert to utf-8 encoding.
25314         (footnote-unicode-string, footnote-unicode-regexp): New variable.
25315         (Footnote-unicode): New function.
25316         (footnote-style-alist): Add unicode style to the list.
25317         (footnote-style): Doc fix.
25319 2011-05-10  Jim Meyering  <meyering@redhat.com>
25321         Fix doubled-word typos.
25322         * international/quail.el (quail-insert-kbd-layout): and and -> and
25323         * kermit.el: and and -> and
25324         * net/ldap.el (ldap-search-internal): to to -> to
25325         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25326         * progmodes/js.el (js-mode): and and -> and
25327         * textmodes/artist.el (artist-move-to-xy): at at -> at
25328         (artist-draw-region-trim-line-endings): if if -> if
25329         And Safetyc -> Safety.
25330         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25332 2011-05-10  Glenn Morris  <rgm@gnu.org>
25333             Stefan Monnier  <monnier@iro.umontreal.ca>
25335         * files.el (hack-one-local-variable-eval-safep):
25336         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
25338 2011-05-10  Glenn Morris  <rgm@gnu.org>
25340         * calendar/diary-lib.el (diary-list-entries-hook)
25341         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25342         (diary-nongregorian-marking-hook, diary-list-entries)
25343         (diary-include-other-diary-files, diary-mark-entries)
25344         (diary-mark-included-diary-files): Doc fixes.
25346 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25348         * misc.el: Require tabulated-list.el during compilation.
25350 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25352         * progmodes/compile.el (compilation-start):
25353         Run compilation-filter-hook for the async case too.
25354         (compilation-filter-hook): Doc fix.
25356 2011-05-09  Deniz Dogan  <deniz@dogan.se>
25358         * wdired.el: Remove outdated installation comment.  Fix usage
25359         comment.
25361 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25363         * misc.el: Implement new command `list-dynamic-libraries'.
25364         (list-dynamic-libraries--loaded-only-p): New variable.
25365         (list-dynamic-libraries--refresh): New function.
25366         (list-dynamic-libraries): New command.
25368 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25370         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25371         Fix the ant regexp to handle end-line and end-column info from jikes.
25372         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
25373         higher priority to avoid clobbering by gnu.
25375 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25377         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25378         if the face has existing theme settings (Bug#8454).
25380 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
25382         * progmodes/perl-mode.el (perl-imenu-generic-expression):
25383         Only match variables declared via `my' or `our' (Bug#8261).
25385         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25386         special file names `.' and `..' (Bug#8259).
25388 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25390         * progmodes/grep.el (grep-mode-font-lock-keywords):
25391         Remove buffer-changing entries.
25392         (grep-filter): New function.
25393         (grep-mode): Add it to compilation-filter-hook.
25395         * progmodes/compile.el (compilation-filter-hook)
25396         (compilation-filter-start): New defvars.
25397         (compilation-filter): Call compilation-filter-hook prior to
25398         updating the process mark.
25400 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25402         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25404 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
25406         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25407         mailclient-send-it even if window-system is nil.  (Bug#8595)
25409         * term/w32console.el (terminal-init-w32console):
25410         Call get-screen-color and use its output to set the frame
25411         background-mode.  (Bug#8597)
25413 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25415         Make bytecomp.el understand that defmethod defines funs (bug#8631).
25416         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25417         New functions.
25418         (defgeneric, eieio--defmethod): Use them.
25419         (eieio-defgeneric): Remove.
25420         (defmethod): Call defgeneric in a way visible to the byte-compiler.
25422 2011-05-07  Glenn Morris  <rgm@gnu.org>
25424         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25425         Use let rather than let*.
25426         (timeclock-find-discrep): Remove unused local.
25428         * calendar/diary-lib.el (diary-comment-start): Doc fix.
25430         * calendar/appt.el (appt-time-msg-list): Doc fix.
25432 2011-05-06  Noah Friedman  <friedman@splode.com>
25434         * apropos.el (apropos-print-doc): Only use
25435         emacs-lisp-docstring-fill-column when it is bound to an integer,
25436         per that variable's documentation.
25438 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25440         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25441         and warnings are not silently discarded (e.g. use -d instead of -P).
25443 2011-05-06  Glenn Morris  <rgm@gnu.org>
25445         * calendar/appt.el (appt-message-warning-time): Doc fix.
25446         (appt-warning-time-regexp): New option.
25447         (appt-make-list): Respect appt-message-warning-time.
25449         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25450         New options.
25451         (diary-add-to-list): Strip comments from the displayed string.
25452         (diary-mode): Set comment-start and comment-end.
25454         * vc/diff-mode.el (smerge-refine-subst): Declare.
25455         (diff-refine-hunk): Don't require smerge-mode when compiling.
25457 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
25459         * simple.el (list-processes): Return nil as the docstring says.
25461 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25463         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25464         to "".
25465         (ange-ftp-write-region, ange-ftp-insert-file-contents)
25466         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25467         determining of binary transfer.  (Bug#7383)
25469 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25471         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25472         Fix port computation bug.  (Bug#8618)
25474 2011-05-05  Glenn Morris  <rgm@gnu.org>
25476         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25478         * simple.el (shell-dynamic-complete-functions)
25479         (comint-dynamic-complete-functions): Declare.
25481         * net/network-stream.el (gnutls-negotiate):
25482         * simple.el (tabulated-list-print): Fix declarations.
25484         * progmodes/gud.el (syntax-symbol, syntax-point):
25485         Remove unnecessary and incorrect declarations.
25487         * emacs-lisp/check-declare.el (check-declare-scan):
25488         Handle byte-compile-initial-macro-environment in bytecomp.el.
25490 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25492         Fix earlier half-done eieio-defmethod change (bug#8338).
25493         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25494         Streamline and change calling convention.
25495         (defmethod): Adjust accordingly and simplify.
25496         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25497         new eieio--defmethod.
25498         (slot-boundp): Minor CSE simplification.
25500 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
25502         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25503         (glasses-make-readable): Use glasses-separate-capital-groups.
25505 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
25507         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25508         (warning-series): Doc fix.
25509         (display-warning): Don't try to create the buffer if we just found it.
25511 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
25513         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25514         (autoload-find-generated-file): New function.
25515         (generate-file-autoloads): Bind generated-autoload-file to
25516         buffer-file-name.
25517         (update-file-autoloads, update-directory-autoloads):
25518         Use autoload-find-generated-file.  If called interactively, prompt for
25519         output file (Bug#7989).
25520         (batch-update-autoloads): Doc fix.
25522 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
25524         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25526 2011-05-04  Glenn Morris  <rgm@gnu.org>
25528         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25529         function, so it follows changes in calendar-date-style.
25530         (diary-fancy-date-matcher): New function.
25531         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25532         (diary-fancy-font-lock-fontify-region-function):
25533         Use diary-fancy-date-pattern as a function.
25535         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25536         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
25538 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
25540         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25541         instead of positional arguments.  Allow :keylist and :crlfiles
25542         arguments.
25543         (open-gnutls-stream): Call it.
25545         * net/network-stream.el (network-stream-open-starttls): Adjust to
25546         call `gnutls-negotiate' with :process and :hostname arguments.
25548 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25550         * minibuffer.el (completion--message): New function.
25551         (completion--do-completion, minibuffer-complete)
25552         (minibuffer-force-complete, minibuffer-complete-word): Use it.
25553         (completion--do-completion): Don't ignore completion-auto-help when in
25554         icomplete-mode.
25556         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25557         internal encoding (e.g. tibetan zero is not whitespace).
25558         (global-whitespace-mode): Prefer save-current-buffer.
25559         (whitespace-trailing-regexp): Remove useless save-match-data.
25560         (whitespace-empty-at-bob-regexp): Minor simplification.
25562 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
25564         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25566 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
25568         * textmodes/ispell.el (ispell-add-per-file-word-list):
25569         Use `concat' to create string for insertion.
25571 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25573         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25574         Avoid open-line which runs post-self-insert-hook.
25575         (bibtex-fill-entry): Remove unused `end' var.
25577 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
25579         * textmodes/ispell.el (ispell-add-per-file-word-list):
25580         Protect against `nil' value of `comment-start' (Bug#8579).
25582 2011-05-03  Leo Liu  <sdl.web@gmail.com>
25584         * isearch.el (isearch-yank-pop): New command.
25585         (isearch-mode-map): Bind it to `M-y'.
25586         (isearch-forward): Mention it.
25588 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25590         * simple.el (minibuffer-complete-shell-command): Remove.
25591         (minibuffer-local-shell-command-map): Use completion-at-point.
25592         (read-shell-command): Setup completion vars here instead.
25593         (read-expression-map): Bind TAB to symbol completion.
25595         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25596         error directly rather via storing it into `results'.
25598 2011-05-02  Leo Liu  <sdl.web@gmail.com>
25600         * vc/diff.el: Fix description.
25602 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25604         * server.el (server-eval-at): New function.
25606 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25608         * net/network-stream.el (open-network-stream): Take a :nowait
25609         parameter and pass it on to `make-network-process'.
25610         (network-stream-open-plain): Ditto.
25612 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
25614         * faces.el (face-spec-set-match-display): Don't match toolkit
25615         options on terminal frames.
25617 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25619         * progmodes/pascal.el: Use lexical binding.
25620         (pascal-mode-map): Remove author preferences.
25622         * pcomplete.el (pcomplete-std-complete): Don't abuse
25623         completion-at-point.
25625 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25627         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25628         removing code that has been dead since 1991 or so.
25630         * startup.el (command-line): When warning about "_emacs", use a
25631         delayed warning to allow the user to filter it out.
25633 2011-04-28  Deniz Dogan  <deniz@dogan.se>
25635         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25636         user has not joined.
25638 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25640         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25641         aren't any completions at point.
25643 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25645         * subr.el (display-delayed-warnings): New function.
25646         (delayed-warnings-hook): New variable.
25648 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25650         * minibuffer.el (completion-at-point, completion-help-at-point):
25651         Don't presume that a given completion-at-point-function will always
25652         use the same calling convention.
25654         * pcomplete.el (pcomplete-completions-at-point):
25655         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
25656         pcomplete-seen is non-nil.
25657         (pcomplete-comint-setup): Also recognize the new comint/shell
25658         completion functions.
25659         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25660         pcomplete-seen is non-nil.
25662 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
25664         * calendar/icalendar.el (diary-lib): Add require statement.
25665         (icalendar--create-uid): Read out a uid from a text-property on
25666         the first character in the entry.  This allows for code to add its
25667         own uid to the entry.
25668         (icalendar--convert-float-to-ical): Add export of
25669         `diary-float'-entries save for those with the optional DAY
25670         argument.
25672 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
25674         * subr.el (shell-quote-argument): Use alternate escaping strategy
25675         when we spot a variable reference in a string.
25677 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25679         * cus-start.el (all): Define customization for debug-on-event.
25681 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25683         * subr.el (shell-quote-argument): Escape correctly under Windows.
25685 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25687         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25689 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
25691         * net/tramp.el (tramp-process-actions): Add POS argument.
25692         Delete region between POS and (pos).
25694         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25695         Use `nil' position in `tramp-process-actions' call.
25696         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25698         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25699         position in `tramp-process-actions' call.
25701         * net/trampver.el: Update release number.
25703 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25705         * custom.el (defcustom): Obey lexical-binding.
25707         Fix octave-inf completion problems reported by Alexander Klimov.
25708         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25709         Inherit from octave-mode-syntax-table.
25710         (inferior-octave-mode): Set info-lookup-mode.
25711         (inferior-octave-completion-at-point): New function.
25712         (inferior-octave-complete): Use it and completion-in-region.
25713         (inferior-octave-dynamic-complete-functions): Use it as well, and use
25714         comint-filename-completion.
25715         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25716         symbol elements which shouldn't be word elements.
25717         (octave-font-lock-keywords, octave-beginning-of-defun)
25718         (octave-function-header-regexp): Adjust regexps accordingly.
25719         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25721 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
25723         * net/gnutls.el (gnutls-errorp): Declare before first use.
25725 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
25727         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25728         verify-error, and verify-hostname-error parameters.  Check whether
25729         default trustfile exists before going to use it.  Add missing
25730         argument to gnutls-message-maybe call.  Return value.
25731         Reported by Claudio Bley <claudio.bley@gmail.com>.
25732         (open-gnutls-stream): Add usage example.
25734         * net/network-stream.el (network-stream-open-starttls): Give host
25735         parameter to `gnutls-negotiate'.
25736         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25737         * subr.el (shell-quote-argument): Escape correctly under Windows.
25739 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
25741         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25742         Use correct match group (bug#8438).
25744 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25746         * emacs-lisp/package.el (package-built-in-p): Fix typo.
25747         (package-menu--generate): New arg specifying packages to show.
25748         (package-menu-refresh, package-menu-execute, list-packages):
25749         Callers changed.
25750         (package-show-package-list): New function, replacing deleted
25751         package--list-packages (renamed because it is non-internal).
25753         * finder.el (finder-list-matches): Use package-show-package-list
25754         instead of deleted package--list-packages.
25756         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25757         Based on a previous implementation by Juanma Barranquero (Bug#8366).
25758         (vc-annotate-mode-map): Bind it to RET.
25760 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
25762         * progmodes/etags.el (next-file): Don't use set-buffer to change
25763         buffers (Bug#8478).
25765 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25767         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25769         * apropos.el (apropos-label-face): Avoid variable-pitch face.
25770         (apropos-accumulator): Doc fix.
25771         (apropos-function, apropos-macro, apropos-command)
25772         (apropos-variable, apropos-face, apropos-group, apropos-widget)
25773         (apropos-plist): Add face property.
25774         (apropos-symbols-internal): Fix indentation.
25775         (apropos-print): Simplify help, and recognize apropos-multi-type.
25776         (apropos-print-doc): Use button-type-get to extract the button's
25777         face property.  Fill docstring (Bug#8352).
25779 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
25781         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25783         * play/mpuz.el (mpuz-silent): Doc fix.
25784         (mpuz-mode-map): Use mapc.
25785         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25786         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25787         Fix typos in docstrings.
25789         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25790         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25792         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25794 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
25796         * minibuffer.el (completion--do-completion): Avoid the "Next char
25797         not unique" prompt if icomplete-mode is enabled (Bug#5849).
25799         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25800         mouse-2 into unread-command-events, it is interpreted correctly.
25802         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25803         (image-toggle-display): Doc fix.
25805 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
25807         * textmodes/page.el (what-page): Use line-number-at-pos to
25808         calculate line number (Bug#6825).
25810 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25812         * eshell/esh-mode.el (find-tag-interactive): Declare function.
25813         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25814         Pass argument NO-DEFAULT to `find-tag-interactive'.
25816 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25818         Lexical-binding cleanup.
25820         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25821         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25822         * progmodes/ada-prj.el (ada-prj-initialize-values)
25823         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25824         (ada-prj-show-value):
25825         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25826         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25827         (antlr-invalidate-context-cache, antlr-options-menu-filter)
25828         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25829         * progmodes/bug-reference.el (bug-reference-push-button):
25830         * progmodes/fortran.el (fortran-line-length):
25831         * progmodes/glasses.el (glasses-change):
25832         * progmodes/octave-mod.el (octave-fill-paragraph):
25833         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25834         (python-pdbtrack-grub-for-buffer, python-sentinel):
25835         * progmodes/sql.el (sql-save-connection):
25836         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25837         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25838         Mark unused parameters.
25840         * progmodes/compile.el (compilation--flush-directory-cache)
25841         (compilation--flush-parse, compile-internal): Mark unused parameters.
25842         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25843         (compilation-next-error-function): Remove unused variable `timestamp'.
25845         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25846         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25848         * progmodes/dcl-mode.el (dcl-end-of-command):
25849         Remove unused variable `start'.
25850         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25851         (dcl-option-value-basic, dcl-option-value-offset)
25852         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25853         Mark unused parameters.
25854         (dcl-save-local-variable): Remove unused variable `val'.
25855         (mode): Declare.
25857         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25858         Mark unused parameters.
25859         (delphi-ignore-changes): Move before first use.
25860         (delphi-charset-token-at): Remove unused variable `start'.
25861         (delphi-else-start): Remove unused variable `if-count'.
25862         (delphi-comment-block-start, delphi-comment-block-end):
25863         Remove unused variable `kind'.
25864         (delphi-indent-line): Remove unused variable `new-point'.
25866         * progmodes/ebrowse.el (ebrowse-files-list)
25867         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25868         Mark unused parameters.  Don't quote `lambda'.
25869         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25870         Don't quote `lambda'.
25871         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25872         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25873         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25874         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25875         Use `ignore-errors'.
25876         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25877         (ebrowse-view/find-file-and-search-pattern)
25878         (ebrowse-view/find-member-declaration/definition):
25879         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25880         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25881         Rename parameter PREFIX-ARG to PREFIX.
25882         (ebrowse-tags-read-name): Remove unused variables `start' and
25883         `member-info'.
25884         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25885         to `tags-file'.
25887         * progmodes/etags.el (local-find-tag-hook): Declare.
25888         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25889         Mark unused parameters.
25891         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25892         (executable-interpret): Mark unused parameter.
25894         * progmodes/flymake.el (flymake-process-sentinel)
25895         (flymake-after-change-function)
25896         (flymake-create-temp-with-folder-structure)
25897         (flymake-get-include-dirs-dot): Mark unused parameters.
25898         (flymake-safe-delete-directory): Remove unused variable `err'.
25900         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25901         (speedbar-timer-fn, speedbar-line-text)
25902         (speedbar-change-expand-button-char, speedbar-delete-subblock)
25903         (speedbar-center-buffer-smartly): Declare functions.
25904         (gdb-find-watch-expression): Remove unused variable `array'.
25905         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25906         (gdb-starting): Mark unused parameters.
25907         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25908         (gdb-table-string): Remove unused variable `res'.
25909         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25910         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25911         (gdb-display-buffer): Remove unused variable `cur-size'.
25913         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25914         allow lexical-binding compilation.
25915         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25916         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25917         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25918         Mark unused parameters.
25919         (gud-gdb-marker-filter): Remove unused variable `match'.
25920         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25921         lambda expressions and funcall them, instead of using `fset'.
25923         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25924         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25926         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25927         variable `header-beg'; use `let'.
25929         * progmodes/icon.el (indent-icon-exp): Remove unused variables
25930         `restart', `last-sexp' and `at-do'.
25932         * progmodes/js.el (js--debug): Mark unused parameter.
25933         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25934         (js--splice-into-items): Remove unused variable `item'.
25935         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25937         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25938         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25939         (makefile-complete): Remove unused variable `try'.
25940         (makefile-fill-paragraph, makefile-match-function-end):
25941         Mark unused parameters.
25943         * progmodes/octave-inf.el (inferior-octave-complete):
25944         Remove unused variable `proc'.
25945         (inferior-octave-output-digest): Mark unused parameter.
25947         * progmodes/perl-mode.el (perl-calculate-indent):
25948         Remove unused variable `err'.
25950         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25951         (prolog-indent-line): Mark unused parameters.
25952         (prolog-indent-line): Remove unused variable `beg'.
25954         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25955         (reporter-dont-compact-list): Declare.
25957         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25958         Remove unused variable `char'.
25959         (sh-debug): Mark unused parameter.
25960         (sh-get-indent-info): Remove unused variable `start'.
25961         (sh-calculate-indent): Remove unused variable `var'.
25963         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25964         (simula-electric-keyword): Remove unused variable `null'.
25965         (simula-search-backward, simula-search-forward): Remove unused
25966         variables `begin' and `end'.
25968         * progmodes/vera-mode.el (vera-guess-basic-syntax):
25969         Remove unused variable `pos'.
25970         (vera-electric-tab, vera-comment-uncomment-region):
25971         Mark unused parameters.
25972         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25974 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
25976         * emacs-lisp/package.el (package--builtins, package-alist)
25977         (package-load-descriptor, package-built-in-p, package-activate)
25978         (define-package, package-installed-p)
25979         (package-compute-transaction, package-buffer-info)
25980         (package--push): Doc fix.  Distinguish more clearly between
25981         version strings and version lists.
25983 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
25985         Lexical-binding cleanup.
25987         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25988         (5x5-make-mutate-best):
25989         * play/fortune.el (fortune-in-buffer):
25990         * play/gomoku.el (gomoku-init-display):
25991         * play/solitaire.el (solitaire, solitaire-do-check):
25992         * play/tetris.el (tetris-default-update-speed-function):
25993         Mark unused parameters.
25995         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25996         (bubbles--shift): Remove unused variable `char-org'.
25997         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
25998         (bubbles--show-images): Remove unused variable `char'.
26000         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26001         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26002         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26003         (decipher-analyze-buffer): Use ?\s.
26004         (decipher-make-checkpoint): Remove unused variable `mapping'.
26006         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26008         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26009         Remove unused variable `result'; use `let'.
26011         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26012         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26013         (gametree-children-shown-p, gametree-compute-reduced-score):
26014         Use `ignore-errors'.
26016         * play/handwrite.el (ps-lpr-switches): Declare.
26017         (handwrite): Remove unused variables `pmin' and `lastp'.
26019         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26021         * play/landmark.el (landmark-init-display)
26022         (landmark-update-naught-weights): Mark unused parameters.
26023         (landmark-y): Remove unused variable `noise'.  Simplify.
26024         (landmark-human-plays): Remove unused variable `score'.
26026         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26027         (mpuz-try-proposal): Remove unused variable `game'.
26029         * play/zone.el (life-patterns): Declare.
26031 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
26033         * vc/vc.el (ediff-vc-internal): Declare function.
26035 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26037         * shell.el: Use lexical-binding and std completion UI.
26038         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26039         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26040         comint-preoutput-filter-functions rather than on
26041         comint-output-filter-functions.
26042         (shell-command-completion, shell--command-completion-data)
26043         (shell-filename-completion, shell-environment-variable-completion)
26044         (shell-c-a-p-replace-by-expanded-directory): New functions.
26045         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26046         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26047         (shell-dynamic-complete-environment-variable): Use them.
26048         (shell-dynamic-complete-as-environment-variable)
26049         (shell-dynamic-complete-as-command): Remove.
26050         (shell-match-partial-variable): Match past point.
26051         * comint.el: Clean up use of completion-at-point-functions.
26052         (comint-completion-at-point): New function.
26053         (comint-mode): Use it completion-at-point-functions.
26054         (comint-dynamic-complete): Make it obsolete.
26055         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26056         (comint-c-a-p-replace-by-expanded-history): New function.
26057         (comint-dynamic-complete-functions)
26058         (comint-replace-by-expanded-history): Use it.
26059         * minibuffer.el (completion-table-with-terminator): Allow dynamic
26060         termination strings.  Try harder to avoid second try-completion.
26061         (completion-in-region-mode-map): Disable bindings that don't work yet.
26063         * comint.el: Use lexical-binding.  Require CL.
26064         (comint-dynamic-complete-functions): Use comint-filename-completion.
26065         (comint-completion-addsuffix): Tweak custom type.
26066         (comint-filename-completion, comint--common-suffix)
26067         (comint--common-quoted-suffix, comint--table-subvert)
26068         (comint--complete-file-name-data): New functions.
26069         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26070         (comint-dynamic-list-filename-completions): Use them.
26071         (comint-dynamic-simple-complete): Make obsolete.
26073         * minibuffer.el (completion-in-region-mode):
26074         Keep completion-in-region-mode--predicate global.
26075         (completion-in-region--postch):
26076         Assume completion-in-region-mode--predicate is not null.
26078         * progmodes/flymake.el (flymake-start-syntax-check-process):
26079         Obey `dir'.  Simplify.
26081         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26082         we're in VC after all.
26084 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
26086         * vc/vc.el (vc-diff-build-argument-list-internal)
26087         (vc-version-ediff, vc-ediff): New commands.
26088         (vc-version-diff): Use vc-diff-build-argument-list-internal.
26090 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26092         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26093         add sanity check.
26095         * obsolete/erc-hecomplete.el: Make obsolete.
26096         * obsolete/: Standardize obsolescence info in the header.
26098 2011-04-20  Glenn Morris  <rgm@gnu.org>
26100         * calendar/solar.el (solar-horizontal-coordinates):
26101         Use the longitude argument rather than `calendar-longitude'.
26102         (solar-date-next-longitude): Remove unused locals.
26104 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26106         * whitespace.el: New version 13.2.1.
26108 2011-04-20  felix  <EmacsWiki>  (tiny change)
26110         * whitespace.el (global-whitespace-mode): Keep highlight when
26111         switching between major modes on a file.
26113 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26115         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26116         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26117         multi-line comments as well.
26119 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
26121         Lexical-binding cleanup.
26123         * arc-mode.el (archive-mode-revert):
26124         * cmuscheme.el (scheme-interactively-start-process):
26125         * custom.el (custom-initialize-delay):
26126         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26127         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26128         * emacs-lock.el (emacs-lock-clear-sentinel):
26129         * ezimage.el (defezimage):
26130         * follow.el (follow-avoid-tail-recenter):
26131         * fringe.el (set-fringe-mode-1):
26132         * generic-x.el (bat-generic-mode-compile):
26133         * help-mode.el (help-info-variable, help-do-xref)
26134         (help-mode-revert-buffer):
26135         * help.el (view-emacs-todo):
26136         * iswitchb.el (iswitchb-completion-help):
26137         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26138         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26139         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26140         * locate.el (locate-update):
26141         * longlines.el (longlines-encode-region)
26142         (longlines-after-change-function):
26143         * outline.el (outline-isearch-open-invisible):
26144         * ps-def.el (declare-function, charset-dimension, char-width)
26145         (encode-char):
26146         * ps-mule.el (ps-mule-plot-string):
26147         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26148         (recentf-edit-list-select, recentf-edit-list-validate)
26149         (recentf-open-files-action):
26150         * rect.el (delete-whitespace-rectangle-line)
26151         (rectangle-number-line-callback):
26152         * register.el (window-configuration-to-register)
26153         (frame-configuration-to-register):
26154         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26155         * select.el (xselect-convert-to-string, xselect-convert-to-length)
26156         (xselect-convert-to-targets, xselect-convert-to-delete)
26157         (xselect-convert-to-filename, xselect-convert-to-charpos)
26158         (xselect-convert-to-lineno, xselect-convert-to-colno)
26159         (xselect-convert-to-os, xselect-convert-to-host)
26160         (xselect-convert-to-user, xselect-convert-to-class)
26161         (xselect-convert-to-name, xselect-convert-to-integer)
26162         (xselect-convert-to-atom, xselect-convert-to-identity):
26163         * subr.el (declare, ignore, process-kill-without-query)
26164         (text-clone-maintain):
26165         * terminal.el (te-get-char, te-tic-sentinel):
26166         * tool-bar.el (tool-bar-make-keymap):
26167         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26168         * type-break.el (type-break-mode, type-break-noninteractive-query):
26169         * view.el (View-back-to-mark):
26170         * wid-browse.el (widget-browse-action, widget-browse-widget)
26171         (widget-browse-widgets, widget-browse-sexp):
26172         * widget.el (define-widget-keywords):
26173         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26174         Mark unused parameters.
26176         * align.el (align-adjust-col-for-rule): Mark unused parameter.
26177         (align-areas): Remove unused variable `look'.
26178         (align-region): Remove unused variables `real-end' and `pos-list'.
26180         * apropos.el (apropos-score-doc): Remove unused variable `i'.
26182         * bindings.el (mode-line-modified, mode-line-remote):
26183         Mark unused parameters.
26184         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26186         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26187         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26189         * comint.el (comint-history-isearch-pop-state)
26190         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26191         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26192         (comint-substitute-in-file-name): Doc fix.
26194         * completion.el (cmpl-statistics-block): Mark unused parameter.
26195         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26196         (save-completions-to-file, load-completions-from-file):
26197         Remove unused local variable `e'.
26199         * composite.el (compose-chars): Remove unused variable `len'.
26200         (lgstring-insert-glyph): Remove unused variable `g'.
26201         (compose-glyph-string): Remove unused variables `ascent',
26202         `descent', `lbearing' and `rbearing'.
26203         (compose-glyph-string-relative): Remove unused variables
26204         `lbearing', `rbearing' and `wadjust'.
26205         (compose-gstring-for-graphic): Remove unused variables `header',
26206         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
26207         (compose-gstring-for-terminal): Remove unused variables `header'
26208         and `nchars'.  Use `let', not `let*'.
26210         * cus-edit.el (Custom-set, Custom-save, custom-reset)
26211         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26212         (Custom-buffer-done, custom-buffer-create-internal)
26213         (custom-browse-visibility-action, custom-browse-group-tag-action)
26214         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26215         (widget-magic-mouse-down-action, custom-toggle-parent)
26216         (custom-add-parent-links, custom-toggle-hide-variable)
26217         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26218         (custom-toggle-hide-face, face, hook, custom-group-link-action)
26219         (custom-face-menu-create, custom-variable-menu-create, get)
26220         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26221         (custom-reset-standard-save-and-update): Remove unused variable `value'.
26222         (customize-apropos): Remove unused variable `tests'.
26223         (custom-group-value-create): Remove unused variable `hidden-p'.
26224         (sort-fold-case): Declare.
26226         * cus-theme.el (custom-reset-standard-faces-list)
26227         (custom-reset-standard-variables-list): Declare.
26228         (customize-create-theme, custom-theme-revert, custom-theme-write)
26229         (custom-theme-choose-mode, customize-themes, custom-theme-save):
26230         Mark unused parameters.
26232         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26234         * delim-col.el (delimit-columns-max): Move defvar before first use.
26236         * descr-text.el (describe-char-categories): Don't quote `lambda'.
26237         (describe-char): Don't quote `lambda'.  Mark unused parameter.
26239         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26240         (auto-insert): Declare.
26241         (desktop-restore-file-buffer): Rename desktop-* parameters;
26242         mark unused ones.
26243         (desktop-create-buffer): Rename desktop-* parameters and bind them.
26244         (desktop-buffer): Rename desktop-* parameters.
26246         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26247         (dframe-reposition-frame-xemacs, dframe-help-echo)
26248         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26249         Mark unused parameters.
26251         * dired-aux.el (backup-extract-version-start, overwrite-query)
26252         (overwrite-backup-query, rename-regexp-query)
26253         (rename-non-directory-query): Declare.
26254         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26255         (dired-add-entry): Remove unused variable `orig-file-name'.
26256         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26257         Use parameter PRESERVE-TIME instead of accessing dynamic variable
26258         `dired-copy-preserve-time' directly.
26259         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26260         (dired-insert-subdir-newpos): Rename unused variable `pos'.
26262         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26263         (dired-virtual-revert, dired-make-relative-symlink):
26264         Mark unused parameters.
26265         (manual-program): Declare.
26266         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26267         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26268         wrapped in `with-no-warnings' to avoid replacing one warning by another.
26270         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26272         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26274         * echistory.el (electric-history-in-progress, Helper-return-blurb):
26275         Declare.
26277         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26279         * electric.el (Electric-command-loop): Rename parameter
26280         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26282         * expand.el (expand-in-literal): Remove unused variable `here'.
26284         * facemenu.el (facemenu-add-new-color):
26285         Remove unused variable `docstring'.
26287         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26288         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26289         (face-attr-construct): Mark unused parameter.  Doc fix.
26290         (read-color): Remove unused variable `hex-string'.
26292         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26293         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26294         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26295         (display-buffer-other-frame): Remove unused variable `old-window'.
26296         (kill-buffer-hook): Declare.
26297         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26298         Mark unused parameters.
26299         (after-find-file): Pass 1 to `auto-save-mode', not t.
26301         * files-x.el (auto-insert): Declare.
26302         (modify-file-local-variable-prop-line): Remove unused variable `val'.
26304         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26305         variable `buf'.  Mark unused parameter.
26306         (find-lisp-insert-directory): Mark unused parameter.
26308         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26309         (format-encode-region): Remove unused variables `cur-buf' and `result'.
26310         (format-common-tail): Remove, unused.
26311         (format-deannotate-region): Remove unused variable `loc'.
26312         (format-annotate-region): Remove unused variable `p'.
26313         (format-annotate-single-property-change): Remove unused variables
26314         `default' and `tail'.
26316         * forms.el (read-file-filter): Declare.
26317         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26319         * frame.el (frame-creation-function-alist): Mark unused parameter.
26320         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26322         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26323         Remove unused parameters.
26324         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26325         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26327         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26328         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26329         (hfy-prepare-tag-map): Mark unused parameters.
26330         (htmlfontify-buffer): Use `called-interactively-p'.
26332         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26333         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26334         (ibuffer-do-occur): Mark unused parameters.
26335         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26336         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26338         * ibuffer.el: Don't quote `lambda'.
26339         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26340         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26341         Mark unused parameters.
26343         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26344         (ido-completing-read): Mark unused parameters.
26345         (ido-copy-current-word): Mark unused parameters;
26346         remove unused variable `name'.
26347         (ido-sort-merged-list): Remove unused parameter `dirs'.
26349         * ielm.el (ielm-input-sender): Mark unused parameter.
26350         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26351         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26352         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26353         `ielm-string' as a dynamic variable accessible from the IELM prompt.
26354         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
26356         * image-dired.el (image-dired-display-thumbs): Remove unused
26357         variables `curr-file' and `count'.
26358         (image-dired-remove-tag): Remove unused variable `start'.
26359         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26360         variable `curr-file'
26361         (image-dired-rotate-original): Remove unused variable `temp-file'.
26362         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26363         Remove unused variable `file'.
26364         (image-dired-gallery-generate): Remove unused variable `curr'.
26365         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26367         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26369         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26371         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26373         * isearch.el (minibuffer-history-symbol): Declare.
26374         (isearch-edit-string): Remove unused variable `err'.
26375         (isearch-message-prefix, isearch-message-suffix):
26376         Mark unused parameters.
26378         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26380         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26382         * makesum.el (double-column): Remove unused variable `cnt'.
26384         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26385         (ido-ignore-item-temp-list): Declare.
26387         * mouse-drag.el (mouse-drag-throw): Remove unused variables
26388         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26389         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26390         (mouse-drag-drag): Remove unused variables `mouse-delta' and
26391         `mouse-col-delta'.
26393         * mouse-sel.el (mouse-extend-internal):
26394         Remove unused variable `orig-window-frame'.
26396         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26397         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26398         Move declarations before first use.
26399         (pcomplete-opt): Mark unused parameters; doc fix.
26401         * proced.el (proced-revert): Mark unused parameter.
26402         (proced-send-signal): Remove unused variable `err'.
26404         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26405         Rename parameter PREFIX-ARG to ARG.
26406         (ps-basic-plot-string, ps-basic-plot-whitespace):
26407         Mark unused parameters.
26409         * replace.el (replace-count): Define.
26410         (occur-revert-function): Mark unused parameters.
26411         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26412         (isearch-case-fold-search, isearch-string): Declare.
26413         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26414         bind `case-fold-search'.  Remove unused variables `beg' and `end',
26415         and simplify.
26416         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26417         COUNT and bind `replace-count'.
26418         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26419         to COUNT.
26421         * savehist.el (print-readably, print-string-length): Declare.
26423         * shadowfile.el (shadow-expand-cluster-in-file-name):
26424         Remove unused variable `cluster'.
26425         (shadow-copy-file): Remove unused variable `i'.
26426         (shadow-noquery, shadow-clusters, shadow-site-cluster)
26427         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26428         (shadow-define-literal-group, shadow-define-regexp-group)
26429         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26431         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26432         (shell): Use `called-interactively-p'.
26433         (shell-directory-tracker): Remove unused variable `chdir-failure'.
26435         * simple.el (compilation-context-lines, comint-file-name-quote-list)
26436         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26437         (delete-backward-char): Remove unused variable `ocol'.
26438         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26439         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26440         (event-apply-hyper-modifier, event-apply-shift-modifier)
26441         (event-apply-control-modifier, event-apply-meta-modifier):
26442         Mark unused parameters.
26443         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26444         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26446         * speedbar.el (speedbar-ignored-directory-expressions)
26447         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26448         (speedbar-find-file, speedbar-dir-follow)
26449         (speedbar-directory-buttons-follow, speedbar-tag-find)
26450         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26451         (speedbar-buffers-line-directory, speedbar-buffer-click):
26452         Mark unused parameters.
26453         (speedbar-tag-file): Remove unused variable `mode'.
26454         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26456         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26458         * talk.el (talk): Remove unused variable `display'.
26460         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26461         (tar-write-region-annotate): Mark unused parameter.
26463         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26464         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26465         Declare them, wrapped in `with-no-warnings' to avoid replacing one
26466         warning by another.
26468         * time-stamp.el (time-stamp-string-preprocess):
26469         Remove unused variable `require-padding'.
26471         * tree-widget.el (widget-glyph-enable): Declare.
26472         (tree-widget-action): Mark unused parameter.
26474         * w32-fns.el (x-get-selection): Mark unused parameter.
26475         (autoload-make-program, generated-autoload-file): Declare.
26477         * wdired.el (wdired-revert): Mark unused parameters.
26478         (wdired-xcase-word): Remove unused variable `err'.
26480         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26481         (whitespace-help-scroll): Remove unused variable `data-help'.
26483         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26484         (widget-image-insert, widget-after-change, default)
26485         (widget-default-format-handler, widget-default-notify)
26486         (widget-default-prompt-value, widget-info-link-action)
26487         (widget-url-link-action, widget-function-link-action)
26488         (widget-variable-link-action, widget-file-link-action)
26489         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26490         (widget-field-prompt-internal, widget-field-action, widget-field-match)
26491         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26492         (widget-insert-button-action, widget-delete-button-action, visibility)
26493         (widget-documentation-link-action, widget-documentation-string-action)
26494         (widget-const-prompt-value, widget-regexp-match, symbol)
26495         (widget-coding-system-prompt-value)
26496         (widget-key-sequence-value-to-external, sexp)
26497         (widget-sexp-value-to-internal, character, vector, cons)
26498         (widget-choice-prompt-value, widget-boolean-prompt-value)
26499         (widget-color--choose-action): Mark unused parameters.
26500         (widget-item-match-inline, widget-choice-match-inline)
26501         (widget-checklist-match, widget-checklist-match-inline)
26502         (widget-group-match): Rename parameter VALUES to VALS.
26503         (widget-field-value-set): Remove unused variable `size'.
26504         (widget-color-action): Remove unused variables `value' and `start'.
26506         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26507         variable `dir'.  Doc fix.
26508         (windmove-find-other-window): Don't pass it.
26510         * window.el (count-windows): Mark unused parameter.
26511         (bw-adjust-window): Remove unused variable `err'.
26513         * woman.el (woman-file-name): Remove unused variable `default'.
26514         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26515         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26516         (global-font-lock-mode): Declare.
26517         (woman-decode-region): Mark unused parameter.
26518         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26520         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26521         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26522         (x-dnd-handle-moz-url): Remove unused variable `title'.
26523         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26525         * xml.el (xml-parse-tag, xml-parse-attlist):
26526         Remove unused variable `pos'.
26528 2011-04-19  Glenn Morris  <rgm@gnu.org>
26530         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26531         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26532         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26533         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26534         * calendar/cal-html.el (cal-html-insert-minical):
26535         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26536         (calendar-mark-date-pattern):
26537         Prefix "unused" locals.
26539         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26540         optional argument `style'.
26542         * calendar/appt.el (appt-make-list):
26543         * calendar/cal-china.el (calendar-chinese-date-string):
26544         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26545         (diary-hebrew-yahrzeit):
26546         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26547         * calendar/calendar.el (calendar-generate-window):
26548         * calendar/time-date.el (time-to-days):
26549         Remove unused local variables.
26551 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
26553         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26554         glyphless-char-display table.
26555         (tabulated-list-glyphless-char-display): New var.
26557 2011-04-18  Sam Steingold  <sds@gnu.org>
26559         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26560         to acknowledgments.
26562 2011-04-17  Glenn Morris  <rgm@gnu.org>
26564         * calendar/diary-lib.el (diary-sexp-entry):
26565         * calendar/holidays.el (holiday-sexp):
26566         Set debug-on-error rather than the removed stack-trace-on-error.
26568 2011-04-16  Glenn Morris  <rgm@gnu.org>
26570         * progmodes/f90.el: Use lexical-binding.
26571         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26573 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26575         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26576         (mail-mode): Setup mailalias completion here instead.
26577         * mail/mailalias.el: Use lexical-binding.
26578         (pattern, mailalias-done): Declare dynamic.
26579         (mail-completion-at-point-function): New function, from mail-complete.
26580         (mail-complete): Use it.
26581         (mail-completion-expand): New function.
26582         (mail-get-names): Use it.
26583         (mail-directory, mail-directory-process, mail-directory-stream):
26584         Don't use `pattern' for lexically bound arg.
26586         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26588         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26589         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26590         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26592         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26593         (byte-save-window-excursion, byte-temp-output-buffer-setup)
26594         (byte-interactive-p): Define them again, for use when inlining
26595         old code.
26597 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
26599         * loadup.el: Use `string-to-number', not `string-to-int'.
26601 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26603         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26604         gud-gdb-complete-command.
26605         (gud-gdb-completions): New function, from gud-gdb-complete-command.
26606         (gud-gdb-completion-at-point): New function.
26607         (gud-gdb-completions): Remove.
26609 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
26611         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26612         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
26613         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26614         whether `executable-find' is bound.
26616         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26618 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26620         * minibuffer.el (completion-in-region-mode-predicate)
26621         (completion-in-region-mode--predicate): New vars.
26622         (completion-in-region, completion-in-region--postch)
26623         (completion-in-region-mode): Use them.
26624         (completion--capf-wrapper): Also return the hook function.
26625         (completion-at-point, completion-help-at-point):
26626         Adjust and provide a predicate.
26628         Preserve arg names for advice of subr and lexical functions (bug#8457).
26629         * help-fns.el (help-function-arglist): Consolidate the subr and
26630         new-byte-code cases.  Add argument `preserve-names' to extract names
26631         from the docstring when needed.
26632         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26633         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26634         (ad-arglist): Use help-function-arglist's new arg.
26635         (ad-definition-type): Use cond.
26637 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
26639         * autorevert.el (auto-revert-handler):
26640         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26641         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26642         Don't quote lambda.
26644         * image-mode.el (image-transform-set-scale):
26645         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26647 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26649         * net/network-stream.el (network-stream-open-starttls): Only do
26650         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26651         Upgrades via gnutls-cli are too slow to be done opportunistically.
26653 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
26655         * dframe.el (dframe-current-frame): Remove spurious quote.
26657 2011-04-12  Glenn Morris  <rgm@gnu.org>
26659         * calendar/cal-tex.el (cal-tex-end-document):
26660         Try to automatically use latin1 input if needed.
26662         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26663         Don't try to cons a mark onto an empty element.
26665 2011-04-11  Leo Liu  <sdl.web@gmail.com>
26667         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26668         buffers.
26669         (ido-kill-buffer-at-head): Support killing virtual buffers.
26671 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
26673         * minibuffer.el (completion-show-inline-help): New var.
26674         (completion--do-completion, minibuffer-complete)
26675         (minibuffer-force-complete, minibuffer-complete-word):
26676         Inhibit minibuffer messages if completion-show-inline-help is nil.
26678         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26679         to avoid interference from inline help (Bug#5849).
26681 2011-04-10  Leo Liu  <sdl.web@gmail.com>
26683         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26684         Fix typo.
26686 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
26688         * image-mode.el (image-toggle-display-image): Signal an error if
26689         not in Image mode.
26690         (image-transform-mode, image-transform-resize)
26691         (image-transform-set-rotation): Doc fix.
26692         (image-transform-set-resize): Delete.
26693         (image-transform-set-scale, image-transform-fit-to-height)
26694         (image-transform-fit-to-width): Handle image-toggle-display-image
26695         and image-transform-resize directly.
26697 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
26699         * doc-view.el (doc-view-fit-width-to-window)
26700         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26701         New functions for fitting the shown image to the Emacs window size.
26702         (doc-view-mode-map): Add bindings for the new functions.
26704 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
26706         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26707         Fix typo in docstring.
26709 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26711         * files.el (file-size-human-readable): Produce one digit after
26712         decimal, like "ls -lh" does.
26714         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26715         the file size representation.
26717         * simple.el (list-processes): If async subprocesses are not
26718         available, error out with a clear error message.
26720 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
26722         * help.el (help-form-show): New function, to be called from C.
26723         Put help-form output in a buffer named differently than *Help*.
26725 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26727         * files.el (file-size-human-readable): New function.
26729         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26730         computing the representation inline.  Don't require `cl'.
26732 2011-04-08  Glenn Morris  <rgm@gnu.org>
26734         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26736         * net/browse-url.el (browse-url-firefox):
26737         Test system-type, not system-configuration.
26739         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26740         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26741         Use log-edit-empty-buffer-p.  (Bug#7598)
26743         * net/rlogin.el (rlogin-process-connection-type): Simplify.
26744         (rlogin-mode-map): Initialize in the defvar.
26745         (rlogin): Use ignore-errors.
26747         * replace.el (occur-mode-map): Some fixes for menu items.
26749 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
26751         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
26753 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26755         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26756         issuing unused warnings.
26758         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26759         macro directly.
26761         * simple.el: Lisp reimplement of list-processes.  Based on an
26762         earlier reimplementation by Leo Liu, but using tabulated-list.el.
26763         (process-menu-mode): New major mode.
26764         (list-processes--refresh, list-processes):
26765         (process-menu-visit-buffer): New functions.
26767         * files.el (save-buffers-kill-emacs): Don't assume any return
26768         value of list-processes, which is undocumented anyway.
26770 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26772         * emacs-lisp/tabulated-list.el: New file.
26774         * emacs-lisp/package.el: Use Tabulated List mode.
26775         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26776         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
26777         table format using Tabulated List mode variables.
26778         (package--push): New macro, replacing package-list-maybe-add.
26779         (package-menu--generate): Use package--push.  Renamed from
26780         package--generate-package-list.
26781         (package-menu-refresh, list-packages): Use it.
26782         (package-menu--print-info): Rename from package-print-package.
26783         Return insertion data instead of inserting it directly.
26784         (package-menu-describe-package, package-menu-execute):
26785         Use tabulated-list-get-id.
26786         (package-menu-mark-delete, package-menu-mark-install)
26787         (package-menu-mark-unmark, package-menu-backup-unmark)
26788         (package-menu-mark-obsolete-for-deletion):
26789         Use tabulated-list-put-tag.
26790         (package--list-packages, package-menu-revert)
26791         (package-menu-get-package, package-menu-get-version)
26792         (package-menu-sort-by-column): Functions deleted.
26793         (package-menu-package-list, package-menu-sort-key): Vars deleted.
26794         (package-menu--status-predicate, package-menu--version-predicate)
26795         (package-menu--name-predicate)
26796         (package-menu--description-predicate): Handle arguments in the
26797         Tabulated List format.
26798         (package-list-packages-no-fetch): Call list-packages.
26800 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
26802         * files.el (after-find-file-from-revert-buffer): Remove variable.
26803         (after-find-file): Don't bind it.
26804         (revert-buffer-in-progress-p): New variable.
26805         (revert-buffer): Bind it.
26806         Pass nil for `after-find-file-from-revert-buffer'.
26808         * saveplace.el (save-place-find-file-hook): Use new variable
26809         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26811 2011-04-06  Glenn Morris  <rgm@gnu.org>
26813         * Makefile.in (AUTOGEN_VCS): New variable.
26814         (autoloads): Use $AUTOGEN_VCS.
26816         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26817         * calendar/calendar.el (calendar-mode-map):
26818         Check for toolkit scroll bars.  (Bug#8305)
26820 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26822         * minibuffer.el (completion-in-region--postch)
26823         (completion-in-region-mode): Remove unnecessary messages.
26825 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
26827         * font-lock.el (font-lock-refresh-defaults):
26828         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26829         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26831         * info.el (Info-directory-list, Info-read-node-name-2)
26832         (Info-split-parameter-string): Doc fixes.
26833         (Info-virtual-nodes): Reflow docstring.
26834         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26835         (Info-apropos-toc-nodes, info-finder, Info-get-token)
26836         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26837         Fix typos in docstrings.
26838         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26839         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26840         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26841         (Info-restore-desktop-buffer): Mark unused parameters.
26842         (Info-directory-find-file, Info-directory-find-node)
26843         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26844         (Info-virtual-index-find-node, Info-apropos-find-file)
26845         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26846         Mark unused parameters; fix typos in docstrings.
26847         (Info-virtual-index): Remove unused local variable `nodename'.
26849 2011-04-05  Deniz Dogan  <deniz@dogan.se>
26851         * net/rcirc.el: Update my e-mail address.
26852         (rcirc-mode-map): Remove M-o binding.
26854 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26856         * startup.el (command-line): Save the cursor's theme-face
26857         directly, instead of using face-override-spec.
26859         * custom.el (load-theme): Minor optimization in assigning faces.
26861 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26863         * help-fns.el (describe-variable): Complete all variables having
26864         documentation, including keywords.
26865         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26867 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26869         Convert to lexical-binding.
26871         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26872         (bs--get-marked-string, bs--get-modified-string)
26873         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26874         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26875         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26877         * ehelp.el (electric-help-execute-extended)
26878         (electric-help-ctrl-x-prefix):
26879         * hexl.el (hexl-revert-buffer-function):
26880         * linum.el (linum-after-change, linum-after-scroll):
26881         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26883         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26885 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
26887         * epa-dired.el:
26888         * epa-mail.el:
26889         * epa-hook.el:
26890         * epa-file.el:
26891         * epa.el:
26892         * epg.el: Use lexical binding.
26894 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
26896         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26898         * textmodes/flyspell.el (flyspell-word): Recognize default
26899         dictionary case for flyspell-mark-duplications-exceptions.
26900         Use regexp matching for languages.
26901         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26902         default dictionary (Bug#7926).
26904 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
26906         * emacs-lisp/package.el (package--with-work-buffer):
26907         Recognize https URLs.
26909         * net/network-stream.el: Move from gnus/proto-stream.el.
26910         Change prefix to network-stream throughout.
26911         (open-protocol-stream): Merge into open-network-stream, leaving
26912         open-protocol-stream as an alias.  Handle nil BUFFER args.
26914         * subr.el (open-network-stream): Move to net/network-stream.el.
26916 2011-04-02  Glenn Morris  <rgm@gnu.org>
26918         * find-dired.el (find-exec-terminator): New option.
26919         (find-ls-option): Test for -ls support.
26920         (find-ls-subdir-switches): Test for -b in find-ls-option.
26921         (find-dired, find-grep-dired): Doc fixes.
26922         (find-dired): Use find-exec-terminator.
26924         * find-dired.el (find-ls-option, find-ls-subdir-switches)
26925         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26926         (find-name-arg): Remove purecopy.
26928         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26929         (grep-compute-defaults): Check for `-exec COMMAND +' support.
26930         Set grep-find-use-xargs, grep-find-command, and grep-find-template
26931         accordingly.  Don't add the null-device if not needed.
26933         * files.el (save-some-buffers): Doc fix.
26935 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
26937         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26939 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
26941         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26942         Use `dolist' rather than `mapcar'.
26944 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26946         Add lexical binding.
26948         * subr.el (apply-partially): Use new closures rather than CL.
26949         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26950         (dolist, dotimes): Use slightly different expansion for lexical code.
26951         (functionp): Move to C.
26952         (letrec): New macro.
26953         (with-wrapper-hook): Use it and apply-partially instead of CL.
26954         (eval-after-load): Preserve lexical-binding.
26955         (save-window-excursion, with-output-to-temp-buffer): Turn them
26956         into macros.
26958         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26960         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26961         than the arglist.
26962         (help-add-fundoc-usage): Don't add `Not documented'.
26963         (help-function-arglist): Handle closures, subroutines, and new
26964         byte-code-functions.
26965         (help-make-usage): Remove leading underscores.
26966         (describe-function-1): Handle closures.
26967         (describe-variable): Use special-variable-p for completion.
26969         * files.el (lexical-binding): Declare safe.
26971         * emacs-lisp/pcase.el: Don't use destructuring-bind.
26972         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
26973         (pcase): Add `let' pattern.
26974         Change memoization so it actually works.
26975         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26976         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26977         <let>: New case.
26979         * emacs-lisp/macroexp.el: Use lexical binding.
26980         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
26981         Don't convert ' to #' without checking that it's indeed quoting
26982         a lambda.
26984         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26985         Use eval-sexp-add-defvars.
26986         (eval-sexp-add-defvars): New fun.
26988         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26990         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26991         Don't autoload.
26992         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26993         than the internal `byte-compile-lambda'.
26994         (defmethod): Don't hide code under quotes.
26995         (eieio-defmethod): New `code' argument.
26997         * emacs-lisp/eieio-comp.el: Remove.
26999         * emacs-lisp/edebug.el (edebug-eval-defun)
27000         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27001         (edebug-toggle): Avoid `eval'.
27003         * emacs-lisp/disass.el (disassemble-internal): Handle new
27004         `closure' objects.
27005         (disassemble-1): Handle new byte codes.
27007         * emacs-lisp/cl.el (pushnew): Silence warning.
27009         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27010         (cl-byte-compile-throw): Remove.
27011         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27013         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27014         closures.
27016         * emacs-lisp/cconv.el: New file.
27018         * emacs-lisp/bytecomp.el: Use lexical binding instead of
27019         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
27020         (byte-compile-initial-macro-environment):
27021         Handle declare-function here.
27022         (byte-compile--lexical-environment): New var.
27023         (byte-stack-ref, byte-stack-set, byte-discardN)
27024         (byte-discardN-preserve-tos): New lap codes.
27025         (byte-interactive-p): Don't use any more.
27026         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27027         New macros.
27028         (byte-compile-lapcode): Use them and handle new lap codes.
27029         (byte-compile-obsolete): Remove.
27030         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27031         (byte-compile-arglist-warn): Check late def of inlinable funs.
27032         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27033         since they should have been expanded by now.
27034         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27035         (byte-compile-from-buffer): Remove unused second arg.
27036         (byte-compile-preprocess): New function.
27037         (byte-compile-toplevel-file-form): New function to distinguish
27038         file-form calls from outside from file-form calls from hunk-handlers.
27039         (byte-compile-file-form): Simplify.
27040         (byte-compile-file-form-defsubst): Remove.
27041         (byte-compile-file-form-defmumble): Simplify now that
27042         byte-compile-lambda always returns a byte-code-function.
27043         (byte-compile): Preprocess.
27044         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27045         Remove, not used any more.
27046         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27047         (byte-compile-make-args-desc): New funs.
27048         (byte-compile-lambda): Handle lexical functions.  Always return
27049         a byte-code-function.
27050         (byte-compile-reserved-constants): New var, to make up room for
27051         closed-over variables.
27052         (byte-compile-constants-vector): Obey it.
27053         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27054         (byte-compile-macroexpand-declare-function): New function.
27055         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27056         byte-code-functions.
27057         (byte-compile-form): Check obsolescence here.
27058         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27059         (byte-compile-variable-ref): Remove.
27060         (byte-compile-dynamic-variable-op): New fun.
27061         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27062         (byte-compile-variable-set): New funs.
27063         (byte-compile-discard): Add 2 args.
27064         (byte-compile-stack-ref, byte-compile-stack-set)
27065         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27066         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27067         macroexpand-all instead.
27068         (byte-compile-quote-form): Remove.
27069         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27070         (byte-compile-bind, byte-compile-unbind): New funs.
27071         (byte-compile-let): Handle let* and lexical binding.
27072         (byte-compile-let*): Remove.
27073         (byte-compile-catch, byte-compile-unwind-protect)
27074         (byte-compile-track-mouse, byte-compile-condition-case):
27075         Handle a new :fun-body form, used for lexical scoping.
27076         (byte-compile-save-window-excursion)
27077         (byte-compile-with-output-to-temp-buffer): Remove.
27078         (byte-compile-defun): Simplify.
27079         (byte-compile-stack-adjustment): New fun.
27080         (byte-compile-out): Use it.
27081         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27083         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27084         handler any more.
27086         * emacs-lisp/byte-opt.el: Use lexical binding.
27087         (byte-inline-lapcode): Remove (to bytecomp).
27088         (byte-compile-inline-expand): Pay attention to inlining to/from
27089         lexically bound code.
27090         (byte-compile-unfold-lambda): Don't handle byte-code-functions
27091         any more.
27092         (byte-optimize-form-code-walker): Don't handle save-window-excursion
27093         any more and don't call compiler-macros.
27094         (byte-compile-splice-in-already-compiled-code): Remove.
27095         (byte-code): Don't inline any more.
27096         (disassemble-offset): Receive `bytes' as argument rather than via
27097         dynamic scoping.
27098         (byte-compile-tag-number): Declare before first use.
27099         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27100         `return' even if make-spliceable.
27101         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27102         obsolete interactive-p.
27103         (byte-optimize-lapcode): Optimize new lap-codes.
27104         Don't trip up on new form of `byte-constant' lap code.
27106         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27108         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27110         * custom.el (custom-initialize-default, custom-declare-variable):
27111         Use `defvar'.
27113         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27114         New variables.
27115         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27116         (COMPILE_FIRST): Add macroexp and cconv.
27117         * makefile.w32-in: Mirror changes in Makefile.in.
27119         * vc/cvs-status.el:
27120         * vc/diff-mode.el:
27121         * vc/log-edit.el:
27122         * vc/log-view.el:
27123         * vc/smerge-mode.el:
27124         * textmodes/bibtex-style.el:
27125         * textmodes/css-mode.el:
27126         * startup.el:
27127         * uniquify.el:
27128         * minibuffer.el:
27129         * newcomment.el:
27130         * reveal.el:
27131         * server.el:
27132         * mpc.el:
27133         * emacs-lisp/smie.el:
27134         * doc-view.el:
27135         * dired.el:
27136         * abbrev.el: Use lexical binding.
27138 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
27140         * info.el (info-display-manual): New function.
27142 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27144         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27146 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
27148         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27149         an entry for that server in rcirc-authinfo.  (Bug#8385)
27151 2011-03-31  Glenn Morris  <rgm@gnu.org>
27153         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27155         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27157 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
27159         * progmodes/python.el (python-default-interpreter)
27160         (python-python-command-args, python-jython-command-args)
27161         (python-which-shell, python-which-args, python-which-bufname)
27162         (python-file-queue, python-comint-output-filter-function)
27163         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27164         variables and functions.
27166 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27168         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27169         (completion-in-region-mode): New minor mode.
27170         (completion-in-region): Use it.
27171         (completion-in-region--data, completion-in-region-mode-map): New vars.
27172         (completion-in-region--postch): New function.
27173         (completion--capf-misbehave-funs, completion--capf-safe-funs):
27174         New vars.
27175         (completion--capf-wrapper): New function.
27176         (completion-at-point): Use it to track well-behavedness of
27177         hook functions.
27178         (completion-help-at-point): New command.
27180 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
27182         * vc/add-log.el (add-change-log-entry): Don't use whitespace
27183         syntax class to search for whitespace on a single line
27184         (Message-ID: <4D938140.4030905@redhat.com>).
27186 2011-03-30  Leo Liu  <sdl.web@gmail.com>
27188         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27189         New commands.
27190         (edit-abbrevs-map): Bind them here.
27191         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
27193 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
27195         * allout.el (allout-hide-by-annotation, allout-flag-region):
27196         Reduce possibility of overlay leakage by making them volatile.
27198         * allout-widgets.el (allout-widgets-tally): Define as nil so the
27199         hash is not shared between buffers.  Mode initialization is
27200         responsible for giving it a useful starting value.
27201         (allout-item-span): Reduce possibility of overlay leakage by
27202         making them volatile.
27203         (allout-widgets-count-buttons-in-region): Add diagnostic function
27204         for tracking down button overlay leaks.
27206 2011-03-29  Leo Liu  <sdl.web@gmail.com>
27208         * ido.el (ido-read-internal): Use the default history var
27209         minibuffer-history if no HISTORY is specified.
27211 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
27213         * net/imap.el (imap-shell-open, imap-process-connection-type):
27214         Use imap-process-connection-type for 'shell' streams as well as
27215         Kerberos, SSL, other subprocesses.
27217 2011-03-28  Leo Liu  <sdl.web@gmail.com>
27219         * abbrev.el (abbrev-table-empty-p): New function.
27220         (prepare-abbrev-list-buffer): Place empty abbrev tables after
27221         nonempty ones.  (Bug#5937)
27223 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
27225         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27227 2011-03-27  Leo Liu  <sdl.web@gmail.com>
27229         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27230         for foreground and background colors.
27231         (ansi-color-make-color-map): Adapt.
27233 2011-03-25  Leo Liu  <sdl.web@gmail.com>
27235         * midnight.el (midnight-time-float): Remove.  Note it calculates
27236         the microsecond component incorrectly and seconds-to-time does the
27237         same job.
27238         Remove redundant (require 'timer).
27240         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27241         (ido-completions): Remove unused arguments.  (Bug#8329)
27243 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27245         * minibuffer.el (completion--flush-all-sorted-completions):
27246         Remove itself from hook.
27247         (completion-at-point): Let the functions perform the completion
27248         immediately and return nil or t.
27249         * comint.el (comint-dynamic-complete-functions): Now identical to
27250         completion-at-point-functions.
27251         (comint-dynamic-list-input-ring): Remove unused var `index'.
27252         (comint--match-partial-filename, comint--unquote&expand-filename):
27253         New funs, split from comint-match-partial-filename.
27254         (comint-dynamic-complete): Use completion-at-point.
27255         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27257 2011-03-24  Drew Adams  <drew.adams@oracle.com>
27259         * thingatpt.el: Support `defun'.
27261 2011-03-23  Leo Liu  <sdl.web@gmail.com>
27263         * abbrevlist.el: Move to obsolete/abbrevlist.el.
27265         * help-mode.el (help-mode-finish): Tweak regexp.
27267 2011-03-23  Glenn Morris  <rgm@gnu.org>
27269         * eshell/esh-opt.el (eshell-eval-using-options):
27270         Do not bind unused local variable `eshell-option-stub'.
27272         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27274 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27276         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27277         keymap variable in `with-no-warnings' to avoid a warning when the
27278         keymap has been already `defconst'ed.
27280 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27282         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27283         encode all chars in abbrevs; otherwise use emacs-mule or
27284         utf-8-emacs.  (Bug#8308)
27286 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27288         * simple.el (backward-delete-char-untabify):
27289         Avoid warning about using `delete-backward-char'.
27291         * image.el (image-type-file-name-regexps): Make it variable.
27292         `imagemagick-register-types' modifies it, and the user may want
27293         to add new extensions for known image types.
27294         (imagemagick-register-types): Throw error if not using ImageMagick.
27296 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27298         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27299         located before rcirc-prompt-end-marker.
27300         (rcirc-complete): Error if point is not after rcirc prompt.
27301         Handle the case when table is nil.
27302         (rcirc-user-authenticated): Define to fix compiler warning.
27304 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
27306         * custom.el (custom--inhibit-theme-enable): Make it affect only
27307         custom-theme-set-variables and custom-theme-set-faces.
27308         (provide-theme): Ignore custom--inhibit-theme-enable.
27309         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27310         (custom-enabling-themes): Delete variable.
27311         (enable-theme): Accept only loaded themes as arguments.
27312         Ignore the special custom-enabled-themes variable.
27313         (custom-enabled-themes): Forbid themes from setting this.
27314         Eliminate use of custom-enabling-themes.
27315         (custom-push-theme): Quote "changed" custom var entry.
27317 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27319         * ido.el (ido-read-internal): Add ido-selected to history instead
27320         of user input.
27322 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27324         * subr.el (deferred-action-list, deferred-action-function):
27325         Mark obsolete.
27327 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27329         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27330         change on 2011-02-13 (bug#8309).
27332         * minibuffer.el (read-file-name-function): Change default value.
27333         (read-file-name--defaults): Rename from read-file-name-defaults.
27334         (read-file-name-default): Rename from read-file-name.
27335         (read-file-name): Call read-file-name-function.
27337 2011-03-21  Glenn Morris  <rgm@gnu.org>
27339         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27340         Doc fixes.
27342 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
27344         * cus-theme.el: Add missing provide statement.
27345         (customize-create-theme): Extract theme value correctly.
27346         (custom-theme-visit-theme): Autoload.
27347         (customize-create-theme): Prompt before inserting default faces.
27349 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
27351         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27352         units and musical notes.
27354 2011-03-20  Leo Liu  <sdl.web@gmail.com>
27356         * ido.el (ido-read-internal): Use completing-read-default.
27357         (ido-completing-read): Fix compatibility with completing-read.
27359 2011-03-20  Christian Ohler  <ohler@gnu.org>
27361         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27362         (ert-delete-all-tests): Use `called-interactively-p' rather than
27363         `interactive-p'.
27364         (ert--make-xrefs-region): Respect END.
27366 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27368         * dired-aux.el (dired-create-directory): Signal an error if the
27369         directory already exists (Bug#8246).
27371         * facemenu.el (list-colors-display): Call list-faces-display
27372         inside with-help-window.
27373         (list-colors-print): Use display property to align the final
27374         column, instead of checking window-width.
27376 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
27378         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27379         windows-nt systems.
27380         (emerge-protect-metachars): Quote correctly for ms-dos and
27381         windows-nt systems.
27383 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
27385         * info.el (info-initialize): Replace all uses of `:' with
27386         path-separator for compatibility with non-Unix systems.
27387         Cache quoting of path-separator.  (Bug#8258)
27389 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
27391         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27392         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27393         (mouse-avoidance-mode): Fix typos in docstrings.
27395 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27397         * startup.el (package-subdirectory-regexp): Move from package.el.
27398         Omit \\` and \\', and let callers add them.
27400         * emacs-lisp/package.el (package-strip-version)
27401         (package-load-all-descriptors): Add \\` and \\' to
27402         package-subdirectory-regexp before using it.
27403         (package-untar-buffer): New arg DIR; ensure that file untars only
27404         into this expected directory.  Remove superfluous delete-region.
27405         (package-unpack): Caller changed.
27406         (package-tar-file-info): Use package-subdirectory-regexp.
27408 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27410         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27411         diff-mode-shared-map (bug#8284).
27412         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27414 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27416         * calendar/time-date.el (format-seconds): Use assoc instead of
27417         assoc-string, since assoc-string doesn't exist in XEmacs.
27419 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
27421         * custom.el (custom-known-themes): Reflow docstring.
27422         (custom-theme-load-path): Fix typo in docstring.
27423         (load-theme): Fix typo in error message.
27424         (custom-available-themes, custom-variable-theme-value):
27425         Use `let', not `let*'.
27427 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
27429         * calc/README: Mention inclusion of musical notes.
27431         * calc/calc-units.el (calc-lu-quant): Rename from
27432         `calc-logunits-quantity'.
27433         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27434         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27435         (calc-db): Rename from `calc-dblevel'.
27436         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27437         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27438         (calc-np): Rename from `calc-nplevel'.
27439         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27440         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27441         (calc-lu-plus): Rename from `calc-logunits-add'.
27442         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27443         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27444         (calc-lu-minus): Rename from `calc-logunits-sub'.
27445         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27446         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27447         (calc-lu-times): Rename from `calc-logunits-mul'.
27448         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27449         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27450         (calc-lu-divide): Rename from `calc-logunits-div'.
27451         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27452         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27454         * calc/calc-ext.el (calc-init-extensions): Update the names of the
27455         functions being autoloaded.
27457         * calc/calc.el (calc-lu-power-reference): Rename from
27458         `calc-logunits-power-reference'.
27459         (calc-lu-field-reference): Rename from
27460         `calc-logunits-field-reference'.
27462         * calc/calc-help.el (calc-l-prefix-help):
27463         Mention musical note functions.
27465 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27467         * minibuffer.el (completion-all-sorted-completions):
27468         Use :completion-cycle-penalty text property if present.
27470 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
27472         * allout.el (allout-yank-processing): Adjust for new rebulleting
27473         regime so bullet being yanked is used without prompting the user
27474         for a choice.
27476 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27478         * startup.el (command-line): Warn the user that _emacs is deprecated.
27480 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27482         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27483         (delphi-verbose, delphi-comment-face, delphi-string-face)
27484         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27485         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27486         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27487         (delphi-new-comment-line, delphi-font-lock-defaults)
27488         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27489         Fix typos in docstrings.
27491 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
27493         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27494         Invert the roles of character and string values for INSTEAD, so a
27495         string is used for the more common case of a defaulting prompt.
27497 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27499         * progmodes/ruby-mode.el (ruby-backward-sexp):
27500         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27501         * play/gamegrid.el (gamegrid-make-face):
27502         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27503         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27504         * notifications.el (notifications-notify):
27505         * net/xesam.el (xesam-search-engines):
27506         * net/quickurl.el (quickurl-list-insert):
27507         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27509 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
27511         * startup.el (command-line): Update package subdirectory regexp.
27513 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27515         * allout.el (allout-abbreviate-flattened-numbering)
27516         (allout-mode-deactivate-hook): Fix up obsolescence "date".
27518         * subr.el (read-char-choice): Only show the cursor after the prompt,
27519         not after the answer.
27521 2011-03-15  Kevin Ryde  <user42@zip.com.au>
27523         * help-fns.el (variable-at-point): Skip leading quotes, if any
27524         (bug#8253).
27526 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27528         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27529         warning message.
27531 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
27533         * shell.el (shell): When called interactively, offer to change the
27534         shell file name on remote hosts.
27536 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
27538         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27539         integration for LDAP parameters.  The host, base, user or binddn,
27540         and secret tokens can be specified in a netrc file, for instance.
27541         This is optional because an `auth-source' parameter must be
27542         specified in the search attributes.
27544 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
27546         * help.el (describe-mode): Link to the mode's definition (bug#8185).
27548 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27550         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27551         into declaration.  Remove redundant and harmful binding.
27553 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
27555         * files.el (file-ownership-preserved-p): Pass `integer' as an
27556         explicit 2nd argument to `file-attributes'.  If the file's owner
27557         is the Administrators group on Windows, and the current user is
27558         Administrator, consider that a match.
27560         * server.el (server-ensure-safe-dir): Consider server directory
27561         safe on MS-Windows if its owner is the Administrators group while
27562         the current Emacs user is Administrator.  Use `=' to compare
27563         numerical UIDs, since they could be integers or floats.
27565 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
27567         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27569 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
27571         Sync with Tramp 2.2.1.
27573         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27575         * net/trampver.el: Update release number.
27577 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27579         * progmodes/compile.el (compilation--previous-directory): Fix up
27580         various nil/dead-marker mismatches (bug#8014).
27581         (compilation-directory-properties, compilation-error-properties):
27582         Don't call it at a position past the one we're about to change.
27584         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27585         Disable obsolescence warnings in the file that declares it.
27587 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
27589         * allout-widgets.el (allout-widgets-tally):
27590         Initialize allout-widgets-tally as a hash table rather than nil to
27591         prevent mode-line redisplay warnings.  Also, clarify the module
27592         description and fix a comment typo.
27594 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
27596         * help-fns.el (describe-variable): Don't complete keywords.
27597         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27599 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
27601         * emacs-lisp/package.el (package-version-join): Impose a standard
27602         string representation for pre/alpha/beta version lists.
27603         (package-unpack-single): Standardize the directory name by passing
27604         it through package-version-join.
27605         (package-strip-rcs-id): Accept any version string that does not
27606         signal an error in version-to-list.
27608 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
27610         * simple.el (delete-trailing-whitespace): Return nil for the
27611         benefit of `write-file-functions'.
27613 2011-03-10  Glenn Morris  <rgm@gnu.org>
27615         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27617         * vc/vc-git.el (vc-git-program): New option.
27618         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27619         (vc-git--call): Use it.
27621         * eshell/esh-util.el (eshell-condition-case): Doc fix.
27623         * cus-edit.el (Custom-newline): If no button at point, look
27624         for a subgroup button at start-of-line.  (Bug#2298)
27626         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27628 2011-03-10  Julien Danjou  <julien@danjou.info>
27630         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27631         `cursor-type' is nil.
27633 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
27635         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27637 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
27639         * allout.el: Change so yank of distinctive-bullet items
27640         preserves the existing header prefix, rebulleting it if necessary,
27641         rather than replacing it.  This is necessary for proper operation
27642         of cooperative addons like allout-widgets.
27643         (allout-make-topic-prefix, allout-rebullet-heading):
27644         Change SOLICIT arg to INSTEAD, and interpret additionally a string
27645         value as alternate bullet to be used, instead of prompting the user
27646         for a bullet character.
27648 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
27650         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27651         Do not use `tramp-file-name-port', because this returns also
27652         `tramp-default-port'.
27654 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
27656         * net/rcirc.el (rcirc-handler-001): Remove useless
27657         with-rcirc-process-buffer.
27658         (rcirc-check-auth-status): Swap arguments to string-match.
27660 2011-03-09  Glenn Morris  <rgm@gnu.org>
27662         * shell.el (shell-mode):
27663         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
27665         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27666         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
27668 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27670         * emacs-lisp/package.el (package-refresh-contents)
27671         (package-menu-execute): Use condition-case-no-debug.
27673 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
27675         * simple.el (shell-command-to-string): Use `process-file'.
27677         * emacs-lisp/package.el (package-tar-file-info): Handle also
27678         remote files.
27680         * emacs-lisp/package-x.el (package-upload-buffer-internal):
27681         Use `equal' for upload base check.
27683 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
27685         * textmodes/texinfo.el (texinfo-environments):
27686         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
27688 2011-03-08  Glenn Morris  <rgm@gnu.org>
27690         * cus-start.el (cursor-in-non-selected-windows):
27691         Fix :set quoting oddness.  (Bug#8192)
27693         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27694         in some setf expressions.  (Bug#2159)
27696 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27698         * custom.el (custom-available-themes): Return themes in
27699         alphabetical order.
27701 See ChangeLog.15 for earlier changes.
27703 ;; Local Variables:
27704 ;; coding: utf-8
27705 ;; End:
27707   Copyright (C) 2011-2013 Free Software Foundation, Inc.
27709   This file is part of GNU Emacs.
27711   GNU Emacs is free software: you can redistribute it and/or modify
27712   it under the terms of the GNU General Public License as published by
27713   the Free Software Foundation, either version 3 of the License, or
27714   (at your option) any later version.
27716   GNU Emacs is distributed in the hope that it will be useful,
27717   but WITHOUT ANY WARRANTY; without even the implied warranty of
27718   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27719   GNU General Public License for more details.
27721   You should have received a copy of the GNU General Public License
27722   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.