dunnet.el trivia
[emacs.git] / lisp / ChangeLog
blob0e7b049ad9b76f1f741557dd99c652c472e0afb0
1 2013-05-28  Glenn Morris  <rgm@gnu.org>
3         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
4         (dun-unix-verbs): Remove dun-zippy.
5         (dun-zippy): Remove function.
7         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9 2013-05-27  Juri Linkov  <juri@jurta.org>
11         * replace.el (replace-search): New function with code moved out
12         from `perform-replace'.
13         (replace-highlight, replace-dehighlight): Move function definitions
14         up closer to `replace-search'.  (Bug#11746)
16 2013-05-27  Juri Linkov  <juri@jurta.org>
18         * replace.el (perform-replace): Ignore invisible matches.
19         In addition to checking `query-replace-skip-read-only', also
20         filter out matches by calling `run-hook-with-args-until-failure'
21         on `isearch-filter-predicates', and also check `search-invisible'
22         for t or call `isearch-range-invisible'.
23         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
25 2013-05-27  Juri Linkov  <juri@jurta.org>
27         * isearch.el (isearch-filter-predicates): Rename from
28         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
29         (isearch-message-prefix): Display text from the property
30         `isearch-message-prefix' of the currently active filters.
31         (isearch-search): Don't compare `isearch-filter-predicate' with
32         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
33         on `isearch-filter-predicates'.  Also check `search-invisible' for t
34         or call `isearch-range-invisible'.
35         (isearch-filter-visible): Make obsolete.
36         (isearch-lazy-highlight-search):
37         Call `run-hook-with-args-until-failure' on
38         `isearch-filter-predicates' and use `isearch-range-invisible'.
40         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
41         `isearch-filter-predicates' instead of `funcall'ing
42         `isearch-filter-predicate'.
43         (Info-mode): Set `Info-isearch-filter' to
44         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
46         * dired-aux.el (dired-isearch-filter-predicate-orig):
47         Remove variable.
48         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
49         (dired-isearch-filenames-end): Add and remove
50         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
51         instead of changing the value of `isearch-filter-predicate'.
52         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
53         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
54         Put property `isearch-message-prefix' to "filename " on
55         `dired-isearch-filter-filenames'.
57         * wdired.el (wdired-change-to-wdired-mode):
58         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
59         locally instead of changing `isearch-filter-predicate'.
60         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
62 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
64         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
65         return the commit hash (Bug#14459).  Also set the
66         `vc-git-detached' property.
67         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
68         (vc-git-mode-line-string): Use the same help-echo format whether
69         in detached mode or not, because we know the actual revision now.
70         When in detached mode, shorten the revision to 7 chars.
72 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
74         * emacs-lisp/easy-mmode.el (define-minor-mode):
75         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
76         mode hook and provide a docstring.
78 2013-05-27  Alan Mackenzie  <acm@muc.de>
80         Remove spurious syntax-table text properties inserted by C-y.
81         * progmodes/cc-mode.el (c-after-change): Also clear hard
82         syntax-table property with value nil.
84 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
86         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
87         when reading the events; the buffer layout shall not be changed.
89 2013-05-27  Leo Liu  <sdl.web@gmail.com>
91         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
92         New variable.
93         (inferior-octave-directory-tracker): Automatically re-sync
94         default-directory.
95         (octave-help): Improve handling of 'See also'.
97 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * doc-view.el: Minor naming convention tweaks.
100         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
102         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
103         even if there's no `display' property yet (bug#14435).
105 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
107         * subr.el (unmsys--file-name): Rename from reveal-filename.
109         * Makefile.in (custom-deps, finder-data, autoloads)
110         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
111         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
112         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
114 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
117         error-completion on the first 2 args of condition-case (bug#14446).
118         Don't burp at EOB.
120 2013-05-25  Leo Liu  <sdl.web@gmail.com>
122         * comint.el (comint-previous-matching-input): Do not flood the
123         *Messages* buffer with trivial messages.
125 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
127         * progmodes/flymake.el (flymake-nop): Don't return a string.
128         (flymake-set-at): Fix typo.
130         * simple.el (read--expression): New function, extracted from
131         eval-expression.  Set completion-at-point-functions (bug#14465).
132         (eval-expression, eval-minibuffer): Use it.
134 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
136         * progmodes/flymake.el (flymake-save-buffer-in-file)
137         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
138         (flymake-selected-frame, flymake-log, flymake-ins-after)
139         (flymake-set-at, flymake-get-buildfile-from-cache)
140         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
141         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
142         Refine the doc string.
143         (flymake-get-file-name-mode-and-masks): Reformat.
144         (flymake-get-real-file-name-function): Fix a minor bug.
146 2013-05-24  Juri Linkov  <juri@jurta.org>
148         * progmodes/grep.el (grep-mode-font-lock-keywords):
149         Support =linenumber= format used by git-grep for lines with
150         function names.  (Bug#13549)
152 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * progmodes/octave.el (octave-smie-rules): Return nil rather than
155         0 after a semi-colon; it works better for smie-auto-fill.
156         (octave--indent-new-comment-line): New function.
157         (octave-indent-new-comment-line): Use it (indirectly).
158         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
159         modify comment-line-break-function.
161         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
162         (smie-setup): Use add-function to set it.
164 2013-05-24  Sam Steingold  <sds@gnu.org>
166         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
167         argument (before the `interactive' argument).
169 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * image-mode.el (image-mode-winprops): Add winprops to
172         image-mode-winprops-alist before running
173         image-mode-new-window-functions.
174         * doc-view.el (doc-view-new-window-function): Don't delay
175         doc-view-goto-page via timers (bug#14435).
177 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
179         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
180         (doc-view-desktop-save-buffer): New function.
181         (doc-view-restore-desktop-buffer): New function.
182         (desktop-buffer-mode-handlers):
183         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
184         handler.
185         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
186         `desktop-save-buffer' function.
188 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
190         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
191         (tramp-gvfs-file-name-handler): Raise a user error when
192         `tramp-gvfs-enabled' is nil.
193         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
194         Do not raise a user error when loading package.  (Bug#14447)
196         * net/xesam.el: Move to obsolete/.
198 2013-05-24  Glenn Morris  <rgm@gnu.org>
200         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
202         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
204         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
205         (Info-find-node, Man-getpage-in-background): Declare.
207         * mail/unrmail.el (unrmail):
208         Replace obsolete detect-coding-with-priority.
210         * net/socks.el (socks-split-string): Use this rather than split-string.
211         (socks-nslookup-host): Update for above change.
212         (dynamic-choice, s5-dynamic-choice-match)
213         (s5-dynamic-choice-match-inline, s5-widget-value-create):
214         Comment out unused code.
216         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
217         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
218         (gud-tooltip-echo-area): Make obsolete.
219         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
221         * progmodes/js.el (js--optimize-arglist): Declare.
223         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
225         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
226         (ediff-window-C): Declare.
228         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
229         Tweak requires to silence compiler.
231         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
232         (he-search-string, he-tried-table, he-expand-list)
233         (he-init-string, he-string-member, he-substitute-string)
234         (he-reset-string): Declare.
236         * obsolete/options.el (list-options): Use custom-variable-p,
237         rather than obsolete alias.
239 2013-05-23  Sam Steingold  <sds@gnu.org>
241         * simple.el (shell-command-on-region): Pass the `replace' argument
242         down to `call-process-region' to comply with the doc as reported on
243         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
245 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * emacs-lisp/smie.el (smie-indent-forward-token)
248         (smie-indent-backward-token): Handle string tokens (bug#14381).
250 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
252         * ielm.el (ielm-menu): New menu.
253         (inferior-emacs-lisp-mode): Set comment-start.
255 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
257         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
258         Fix deactivate action.
260         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
261         Add cleveref macros.
263         * lisp/textmodes/reftex-parse.el
264         (reftex-locate-bibliography-files): Accept options for
265         bibliography commands.
266         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
267         Add addbibresource.  Basic Biblatex support.
269 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
271         * net/tramp-gvfs.el (top):
272         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
273         when loading package.  (Bug#14447)
275 2013-05-23  Glenn Morris  <rgm@gnu.org>
277         * progmodes/js.el: No need to load comint when compiling.
278         (ring-insert, comint-send-string, comint-send-input)
279         (comint-last-input-end, ido-chop): Declare.
281         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
282         * vc/ediff-mult.el: Adjust requires.
283         (ediff-directories-internal, ediff-directory-revisions-internal)
284         (ediff-patch-file-internal): Declare.
285         * vc/ediff-ptch.el: Adjust requires.
286         (ediff-use-last-dir, ediff-buffers-internal): Declare.
287         (ediff-find-file): Autoload.
288         * vc/ediff-util.el: No need to load ediff when compiling.
289         (ediff-regions-internal): Declare.
290         * vc/ediff-wind.el: Adjust requires.
291         (ediff-compute-toolbar-width): Define when compiling.
292         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
293         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
294         (dired-get-filename, dired-get-marked-files)
295         (ediff-last-dir-patch, ediff-patch-default-directory)
296         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
297         (ediff-patch-buffer-internal): Declare.
299         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
300         (ispell-process, ispell-buffer-local-words, lm-summary)
301         (lm-section-start, lm-section-end): Declare.
302         (checkdoc-ispell-init): Simplify.
304         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
305         (he-string-member, he-reset-string, he-substitute-string): Declare.
307         * eshell/em-ls.el: Adjust requires.
308         (eshell-glob-regexp): Declare.
309         * eshell/em-tramp.el: Adjust requires.
310         (eshell-parse-command): Autoload.
311         * eshell/em-xtra.el: Adjust requires.
312         (eshell-parse-command): Autoload.
313         * eshell/esh-ext.el: Adjust requires.
314         (eshell-parse-command, eshell-close-handles): Autoload.
315         * eshell/esh-io.el: Adjust requires.
316         (eshell-output-filter): Autoload.
317         * eshell/esh-util.el: No need to load tramp when compiling.
318         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
319         Declare.
320         (eshell-parse-ange-ls): Require ange-ftp and tramp.
321         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
322         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
323         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
324         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
325         * eshell/esh-opt.el, eshell/esh-proc.el:
326         * eshell/esh-var.el: Adjust requires.
327         * eshell/eshell.el: Do not require esh-util twice.
328         (eshell-add-input-to-history): Declare.
329         (eshell-command): Check history module is active before using it.
331         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
333 2013-05-22  Leo Liu  <sdl.web@gmail.com>
335         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
337 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
339         * autorevert.el (auto-revert-notify-add-watch)
340         (auto-revert-notify-handler): Add `attrib' for the inotify case,
341         it indicates changes in file modification time.
343 2013-05-22  Glenn Morris  <rgm@gnu.org>
345         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
346         Always delete the autoloaded function from the noruntime and
347         unresolved functions lists.
349         * allout.el: No need to load epa, epg, overlay when compiling.
350         (epg-context-set-passphrase-callback, epg-list-keys)
351         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
352         (epg-key-user-id-list): Declare.
354         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
355         (viper-set-parsing-style-toggling-macro)
356         (viper-set-emacs-state-searchstyle-macros):
357         Use called-interactively-p on Emacs.
358         (viper-looking-back): Make it an obsolete alias.  Update callers.
359         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
360         Use looking-back rather than viper-looking-back.
361         (viper-tmp-insert-at-eob, viper-enlarge-region)
362         (viper-read-string-with-history, viper-register-to-point)
363         (viper-append-to-register, viper-change-state-to-vi)
364         (viper-backward-char-carefully, viper-forward-char-carefully)
365         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
366         (viper-change-state-to-emacs): Declare.
367         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
368         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
369         * emulation/viper-mous.el: Do not load viper-cmd.
370         (viper-backward-char-carefully, viper-forward-char-carefully)
371         (viper-forward-word, viper-adjust-window): Declare.
373         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
375         * progmodes/idlw-help.el (idlwave-help-fontify):
376         Use called-interactively-p.
378         * term/w32console.el (w32-get-console-codepage)
379         (w32-get-console-output-codepage): Declare.
381         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
382         Remove unnecessary declarations.
383         (dframe-message): Doc fix.
385         * info.el (dframe-select-attached-frame, dframe-current-frame):
386         Declare.
388         * speedbar.el (speedbar-message): Make it an obsolete alias.
389         Update all callers.
390         (speedbar-with-attached-buffer)
391         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
392         (speedbar-with-writable): Use backquote.
393         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
394         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
395         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
396         rather than speedbar- aliases.
397         * mail/rmail.el: Load dframe rather than speedbar when compiling.
398         (speedbar-make-specialized-keymap, speedbar-insert-button)
399         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
400         (speedbar-do-function-pointer): Declare.
401         (rmail-speedbar-button, rmail-speedbar-find-file)
402         (rmail-speedbar-move-message):
403         Use dframe-with-attached-buffer rather than speedbar- alias.
404         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
405         (dframe-message, speedbar-make-specialized-keymap)
406         (speedbar-add-expansion-list, speedbar-mode-functions-list)
407         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
408         (speedbar-insert-button, dframe-select-attached-frame)
409         (dframe-maybee-jump-to-attached-frame)
410         (speedbar-change-initial-expansion-list)
411         (speedbar-previously-used-expansion-list-name): Declare.
412         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
413         Use dframe-message, dframe-with-attached-buffer rather than
414         speedbar- aliases.
415         (gud-sentinel): Silence compiler.
416         * progmodes/vhdl-mode.el (speedbar-refresh)
417         (speedbar-do-function-pointer, speedbar-add-supported-extension)
418         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
419         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
420         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
421         (speedbar-file-lists, speedbar-make-tag-line)
422         (speedbar-line-directory, speedbar-goto-this-file)
423         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
424         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
425         (speedbar-make-button, speedbar-reset-scanners)
426         (speedbar-files-item-info, speedbar-line-text)
427         (speedbar-find-file-in-frame, speedbar-set-timer)
428         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
429         (speedbar-with-writable): Do not (re)define it.
430         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
431         rather than speedbar- alias.
433 2013-05-21  Leo Liu  <sdl.web@gmail.com>
435         * progmodes/octave.el (octave-mode-menu): Update and re-organize
436         menu items.
437         (octave-mode): Tweak fill-nobreak-predicate.
438         (inferior-octave-startup): Check process to avoid infinite loop.
439         (inferior-octave): Pop to buffer first to show abornmal process
440         exit information.
442 2013-05-21  Glenn Morris  <rgm@gnu.org>
444         * printing.el (pr-menu-bar): Define when compiling.
446 2013-05-21  Leo Liu  <sdl.web@gmail.com>
448         * progmodes/octave.el (octave-auto-fill): Remove.
449         (octave-indent-new-comment-line): Improve.
450         (octave-mode): Use auto fill mode through
451         comment-line-break-function and fill-nobreak-predicate
452         (octave-goto-function-definition): Support DEFUN_DLD.
453         (octave-beginning-of-defun): Small Tweak
454         (octave-help): Show parent directory.
456 2013-05-21  Glenn Morris  <rgm@gnu.org>
458         * files.el (dired-unmark):
459         * progmodes/gud.el (gdb-input): Update declarations.
461         * calculator.el (electric, ehelp): No need to load when compiling.
462         (Electric-command-loop, electric-describe-mode): Declare.
464         * doc-view.el (doc-view-current-converter-processes): Move before use.
466         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
467         Move MODE-set-explicitly definition before use.
469         * international/mule-diag.el (mule-diag):
470         Don't use obsolete window-system-version.
472         * mail/feedmail.el (smtpmail): No need to load when compiling.
473         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
475         * mail/mail-utils.el (rfc822): No need to load when compiling.
476         (rfc822-addresses): Autoload it.
477         (mail-strip-quoted-names): Trivial simplification.
479         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
480         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
482         * net/snmp-mode.el (tempo): Don't duplicate requires.
484         * progmodes/prolog.el (info): No need to load when compiling.
485         (comint): Require before shell requires it.
486         (Info-goto-node): Autoload it.
487         (Info-follow-nearest-node): Declare.
488         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
490         * textmodes/artist.el (picture-mode-exit): Declare.
492         * textmodes/reftex-parse.el (reftex-parse-from-file):
493         Trivial rewrite so the compiler can parse it better.
495 2013-05-20  Leo Liu  <sdl.web@gmail.com>
497         * progmodes/octave.el (octave-help-mode-map)
498         (octave-help-mode-finish-hook): New variables.
499         (octave-help-mode, octave-help-mode-finish): New functions.
500         (octave-help): Use octave-help-mode.
502 2013-05-20  Glenn Morris  <rgm@gnu.org>
504         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
506 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
508         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
509         start at point, so that expansion starting right after opening
510         slash in a regexp is recognized.
511         (ruby-syntax-before-regexp-re): New defvar, extracted from
512         ruby-syntax-propertize-function.  Since the value of this regexp
513         is looked up at runtime now, we should be able to turn
514         `ruby-syntax-methods-before-regexp' into a defcustom later.
515         (ruby-syntax-propertize-function): Split regexp matching into two
516         parts, for opening and closing slashes.  That allows us to skip
517         over string interpolations and support multiline regexps.
518         Don't call `ruby-syntax-propertize-expansions', instead use another rule
519         for them, which calls `ruby-syntax-propertize-expansion'.
520         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
521         call to `ruby-syntax-propertize-function'.
522         (ruby-syntax-propertize-expansion): Extracted from
523         `ruby-syntax-propertize-expansions'.  Handles one expansion.
524         (ruby-syntax-propertize-percent-literal): Leave point right after
525         the percent symbol, so that the expression expansion rule can
526         propertize the contents.
527         (ruby-syntax-propertize-heredoc): Leave point at bol following the
528         heredoc openers.
529         (ruby-syntax-propertize-expansions): Remove.
531 2013-05-18  Juri Linkov  <juri@jurta.org>
533         * man.el (Man-default-man-entry): Remove `-' from the end
534         of the default value.  (Bug#14400)
536 2013-05-18  Glenn Morris  <rgm@gnu.org>
538         * comint.el (comint-password-prompt-regexp):
539         Allow "password for XXX" where XXX contains colons (eg https://...).
541 2013-05-18  Leo Liu  <sdl.web@gmail.com>
543         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
544         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
545         (octave-source-directories): Don't check process.
546         (octave-source-directories, octave-find-definition): Doc fix.
548 2013-05-18  Glenn Morris  <rgm@gnu.org>
550         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
551         Remove backspace/delete bindings.  (Bug#14392)
553         * cus-dep.el (custom-make-dependencies): Sort the output.
554         (custom-versions-load-alist): Convert comment to doc.
556 2013-05-17  Leo Liu  <sdl.web@gmail.com>
558         * newcomment.el (comment-search-backward): Stricter in finding
559         comment start.  (Bug#14303)
561         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
562         (octave-comment-start-skip): Properly anchored.
564 2013-05-17  Leo Liu  <sdl.web@gmail.com>
566         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
567         Clean up when turned off.  (Bug#14395)
568         (smie--highlight-matching-block-overlay): No longer buffer-local.
569         (smie-highlight-matching-block): Adjust.
571 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
573         Doc string fix for "nanoseconds" (Bug#14406).
574         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
575         Fix doc string typo that had "nanoseconds" instead of "microseconds".
577 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
579         * calc/calc-units.el (math-extract-units): Preserve powers
580         of units.
582 2013-05-17  Leo Liu  <sdl.web@gmail.com>
584         * subr.el (delete-consecutive-dups): New function.
585         * ido.el (ido-set-matches-1): Use it.
586         * progmodes/octave.el (inferior-octave-completion-table): Use it.
587         * ido.el (ido-remove-consecutive-dups): Remove.
589 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
591         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
592         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
593         regexp-opt's `words'.
595 2013-05-16  Leo Liu  <sdl.web@gmail.com>
597         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
598         (smie--highlight-matching-block-overlay)
599         (smie--highlight-matching-block-lastpos)
600         (smie--highlight-matching-block-timer): New variables.
601         (smie-highlight-matching-block): New function.
602         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
603         (smie-setup): Conditionally enable smie-blink-matching-open.
605 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
607         Sync with upstream verilog-mode r840.
608         * progmodes/verilog-mode.el (verilog-mode-version)
609         (verilog-mode-release-date): Update.
610         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
611         (verilog-sig-tieoff): Fix string error on
612         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
613         (verilog-read-decls): Fix parameters confusing
614         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
616 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
618         * subr.el (reveal-filename): New function.
620         * loadup.el: Compute Emacs executable versions on MS-Windows,
621         where executables have the .exe extension.  Add a hard link
622         emacs-XX.YY.ZZ.exe on MS-Windows.
624         * Makefile.in (XARGS_LIMIT): New variable.
625         (custom-deps, finder-data, autoloads)
626         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
627         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
628         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
629         (compile-main): Limit xargs according to $(XARGS_LIMIT).
631 2013-05-16  Leo Liu  <sdl.web@gmail.com>
633         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
634         (octave-mode-menu, octave-mode-map): Remove its uses.
636 2013-05-16  Reto Zimmermann  <reto@gnu.org>
638         Sync with upstream vhdl mode v3.34.2.
639         * progmodes/vhdl-mode.el: Use `push' throughout.
640         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
641         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
642         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
643         (vhdl-actual-generic-name): New option to derive actual generic name.
644         (vhdl-port-paste-signals): Replace formal by actual generics.
645         (vhdl-beautify): New name for old group vhdl-align.  Update users.
646         (vhdl-beautify-options): New option.
647         (vhdl-last-input-event): New compat alias.  Use throughout.
648         (vhdl-goto-line): Replace user level function `goto-line'.
649         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
650         vhdl-fix-statement-buffer.
651         (vhdl-create-mode-menu): Add some entries.
652         (vhdl-align-region-groups): Respect vhdl-beautify-options.
653         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
654         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
655         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
656         to force statements on one line.
657         (vhdl-remove-trailing-spaces-region):
658         New, split from vhdl-remove-trailing-spaces.
659         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
660         Respect vhdl-beautify-options.
661         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
662         (vhdl-update-sensitivity-list): Not add with index if exists without.
663         Not include array index with signal.  Ignore keywords in comments.
664         (vhdl-get-visible-signals): Regexp tweaks.
665         (vhdl-template-component-inst): Handle empty library.
666         (vhdl-template-type): Add template for 'enum' type.
667         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
668         Use vhdl-replace-string.
669         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
670         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
671         (vhdl-speedbar-initialize): Update for above name change.
672         (vhdl-compose-wire-components): Fix in handling of constants.
673         (vhdl-error-regexp-emacs-alist): New variable.
674         (vhdl-error-regexp-add-emacs): New function;
675         adds support for new compile.el (Emacs 22+)
676         (vhdl-generate-makefile-1): Change target order for single lib. units.
677         Allow use of absolute file names.
679 2013-05-16  Leo Liu  <sdl.web@gmail.com>
681         * simple.el (prog-indent-sexp): Indent enclosing defun.
683 2013-05-15  Glenn Morris  <rgm@gnu.org>
685         * cus-start.el (show-trailing-whitespace): Move to editing basics.
686         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
687         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
688         (whitespace-highlight): Move to whitespace group.
690         * comint.el (comint-source):
691         * pcmpl-linux.el (pcmpl-linux):
692         * shell.el (shell-faces):
693         * eshell/esh-opt.el (eshell-opt):
694         * international/ccl.el (ccl): Remove empty custom groups.
696         * completion.el (dynamic-completion-mode):
697         * jit-lock.el (jit-lock-debug-mode):
698         * minibuffer.el (completion-in-region-mode):
699         * type-break.el (type-break-mode-line-message-mode)
700         (type-break-query-mode):
701         * emulation/tpu-edt.el (tpu-edt-mode):
702         * progmodes/subword.el (global-subword-mode, global-superword-mode):
703         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
704         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
706         * term/xterm.el (xterm): Change parent group to terminals.
708         * master.el (master): Remove empty custom group.
709         (master-mode): Remove unused :group argument.
710         * textmodes/refill.el (refill): Remove empty custom group.
711         (refill-mode): Remove unused :group argument.
713         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
715         * cus-dep.el: Provide a feature.
716         (custom-make-dependencies): Ignore dotfiles (dir-locals).
717         Don't mistakenly ignore files whose basenames match a basename
718         from preloaded-file-list (eg cedet/ede/simple.el).
719         Add a fallback method for getting :group.
721 2013-05-15  Juri Linkov  <juri@jurta.org>
723         * isearch.el (isearch-char-by-name): Rename from
724         `isearch-insert-char-by-name'.  Doc fix.
725         (isearch-forward): Mention `isearch-char-by-name' in
726         the docstring.  (Bug#13348)
728         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
729         `exit-minibuffer' instead of
730         `isearch-nonincremental-exit-minibuffer'.
731         (isearch-edit-string): Remove mention of
732         `isearch-nonincremental-exit-minibuffer' from docstring.
733         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
734         (isearch-forward-exit-minibuffer)
735         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
737 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
739         * loadup.el: Just use unversioned DOC.
741         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
742         literals as extending to EOB.
743         (nxml-last-fontify-end): Remove unused variable.
744         (nxml-after-change1): Use with-silent-modifications.
745         (nxml-extend-after-change-region): Simplify.
746         (nxml-extend-after-change-region1): Remove function.
747         (nxml-after-change1): Don't adjust for dependent regions.
748         (nxml-fontify-matcher): Simplify.
749         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
750         (xmltok-add-dependent): Remove function.
751         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
752         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
753         (xmltok-scan-prolog-after-processing-instruction-open): Treat
754         unclosed <[[, <?, comment, and other literals as extending to EOB.
755         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
756         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
757         Remove functions.
758         (rng-do-some-validation-1): Don't mark dependent regions.
759         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
760         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
761         (nxml-clear-dependent-regions): Remove functions.
762         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
763         (nxml-ensure-scan-up-to-date):
764         Don't clear&mark dependent regions.
766 2013-05-15  Leo Liu  <sdl.web@gmail.com>
768         * progmodes/octave.el (octave-goto-function-definition):
769         Improve and fix callers.
771 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
773         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
774         the setter (bug#14387).
776         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
777         surrounding group (bug#14402).
779 2013-05-14  Juri Linkov  <juri@jurta.org>
781         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
782         (Bug#14390)
784 2013-05-14  Glenn Morris  <rgm@gnu.org>
786         * progmodes/f90.el (f90-imenu-generic-expression):
787         Fix typo in 2013-05-08 change.  (Bug#14402)
789 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
791         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
792         Remove signals for which replies are never received.
794 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
796         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
797         (gdb-handler-alist, gdb-handler-number): Remove variables.
798         (gdb-handler-list): New variable.
799         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
800         (gdb-pending-handler-p, gdb-handle-reply)
801         (gdb-remove-all-pending-triggers): New functions.
802         (gdb-discard-unordered-replies): New defcustom.
803         (gdb-handler): New defstruct.
804         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
805         instead of gdb-pending-triggers.  Update docstring.
806         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
807         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
808         (gdb-var-update-handler, def-gdb-auto-update-trigger)
809         (def-gdb-auto-update-handler, gdb-get-changed-registers)
810         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
811         (gdb-frame-handler): Pending triggers are now automatically managed.
812         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
813         Remove argument.
814         (gdb-input): Automatically handles pending triggers.  Update docstring.
815         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
816         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
817         Update comments.
818         (gdb-done-or-error): Now use gdb-handle-reply.
820 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
822         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
823         gdb-debug-log.
825 2013-05-14  Glenn Morris  <rgm@gnu.org>
827         * subr.el (user-emacs-directory-warning): New option.
828         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
830 2013-05-14  Leo Liu  <sdl.web@gmail.com>
832         * progmodes/octave.el (octave-font-lock-keywords): Fix error
833         during redisplay.
834         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
835         (octave-font-lock-texinfo-comment): Fix invalid search bound
836         error: wrong side of point.
838 2013-05-14  Glenn Morris  <rgm@gnu.org>
840         * progmodes/flymake.el (flymake-xml-program): New option.
841         (flymake-xml-init): Use it.
843         * term/xterm.el: Provide a feature.
845         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
847 2013-05-13  Glenn Morris  <rgm@gnu.org>
849         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
850         Add compat aliases as a hack workaround.  (Bug#14384)
852 2013-05-13  Leo Liu  <sdl.web@gmail.com>
854         * progmodes/octave.el (octave-indent-comment): Fix indentation for
855         ###, and %!.
856         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
857         C-M-q.
858         (octave-comment-start-skip): Include %!.
859         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
861 2013-05-12  Leo Liu  <sdl.web@gmail.com>
863         * progmodes/octave.el (inferior-octave-startup): Store the value
864         of __octave_srcdir__ for octave-source-directories.
865         (inferior-octave-check-process): New function refactored out of
866         inferior-octave-send-list-and-digest.
867         (octave-source-directories)
868         (octave-find-definition-filename-function): New variables.
869         (octave-source-directories)
870         (octave-find-definition-default-filename): New functions.
871         (octave-find-definition): Improve to find functions implemented in C++.
873 2013-05-12  Glenn Morris  <rgm@gnu.org>
875         * calendar/diary-lib.el (diary-outlook-format-1):
876         Don't include dayname in the output.  (Bug#14349)
878 2013-05-11  Glenn Morris  <rgm@gnu.org>
880         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
882         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
883         Treat cc-provide like provide.
885 2013-05-11  Kevin Ryde  <user42@zip.com.au>
887         * cus-dep.el (custom-make-dependencies):
888         Use generated-autoload-load-name for the sake of files such
889         such cedet/semantic/bovine/c.el, where the base file name
890         is not in load-path.  (Bug#5277)
892 2013-05-11  Glenn Morris  <rgm@gnu.org>
894         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
895         Provide features.
897 2013-05-11  Leo Liu  <sdl.web@gmail.com>
899         * progmodes/octave.el (octave-indent-comment): Improve.
900         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
901         (octave-eldoc-function-signatures, octave-eldoc-function):
902         New functions.
903         (octave-mode, inferior-octave-mode): Add eldoc support.
905 2013-05-11  Richard Stallman  <rms@gnu.org>
907         * epa.el (epa-decrypt-file): Take output file name as argument
908         and read it using `interactive'.
910 2013-05-11  Leo Liu  <sdl.web@gmail.com>
912         * progmodes/octave.el (octave-beginning-of-line)
913         (octave-end-of-line): Check before using up-list because it jumps
914         out of more syntactic contructs since moving to smie.
915         (octave-indent-comment): New function.
916         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
917         (octave-begin-keywords, octave-end-keywords)
918         (octave-reserved-words, octave-smie-bnf-table)
919         (octave-smie-rules): Add new keywords from Octave 3.6.4.
921 2013-05-11  Glenn Morris  <rgm@gnu.org>
923         * faces.el (internal-face-x-get-resource):
924         * frame.el (ns-display-monitor-attributes-list):
925         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
927         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
929         * calc/calc-menu.el: Make it loadable in isolation.
931         * net/eudcb-bbdb.el: Make it loadable without bbdb.
932         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
933         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
934         (eudc-bbdb-query-internal): Require 'bbdb.
936         * lpr.el (lpr-headers-switches):
937         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
939         * progmodes/sql.el (sql-login-params): Fix and improve :type.
941         * emulation/edt-mapper.el: In batch mode, error rather than hang.
943         * term.el (term-set-escape-char): Make it idempotent.
945 2013-05-10  Leo Liu  <sdl.web@gmail.com>
947         * progmodes/octave.el (inferior-octave-completion-table):
948         No longer a function and all uses changed.  Use cache to speed up
949         completion due to bug#11906.
950         (octave-beginning-of-defun): Re-write to be more general.
952 2013-05-10  Glenn Morris  <rgm@gnu.org>
954         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
956 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * comint.el (comint-redirect-send-command-to-process): Use :around
959         rather than :override for comint-redirect-filter.
960         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
961         Call it instead of comint-redirect-original-filter-function (which
962         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
964 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
966         * frame.el (display-monitor-attributes-list): Add NS case.
967         (ns-display-monitor-attributes-list): Declare.
969 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
971         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
973 2013-05-09  Glenn Morris  <rgm@gnu.org>
975         * international/fontset.el (vertical-centering-font-regexp):
976         Set standard-value.
978         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
980         * bookmark.el (bookmark-search-delay):
981         * cus-start.el (vertical-centering-font-regexp):
982         * ps-mule.el (ps-mule-font-info-database-default):
983         * ps-print.el (ps-default-fg, ps-default-bg):
984         * type-break.el (type-break-good-break-interval):
985         * whitespace.el (whitespace-indentation-regexp)
986         (whitespace-space-after-tab-regexp):
987         * emacs-lisp/testcover.el (testcover-1value-functions)
988         (testcover-noreturn-functions, testcover-progn-functions)
989         (testcover-prog1-functions):
990         * emulation/viper-init.el (viper-emacs-state-cursor-color):
991         * eshell/em-glob.el (eshell-glob-translate-alist):
992         * play/tetris.el (tetris-tty-colors):
993         * progmodes/cpp.el (cpp-face-default-list):
994         * progmodes/flymake.el (flymake-allowed-file-name-masks):
995         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
996         (idlwave-help-browser-generic-args):
997         * progmodes/make-mode.el (makefile-special-targets-list):
998         * progmodes/python.el (python-shell-virtualenv-path):
999         * progmodes/verilog-mode.el (verilog-active-low-regexp)
1000         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1001         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1002         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1003         * textmodes/reftex-vars.el (reftex-format-label-function):
1004         * textmodes/remember.el (remember-diary-file): Fix custom types.
1006         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1007         Add :version.
1009 2013-05-09  Leo Liu  <sdl.web@gmail.com>
1011         * progmodes/octave.el (inferior-octave-completion-at-point):
1012         Restore file completion.  (Bug#14300)
1013         (inferior-octave-startup): Fix incorrect highlighting for the
1014         first prompt.
1016 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1018         * progmodes/ruby-mode.el: First cut at SMIE support.
1019         (ruby-use-smie): New var.
1020         (ruby-smie-grammar): New constant.
1021         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1022         (ruby-smie--forward-token, ruby-smie--backward-token)
1023         (ruby-smie-rules): New functions.
1024         (ruby-mode-variables): Setup SMIE if applicable.
1026 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
1028         * simple.el (line-move-visual): Signal beginning/end of buffer
1029         only if vertical-motion moved less than it was requested.  Avoids
1030         silly incorrect error messages when there are display strings with
1031         multiple newlines at EOL.
1033 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1036         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1037         (prolog-char-quote-workaround):
1038         * progmodes/cperl-mode.el (cperl-under-as-char):
1039         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1040          Mark as obsolete.
1041          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1042         their declaration.
1043         (vhdl-mode-syntax-table-init): Remove.
1045         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1046         last change.
1048         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1049         syntax for "_".
1050         (ld-script-font-lock-keywords):
1051         Change regexps to use things like \_< and \_>.
1053         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1054         Change all regexps to use things like \_< and \_>.
1056         * progmodes/autoconf.el (autoconf-definition-regexp)
1057         (autoconf-font-lock-keywords, autoconf-current-defun-function):
1058         Handle a _ with symbol syntax.
1059         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1061         * progmodes/ada-mode.el (ada-mode-abbrev-table):
1062         Consolidate declaration.
1063         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1064         the declaration.
1065         (ada-create-syntax-table): Remove.
1066         (ada-capitalize-word): Don't mess with the syntax of "_" since it
1067         already has the right syntax nowadays.
1068         (ada-goto-next-word): Don't change the syntax of "_".
1070         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1071         with-wrapper-hook.
1073 2013-05-08  Sam Steingold  <sds@gnu.org>
1075         * thingatpt.el (thing-at-point): Accept optional second argument
1076         NO-PROPERTIES to strip the text properties from the return value.
1077         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1078         to `thing-at-point' instead of stripping the properties ourselves.
1079         Also, when `thing-at-point' fails to find a url, prepend "http://"
1080         to the filename at point on the assumption that the user is
1081         pointing at something like gnu.org/gnu.
1083 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
1085         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1086         * faces.el (crm-separator):
1087         Silence byte-compiler.
1089         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1090         (tool-bar-map): Remove unneeded defvars.
1092 2013-05-08  Leo Liu  <sdl.web@gmail.com>
1094         Re-work a fix for bug#10994 based on Le Wang's patch.
1095         * ido.el (ido-remove-consecutive-dups): New helper.
1096         (ido-completing-read): Use it.
1097         (ido-chop): Revert fix for bug#10994.
1099 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
1101         * cus-edit.el (custom-save-variables):
1102         Pretty-print long values.  (Bug#14187)
1104 2013-05-08  Glenn Morris  <rgm@gnu.org>
1106         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1107         (m4-mode-syntax-table): Init in the defvar.
1108         (m4-mode-abbrev-table): Let define-derived-mode define it.
1110 2013-05-08  Tom Tromey  <tromey@redhat.com>
1112         * progmodes/m4-mode.el (m4-mode-syntax-table):
1113         Do not treat "_" as word constituent.  (Bug#14167)
1115 2013-05-07  Glenn Morris  <rgm@gnu.org>
1117         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1118         Remove explicit eshell-isearch-cancel-map.
1120         * progmodes/f90.el (f90-smart-end-names): New option.
1121         (f90-smart-end): Doc fix.
1122         (f90-end-block-optional-name): New constant.
1123         (f90-block-match): Respect f90-smart-end-names.
1125 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * progmodes/octave.el (octave-smie-forward-token): Be more careful
1128         about implicit semi-colons (bug#14218).
1130 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1132         * frame.el (display-monitor-attributes-list)
1133         (frame-monitor-attributes): New functions.
1135 2013-05-06  Leo Liu  <sdl.web@gmail.com>
1137         * progmodes/octave.el (octave-syntax-propertize-function): Change
1138         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
1139         (octave-font-lock-keywords): Use octave-operator-regexp.
1140         (octave-completion-at-point): Rename from
1141         octave-completion-at-point-function.
1142         (inferior-octave-directory-tracker): Robustify.
1143         (octave-text-functions): Remove and fix its uses.  No such things
1144         any more.
1146 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * emacs-lisp/trace.el (trace--display-buffer): New function.
1149         (trace-make-advice): Use it.
1151 2013-05-06  Juri Linkov  <juri@jurta.org>
1153         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
1154         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1155         Doc fix.
1156         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1157         in the help string.  (Bug#12985)
1159 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
1161         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
1163 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * progmodes/perl-mode.el: Add support for here documents.
1166         (perl-syntax-propertize-function): Match here-doc markers.
1167         (perl-syntax-propertize-special-constructs): Find their end.
1168         (perl-imenu-generic-expression): Use [:alnum:].
1170         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1171         (advice--add-function): Refresh the advice if already present
1172         (bug#14317).
1174 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
1176         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
1178 2013-05-06  Glenn Morris  <rgm@gnu.org>
1180         * w32-fns.el (w32-charset-info-alist): Declare.
1182         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1183         of its defcustom properties.
1184         (eshell-cmpl-initialize): No need to load pcomplete.
1186         * generic-x.el: No need to require comint when compiling.
1188         * net/eudc-export.el: Make it loadable without bbdb.
1189         (top-level): Use require rather than load-library.
1190         (eudc-create-bbdb-record, eudc-bbdbify-phone)
1191         (eudc-batch-export-records-to-bbdb)
1192         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1193         Require bbdb.
1195 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1198         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1199         some tweaks, instead.
1201 2013-05-05  Leo Liu  <sdl.web@gmail.com>
1203         * progmodes/octave.el (octave-font-lock-keywords)
1204         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1205         (inferior-octave-send-list-and-digest): Improve error message.
1206         (octave-mode, inferior-octave-mode): Use setq-local.
1207         (octave-help): Set info-lookup-mode.
1209 2013-05-05  Richard Stallman  <rms@gnu.org>
1211         * vc/compare-w.el (compare-windows-whitespace):
1212         Treat no-break space as whitespace.
1214         * mail/rmailsum.el (rmail-summary-rmail-update):
1215         Detect empty summary and don't change selected message.
1216         (rmail-summary-goto-msg): Likewise.
1218         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1219         Doc fixes, rename args.
1221 2013-05-05  Alan Mackenzie  <acm@muc.de>
1223         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1225 2013-05-05  Juri Linkov  <juri@jurta.org>
1227         * info.el (Info-read-subfile): Use (point-min) instead of (point)
1228         to not add the length of the summary segment to the return value.
1229         (Bug#14125)
1231 2013-05-05  Leo Liu  <sdl.web@gmail.com>
1233         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1234         (inferior-octave-output-filter): Remove.
1235         (octave-send-region, inferior-octave-startup): Fix callers.
1236         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1237         (octave-binary-file-extensions): New user variable.
1238         (octave-find-definition): Confirm if opening binary files.
1239         (octave-help-file): Use octave-find-definition to get the binary
1240         confirmation.
1241         (octave-help): Adjust for octave-help-file change.
1243 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1246         Merge the two entries that handle function definitions.
1247         (pascal--syntax-propertize): New const.
1248         (pascal-mode): Use it.  Use setq-local.
1250 2013-05-04  Glenn Morris  <rgm@gnu.org>
1252         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1253         (diary-from-outlook): Respect diary-from-outlook-function.
1255 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1258         Move the declaration from C.
1259         (read-minibuffer, eval-minibuffer): Move from C.
1260         (completion-setup-function): Avoid minibuffer-completion-contents.
1262 2013-05-03  Leo Liu  <sdl.web@gmail.com>
1264         * progmodes/octave.el (octave-font-lock-keywords): Do not
1265         dehighlight 'end' in comments or strings.
1266         (octave-completing-read, octave-goto-function-definition):
1267         New helpers.
1268         (octave-help-buffer): New user variable.
1269         (octave-help-file, octave-help-function): New button types.
1270         (octave-help): New command and bind it to C-h ;.
1271         (octave-find-definition): New command and bind it to M-.
1272         (user-error): Alias to error if not defined.
1274 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1276         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1277         for \.  (bug#14332)
1278         (octave-font-lock-keywords): Include [ and {.
1280 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1282         * progmodes/octave.el (inferior-octave-startup-file): Change default.
1283         (inferior-octave): Remove calling comint-mode and return the buffer.
1284         (inferior-octave-startup): Cosmetic changes.
1286 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1288         * progmodes/octave.el (octave-syntax-propertize-function):
1289         Include the case when ' is at line beginning.  (Bug#14336)
1291 2013-05-02  Glenn Morris  <rgm@gnu.org>
1293         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1294         * desktop.el (vc-dir-mode): Just autoload it here.
1296 2013-05-02  Alan Mackenzie  <acm@muc.de>
1298         Eliminate variable c-standard-font-lock-fontify-region-function.
1299         * progmodes/cc-mode.el
1300         (c-standard-font-lock-fontify-region-function): Remove.
1301         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1303 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1305         * progmodes/octave.el: Compatible with older emacs-24 releases.
1306         (inferior-octave-has-built-in-variables): Remove.  Built-in
1307         variables were removed from Octave in 2007.
1308         (inferior-octave-startup): Fix uses.
1309         (comint-line-beginning-position): Remove compatibility code for
1310         emacs 21.
1312 2013-05-01  Juri Linkov  <juri@jurta.org>
1314         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
1316 2013-05-01  Juri Linkov  <juri@jurta.org>
1318         * comint.el (comint-previous-matching-input): Don't print message
1319         "History item: %d" when `isearch-mode' is active.
1320         (comint-history-isearch-message): Print message "History item: %d"
1321         when `comint-input-ring-index' is not empty and this function is
1322         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
1324 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1326         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1327         definitions.  Use completion-at-point to insert keywords.
1328         (octave-abbrev-start): Remove.
1329         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1331 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1333         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1334         change.
1336 2013-04-30  Alan Mackenzie  <acm@muc.de>
1338         Handle arbitrarily long C++ member initialisation lists.
1339         * progmodes/cc-engine.el (c-back-over-member-initializers):
1340         new function.
1341         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1342         (most) member init lists.
1344 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
1346         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1347         variable.
1349 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1351         * progmodes/octave.el (octave-variables): Remove.  No builtin
1352         variables any more.  All converted to functions.
1353         (octave-font-lock-keywords, octave-completion-at-point-function):
1354         Fix uses.
1355         (octave-font-lock-texinfo-comment): New user variable.
1356         (octave-texinfo-font-lock-keywords): New variable for texinfo
1357         comment block.
1358         (octave-function-comment-block): New face.
1359         (octave-font-lock-texinfo-comment): New function.
1360         (octave-mode): Font lock texinfo comment block.
1362 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1364         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1365         indexing expression.
1366         (octave-continuation-string): Do not use \.
1367         (inferior-octave-complete-impossible): Remove.
1368         (inferior-octave-completion-table)
1369         (inferior-octave-completion-at-point): Remove its uses.
1370         (inferior-octave-startup): completion_matches was introduced to
1371         Octave in 1996 so safe to assume it.
1372         (octave-function-file-comment): Improve to follow how Octave does it.
1373         (octave-update-function-file-comment): Tweak.
1375 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1377         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1378         (inferior-octave-startup): Remove inferior-octave-startup-hook.
1379         (octave-function-file-comment): Fix typo.
1380         (octave-sync-function-file-names): Use read-char-choice.
1382 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
1384         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1385         to t for the less important warnings.
1387 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1389         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
1391 2013-04-27  Glenn Morris  <rgm@gnu.org>
1393         * vc/log-view.el (log-view-current-entry):
1394         Treat "---" separator lines as part of the following rev.  (Bug#14169)
1396 2013-04-27  Juri Linkov  <juri@jurta.org>
1398         * subr.el (read-number): Doc fix about using it by interactive
1399         code letter `n'.  (Bug#14254)
1401 2013-04-27  Juri Linkov  <juri@jurta.org>
1403         * desktop.el (desktop-auto-save-timeout): New option.
1404         (desktop-file-checksum): New variable.
1405         (desktop-save): Add optional arg `auto-save' and don't auto-save
1406         if nothing changed.
1407         (desktop-auto-save-timer): New variable.
1408         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1409         (after-init-hook): Call `desktop-auto-save-set-timer'.
1410         Suggested by Reuben Thomas <rrt@sc3d.org> in
1411         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1413 2013-04-27  Leo Liu  <sdl.web@gmail.com>
1415         * progmodes/octave.el (octave-function-file-p)
1416         (octave-skip-comment-forward, octave-function-file-comment)
1417         (octave-update-function-file-comment): New functions.
1418         (octave-mode-map): Bind C-c ; to
1419         octave-update-function-file-comment.
1420         (octave-mode-menu): Add octave-update-function-file-comment.
1421         (octave-mode, inferior-octave-mode): Fix doc-string.
1422         (octave-insert-defun): Conform to Octave's coding convention.
1423         (Bug#14285)
1425         * files.el (basic-save-buffer): Don't let errors in
1426         before-save-hook prevent saving buffer.
1428 2013-04-20  Roland Winkler  <winkler@gnu.org>
1430         * faces.el (read-face-name): Use completing-read if arg multiple
1431         is nil.
1433 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
1435         * ls-lisp.el (ls-lisp-insert-directory): If no files are
1436         displayed, move point to after the totals line.
1437         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1438         for the details.
1440 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1442         * emacs-lisp/package.el (package-autoload-ensure-default-file):
1443         Add current dir to the load-path.
1444         (package-generate-autoloads): Don't rely on
1445         autoload-ensure-default-file.
1447 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
1449         * textmodes/remember.el (remember-store-in-files): Document that
1450         the file name format is passed to `format-time-string'.
1452 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1454         * progmodes/octave.el (octave-sync-function-file-names): New function.
1455         (octave-mode): Use it in before-save-hook.
1457 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1459         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1460         (bug#14274).
1462         * progmodes/octave.el (octave-smie-forward-token): Properly skip
1463         \n and comment, even if it's not an implicit ; (bug#14218).
1465 2013-04-26  Glenn Morris  <rgm@gnu.org>
1467         * subr.el (read-number): Once more use `read' rather than
1468         `string-to-number', to trap non-numeric input.  (Bug#14254)
1470 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
1472         * emacs-lisp/syntax.el (syntax-propertize-multiline):
1473         Use `syntax-multiline' text property consistently instead of
1474         `font-lock-multiline'. (bug#14237).
1476 2013-04-26  Glenn Morris  <rgm@gnu.org>
1478         * emacs-lisp/shadow.el (list-load-path-shadows):
1479         No longer necessary to check for duplicate simple.el, since
1480         2012-07-07 change to init_lread to not include installation lisp
1481         directories in load-path when running uninstalled.  (Bug#14270)
1483 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1485         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1486         (octave-mode, inferior-octave-mode): Use setq-local.
1487         (octave-not-in-string-or-comment-p): Rename to
1488         octave-in-string-or-comment-p.
1489         (octave-in-comment-p, octave-in-string-p)
1490         (octave-in-string-or-comment-p): Replace defsubst with defun.
1492 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1494         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1496 2013-04-25  Bastien Guerry  <bzg@gnu.org>
1498         * textmodes/remember.el (remember-data-directory)
1499         (remember-directory-file-name-format): Fix custom types.
1501 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1503         * progmodes/octave.el (octave-completion-at-point-function):
1504         Make use of inferior octave process.
1505         (octave-initialize-completions): Remove.
1506         (inferior-octave-completion-table): New function.
1507         (inferior-octave-completion-at-point): Use it.
1508         (octave-completion-alist): Remove.
1510 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * progmodes/opascal.el: Use font-lock and syntax-propertize.
1513         (opascal-mode-syntax-table): New var.
1514         (opascal-literal-kind, opascal-is-literal-end)
1515         (opascal-literal-token-at): Rewrite.
1516         (opascal--literal-start-re, opascal-font-lock-keywords)
1517         (opascal--syntax-propertize): New constants.
1518         (opascal-font-lock-defaults): Adjust.
1519         (opascal-mode): Use them.  Set comment-<foo> variables as well.
1520         (delphi-comment-face, opascal-comment-face, delphi-string-face)
1521         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1522         (delphi-other-face, opascal-other-face): Remove face variables.
1523         (opascal-save-state): Remove macro.
1524         (opascal-fontifying-progress-step): Remove constant.
1525         (opascal--ignore-changes): Remove var.
1526         (opascal-set-token-property, opascal-parse-next-literal)
1527         (opascal-is-stable-literal, opascal-complete-literal)
1528         (opascal-is-literal-start, opascal-face-of)
1529         (opascal-parse-region, opascal-parse-region-until-stable)
1530         (opascal-fontify-region, opascal-after-change)
1531         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1532         (opascal-debug-parse-region, opascal-debug-parse-window)
1533         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1534         (opascal-debug-fontify-buffer): Remove.
1535         (opascal-debug-mode-map): Adjust accordingly.
1537 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1539         Merge octave-mod.el and octave-inf.el into octave.el with some
1540         cleanups.
1541         * progmodes/octave.el: New file renamed from octave-mod.el.
1542         * progmodes/octave-inf.el: Merged into octave.el.
1543         * progmodes/octave-mod.el: Renamed to octave.el.
1545 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
1547         * textmodes/reftex-vars.el
1548         (reftex-label-ignored-macros-and-environments): New defcustom.
1550         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1552 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1555         (smie-indent-keyword): Improve the check to ensure that the next
1556         comment is really on the same line.
1557         (smie-indent-comment): Don't align with a subsequent closer (or eob).
1559         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1560         semi-colons if the line is not otherwise empty (bug#14218).
1562 2013-04-25  Glenn Morris  <rgm@gnu.org>
1564         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1566 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         * progmodes/opascal.el (opascal-set-token-property): Rename from
1569         opascal-set-text-properties and only set `token' (bug#14134).
1570         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1571         (opascal-literal-text-properties): Remove.
1572         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1573         Adjust callers.
1575 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
1577         * textmodes/remember.el (remember-handler-functions): Add an
1578         option for a new handler `remember-store-in-files'.
1579         (remember-data-directory, remember-directory-file-name-format):
1580         New options.
1581         (remember-store-in-files): New function to store remember notes
1582         as separate files within a directory.
1584 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
1586         * progmodes/compile.el (compilation-next-error-function):
1587         Pass "formats" to compilation-find-file (bug#11777).
1589 2013-04-24  Glenn Morris  <rgm@gnu.org>
1591         * vc/vc-bzr.el (vc-bzr-print-log):
1592         * vc/vc-hg.el (vc-hg-print-log):
1593         * vc/vc-svn.el (vc-svn-print-log):
1594         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
1596         * vc/vc-bzr.el (vc-bzr-print-log):
1597         * vc/vc-cvs.el (vc-cvs-print-log):
1598         * vc/vc-git.el (vc-git-print-log):
1599         * vc/vc-hg.el (vc-hg-print-log):
1600         * vc/vc-mtn.el (vc-mtn-print-log):
1601         * vc/vc-rcs.el (vc-rcs-print-log):
1602         * vc/vc-sccs.el (vc-sccs-print-log):
1603         * vc/vc-svn.el (vc-svn-print-log):
1604         * vc/vc.el (vc-print-log-internal): Doc fixes.
1606 2013-04-23  Glenn Morris  <rgm@gnu.org>
1608         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1609         Remove venerable code attempting to avoid substitute-command-keys.
1611 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
1613         * textmodes/reftex-vars.el (reftex-label-regexps):
1614         Call `reftex-compile-variables' after changes to this variable.
1616 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1618         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1619         Use lexical-binding.
1620         (jit-lock-force-redisplay): Use markers, check buffer's continued
1621         existence and beware narrowed buffers.
1622         (jit-lock-fontify-now): Adjust call accordingly.
1624 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1627         to avoid misleading the user.
1629 2013-04-22  Leo Liu  <sdl.web@gmail.com>
1631         * info-look.el: Prefer latex2e.info.  (Bug#14240)
1633 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
1635         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
1637         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1638         * net/tramp.el (tramp-call-process): ... here
1639         (tramp-set-completion-function, tramp-parse-putty):
1640         * net/tramp-adb.el (tramp-adb-execute-adb-command):
1641         * net/tramp-gvfs.el (tramp-gvfs-send-command):
1642         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1643         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1644         (tramp-call-local-coding-command): Use `tramp-call-process'
1645         instead of `tramp-compat-call-process'.
1647         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1648         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1649         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1650         (tramp-find-inline-compress): Improve traces.
1651         (tramp-maybe-send-script): Check for Perl binary.
1652         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1654 2013-04-22  Daiki Ueno  <ueno@gnu.org>
1656         * epg.el (epg-context-pinentry-mode): New function.
1657         (epg-context-set-pinentry-mode): New function.
1658         (epg--start): Pass --pinentry-mode option to gpg command.
1660 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1662         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1663         `comint-dynamic-complete' is obsolete since 24.1, replaced by
1664         `completion-at-point'. (Bug#13774)
1666         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1667         default key binding for `describe-distribution' has been moved to
1668         `C-h C-o'.  (Bug#13970)
1670 2013-04-21  Glenn Morris  <rgm@gnu.org>
1672         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1673         Add doc strings.
1674         (vc-print-log): Clarify interactive prompt.
1676 2013-04-20  Glenn Morris  <rgm@gnu.org>
1678         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1679         No longer include timestamp etc information.
1681 2013-04-20  Roland Winkler  <winkler@gnu.org>
1683         * faces.el (read-face-name): Bug fix, return just one face if arg
1684         multiple is nil.  (Bug#14209)
1686 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1688         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1689         (remove-function): Autoload.
1691         * comint.el (comint-redirect-original-filter-function): Remove.
1692         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1693         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1694         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1695         * progmodes/prolog.el (prolog-consult-compile):
1696         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1697         Use add/remove-function instead.
1698         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1699         (gud-tooltip-process-output, gud-tooltip-tips):
1700         Use add/remove-function instead.
1701         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1702         (scheme-interaction-mode, exit-scheme-interaction-mode):
1703         Use add/remove-function instead.
1705         * vc/vc-dispatcher.el: Use lexical-binding.
1706         (vc--process-sentinel): Rename from vc-process-sentinel.
1707         Change last arg to be the code to run.  Don't use vc-previous-sentinel
1708         and vc-sentinel-commands any more.
1709         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
1710         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1712 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
1714         * progmodes/sh-script.el (sh-imenu-generic-expression):
1715         Handle function names with a single character.   (Bug#14111)
1717 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
1719         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1720         for subroutines defined in an eval (bug#14182).
1722 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1724         * bookmark.el (bookmark-completing-read): Improve handling of empty
1725         string (bug#14176).
1727 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1729         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1731 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1733         New faster Imenu implementation (bug#14058).
1734         * progmodes/python.el:
1735         (python-imenu-prev-index-position):
1736         (python-imenu-format-item-label-function)
1737         (python-imenu-format-parent-item-label-function)
1738         (python-imenu-format-parent-item-jump-label-function):
1739         New vars.
1740         (python-imenu-format-item-label)
1741         (python-imenu-format-parent-item-label)
1742         (python-imenu-format-parent-item-jump-label)
1743         (python-imenu--put-parent, python-imenu--build-tree)
1744         (python-imenu-create-index, python-imenu-create-flat-index)
1745         (python-util-popn): New functions.
1746         (python-mode): Set imenu-create-index-function to
1747         python-imenu-create-index.
1749 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * winner.el (winner-active-region): Use region-active-p, activate-mark
1752         and deactivate-mark (bug#14225).
1754         * simple.el (deactivate-mark): Don't inline it.
1756 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
1758         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1760 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
1762         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1763         file extensions from the archive-mode entry in order to prefer
1764         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1766 2013-04-18  Leo Liu  <sdl.web@gmail.com>
1768         * bindings.el (help-event-list): Add ?\?.
1770 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1772         * subr.el (with-wrapper-hook): Declare obsolete.
1773         * simple.el (filter-buffer-substring-function): New hook.
1774         (filter-buffer-substring): Use it.
1775         (filter-buffer-substring-functions): Mark obsolete.
1776         * minibuffer.el (completion-in-region-function): New hook.
1777         (completion-in-region): Use it.
1778         (completion-in-region-functions): Mark obsolete.
1779         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1780         * abbrev.el (abbrev-expand-function): New hook.
1781         (expand-abbrev): Use it.
1782         (abbrev-expand-functions): Mark obsolete.
1783         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1784         and :filter-return.
1786 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1788         * progmodes/python.el (python-nav--syntactically): Fix cornercases
1789         and do not care about match data.
1791 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1794         completion tables when completing error conditions and
1795         `declare' arguments.
1796         (lisp-complete-symbol, field-complete): Mark as obsolete.
1797         (check-parens): Unmatched parens are user errors.
1798         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1800 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
1802         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1803         command changed buffer (ie. `flyspell-pre-buffer' is not current
1804         buffer), which prevents making decisions based on invalid value of
1805         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
1806         cause an error when `flyspell-pre-point' was nil after switching
1807         buffers.
1808         (flyspell-post-command-hook): No longer needs to change buffers when
1809         checking pre-word.  While at it remove unnecessary progn.
1811 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
1813         * textmodes/ispell.el (ispell-add-per-file-word-list):
1814         Fix `flyspell-correct-word-before-point' error when accepting
1815         words and `coment-padding' is an integer by using
1816         `comment-normalize-vars' (Bug #14214).
1818 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1820         New defun movement commands.
1821         * progmodes/python.el (python-nav--syntactically)
1822         (python-nav--forward-defun, python-nav-backward-defun)
1823         (python-nav-forward-defun): New functions.
1825 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1827         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1828         (python-syntax-context): Use named compiler-macro for backwards
1829         compatibility with Emacs 24.x.
1831 2013-04-17  Leo Liu  <sdl.web@gmail.com>
1833         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1834         octave-hide-process-buffer.
1836 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1838         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1839         (bug#14216).
1841 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
1843         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1844         Fix adjustment of offset when receiving incomplete responses from GDB
1845         (bug#14129).
1847 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1850         python-mode-abbrev-table.
1851         (python-skeleton-define): Adjust accordingly.
1852         (python-mode-abbrev-table): New table that inherits from it so that
1853         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1855         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1856         (abbrev-symbol): Use it.
1857         (abbrev--before-point): Use it since we already handle inheritance.
1859 2013-04-16  Leo Liu  <sdl.web@gmail.com>
1861         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1862         binding to info-lookup-symbol.
1864 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
1866         * minibuffer.el (completion--twq-all):
1867         * term/ns-win.el (ns-initialize-window-system):
1868         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1870 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1872         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1873         global bindings.
1875         * doc-view.el (doc-view-start-process): Handle url-handler directories.
1877 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
1879         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1880         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1881         to nil.
1882         (ruby-end-of-defun): Remove the unused arg, change the docstring
1883         to reflect that this function is only used as the value of
1884         `end-of-defun-function'.
1885         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1886         to reflect an earlier change that beginning/end-of-defun functions
1887         jump between methods in a class definition, as well as top-level
1888         functions.
1890 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * minibuffer.el (minibuffer-complete): Don't just scroll
1893         a *Completions* that's been iconified.
1894         (minibuffer-force-complete): Make sure repetitions do cycle when going
1895         through completion-in-region -> minibuffer-complete.
1897 2013-04-15  Alan Mackenzie  <acm@muc.de>
1899         Correct the placement of c-cpp-delimiters when there're #s not at
1900         col 0.
1902         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1903         place a submatch around the #.
1904         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1905         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
1906         on the #, not BOL.
1908 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * emacs-lisp/nadvice.el: Properly test names when adding advice.
1911         (advice--member-p): New arg `name'.
1912         (advice--add-function, advice-member-p): Use it (bug#14202).
1914 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
1916         Reformulate java imenu-generic-expression.
1917         The old expression contained ill formed regexps.
1919         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1920         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1921         (cc-imenu-java-method-arg-regexp): New defconsts.
1922         (cc-imenu-java-build-type-args-regex): New defun.
1923         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1924         handling of spaces in the regexp.
1926 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1928         * textmodes/ispell.el (ispell-command-loop): Remove
1929         flyspell highlight of a word when ispell accepts it (bug #14178).
1931 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
1933         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1934         uses code from the previous `ange-ftp-run-real-handler'.
1935         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1936         only in case that function exist.  This is needed for proper
1937         unloading of Tramp.
1939 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
1941         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1943         * textmodes/reftex.el (reftex-compile-variables): Use it.
1945 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1947         * files.el (normal-mode): Only use default major-mode if no other mode
1948         was specified.
1950         * emacs-lisp/trace.el (trace-values): New function.
1952         * files.el: Allow : in local variables (bug#14089).
1953         (hack-local-variable-regexp): New var.
1954         (hack-local-variables-prop-line, hack-local-variables): Use it.
1956 2013-04-13  Roland Winkler  <winkler@gnu.org>
1958         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
1959         data before it gets modified by bibtex-beginning-of-entry.
1961 2013-04-13  Roland Winkler  <winkler@gnu.org>
1963         * textmodes/bibtex.el (bibtex-url): Doc fix.
1965 2013-04-13  Roland Winkler  <winkler@gnu.org>
1967         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1968         does not visit a BibTeX file, exclude it from the list of buffers
1969         returned by bibtex-initialize.
1971 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1973         * window.el (split-window): Remove interactive form, since as a
1974         command this function is a special case of split-window-below.
1975         Correct doc string.
1977 2013-04-12  Roland Winkler  <winkler@gnu.org>
1979         * faces.el (read-face-name): Do not override value of arg default.
1980         Allow single faces and strings as default values.  Remove those
1981         elements from return value that are not faces.
1982         (describe-face): Simplify.
1983         (face-at-point): New optional args thing and multiple so that this
1984         function can provide the same functionality previously provided by
1985         read-face-name.
1986         (make-face-bold, make-face-unbold, make-face-italic)
1987         (make-face-unitalic, make-face-bold-italic, invert-face)
1988         (modify-face, read-face-and-attribute): Use face-at-point.
1990         * cus-edit.el (customize-face, customize-face-other-window)
1991         * cus-theme.el (custom-theme-add-face)
1992         * face-remap.el (buffer-face-set)
1993         * facemenu.el (facemenu-set-face): Use face-at-point.
1995 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
1997         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1999 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
2001         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2002         off leading { and trailing } from field values.
2004 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * emacs-lisp/timer.el (timer--check): New function.
2007         (timer--time, timer-set-function, timer-event-handler): Use it.
2008         (timer-set-idle-time): Simplify.
2009         (timer--activate): CSE.
2010         (timer-event-handler): Give more info in error message.
2011         (internal-timer-start-idle): New function, moved from C.
2013         * mpc.el (mpc-proc): Add `restart' argument.
2014         (mpc-proc-cmd): Use it.
2015         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2016         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2017         less often.
2019 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
2021         * progmodes/sh-script.el: Implement `sh-mode' own
2022         `add-log-current-defun-function' (bug#14112).
2023         (sh-current-defun-name): New function.
2024         (sh-mode): Use the function.
2026 2013-04-09  Bastien Guerry  <bzg@gnu.org>
2028         * simple.el (choose-completion-string): Fix docstring (bug#14163).
2030 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2032         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2034         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2035         timer (bug#14156).
2037 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
2039         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2040         declaration.
2042 2013-04-07  Leo Liu  <sdl.web@gmail.com>
2044         * pcmpl-x.el: New file.
2046 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
2048         Do not set x-display-name until X connection is established.
2049         This is needed to prevent from weird situation described at
2050         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2051         * frame.el (make-frame): Set x-display-name after call to
2052         window system initialization function, not before.
2053         * term/x-win.el (x-initialize-window-system): Add optional
2054         display argument and use it.
2055         * term/w32-win.el (w32-initialize-window-system):
2056         * term/ns-win.el (ns-initialize-window-system):
2057         * term/pc-win.el (msdos-initialize-window-system):
2058         Add compatible optional display argument.
2060 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
2062         * files.el (normal-backup-enable-predicate): On MS-Windows and
2063         MS-DOS compare truenames of temporary-file-directory and of the
2064         file, so that 8+3 aliases (usually found in $TEMP on Windows)
2065         don't fail comparison by compare-strings.  Also, compare file
2066         names case-insensitively on MS-Windows and MS-DOS.
2068 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2070         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2071         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2073 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
2075         * whitespace.el (whitespace-color-on, whitespace-color-off):
2076         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2078 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
2080         * ispell.el (ispell-set-spellchecker-params):
2081         Really set `ispell-args' for all equivs.
2083 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * ido.el (ido-completions): Use extra elements of ido-decorations
2086         (bug#14143).
2087         (ido-decorations): Update docstring.
2089 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
2091         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2092         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2093         nil during initialization, in order not to miss changes since the
2094         file was opened.  (Bug#14140)
2096 2013-04-05  Leo Liu  <sdl.web@gmail.com>
2098         * kmacro.el (kmacro-call-macro): Fix bug#14135.
2100 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
2102         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2104 2013-04-04  Glenn Morris  <rgm@gnu.org>
2106         * electric.el (electric-pair-inhibit-predicate): Add :version.
2108 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2111         when a package is required several times (bug#14082).
2113 2013-04-04  Roland Winkler  <winkler@gnu.org>
2115         * faces.el (read-face-name): Behave as promised by the docstring.
2116         Assume that arg default is a list of faces.
2117         (describe-face): Call read-face-name with list of default faces.
2119 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2121         * bookmark.el: Fix deletion of bookmarks (bug#13972).
2122         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2123         (bookmark-bmenu-execute-deletions): Only skip first line if it's
2124         the header.
2125         (bookmark-exit-hook-internal): Save even if list is empty.
2127 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
2129         * emacs-lisp/package.el (package-pinned-packages): New var.
2130         (package--add-to-archive-contents): Obey it (bug#14118).
2132 2013-04-03  Alan Mackenzie  <acm@muc.de>
2134         Handle `parse-partial-sexp' landing inside a comment opener
2135         (Bug#13244). Also adapt to the new values of element 7 of a parse
2136         state.
2138         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2139         parameter `not-in-delimiter'.  Handle being inside comment opener.
2140         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2141         character in case we're typing a '*' after a '/'.
2142         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2143         instead by passing the parameter to c-state-pp-to-literal.
2145         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2146         for elt. 7 of a parse state.
2148 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
2150         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2151         * international/latin1-disp.el, international/mule-util.el:
2152         * language/cyril-util.el, language/european.el, language/ind-util.el:
2153         * language/lao-util.el, language/thai.el, language/tibet-util.el:
2154         * language/tibetan.el, language/viet-util.el:
2155         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2157 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2159         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2160         (electric-pair-post-self-insert-function): Use it.
2161         (electric-pair-default-inhibit): New function, extracted from
2162         electric-pair-post-self-insert-function.
2164 2013-03-31  Roland Winkler  <winkler@gnu.org>
2166         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2168 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2172 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
2174         Un-indent after "pass" and "return" statements (Bug#13888)
2175         * progmodes/python.el (python-indent-block-enders): New var.
2176         (python-indent-calculate-indentation): Use it.
2178 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
2180         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2181         defun.  Defining it as defalias could introduce too eager
2182         byte-compiler optimization.  (Bug#14030)
2184 2013-03-30  Chong Yidong  <cyd@gnu.org>
2186         * iswitchb.el (iswitchb-read-buffer): Fix typo.
2188 2013-03-30  Leo Liu  <sdl.web@gmail.com>
2190         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2191         (kmacro-execute-from-register): Pass the keyboard macro to
2192         kmacro-call-macro or repeating won't work correctly.
2194 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
2196         * progmodes/subword.el: Back to using `forward-symbol'.
2198         * subr.el (forward-whitespace, forward-symbol)
2199         (forward-same-syntax): Move from thingatpt.el.
2201 2013-03-29  Leo Liu  <sdl.web@gmail.com>
2203         * kmacro.el (kmacro-to-register): New command.
2204         (kmacro-execute-from-register): New function.
2205         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
2207 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * mpc.el: Use defvar-local and setq-local.
2210         (mpc--proc-connect): Connection failures are not bugs.
2211         (mpc-mode-map): `follow-link' only applies to the buffer's content.
2212         (mpc-volume-map): Bind to the up-events.
2214 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2216         * progmodes/subword.el (superword-mode): Use `forward-sexp'
2217         instead of `forward-symbol'.
2219 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2221         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2222         (edebug--recursive-edit): Use it.
2223         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2224         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2226 2013-03-28  Leo Liu  <sdl.web@gmail.com>
2228         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
2230 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
2232         * facemenu.el (list-colors-callback): New defvar.
2233         (list-colors-redisplay): New function.
2234         (list-colors-display): Install list-colors-redisplay as the
2235         revert-buffer-function.  (Bug#14063)
2237 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2239         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2240         and suffixes don't overlap (bug#14061).
2242         * case-table.el: Use lexical-binding.
2243         (case-table-get-table): New function.
2244         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
2246 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2248         * progmodes/subword.el: Add `superword-mode' to do word motion
2249         over symbol_words (parallels and leverages `subword-mode' which
2250         does word motion inside MixedCaseWords).
2252 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2254         * eshell/em-unix.el: Move su and sudo to...
2255         * eshell/em-tramp.el: ...Eshell tramp module.
2257 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2259         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2260         Change return value to be a sexp.  Delay `get-buffer' to after
2261         restoring the desktop (bug#13951).
2263 2013-03-26  Leo Liu  <sdl.web@gmail.com>
2265         * register.el: Move semantic tag handling back to
2266         cedet/semantic/senator.el.  (Bug#14052)
2268 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2270         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2271         into the prompt either (bug#13963).
2273 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2276         part of "(error-foo)".
2278 2013-03-24  Juri Linkov  <juri@jurta.org>
2280         * replace.el (list-matching-lines-prefix-face): New defcustom.
2281         (occur-1): Pass `list-matching-lines-prefix-face' to the function
2282         `occur-engine' if `face-differs-from-default-p' returns t.
2283         (occur-engine): Add `,' inside backquote construct to evaluate
2284         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
2285         Pass `prefix-face' to the functions `occur-context-lines' and
2286         `occur-engine-add-prefix'.
2287         (occur-engine-add-prefix, occur-context-lines): Add optional arg
2288         `prefix-face' and propertize the prefix with `prefix-face'.
2289         (Bug#14017)
2291 2013-03-24  Leo Liu  <sdl.web@gmail.com>
2293         * nxml/rng-valid.el (rng-validate-while-idle)
2294         (rng-validate-quick-while-idle): Guard against deleted buffer.
2295         (Bug#13999)
2297         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2298         is the last entry in kill-buffer-hook.
2300         * files.el (kill-buffer-hook): Doc fix.
2302 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
2304         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2305         Make it safe-local.
2307         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2309 2013-03-23  Leo Liu  <sdl.web@gmail.com>
2311         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2312         Remove.
2314         * nxml/rng-valid.el (rng-validate-mode)
2315         (rng-after-change-function, rng-do-some-validation):
2316         * nxml/rng-maint.el (rng-validate-buffer):
2317         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2318         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2319         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2320         (nxml-extend-after-change-region): Use with-silent-modifications.
2322         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2323         timer-idle-list.
2325         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2326         (rng-next-error-1, rng-previous-error-1): Do not let-bind
2327         timer-idle-list.  (Bug#13999)
2329 2013-03-23  Juri Linkov  <juri@jurta.org>
2331         * info.el (info-index-match): New face.
2332         (Info-index, Info-apropos-matches): Add a nested subgroup to the
2333         main pattern and add text properties with the new face to matches
2334         in index entries relative to the beginning of the index entry.
2335         (Bug#14015)
2337 2013-03-21  Eric Ludlam  <zappo@gnu.org>
2339         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2340         Inhibit read only while inserting objects.
2342 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2344         * progmodes/cfengine.el: Update docs to mention
2345         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
2346         symbol motion.  Remove "_" from the word syntax.
2348 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
2350         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2351         syntax for both `cfengine2-mode' and `cfengine3-mode'.
2353 2013-03-20  Juri Linkov  <juri@jurta.org>
2355         * info.el (Info-next-reference-or-link)
2356         (Info-prev-reference-or-link): New functions.
2357         (Info-next-reference, Info-prev-reference): Use them.
2358         (Info-try-follow-nearest-node): Handle footnote navigation.
2359         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
2361 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2363         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2364         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2366 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
2368         Suppress unnecessary non-ASCII chatter during build process.
2369         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2370         (batch-skkdic-convert): Suppress most of the chatter.
2371         It's not needed so much now that machines are faster,
2372         and its non-ASCII component was confusing; see Dmitry Gutov in
2373         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2375 2013-03-20  Leo Liu  <sdl.web@gmail.com>
2377         * ido.el (ido-chop): Fix bug#10994.
2379 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2381         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2382         Remove vars.
2383         (whitespace-color-on, whitespace-color-off):
2384         Use `font-lock-fontify-buffer' (Bug#13817).
2386 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2389         remapping in mode-line.
2390         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2392 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2394         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2395         value for `whitespace-line' face (Bug#13875).
2396         (whitespace-font-lock-keywords): Change description.
2397         (whitespace-color-on): Don't save `font-lock-keywords' value, save
2398         the constructed keywords instead.
2399         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2401 2013-03-19  Leo Liu  <sdl.web@gmail.com>
2403         * progmodes/compile.el (compilation-display-error): New command.
2404         (compilation-mode-map, compilation-minor-mode-map): Bind it to
2405         C-o.  (Bug#13992)
2407 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2409         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2411 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
2413         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2415 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
2417         * net/tramp-compat.el (tramp-compat-user-error): New defun.
2419         * net/tramp-adb.el (tramp-adb-handle-shell-command):
2420         * net/tramp-gvfs.el (top):
2421         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2422         (tramp-handle-shell-command): Use it.
2423         (tramp-dissect-file-name): Raise an error when hostname is a
2424         method name, and neither method nor user is specified.
2426         * net/trampver.el: Update release number.
2428 2013-03-18  Leo Liu  <sdl.web@gmail.com>
2430         Make sure eldoc can be turned off properly.
2431         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2432         eldoc-mode.
2433         (eldoc-display-message-p): Revert last change.
2434         (eldoc-display-message-no-interference-p)
2435         (eldoc-print-current-symbol-info): Tweak.
2437 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
2439         * doc-view.el (doc-view-new-window-function): Check the new window
2440         overlay's display property instead the char property of the
2441         buffer's first char.  Use `with-selected-window' instead of
2442         `save-window-excursion' with `select-window'.
2443         (doc-view-document->bitmap): Check the current doc-view overlay's
2444         display property instead the char property of the buffer's first char.
2446 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2448         Automate the build of ja-dic.el (Bug#13984).
2449         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2450         from the input, rather than assume that it's been done for us by the
2451         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
2452         the current date into a ja-dic.el comment, as that complicates
2453         regression testing.
2455 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2457         * whitespace.el: Fix double evaluation.
2458         (whitespace-space, whitespace-hspace, whitespace-tab)
2459         (whitespace-newline, whitespace-trailing, whitespace-line)
2460         (whitespace-space-before-tab, whitespace-indentation)
2461         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2462         obsolete defvars.
2463         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2464         (whitespace-color-on): Use a single font-lock-add-keywords call.
2465         Fix double-evaluation of face variables.
2467 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
2469         * net/tramp-adb.el (tramp-adb-parse-device-names):
2470         Use `start-process' instead of `call-process'.  Otherwise, the
2471         function might be blocked under MS Windows.  (Bug#13299)
2473 2013-03-17  Leo Liu  <sdl.web@gmail.com>
2475         Extend eldoc to display info in the mode-line.  (Bug#13978)
2476         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2477         (eldoc-mode-line-string): New variable.
2478         (eldoc-minibuffer-message): New function.
2479         (eldoc-message-function): New variable.
2480         (eldoc-message): Use it.
2481         (eldoc-display-message-p)
2482         (eldoc-display-message-no-interference-p):
2483         Support eldoc-post-insert-mode.
2485         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2486         (eval-expression): Run it.
2488 2013-03-17  Roland Winkler  <winkler@gnu.org>
2490         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2491         strings in the list of return values.
2493 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
2495         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2496         radix before checking for HMS forms.
2498 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2500         * progmodes/scheme.el: Add indentation and font-locking for Î».
2501         (Bug#13975)
2503 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2506         token before point (bug#13942).
2508 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2510         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
2512 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
2514         * startup.el (command-line-normalize-file-name): Fix handling of
2515         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
2516         <xfq.free@gmail.com> in
2517         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2519 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
2521         Sync with Tramp 2.2.7.
2523         * net/trampver.el: Update release number.
2525 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
2527         * doc-view.el Fix bug#13887.
2528         (doc-view-insert-image): Don't modify overlay associated to
2529         non-live windows, and implement horizontal centering of image in
2530         case it's smaller than the window.
2531         (doc-view-new-window-function): Force redisplay of new windows on
2532         doc-view buffers.
2534 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
2536         * saveplace.el (save-place-alist-to-file): Don't sort
2537         `save-place-alist', just pretty-print it (bug#13882).
2539 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
2541         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2542         whether `default-file-name-coding-system' is bound.  It isn't in
2543         XEmacs.
2545 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2547         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2548         backquotes for `obsolete' (bug#13929).
2550         * international/mule.el (find-auto-coding): Include file name in
2551         obsolescence warning (bug#13922).
2553 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2555         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2556         for CFEngine 3-specific indentation.
2557         (cfengine3-indent-line): Use it.  Fix up category regex.
2558         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2560 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * type-break.el (type-break-file-name):
2563         * textmodes/remember.el (remember-data-file):
2564         * strokes.el (strokes-file):
2565         * shadowfile.el (shadow-initialize):
2566         * saveplace.el (save-place-file):
2567         * ps-bdf.el (bdf-cache-file):
2568         * progmodes/idlwave.el (idlwave-config-directory):
2569         * net/quickurl.el (quickurl-url-file):
2570         * international/kkc.el (kkc-init-file-name):
2571         * ido.el (ido-save-directory-list-file):
2572         * emulation/viper.el (viper-custom-file-name):
2573         * emulation/vip.el (vip-startup-file):
2574         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2575         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2577 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
2579         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2580         * language/thai-word.el: Switch to UTF-8.
2582 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2586 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2588         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2589         Use with-current-buffer and don't move point.
2590         (net-utils-run-simple): Remove useless code.
2591         (net-utils-remove-ctl-m): Remove unused custom.
2593 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
2595         * international/characters.el (glyphless-set-char-table-range): New fun.
2596         (update-glyphless-char-display): Use it (bug#13744).
2598 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2600         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2601         namespaces in the syntax, indent closer for hanging brace
2602         correctly, allow single-quote delimited 'strings', and make
2603         `cfengine3-mode' the default.
2605 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
2607         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2608         Use lexical-binding.  Fix up docstring according to conventions.
2609         (gdbmi-debug-mode): New var.
2610         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2611         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2612         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2613         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2614         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2615         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2616         (gdbmi-bnf-incomplete-record-result): New functions.
2617         (gdb-car<): Remove function.
2618         (gdbmi-record-list): Remove variable.
2619         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2620         (gdbmi-bnf-result-state-configs): New const.
2621         (gud-gdbmi-marker-filter): Rewrite.
2622         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2623         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2624         Add `token' argument.
2625         (gdb-done, gdb-error): New functions.
2626         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
2628 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2630         * term/xterm.el (xterm--report-background-handler): Don't burp
2631         upon timeout.
2632         (xterm--version-handler): Extract from terminal-init-xterm.
2633         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
2634         Allow multiple handlers.
2635         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2637         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
2638         (xterm--report-background-handler, xterm--query): New functions.
2639         (terminal-init-xterm): Use them.
2641 2013-03-11  Michael R. Mauger  <michael@mauger.com>
2643         * progmodes/sql.el Version 3.2
2644         Please note that my address changed to <michael@mauger.com>;
2645         the <mmaug@yahoo.com> address remains active.
2646         (sql-connection-alist): Updates documentation to fix bug#13715.
2647         (sql-connect): Handle missing `sql-connection-alist' correctly.
2648         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2649         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2650         property.
2651         (sql-default-value): New function.
2652         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2653         values were not used.
2654         (sql-rename-buffer): Make sure alternate buffer name has no text
2655         properties.
2656         (sql-input-sender, sql-execute-feature): Fetch variable with
2657         `buffer-local-value' rather than `with-current-buffer'.
2658         (sql-*): Use #' function syntax consistently.
2659         (sql-*): Use message/error/user-error consistently.
2661 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * xt-mouse.el (xterm-mouse-event-read): Remove.
2664         (xterm-mouse--read-event-sequence-1000)
2665         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2667 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * term/xterm.el (xterm-function-map): Support format used with
2670         formatOtherKeys=1 (bug#13839).
2672         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2673         (with-no-warnings): Use `declare'.
2675         * whitespace.el (whitespace-enable-predicate): New variable.
2676         (whitespace-enable-predicate): Use it.
2678         * comint.el (comint-send-input, comint-snapshot-last-prompt)
2679         (comint-output-filter, comint-update-fence):
2680         Use with-silent-modifications.
2682 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
2684         * replace.el (occur-read-regexp-defaults-function): New var.
2685         (occur-read-regexp-defaults): New defun.
2686         (occur-read-primary-args): Propagate above change (bug#13892).
2688 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * mouse.el (mouse-drag-track): Remove left-over debugging code.
2692 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
2694         Major rewrite due to changed D-Bus interface of GVFS 1.14.
2696         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2697         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2698         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2699         New defconst.
2700         (tramp-gvfs-file-name-handler-alist) [directory-files]
2701         [directory-files-and-attributes, file-exists-p, file-modes]:
2702         Use Tramp default handler.
2703         [file-acl, file-selinux-context, process-file, set-file-acl]:
2704         [set-file-modes, set-file-selinux-context, shell-command]:
2705         [start-file-process]: Remove handler.
2706         [verify-visited-file-modtime]: New handler.
2707         (tramp-gvfs-dbus-string-to-byte-array)
2708         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
2709         calls of `dbus-string-to-byte-array' and
2710         `tramp-gvfs-dbus-byte-array-to-string'.
2711         (tramp-gvfs-handle-copy-file)
2712         (tramp-gvfs-handle-delete-directory)
2713         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2714         (tramp-gvfs-handle-file-directory-p)
2715         (tramp-gvfs-handle-file-executable-p)
2716         (tramp-gvfs-handle-file-name-all-completions)
2717         (tramp-gvfs-handle-file-readable-p)
2718         (tramp-gvfs-handle-file-writable-p)
2719         (tramp-gvfs-handle-insert-directory)
2720         (tramp-gvfs-handle-insert-file-contents)
2721         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2722         (tramp-gvfs-handle-set-visited-file-modtime)
2723         (tramp-gvfs-handle-write-region): Rewrite.
2724         (tramp-gvfs-handle-file-acl)
2725         (tramp-gvfs-handle-file-selinux-context)
2726         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2727         (tramp-gvfs-handle-set-file-modes)
2728         (tramp-gvfs-handle-set-file-selinux-context)
2729         (tramp-gvfs-handle-shell-command)
2730         (tramp-gvfs-handle-start-file-process)
2731         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2732         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2733         over the symlinks.  Fix user handling.
2734         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2735         of the D-Bus signals.
2736         (tramp-gvfs-connection-mounted-p): Handle different names of the
2737         D-Bus methods.
2738         (tramp-gvfs-mount-spec-entry): New defun.
2739         (tramp-gvfs-mount-spec): Use it.
2740         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2741         there is a share name.  Handle different names of the D-Bus
2742         signals and methods.  Set connection properties needed for
2743         `tramp-check-cached-permissions'.
2744         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2745         Return t or nil.
2747         * net/tramp.el (tramp-backtrace): Move up.
2748         (tramp-error): Dump a backtrace into the debug buffer when
2749         `tramp-verbose > 9.
2750         (tramp-file-mode-type-map, tramp-file-mode-from-int)
2751         (tramp-file-mode-permissions, tramp-get-local-uid)
2752         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2753         tramp-sh.el.
2755         * net/tramp-sh.el (tramp-file-mode-type-map)
2756         (tramp-check-cached-permissions, tramp-file-mode-from-int)
2757         (tramp-file-mode-permissions, tramp-get-local-uid)
2758         (tramp-get-local-gid): Move to tramp.el.
2760 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2762         Separate mouse-1-click-follows-link from mouse-drag-region.
2763         * mouse.el (mouse--down-1-maybe-follows-link): New function.
2764         (key-translation-map): Use it to implement mouse-1-click-follows-link.
2765         (mouse-drag-line, mouse-drag-track):
2766         Remove mouse-1-click-follows-link code.
2767         (mouse--remap-link-click-p): Remove.
2769 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
2771         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2772         (hi-lock-read-regexp-defaults):  New defun.
2773         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2774         (hi-lock-face-phrase-buffer): Propagate above change.
2775         Update docstring (bug#13892).
2777         * subr.el (find-tag-default-as-regexp): New defun.
2778         * replace.el (read-regexp): Propagate above change.
2780 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
2782         * calc/calc-units.el (calc-convert-units): Fix the way that default
2783         new units are stored.
2785 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2787         * bookmark.el: Define a face to highlight bookmark names in
2788         bookmark menu buffers, where the default is a bold face similarly
2789         to buffer names in buffer menu buffers.
2790         (bookmark-menu-bookmark): New face to highlight bookmark names.
2791         (bookmark-insert-location): Remove duplicated text property to
2792         conform to buffer list (see `list-buffers').
2793         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2794         `bookmark-menu-bookmark' to bookmark names.
2796 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2797             Karl Fogel  <kfogel@red-bean.com>
2799         * bookmark.el: Display the bookmark list header similarly to the
2800         buffer list header (see `list-buffers'), where the default is now
2801         an immovable/immutable header line.
2802         (bookmark-bmenu-use-header-line): New variable.
2803         (bookmark-bmenu-inline-header-height): New name for
2804         `bookmark-bmenu-header-height', to avoid confusion with the code
2805         for the new immovable header.  All references changed.
2806         (bookmark-bmenu-set-header): New function.
2807         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2808         Conditionalize header construction accordingly.
2809         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2810         the inline header height.
2811         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2812         Conditionalize the skipping of the inline header height.
2814 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
2816         * progmodes/js.el (js--multi-line-declaration-indentation):
2817         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2819 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
2821         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2822         Only propertize regexp when not inside a string (Bug#13885).
2824 2013-03-06  Alan Mackenzie  <acm@muc.de>
2826         Correct the position of point in some line-up functions.
2827         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2828         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2829         point at column 0 rather than at a random place in the line.
2831 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
2833         * net/tramp-compat.el (tramp-compat-delete-directory):
2834         Implement TRASH argument.
2836 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
2838         Keep pre-existing highlighting in completion candidates (Bug#13250).
2839         * minibuffer.el (completions-first-difference): State that the
2840         face is "added" in the docstring.
2841         (completions-common-part): Same.  And don't inherit from default.
2842         (completion-hilit-commonality): Prepend 'completions-common-part
2843         and 'completion-first-difference faces to the 'face property,
2844         instead of replacing the value(s).
2845         (completion--insert-strings): Same with 'completions-annotations face.
2846         (completion-hilit-commonality): Use 'face instead of
2847         'font-lock-face, because it gets priority if the completion
2848         strings already have 'face set.
2850 2013-03-04  Alan Mackenzie  <acm@muc.de>
2852         Replace `last-command-event' by `last-command-char' in XEmacs.
2853         * progmodes/cc-defs.el (c-last-command-char): New macro.
2854         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2855         (c-semi&comma-no-newlines-before-nonblanks)
2856         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2857         in place of `last-command-event'.
2858         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2859         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2860         (c-electric-paren, c-electric-continued-statement): Use the new
2861         macro in place of `last-command-event'.
2863 2013-03-04  Glenn Morris  <rgm@gnu.org>
2865         * files.el (inhibit-local-variables-regexps):
2866         Add .diff and .patch.  (Bug#13862)
2868 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
2870         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2871         whether the "su" command is available on the device.
2873 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2875         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2876         (tramp-adb-handle-process-file): Remove superfluous setting.
2877         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2878         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2879         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2881 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2883         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2884         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
2885         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2886         Use dict-key rather than dict-name for the error message.
2888 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2890         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2891         when reverting (bug#13831).
2893 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2895         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2896         Always expand affix-file before storing to protect against changed
2897         `default-directory'.
2898         (ispell-print-if-debug): Make sure message is printed at the end
2899         of the debug buffer.
2901 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2903         * net/tramp.el (tramp-obsolete-methods): New defconst.
2904         (tramp-warned-obsolete-methods): New defvar.
2905         (tramp-find-method): Check for obsolete methods.  Map them to a
2906         replacement method if appropriate.
2908         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2909         Remove methods.
2910         (top): Remove completion functions for "scp1", "scp2", "ssh1",
2911         "ssh2" and "plink1".
2913 2013-02-28  Dale Sedivec  <dale@codefu.org>
2915         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2916         Return valid syntax-table property value when converting
2917         quotes within text from string syntax to punctuation syntax (bug#13844).
2919 2013-02-28  Juri Linkov  <juri@jurta.org>
2921         * dired-aux.el (dired-diff): If file at point is a backup file,
2922         use its original as the default value, and reverse the order
2923         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
2925 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
2927         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
2928         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
2930 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2932         Initial support for hunspell dictionaries auto-detection (Bug#13639)
2934         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2935         Ask hunspell about available and default dictionaries.
2936         (ispell-parse-hunspell-affix-file): Extract relevant info from
2937         hunspell affix file.
2938         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2939         `ispell-dictionary-alist' entry for given dictionary after info
2940         provided by `ispell-parse-hunspell-affix-file'.
2941         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2942         of parsed hunspell dicts and associated affix files.
2943         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2944         of parsed hunspell dicts and associated parameters.
2945         (ispell-set-spellchecker-params):
2946         Call `ispell-find-hunspell-dictionaries' if hunspell and not
2947         previously done.
2948         (ispell-start-process):
2949         Call `ispell-hunspell-fill-dictionary-entry' for current
2950         dictionary if it is not initialized.
2952 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2954         * imenu.el: Comment nitpicks.
2956 2013-02-28  Sam Steingold  <sds@gnu.org>
2958         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2959         See <http://stackoverflow.com/questions/14720205>.
2961 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2963         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2964         (net-utils-mode): Use it.
2965         (net-utils--revert-cmd): New var.
2966         (net-utils-run-simple): Set it, and remove bogus interactive spec.
2967         (traceroute): Use net-utils-run-simple.
2969 2013-02-28  Glenn Morris  <rgm@gnu.org>
2971         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2973 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2976         (doc-view-fallback-mode): Remove overlays here.
2977         (doc-view-toggle-display): Instead of here.  Don't throw away
2978         image-mode-winprops-alist.
2979         (doc-view-goto-page): Don't mess with hscroll.
2981 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2983         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2984         &optional (bug#13819).
2986 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
2988         * net/tramp-adb.el (tramp-adb-parse-device-names)
2989         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
2991 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
2993         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2994         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2995         defined.  POSIX environments fall back to the "C" locale then and
2996         emit a warning, which shall be suppressed.
2998 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3001         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3003 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3005         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3007 2013-02-25  Juri Linkov  <juri@jurta.org>
3009         * replace.el (read-regexp): Let-bind `default' to the first
3010         element of `defaults' if it's a list, otherwise it should be
3011         a string or nil.  Let-bind `suggestions' to `defaults' if it's
3012         a list, otherwise make a list with the string value.  Doc fix.
3013         (Bug#13805)
3015 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
3017         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3018         that match "\`\.#", to avoid compiling lock files, even if they
3019         are readable (as they are on MS-Windows).
3021 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * files.el (basic-save-buffer): Remove redundant directory-creation.
3025 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
3027         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3028         Add option to force `pi' to remain symbolic.
3029         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3030         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3031         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3032         derivatives, when necessary.
3034 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
3036         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3037         (ps-mode-octal-region): Use string-make-unibyte.
3039 2013-02-23  Glenn Morris  <rgm@gnu.org>
3041         * emulation/viper-cmd.el (viper-submit-report):
3042         * progmodes/ps-mode.el (ps-mode-maintainer-address):
3043         * progmodes/vera-mode.el (vera-mode-help-address):
3044         * textmodes/artist.el (artist-maintainer-address):
3045         * textmodes/reftex.el (reftex-report-bug):
3046         * vc/ediff-util.el (ediff-submit-report):
3047         Add bug-gnu-emacs to bug report address.
3049         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3050         Remove bug report entries.
3051         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3053         * emacs-lisp/bytecomp.el (byte-compile-level): New.
3054         (byte-compile-file, byte-compile-from-buffer):
3055         Use separate input/output buffers for each level of recursive
3056         byte-compile-file calls.  (Bug#13787)
3058 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
3060         * net/tramp.el (tramp-methods): Fix docstring.
3061         (tramp-ssh-controlmaster-options): Rename it from
3062         `tramp-ssh-controlmaster-template'.  Return a string.
3063         (tramp-default-method): Adapt check for
3064         `tramp-ssh-controlmaster-options'.
3066         * net/tramp-sh.el (tramp-methods):
3067         Replace `tramp-ssh-controlmaster-template' by "%c".
3068         (tramp-do-copy-or-rename-file-out-of-band)
3069         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
3070         that it is applied for the first hop only.
3072 2013-02-22  Juri Linkov  <juri@jurta.org>
3074         * isearch.el (isearch-lazy-highlight-new-loop):
3075         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3076         to `isearch-other-end' if it is not nil.  (Bug#13402)
3078         * replace.el (replace-highlight): Let-bind `isearch-other-end'
3079         to `match-beg'.
3081         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3082         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3083         and `isearch-error' to nil.
3085 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3087         * progmodes/python.el (python-info-current-defun):
3088         Enhance match-data cluttering prevention.
3090 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
3092         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3094         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3095         Handle multibyte file names.
3097 2013-02-22  Glenn Morris  <rgm@gnu.org>
3099         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3100         (sgml-transformation-function): Give it a :set function.
3101         (sgml-tag): Doc fix.
3103         * cmuscheme.el (scheme-buffer):
3104         * progmodes/inf-lisp.el (inferior-lisp-buffer):
3105         * progmodes/tcl.el (inferior-tcl-buffer):
3106         * textmodes/tex-mode.el (tex-command): Doc fixes.
3108         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3110         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
3112 2013-02-21  Bastien Guerry  <bzg@gnu.org>
3114         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
3116 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3118         * progmodes/python.el (python-info-current-defun):
3119         Enhance match-data cluttering prevention.
3121 2013-02-21  Glenn Morris  <rgm@gnu.org>
3123         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3124         loaded while outline-regexp is let bound.  (Bug#9584)
3126 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3128         * progmodes/python.el (python-info-current-defun): Fix failed
3129         defun name retrieval because of unwanted match-data cluttering.
3131 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
3133         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3134         defconst.  Apply independent check for ControlPersist.
3136         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3137         temporarily, via "env".
3139 2013-02-21  Glenn Morris  <rgm@gnu.org>
3141         * info.el (Info-enable-edit): Remove.
3142         (Info-edit): Disable it rather than using Info-enable.
3143         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3144         (Info-cease-edit): Make editing of Info files obsolete.
3146         * informat.el (Info-tagify):
3147         Handle buffers not visiting files.  (Bug#13763)
3149 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
3151         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3153 2013-02-21  Glenn Morris  <rgm@gnu.org>
3155         * files.el (basic-save-buffer): Move check for existing parent
3156         directory after hooks.  (Bug#13773)
3158 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3160         * simple.el (command-execute): Move from C.  Add obsolete check.
3161         (extended-command-history): Move from C.
3163 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
3165         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3166         (jka-compr-mode-alist-additions): Handle .txz suffix for
3167         XZ-compressed tar archives (bug#13770).
3169 2013-02-20  Bastien Guerry  <bzg@gnu.org>
3171         * outline.el (outline-regexp, outline-heading-end-regexp):
3172         Make variables, not options (bug#13731).
3174 2013-02-20  Glenn Morris  <rgm@gnu.org>
3176         * image.el (image-current-frame): Change from variable to function.
3177         (image-show-frame): Rename from image-nth-frame.  Update callers.
3178         * image-mode.el (image-multi-frame): New variable.
3179         (image-mode-map, image-mode, image-goto-frame):
3180         Use image-multi-frame rather than image-current-frame.
3181         (image-mode, image-goto-frame): Use image-current-frame as
3182         function rather than as variable.
3184         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3185         * emacs-lisp/cl-macs.el (cl--make-type-test)
3186         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3188 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
3190         * net/tramp-cache.el (tramp-get-hash-table): New defun.
3191         (tramp-get-file-property, tramp-set-file-property)
3192         (tramp-get-connection-property, tramp-set-connection-property): Use it.
3193         (tramp-flush-file-property, tramp-flush-directory-property):
3194         Rename argument to KEY.
3195         (tramp-flush-connection-property): Simplify a little bit.
3196         (tramp-connection-property-p): New defun.
3197         (top): Reapply saved values only if there isn't a corresponding
3198         entry in `tramp-connection-properties'.
3200 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3202         * progmodes/python.el (python-indent-context):
3203         Fix python-info-line-ends-backslash-p call.
3204         (python-info-line-ends-backslash-p)
3205         (python-info-beginning-of-backslash): Respect line-number argument.
3206         (python-info-current-line-comment-p):
3207         Fix behavior when not at beginning-of-line.
3208         (python-util-position): Remove function.
3209         (python-util-goto-line): New function.
3211 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
3213         * eshell/em-unix.el (eshell/su): Require tramp.
3214         (eshell/sudo): Require tramp.  Remove now unnecessary check.
3216         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3217         `tramp-current-connection' in order to avoid an error when several
3218         commands are invoked in a short time in eshell and friends.
3220 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         Cleanup some of EIEIO's namespace.
3223         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3224         Use it to define all the class-* and object-* field accessors (renamed
3225         to eieio--class-* and eieio--object-*).  Update all uses.
3226         (eieio--class-num-slots, eieio--object-num-slots): Rename from
3227         class-num-slots and object-num-slots.
3228         (eieio--check-type): New macro.
3229         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3230         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3231         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3232         (object-assoc-list-safe): Use it.
3233         (eieio-defclass): Tighten regexp.
3234         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
3235         Remove unreachable code.
3236         (object-class-fast): Declare obsolete.
3237         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3238         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3239         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3240         Rename from class-name, object-name, object-set-name-string,
3241         object-class, object-class-name, class-parents, class-children,
3242         class-precedence-list, class-parent; with obsolete alias.
3243         (class-of, class-direct-superclasses, class-direct-subclasses):
3244         Declare obsolete.
3245         (eieio-defmethod): Use `memq'; remove unreachable code.
3246         * emacs-lisp/eieio-base.el (eieio-persistent-read):
3247         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3248         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3250 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3252         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3253         commentary.
3255 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
3257         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3258         Use font-lock-keyword-face for macros and special forms (bug#8345).
3260 2013-02-17  Didier Verna  <didier@didierverna.net>
3262         * net/network-stream.el (network-stream-open-starttls):
3263         Check that response to the starttls-command is non-nil.  (Bug#13706)
3265 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3268         Don't assume all identifier chars have syntax word.
3269         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3270         Remove bar-not-symbol.  Adjust callers.
3271         (lisp-mode-variables): Don't set a font-lock-syntax-table.
3273 2013-02-17  Leo Liu  <sdl.web@gmail.com>
3275         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3277 2013-02-17  Glenn Morris  <rgm@gnu.org>
3279         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3281         * image-mode.el (image-mode-map): Add image-dired menu entry.
3283         * image-dired.el (tumme): Make this alias obsolete.
3285 2013-02-16  Glenn Morris  <rgm@gnu.org>
3287         * image.el (image-animated-types): Remove.
3288         (image-multi-frame-p): Rename from image-animated-p, and generalize.
3289         (image-animated-p): Make obsolete alias.
3290         (image-animate, image-nth-frame, image-animate-timeout):
3291         Use image-multi-frame-p.
3292         (image-animate-timeout): If no delay, use image-default-frame-delay.
3293         * image-mode.el (image-mode, image-toggle-animation):
3294         Use image-multi-frame-p.  (Bug#763, bug#10739)
3295         (image-mode): Adjust startup message for a multi-frame image.
3297         * image-mode.el (image-mode-map): Give it a menu.
3299 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
3301         * net/tramp-cache.el (tramp-connection-properties): New customer
3302         option.
3303         (tramp-get-connection-property): Use it.
3305         * net/tramp-compat.el (top): Require 'trampver.
3307         * net/tramp-sh.el (tramp-remote-process-environment):
3308         Set tramp-autoload cookie.
3310 2013-02-16  Kevin Ryde  <user42@zip.com.au>
3312         * info-look.el (info-lookup-select-mode): If major-mode has no
3313         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3315 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
3317         * replace.el (read-regexp): Tighten the regexp that matches tag.
3318         When tag is retrieved with `find-tag-default', use regexp that
3319         matches tag at point.  Also update docstring (Bug#13687).
3321 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
3323         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3324         add watch for the file, not its parent directory, since w32notify
3325         sets up the watch for the directory internally.  (Bug#13725)
3327 2013-02-16  Glenn Morris  <rgm@gnu.org>
3329         * image.el (image-default-frame-delay): New variable.
3330         (image-animated-p): Use image-default-frame-delay.
3331         (image-minimum-frame-delay): New constant.
3332         (image-animate-timeout): Use image-minimum-frame-delay.
3334         * image.el (image-nth-frame): New, split from image-animate-timeout.
3335         (image-animate-timeout): Use image-nth-frame.
3336         * image-mode.el (image-goto-frame, image-next-frame)
3337         (image-previous-frame): New commands.
3338         (image-mode-map): Add new frame commands.
3340 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
3342         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3343         If col-desc already has help-echo, use it.  (Bug#13563)
3345 2013-02-16  Glenn Morris  <rgm@gnu.org>
3347         * image.el (image-current-frame): New variable.
3348         (image-animate-timeout): Set image-current-frame.
3349         * image-mode.el (image-mode): For animated images,
3350         display a frame counter via mode-line-process.
3352         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3354 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3358 2013-02-15  Alan Mackenzie  <acm@muc.de>
3360         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3361         global minor mode has been enabled, call the minor mode function
3362         for a new buffer once only, after the major mode hook, whilst
3363         allowing that hook explicitly to disable the minor mode.
3364         (MODE-disable-in-buffer): New (generated) function.
3365         (disable-MODE): New (generated) buffer local variable.
3367 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
3369         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3370         `iswitchb-next-match' and `iswitchb-prev-match' resply.
3371         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3372         `ido-next-match' and `ido-prev-match' resply.
3373         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3374         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3375         `icomplete-backward-completions' (Bug#13708).
3377 2013-02-15  Glenn Morris  <rgm@gnu.org>
3379         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3381 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3383         * net/goto-addr.el (goto-address-fontify): Add start and end args.
3384         (goto-address-fontify-region): Use them instead of narrowing, so
3385         syntax-ppss has access to the whole buffer.
3387 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3389         * progmodes/python.el: Explain how to restore "cc-mode"-like
3390         forward-sexp movement in header documentation (Bug#13642).
3391         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3392         comments and strings (GH bug 114).
3394 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3396         * progmodes/python.el (python-info-current-defun): Fix current
3397         defun detection (Bug#13618).
3399 2013-02-15  Chong Yidong  <cyd@gnu.org>
3401         * xml.el (xml-parse-string): Fix typo in handling of bad character
3402         references.
3404 2013-02-15  Glenn Morris  <rgm@gnu.org>
3406         * play/fortune.el (fortune-compile): Simplify and fix previous change.
3408 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
3410         * net/tramp.el (tramp-debug-message):
3411         Add `tramp-condition-case-unless-debug'.
3412         (tramp-debug-on-error): New defvar.
3413         (tramp-condition-case-unless-debug): New defun.
3414         (tramp-file-name-handler): Use it.
3416 2013-02-14  Juri Linkov  <juri@jurta.org>
3418         * info.el (Info-isearch-filter): Treat non-nil values of
3419         `search-invisible' including its default value `open'
3420         like the value `t' to match hidden text.  (Bug#13402)
3422 2013-02-14  Glenn Morris  <rgm@gnu.org>
3424         * help-fns.el (find-lisp-object-file-name): Give special treatment
3425         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
3427 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
3429         * net/quickurl.el (quickurl-save-urls):
3430         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
3432 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
3434         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3435         depth for unfinished percent literal.  Not using it in the caller.
3436         (ruby-move-to-block): Jump over multiline literals of all types,
3437         ignoring code-looking contents inside them.
3438         (ruby-add-log-current-method): Improve performance at the expense
3439         of accuracy.  `ruby-block-contains-point' is relatively slow, so
3440         only use it for method and singleton class blocks.
3442 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3444         Use ControlMaster where applicable.  (Bug#13677)
3446         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3447         replacing `tramp-detect-ssh-controlmaster'.
3448         (tramp-default-method): Use it.
3450         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3451         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3452         arguments.
3453         [scpc, rsyncc]: Remove methods.
3454         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3455         and "ssh2_old".
3456         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3457         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3459 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3461         * emacs-lisp/package.el (package--initialized): Move before first use.
3463 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
3465         * icomplete.el (icomplete-hide-common-prefix): New user option.
3466         (icomplete-first-match): New face.
3467         (icomplete-completions): Correct handling of "complete but not
3468         unique" (Bug#12638).
3470 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
3472         * descr-text.el (describe-char): Display the script (bug#13698).
3474 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * tmm.el: Use lexical-binding and current-active-maps.
3477         (tmm-menubar): Use map-keymap and pcase.
3478         (tmm--completion-table): New function.
3479         (tmm-prompt): Use it to fix the menu order.
3480         (tmm-get-keybind): Use current-active-maps.
3482 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
3484         Add dired-hide-details-mode.  (Bug#6799)
3486         * locate.el (locate-mode): Set parent mode property to dired-mode.
3488         * find-dired.el (find-dired): Call dired-insert-set-properties on
3489         initial information line.  Set process mark on end of buffer.
3490         (find-dired-sentinel):
3491         Call dired-insert-set-properties on summary.
3493         * dired.el (dired-hide-details-hide-symlink-targets)
3494         (dired-hide-details-hide-information-lines): New options.
3495         (dired-insert-directory):
3496         Set properties after final treatment of output.
3497         (dired-insert-set-properties):
3498         Set dired-hide-details-* properties.
3499         (dired-mode-map): Bind dired-hide-details-mode.
3500         (dired-mode): Set buffer-invisibility-spec to a list.
3501         (dired-next-line): Skip hidden lines.
3502         (dired-previous-line): Use dired-next-line.
3503         (dired-hide-details-mode): New minor mode.
3504         (dired-hide-details-update-invisibility-spec): New function.
3506 2013-02-13  Glenn Morris  <rgm@gnu.org>
3508         * play/yow.el: Move to obsolete/.  (Bug#9384)
3510 2013-02-13  Juri Linkov  <juri@jurta.org>
3512         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3513         to select `ediff-control-frame' and set input focus correctly on Xfce.
3514         (Bug#12218)
3516 2013-02-13  Juri Linkov  <juri@jurta.org>
3518         * image-mode.el (image-mode-map):
3519         * doc-view.el (doc-view-mode-map):
3520         * vc/ediff-util.el (ediff-setup-keymap):
3521         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3523 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
3525         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3526         performance.  Instead of recalculating indentation fully for each
3527         line, sum up indentation depth based only on visited lines.
3528         (ruby-parse-partial): Increase the depth after "do" even when END
3529         is right after it.
3530         (ruby-parse-partial): When END is in the middle of a percent
3531         literal, increase the depth if the delimiter chars belong to the
3532         paren syntax class.
3534 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
3536         * play/fortune.el (fortune-compile): Also make the compiled file
3537         if it does not exist at all, not just if it is old.  (Bug#5338)
3539 2013-02-13  Glenn Morris  <rgm@gnu.org>
3541         * emacs-lisp/package.el (package-menu-execute): Doc fix.
3543 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
3545         * lisp/emacs-lisp/package.el (package-menu-execute):
3546         Add optional noquery argument.  (Bug#13625)
3548 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3550         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3551         if DIR exists and PARENTS is non-nil.
3553 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
3555         * progmodes/js.el (js--multi-line-declaration-indentation):
3556         Silence byte-compiler warning.
3558 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
3560         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3562         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3563         only if it doesn't exist.
3565         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3566         Set process marker.
3568 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
3570         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3571         UserInstallation when calling soffice to work around LibreOffice
3572         bug 37531.
3574 2013-02-12  Glenn Morris  <rgm@gnu.org>
3576         * files.el (basic-save-buffer):
3577         Offer to create a non-existing directory.  (Bug#3016)
3579         * calc/calc-graph.el (calc-graph-show-dumb):
3580         * calendar/calendar.el (calendar-mode-map):
3581         * cus-edit.el (custom-mode-map):
3582         * ehelp.el (electric-help-map):
3583         * emulation/vip.el (vip-mode-map):
3584         * epa.el (epa-key-list-mode-map):
3585         * info.el (Info-mode-map):
3586         * mail/rmail.el (rmail-mode-map):
3587         * mail/rmailsum.el (rmail-summary-mode-map):
3588         * man.el (Man-mode-map):
3589         * net/newst-plainview.el (newsticker-mode-map):
3590         * progmodes/cpp.el (cpp-edit-mode-map):
3591         * progmodes/grep.el (grep-mode-map):
3592         * progmodes/idlw-help.el (idlwave-help-mode-map):
3593         * simple.el (special-mode-map):
3594         * startup.el (splash-screen-keymap):
3595         * view.el (view-mode-map):
3596         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3598 2013-02-11  Elias Pipping  <pipping@lavabit.com>
3600         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3601         (bug#13679).
3603 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3607 2013-02-11  Glenn Morris  <rgm@gnu.org>
3609         * vc/diff.el (diff-use-labels): New variable.
3610         (diff-no-select): Use --label rather than -L, and first
3611         check that it is supported.  (Bug#11067)
3613         * files.el (enable-dir-local-variables): New variable.
3614         (hack-dir-local-variables): Respect enable-dir-local-variables.
3615         * tutorial.el (help-with-tutorial):
3616         Ignore directory-local variables.  (Bug#11127)
3618         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3619         (vc-svn-global-switches): ... to here.  (Bug#13513)
3621 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
3623         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3624         Handle "foo (bar, default: xxx): " prompts.
3626 2013-02-10  Chong Yidong  <cyd@gnu.org>
3628         * files.el (basic-save-buffer-1): Do not set
3629         buffer-file-coding-system-explicit (Bug#4533).
3631         * mail/emacsbug.el (report-emacs-bug): Change binding of
3632         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3634 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
3636         * calc/calc.el (calc-allow-units-as-numbers): New variable.
3637         * calc/calc-units.el (calc-convert-units): Use new variable.
3639 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
3641         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3643         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3644         buffer-file-type.
3646         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3647         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3648         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3649         coding-system-for-write instead.
3651         * jka-compr.el (jka-compr-write-region): Don't bind
3652         buffer-file-type.
3654         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3655         buffer-file-type.
3657         * files.el (file-name-buffer-file-type-alist): Remove defvar.
3658         (insert-file-contents-literally): Remove reference to
3659         file-name-buffer-file-type-alist.
3661         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3662         make-obsolete.
3663         (find-buffer-file-type-match, find-buffer-file-type): Remove.
3664         (find-buffer-file-type-coding-system): Remove references to
3665         find-buffer-file-type-match, find-buffer-file-type, and
3666         buffer-file-type.
3667         Don't put find-buffer-file-type-coding-system into
3668         file-coding-system-alist.
3669         (find-file-binary, find-file-text): Bind coding-system-for-read
3670         instead of file-name-buffer-file-type-alist.
3672 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
3674         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3675         converter (Bug#13622).
3676         (doc-view-unoconv-program): Make obsolete alias.
3677         (doc-view-odf->pdf-converter-program): New variable.
3678         (doc-view-odf->pdf-converter-function): New variable.
3679         (doc-view-mode-p): Use it.
3680         (doc-view-odf->pdf-converter-unoconv):
3681         Rename from `doc-view-odf->pdf-converter-unoconv'.
3682         (doc-view-odf->pdf-converter-soffice): New function.
3683         (doc-view-convert-current-doc):
3684         Use `doc-view-odf->pdf-converter-function'.
3686 2013-02-09  Chong Yidong  <cyd@gnu.org>
3688         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3689         view-echo-area-messages (Bug#13340).
3691         * help.el (view-echo-area-messages): Use display-buffer.
3693         * dired-x.el (dired-do-run-mail): Prompt for confirmation
3694         (Bug#13561).
3696 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3698         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3699         Eval body right away, now that we do eager macroexpansion (bug#13605).
3701         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3702         (fundamental-mode): Use run-mode-hooks.
3704         * eshell/esh-proc.el (eshell/kill): Fix last change.
3705         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3707 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3709         * eshell/esh-proc.el (eshell/kill): Rewrite.
3711         * eshell/em-ls.el (show-almost-all): Declare.
3712         (eshell-do-ls): Add support for -A argument.
3714 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
3716         * icomplete.el (icomplete-forward-completions)
3717         (icomplete-backward-completions): Handle corner case (bug#13602).
3719 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
3721         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3722         be nil.  Handle this.  (Bug#13636)
3724 2013-02-07  Richard Stallman  <rms@gnu.org>
3726         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3727         `save-buffer-coding-system'.
3729 2013-02-07  Alan Mackenzie  <acm@muc.de>
3731         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
3732         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3733         (c-parse-state-get-strategy): Don't return 'BOD any more.
3734         (c-append-lower-brace-pair-to-state-cache):
3735         Extra parameter HERE instead of narrowing.
3736         Widen to top of buffer before searching backwards for a brace pair.
3737         (c-state-push-any-brace-pair): Add HERE parameter to function call.
3738         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3739         Narrow to parameter HERE, in place of being called narrowed.
3740         (c-remove-stale-state-cache): Extra parameter HERE in place of
3741         narrowing.  Check there's an open brace in the cache before
3742         searching for its match.
3743         (c-invalidate-state-cache-1): Add HERE parameter to function call.
3744         (c-parse-state-1): Don't narrow here for 'forward strategy,
3745         instead passing extra parameter HERE to several functions.
3746         Remove 'BOD strategy.
3748 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
3750         * emacs-lisp/package.el (describe-package-1): Tell what archive is
3751         used to install the package.
3753 2013-02-06  Glenn Morris  <rgm@gnu.org>
3755         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3756         if we can't get user input.  (Bug#6567)
3758         * startup.el (command-line): If simple.el is missing,
3759         test and warn about for some possible causes.
3761 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
3763         * cus-start.el (all): Add ns-use-native-fullscreen.
3765 2013-02-05  Glenn Morris  <rgm@gnu.org>
3767         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3769         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3770         Fix directory creation in fallback case.
3772 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3774         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3775         (vc-update-change-log): Use dolist.
3777 2013-02-04  Chong Yidong  <cyd@gnu.org>
3779         * thingatpt.el: Rewrite the URL detection routines, absorbing some
3780         code from ffap.el.
3781         (thing-at-point-beginning-of-url-regexp): New var.
3782         (thing-at-point-uri-schemes): Update list of URI schemes.
3783         (thing-at-point-url-regexp): Variable deleted.
3784         (thing-at-point-markedup-url-regexp): Disallow newlines.
3785         (thing-at-point-newsgroup-regexp)
3786         (thing-at-point-newsgroup-heads)
3787         (thing-at-point-default-mail-uri-scheme): New variables.
3788         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
3789         method to find the possible bounds of the URI at point.
3790         New optional argument to find ill-formed URIs.
3791         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
3792         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
3793         the scheme-adding heuristics from ffap-url-at-point.
3794         (thing-at-point--bounds-of-well-formed-url): New function.
3795         Do parens matching to decide whether to include parens in the URI
3796         (Bug#9153).
3798         * ffap.el: Require thingatpt.
3799         (ffap-url-at-point): Delegate URI detection to thing-at-point.
3800         All URI-valid characters are now recognized (Bug#5673).
3801         (ffap-string-at-point): Use use-region-p.
3802         (ffap-url-regexp): Extra character is handled by thing-at-point.
3803         (ffap-string-at-point-mode-alist): Allow parentheses.
3804         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3805         Convert to aliases; code moved to thingatpt.el.
3806         (ffap-gnus-hook): Use setq-local.
3808 2013-02-04  Glenn Morris  <rgm@gnu.org>
3810         * emacs-lisp/ert.el (ert--explain-format-atom):
3811         Don't try to print non-characters as characters.  (Bug#13543)
3813 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
3815         * net/tramp.el (tramp-debug-message): Extend function exclude list.
3816         (tramp-backtrace): New defun.
3817         (tramp-handle-insert-file-contents): Use `visit' when inserting
3818         the local copy.
3820         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3821         Use `remote-file-name-inhibit-cache'.
3823 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3826         (bug#13614).
3828         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3829         current-load-list (bug#13366).
3831 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
3833         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3834         Identify g++ template instantiation trace.  (Bug#12287)
3835         (compilation-mode-hook, compilation-start-hook)
3836         (compilation-window-height): Simplify docstrings.  (Bug#13379)
3838 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * mouse.el (mouse-drag-track): Always deactivate the mark before
3841         running the final event's command since that command is in charge of
3842         activating the mark if needed (bug#13523).
3844 2013-02-02  Juri Linkov  <juri@jurta.org>
3846         * replace.el (perform-replace): Move let-bindings of isearch-*
3847         variables deeper to the loop that searches for the next match.
3848         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3849         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3850         (Bug#13579)
3852         * isearch.el (isearch-search-fun-default): Check for null
3853         first element of isearch-cmds as a precaution when it's used
3854         with inactive isearch.
3856 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
3858         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3859         error when buffer in question is narrowed so position 1 is out of
3860         visible part.
3862 2013-02-02  Glenn Morris  <rgm@gnu.org>
3864         * textmodes/remember.el (remember-clipboard): Doc fix.
3866 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3868         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3869         properties (bug#13179).
3871 2013-02-02  Juri Linkov  <juri@jurta.org>
3873         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3874         instead of hard-coded default face `match'.  (Bug#9438)
3876 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
3878         * vc/vc-arch.el (vc-arch-registered):
3879         * vc/vc-bzr.el (vc-bzr-registered):
3880         * vc/vc-cvs.el (vc-cvs-registered):
3881         * vc/vc-git.el (vc-git-registered):
3882         * vc/vc-hg.el (vc-hg-registered):
3883         * vc/vc-mtn.el (vc-mtn-registered):
3884         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3885         (Bug#13139)
3887         * info.el (Info-next-reference, Info-prev-reference): Add numeric
3888         prefix argument.  (Bug#11656)
3890 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3894 2013-02-01  Glenn Morris  <rgm@gnu.org>
3896         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3897         if the backend is known not to support it.
3899         * imenu.el (imenu-default-create-index-function):
3900         Tweak infinite loop test to check for forward motion as well as none.
3902 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
3904         * net/soap-client.el (soap-invoke): Encode the string for
3905         `url-request-data' as UTF-8.
3906         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3908 2013-02-01  Glenn Morris  <rgm@gnu.org>
3910         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3912         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3914 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
3916         * net/tramp.el (tramp-tramp-file-p): Comment check for
3917         `string-as-unibyte'.  The function does not exist on XEmacs, and
3918         likely we need another approach.
3920         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3921         `tramp-gw-*' variables are bound.
3923 2013-01-31  Glenn Morris  <rgm@gnu.org>
3925         * files.el (basic-save-buffer-2): Choose coding system for
3926         writing the file before backing it up, to reduce delay between
3927         backing up and writing the new version.  (Bug#13522)
3929 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
3931         * simple.el (cycle-spacing): New command.
3932         (just-one-space): Use it.
3934 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3936         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
3937         (opascal-newline-always-indents): Remove custom.
3938         (opascal-tab, opascal-newline): Remove commands.
3939         (opascal-new-comment-line): Insert "\n" instead of calling newline.
3940         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3941         (opascal-save-match-data): Remove, use save-match-data instead.
3942         (opascal-save-state): Use with-silent-modifications.
3944         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3945         (bug#13585).
3947 2013-01-30  Juri Linkov  <juri@jurta.org>
3949         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3950         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
3951         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3953 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3956         column if we're just deleting the backslashes.
3957         (makefile-fill-paragraph): Use eolp.
3959 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3961         * autorevert.el (auto-revert-use-notify): Fix docstring.
3963 2013-01-30  Leo Liu  <sdl.web@gmail.com>
3965         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3967 2013-01-30  Glenn Morris  <rgm@gnu.org>
3969         * mouse.el (mouse-drag-line): Avoid pushing same event onto
3970         unread-command-events twice in some cases.  This tries to implement
3971         the 2012-07-26 changes in a different way.  (Bug#13560)
3973 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3975         * progmodes/python.el
3976         (python-pdbtrack-comint-output-filter-function): Enhancements on
3977         stacktrace detection.  (thanks @gnovak)
3979 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3981         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3982         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3983         Use defvar-local.
3984         (jit-lock-register): Use setq-local.
3986 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
3988         * calc-units.el (math-default-units-table): Remove initial value.
3989         (calc-convert-units): Treat expressions where all the units cancel as
3990         if they didn't have units.
3992 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3994         * net/tramp.el (tramp-process-connection-type): Fix docstring.
3995         (tramp-completion-reread-directory-timeout): Fix type.
3996         (tramp-connection-min-time-diff): New defcustom.
3998         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4000 2013-01-30  Glenn Morris  <rgm@gnu.org>
4002         * imenu.el (imenu-default-create-index-function):
4003         Put back a version of the infinite loop test removed 2013-01-23.
4005 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4007         * progmodes/python.el (python-shell-parse-command):
4008         Find python-shell-interpreter with modified environment.
4010 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4014 2013-01-29  Alan Mackenzie  <acm@muc.de>
4016         Amend to fontify /regexp/s in actions correctly.
4017         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4018         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4019         are no longer included.
4020         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4021         What used to be these variables without "-line" in the name.
4022         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
4023         (c-awk-non-arith-op-bra-re): Now also matches {.
4024         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4025         "return", and "case".
4026         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4027         by /.
4028         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4029         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4031 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
4033         * autorevert.el (auto-revert-use-notify):
4034         Use `custom-initialize-default' for initialization.  (Bug#13583)
4036         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4038         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4039         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
4040         in `tramp-file-name-handler'.
4041         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4042         compatibility.
4043         (tramp-compute-multi-hops): Check, whether
4044         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4046 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4048         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4049         (bug#13297).
4051 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
4053         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4054         checks made superfluous by the \_< operator.
4055         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4056         temporarily) broken indentation.
4057         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4058         Highlight nested constants, too.  \_< broke that.
4060 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
4062         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4063         instead of "\\b".
4065 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
4067         * autorevert.el (auto-revert-handler): Notifications which result
4068         from a saved file shall not be taken into account.  (Bug#13557)
4070 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
4072         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4073         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4074         (lisp-mode): Pass t for it.  (Bug#13556)
4076 2013-01-25  Alan Mackenzie  <acm@muc.de>
4078         AWK Mode: Fix indentation bug at top level.  Bug #12274.
4080         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4081         just before CASE 5D.
4083 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
4085         * net/socks.el (socks-nslookup-host): Use string-to-number.
4087 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
4089         * autorevert.el (auto-revert-remote-files)
4090         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4091         (auto-revert-notify-enabled, auto-revert-use-notify)
4092         (auto-revert-notify-watch-descriptor-hash-list)
4093         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4094         (auto-revert-notify-event-descriptor)
4095         (auto-revert-notify-event-action)
4096         (auto-revert-notify-event-file-name): Doc fix.
4097         (global-auto-revert-mode): Reorder checks.
4098         (auto-revert-notify-rm-watch): Respect changed values of
4099         `auto-revert-notify-watch-descriptor-hash-list'.
4100         (auto-revert-notify-add-watch): Check for
4101         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
4102         `inotify-add-watch'.  Watch `default-directory' instead of
4103         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
4104         has a changed meaning now.  (Bug#13540)
4105         (auto-revert-notify-handler): Change implementation wrt events
4106         returning from a directory.
4107         (auto-revert-handler): Reorder implementation for checks of remote
4108         files.
4109         (auto-revert-buffers): Fix parentheses error.
4111 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4113         * progmodes/python.el: Enhancements to header documentation about
4114         skeletons.  (Bug#5716)
4116         * imenu.el (imenu-default-create-index-function): Remove useless
4117         infinite loop check.  (Bug#13438)
4119 2013-01-25  Alan Mackenzie  <acm@muc.de>
4121         Fix a bug in the state cache mechanism.  Refactor this a bit.
4123         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4124         `cache-pos' element from the return value.
4125         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4126         buffer to enable proper searching from beyond HERE.  Amend the
4127         test for detecting the sought brace pair.  Amend the value written
4128         to the "brace desert cache" when the brace isn't found.
4129         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4130         and several other variables analogously.
4131         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4132         parameter to a locally calculated variable.
4133         (c-parse-state-1): Change the calling conventions to the two
4134         defuns involving `cache-pos'.
4136 2013-01-25  Chong Yidong  <cyd@gnu.org>
4138         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4140 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
4142         * paren.el (show-paren-function): Make sure to set 'priority and
4143         'face only if the overlay does exist.
4145 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
4147         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4149         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4150         basic attributes.
4151         (tramp-sh-handle-set-file-acl): Improve error checking.
4153 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
4155         * doc-view.el (doc-view-display): Force mode line update until all
4156         document is converted.  Suggested by Stefan Monnier (Bug#13164).
4158 2013-01-23  Bastien Guerry  <bzg@gnu.org>
4160         * paren.el (show-paren-function): Make sure an overlay exists
4161         before trying to delete it.  Also use `pos' as a position only
4162         when it is an integer.
4164 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
4166         * play/gametree.el (gametree-break-line-here): Use point-marker.
4168 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
4170         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4171         Mark descriptive parts with `display' property.
4173 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
4175         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4176         New variable to map standard dict names to hunspell ones.
4177         (ispell-set-spellchecker-params): Make sure specific dict names
4178         are used for standard dicts with hunspell.
4180 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
4182         * textmodes/reftex-cite.el (reftex-format-citation): Add format
4183         chars for note (%N) and url (%U).
4184         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4186 2013-01-21  Juri Linkov  <juri@jurta.org>
4188         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4189         in addition to existing separate binding `meta f10' in `global-map'.
4190         (Bug#13484)
4192 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
4194         Improve XEmacs compatibility.
4196         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4198         * net/tramp-adb.el (top): Require `time-date'.
4199         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4200         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4201         Use `tramp-file-name-handler'.
4202         (tramp-adb-maybe-open-connection):
4203         Use `tramp-compat-set-process-query-on-exit-flag'.
4205         * net/tramp-sh.el (tramp-sh-handle-file-acl):
4206         Use `tramp-compat-funcall'.
4208         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4209         `tramp-compat-funcall'.
4211 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4213         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4214         reimplementation using "adb shell command ..." instead of running
4215         remote shell interactively.
4217 2013-01-20  Glenn Morris  <rgm@gnu.org>
4219         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4220         Add native profiler menu entries.
4222         * profiler.el (profiler-running-p): New function.
4223         (profiler-cpu-profile): Use profiler-running-p.
4224         (profiler-report-mode-map): Add some more menu entries.
4226 2013-01-19  Glenn Morris  <rgm@gnu.org>
4228         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4229         fixes 2012-12-07 change.  (Bug#13499)
4231 2013-01-19  Leo Liu  <sdl.web@gmail.com>
4233         * dired.el (dired-get-marked-files): Prune erroneous values due to
4234         last change.  (Bug#13152)
4236 2013-01-19  Glenn Morris  <rgm@gnu.org>
4238         * progmodes/etags.el (tags-table-check-computed-list):
4239         Preserve point in tags buffer.  (Bug#13412)
4241         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4243 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
4244             Chong Yidong  <cyd@gnu.org>
4246         * image-mode.el (image-next-file, image-previous-file):
4247         New commands (Bug#8453).
4248         (image-mode-map): Bind them to n and p.
4249         (image-mode--images-in-directory): New helper function.
4251 2013-01-19  Chong Yidong  <cyd@gnu.org>
4253         * image-mode.el (image-mode-fit-frame): Add a frame argument.
4254         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
4255         save and restore the old window configuration.
4257 2013-01-18  Leo Liu  <sdl.web@gmail.com>
4259         * progmodes/js.el: Tweak autoload cookie for alias.
4261 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4263         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4264         buffer local, again.  This was lost with the fix on 2013-01-12.
4266 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4268         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4269         order to support several eshell buffers in parallel.
4271 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4273         * autorevert.el (auto-revert-use-notify): In the :set function, do
4274         not modify `kill-buffer-hook'.
4275         (auto-revert-notify-rm-watch):
4276         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4277         (auto-revert-notify-add-watch): Do not call
4278         `auto-revert-notify-rm-watch', but add it to a buffer local
4279         `kill-buffer-hook'.
4281 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4283         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4284         call to `eval' rather than a backquoted lambda.
4286 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4288         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4289         to return an explicit nil.
4290         (advice--remove-function): Change accordingly.
4292         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4293         the use of nadvice.el.
4295         * progmodes/which-func.el (which-function): Silence imenu errors
4296         (bug#13433).
4298 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4300         * progmodes/sql.el (sql-imenu-generic-expression):
4301         (sql-mode-font-lock-object-name): Match schema qualified names.
4302         (sql-connect): Use string keys.
4303         (sql-product-interactive): Wait for interpreter prompt.
4304         (sql-comint-oracle): Set process coding based on NLS_LANG.
4306 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4308         * progmodes/sql.el (sql-output-to-send): Remove, unused.
4309         (sql-interactive-remove-continuation-prompt):
4310         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4312 2013-01-14  Leo Liu  <sdl.web@gmail.com>
4314         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4315         (Bug#13420)
4317 2013-01-14  Glenn Morris  <rgm@gnu.org>
4319         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4320         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
4322 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4324         * progmodes/python.el (python-nav-end-of-statement):
4325         Fix cornercase when handling multiline strings.
4327 2013-01-13  Richard Stallman  <rms@gnu.org>
4329         * mail/sendmail.el (mail-position-on-field): Add doc string.
4331         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4332         Get current message boundaries and pass them to
4333         message-forward-make-body-mime.  Minor style changes.
4335 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
4337         * cus-start.el (all): Avoid warnings about
4338         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4340 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
4342         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4344 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4346         * jit-lock.el (jit-lock-debug-mode): New minor mode.
4347         (jit-lock--debug-fontifying): New var.
4348         (jit-lock--debug-fontify): New function.
4349         * subr.el (condition-case-unless-debug): Don't prevent catching the
4350         error, just let the debbugger run.
4351         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4352         timer code and don't drop errors silently.
4354 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
4356         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4357         `permanent-local' property.
4358         (auto-revert-notify-handler): Use `file-equal-p'.
4360 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
4362         * autorevert.el (auto-revert-notify-handler): Fix filtering of
4363         file notification by ACTION. For filtering by file name, compare
4364         only the non-directory part of the file name.
4366 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4368         * autorevert.el: Use cl-lib instead of cl.
4370         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4371         (vc-bzr-checkin): Use it.
4372         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4373         will preserve match-data.
4375 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
4377         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4378         (js--declaration-keyword-re): New var.
4379         (js--multi-line-declaration-indentation): New function.
4380         (js--proper-indentation): Use it.
4382 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
4384         * calc/calc.el (calc-highlight-selections-with-faces)
4385          (calc-dispatch):
4386         * comint.el (comint-history-isearch-message):
4387         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4388         * ffap.el (ffap-string-at-point-region, ffap-next)
4389         (ffap-string-at-point, ffap-string-around)
4390         (ffap-copy-string-as-kill, ffap-highlight-overlay)
4391         (ffap-literally):
4392         * font-lock.el (font-lock-keywords-alist)
4393         (font-lock-removed-keywords-alist):
4394         * help-mode.el (help-xref-symbol-regexp):
4395         * info.el (Info-find-emacs-command-nodes):
4396         * international/mule.el (add-to-coding-system-list):
4397         * isearch.el (isearch-message-function, isearch-fail-pos):
4398         * misearch.el (multi-isearch-next-buffer-function):
4399         * newcomment.el (comment-box):
4400         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4401         (pr-setting-database):
4402         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4403         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4404         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4405         (pike-font-lock-keywords-3):
4406         * progmodes/compile.el (compile):
4407         * progmodes/etags.el (tags-table-files)
4408         (tags-table-files-function, tags-included-tables-function):
4409         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4410         (gdb-restore-windows):
4411         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4412         (ps-n-up-filling-database):
4413         * server.el (server-buffer, server-log):
4414         * simple.el (newline, delete-backward-char, delete-forward-char)
4415         (minibuffer-history-isearch-message, kill-line, track-eol)
4416         (temporary-goal-column):
4417         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4418         (flyspell-default-deplacement-commands):
4419         * textmodes/ispell.el (ispell-accept-output):
4420         * textmodes/sgml-mode.el (html-tag-help):
4421         * vc/compare-w.el (compare-ignore-whitespace)
4422         (compare-ignore-case, compare-windows-dehighlight):
4423         * vc/diff.el (diff):
4424         * whitespace.el (whitespace-point)
4425         (whitespace-font-lock-refontify, whitespace-bob-marker)
4426         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4428 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
4430         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4431         (auto-revert-notify-rm-watch): Ignore errors.
4432         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
4433         inotify, and '(size last-write-time) for w32notify.
4434         Set buffer-local `auto-revert-use-notify' to nil when adding a file
4435         watch fails - this is a fallback to the file modification check.
4436         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4437         (auto-revert-notify-event-action)
4438         (auto-revert-notify-event-file-name): New defuns.
4439         (auto-revert-notify-handler): Use them.  Implement first
4440         plausibility checks.
4441         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4443 2013-01-11  Julien Danjou  <julien@danjou.info>
4445         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4446         max are almost equal. Also return the correct value for V which is
4447         already between 0 and 1.
4449 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
4451         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4453 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
4455         * autorevert.el (auto-revert-notify-rm-watch)
4456         (auto-revert-notify-add-watch): Fix typos in w32notify function
4457         names.
4459 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4461         * autorevert.el (auto-revert-notify-enabled): Move up.
4462         (auto-revert-use-notify): New defcustom.
4463         (auto-revert-mode, global-auto-revert-mode)
4464         (auto-revert-notify-add-watch, auto-revert-handler)
4465         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4466         `auto-revert-notify-enabled'.
4468 2013-01-10  Elias Pipping  <pipping@exherbo.org>
4470         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4471         * doc-view.el (doc-view-document->bitmap):
4472         Use doc-view-single-page-converter-function instead of
4473         single-page-converter arg; adjust callers.
4475 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
4477         * progmodes/which-func.el (which-function): Understand Semantic's use
4478         of overlays in imenu--index-alist.
4480 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
4482         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
4483         (Man-man-k-use-anchor): New var.
4484         (Man-parse-man-k): New function.
4485         (Man-completion-table): Use it.
4486         (man): Flush the completion cache between uses.
4488 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4490         * autorevert.el: Add file watch support.
4491         (auto-revert-notify-enabled): New defconst.
4492         (auto-revert-notify-watch-descriptor-hash-list)
4493         (auto-revert-notify-watch-descriptor)
4494         (auto-revert-notify-modified-p): New defvars.
4495         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4496         (auto-revert-notify-handler): New defuns.
4497         (auto-revert-mode, global-auto-revert-mode): Remove file watches
4498         when mode is disabled.
4499         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4500         (auto-revert-buffers): Add file watches for active buffers.
4502 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
4504         * cus-start.el (toplevel): Only allow float values for
4505         scroll-up-aggressively and scroll-down-aggressively.
4506         Allow any number for line-spacing.
4508 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4510         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4511         (doc-view-pdf->png-converter-function): Use mupdf if available.
4512         (doc-view-djvu->png-converter-function)
4513         (doc-view-ps->png-converter-function): Remove.
4514         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4515         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4516         (doc-view-already-converted-p): Adjust accordingly.
4517         (doc-view-mode-p): Simplify.
4518         (doc-view-enlarge): Use setq-local.
4519         (doc-view-pdf->png-converter-ghostscript)
4520         (doc-view-djvu->png-converter-ddjvu)
4521         (doc-view-pdf->png-converter-mupdf): Rework to call
4522         doc-view-start-process directly.
4523         (doc-view-pdf/ps->png): Simplify accordingly.
4524         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4525         (doc-view-document->bitmap): Rename from doc-view-document->png.
4526         (doc-view-convert-current-doc): Merge pdf and djvu cases.
4527         (doc-view-set-slice-from-bounding-box): Fix completion table.
4528         (doc-view-mode): Use add-hook for after-revert-hook.
4530 2013-01-10  Glenn Morris  <rgm@gnu.org>
4532         * emacs-lisp/authors.el (authors-ignored-files)
4533         (authors-valid-file-names, authors-renamed-files-alist):
4534         Add some more entries.
4536 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * image-mode.el (image-mode-winprops): Don't throw away the fallback
4539         `t' pseudo-window entry.
4541 2013-01-10  Alan Mackenzie  <acm@muc.de>
4543         Fix bugs in the c-parse-state mechanism.  Reuse some markers
4544         instead of continually generating new ones.
4546         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4547         (c-state-old-cpp-end-marker): New variables.
4548         (c-append-lower-brace-pair-to-state-cache): Start a backward
4549         search for "}" definitively outside CPP constructs.
4550         (c-remove-stale-state-cache): Inform the caller of a need to
4551         search back for a brace pair in certain circumstances.
4552         (c-state-maybe-marker): New macro.
4553         (c-parse-state): Reuse markers when appropriate.
4555 2013-01-10  Glenn Morris  <rgm@gnu.org>
4557         * simple.el (execute-extended-command): Doc fix.
4558         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
4560 2013-01-10  Chong Yidong  <cyd@gnu.org>
4562         * faces.el (read-face-name): Doc fix.
4564 2013-01-10  Roland Winkler  <winkler@gnu.org>
4566         * emacs-lisp/crm.el: Allow any regexp for separators.
4567         (crm-default-separator): All spaces around the default comma separator.
4568         (crm--completion-command): New macro.
4569         (crm-completion-help, crm-complete, crm-complete-word): Use it.
4570         (crm-complete-and-exit): Handle non-single-char separators.
4572 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4574         * doc-view.el: Add support for DjVu (bug#13164).
4575         (doc-view-djvu->png-converter-function): New config var.
4576         (doc-view-single-page-converter-function, doc-view--image-type)
4577         (doc-view--image-file-extension): New vars.
4578         (doc-view-mode): Initialize them.
4579         (doc-view-goto-page): Use them.
4580         (doc-view-mode-p): Add support for ddjvu.
4581         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4582         (doc-view-set-up-single-converter): New funs.
4583         (doc-view-pdf/ps->png): Extend for djvu.
4584         (doc-view-document->png): Rename from doc-view-pdf->png.
4585         (doc-view-convert-current-doc): Handle djvu.
4586         (doc-view-insert-image, doc-view-display)
4587         (doc-view-already-converted-p): Don't hardcode png.
4588         (doc-view-set-doc-type): Recognize djvu docs.
4590 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4592         * doc-view.el: Add support for mupdf converter (bug#13164).
4593         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4594         (doc-view-ps->png-converter-function): New config vars.
4595         (doc-view-pdf->png-converter-ghostscript)
4596         (doc-view-ps->png-converter-ghostscript)
4597         (doc-view-pdf->png-converter-mupdf): New functions.
4598         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4600 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4602         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4603         first in session cache: When `tramp-own-remote-path' is in
4604         `tramp-remote-path', the remote path is only set in the session
4605         cache.
4607 2013-01-09  Glenn Morris  <rgm@gnu.org>
4609         * emacs-lisp/trace.el (trace-function-foreground)
4610         (trace-function-background): Doc fix.
4612 2013-01-09  Juri Linkov  <juri@jurta.org>
4614         * international/mule-cmds.el (read-char-by-name): Move let-binding
4615         of completion-ignore-case around completing-read to fix regression
4616         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4617         `string-match-p' using the nil value of `case-fold-search' and
4618         `completion-ignore-case' in `completion-pcm--all-completions'.
4619         (Bug#12615).
4621 2013-01-09  Glenn Morris  <rgm@gnu.org>
4623         * progmodes/compile.el (compilation-parse-errors):
4624         Fix typo.  (Bug#13369)
4626 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4628         * comint.el (comint-send-input): Check size of buffer before
4629         waiting for process output, in case already accepted.  (Bug#13290)
4631 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4633         Spelling fixes.
4634         * net/tramp-adb.el (tramp-adb-get-toolbox):
4635         Fix misspelling of 'unknown'.
4637 2013-01-08  Juri Linkov  <juri@jurta.org>
4639         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4640         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4641         Use underline style wave on terminals that support it.  (Bug#13000)
4643 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4646         the predicate returns nil.
4648         * simple.el: Use lexical-binding.
4649         (primitive-undo): Use pcase.
4650         (minibuffer-history-isearch-push-state): Use a closure.
4652 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4654         * simple.el (primitive-undo): Move from undo.c.
4656 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4658         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4659         (cvs-mode-remove-handled): Use it (bug#13380).
4661         * emacs-lisp/nadvice.el (advice--tweak): New function.
4662         (advice--remove-function, advice--subst-main): Use it.
4664         * emacs-lisp/advice.el: Update commentary.
4666 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
4668         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4669         Remove spurious entry.
4671 2013-01-08  Glenn Morris  <rgm@gnu.org>
4673         * net/tramp.el (tramp-default-host-alist): Add :version.
4675 2013-01-08  Juri Linkov  <juri@jurta.org>
4677         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4678         single completion.  (Bug#12456)
4679         (info--manual-names): Expand node completions into an explicit list
4680         before appending it to another list.  Filter out internal buffers
4681         with the leading space in the buffer name.  (Bug#10771)
4683 2013-01-08  Juri Linkov  <juri@jurta.org>
4685         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4686         that defaults to the Top node.
4687         (Info-goto-node, Info-read-node-name): Doc fix to mention that
4688         the short format (FILENAME) goes to the Top node.
4689         (Info-build-node-completions): Rename arg `file' to `filename'.
4690         (Bug#13365)
4692 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4694         * menu-bar.el (menu-bar-search-documentation-menu):
4695         Use `apropos-user-option' and fix the help message.
4697 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4699         * apropos.el (apropos-do-all): Update docstring.
4700         (apropos-user-option-button): New face.
4701         (apropos-user-option): Rename from `apropos-variable' and update
4702         docstring.
4703         (apropos-variable): Rewrite, now show all variables by default.
4704         (apropos-print): Mention "User option" instead of "Variable" when
4705         printing doc for user options.  (Bug#13276)
4707 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4709         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4710         Handle filename correctly, when parsing "source -> target" symlink
4711         output.
4712         (tramp-adb-handle-set-file-times): New defun.
4714 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4716         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4717         advice list when the interactive-spec of ad-Advice-* changes.
4719 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4721         * wid-edit.el (widget-default-get): Work for inlined elements.
4722         (Bug#12670)
4724 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
4726         * net/tramp.el (tramp-default-host-alist): New defcustom.
4727         (tramp-find-host): Use it.
4728         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
4729         `eshell-directory-change-hook'.
4731         * net/tramp-adb.el (top): Add adb specific entry in
4732         `tramp-default-host-alist'.
4733         (tramp-adb-file-name-host): Remove function.
4734         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4735         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4737         * net/tramp-sh.el: Move eshell integration code to tramp.el.
4739 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4741         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4743 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
4745         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4746         consist of more than one digit.
4747         (tramp-adb-file-name-handler-alist):
4748         Use `tramp-handle-file-exists-p' consistently.
4749         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4750         (tramp-adb-handle-file-exists-p): Remove function.
4751         (tramp-adb-file-name-host): New defun.
4752         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4753         Use it.
4754         (tramp-adb-maybe-open-connection): Set "remote-path" property.
4756 2013-01-06  Chong Yidong  <cyd@gnu.org>
4758         * vc/vc.el (vc-next-action): Detect buffer modifications
4759         conflicting with locking VCS operation (Bug#11490).
4761         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4763 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
4765         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4766         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4768 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4770         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4771         parsing of ls output using regular expression (handle filenames
4772         with spaces).  Use virtual device number.
4773         (tramp-do-parse-file-attributes-with-ls): New defun (Code
4774         cleanup).
4776 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4778         * epg.el: Silence byte-compiler warnings.
4779         (epg--start): Use delete-char instead of delete-backward-char.
4780         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4782 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4784         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4785         Suggested by Eli Zaretskii  <eliz@gnu.org>.
4787 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
4789         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4790         non-negative integers.  Otherwise, the default values are used.
4791         (tramp-convert-file-attributes): Convert uid and gid to integers.
4793 2013-01-04  Glenn Morris  <rgm@gnu.org>
4795         * term.el (term-handle-colors-array): Ensure face attributes
4796         are fully specified, not nil.  (Bug#13337)
4798         * term.el (term-default-fg-color, term-default-bg-color):
4799         Fix custom type.
4801         * progmodes/etags.el (tags-compression-info-list): Doc fix.
4802         (tag-find-file-of-tag-noselect): Check auto-compression-mode
4803         rather than 'jka-compr being loaded.  (Bug#13338)
4805 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
4807         * icomplete.el (icomplete-completions):
4808         Honor icomplete-prospects-height once more following
4809         2012-11-29 changes.  (Bug#13224)
4811 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * subr.el (internal--called-interactively-p--get-frame): Find aliases
4814         of called-interactively-p as well (bug#13237).
4816         * view.el (view--enable, view--disable): Rename from view-mode-enable
4817         and view-mode-disable and assume it's called from view-mode.
4818         (view-mode-enable, view-mode-disable): Redefine as obsolete
4819         compatibility layer above view-mode.
4820         (view-mode-enter): Call `view-mode'.
4822         * files.el (after-find-file): Call `view-mode'.
4824         * doc-view.el (doc-view-scale-internally): New var.
4825         (doc-view-enlarge, doc-view-insert-image): Obey it.
4827 2013-01-03  Daiki Ueno  <ueno@gnu.org>
4829         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4830         exist.  (Bug#13344)
4832 2013-01-03  Glenn Morris  <rgm@gnu.org>
4834         * mail/rmail.el (rmail-set-header-1): Ignore case.
4835         Handle multi-line headers.  (Bug#13330)
4837         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4838         Handle paragraph starting at beginning of buffer.
4840         * subr.el (eval-after-load): Don't purecopy the form, so that it
4841         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
4843         * emacs-lisp/byte-run.el (defun): Place cl declarations
4844         after any interactive spec.  (Bug#13265)
4846 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4848         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4849         defun.  Don't check for DECL if DOCSTRING isn't a string.
4850         (defun): Likewise.
4852 2013-01-02  Glenn Morris  <rgm@gnu.org>
4854         * eshell/em-cmpl.el (eshell-pcomplete):
4855         More thoroughly imitate pcomplete.  (Bug#13293)
4857         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
4858         Return nil for empty path elements.  (Bug#13296)
4860 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4862         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4863         order to improve efficiency (Based on Daniel Colascione's
4864         <dancol@dancol.org> patch).  (Bug#13182)
4866 2013-01-02  Glenn Morris  <rgm@gnu.org>
4868         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4870 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4872         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4873         neither DOCSTRING nor DECL was given.  (Bug#13316)
4875 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
4877         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4878         `error' call.
4879         (tramp-do-copy-or-rename-file): Ignore errors when calling
4880         `set-file-extended-attributes'.
4882         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4883         Add handler for `file-acl'.
4884         (tramp-smb-handle-file-acl): New defun.
4886 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
4888         * calc/README: Mention ISO 8601 week-numbering dates.
4890 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
4892         * view.el (view-mode-enable): New argument run-view-mode-hook.
4893         Run view-mode-hook only when it's non-nil (Bug#13315).
4894         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4895         argument t.
4897 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4899         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4900         (No device connected, invalid device name). (Bug #13299)
4902 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
4904         * window.el (window-resizable--p): Rename to window-resizable-p.
4905         (window-resize-no-error): New function.
4907         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4908         broken in fix from 2012-12-28.
4910 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4912         * subr.el (special-form-p): Don't signal errors on undef aliases.
4914 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
4916         * calc/calc-forms.el (math-parse-date): Try using
4917         `math-parse-iso-date' when it looks like it might be needed.
4918         Allow times of 24:00.
4919         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4920         of 24:00.
4922 2012-12-30  Glenn Morris  <rgm@gnu.org>
4924         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4925         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
4926         (rmail-summary-displayed, rmail-summary): Declare.
4927         (mairix-rmail-display): Just require rmail.
4929 2012-12-30  Chong Yidong  <cyd@gnu.org>
4931         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4932         check for the tarball contents.
4934 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
4936         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4937         tarfile content listings (Bug#13136).
4939 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
4941         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4942         Insert the undecoded text of the message being forwarded.  (Bug#9521)
4944 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
4946         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4947         integers, if they are real numbers.  (Bug#13282)
4949         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4950         Return `t' on success.
4952         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4953         Add handler for `set-file-selinux-context'.
4955 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
4957         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4958         (tramp-sh-handle-set-file-acl): Return `t' on success.
4960 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
4962         * files.el (backup-buffer-copy, basic-save-buffer-2):
4963         If set-file-extended-attributes fails, fall back on set-file-modes
4964         instead of signaling an error.  (Bug#13298)
4965         (basic-save-buffer): Likewise.
4967 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4969         * progmodes/python.el: Support other commands triggering
4970         python-indent-line so indentation cycling continues to work.
4971         (python-indent-trigger-commands): New defcustom.
4972         (python-indent-line): Use it.
4974 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4976         * progmodes/python.el (python-shell-send-region): Add blank lines
4977         for non sent code so backtraces remain correct.
4979 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4981         * progmodes/python.el: Remove cl dependency.
4982         (python-syntax-count-quotes): Replace incf call.
4983         (python-fill-string): Replace setf call.
4985 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
4987         * info.el (info-other-window): New arg, for consistency with info.
4989 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
4991         * mail/rmail.el (rmail-maybe-display-summary):
4992         Rewrite (Bug#13066).
4994 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
4996         * epg.el (epg--start): Modify process-environment locally.
4998 2012-12-28  Daiki Ueno  <ueno@gnu.org>
5000         * epg.el: Support pinentry-curses.
5001         Suggested by Werner Koch in
5002         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5003         (epg-agent-file, epg-agent-mtime): New variable.
5004         (epg--start): Record the modified time of gpg-agent socket file,
5005         to restore Emacs frame after pinentry-curses termination.
5006         (epg-wait-for-completion): Restore Emacs frame here.
5008 2012-12-27  Juri Linkov  <juri@jurta.org>
5010         * info.el (Info-file-completions): New variable.
5011         (Info-read-node-name-1): Complete node names in the Info file
5012         when a file name is given.  Call `Info-build-node-completions'
5013         with a file name.
5014         (Info-build-node-completions): Add new arg `file'.  When it is
5015         non-nil, visit it in a temporary buffer and cache its completions in
5016         `Info-current-file-completions'.  Move most of the function body to
5017         `Info-build-node-completions-1'.
5018         (Info-build-node-completions-1): New function with the body from
5019         `Info-build-node-completions'.  (Bug#12456)
5021 2012-12-27  Juri Linkov  <juri@jurta.org>
5023         * frame.el (frame-maximization-style): Remove user option.
5024         (cycle-frame-maximized): Remove function.
5025         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5026         (toggle-frame-fullscreen): New command bound to <f11> instead of
5027         `toggle-frame-maximized'.
5028         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5030 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
5032         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5034         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5035         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5036         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5037         for `file-accessible-directory-p'.  (Bug#13275)
5039 2012-12-27  Sam Steingold  <sds@gnu.org>
5041         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5042         continuations, see <http://stackoverflow.com/questions/3582436>.
5044 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
5046         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5047         "module" and "def" to have indentation before them.
5048         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5050         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5052 2012-12-27  Alan Mackenzie  <acm@muc.de>
5054         Speed up fontification where there's large brace blocks.
5055         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5056         to a call of c-beginning-of-decl-1.
5058 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
5060         * comint.el (comint-adjust-window-point): New function.
5061         (comint-postoutput-scroll-to-bottom):
5062         Call comint-adjust-window-point (Bug#13248).
5064 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
5066         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5067         Rakefile regexp.
5068         (auto-mode-alist): Associate .gemspec files with ruby-mode
5069         (https://bugs.ruby-lang.org/issues/5453).
5071 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5073         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5074         Suppress coloring, if possible (required for BusyBox based systems like
5075         CyanogenMod).
5076         (tramp-adb-handle-file-attributes)
5077         (tramp-adb-handle-insert-directory)
5078         (tramp-adb-handle-file-name-all-completions): Use it.
5079         (tramp-adb-get-toolbox): New defun.  Check for remote shell
5080         implementation (BusyBox or Toolbox).
5082 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
5084         * startup.el (initial-buffer-choice): Allow function as value
5085         (Bug#13251).
5086         (command-line-1): Handle case where initial-buffer-choice
5087         specifies a function.
5088         * server.el (server-execute): Handle case where
5089         initial-buffer-choice specifies a function.
5091 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
5093         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5094         its own function.
5095         (smtpmail-try-auth-methods): Forget the user name/password if the
5096         login is unsuccessful (bug#12424).
5098 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
5100         * notifications.el (notifications-notify): Protect body with
5101         `with-demoted-errors'.
5103         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5104         Check properties of remote device.  Restart connection, if there is a
5105         change.
5107 2012-12-21  Chong Yidong  <cyd@gnu.org>
5109         * sort.el (sort-subr): Doc fix (Bug#13056).
5111 2012-12-21  Bastien Guerry  <bzg@gnu.org>
5113         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
5115 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
5117         * simple.el (process-file): Overwrite stderr file, if exists.
5119 2012-12-21  Daiki Ueno  <ueno@gnu.org>
5121         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5122         (epg-error): Set `error-message' property.
5124 2012-12-21  Chong Yidong  <cyd@gnu.org>
5126         * international/mule-cmds.el (read-char-by-name): Signal an error
5127         if the user does not supply a valid character (Bug#13177).
5129         * simple.el (transpose-subr-1): Preserve marker positions by
5130         changing the insertion sequence (Bug#13122).
5132 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5134         * simple.el (kill-region): Deactivate mark even for empty regions
5135         (Bug#13169).
5137 2012-12-21  Chong Yidong  <cyd@gnu.org>
5139         * help-fns.el (describe-variable): Make sure we get the right
5140         buffer name (Bug#13105).  Suggested by Kelly Dean.
5142 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
5144         * comint.el (comint-redirect-previous-input-string): New variable.
5145         (comint-redirect-setup, comint-redirect-cleanup)
5146         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
5147         (comint-redirect-preoutput-filter): Fix verbose message.
5149 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
5151         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
5152         is too long for Tramp.  See discussion in
5153         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5155         * progmodes/compile.el (compilation-start): Remove line escape
5156         template.
5158 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
5160         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5161         Adjust comment.
5163 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
5165         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5166         following non-comment text (bug#13207).
5167         (lm-header-multiline): Continuation lines need to be indented more than
5168         the first line.
5169         (lm-homepage): New function.
5170         (lm-with-file): Don't be confused if narrowing is in effect.
5172 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5175         very beginning of a hunk (e.g. killing the first line).
5177 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
5179         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5180         and text properties from returned ACL string.
5181         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5182         for "setfacl" command.
5184 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
5186         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5187         `tramp-cleanup-this-connection', when the process has died.
5188         (Bug#13151)
5190 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5192         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
5194 2012-12-17  Kevin Ryde  <user42@zip.com.au>
5196         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5198 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
5200         Add support for preserving ACL entries of files.
5202         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5203         `set-file-acl' handlers.
5205         * net/tramp-adb.el (tramp-adb-handle-copy-file):
5206         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5208         * net/tramp-compat.el (tramp-compat-copy-file):
5209         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5211         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5212         Add `file-acl' and `set-file-acl' handlers.
5213         (tramp-gvfs-handle-copy-file):
5214         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5215         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5216         New defuns.
5218         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5219         Add `file-acl' and `set-file-acl' handlers.
5220         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5221         (tramp-sh-handle-set-file-acl): New defuns.
5222         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5223         Handle PRESERVE-EXTENDED-ATTRIBUTES.
5225         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5226         Add `file-acl' and `set-file-acl' handlers.
5227         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5229 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5231         * help-macro.el (make-help-screen): Instead of switch-to-buffer
5232         use pop-to-buffer with NORECORD argument t.  As buffer name, use
5233         *Metahelp* with a leading space (Bug#13190).
5235 2012-12-16  Romain Francoise  <romain@orebokech.com>
5237         * files.el (file-extended-attributes)
5238         (set-file-extended-attributes): New functions.
5239         (backup-buffer): Use them to handle both SELinux context and ACL
5240         entries.
5241         (backup-buffer-copy): Work with an alist of extended attributes,
5242         rather than an SELinux context.
5243         (basic-save-buffer-2): Ditto.
5245 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
5247         * battery.el (battery-bsd-apm): New function.
5249 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
5251         * calc/calc.el (calc-standard-date-formats): Adjust one of the
5252         standard date formats.
5254 2012-12-15  Juri Linkov  <juri@jurta.org>
5256         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5257         `isearch-insert-char-by-name'.
5258         (with-isearch-suspended): New defmacro with body mostly from
5259         `isearch-edit-string' except the part that sets
5260         `isearch-new-string' and `isearch-new-message'.
5261         (isearch-edit-string): Use new macro `with-isearch-suspended' with
5262         body that sets `isearch-new-string' and `isearch-new-message'.
5263         (isearch-insert-char-by-name): New command.
5264         * international/mule-cmds.el (read-char-by-name): Let-bind
5265         `enable-recursive-minibuffers' to t.
5266         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5268 2012-12-15  Juri Linkov  <juri@jurta.org>
5270         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5271         (Bug#13175)
5273 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
5275         * dired-x.el (dired-guess-shell-command): Put colon at the end of
5276         the prompt.  (Bug#13045)
5278 2012-12-14  Glenn Morris  <rgm@gnu.org>
5280         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5281         Try to include filename in non-bytecomp warning.  (Bug#13132)
5283 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5285         Fix permissions bugs with setgid directories etc. (Bug#13125)
5286         * files.el (backup-buffer): Don't rely on 9th output of
5287         file-attributes, as it's now a placeholder.  Instead, use the new
5288         optional arg of file-ownership-preserved-p.
5289         (file-ownership-preserved-p): New optional arg GROUP.
5290         Fix mishandling of setuid directories that would cause this
5291         function to return t when it should have returned nil.
5292         Document what happens if the file does not exist, and when
5293         it's not known whether the ownership will be preserved.
5294         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5295         Likewise.
5296         (tramp-get-local-gid): Use group-gid for integer, as that's
5297         faster and more reliable.
5299 2012-12-14  Julien Danjou  <julien@danjou.info>
5301         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5302         Update keywords list, data type and PL/pgSQL.
5304 2012-12-14  Dave Abrahams  <dave@boostpro.com>
5306         * vc/ediff-util.el (ediff-buffer-type): New function.
5307         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5308         rather than taking it as as argument.
5309         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5311 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
5313         * json.el: Add pretty-print option (bug#12634).
5314         (json-encoding-separator, json-encoding-default-indentation)
5315         (json--encoding-current-indentation, json-encoding-pretty-print)
5316         (json-encoding-lisp-style-closings): New vars.
5317         (json--with-indentation): New macro.
5318         (json-encode-hash-table, json-encode-alist, json-encode-plist)
5319         (json-encode-array): Use it to obey json-encoding-pretty-print.
5320         (json-pretty-print-buffer, json-pretty-print): New commands.
5322 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
5324         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5325         Extract `ruby-syntax-propertize-expansions'.
5326         (ruby-syntax-propertize-expansions): Only change syntax on
5327         certain string delimiters, to punctuation.  This way the common
5328         functions like forward-word and thing-at-point still work.
5329         (ruby-match-expression-expansion): Improve readability.
5330         (ruby-block-contains-point): New function.
5331         (ruby-add-log-current-method): Handle several edge cases.
5333 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5335         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5336         unload-feature finishes even when aborting an ongoing edebug session.
5337         Also, do not worry about edebug-mode, unload-feature takes care of it.
5339 2012-12-13  Andreas Schwab  <schwab@suse.de>
5341         * net/tls.el (tls-program): Update customize type.
5343 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5345         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5346         (edebug-setup-hook, cl-read-load-hooks): Use it.
5347         (edebug-unload-function): New function.  (Bug#13163)
5349 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
5351         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5352         Otherwise, there could be errors in autoloading.  (Bug#13151)
5354 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5356         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5357         sequences.
5359 2012-12-13  Alan Mackenzie  <acm@muc.de>
5361         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
5362         * progmodes/cc-engine.el (c-backward-comments): Add code to work
5363         around `forward-comment' not recognizing ^M as whitespace.
5365 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5367         * progmodes/python.el (python-skeleton-class)
5368         (python-skeleton-def): Do not add space after defun name.
5370 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5372         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5373         (cl--symbol-function): Remove (now that funbound is like nil).
5375 2012-12-12  Glenn Morris  <rgm@gnu.org>
5377         * button.el (button--area-button-p): Fix typo.
5379 2012-12-12  Sam Steingold  <sds@gnu.org>
5381         * frame.el (frame-maximization-style): New user option.
5382         (toggle-frame-maximized): Toggle frame maximization according to
5383         `frame-maximization-style', bound to <f11>.
5384         (cycle-frame-maximized): Cycle between all maximization styles and
5385         non-maximized frame, bound to shift-<f11>.
5387 2012-12-12  David CadĂ©  <codename68@gmail.com>
5389         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5391 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
5393         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5394         (eieio-override-prin1): Don't quote kewords and booleans.
5395         (object-write) <eieio-default-superclass>: Don't put closing parens
5396         on new line, avoid needless empty lines, align values that are objects
5397         with the slot keyword (instead of beginning on the same line).
5398         (eieio-list-prin1): Align value with slot keyword; increase
5399         eieio-print-depth before printing members of the list.
5401 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5403         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5404         a display text-property.
5405         (report-emacs-bug-hook): Don't bother deleting it any more.
5407         * hilit-chg.el (highlight-save-buffer-state): Delete.
5408         Use with-silent-modifications instead.
5409         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5411         * button.el: Handle buttons in display text-properties.
5412         (button--area-button-p, button--area-button-string):
5413         Use (STRING . STRING-POS) representation instead of just STRING.
5415 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
5417         * makefile.w32-in (compile4-SH): Fix a typo that caused term
5418         subdirectory be skipped.
5420 2012-12-11  Glenn Morris  <rgm@gnu.org>
5422         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5424         * progmodes/f90.el (f90-line-continued, f90-indent-region):
5425         Treat preprocessor lines embedded in continuations like comments.
5426         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
5428 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
5430         * calc/calc.el (calc-standard-date-formats): Add more date
5431         formats.
5432         * calc/calc-forms.el (math-parse-iso-date): New function.
5433         (math-parse-date): Use `math-parse-iso-date' when appropriate.
5434         (math-parse-iso-date-validate): Add extra error checking.
5435         (calc-date-notation): Add ability to access new date formats.
5437 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5440         font-lock as well as when there's no text-property.
5442 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
5444         * hi-lock.el: Refine the choice of default face.
5445         (hi-lock-keyword->face): New function.  Use it wherever we used
5446         cadadadr instead.
5447         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5448         (hi-lock--last-face): Remove var.
5449         (hi-lock--unused-faces): New var to replace it.
5450         (hi-lock-read-face-name): Use/maintain it.
5451         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
5452         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5453         if it has another face.
5455 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5457         * subr.el (w32notify-handle-event): New function.
5458         (inotify-handle-event): Doc fix.
5460 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
5462         * subr.el (inotify-event-p, inotify-handle-event): New functions.
5464 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
5466         * simple.el (just-one-space): Doc fix.
5468 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5470         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5472 2012-12-10  Le Wang  <l26wang@gmail.com>
5474         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5475         narrowed buffer (bug#12361).
5477 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
5479         * vc/vc-hooks.el (vc-state): Doc fix.
5481 2012-12-10  Glenn Morris  <rgm@gnu.org>
5483         * mail/rmail.el (rmail-maybe-display-summary):
5484         Preserve buffer, in case select-window changes it.  (Bug#13066)
5486 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5489         cl-load-hook where they belong.
5491 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5493         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5495 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
5497         Parallelize byte compilation on MS-Windows.
5498         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5499         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5500         (WINS_BASIC): Define as concatenation of the above.
5501         (compile): Subdivide into 4 separate and independent jobs that can
5502         be run in parallel.
5503         (compile0-CMD, compile0-SH): New targets for compiling
5504         COMPILE_FIRST files, which are prerequisites for the rest of the
5505         byte-compilation.
5506         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5507         New targets for parallel compilation with cmd.exe.
5508         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5509         compiling under a Unixy shell.
5511 2012-12-09  Chong Yidong  <cyd@gnu.org>
5513         * simple.el (set-mark-default-inactive): Delete this
5514         accidentally-introduced option.
5515         (set-mark-command, exchange-point-and-mark): Remove calls.
5517 2012-12-09  Glenn Morris  <rgm@gnu.org>
5519         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5520         Respect a defcustom's :set function, if appropriate.  (Bug#109)
5521         (eval-defun): Doc fix.
5523 2012-12-08  Juri Linkov  <juri@jurta.org>
5525         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5526         (Info-fontify-node, Info-bookmark-make-record): Remove the
5527         file extension from Info-current-file (Bug#13016).
5529 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5531         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5532         point, still provide some default.
5533         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5534         names, since we don't use it right now.  Actually return the list.
5535         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5537 2012-12-07  Chong Yidong  <cyd@gnu.org>
5539         * novice.el (disabled-command-function): Remove a spurious help
5540         xref (Bug#13043).  Suggested by Kelly Dean.
5542         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5543         syntax is specified (Bug#13025).
5545         * info.el (Info-set-mode-line): Remove the file extension from
5546         Info-current-file if there is one (Bug#13016).
5548 2012-12-07  Glenn Morris  <rgm@gnu.org>
5550         * mail/rmail.el (rmail-mime-decoded): New permanent local.
5551         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5552         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5553         and rmail-mime-decoded.  (Bug#9841)
5555         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
5556         (batch-unrmail, unrmail): Doc fixes.
5557         (unrmail): Respect unrmail-mbox-format.
5558         * mail/rmail.el (rmail-mbox-format): New option.
5559         (rmail-show-message-1): Respect rmail-mbox-format.
5561 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5563         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5565 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5567         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
5568         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5569         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5570         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5571         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5572         (cl-progv): Don't rely on dynamic scoping to find the body.
5573         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5574         (cl--proclaims-deferred): Rename from the "cl-" prefix.
5575         (cl-declaim): Use backquotes.
5576         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5577         Use "cl--" prefix for the object's tag.
5579         * ses.el: Use advice-add/remove.
5580         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5581         (copy-region-as-kill, yank): Use advice-add.
5582         (ses-unload-function): Use advice-remove.
5584 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
5586         * button.el: Make them work in header-lines (bug#12817).
5587         (button-map): Add bindings for header-line and mode-line use.
5588         (button-get, button-put, button-label): `button' may now be a string.
5589         (button-activate): Don't make it a defsubst.
5590         (button--area-button-p, button--area-button-string): New functions.
5591         (make-text-button): Fix the return value when `beg' was a string.
5592         (push-button): Handle the mode-line case.
5594 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5596         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5597         (sql-signum): Remove.  Use `cl-signum' instead.
5598         (sql-read-passwd): Remove; use read-passwd instread.
5599         (sql-get-login-ext): Use read-string.
5600         (sql-get-login): Use dolist and pcase.
5601         (sql--completion-table): Rename from sql-try-completion.
5602         Use complete-with-action.
5603         (sql-mode): Don't change abbrev-all-caps globally.
5604         (sql-connect): Don't rely on dynamic scoping for `new-name'.
5605         (sql-postgres-completion-object): Initialize vars in their `let'.
5606         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5607         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5608         (sql-comint-interbase): Use a single append, without setq.
5609         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5611         * hi-lock.el: Rework the default face and the serialize regexp code.
5612         (hi-lock--auto-select-face-defaults): Remove.
5613         (hi-lock-string-serialize-serial): Remove.
5614         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5615         make weak.
5616         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5617         equal string.
5618         (hi-lock-set-pattern): Adjust accordingly.
5619         (hi-lock--regexps-at-point): Simplify accordingly.
5620         (hi-lock--auto-select-face-defaults): Remove.
5621         (hi-lock--last-face): New var to replace it.
5622         (hi-lock-read-face-name): Rewrite (bug#11095).
5623         (hi-lock-unface-buffer): Arrange for the face to be the next default.
5625 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
5627         * net/tramp.el (tramp-replace-environment-variables):
5628         Hide compiler warning.
5629         (tramp-file-name-for-operation): Remove `executable-find',
5630         `start-process', `call-process' and `call-process-region'.
5632         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5634         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5635         compatibility.
5637         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5639 2012-12-06  Chong Yidong  <cyd@gnu.org>
5641         * ffap.el (ffap-replace-file-component): Fix typo.
5643 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5645         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5646         fix open-paren-like token test (bug#12785).
5648 2012-12-06  Glenn Morris  <rgm@gnu.org>
5650         * mail/rmailsum.el (rmail-new-summary): Tweak for
5651         rmail-maybe-display-summary changing buffer.  (Bug#13066)
5653 2012-12-06  Juri Linkov  <juri@jurta.org>
5655         * info.el (Info-fontify-node): Don't hide the last newline.
5656         (Bug#12272)
5658 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5660         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5661         so as to enable message-read-from-minibuffer to expand mail aliases.
5663 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5665         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5666         the `intangible' property.
5667         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5669 2012-12-05  Deniz Dogan  <deniz@dogan.se>
5671         * net/rcirc.el (rcirc-urls): Update documentation.
5672         (rcirc-condition-filter): New function.
5673         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5674         and exclude consecutive duplicate URLs (Bug#6082).
5676 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
5678         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5679         Check return code of copy command.
5681         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5682         Use group `tramp'.  Add version.
5684 2012-12-05  Chong Yidong  <cyd@gnu.org>
5686         * ffap.el (ffap-url-regexp): Don't require matching at front of
5687         string (Bug#4952).
5688         (ffap-url-p): If only a substring matches, return that.
5689         (ffap-url-at-point): Use the return value of ffap-url-p.
5690         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5691         (find-file-at-point, dired-at-point, dired-at-point-prompter)
5692         (ffap-guess-file-name-at-point): Likewise.
5693         (ffap-replace-file-component): Fix typo.
5695         * info.el (info-display-manual): Add existing Info buffers, whose
5696         files may not be in Info-directory-list, to the completion.
5697         (info--manual-names): New helper function.
5699 2012-12-05  Glenn Morris  <rgm@gnu.org>
5701         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5702         New functions, for detecting and resolving conflicts.  (Bug#10709)
5704 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
5706         * hi-lock.el (hi-lock-auto-select-face): New user variable.
5707         (hi-lock-auto-select-face-defaults): New buffer local variable.
5708         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5709         (hi-lock-unface-buffer): Prompt user with useful defaults.
5710         With prefix arg, unhighlight all hi-lock patterns in buffer.
5712 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5714         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5716 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
5718         * Makefile.in (TRAMP_SRC):
5719         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5721 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
5723         * net/tramp-adb.el: New package.
5725 2012-12-04  Chong Yidong  <cyd@gnu.org>
5727         * terminal.el: Move to obsolete/.
5729         * longlines.el: Move to obsolete/.
5731         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5732         Remove code referring to longlines mode.
5734 2012-12-03  Juri Linkov  <juri@jurta.org>
5736         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
5738 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5740         * textmodes/ispell.el (ispell-init-process)
5741         (ispell-start-process, ispell-internal-change-dictionary):
5742         Make sure personal dictionary name is expanded after initial
5743         `default-directory' value. Use expanded strings for
5744         keep/restart checks and for value (Bug#13019).
5746 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5748         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5750 2012-12-03  Leo Liu  <sdl.web@gmail.com>
5752         * files.el (dir-locals-read-from-file): Check file non-empty
5753         before reading.  (Bug#13038)
5755 2012-12-03  Glenn Morris  <rgm@gnu.org>
5757         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5758         Remove any version extension before checking filename.  (Bug#13006)
5759         (jka-compr-compression-info-list): Belated :version bump.
5761 2012-12-03  Chong Yidong  <cyd@gnu.org>
5763         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5765         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5766         (buffer-menu): Doc fix (Bug#12294).
5768 2012-12-03  Roland Winkler  <winkler@gnu.org>
5770         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5771         of diary-show-all-entries in the diary buffer (Bug#12994).
5773 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
5775         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5776         "<STDIN>".  This is binary safe.
5778 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5780         * calc/calc-forms.el (math-absolute-from-iso-dt)
5781         (math-date-to-iso-dt, math-parse-iso-date-validate)
5782         (math-iso-dt-to-date): New functions.
5783         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5784         (math-fd-isoweekday): New variables.
5785         (calc-date-notation, math-parse-standard-date, math-format-date)
5786         (math-format-date-part): Add support for more formatting codes.
5788 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5790         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5791         current buffer's file name when called interactively (Bug#12488).
5793 2012-12-02  Juri Linkov  <juri@jurta.org>
5795         * info.el (info-display-manual): Don't clobber an existing Info
5796         buffer (Bug#10770).  Add completion (Bug#10771).
5798 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
5800         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5801         before using it for comparison (Bug#5297).
5803 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
5805         * textmodes/css-mode.el (css-current-defun-name): New function.
5806         (css-mode): Use it.
5808         * textmodes/sgml-mode.el (html-current-defun-name): New function.
5809         (html-mode): Use it.
5811 2012-12-01  Chong Yidong  <cyd@gnu.org>
5813         Modularize add-log-current-defun (Bug#2224).
5814         Suggested by Jari Aalto.
5816         * vc/add-log.el (add-log-current-defun-function): Doc fix.
5817         (add-log-current-defun): Move mode-specific code to other files.
5818         (add-log-lisp-like-modes, add-log-c-like-modes)
5819         (add-log-tex-like-modes): Variables deleted.
5821         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5822         (lisp-mode-variables): Use it.
5824         * progmodes/cc-mode.el (c-common-init):
5825         * progmodes/cperl-mode.el (cperl-mode): Set a value for
5826         add-log-current-defun-function.
5828         * progmodes/m4-mode.el (m4-current-defun-name): New function.
5829         (m4-mode): Use it.
5831         * progmodes/perl-mode.el (perl-current-defun-name): New.
5832         (perl-mode): Use it.
5834         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5835         Use lisp-current-defun-name.
5837         * textmodes/tex-mode.el (tex-current-defun-name): New.
5838         (tex-common-initialization): Use it.
5840         * textmodes/texinfo.el (texinfo-current-defun-name): New.
5841         (texinfo-mode): Use it.
5843 2012-12-01  Chong Yidong  <cyd@gnu.org>
5845         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5846         * progmodes/autoconf.el (autoconf-mode):
5847         * progmodes/js.el (js-mode):
5848         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5849         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5850         * progmodes/perl-mode.el (perl-mode):
5851         * progmodes/sh-script.el (sh-mode, sh-set-shell):
5852         * textmodes/css-mode.el (css-mode):
5853         * textmodes/sgml-mode.el (html-mode, sgml-mode)
5854         (sgml-tags-invisible, sgml-guess-indent):
5855         * textmodes/tex-mode.el (tex-common-initialization)
5856         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5857         (doctex-mode, plain-tex-mode, latex-mode):
5858         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5860 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
5862         * vc/vc-hg.el (vc-hg-next-revision):
5863         Ensure use of default "tip" output format.  (Bug#6968)
5865 2012-12-01  Kim F. Storm  <storm@cua.dk>
5867         * startup.el (fancy-startup-tail): Add a clickable link
5868         (Bug#2176).
5870 2012-12-01  Chong Yidong  <cyd@gnu.org>
5872         * startup.el (fancy-startup-tail): Improve the message about
5873         auto-save files (Bug#2176).
5875         * files.el (recover-session): Improve the descriptive message, and
5876         use substitute-command-keys.
5878 2012-12-01  Glenn Morris  <rgm@gnu.org>
5880         * ido.el (ido-file-internal):
5881         Handle other-window, other-frame for dired.  (Bug#13036)
5883 2012-11-30  Glenn Morris  <rgm@gnu.org>
5885         * icomplete.el (icomplete-separator): Fix :version.
5887 2012-11-30  Chong Yidong  <cyd@gnu.org>
5889         * shell.el (shell): For C-u M-x shell, use an inactive shell
5890         buffer as the default (Bug#1975).
5891         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5892         (shell-mode): Use them to reapply ansi colorization if Shell mode
5893         is re-enabled.
5895 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
5897         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5899 2012-11-30  Samuel Bronson  <naesten@gmail.com>
5901         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5902         flag to xargs, for compatibility with BSD xargs (Bug#11703).
5904 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5906         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5907         by move-to-column (Bug#3234).
5909 2012-11-30  Chong Yidong  <cyd@gnu.org>
5911         * longlines.el (longlines-wrap-line, longlines-encode-region):
5912         Preserve text properties (Bug#1425).
5914 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5916         * vc/vc.el (vc-register): Allow registering a file which is
5917         already registered with a different backend (Bug#10589).
5919 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
5920             Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * icomplete.el: Change separator; add ido-style commands.
5923         (icomplete-show-key-bindings): Remove custom var.
5924         (icomplete-get-keys): Remove function.
5925         (icomplete-forward-completions, icomplete-backward-completions):
5926         New commands.
5927         (icomplete-minibuffer-map): New var.
5928         (icomplete-minibuffer-setup): Use it.
5929         (icomplete-exhibit): Don't delay if the list of completions is known.
5930         (icomplete-separator): New custom.
5931         (icomplete-completions): Use it.
5932         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5933         (minibuffer-force-complete-and-exit): New command.
5934         (minibuffer--complete-and-exit): New function extracted from
5935         minibuffer-complete-and-exit.
5936         (minibuffer-complete-and-exit): Use it.
5938         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5939         error message when the file doesn't exist (bug#12974).
5941 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5943         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5945 2012-11-29  Glenn Morris  <rgm@gnu.org>
5947         * files.el (hack-dir-local-variables): Warn if try to set
5948         coding via dir-locals, since it doesn't work.  (Bug#7169)
5950         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
5951         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5952         Set buffer-local value of desktop-save-buffer.
5953         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5954         New functions.
5955         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5956         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5958         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
5959         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5960         Doc fix.
5961         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5962         Doc fixes.
5964 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
5966         * calc/calc-forms.el (calc-date-notation): Fix regexp
5967         used to find time codes.  Fix symbol for seconds.
5969 2012-11-27  Glenn Morris  <rgm@gnu.org>
5971         * emacs-lisp/derived.el (derived-mode-make-docstring):
5972         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
5974 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         * textmodes/table.el (table-insert): Don't use `symbol-name' on
5977         lexically scoped variables (bug#13005).
5979 2012-11-27  Glenn Morris  <rgm@gnu.org>
5981         * vc/vc-hooks.el (vc-mistrust-permissions):
5982         Default to t, to avoid data-loss.  (Bug#11490)
5984 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5986         * progmodes/python.el (python-indent-guess-indent-offset):
5987         If indentation is guessed make python-indent-offset buffer-local.
5989         Fix Imenu regression.
5990         * progmodes/python.el (python-nav-beginning-of-defun):
5991         Fix forward movement when statement(s) separates point from defun.
5992         (python-imenu-prev-index-position): New function.
5994 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5996         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
5998         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5999         Don't set buffer-file-type.  Return nil.  (Bug#12989)
6001 2012-11-27  Glenn Morris  <rgm@gnu.org>
6003         * hippie-exp.el (hippie-expand-try-functions-list):
6004         Re-autoload it.  (Bug#12982)
6006 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
6008         * descr-text.el (describe-char-padded-string):
6009         Call internal-char-font only on GUI frames.  (Bug#11964)
6011 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
6013         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6014         and obsoletion message.
6016 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6018         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6019         the constructs to keep outside of the `cl-block' (bug#12977).
6021 2012-11-27  Chong Yidong  <cyd@gnu.org>
6023         * mouse.el (mouse-drag-line): Even if the line is not draggable,
6024         keep reading until we get the up-event anyway, in order to process
6025         the up-event for mouse-1-click-follows-link (Bug#12971).
6027 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6030         base function is not yet defined (bug#12965).
6031         (ad-activate-advised-definition): Use ad-compile-function.
6032         (ad-activate): Use cond.
6034 2012-11-25  Leo Liu  <sdl.web@gmail.com>
6036         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6037         (Bug#12979)
6039 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
6041         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6042         reftex-section-info-function in order to be compatible with
6043         Texinfo integration.
6045         * textmodes/reftex.el (reftex-section-pre-regexp)
6046         (reftex-section-post-regexp, reftex-section-info-function):
6047         New variable.
6048         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6049         reftex-section-post-regexp, and reftex-section-info-function in order
6050         to be compatible with Texinfo integration.
6052         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6053         use reftex-section-pre-regexp variable in order to be compatible with
6054         Texinfo integration.
6056 2012-11-25  Chong Yidong  <cyd@gnu.org>
6058         * faces.el: Make face-spec-set more analogous to setq.
6059         (face-spec-set): Change the third arg to specify whether this
6060         function is being called via defface, customize, or a third party.
6061         Set the appropriate symbol properties.  Clear the override spec if
6062         setting via Custom.  Initialize face if necessary.  (Bug#4988)
6063         (face-spec-recalc): Allow theme faces to completely replace the
6064         defface spec, in the same way as custom faces (Bug#8454).
6066         * cus-face.el (custom-declare-face): Move face initialization to
6067         face-spec-set.
6068         (custom-theme-set-faces): Don't initialize the face name here, as
6069         that is now done in face-spec-set.
6071         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6072         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6073         Simplify by using the new arg to face-spec-set.
6075         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6076         reset face-override-spec too, and use custom-declare-face.
6078 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
6080         * term/ns-win.el (ns-initialize-window-system): Move creation of
6081         fontsets here (Bug#11964).
6083 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
6085         * ses.el (ses-rename-cell): Correct bug on mode-line update after
6086         cell renaming.
6088 2012-11-24  Chong Yidong  <cyd@gnu.org>
6090         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6091         obsolete.
6093         * custom.el (custom-theme-set-variables): Use a topological sort
6094         for ordering by custom dependencies (Bug#12952).
6095         (custom--sort-vars, custom--sort-vars-1): New functions.
6097 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6099         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6100         lexical-binding (bug#12938).
6102 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
6104         * image-mode.el (image-transform-check-size): Use assertions only
6105         for images of type imagemagick.
6107         Otherwise no error, image-transform-fit-to-{width,height} is
6108         silently ignored, as before.  Doc fix.
6110 2012-11-24  Chong Yidong  <cyd@gnu.org>
6112         * faces.el (color-defined-p): Doc fix (Bug#12853).
6114 2012-11-24  Juri Linkov  <juri@jurta.org>
6116         * dired.el (dired-mark): Add optional arg `interactive'.
6117         Check for `use-region-p' if `interactive' is non-nil.
6118         (dired-unmark, dired-flag-file-deletion): Add optional arg
6119         `interactive'.  Call `dired-mark' with the arg `interactive'.
6120         (Bug#10624)
6122         * wdired.el: Revert 2012-10-17 change partly and replace it with
6123         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6124         (wdired-finish-edit): Add marks for new file names to
6125         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
6126         after `revert-buffer'.
6127         (wdired-do-renames): Remove calls to `dired-remove-file',
6128         `dired-add-file', `dired-add-entry'.  (Bug#11795)
6130 2012-11-24  Alan Mackenzie  <acm@muc.de>
6132         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6134         Fix bugs in the state cache.  Enhance a debugging mechanism.
6135         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6136         "brace at column zero" strategy for C++.
6137         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6138         (c-parse-state-point): New variable.
6139         (c-record-parse-state-state): Record old parse state with
6140         `copy-tree'.  Record previous value of point.
6141         (c-debug-parse-state-double-cons): New debugging function.
6142         (c-debug-parse-state): Call the above new function.
6143         (c-toggle-parse-state-debug): Output a confirmatory message.
6145         * progmodes/cc-mode.el (c-before-change, c-after-change):
6146         Call c-invalidate-state-cache from `c-before-change' instead of
6147         `c-after-change'.
6149 2012-11-23  Chong Yidong  <cyd@gnu.org>
6151         * find-cmd.el (find-constituents): Add executable, ipath,
6152         readable, samefile, writable, daystart, regextype (Bug#12856).
6154 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6156         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6158 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
6160         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6161         definition.  This fixes a bootstrap failure.
6162         (calc-gregorian-switch): In menu, put dates before regions.
6163         This is easier to follow, lines up better in the menu, and lets us
6164         coalesce regions that switch at the same time.  Give country
6165         names, not "Vatican", as that's better for non-expert users.
6166         Use names that are stable between the date of switch and now, e.g.,
6167         Bohemia and Moravia (which existed then and now) and not
6168         Czechoslovakia (which didn't exist then and doesn't exist now).
6169         What is now the U.S. mostly did not switch at the same time as
6170         Britain, so omit the U.S.  Correct spelling of "Britain".
6171         Catholic Switzerland was too much of a mess, so omit it.
6173 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
6175         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6176         after the variable is changed.
6178 2012-11-21  Daniel Colascione  <dancol@dancol.org>
6180         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6181         in SQL declarations for font-lock.
6182         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6184 2012-11-21  Glenn Morris  <rgm@gnu.org>
6186         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6187         (face-italic-p): Add optional argument "inherit".
6189         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6190         Remove -p suffix from names, for consistency with other set-face-*.
6191         (set-face-inverse-video): Fix interactive spec.
6192         * play/gamegrid.el (gamegrid-make-mono-tty-face):
6193         * textmodes/table.el (table--update-cell-face):
6194         Use set-face-inverse-video rather than now obsolete alias.
6196 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
6198         * simple.el (line-move): Don't call line-move-partial if
6199         scroll-conservatively is in effect.  (Bug#12927)
6201 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6204         Fallback on completion-at-point rather than
6205         pcomplete-expand-and-complete, and only if pcomplete actually failed.
6206         (eshell-cmpl-initialize): Setup completion-at-point.
6208         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6210         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6212 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
6214         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6215         are remote, check out-of-band property for both.
6217 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6219         * window.el (switch-to-buffer): Re-add the warning that was lost in the
6220         code rewrite.
6222 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
6224         More minor time fixes.
6225         * calendar/time-date.el: Commentary fix.
6226         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6227         too much other code depends on (0 0) time stamps.
6228         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6229         Add a couple of FIXME comments.
6231         Minor cleanup for times as lists of four integers.
6232         * files.el (dir-locals-directory-cache):
6233         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6234         Doc fixes.
6235         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6236         * ps-bdf.el (bdf-file-newer-than-time):
6237         Process four-integers time stamps, not two.  Doc fixes.
6239 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6241         * uniquify.el (uniquify-managed): Use defvar-local.
6242         (rename-buffer, create-file-buffer): Advise with advice-add.
6243         (uniquify-unload-function): Unadvise accordingly.
6245         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6246         (trace-buffer): Don't purecopy.
6247         (trace-entry-message, trace-exit-message): Add `context' arg.
6248         (trace--timer): New var.
6249         (trace-make-advice): Adjust for use in nadvice.
6250         Add `context' argument.  Delay `display-buffer' via a timer.
6251         (trace-function-internal): Use advice-add.
6252         (trace--read-args): New function.
6253         (trace-function-foreground, trace-function-background): Use it.
6254         (trace-function): Rename to trace-function-foreground and redefine as
6255         an alias to that new name.
6256         (untrace-function, untrace-all): Adjust to the use of nadvice.
6258         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6260         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6262         * subr.el (called-interactively-p-functions): New var.
6263         (internal--called-interactively-p--get-frame): New macro.
6264         (called-interactively-p, interactive-p): Rewrite in Lisp.
6265         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6266         (called-interactively-p-functions): Use it.
6267         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6268         (called-interactively-p-functions): Use it.
6269         * allout.el (allout-called-interactively-p): Don't assume
6270         called-interactively-p is a subr.
6272 2012-11-20  Glenn Morris  <rgm@gnu.org>
6274         * profiler.el (profiler-report-mode-map): Add a menu.
6275         No need to bind `q' because we derive from special-mode.
6276         (profiler-report-find-entry): Handle calls from the menu-bar.
6278 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         * emacs-lisp/byte-run.el (defun-declarations-alist):
6281         Allow a compiler-macro to be a lambda expression.
6283         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
6284         eval-when-compile.
6285         (python-syntax-context): Add compiler-macro.
6286         (python-font-lock-keywords): Simplify with De Morgan.
6288         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6290         * files.el (load-file): Require match in minibuffer selection, as was
6291         the case in Emacs-20 before we changed the spec to allow .elc files
6292         (bug#12935).
6294         * json.el: Don't require cl since we don't use it.
6295         * color.el: Don't require cl.
6296         (color-complement): `caddr' -> `nth 2'.
6298         * calendar/time-date.el (time-to-seconds): De-obsolete.
6300 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
6302         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6303         year numbers.
6304         (math-date-to-julian-dt): Adjust the initial approximation for the
6305         year to deal with the new definition of the DATE.
6307 2012-11-19  Daniel Colascione  <dancol@dancol.org>
6309         * term/w32-win.el (cygwin-convert-path-from-windows):
6310         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6312 2012-11-18  Chong Yidong  <cyd@gnu.org>
6314         * filecache.el (file-cache--read-list): New function.
6315         (file-cache-add-directory-list, file-cache-add-file-list)
6316         (file-cache-delete-file-list, file-cache-delete-directory-list):
6317         Use it to read a list of files or directories (Bug#12846).
6318         (file-cache-add-file, file-cache-add-directory)
6319         (file-cache-delete-file-list, file-cache-delete-file-regexp)
6320         (file-cache-delete-directory): Print an message.
6322 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
6324         * calc/calc-forms.el (math-date-to-dt): Use integer date when
6325         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6327 2012-11-18  Glenn Morris  <rgm@gnu.org>
6329         * image.el (insert-image, insert-sliced-image): Doc fix.
6331 2012-11-18  Chong Yidong  <cyd@gnu.org>
6333         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6334         (Bug#12810).
6336 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
6338         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6339         response when the target file is in a subdirectory (Bug#12757).
6341 2012-11-18  Chong Yidong  <cyd@gnu.org>
6343         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6345 2012-11-18  Glenn Morris  <rgm@gnu.org>
6347         * emacs-lisp/cl-lib.el (face-underline-p):
6348         Use set-face-underline rather than the alias set-face-underline-p.
6350         * window.el (with-temp-buffer-window): Doc fix.
6351         * subr.el (with-output-to-temp-buffer):
6352         Add doc xref to with-temp-buffer-window.
6354 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
6356         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6357         * calc/calc.el (math-format-date-cache): Declare.
6359 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6361         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6362         It also uses January 1, 1 AD as its day number 1.
6363         * calc/calc-forms.el (math-julian-date-beginning)
6364         (math-julian-date-beginning-int): Implement this.
6366 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
6368         * descr-text.el (quail-find-key):
6369         * dired.el (desktop-file-name):
6370         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6371         * generic-x.el (comint-mode, comint-exec):
6372         * image-dired.el (widget-forward):
6373         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6374         (speedbar-change-expand-button-char)
6375         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6376         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6377         * printing.el (easy-menu-add-item, easy-menu-remove-item)
6378         (widget-field-action, widget-value-set):
6379         * speedbar.el (imenu--make-index-alist):
6380         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6381         (ring-length, ring-insert):
6382         * vcursor.el (compare-windows-skip-whitespace):
6383         * woman.el (dired-get-filename):
6384         Declare functions.
6386         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6388 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6390         * calc/calc.el (calc-gregorian-switch): New variable.
6392         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6393         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6394         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6395         (math-leap-year-p): Add option to distinguish between Julian
6396         and Gregorian calendars.
6397         (math-day-number): Use `math-day-in-year' to do the computations.
6398         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6399         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6400         to do the computations.
6401         (math-date-to-dt): Use `math-date-to-julian-dt' and
6402         `math-date-to-gregorian-dt' to do the computations.
6403         (calcFunc-weekday, math-format-date-part): Use the new version of
6404         the DATE to determine the weekday.
6405         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6406         when necessary.
6408 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
6410         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6411         Cygwin; otherwise use 'file:'.  (Bug#12914)
6412         (cygwin-convert-path-from-windows): Declare, to avoid
6413         byte-compiler warnings.
6415 2012-11-17  Andreas Politz  <politza@fh-trier.de>
6417         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6418         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6419         prefix and negative numeric prefix args (Bug#12795).
6421 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
6423         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6424         Don't signal an error with a score that is too low to add to the
6425         list of top scores. (Bug#12779)
6427 2012-11-17  Chong Yidong  <cyd@gnu.org>
6429         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6431         * filecache.el (file-cache-add-file): Handle relative file name in
6432         the argument (Bug#12694).
6434 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
6436         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6438 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6440         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6442         * emacs-lisp/cl-lib.el: Set more meaningful version number.
6444 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6446         * window.el (enlarge-window, shrink-window): Don't mention return
6447         value in doc-string (Bug#12896).
6448         (window--display-buffer): Don't resize frames - it won't work
6449         with all window managers and defeat pop-up-frame-alist.
6450         (display-buffer-alist): In doc-string explain that CONDITION can
6451         be a function and which arguments are passed to it (Bug#12854).
6452         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
6453         expressions (Bug#12854).
6454         (display-buffer): Pass ACTION argument to
6455         display-buffer-assq-regexp.
6457 2012-11-16  Glenn Morris  <rgm@gnu.org>
6459         * window.el (fit-frame-to-buffer-bottom-margin)
6460         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6462         * faces.el (face-underline-p): Use face-attribute-specified-or.
6464 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
6466         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6468 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6470         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6472 2012-11-16  Glenn Morris  <rgm@gnu.org>
6474         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
6475         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6477         * faces.el (face-underline-p): Doc fix.  Handle :underline being
6478         things other than `t' (a string, a list).
6479         (face-inverse-video-p): Doc fix.
6480         (set-face-underline): Rename it back from set-face-underline-p.
6481         Doc fix.  Allow interactive input of values other than t.
6482         (read-face-attribute): Apply formatting to :underline,
6483         since like :box and :stipple it can take list values.
6485         * term.el (ansi-term): Don't let C-x escape-char binding
6486         clobber the more standard C-c binding.  (Bug#12842)
6488         * subr.el (set-temporary-overlay-map): Doc fix.
6490 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6492         * window.el (record-window-buffer)
6493         (display-buffer-record-window): When copying the markers to
6494         window-point preserve window-point-insertion-type. (Bug#12588)
6496 2012-11-16  Glenn Morris  <rgm@gnu.org>
6498         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6499         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6500         Use new names for hooks rather than obsolete aliases.
6502 2012-11-15  Daniel Colascione  <dancol@dancol.org>
6504         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6505         prefix instead of "file:" so that when FILE-NAME begins with "//",
6506         as it does when the target file is on a network share, url-handler
6507         isn't confused.
6509 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6511         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6512         a preactivated advice from an old advice.el; they're not compatible!
6514 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6516         * emacs-lisp/nadvice.el (advice--make-interactive-form):
6517         Fix string-spec case.
6519         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6521 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6523         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6524         (advice--buffer-local-function-sample): New var.
6525         (advice--set-buffer-local, advice--buffer-local): New functions.
6526         (add-function, remove-function): Use them.
6528 2012-11-15  Drew Adams  <drew.adams@oracle.com>
6530         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6532 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6535         potential binding of print-gensym to t, and prettify (back)quotes in
6536         case they appear in args's default values (bug#12884).
6538 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6540         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6541         (advice-eval-interactive-spec): New function.
6542         (advice--make-interactive-form): Support around advice (bug#12844).
6544 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
6546         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6547         more strict.  Add docstring.
6548         (ruby-expression-expansion-re): Extract from
6549         `ruby-match-expression-expansion'.
6550         (ruby-syntax-propertize-function): After everything else, search
6551         for expansions in string literals, mark their insides as
6552         whitespace syntax and save match data for font-lock.
6553         (ruby-font-lock-keywords): Use the 2nd group from expression
6554         expansion matches.
6555         (ruby-match-expression-expansion): Use the match data saved to the
6556         text property in ruby-syntax-propertize-function.
6558 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6560         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6561         (bug#12879).
6563 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6565         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6566         start/end keyword a bit harder.  Works with different values of N.
6567         Add more comments.
6568         (ruby-end-of-block): Update accordingly.
6570 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6572         * woman.el (woman-file-name): Don't mess with unread-command-events
6573         (bug#12861).
6575         * emacs-lisp/advice.el: Layer on top of nadvice.el.
6576         Remove out of date self-require hack.
6577         (ad-do-advised-functions): Use simple `dolist'.
6578         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6579         (ad-advice-definition): Redefine as functions.
6580         (ad-advice-classes): Move before first use.
6581         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6582         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6583         (ad--defalias-fset): Remove functions.
6584         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6585         (ad-get-orig-definition): Rewrite.
6586         (ad-make-advised-definition-docstring): Change base docstring.
6587         (ad-real-orig-definition): Rewrite.
6588         (ad-map-arglists): Change name of called function.
6589         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6590         (ad-make-advised-definition): Simplify.
6591         (ad-assemble-advised-definition): Tweak for new calling context.
6592         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6593         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
6594         function and call ad-activate if needed.
6595         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6596         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6597         (ad-compile-function): Compile ad-Advice-*.
6598         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6599         (ad-start-advice, ad-stop-advice): Remove.
6601 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6603         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6604         period before class method names, not after.  Remove handling of
6605         one impossible case.  Add comments.
6607 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6609         * emacs-lisp/advice.el: Remove support for freezing.
6610         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6611         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6612         Remove support for `freeze'.
6614         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6615         override the default.
6616         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6617         cl--dotimes/dolist.
6618         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6619         `cl' is loaded.
6621         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6622         from add-advice.
6623         (advice--strip-macro): New function.
6624         (advice--defalias-fset): Use them to handle macros.
6625         (advice-add): Use them.
6626         (advice-member-p): Correctly handle macros.
6628 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6630         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6631         Never font-lock the beginning of singleton class as heredoc.
6633 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6635         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6637 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
6639         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6640         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
6641         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6643 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6645         Fix end-of-defun misbehavior.
6646         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6647         python-beginning-of-defun-function.  Handle nested defuns
6648         correctly.
6649         (python-nav-end-of-defun): Rename from
6650         python-end-of-defun-function.  Ensure forward movement.
6651         (python-info-current-defun): Reimplement to work as intended
6652         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
6653         parent defuns as soon as possible.
6655 2012-11-13  Glenn Morris  <rgm@gnu.org>
6657         * progmodes/flymake.el (flymake-error-bitmap)
6658         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6659         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6661 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6663         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6664         backward, always stop at indentation.  Reverts the change from
6665         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6667 2012-11-13  Glenn Morris  <rgm@gnu.org>
6669         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6670         Add ibuffer-filter-by-derived-mode.
6672         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6673         the same name shadowing each other.
6675         * window.el (with-temp-buffer-window): Doc tweak.
6677         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6679         * help.el (temp-buffer-max-height):
6680         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6681         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6683 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * emacs-lisp/nadvice.el: New package.
6686         * subr.el (special-form-p): New function.
6687         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6688         (elp-all-instrumented-list): Remove var.
6689         (elp-not-profilable): Remove elp-wrapper.
6690         (elp-profilable-p): Use autoloadp and special-form-p.
6691         (elp--advice-name): New const.
6692         (elp-instrument-function): Use advice-add.
6693         (elp--instrumented-p): New predicate.
6694         (elp-restore-function): Use advice-remove.
6695         (elp-restore-all, elp-reset-all): Use mapatoms.
6696         (elp-set-master): Use elp--instrumented-p.
6697         (elp--make-wrapper): Rename from elp-wrapper, return a function
6698         suitable for advice-add.  Use cl-inf.
6699         (elp-results): Use mapatoms+elp--instrumented-p.
6700         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6701         (debug-function-list): Remove var.
6702         (debug): Rename arg, and then let-bind it explicitly inside.
6703         (debugger-setup-buffer): Rename arg.
6704         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6705         (debugger-frame-number): Adjust to new debug-on-entry setup.
6706         (debug--implement-debug-on-entry): Rename from
6707         implement-debug-on-entry, add argument.
6708         (debugger-special-form-p): Remove, use special-form-p instead.
6709         (debug-on-entry): Use advice-add.
6710         (debug--function-list): New function.
6711         (cancel-debug-on-entry): Use it, along with advice-remove.
6712         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6713         (debugger-list-functions): Use debug--function-list instead of
6714         debug-function-list.
6715         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6716         (ad-special-form-p): Remove, use special-form-p instead.
6717         (ad-set-advice-info): Use add-function and remove-function.
6718         (ad--defalias-fset): Adjust accordingly.
6720 2012-11-10  Glenn Morris  <rgm@gnu.org>
6722         * mail/emacsbug.el (report-emacs-bug-tracker-url)
6723         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6724         (report-emacs-bug-create-existing-bugs-buffer)
6725         (report-emacs-bug-parse-query-results)
6726         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
6728         * term.el (term-default-fg-color, term-default-bg-color):
6729         Make obsolete, rather than just saying "deprecated" in the doc.
6731         * term.el (term): Rename from `term-face'.
6732         (term-current-face, ansi-term-color-vector)
6733         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6734         Update all users.
6736 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6738         * server.el (server-create-window-system-frame): Handle Nextstep
6739         specially (Bug#12780).
6741 2012-11-10  Glenn Morris  <rgm@gnu.org>
6743         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6744         Unautoload, and make obsolete.  (Bug#7449)
6746 2012-11-10  Chong Yidong  <cyd@gnu.org>
6748         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6749         rename from diff-remove-trailing-whitespace (Bug#12831).
6751 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6754         miscompilation of trace.el.
6756 2012-11-10  Glenn Morris  <rgm@gnu.org>
6758         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6760 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6762         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6763         (bug#12812).
6765 2012-11-10  Chong Yidong  <cyd@gnu.org>
6767         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6768         a defcustom with an appropriate :set function.
6769         (minibuffer-default--in-prompt-regexps): New function.
6771 2012-11-10  Glenn Morris  <rgm@gnu.org>
6773         * emacs-lisp/cl.el (define-setf-expander, defsetf)
6774         (define-modify-macro): Doc fixes.
6776         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6777         (gv-define-simple-setter): Update doc of `fix-return'.
6779 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6781         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6782         twice when `fix-return' is set (bug#12813).
6784         * emacs-lisp/cl.el (defsetf): Pass the third arg to
6785         gv-define-simple-setter (bug#12812).
6787         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6788         (bug#12756).
6790 2012-11-10  Glenn Morris  <rgm@gnu.org>
6792         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6794         * emacs-lisp/cl-extra.el (cl-prettyexpand):
6795         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6796         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6797         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6799         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6801 2012-11-10  Leo Liu  <sdl.web@gmail.com>
6803         * ido.el (ido-set-matches-1): Improve flex matching performance by
6804         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
6806 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6809         (ad--defalias-fset): New function.
6810         (ad-safe-fset): Remove.
6811         (ad-make-freeze-definition): Use cl-letf*.
6813 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6815         * subr.el (dolist): Don't bind VAR in RESULT.
6817         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
6818         (fset, documentation): Don't save real def since we don't advise.
6819         (ad-do-advised-functions): Remove problematic `result-form'.
6820         (ad-safe-fset): `ad-real-fset' => `fset'.
6821         (ad-read-advised-function): Don't assume that ad-do-advised-functions
6822         uses CL's dolist internally.
6823         (ad-arglist): Remove unused arg `name'.
6824         (ad-docstring, ad-make-advised-docstring):
6825         `ad-real-documentation' => `documentation'.
6826         (warning-suppress-types): Declare.
6827         (ad-set-arguments): Simple CSE.
6828         (ad-recover-normality): Sanity check.
6830         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6831         (funcall '(lambda ..) ..) into ((lambda ..) ..).
6833 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
6835         * ses.el: symbol to coordinate mapping is made by symbol property
6836         `ses-cell'.  This means that the same mapping is done for all SES
6837         sheets.  That is good enough for cells with standard A1 names, but
6838         not for named cell.  So a hash map is added for the latter.
6839         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6840         (ses-sym-rowcol): Use hashmap for named cell.
6841         (ses-is-cell-sym-p): New defun.
6842         (ses-decode-cell-symbol): New defun.
6843         (ses-create-cell-variable): Add cell to hashmap when name is not
6844         A1-like.
6845         (ses-rename-cell): Check that cell new name is not already in
6846         spreadsheet with the use of ses-is-cell-sym-p
6847         (ses-rename-cell): Use hash map for named cells, but accept also
6848         renaming back to A1-like.
6850 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * emacs-lisp/advice.el: Use new dynamic docstrings.
6853         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6854         Use dynamic-docstring-function instead of ad-advice-info.
6855         (ad--make-advised-docstring): New function extracted from
6856         ad-make-advised-docstring.
6857         (ad-make-advised-docstring): Use it.
6858         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6859         from sql-help.
6860         (sql-help): Use it with dynamic-docstring-function.
6862         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6864 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6866         * files.el (hack-one-local-variable--obsolete): New function.
6867         (hack-one-local-variable): Use it for obsolete settings.
6869         * subr.el (locate-user-emacs-file): If both old and new name exist, use
6870         the new name.
6872         * progmodes/js.el (js--filling-paragraph): New var.
6873         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6874         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6875         less sneaky.
6877 2012-11-08  Julien Danjou  <julien@danjou.info>
6879         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6880         `auto-mode-alist' (Bug#12835).
6882 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6884         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6885         (perl--prettify-symbols-alist): New const.
6886         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6887         New functions.
6888         (perl-font-lock-keywords-2): Use them.
6889         (perl-electric-noindent-p): New function.
6890         (perl-mode): Use it to set up electric-indent-mode.
6891         (perl-electric-terminator, perl-indent-command): Mark obsolete.
6892         (perl-mode-map): Remove bindings for them.
6893         (perl-imenu-generic-expression, perl-outline-level):
6894         Match functions&packages in column>0.
6896         * env.el (env--substitute-vars-regexp): New const.
6897         (substitute-env-vars): Use it.  Add `only-defined' arg.
6898         * net/tramp.el (tramp-replace-environment-variables): Use it.
6900         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6901         Byte-compile *before* eval in eval-and-compile.
6902         (byte-compile-log-warning): Remove redundant inhibit-read-only.
6903         (byte-compile-file-form-autoload): Don't hide actual definition.
6904         (byte-compile-maybe-guarded): Accept `functionp' as well.
6906         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6908 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
6910         * notifications.el (notifications-get-server-information-method):
6911         New defconst.
6912         (notifications-get-capabilities): Fix docstring.
6913         (notifications-get-server-information): New defun.
6915 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
6917         * textmodes/ispell.el (ispell-region): Standard re-indent for better
6918         readability.
6920         * textmodes/ispell.el: Experimental support for support debugging.
6921         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6922         buffer for ispell.
6923         (ispell-print-if-debug): New function to print stuff to
6924         `ispell-debug-buffer' if debugging is enabled.
6925         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6926         show some debugging info.
6927         (ispell-buffer-with-debug): New function that creates a debugging
6928         buffer and calls `ispell-buffer' with debugging enabled.
6930         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6931         comment in autoconf mode. (Bug#12768)
6933 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
6935         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6936         frame-first-window, frame-root-window, frame-selected-window,
6937         minibuffer-selected-window, minibuffer-window,
6938         window-absolute-pixel-edges, window-at, window-body-height,
6939         window-body-width, window-display-table, window-combination-limit,
6940         window-frame, window-fringes, window-inside-absolute-pixel-edges,
6941         window-inside-edges, window-inside-pixel-edges, window-left-child,
6942         window-left-column, window-margins, window-next-buffers,
6943         window-next-sibling, window-new-normal, window-new-total,
6944         window-normal-size, window-parameter, window-parameters, window-parent,
6945         window-pixel-edges, window-point, window-prev-buffers,
6946         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6947         window-start, window-text-height, window-top-child, window-top-line,
6948         window-total-height, window-total-width and window-use-time to the list
6949         of functions without side-effects.
6950         (toplevel): Add window-valid-p to the list of error-free functions
6951         without side-effects.
6953 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
6955         * textmodes/ispell.el (ispell-program-name):
6956         Update spellchecker parameters when customized.
6958 2012-11-04  Glenn Morris  <rgm@gnu.org>
6960         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
6962 2012-11-04  Chong Yidong  <cyd@gnu.org>
6964         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6965         same-window-* variables.
6967 2012-11-04  Juri Linkov  <juri@jurta.org>
6969         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6970         (isearch-describe-key, isearch-describe-mode): Use a display
6971         action instead of binding same-window-* variables (Bug#10040).
6973 2012-11-03  Glenn Morris  <rgm@gnu.org>
6975         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6976         Rename handler properties back from cl-- to cl-.  (Bug#12788)
6978         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6980 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
6982         * term/pc-win.el: Don't load term/internal from here.
6984         * loadup.el: Load term/internal from here.
6986 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6988         * progmodes/python.el (inferior-python-mode): Fix hang in
6989         jit-lock (Bug#12645).
6991 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
6993         * window.el (switch-to-visible-buffer)
6994         (switch-to-buffer-preserve-window-point): Fix doc-strings.
6996 2012-11-03  Glenn Morris  <rgm@gnu.org>
6998         * emacs-lisp/cl-lib.el (cl--random-time):
6999         Rename from cl-random-time.  (Bug#12773)
7000         (cl--gensym-counter, cl--random-state): Update callers.
7001         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7003 2012-11-03  Chong Yidong  <cyd@gnu.org>
7005         * cus-start.el: Make cursor-type customizable (Bug#11633).
7007 2012-11-02  Glenn Morris  <rgm@gnu.org>
7009         * filecache.el: No need to load find-lisp when compiling.
7010         (find-lisp-find-files): Autoload it.
7011         (file-cache-add-directory-recursively): Don't require find-lisp.
7013         * image.el (image-type-from-file-name): Trivial simplification.
7015         * emacs-lisp/bytecomp.el (byte-compile-eval):
7016         Decouple "noruntime" and "cl-functions" warnings.
7018 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
7020         * play/gomoku.el (gomoku-display-statistics): Update mode line
7021         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7023 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
7025         * window.el (quit-restore-window): If the window has been
7026         created on an existing frame and ended up as the sole window on
7027         that frame, do not delete it (Bug#12764).
7029 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7031         * progmodes/sh-script.el (sh--inside-noncommand-expression):
7032         Rename from sh--inside-arithmetic-expression, handle more cases
7033         (bug#11263).
7035         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7036         (sh-font-lock-open-heredoc): Use it (bug#12770).
7038 2012-10-30  Glenn Morris  <rgm@gnu.org>
7040         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
7042         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
7044 2012-10-29  Chong Yidong  <cyd@gnu.org>
7046         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7047         function key is stored in a keyboard macro (Bug#4894).
7049         * thingatpt.el (number-at-point): Apply a thing-at-point property.
7051 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7053         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7054         header comments".
7055         (diff-unified->context, diff-context->unified)
7056         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7058         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7060         * files.el (find-alternate-file): Only ask one question (bug#12487).
7062 2012-10-29  Chong Yidong  <cyd@gnu.org>
7064         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7065         Suggested by Dan Nicolaescu (Bug#6326).
7067         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7069         * startup.el (fancy-about-screen): Don't message (Bug#12680).
7071         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7073         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7075         * face-remap.el (face-remap-add-relative): Handle the case where a
7076         face-remapping-alist entry is a cons cell (Bug#12762).
7078 2012-10-29  Kevin Ryde  <user42@zip.com.au>
7080         * woman.el (woman-parse-numeric-value): Handle picas correctly
7081         (Bug#12639).
7083 2012-10-29  Glenn Morris  <rgm@gnu.org>
7085         * emacs-lisp/cl.el (defsetf): Doc fix.
7087 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7089         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7090         syntax to the matching opener, if any (bug#12547).
7091         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7092         matching open as a "case-(".
7093         (sh-smie-rc-grammar): Add a corresponding rule for it.
7095 2012-10-28  Daniel Hackney  <dan@haxney.org>
7097         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7098         "PKGNAME-autoloads.el" in case we created it.
7100 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7102         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7103         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7104         (completion--twq-all): Disable too-strict assertions.
7106         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7108 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
7110         * profiler.el (profiler-report-make-entry-part): Fix help-echo
7111         text to match the real keybindings.
7113 2012-10-27  Juri Linkov  <juri@jurta.org>
7115         * wdired.el (wdired-keep-marker-rename): New defcustom.
7116         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7117         (Bug#11795)
7119         * dired.el (dired-keep-marker-rename): Add reference to
7120         `wdired-keep-marker-rename' in the docstring.
7121         Add default character value ?R to display initially in
7122         Customization UI instead of ?@.
7124 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
7126         * window.el (display-buffer): In doc-string describe
7127         window-height and window-width alist entries.
7129         * time.el (display-time-world): Restore fit-window-to-buffer
7130         behavior.
7132 2012-10-27  Chong Yidong  <cyd@gnu.org>
7134         * subr.el (insert-buffer-substring-as-yank): Doc fix.
7136 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
7138         * minibuffer.el (completion-category-overrides): New completion
7139         category `bookmark' (bug#11131).
7141 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * emacs-lisp/advice.el (ad-assemble-advised-definition):
7144         Silence bogus compiler warnings for ad-do-it.
7146         * bookmark.el (bookmark-completing-read): Set the completion category
7147         to `bookmark' (bug#11131).
7149 2012-10-26  Bastien  <bzg@altern.org>
7150             Stefan Monnier  <monnier@iro.umontreal.ca>
7152         * face-remap.el: Use lexical-binding.
7153         (text-scale-adjust): Improve docstring.  Use itself for the temporary
7154         overlay-map bindings, so as to repeat the "Use..." message each time.
7156 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7158         * emacs-lisp/macroexp.el (macroexp--expand-all):
7159         Obey byte-compile-warning-enabled-p (bug#12486).
7161         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7162         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7164 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
7166         * mouse.el (mouse-drag-line): Move last form into preceding when
7167         clause (Bug#12731).
7169         * help.el (resize-temp-buffer-window): Fix doc-string.
7171 2012-10-25  David Engster  <deng@randomsample.de>
7173         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7174         Remove.  This feature is already integrated in imenu.
7176         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7177         always loaded.  Require `speedbar' unconditionally.
7179 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7181         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7183         * minibuffer.el (minibuffer-force-complete): Fix thinko.
7185         * net/ldap.el (ldap-search-internal): The official ldif format starts
7186         with a "version: 1" header (bug#12724).
7188         * emacs-lisp/package.el (package-installed-p): Warn if not ready
7189         (bug#12721).
7191 2012-10-25  Glenn Morris  <rgm@gnu.org>
7193         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7195 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7197         * minibuffer.el (minibuffer-force-complete): Use one more marker
7198         for the temporary-overlay-map command (bug#12619).
7200 2012-10-24  Chong Yidong  <cyd@gnu.org>
7202         * time.el (display-time-world-mode): Derive from special-mode.
7203         (display-time-world): Use display-buffer (Bug#12708).
7204         (display-time-world-mode-map): Variable deleted.
7205         (display-time-world-display): Wrap the final delete-char inside
7206         inhibit-read-only.
7208 2012-10-24  Chong Yidong  <cyd@gnu.org>
7210         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7211         Doc fix.
7213         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7215 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         * minibuffer.el (completion--all-sorted-completions-location): New var.
7218         (completion--cache-all-sorted-completions)
7219         (completion--flush-all-sorted-completions): Use it.
7220         (completion-in-region, completion-in-region--postch)
7221         (completion-at-point, completion-help-at-point): Use markers in
7222         completion-in-region--data (bug#12619).
7224 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7226         * progmodes/compile.el (compilation-start): Try to handle common
7227         quoting of `cd' argument (bug#12640).
7229         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7230         (bug#12671).
7232 2012-10-23  Glenn Morris  <rgm@gnu.org>
7234         * progmodes/gud.el (gud-menu-map):
7235         Check gdb-active-process is bound.  (Bug#12358)
7237 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * repeat.el (repeat): Set real-this-command (bug#12232).
7241         * htmlfontify.el (hfy-post-html-hook):
7242         * filesets.el (filesets-cache-fill-content-hook):
7243         * arc-mode.el (archive-extract-hook):
7244         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7245         * net/rcirc.el (rcirc-sentinel-functions)
7246         (rcirc-receive-message-functions, rcirc-activity-functions)
7247         (rcirc-print-functions):
7248         * net/dbus.el (dbus-event-error-functions):
7249         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7250         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7251         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7252         * term/sun.el (sun-raw-prefix-hooks):
7253         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7255 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
7257         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7258         Set `tramp-chunksize' to 1.  This improves the performance.
7259         (tramp-smb-wait-for-output): Add timeout to
7260         `tramp-accept-process-output' calls.
7262 2012-10-23  Chong Yidong  <cyd@gnu.org>
7264         * faces.el (font-list-limit): Define as an obsolete variable.
7266         * startup.el (command-line):
7267         * cus-start.el: Don't refer to font-list-limit.
7269         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7271 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7273         * subr.el (internal-temp-output-buffer-show): Rename from
7274         temp-output-buffer-show, since previously compiled files expect this name.
7276 2012-10-23  Glenn Morris  <rgm@gnu.org>
7278         * image.el (image-type-from-file-name): If multiple types match,
7279         return the first one that is supported.  (Bug#9045)
7281 2012-10-22  Glenn Morris  <rgm@gnu.org>
7283         * image.el (imagemagick-enabled-types): Doc fix.
7285 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
7287         * progmodes/which-func.el (which-func-current): The hash-table may have
7288         an explicit nil (bug#12338).
7290 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7292         * electric.el (electric-pair-delete-selection-self-insert-function):
7293         Rename to electric-pair-will-use-region, return a boolean.
7294         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
7296         * delsel.el (delete-selection-helper): Use a function instead of a hook.
7297         (delete-selection-pre-hook): Use use-region-p.
7298         (delete-selection-self-insert-function): Remove.
7299         (self-insert-command): Obey self-insert-uses-region-functions.
7300         (self-insert-iso): Revert to previous setting, since we don't actually
7301         know what that command does.
7302         (delete-selection-self-insert-hooks): Remove.
7304 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
7306         * delsel.el (delete-selection-helper): New function, extracted from
7307         delete-selection-pre-hook.
7308         (delete-selection-pre-hook): Use it.
7309         (delete-selection-self-insert-function): New function.
7310         (delete-selection-self-insert-hooks): New hook.
7311         (self-insert-command, self-insert-iso): Use it.
7312         * electric.el (electric-pair-syntax): New function, extracted from
7313         electric-pair-post-self-insert-function.
7314         (electric-pair-post-self-insert-function): Use it.
7315         (electric-pair-delete-selection-self-insert-function): New function.
7316         (electric-pair-mode): Require delsel and setup
7317         delete-selection-self-insert-hooks (bug#11520).
7319 2012-10-20  Chong Yidong  <cyd@gnu.org>
7321         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7322         no changes to show (Bug#12586).
7324         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7325         list explicitly (Bug#12571).
7327 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
7329         * progmodes/flymake.el (flymake-create-temp-inplace):
7330         Use file-truename.
7332 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
7334         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
7336 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
7338         * calc/calc-units.el (math-extract-units): Properly extract powers
7339         of units.
7341 2012-10-20  Daniel Colascione  <dancol@dancol.org>
7343         * frame.el (make-frame): Set x-display-name as we used to in order
7344         to unbreak creating an X11 frame from an Emacs daemon started
7345         without a display.
7347 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7349         * minibuffer.el (minibuffer-force-complete): Make the next completion use
7350         the same completion-field (bug#12221).
7352 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
7354         * emacs-lisp/debug.el (debug): Record height of debugger window
7355         also when debugger will be back (Bug#8789).
7357 2012-10-18  Chong Yidong  <cyd@gnu.org>
7359         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7360         Convert to defcustom.
7361         (gdb-get-source-file): Don't bind pop-up-windows.
7363         * progmodes/gud.el (gud-display-line): Don't specially re-use
7364         other frames for the gdb-mi case (Bug#12648).
7366 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7368         * emacs-lisp/advice.el: Clean up commentary a bit.
7369         (ad-do-advised-functions, ad-with-originals): Use `declare'.
7370         (byte-code-function-p): Never redefine.
7372         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7374 2012-10-18  Glenn Morris  <rgm@gnu.org>
7376         * dired.el (dired-sort-toggle): Some ls implementations only allow
7377         a single option string.  (Bug#12666)
7379         * minibuffer.el (completion-cycle-threshold): Doc fix.
7381 2012-10-17  Kenichi Handa  <handa@gnu.org>
7383         * international/mule.el (set-keyboard-coding-system):
7384         Recover input meta mode when the new coding system doesn not use 8-bit.
7385         Supply TERMINAL arg to set-input-meta-mode.
7387 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
7389         * wdired.el (wdired-old-marks): New variable.
7390         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7391         (wdired-do-renames): Move point with renamed file and don't lose
7392         mark status (Bug#11795).
7394 2012-10-16  Juri Linkov  <juri@jurta.org>
7396         * replace.el (query-replace-help): Mention multi-buffer replacement
7397         keys in the Help message.  (Bug#12655)
7399 2012-10-15  Chong Yidong  <cyd@gnu.org>
7401         * emacs-lisp/byte-run.el (defsubst): Doc fix.
7403 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
7405         * window.el (display-buffer): Doc fix.
7407         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7408         Adjust the msft regexp to the output of Studio 2010, and move msft
7409         before edg-1.  See the discussion on emacs-devel,
7410         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7411         for the details.
7413 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7416         (oset): Move uses of object-class-fast macro after its definition.
7418         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7420 2012-10-13  Chong Yidong  <cyd@gnu.org>
7422         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7423         enabled, re-enable it (Bug#11963).
7425 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
7427         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7428         non-nil, restore window configuration (Bug#12623).
7430 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * help-fns.el (describe-variable, describe-function-1):
7433         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7435         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7437 2012-10-12  Glenn Morris  <rgm@gnu.org>
7439         * mail/rmailsum.el (rmail-header-summary):
7440         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
7442 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7444         * progmodes/python.el (python-mode-map):
7445         Replace subtitute-key-definition with proper command remapping.
7446         (python-nav--up-list): Fix behavior for blocks on the same level.
7448 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7450         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7452         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7453         changes to the format of load-history.
7455         * international/mule-cmds.el (read-char-by-name): Move let-binding of
7456         completion-ignore-case in case that var is buffer-local (bug#12615).
7458 2012-10-11  Kenichi Handa  <handa@gnu.org>
7460         * international/eucjp-ms.el: Re-generated.
7462 2012-10-10  Kenichi Handa  <handa@gnu.org>
7464         * select.el (xselect--encode-string): If a coding is specified for
7465         selection, and that is compatible with COMPOUND_TEXT, use it.
7467 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
7469         * window.el (switch-to-buffer-preserve-window-point): New option.
7470         (switch-to-buffer):
7471         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7473 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7475         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7476         Don't document nil as a useful value (bug#12583).
7478 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
7480         * net/tramp.el (tramp-debug-message):
7481         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7482         (with-tramp-progress-reporter): Rename from
7483         `tramp-with-progress-reporter'.
7484         (with-tramp-file-property, with-tramp-connection-property):
7485         Move from tramp-cache.el, rename from `with-file-property' and
7486         `with-connection-property', respectively.
7488         * net/tramp-cache.el: Remove `with-file-property' and
7489         `with-connection-property'.
7491         * net/tramp.el:
7492         * net/tramp-gvfs.el:
7493         * net/tramp-sh.el:
7494         * net/tramp-smb.el: Adapt callees.
7496         * net/trampver.el: Update release number.
7498 2012-10-09  Glenn Morris  <rgm@gnu.org>
7500         * w32-fns.el (set-message-beep):
7501         * term/w32-win.el (set-message-beep): Update declarations.
7503 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7505         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7506         (mode-line-widen, mode-line-input-method-map)
7507         (mode-line-coding-system-map, mode-line-remote)
7508         (mode-line-unbury-buffer, mode-line-bury-buffer)
7509         (mode-line-next-buffer, mode-line-previous-buffer):
7510         Replace save-selected-window+select-window => with-selected-window.
7512         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7513         * progmodes/cc-vars.el (bq-process): Remove, unused.
7515         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7517 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7519         Implemented `backward-up-list'-like navigation.
7520         * progmodes/python.el (python-nav-up-list)
7521         (python-nav-backward-up-list): New functions.
7522         (python-mode-map): Define substitute key for backward-up-list to
7523         python-nav-backward-up-list.
7525 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7527         * progmodes/python.el (python-fill-paragraph): Rename from
7528         python-fill-paragraph-function.  Fixed fill-paragraph for
7529         decorators (Bug#12605).
7531 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7533         * progmodes/python.el (python-shell-output-filter): Handle extra
7534         carriage return in OSX (Bug#12409).
7536 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7538         Fix shell handling of unbalanced quotes and parens in output.
7539         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7540         (python-syntax-propertize-function): Use it.
7541         (python-shell-output-syntax-table): New var.
7542         (inferior-python-mode): Prevent unbalanced parens/quotes from
7543         previous output mess with current input context.
7545 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
7547         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7548         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7550 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
7552         * ffap.el (ffap-replace-file-component): Support Tramp file name
7553         syntax, not only ange-ftp's one.
7555 2012-10-08  Glenn Morris  <rgm@gnu.org>
7557         * cus-start.el (message-log-max): Set :version.
7559         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7561 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
7563         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7564         the minibuffer window (Bug#10851).
7566 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7568         Enhancements on forward-sexp movement.
7569         * progmodes/python.el (python-nav-beginning-of-statement)
7570         (python-nav-end-of-statement): Return point-marker.
7571         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7572         (python-info-current-symbol)
7573         (python-info-statement-starts-block-p): Rename from
7574         python-info-beginning-of-block-p.
7575         (python-info-statement-ends-block-p): Rename from
7576         python-info-end-of-block-p.
7577         (python-info-beginning-of-statement-p)
7578         (python-info-end-of-statement-p)
7579         (python-info-beginning-of-block-p, python-info-end-of-block-p):
7580         New functions.
7582 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7584         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7585         frame-selected-windows.
7587 2012-10-08  Daniel Colascione  <dancol@dancol.org>
7589         * battery.el (battery-status-function): Check for
7590         w32-battery-status itself, not system-time windows-nt.
7592         * frame.el: Require cl-lib.
7593         (display-format-alist): New variable mapping frame types to
7594         functions that initialize them.
7595         (window-system-for-display): New function: interprets
7596         display-format-alist.
7597         (make-frame-on-display): Remove existing display-selection logic
7598         and just forward to make-frame, which will now DTRT.
7599         (make-frame): Restructure to use window-system-for-display to
7600         figure out how to create a frame on a given display.
7601         (display-mouse-p): Look for frame-type w32, not a particular
7602         system-type.
7604         * loadup.el: Load w32 lisp code when we have the w32 feature.
7606         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7607         system-type windows-nt.
7609         * server.el (server-create-window-system-frame): Look for window
7610         type.
7611         (server-proces-filter): Only force a window system when windows-nt
7612         _and_ w32.  Explain why.
7614         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7615         of window systems we configure for the mode.
7617         * startup.el (command-line): Mark window system is initialized
7618         after we've done it.
7620         * common-win.el (x-select-text): Look for w32, not windows-nt.
7622         * ns-win.el: Require cl-lib.  Add ourselves to
7623         display-format-alist.
7624         (ns-initialize-window-system): Assert we're not initialized twice.
7626         * w32-win.el: Enable lexical binding; require cl-lib; add
7627         ourselves to display-format-alist.
7628         (w32-handle-dropped-file): Convert incoming dropped files from
7629         Windows paths to Cygwin ones before passing them on to the rest of
7630         Emacs.
7631         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
7632         (w32-initialize-window-system): Assert we're not initialized twice.
7634         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7635         (x-initialize-window-system): Assert we're not initialized twice.
7637         * w32-common-fns.el: New File.
7638         (w32-version, w32-using-nt, w32-get-clipboard-data)
7639         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7640         (w32-charset-info-alist, x-last-selected, text)
7641         (x-get-selection-value, x-selection-value): Move here.
7643         * w32-fns.el: Require w32-common-fns.
7644         (w32-version, w32-using-nt, w32-get-clipboard-data)
7645         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7646         (w32-charset-info-alist, x-last-selected, text)
7647         (x-get-selection-value, x-selection-value): Move to
7648         w32-common-fns.
7650         * w32-vars.el:
7651         (w32-allow-system-shell, w32-system-shells): Define only in
7652         non-cygwin case.
7654 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7656         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7657         (read-passwd): Remove a few more potential sources of leaks.
7659 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7661         * progmodes/python.el (inferior-python-mode)
7662         (python-shell-make-comint): Fix initialization of local
7663         variables copied from parent buffer.
7665 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
7667         * term/ns-win.el (ns-read-file-name): Update declaration to match
7668         nsfns.m.
7669         (ns-respond-to-change-font): Change fontsize separately so we are sure
7670         it is set when font is acted upon.
7672 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7674         Enhancements to indentation.
7675         * progmodes/python.el (python-indent-context): Give priority to
7676         inside-string context.  Make comments indentation markers.
7677         (python-indent-region): Do not mess with strings, unless it's the
7678         enclosing set of quotes.
7680 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * window.el (internal--before-save-selected-window)
7683         (internal--after-save-selected-window): New functions extracted from
7684         save-selected-window.  Make sure we return the `alist' we construct.
7685         (save-selected-window): Use them.
7687         * textmodes/tex-mode.el (tex-recenter-output-buffer):
7688         Use with-selected-window.
7690         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7691         forms that define macros (bug#12593).
7693 2012-10-07  Kenichi Handa  <handa@gnu.org>
7695         * international/mule-conf.el (compound-text-with-extensions):
7696         Add :mime-charset property as x-ctext.
7698 2012-10-07  Stefan Merten  <smerten@oekonux.de>
7700         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7701         (rst-indent-literal-normal, rst-indent-literal-minimized)
7702         (rst-indent-comment): Correct :version tag.
7703         (rst-official-cvs-rev): Correct version string.
7705 2012-10-07  Glenn Morris  <rgm@gnu.org>
7707         * mail/rmailmm.el (rmail-mime-process-multipart):
7708         Do not confuse a multipart message with an epilogue
7709         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
7711 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7713         Fix shell output retrieval and comint-prompt-regexp init.
7714         * progmodes/python.el (inferior-python-mode):
7715         (python-shell-make-comint): Fix initialization of
7716         comint-prompt-regexp from copied file local variables.
7717         (python-shell-fetched-lines): Remove var.
7718         (python-shell-output-filter-in-progress): Rename from
7719         python-shell-fetch-lines-in-progress.
7720         (python-shell-output-filter-buffer): Rename from
7721         python-shell-fetch-lines-string.
7722         (python-shell-fetch-lines-filter): Delete function.
7723         (python-shell-output-filter): New function.
7724         (python-shell-send-string-no-output): Use them.
7726 2012-10-07  Glenn Morris  <rgm@gnu.org>
7728         * hi-lock.el (hi-lock-process-phrase):
7729         Try to make it less fragile.  (Bug#7161)
7731         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7733 2012-10-06  Glenn Morris  <rgm@gnu.org>
7735         * ehelp.el (electric-help-mode): Use help-mode rather than
7736         non-existent mode `help'.
7737         (electric-help-map): Use button-buffer-map.  (Bug#10917)
7739         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7740         (reftex-create-bibtex-footer): Fix custom types.
7742         * progmodes/sh-script.el (sh-indent-after-continuation):
7743         Add explicit :group.
7745         * textmodes/rst.el (rst-preferred-decorations)
7746         (rst-shift-basic-offset): Clarify obsolescence versions.
7748         * profiler.el (profiler): Add missing group :version tag.
7749         * avoid.el (mouse-avoidance-banish-position):
7750         * proced.el (proced-renice-command):
7751         * calc/calc.el (calc-ensure-consistent-units):
7752         * calendar/icalendar.el (icalendar-import-format-uid):
7753         * net/tramp.el (tramp-save-ad-hoc-proxies):
7754         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7755         * progmodes/flymake.el (flymake-error-bitmap)
7756         (flymake-warning-bitmap, flymake-fringe-indicator-position):
7757         * progmodes/sh-script.el (sh-indent-after-continuation):
7758         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7759         (verilog-before-save-font-hook, verilog-after-save-font-hook):
7760         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7761         (vhdl-array-index-record-field-in-sensitivity-list)
7762         (vhdl-indent-comment-like-next-code-line):
7763         * textmodes/reftex-vars.el (reftex-ref-style-alist)
7764         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7765         (reftex-cite-key-separator, reftex-create-bibtex-header)
7766         (reftex-create-bibtex-footer):
7767         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7768         (rst-indent-literal-normal, rst-indent-literal-minimized)
7769         (rst-indent-comment): Add missing custom :version tags.
7771         * calendar/timeclock.el (timeclock-modeline-display):
7772         Add missing obsolete alias for renamed user option.
7774         * strokes.el (strokes-modeline-string):
7775         * emulation/crisp.el (crisp-mode-modeline-string):
7776         * eshell/esh-mode.el (eshell-status-in-modeline):
7777         Aliases to defcustoms must come before the defcustom.
7779         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7780         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7781         (cal-tex-cursor-week-monday): Doc fixes.
7782         (cal-tex-cursor-week2-summary): Doc fix.
7783         Rename from cal-tex-cursor-week-at-a-glance.
7785         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7786         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
7788         * calendar/calendar.el (calendar-mode-map):
7789         Add cal-tex-cursor-week2-summary.
7791 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7793         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7795         * subr.el (read-passwd-map): New var.
7796         (read-passwd): Use `read-string' again.
7797         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7799 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
7801         * register.el (append-to-register, prepend-to-register):
7802         Deactivate mark, as does `copy-to-register' (bug#12389).
7804 2012-10-06  Chong Yidong  <cyd@gnu.org>
7806         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7808 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
7810         * international/characters.el: Fix simple mistake ((car chars) ->
7811         elt), delete duplicated code.
7813 2012-10-06  Glenn Morris  <rgm@gnu.org>
7815         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
7817 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7819         * color.el (color-hsl-to-rgb): Fix incorrect results for
7820         small and large hue values.  (Bug#12559)
7822 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7824         Enhancements to docstring formatting when filling paragraphs.
7825         * progmodes/python.el (python-fill-docstring-style): Rename from
7826         python-fill-string-style.  Added new style.
7827         (python-fill-string): Use new style.  Better checks for
7828         docstrings.
7830 2012-10-05  Glenn Morris  <rgm@gnu.org>
7832         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7834         * color.el (color-name-to-rgb, color-rgb-to-hex)
7835         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7836         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7837         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7838         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7840         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
7842 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
7844         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7845         to get the correct size across symlinks.
7847         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7849 2012-10-04  Juri Linkov  <juri@jurta.org>
7851         * replace.el (query-replace-interactive): Declare obsolete.
7852         (query-replace-read-from): Add the last incremental search string
7853         to the list of default values accessible via M-n.
7854         (map-query-replace-regexp): Use `read-regexp'.
7855         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7856         (map-query-replace-regexp, replace-string, replace-regexp):
7857         Fix docstrings to replace mentions of `query-replace-interactive'
7858         with alternatives.  (Bug#12526)
7860 2012-10-04  Juri Linkov  <juri@jurta.org>
7862         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
7863         (dired-pop-to-buffer): Declare obsolete.
7864         (dired-mark-pop-up): Doc fix.
7866 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7868         Allow user to set docstring style for fill-paragraph.
7869         * progmodes/python.el
7870         (python-fill-comment-function, python-fill-string-function)
7871         (python-fill-decorator-function, python-fill-paren-function):
7872         Remove :safe for defcustoms.
7873         (python-fill-string-style): New defcustom
7874         (python-fill-paragraph-function): Enhance context detection.
7875         (python-fill-string): Honor python-fill-string-style settings.
7877 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
7879         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7880         after setting its buffer (Bug#10805).
7882 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7884         Fix cornercase for string syntax.
7885         * progmodes/python.el (python-syntax-propertize-function):
7886         Simplify and enhance the regexp for unescaped quotes.  Now it also
7887         matches quotes in weird situations like the single quote in
7888         "something\"'".
7889         (python-syntax-stringify): Simplify num-quotes detecting code.
7891 2012-10-03  Glenn Morris  <rgm@gnu.org>
7893         * help-macro.el (three-step-help):
7894         Revert 2012-09-29 change.  (Bug#12567)
7896 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
7898         * menu-bar.el (kill-this-buffer): Don't do anything when
7899         `menu-frame' is not alive or visible (Bug#8184).
7901         * emacs-lisp/debug.el (debug): When quitting the debugger window
7902         restore current buffer (Bug#12502).
7904 2012-10-02  Chong Yidong  <cyd@gnu.org>
7906         * progmodes/hideif.el (hif-lookup, hif-defined):
7907         Handle semantic-c-takeover-hideif.
7909 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7911         Change sampling interval units from ms to ns.
7912         * profiler.el (profiler-sampling-interval): Change units
7913         from ms to ns, multiplying the default by 1000000 so that
7914         it remains 1 ms.
7915         (profiler-report-cpu-line-format): Give enough room for
7916         the maximum counters on 64-bit hosts.
7917         (profiler-report-render-calltree-1): Call them "CPU samples",
7918         not "Time (ms)", since they are not milliseconds now (and
7919         never really were).
7921 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7923         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7924         Fix querying BBDB for entries without a last name (Bug#11580).
7926 2012-10-02  Chong Yidong  <cyd@gnu.org>
7928         * emacs-lisp/eieio.el: Restore Version header.
7930 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7932         * vc/diff-mode.el (diff--auto-refine-data): New var.
7933         (diff-hunk): Use it to delay refinement.
7934         (diff-mode): Remove overlays when we turn off font-lock.
7936         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7937         (table-initialize-table-fixed-width-mode)
7938         (table-set-table-fixed-width-mode): Remove functions.
7939         (table-command-list): Move initialization into declaration.
7940         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7941         (table-with-cache-buffer): Use `declare'.
7942         (table-span-cell): Simplify via CSE.
7943         (table-fixed-width-mode): Use define-minor-mode.
7944         (table-call-interactively, table-funcall, table-apply): Remove.
7945         (table-function): New function, to replace them.
7947         * bookmark.el (bookmark-search-pattern): Remove var.
7948         (bookmark-read-search-input): Remove function.
7949         (bookmark-bmenu-search): Reimplement using a minibuffer.
7951         * faces.el (modeline): Remove obsolete face name.
7953         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7954         and give a non-nil default value.
7955         (add-change-log-entry): Simplify accordingly.
7957 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
7959         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7960         (vc-git-log-edit-toggle-amend): New function.
7961         (vc-git-log-edit-toggle-signoff): New function.
7962         (vc-git-log-edit-mode): New major mode.
7963         (vc-git-log-edit-mode-map): Keymap for it.
7964         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7966         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7967         header names.
7968         (log-edit-toggle-header): New function.
7969         (log-edit-extract-headers): Accept function values in HEADERS alist.
7971 2012-10-01  David Engster  <deng@randomsample.de>
7973         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7974         from symbol property and change message to be more consistent with
7975         Emacs proper.
7976         (eieio-describe-generic): Add filename for each implementation.
7977         Fix indices for generic and normal methods.
7978         (eieio-method-def, eieio-class-def): New buttons.
7979         (eieio-help-find-method-definition)
7980         (eieio-help-find-class-definition): New functions.
7981         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7982         class, constructor and method definitions.
7984         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7985         information in symbol property.
7986         (scoped-class): Remove.
7987         (eieio-slot-name-index, call-next-method): Check if it is bound.
7989 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
7991         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7992         (eieio-custom-mode): New major mode.
7993         (eieio-customize-object): Use it.
7995 2012-10-01  Eric Ludlam  <zappo@gnu.org>
7997         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7998         specifying the expected class, and whether subclassing is allowed.
7999         (eieio-persistent-convert-list-to-object):
8000         (eieio-persistent-validate/fix-slot-value)
8001         (eieio-persistent-slot-type-is-class-p): New functions.
8002         (eieio-named::slot-missing): Doc fix.
8004         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8005         Stop using unused publd variable.
8007         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8008         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8009         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8010         (eieio-speedbar-handle-click): Do not specify a class for the
8011         method.  Fixes method invocation order problems with EDE.
8013 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8015         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8016         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8018 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
8020         * bookmark.el (bookmark-version-control): Give tags in the
8021         :type choices (Bug#12309), and improve doc string.
8022         (bookmark-write-file): Bind `print-circle' to `t' to allow
8023         circular custom bookmark types.  (Bug#12503)
8025 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
8027         Revert the FOLLOW-SYMLINKS change for file-attributes.
8028         * files.el (remote-file-name-inhibit-cache, after-find-file):
8029         * time.el (display-time-file-nonempty-p): Undo last change.
8031         * profiler.el (profiler-sampling-interval): Change default back to 1.
8032         See Stefan Monnier in
8033         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8035 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8037         Shell output catching a la gud-gdb.
8038         * progmodes/python.el (python-shell-fetch-lines-in-progress)
8039         (python-shell-fetch-lines-string, python-shell-fetched-lines):
8040         New Vars.
8041         (python-shell-fetch-lines-filter): New function.
8042         (python-shell-send-string-no-output): Use them.
8044 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
8046         * profiler.el (profiler-sampling-interval): Rename from
8047         profiler-sample-interval.
8048         (profiler-sampling-interval): Default to 10.
8049         (profiler-find-profile): New command (was profiler-find-log).
8050         (profiler-find-profile-other-window): New command.
8051         (profiler-find-profile-other-frame): New command.
8052         (profiler-profile): Introduce API-level data structure.
8054 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
8056         file-attributes has a new optional arg FOLLOW-SYMLINKS.
8057         * files.el (remote-file-name-inhibit-cache):
8058         * time.el (display-time-file-nonempty-p): Use it.
8059         * files.el (after-find-file): Don't chase links before calling
8060         file-exists-p, as file-exists-p already does the right thing.
8062 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
8064         Merge from standalone RefTeX repository.
8066         The following ChangeLog entries are shortened versions of the
8067         original ones with file paths adapted.  A not so strongly edited
8068         version of the original ChangeLog can be found in the commit log.
8070         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8071         (reftex-arg-cite): Use `reftex-cite-key-separator'.
8072         Correctly handle new value type returned by `reftex-citation'.
8074         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8075         that entries with whitespace at various places are found.
8076         Doc fix. Include entries that are cross-referenced from cited entries.
8077         Include @String definitions in the resulting bib file.  Add header
8078         and footer defined in `reftex-create-bibtex-header' and
8079         `reftex-create-bibtex-footer'.
8080         (reftex-do-citation): Make it possible again to insert
8081         non-existent entries.  Save match data when asking for optional
8082         arguments. Return all keys, not just the first one.
8083         (reftex-all-used-citation-keys): Fix regexp to correctly extract
8084         all citations in the same line.
8085         (reftex-parse-bibtex-entry): Accept additional optional argument
8086         `raw' and keep quotes or braces if it is non-nil.  Match fields
8087         containing hyphens besides word constituents.
8088         (reftex-get-string-refs): New function.
8089         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8090         and ask if it should be reread in case it did.
8091         (reftex-pop-to-bibtex-entry)
8092         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8093         entries with spaces or tabs in front of arguments.
8094         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8095         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8096         Match entries containing numbers and symbol constituents.
8097         (reftex-do-citation, reftex-figure-out-cite-format):
8098         Use `reftex-cite-key-separator'.
8100         * textmodes/reftex-dcr.el: Move provide statement to end of file.
8101         (reftex-mouse-view-crossref): Explain why point is set.
8103         * textmodes/reftex-global.el: Whitespace changes.
8105         * textmodes/reftex-index.el: Move provide statement to end of
8106         file.
8107         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8108         (reftex-index-visit-phrases-buffer): Set marker when visiting
8109         buffer.  This allows for returning from the phrases file to the
8110         file one was just editing instead of the file where the last
8111         phrases was added from.
8112         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
8113         punctuation syntax as it usually is not used as string quote in
8114         TeX-related modes and may occur unmatched.  The change also
8115         prevents fontification of quoted content.
8116         (reftex-index-phrases-mode): Use it.
8118         * textmodes/reftex-parse.el (reftex-parse-from-file):
8119         Move backward one char if a `\' was matched after a section macro.
8120         (reftex-parse-from-file): Use beginning of match instead of end as
8121         bound.
8123         * textmodes/reftex-ref.el: Adapt creation of
8124         `reftex-<package>-<macro>' functions to new structure of
8125         `reftex-ref-style-alist'.
8126         (reftex-reference): Use `reftex-ref-style-list' function.
8127         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
8128         reference macro if `reftex-ref-macro-prompt' is non-nil.
8129         (reftex-reference): Pass refstyle to `reftex-format-special'.
8130         Determine reference macro by looking at
8131         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8132         Use only one special format function.
8133         (reftex-varioref-vref, reftex-fancyref-fref)
8134         (reftex-fancyref-Fref): Remove definitions.  The functions are now
8135         generated from `reftex-ref-style-alist'.
8136         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8137         Remove.
8138         (reftex-format-special): New function.
8140         * textmodes/reftex-sel.el
8141         (reftex-select-cycle-ref-style-internal): Adapt to new structure
8142         of `reftex-ref-style-alist'. Remove code for testing macro type.
8143         (reftex-select-toggle-varioref)
8144         (reftex-select-toggle-fancyref): Remove.
8145         (reftex-select-cycle-ref-style-internal)
8146         (reftex-select-cycle-ref-style-forward)
8147         (reftex-select-cycle-ref-style-backward): New functions.
8148         (reftex-select-label-map): Use `v' and `V' for general cycling
8149         through reference styles.  Add `p' for switching between number
8150         and page reference types.
8152         * textmodes/reftex-toc.el (reftex-re-enlarge):
8153         Call `enlarge-window' only if there is something to do because in Emacs
8154         the horizontal version throws an error even if the parameter is 0.
8156         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8157         (reftex-plug-into-AUCTeX): Doc fix.
8158         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8159         string.  Adapt to new name.
8160         (reftex-ref-style-alist): Change structure so that it is not
8161         possible to use multiple different package names within a style.
8162         Remove the symbols for symbols for macro type distinction.
8163         Add characters for macro selection.
8164         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8165         (reftex-create-bibtex-footer): New variables.
8166         (reftex-format-ref-function): Mention third argument of special
8167         format function.
8168         (reftex-ref-style-alist, reftex-ref-style-default-list):
8169         New variables.
8170         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8171         to new implementation.  Mark as obsolete.  Add compatibility code
8172         for honoring the variable values in case they are set.
8173         (reftex-cite-format-builtin, reftex-bibliography-commands):
8174         Add support for ConTeXt.
8175         (reftex-format-ref-function, reftex-format-cite-function):
8176         Fix custom type.
8177         (reftex-cite-key-separator): New variable.
8179         * textmodes/reftex.el (reftex-syntax-table-for-bib)
8180         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8181         `reftex-syntax-table' because parens have to retain their paren
8182         syntax in order for parsing of BibTeX entries like @book(...) to
8183         work.
8184         (reftex-in-comment): Do not error out if `comment-start-skip' is
8185         not set.  Deal correctly with escaped comment characters.
8186         (reftex-tie-multifile-symbols): Add doc string.
8187         Initialize `reftex-ref-style-list'.
8188         (reftex-untie-multifile-symbols): Add doc string.
8189         (reftex-add-index-macros): Doc fix.
8190         (reftex-ref-style-activate, reftex-ref-style-toggle)
8191         (reftex-ref-style-list): New functions.
8192         (reftex-mode-menu): Use them.  Adapt to new structure of
8193         `reftex-ref-style-alist'.
8194         (reftex-select-with-char): Kill the RefTeX Select buffer when
8195         done.
8196         (reftex-remove-if): New function.
8197         (reftex-erase-all-selection-and-index-buffers)
8198         (reftex-mode-menu): Reference styles are now computed from
8199         `reftex-ref-style-alist'.  Fix typo.
8200         (reftex-report-bug): New function.
8201         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8202         algorithms with O(n log n).  Introduce optional argument SORT (not
8203         yet used).
8205 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8207         Enhancements for triple-quote string syntax.
8208         * progmodes/python.el (python-syntax-propertize-function):
8209         Match both quote cases in one regexp.
8210         (python-syntax-stringify): Handle matches properly.
8212 2012-09-30  Juri Linkov  <juri@jurta.org>
8214         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8215         to nil around the call to `insert' to prevent
8216         directory time modification by lock_file.  (Bug#2295)
8217         * tar-mode.el (tar-summarize-buffer): Idem.
8219 2012-09-30  Juri Linkov  <juri@jurta.org>
8221         * facemenu.el (list-colors-sort): Add option "Luminance".
8222         (list-colors-sort-key): Implement it.
8224         * vc/diff-mode.el (diff-refine-removed):
8225         * vc/ediff-init.el (ediff-fine-diff-A):
8226         * vc/smerge-mode.el (smerge-refined-removed):
8227         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
8229 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
8231         * term/ns-win.el (x-file-dialog): New function.
8233 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
8235         * ido.el (ido-max-directory-size): Default to nil; the current
8236         default is small for POSIX systems, and impractical on Windows 7
8237         now that lstat returns directory sizes for NTFS.
8239 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
8241         In buffer display functions handle window-height/window-width
8242         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
8243         * window.el (window--display-buffer): New argument ALIST.
8244         Obey window-height and window-width alist entries.
8245         (window--try-to-split-window): New argument ALIST.
8246         Bind window-combination-limit to t when the window's size shall be
8247         changed and window-combination-limit equals `window-size'.
8248         (display-buffer-in-atom-window)
8249         (display-buffer-in-major-side-window)
8250         (display-buffer-in-side-window, display-buffer-same-window)
8251         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8252         (display-buffer-pop-up-window, display-buffer-below-selected)
8253         (display-buffer-at-bottom, display-buffer-in-previous-window)
8254         (display-buffer-use-some-window): Adjust all callers of
8255         window--display-buffer and window--try-to-split-window.
8256         (fit-frame-to-buffer): New option.
8257         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8258         is non-nil.
8259         (display-buffer-in-major-side-window): Evaluate window-height /
8260         window-width alist entries.
8262         * help.el (temp-buffer-resize-frames)
8263         (temp-buffer-resize-regexps): Remove options.
8264         (temp-buffer-resize-mode): Adjust doc-string.
8265         (resize-temp-buffer-window): Don't consult
8266         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
8267         temp-buffer-resize-frames.
8269         * dired.el (dired-mark-pop-up):
8270         Call display-buffer-below-selected with a fit-window-to-buffer alist
8271         entry.
8273 2012-09-30  Chong Yidong  <cyd@gnu.org>
8275         * server.el (server-host): Document the security implications.
8276         (server-auth-key): Doc fix.
8278         * startup.el (initial-buffer-choice): Doc fix.
8280         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8282         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8283         restriction change.
8285         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8287         * help-fns.el (help-fns--obsolete): Fix last change.
8289 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8292         (minor-mode-map-alist): Remove redundant code.
8294         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8295         visited in a buffer.
8296         (cvs-insert-visited-file): New function.
8297         (find-file-hook): Use it.
8299         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8301         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8302         chose face.
8303         (log-edit-empty-buffer-p): Don't require a space after a header.
8305         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8307         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8309         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8310         a proper minor-mode.
8312         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8314 2012-09-29  Glenn Morris  <rgm@gnu.org>
8316         * winner.el (winner-mode): Remove variable (let define-minor-mode
8317         handle it).
8318         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8319         Doc fixes.
8320         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8321         (winner-mode): Use define-minor-mode.
8323         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8324         the full definition in loaddefs, rather than duplicating it.
8326         * help-macro.el (three-step-help): No need to autoload defcustom.
8328         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8329         (inferior-lisp-program, inferior-lisp-load-command)
8330         (inferior-lisp-prompt, inferior-lisp-mode-hook):
8331         No need to autoload defcustoms.
8333         * hippie-exp.el (hippie-expand-try-functions-list)
8334         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8335         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8336         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8337         (hippie-expand-only-buffers): No need to autoload defcustoms.
8338         * progmodes/vhdl-mode.el (vhdl-line-expand):
8339         Explicitly load hippie-exp, so it does not get autoloaded
8340         while hippie-expand-try-functions-list is let-bound.
8342 2012-09-28  Glenn Morris  <rgm@gnu.org>
8344         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8346         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8347         Only "cl.el" counts as cl these days.
8349 2012-09-28  Juri Linkov  <juri@jurta.org>
8351         Display archive errors in the echo area instead of inserting
8352         to the file buffer.
8354         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8355         to STDERR-TEST that can be a regexp matching a successful output.
8356         Create a temporary file and redirect stderr to it.  Search for
8357         STDERR-TEST in the stderr output and display it in the echo area
8358         if no match is found.
8359         (archive-extract-by-file): New function like
8360         `archive-extract-by-stdout' but extracting archives to files
8361         and looking for successful matches in stdout.  Function body is
8362         mostly copied from `archive-rar-extract'.
8363         (archive-rar-extract): Use `archive-extract-by-file'.
8364         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
8366 2012-09-28  Leo Liu  <sdl.web@gmail.com>
8368         * pcomplete.el (pcomplete-show-completions):
8369         Use minibuffer-message to make pcomplete usable in minibuffer.
8371         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8373 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8375         * type-break.el: Use lexical-binding.
8376         (type-break-mode): Use define-minor-mode.
8378         * emacs-lisp/pcase.el (pcase--mark-used): New.
8379         (pcase--u1): Use it (bug#12512).
8381         * custom.el (load-theme): Set buffer-file-name so the load is recorded
8382         in load-history with the right file name.
8384 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
8386         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8387         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8388         (doc-view-get-bounding-box): Make bounding box slicing work for
8389         ODF and DVI documents.
8391 2012-09-28  Glenn Morris  <rgm@gnu.org>
8393         * type-break.el (type-break-mode, type-break-interval)
8394         (type-break-good-rest-interval, type-break-keystroke-threshold):
8395         No need to autoload.
8396         (type-break-good-rest-interval, type-break-keystroke-threshold):
8397         Add :set-after.
8399 2012-09-28  Chong Yidong  <cyd@gnu.org>
8401         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8402         Add :version tag.
8404 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8406         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8408 2012-09-27  Glenn Morris  <rgm@gnu.org>
8410         * faces.el (x-display-name): Declare (for without-x builds).
8412         * linum.el (linum-format): Don't autoload it.  Improve :type.
8414         * progmodes/tcl.el: Don't require outline when compiling.
8415         (outline-regexp, outline-level): Declare.
8416         * textmodes/sgml-mode.el: Don't require outline when compiling.
8417         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8419         * term.el (term-ansi-reset):
8420         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
8422         * vc/vc.el (vc-next-action): Only gripe about committing read-only
8423         files for RCS and SCCS.  (Bug#9781)
8425 2012-09-27  Chong Yidong  <cyd@gnu.org>
8427         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8428         change; value should be t.
8430 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8432         * image-mode.el: Use lexical-binding.
8433         (image-mode-winprops): Use t to stand for the window of
8434         a buffer that's not displayed.
8435         * doc-view.el (doc-view-new-window-function): Handle the new
8436         t in winprops.
8437         (doc-view-enlarge): Make it a real nop if the size is not changed.
8438         (doc-view-display): Handle the case where the buffer is not (yet?)
8439         displayed in any window.
8440         (doc-view-saved-settings): New var.
8441         (doc-view-mode): Use it.
8442         (doc-view-fallback-mode): Set it.
8444         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8445         Set lexical-binding.
8446         (minibuffer-eldef-shorten-default): New var.
8447         (minibuffer-default-in-prompt-regexps): Use it for new default.
8448         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8450 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8452         * international/uni-bidi.el:
8453         * international/uni-category.el:
8454         * international/uni-name.el:
8455         * international/uni-numeric.el: Regenerate.
8457 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
8458             Stefan Monnier  <monnier@iro.umontreal.ca>
8460         * profiler.el: New file.
8462 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8464         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8465         (testcover-reinstrument): Simplify with CSE.
8467 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8469         * window.el (temp-buffer-window-setup): Fix typo in docstring.
8471 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
8473         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8474         (verilog-auto-input, verilog-auto-insert-lisp)
8475         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8476         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8477         (verilog-auto-unused, verilog-auto-wire)
8478         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8479         newline.  Reported by Andrew Jones.
8480         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8481         Reported by Brad Dobbie.
8482         (verilog-batch-delete-trailing-whitespace):
8483         Create verilog-batch-delete-trailing-whitespace.
8484         Reported by Brad Dobbie.
8485         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8486         parameters from another module.  Reported by Dan Katz.
8487         (verilog-auto, verilog-auto-assign-modport)
8488         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8489         AUTOINOUTMODPORT for UVM interface module shell generation.
8490         Reported by Brad Dobbie.
8491         (verilog-auto-inst-interfaced-ports): Make default nil, as more
8492         standard behavior.
8493         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8494         Reported by Matt Martin.
8496 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
8498         * window.el (window--resize-child-windows): When resizing child
8499         windows proportionally, process them in reverse order to
8500         preserve the "when splitting a window the new one gets the odd
8501         line" behavior.
8502         (window--resize-root-window-vertically): When resizing the
8503         minibuffer window try to affect only windows at the bottom of the
8504         frame.  (Bug#12419)
8506 2012-09-25  Chong Yidong  <cyd@gnu.org>
8508         * subr.el (declare): Doc fix.
8510         * help-fns.el (help-fns--obsolete): Handle macros properly.
8512 2012-09-25  Chong Yidong  <cyd@gnu.org>
8514         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8515         this function obsolete.
8517         * calendar/cal-x.el (calendar-two-frame-setup)
8518         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8519         * calendar/calendar.el (american-calendar, european-calendar)
8520         (calendar-for-loop):
8521         * comint.el (comint-dynamic-simple-complete)
8522         (comint-dynamic-complete-as-filename, comint-unquote-filename):
8523         * desktop.el (desktop-load-default):
8524         * dired-x.el (dired-omit-here-always)
8525         (dired-hack-local-variables, dired-default-directory):
8526         * emacs-lisp/derived.el (derived-mode-class):
8527         * emacs-lisp/timer.el (timer-set-time-with-usecs):
8528         * emacs-lock.el (toggle-emacs-lock):
8529         * epa.el (epa-display-verify-result):
8530         * epg.el (epg-sign-keys, epg-start-sign-keys)
8531         (epg-passphrase-callback-function):
8532         * eshell/esh-util.el (eshell-for):
8533         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8534         (eshell-add-to-window-buffer-names):
8535         * files.el (locate-file-completion):
8536         * imenu.el (imenu-example--create-c-index)
8537         (imenu-example--create-lisp-index)
8538         (imenu-example--lisp-extract-index-name)
8539         (imenu-example--name-and-position):
8540         * international/mule-cmds.el (princ-list):
8541         * international/mule-diag.el (decode-codepage-char):
8542         * international/mule-util.el (detect-coding-with-priority):
8543         * iswitchb.el (iswitchb-read-buffer):
8544         * mail/mailalias.el (mail-complete):
8545         * mail/sendmail.el (mail-sent-via):
8546         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8547         (mouse-major-mode-menu):
8548         * password-cache.el (password-read-and-add):
8549         * pcomplete.el (pcomplete-parse-comint-arguments):
8550         * progmodes/sh-script.el (sh-maybe-here-document):
8551         * replace.el (query-replace-regexp-eval):
8552         * savehist.el (savehist-load):
8553         * simple.el (choose-completion-delete-max-match):
8554         * term.el (term-dynamic-simple-complete):
8555         * vc/ediff-init.el (ediff-check-version):
8556         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8557         * vc/vc.el (vc-diff-switches-list):
8558         * view.el (view-return-to-alist-update): Likewise.
8560         * subr.el (eval-next-after-load, makehash, insert-string)
8561         (assoc-ignore-representation, assoc-ignore-case): Use declare to
8562         mark obsolete.
8563         (mode-line-inverse-video): Variable deleted.
8565         * international/mule-util.el (string-to-sequence): Remove.
8567         * calendar/calendar.el (calendar-version):
8568         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8569         (icalendar-convert-diary-to-ical):
8570         * cus-edit.el (custom-mode):
8571         * ansi-color.el (ansi-color-unfontify-region):
8572         * international/latin1-disp.el (latin1-char-displayable-p):
8573         * progmodes/cwarn.el (turn-on-cwarn-mode):
8574         * progmodes/which-func.el (which-func-update-1):
8575         Use define-obsolete-function-alias.
8577         * net/newst-backend.el (newsticker-cache-filename):
8578         * net/newst-treeview.el (newsticker-groups-filename):
8579         Fix incorrect obsolescence declaration.
8581         * allout.el (allout-passphrase-hint-string): Likewise.
8582         (allout-init): Use a declare form to mark obsolete.
8584         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8585         this applies to functions.
8587         * iswitchb.el (iswitchb-read-buffer): Move code of
8588         iswitchb-define-mode-map here, and delete that obsolete function.
8590         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8591         font-lock-reference-face.
8593 2012-09-25  Glenn Morris  <rgm@gnu.org>
8595         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8596         Doc fixes.
8598         * eshell/em-term.el (eshell-term-name):
8599         Default to term-term-name.  (Bug#12485)
8601 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8603         * progmodes/python.el (python-shell-send-buffer): Better handling
8604         of "if __name__ == '__main__':" conditionals when sending the buffer.
8606 2012-09-24  Glenn Morris  <rgm@gnu.org>
8608         * eshell/esh-cmd.el (eshell-find-alias-function):
8609         Tighten up file-name regexp.  (Bug#12499)
8611 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8613         Enhancements for triple-quote string syntax.
8614         * progmodes/python.el (python-quote-syntax): Remove.
8615         (python-syntax-propertize-function): New value.
8616         (python-syntax-count-quotes, python-syntax-stringify):
8617         New functions.
8619 2012-09-24  Chong Yidong  <cyd@gnu.org>
8621         * mail/supercite.el (sc-version): Remove obsolete function.
8622         (sc-describe): Don't mark as obsolete, since it is bound.
8623         (sc-submit-bug-report): Remove.
8625         * vc/log-edit.el (cvs-changelog-full-paragraphs)
8626         (cvs-commit-buffer-require-final-newline): Remove.
8627         (log-edit-require-final-newline)
8628         (log-edit-changelog-full-paragraphs): Default to t.
8630         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8631         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8632         * vc/vc.el (vc-checkout-carefully): Likewise.
8634         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8635         (emerge-version): Remove.
8637         * progmodes/compile.el (compile-internal): Remove.
8638         (compilation-parse-errors-function): Fix typo.
8640         * international/mule.el (set-char-table-default): Remove.
8641         (set-coding-priority, make-coding-system, generic-char-p)
8642         (charset-list, charset-bytes, charset-id): Use declare to mark
8643         functions as obsolete.
8645         * vc/pcvs-defs.el (cvs-buffer-name-alist)
8646         (cvs-invert-ignore-marks): Remove references to obsolete vars.
8647         * vc/vc-hooks.el (vc-default-registered): Don't use
8648         vc-master-templates.
8650         * font-lock.el (font-lock-reference-face):
8651         Use define-obsolete-variable-alias.
8653         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8654         * calendar/calendar.el (calendar-font-lock-keywords):
8655         * calendar/diary-lib.el (diary-font-lock-keywords)
8656         (diary-fancy-font-lock-keywords):
8657         * textmodes/reftex-sel.el (reftex-insert-docstruct):
8658         * textmodes/reftex-index.el (reftex-insert-index):
8659         * textmodes/reftex-cite.el (reftex-format-bib-entry):
8660         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8661         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8662         * progmodes/prolog.el (prolog-font-lock-keywords):
8663         * progmodes/idlwave.el (idlwave-idl-keywords):
8664         * progmodes/ada-mode.el (ada-font-lock-keywords):
8665         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8667 2012-09-24  Glenn Morris  <rgm@gnu.org>
8669         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8671 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8673         * progmodes/python.el (python-indent-line): More consistent cursor
8674         movement behavior.
8676 2012-09-23  Stefan Merten  <smerten@oekonux.de>
8678         * textmodes/rst.el: Fix compiler warning.
8680 2012-09-23  Roland Winkler  <winkler@gnu.org>
8682         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8683         Transcribe also LaTeX hyphenation.
8684         (bibtex-reformat): Bug fix. Do not quote twice the elements of
8685         bibtex-reformat-previous-options.
8687 2012-09-23  Roland Winkler  <winkler@gnu.org>
8689         * proced.el (proced-renice-command): New variable.
8690         (proced-marked-processes): New function.
8691         (proced-with-processes-buffer): New macro.
8692         (proced-send-signal): Use them.
8693         (proced-renice): New command bound to r.
8695 2012-09-23  Roland Winkler  <winkler@gnu.org>
8697         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8698         ibuffer-saved-filter-groups has one element, shortcut the call of
8699         completing-read.  (Bug#12331)
8701 2012-09-23  Chong Yidong  <cyd@gnu.org>
8703         * bindings.el (mode-line-toggle-read-only):
8704         * bs.el (bs-toggle-readonly):
8705         * buff-menu.el (Buffer-menu-toggle-read-only):
8706         * dired.el (dired-toggle-read-only):
8707         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8709 2012-09-23  Chong Yidong  <cyd@gnu.org>
8711         * image.el (image-type-available-p): Adapt to init-image-library
8712         argument changes.
8714 2012-09-22  Juri Linkov  <juri@jurta.org>
8716         * dired.el (dired-mode-map): Add [remap read-only-mode] for
8717         `dired-toggle-read-only'.  (Bug#12462)
8719 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8721         * subr.el (temp-output-buffer-show): New function.
8722         (with-output-to-temp-buffer): Call temp-output-buffer-show
8723         instead of internal-temp-output-buffer-show.
8725 2012-09-22  Chong Yidong  <cyd@gnu.org>
8727         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8728         (Bug#12462).
8730         * repeat.el (repeat): Doc fix (Bug#12348).
8732         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8733         (Bug#10909).
8735         * simple.el (shell-command-on-region): Doc fix.
8736         (read-only-mode): Doc fix.
8738 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
8740         * emacs-lisp/timer.el (run-with-idle-timer)
8741         (timer-activate-when-idle): Warn against reinvoking an idle timer
8742         from within its own timer action.  (Bug#12447)
8744 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8746         * cus-start.el (window-combination-limit): Add new optional
8747         values.
8748         * window.el (temp-buffer-window-show)
8749         (window--try-to-split-window): Handle new values of
8750         window-combination-limit (Bug#1806).
8751         (split-window): Test window-combination-limit for t instead of
8752         non-nil.
8753         (display-buffer-at-bottom): New buffer display action function.
8754         * help.el (temp-buffer-resize-regexps): New option.
8755         (temp-buffer-resize-mode): Rewrite doc-string.
8756         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8757         Don't resize reused window.  Suggested by Glenn Morris.
8759 2012-09-22  Stefan Merten  <smerten@oekonux.de>
8761         * textmodes/rst.el: Revamp section title faces.
8762         (rst-official-version)
8763         (rst-package-emacs-version-alist): Sync with official version
8764         V1.4.0.
8765         (rst-faces-defaults, rst-set-level-default)
8766         (rst-level-face-max, rst-level-face-base-color)
8767         (rst-level-face-base-light, rst-level-face-format-light)
8768         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8769         (rst-adornment-faces-alist): Match new setup.
8770         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8771         (rst-level-5, rst-level-6): New faces.
8773 2012-09-22  Chong Yidong  <cyd@gnu.org>
8775         * simple.el (undo): Handle indirect buffers (Bug#8207).
8777 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8779         IDO: Disable match re-ordering for buffer switching.
8780         * ido.el (ido-buffer-disable-smart-matches): New variable.
8781         (ido-set-matches-1): Use it.  (Bug#2042)
8783 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
8785         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8786         Fix 2011-05-17 change.  (Bug#12418)
8788 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8790         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8792 2012-09-21  Glenn Morris  <rgm@gnu.org>
8794         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8795         Be more robust about locating simple.el.
8797 2012-09-21  Glenn Morris  <rgm@gnu.org>
8799         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8801 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
8803         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
8805 2012-09-20  Juri Linkov  <juri@jurta.org>
8807         * replace.el (query-replace-read-from): Use `read-regexp' instead
8808         of `read-from-minibuffer' when `regexp-flag' is non-nil.
8809         (occur-read-primary-args): Use `read-regexp' instead of
8810         `read-string'.
8811         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8812         `read-from-minibuffer'.
8813         * isearch.el (isearch-occur): Use `read-regexp' instead of
8814         `read-string'.
8815         * dired.el (dired-read-regexp): Use `read-regexp' instead of
8816         `read-from-minibuffer'.
8817         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8818         of `read-string'.  (Bug#7567)
8820         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8821         and allow accepting a list of strings prepended to a list of
8822         standard default values.  Doc fix.  (Bug#12321)
8824         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
8826         * replace.el (read-regexp): Don't add ": " when PROMPT already
8827         ends with a colon and space.  (Bug#12321)
8829 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
8831         * doc-view.el (doc-view-display): Better fix for the cl-assertion
8832         error.
8834 2012-09-20  Stefan Merten  <smerten@oekonux.de>
8836         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8837         Fixes feature request bug#11711.
8838         (rst-mode): Create `imenu-create-index-function'.
8839         (rst-get-stripped-line): Delete after refactoring.
8840         (rst-section-tree, rst-section-tree-rec)
8841         (rst-section-tree-point): Refactor and document properly.
8842         (rst-imenu-find-adornments-for-position)
8843         (rst-imenu-convert-cell, rst-imenu-create-index):
8844         New function.
8846 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8848         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8849         (macroexp--expand-all): Use it.
8850         (macroexp--funcall-and-return): Remove by folding it into its sole
8851         caller (macroexp--warn-and-return).
8852         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8853         Use macroexp--obsolete-warning.
8855         * calc/calc.el: Fix last change by removing the whole chunk, since it
8856         was only needed back when Calc was not bundled.
8858 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
8860         * emacs-lisp/debug.el (debug): Restore assignment to
8861         debugger-old-buffer removed on 2012-09-08.
8863 2012-09-20  Juri Linkov  <juri@jurta.org>
8865         * dired-aux.el (dired-diff): Remove (require 'diff) since
8866         `diff-latest-backup-file' is now autoloaded.
8868 2012-09-20  Chong Yidong  <cyd@gnu.org>
8870         * vc/diff.el (diff-latest-backup-file): Autoload.
8872 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8874         * calc/calc.el: Remove redundant autoload shape check.
8875         (sel-mode): Don't defvar.
8876         (calc-get-stack-element): Add `sel-mode' arg instead.
8877         (calc-top, calc-top-list): Pass it this additional argument.
8878         * calc/calc-store.el (calc-store-map):
8879         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8880         (calc-map-equation, calc-outer-product, calc-inner-product):
8881         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8883         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8885 2012-09-19  Juri Linkov  <juri@jurta.org>
8887         * dired-aux.el (dired-diff): Add (require 'diff) because
8888         `diff-latest-backup-file' is not autoloaded.
8889         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8890         of `dired-get-filename' to t to not report error when there is
8891         no default file on the current line.
8893 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8895         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8896         macroexp--eval-if-compile.
8897         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8898         (macroexp--expand-all): Use them (bug#12371).
8900         * doc-view.el (doc-view-guess-paper-size)
8901         (doc-view-scale-bounding-box): Fix unbound `caddr'.
8903 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
8905         New feature: set optimal slice from BoundingBox information.
8906         * doc-view.el (doc-view-mode-map): Add keybinding.
8907         (doc-view-menu): Add menu entry.
8908         (doc-view-set-slice): Adapt docstring.
8909         (doc-view-get-bounding-box, doc-view-guess-paper-size)
8910         (doc-view-scale-bounding-box)
8911         (doc-view-set-slice-from-bounding-box): New functions.
8912         (doc-view-paper-sizes): New defvar.
8914 2012-09-19  Glenn Morris  <rgm@gnu.org>
8916         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8917         (byte-compile-log-warning): Autoload.  (Bug#12371)
8919         * calendar/calendar.el (calendar-american-month-header)
8920         (calendar-european-month-header, calendar-iso-month-header)
8921         (calendar-month-header): New options.
8922         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
8923         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
8925 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
8927         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8929 2012-09-18  Juri Linkov  <juri@jurta.org>
8931         * dired-aux.el (dired-diff): Restore original functionality of
8932         getting the default value, but keep new feature of using the
8933         latest existing backup file (`diff-latest-backup-file').
8935 2012-09-18  Juri Linkov  <juri@jurta.org>
8937         * dired.el (dired-mark): If the region is active in Transient Mark
8938         mode, mark all files in the active region.  Doc fix.
8939         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8940         Doc fix.  (Bug#10624)
8942 2012-09-18  Juri Linkov  <juri@jurta.org>
8944         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8945         attributes for M-n are pulled from the file at point.
8946         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8947         Suggested by Drew Adams.  (Bug#10624)
8949 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
8951         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8952         whitespace after "end".
8953         (ruby-do-end-to-brace): Collapse block to one line if it fits
8954         within fill-column.
8956 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
8958         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8959         value.
8960         (debug): Don't remove debugger window when debugger is expected
8961         to be back.
8963 2012-09-18  Chong Yidong  <cyd@gnu.org>
8965         * custom.el (defface): Doc fix.
8967         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8969 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
8971         * progmodes/compile.el (compilation-start): Use compilation-always-kill
8972         to initialize query-on-exit; then test that instead (bug#12288).
8974 2012-09-17  Stefan Merten  <smerten@oekonux.de>
8976         * textmodes/rst.el: Add support for `testcover'.
8977         (rst-defcustom-testcover, rst-testcover-add-compose)
8978         (rst-testcover-add-1value): New functions.
8979         (rst-portable-mark-active-p): Replace by `use-region-p'.
8980         (rst-update-section, rst-classify-adornment)
8981         (rst-find-title-line): Mark `1value' forms.
8982         (rst-classify-adornment): Remove superfluous form.
8983         (rst-update-section, rst-get-adornments-around)
8984         (rst-adornment-complete-p, rst-get-next-adornment)
8985         (rst-adjust, rst-promote-region)
8986         (rst-display-adornments-hierarchy, rst-straighten-adornments)
8987         (rst-find-pfx-in-region, rst-section-tree-rec)
8988         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8989         (rst-toc-node, rst-toc, rst-forward-section)
8990         (rst-iterate-leftmost-paragraphs)
8991         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8992         (rst-bullet-list-region)
8993         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8994         (rst-compile-find-conf, rst-compile)
8995         (rst-repeat-last-character): Fix style.
8997 2012-09-17  Chong Yidong  <cyd@gnu.org>
8999         * comint.el (comint--complete-file-name-data): Don't add a space
9000         if the status is `sole'; that adds a gratuitous space in the
9001         completion-cycling case (Bug#12092).
9003         * pcomplete.el (pcomplete-completions-at-point): Likewise.
9005 2012-09-17  Richard Stallman  <rms@gnu.org>
9007         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9008         only in the mime-shown mode, not in raw mode.
9009         (rmail-mime): Toggle off mime by displaying the message without
9010         mime processing.  (Bug#12305)
9012         * mail/rmail.el (rmail-retry-failure):
9013         Turn off mime processing first.  (Bug#12037)
9015         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9017 2012-09-17  Chong Yidong  <cyd@gnu.org>
9019         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9020         (shell-dynamic-complete-functions): Convert to defcustom.
9021         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9023         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9024         * comint.el (comint-prompt-read-only):
9025         * custom.el (defcustom):
9026         * hi-lock.el (hi-lock-mode):
9027         * ibuffer.el (ibuffer-formats):
9028         * ielm.el (ielm-prompt-read-only):
9029         * novice.el (disable-command):
9030         * saveplace.el (toggle-save-place):
9031         * speedbar.el (speedbar-supported-extension-expressions):
9032         * startup.el (auto-save-list-file-prefix, init-file-user)
9033         (after-init-hook, inhibit-startup-echo-area-message):
9034         * strokes.el (strokes-help):
9035         * time-stamp.el (time-stamp):
9036         * calendar/calendar.el (calendar, diary-file):
9037         * calendar/diary-lib.el (diary-mail-entries, diary)
9038         (diary-list-entries-hook):
9039         * calendar/holidays.el (holidays, calendar-holidays):
9040         * calendar/lunar.el (lunar-phases):
9041         * calendar/solar.el (sunrise-sunset):
9042         * emulation/edt.el (edt-load-keys):
9043         * emulation/viper.el (viper-mode):
9044         * eshell/em-alias.el (eshell-command-aliases-list):
9045         * eshell/esh-util.el (eshell-convert-numeric-arguments):
9046         * international/ogonek.el (ogonek-information):
9047         * net/tramp-cmds.el (tramp-bug):
9048         * net/quickurl.el (quickurl-reread-hook-postfix):
9049         * play/decipher.el (decipher-font-lock-keywords):
9050         * progmodes/cc-styles.el (c-set-style):
9051         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9052         * progmodes/inf-lisp.el (inferior-lisp-prompt):
9053         * progmodes/octave-mod.el (octave-mode):
9054         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9055         * progmodes/verilog-mode.el (verilog-read-defines):
9056         * textmodes/two-column.el (2C-mode): Likewise.
9058 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9060         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9061         that holds many addresses.
9063 2012-09-16  Chong Yidong  <cyd@gnu.org>
9065         * align.el (align-areas): Call the indication function with
9066         positions instead of markers for arguments (Bug#12343).
9068         * files.el (parse-colon-path): Use split-string (Bug#12351).
9070         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9071         (display-buffer-function): Mark as obsolete.
9073         * progmodes/compile.el (compilation-parse-errors): Accept list
9074         values similar to font-lock-keywords (Bug#12136).
9075         Suggested by Oleksandr Manzyuk.
9076         (compilation-error-regexp-alist): Doc fix.
9078 2012-09-15  Glenn Morris  <rgm@gnu.org>
9080         * version.el (emacs-bzr-version-bzr): New function.
9081         (emacs-bzr-get-version): Add optional EXTERNAL argument.
9083         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9084         checkouts, check the parent dirstate matches the branch.
9085         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
9086         empty string.
9088         * version.el (emacs-bzr-version): Doc fix.
9089         (emacs-bzr-version-dirstate): New function.
9090         (emacs-bzr-get-version): For lightweight checkouts, if the parent
9091         is local try and check that it matches the branch.  If not, just
9092         use dirstate information.  (Bug#12441)
9094 2012-09-14  Juri Linkov  <juri@jurta.org>
9096         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9097         (Bug#12399)
9099 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9103         * emacs-lisp/edebug.el: Miscellaneous cleanup.
9104         Remove obsolete byte-compiler hack that tried to silence some warnings.
9105         (edebug-submit-bug-report): Remove.
9106         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9107         Remove aliases, use the un-prefixed name instead.
9108         (edebug-pop-to-buffer): Consider other frames.
9109         (edebug-original-read):: Make it more obvious that it's always defined.
9110         (edebug--make-form-data-entry, edebug--form-data-name)
9111         (edebug--form-data-begin, edebug--form-data-end): Rename from the
9112         single-dashed name, and implement with cl-defstruct.
9113         (edebug-set-form-data-entry): Use the standard accessors.
9114         (edebug-make-top-form-data-entry): Use push.
9115         (edebug-no-match): Drop useless `funcall'.
9116         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9117         to functions.
9118         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9119         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9120         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9121         (easy-menu-define, with-custom-print): Remove redundant specs.
9122         (edebug-outside-overriding-local-map)
9123         (edebug-outside-overriding-terminal-local-map): Remove, unused.
9124         (edebug--display): Bind unread-command-events directly to nil rather
9125         than binding it to unread-command-events and later setting it to nil.
9126         (edebug--display): Kill edebug-eval-buffer here...
9127         (edebug--recursive-edit): ...rather than here.
9128         Bind standard-output and standard-input.
9129         (edebug-eval): Check cl-macroexpand-all is fboundp.
9130         (edebug-temp-display-freq-count): Fix last change.
9132         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9133         * subr.el (noreturn, 1value): Add `debug' spec.
9134         * emacs-lisp/advice.el: Require cl-lib.
9135         (ad-copy-tree): Remove, use copy-tree instead.
9136         (ad-dolist): Remove use dolist or cl-dolist instead.
9137         (ad-do-return): Remove, use cl-return instead.
9138         (defadvice): Add `debug' spec.
9140 2012-09-13  Juri Linkov  <juri@jurta.org>
9142         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9143         (Bug#12399)
9145 2012-09-13  Glenn Morris  <rgm@gnu.org>
9147         * calc/calc.el (math-compose-expr):
9148         * calc/calc-ext.el (math-compose-expr):
9149         * progmodes/cc-defs.el (cl-macroexpand-all):
9150         * progmodes/cc-langs.el (delete-duplicates, mapcan)
9151         (cl-macroexpand-all): Update declarations.
9153         * vc/vc.el: No need to require ediff.
9154         (ediff-load-version-control): Declare.
9155         (ediff-vc-internal): Fix declaration.
9156         (vc-version-ediff): Require ediff.
9158 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9160         Use a more backwards-compatible timer format (Bug#12430).
9161         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9162         being right after USECS, as that better supports old code that
9163         inadvisedly looked directly at the timer vector.
9165 2012-09-13  Kenichi Handa  <handa@gnu.org>
9167         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9168         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9169         `coding-priority' property of these language environment.
9171 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9173         Fix glitches caused by addition of psec to timers (Bug#12430).
9174         * image.el (image-animate-timer):
9175         * time.el (display-time-world-timer):
9176         Use timer--function and timer--args rather than raw access to
9177         timer vector.
9179 2012-09-13  Glenn Morris  <rgm@gnu.org>
9181         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9182         If not compiling a file, try using load-file-name.
9184 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9186         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9187         Fix last change.
9188         (edebug-update-eval-list): Use `push'.
9190         * emacs-lisp/edebug.el: Use lexical-binding.
9191         Remove the "edebug-" prefix from non-dynamically-scoped variables.
9192         Mark unused args with underscore.
9193         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9194         (edebug-form-data): Use defvar-local.
9195         (edebug-make-before-and-after-form, edebug-make-after-form):
9196         Use backquote.
9197         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9198         Not dynamically scoped any more.
9199         (edebug--enter-trace): Add arguments `function' and `args'.
9200         Rename from edebug-enter-trace.
9201         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
9202         (edebug--update-coverage): Add `after-index' and `value' args.
9203         Rename from edebug-update-coverage.
9204         (edebug-slow-after): Call it accordingly.
9205         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
9206         edebug-recursive-edit.
9207         (edebug--display): Call it accordingly.  Add args `value',
9208         `offset-index', and `arg-mode'.  Rename from edebug-display.
9209         (edebug-debugger, edebug): Call it accordingly.
9210         (edebug-eval-display-list): Use dolist.
9212 2012-09-12  Juri Linkov  <juri@jurta.org>
9214         * info.el (Info-search): Don't check for isearch-mode and
9215         isearch-regexp before let-binding search-spaces-regexp to
9216         Info-search-whitespace-regexp.
9217         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9218         search-whitespace-regexp if isearch-lax-whitespace or
9219         isearch-regexp-lax-whitespace is non-nil.
9220         (Info-mode): Don't set local variable search-whitespace-regexp.
9221         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9223 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9225         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9226         (debugger-env-macro): Remove support for unread-command-char.
9228         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9229         the temporary map re-appearing on emulation-mode-map-alists.
9231         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9232         since 22.1.
9234         * ehelp.el (with-electric-help): Accept functions in
9235         electric-help-form-to-execute.
9236         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9237         And replace unread-command-char -> unread-command-events.
9239 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
9241         Sync with Tramp 2.2.6.
9243         * net/tramp.el (tramp-accept-process-output): Don't use
9244         JUST-THIS-ONE in the XEmacs case.
9246         * net/trampver.el: Update release number.
9248 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
9250         * emacs-lisp/debug.el (debugger-previous-window-height):
9251         New variable.
9252         (debug): When debugger-jumping-flag is non-nil try to restore
9253         height of debugger window.  (Bug#8789)
9255 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9257         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9258         overriding-local-map and pre/post-command-hook here.
9259         (edebug-recursive-edit): Do it here instead (bug#12345).
9260         (edebug-outside-unread-command-char): Remove all uses of
9261         unread-command-char.
9263         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9264         inhibit-debugger is bound instead.
9266 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9268         * subr.el (set-temporary-overlay-map): Add a docstring.
9269         (Bug#12346)
9271 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9273         * minibuffer.el (completion-table-subvert): Fix docstring.
9274         (Bug#12347)
9276 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9278         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
9280 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
9282         * progmodes/sql.el: Version 3.1
9283         (sql-db2-escape-newlines): New variable.
9284         (sql-escape-newlines-filter): Use it.
9286 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
9288         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9290 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
9292         * vc/diff-mode.el (diff-mode-menu):
9293         Bind diff-remove-trailing-whitespace.
9295 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9298         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9299         (emacs-lisp-byte-code-mode): New functions.
9300         (eval-sexp-add-defvars): Don't skip defvars in column >0.
9301         (eval-defun-2): Remove bogus interactive spec.
9302         (lisp-indent-line): Remove redundant whole-exp code, now done in
9303         indent-according-to-mode.
9304         (save-match-data): Remove redundant indent data.
9306         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9307         Use `declare'.
9309 2012-09-09  Juri Linkov  <juri@jurta.org>
9311         * replace.el (replace-regexp-lax-whitespace): New defcustom.
9312         (replace-lax-whitespace, query-replace-regexp)
9313         (query-replace-regexp-eval, replace-regexp): Doc fix.
9314         (perform-replace, replace-highlight): Let-bind
9315         isearch-lax-whitespace to replace-lax-whitespace and
9316         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9318         * isearch.el (isearch-query-replace): Let-bind
9319         replace-lax-whitespace to isearch-lax-whitespace and
9320         replace-regexp-lax-whitespace to
9321         isearch-regexp-lax-whitespace.  (Bug#10885)
9323 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9327 2012-09-09  Alan Mackenzie  <acm@muc.de>
9329         * progmodes/cc-engine.el (c-state-cache-init):
9330         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9331         (c-record-parse-state-state):
9332         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9334 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
9336         * register.el (register-separator): Rename from
9337         separator-register.  All uses changed.  Doc fix.
9338         (register): Fix version.
9340 2012-09-09  Chong Yidong  <cyd@gnu.org>
9342         * replace.el (query-replace-map): Bind four new symbols for
9343         requesting window scrolling.
9345         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9346         query-replace-map (Bug#8948).
9348         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9350         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9351         since they are now in query-replace-map.
9353         * window.el (scroll-other-window-down): Make the arg optional.
9355 2012-09-09  Chong Yidong  <cyd@gnu.org>
9357         * files.el (hack-local-variables-confirm): Use quit-window to kill
9358         the *Local Variables* buffer.
9360 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9362         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9363         not just expect to be at its beginning.  Adjust callees.
9364         Succeed when do-end block has no space before the pipe character.
9365         (ruby-brace-to-do-end): When the original block is one-liner,
9366         convert to multiline.  Reindent the result.
9368 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
9370         * register.el (register): New group.
9371         (separator-register): New user option.
9372         (increment-register): Route it to `append-to-register', if
9373         register contains text.  Implication is that `C-x r +' can now be
9374         used for appending to a text register (bug#12217).
9375         (append-to-register, prepend-to-register): Add separator based on
9376         `separator-register'.
9378 2012-09-08  Alan Mackenzie  <acm@muc.de>
9380         AWK Mode: make auto-newline work when there's "==" in the pattern.
9381         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9382         correctly.
9383         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9384         Test more rigorously for "=" token.
9386 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9388         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9389         Only fail when reached LIMIT.
9391 2012-09-08  Chong Yidong  <cyd@gnu.org>
9393         * dired.el (dired-mode-map): Don't bind M-=.
9395         * dired-aux.el (dired-diff): Use backup file as default.
9397 2012-09-08  Drew Adams  <drew.adams@oracle.com>
9399         * subr.el (add-to-history): Fix delete usage (Bug#12314).
9401 2012-09-08  Chong Yidong  <cyd@gnu.org>
9403         * subr.el (syntax-after, syntax-class): Doc fix.
9405 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
9407         * window.el (display-buffer-in-previous-window): New buffer
9408         display action function.
9410         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9411         (debugger-previous-window): New variable.
9412         (debug): Rewrite using display-buffer-in-previous-window,
9413         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
9415 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9417         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
9419 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
9421         * progmodes/python.el (python-shell-send-string):
9422         When default-directory is remote, create temp file on remote
9423         filesystem.
9424         (python-shell-send-file): When file is remote, pass local view of
9425         file paths to remote Python interpreter.  (Bug#12340)
9427 2012-09-07  Chong Yidong  <cyd@gnu.org>
9429         * window.el (switch-to-buffer): Doc fix (Bug#12181).
9431         * files.el (after-find-file): Don't fail on a read-only buffer if
9432         require-final-newline is `visit' or `visit-save' (Bug#11156).
9434         * subr.el (read-char-choice): Allow quitting via ESC ESC.
9436         * userlock.el (ask-user-about-supersession-threat):
9437         Use read-char-choice (Bug#12093).
9439 2012-09-07  Chong Yidong  <cyd@gnu.org>
9441         * subr.el (buffer-narrowed-p): New function.
9443         * ses.el (ses-widen):
9444         * simple.el (count-words--buffer-message):
9445         * net/browse-url.el (browse-url-of-buffer): Use it.
9447         * simple.el (count-words-region): Don't signal an error if there
9448         is a non-nil prefix arg and the mark is not set.
9450         * help.el (describe-key-briefly): Allow the message to be seen
9451         when invoked from the minibuffer (Bug#7014).
9453 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9455         * progmodes/ruby-mode.el (ruby-end-of-defun)
9456         (ruby-beginning-of-defun): Simplify, allow indentation before
9457         block beginning and end keywords.
9458         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9459         (ruby-end-of-defun): Expect that the point is at the beginning of
9460         the defun.
9462 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9464         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9465         (bug#12367).
9466         (cl--make-usage-args): Strip _ from argument names.
9468 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
9470         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9471         obsolete alias speedbar-key-map.
9472         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9473         (vhdl-index-menu-init): Don't use obsolete variable
9474         font-lock-maximum-size.
9476 2012-09-06  Chong Yidong  <cyd@gnu.org>
9478         * frame.el (window-system-version): Mark as obsolete.
9480         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9481         of obsolete variable speedbar-key-map.
9483 2012-09-06  Juri Linkov  <juri@jurta.org>
9485         * replace.el (replace-lax-whitespace): New defcustom.
9486         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9487         (replace-string, replace-regexp): Mention it in docstrings.
9488         (perform-replace, replace-highlight): Let-bind
9489         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9490         to the values of replace-lax-whitespace and regexp-flag.
9491         Don't let-bind search-whitespace-regexp.  (Bug#10885)
9493         * isearch.el (isearch-query-replace): Let-bind
9494         replace-lax-whitespace instead of let-binding
9495         replace-search-function and replace-re-search-function.
9496         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9497         and isearch-regexp-lax-whitespace to lazy-highlight variables.
9498         (isearch-toggle-symbol): Set isearch-regexp to nil
9499         in isearch-word mode (like in isearch-toggle-word).
9501 2012-09-06  Juri Linkov  <juri@jurta.org>
9503         * replace.el (replace-search-function)
9504         (replace-re-search-function): Set default values to nil.
9505         (perform-replace): Let-bind isearch-related variables based on
9506         replace-related values, call `isearch-search-fun' and let-bind
9507         the result to `search-function'.  Remove code that sets
9508         `search-function' and `search-string' separately for
9509         `delimited-flag'.
9510         (replace-highlight): Add new argument `delimited-flag' and
9511         rename other arguments to the names used in `perform-replace'.
9512         Let-bind `isearch-word' to the argument `delimited-flag'.
9513         (Bug#10885, bug#10887)
9515 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9517         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9518         ruby-beginning-of-indent, simplify, allow all keywords to have
9519         indentation before them.
9520         (ruby-beginning-of-indent): Adjust for above.  Search until the
9521         found point is not inside a string or comment.
9522         (ruby-font-lock-keywords): Allow symbols to start with "@"
9523         character, give them higher priority than variables.
9524         (ruby-syntax-propertize-function)
9525         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9526         matchers.  Expression expansions are not comments when inside a
9527         string, and there comment syntax status is irrelevant.
9528         (ruby-match-expression-expansion): New function.  Check that
9529         expression expansion is inside a string, and it's not escaped.
9530         (ruby-font-lock-keywords): Use it.
9532 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
9534         * help.el (temp-buffer-max-height): New default value.
9535         (temp-buffer-resize-frames): New option.
9536         (resize-temp-buffer-window): Optionally resize frame.
9538         * window.el (fit-frame-to-buffer-bottom-margin): New option.
9539         (fit-frame-to-buffer): New function.
9541 2012-09-05  Glenn Morris  <rgm@gnu.org>
9543         * emulation/cua-rect.el (cua--init-rectangles):
9544         * textmodes/picture.el (picture-mode-map):
9545         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9546         like forward-char and backward-char.  (Bug#12317)
9548 2012-09-05  Leo Liu  <sdl.web@gmail.com>
9550         * progmodes/flymake.el (flymake-warning-re): New variable.
9551         (flymake-parse-line): Use it.
9553 2012-09-05  Glenn Morris  <rgm@gnu.org>
9555         * calendar/holidays.el (holiday-christian-holidays):
9556         Rename an entry.  (Bug#12289)
9558 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9561         (bug#12222).
9563 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9565         * loadup.el: Load macroexp.  Remove hack.
9566         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9567         (macroexp--expand-all): Use it to get better warnings.
9568         (macroexp--backtrace, macroexp--trim-backtrace-frame)
9569         (internal-macroexpand-for-load): New functions.
9570         (macroexp--pending-eager-loads): New var.
9571         (emacs-startup-hook): New hack to replace one in loadup.el.
9572         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9573         (cl--compiler-macro-cXXr): Move to top, before they can be used.
9574         (cl-psetf): Simplify.
9575         (cl-defstruct): Add indent rule.
9577 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
9579         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9580         over `user-mail-address' for the SMTP MAIL FROM envelope.
9581         (smtpmail-via-smtp): Ditto.
9583 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
9585         * progmodes/ruby-mode.el: Clean up keybindings.
9586         (ruby-mode-map): Don't bind ruby-electric-brace,
9587         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9588         backward-kill-word, reindent-then-newline-and-indent.
9589         (ruby-mark-defun): Remove.
9590         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
9591         (ruby-mode): Set local beginning-of-defun-function and
9592         end-of-defun-function values.
9594 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
9596         * window.el (temp-buffer-window-setup-hook)
9597         (temp-buffer-window-show-hook): New hooks.
9598         (temp-buffer-window-setup, temp-buffer-window-show)
9599         (with-temp-buffer-window): New functions.
9600         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9601         (special-display-popup-frame): Make sure the window used shows BUFFER.
9603         * help.el (temp-buffer-resize-mode): Fix doc-string.
9604         (resize-temp-buffer-window): New optional argument WINDOW.
9606         * files.el (recover-file, save-buffers-kill-emacs):
9607         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9609 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
9611         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9612         remote definition of `default-directory', ensure we can connect.
9614 2012-09-02  Juri Linkov  <juri@jurta.org>
9616         Toggle whitespace matching mode with M-s SPC.
9617         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9619         * isearch.el (search-whitespace-regexp): Doc fix.
9620         Remove cons cell customization.
9621         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9622         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9623         New variables.
9624         (isearch-forward, isearch-forward-regexp): Doc fix.
9625         (isearch-toggle-lax-whitespace): New command.
9626         (search-forward-lax-whitespace, search-backward-lax-whitespace)
9627         (re-search-forward-lax-whitespace)
9628         (re-search-backward-lax-whitespace): New functions.
9629         (isearch-whitespace-regexp): Remove function.
9630         (isearch-query-replace): Let-bind replace-search-function and
9631         replace-re-search-function.
9632         (isearch-occur): Let-bind search-spaces-regexp according to the
9633         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9634         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9635         condition for C-q SPC.
9636         (isearch-search-fun-default): Use new functions mentioned above.
9637         (isearch-search-forward, isearch-search-backward): Remove functions.
9638         (isearch-search): Don't let-bind search-spaces-regexp.
9639         (isearch-lazy-highlight-space-regexp): Remove variable.
9640         (isearch-lazy-highlight-lax-whitespace)
9641         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9642         (isearch-lazy-highlight-new-loop): Use them.
9643         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9645 2012-09-02  Chong Yidong  <cyd@gnu.org>
9647         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9649 2012-09-02  Glenn Morris  <rgm@gnu.org>
9651         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
9653 2012-09-01  Glenn Morris  <rgm@gnu.org>
9655         * term.el: Tidy up menu definitions.
9656         (term-mode-map): Use easymenu for In/Out, Complete menus.
9657         (term-pager-break-map): Initialize in the defvar.
9658         (term-terminal-menu, term-signals-menu): Define with easymenu.
9659         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
9660         (term-pager-menu): New, extracted from term-process-pager.
9661         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9662         (term-update-mode-line): Propertize line/char and page items.
9663         (term-process-pager): Move keymap initialization elsewhere.
9665 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
9667         * window.el (switch-to-prev-buffer): Handle additional values of
9668         BURY-OR-KILL argument.  Don't switch in minibuffer window.
9669         (switch-to-next-buffer): Don't switch in minibuffer window.
9670         (quit-restore-window): New function based on quit-window.
9671         Handle additional values of former KILL argument.
9672         (quit-window): Call quit-restore-window with appropriate
9673         interpretation of KILL argument.
9674         (display-buffer-below-selected): New buffer display action
9675         function.
9677 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9679         * minibuffer.el (completion-at-point-functions): Complete docstring
9680         (bug#12254).
9682 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9684         Better seed support for (random).
9685         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9686         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9687         * play/mpuz.el, play/tetris.el, play/zone.el:
9688         * calc/calc-comb.el (math-init-random-base):
9689         * play/blackbox.el (bb-init-board):
9690         * play/life.el (life):
9691         * server.el (server-use-tcp):
9692         * type-break.el (type-break):
9693         Remove unnecessary call to (random t).
9694         * net/sasl.el (sasl-unique-id-function):
9695         Change (random t) to (random), now that the latter is more random.
9696         * play/life.el (life-initialized): Remove no-longer-needed var.
9698 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
9700         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9701         Consider frame's buffer predicate when choosing the buffer.
9702         (Bug#12081)
9704 2012-08-30  Richard Stallman  <rms@gnu.org>
9706         * simple.el (special-mode-map): Delete binding for `z'.
9708 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
9710         * progmodes/compile.el (compilation-always-kill): Doc fix.
9712 2012-08-30  Chong Yidong  <cyd@gnu.org>
9714         * window.el (display-buffer-reuse-frames): Make the obsolescence
9715         message more informative.
9717 2012-08-30  Glenn Morris  <rgm@gnu.org>
9719         * paren.el (show-paren-delay):
9720         Add a :set function.  Doc fix.  (Bug#12297)
9722 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
9724         * progmodes/compile.el (compilation-always-kill): New var.
9725         (compilation-start): Use it.
9727 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9729         * simple.el (read-only-mode): Move from files.el for bootstrapping.
9730         * files.el (read-only-mode): Move to simple.el.
9732         * files.el (read-only-mode): New minor mode.
9733         (toggle-read-only): Use it and mark obsolete.
9734         (find-file--read-only):
9735         * vc/vc.el (vc-next-action, vc-checkout):
9736         * vc/vc-cvs.el (vc-cvs-checkout):
9737         * obsolete/vc-mcvs.el (vc-mcvs-update):
9738         * ffap.el (ffap--toggle-read-only): Update callers.
9740 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
9742         * eshell/esh-ext.el (eshell-external-command): Do not examine
9743         remote shell scripts.
9744         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9746         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9747         "/usr/local/sbin".
9749 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9751         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9753 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9755         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9756         completion-at-point.  (Bug#12220)
9758         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9760         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9762 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9764         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9765         be buffer-local; add delete-trailing-whitespace (bug#12259).
9767 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
9769         * progmodes/hideif.el (hif-compress-define-list):
9770         Fix typo.  (Bug#11951)
9772 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
9774         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9775         buffer local setting.
9777         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9778         rcirc-encode-coding-system.
9780 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9782         * net/rcirc.el (rcirc-split-message): New function.
9783         (rcirc-send-message): Use it.  (Bug#12051)
9785 2012-08-28  Juri Linkov  <juri@jurta.org>
9787         * info.el (Info-fontify-node): Hide empty lines at the end of
9788         the node.  (Bug#12272)
9790 2012-08-27  Drew Adams  <drew.adams@oracle.com>
9792         * dired.el (dired-pop-to-buffer): Make window start at beginning
9793         of buffer (Bug#12281).
9795 2012-08-26  Chong Yidong  <cyd@gnu.org>
9797         * window.el (special-display-regexps, special-display-frame-alist)
9798         (special-display-buffer-names, special-display-function)
9799         (display-buffer-reuse-frames): Mark as obsolete.
9801         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9803         * help.el (help-print-return-message): Don't treat
9804         display-buffer-reuse-frames specially.
9806 2012-08-26  Chong Yidong  <cyd@gnu.org>
9808         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9809         New variable, replacing gdb-frame-parameters.
9810         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9811         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9812         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9813         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9814         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
9815         the functions directly with gdb-display-buffer-other-frame-action.
9816         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9817         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9818         (gdb-display-stack-buffer, gdb-display-locals-buffer)
9819         (gdb-display-registers-buffer): Define directly.
9820         (def-gdb-display-buffer): Macro deleted.
9821         (gdb-display-buffer): Remove second and third args, callers don't
9822         use them.  Defer to the default display-buffer behavior, apart
9823         from making windows dedicated.
9824         (gdb-setup-windows): Don't call display-buffer unnecessarily.
9826         * progmodes/gud.el (gud-display-line): Just use display-buffer.
9828         * window.el (display-buffer-pop-up-frame): Handle a
9829         pop-up-frame-parameters alist entry.
9830         (display-buffer): Document it.
9832 2012-08-26  Chong Yidong  <cyd@gnu.org>
9834         * isearch.el (search-whitespace-regexp): Make string and nil
9835         values apply to both ordinary and regexp search.  Allow a cons
9836         cell value to distinguish between the two.
9837         (isearch-whitespace-regexp, isearch-search-forward)
9838         (isearch-search-backward): New functions.
9839         (isearch-occur, isearch-search-fun-default, isearch-search)
9840         (isearch-lazy-highlight-new-loop): Use them.
9841         (isearch-forward, isearch-forward-regexp): Doc fix.
9843 2012-08-26  Chong Yidong  <cyd@gnu.org>
9845         * faces.el (help-argument-name): Always inherit from italic
9846         (Bug#12213).
9848 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
9850         * window.el (window--even-window-heights): Even heights when
9851         WINDOW and the selected window form a vertical combination.
9852         (display-buffer-use-some-window): Provide that window used gets
9853         sized back by quit-window.  (Bug#11880) and (Bug#12091)
9855 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9857         Fix file time stamp problem with bzr and CVS (Bug#12001).
9858         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9859         in the file's time stamp, since the version control system loses
9860         that information.
9862 2012-08-22  Juri Linkov  <juri@jurta.org>
9864         * info.el (Info-fontify-node): Hide the suffix of the
9865         Info file name in the header line.  (Bug#12187)
9867 2012-08-22  Glenn Morris  <rgm@gnu.org>
9869         * calendar/cal-tex.el (cal-tex-weekly-common):
9870         Restore leading blank page.
9872 2012-08-22  Le Wang  <l26wang@gmail.com>
9874         * misc.el (forward-to-word, backward-to-word): Activate or extend
9875         the region under `shift-select-mode'.  (Bug#12231)
9877 2012-08-22  Bastien Guerry  <bzg@gnu.org>
9879         * progmodes/executable.el (executable-prefix): Set to "#!" instead
9880         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
9881         gives details on why the space is never needed.
9883 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9885         * window.el (walk-window-tree, window-with-parameter):
9886         New optional argument MINIBUF to control whether these functions
9887         should run on the minibuffer window.
9888         (window-at-side-list): Don't operate on minibuffer window.
9889         (window-in-direction): Simplify and rewrite doc-string.
9890         (window--size-ignore): Rename to window--size-ignore-p.
9891         Update callers.
9892         (display-buffer-in-atom-window, window--major-non-side-window)
9893         (window--major-side-window, display-buffer-in-major-side-window)
9894         (delete-side-window, display-buffer-in-side-window):
9895         New functions.
9896         (window--side-check, window-deletable-p, delete-window)
9897         (delete-other-windows, split-window): Handle side windows and
9898         atomic windows appropriately.
9899         (window--display-buffer): Call display-buffer-record-window also
9900         when the window buffer did not change.
9902 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
9904         * help-fns.el (help-fns--key-bindings):
9905         Abbreviate non-symbol remap targets.  (Bug#12174)
9907 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9909         * dired.el (dired-mark-remembered): Don't clobber point.
9910         (Bug#11795)
9912 2012-08-22  Glenn Morris  <rgm@gnu.org>
9914         * progmodes/bug-reference.el (bug-reference): New custom group.
9915         (bug-reference-bug-regexp): Make it a defcustom.
9917 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
9919         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9920         (js-paren-indent-offset, js-square-indent-offset)
9921         (js-curly-indent-offset): Add :safe (Bug#12257).
9923 2012-08-22  Edward O'Connor  <hober0@gmail.com>
9925         * json.el (json-key-format): Add error properties.
9926         (json-encode-key): New function.
9927         (json-encode-hash-table, json-encode-alist, json-encode-plist):
9928         Use json-encode-key.
9930 2012-08-22  Glenn Morris  <rgm@gnu.org>
9932         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9933         (cal-tex-leftday, cal-tex-rightday): Remove functions.
9934         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9935         Update for above change.
9937 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
9939         * cus-face.el (custom-face-attributes): Fix customize type for the
9940         :underline attribute.  (Bug#11805)
9942 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
9944         * window.el (window-point-1, set-window-point-1): Remove.
9945         (window-in-direction, record-window-buffer)
9946         (set-window-buffer-start-and-point, split-window-below)
9947         (window--state-get-1, display-buffer-record-window):
9948         Replace calls to window-point-1 and set-window-point-1 by calls to
9949         window-point and set-window-point respectively.
9951 2012-08-21  Glenn Morris  <rgm@gnu.org>
9953         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9954         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9955         Use it.
9957         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9958         (cal-tex-shortday): New function.
9959         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9960         (cal-tex-cursor-filofax-daily): Use the above.
9962         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9963         New functions.
9964         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9965         (cal-tex-cursor-filofax-week): Use them.
9967         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9968         New constants.
9969         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9970         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9972         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9973         (cal-tex-end-document): Don't rely on buffer name.
9975         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9976         Use cal-tex-vspace.
9977         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9978         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9979         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9980         Use cal-tex-arg.
9982         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9983         (cal-tex-cursor-week, cal-tex-cursor-week2)
9984         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9985         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9986         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9987         (cal-tex-insert-preamble, cal-tex-b-document)
9988         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9989         Improve cal-tex-cmd usage.
9991         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9992         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9993         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9994         (cal-tex-weekly-paper): New function.
9995         (cal-tex-cursor-week, cal-tex-cursor-week2)
9996         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9997         (cal-tex-cursor-day): Use it.
9999         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10000         (cal-tex-cursor-filofax-week): Remove leading blank page.
10002         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10003         Add autoload cookie.  For now at least, don't use color, since
10004         no other cal-tex function does.
10006         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10007         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10008         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10010 2012-08-21  Juri Linkov  <juri@jurta.org>
10012         * info.el (Info-file-attributes): New variable.
10013         (info-insert-file-contents): Add file attributes to
10014         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
10015         `Info-toc-nodes' when previous modtime of the Info file is less
10016         than new modtime.
10017         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10018         of info.el.  (Bug#12230)
10020 2012-08-20  Glenn Morris  <rgm@gnu.org>
10022         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10023         * calendar/holidays.el (calendar-holiday-list):
10024         Report errors with display-warning rather than beep'n'sleep.
10026 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
10028         * net/tramp.el (tramp-accept-process-output): Accept only output
10029         from PROC.  Otherwise, process filters and sentinels might be
10030         confused.  (Bug#12145)
10032 2012-08-20  Chong Yidong  <cyd@gnu.org>
10034         * descr-text.el (describe-text-properties-1): Use overlays-in to
10035         report on empty overlays (Bug#3322).
10037 2012-08-20  Glenn Morris  <rgm@gnu.org>
10039         * mail/rmailout.el (rmail-output-read-file-name):
10040         Trap and report errors in rmail-output-file-alist elements.
10042         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10043         since most non-font-lock faces are not also variables).
10045 2012-08-20  Edward Reingold  <reingold@iit.edu>
10047         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10048         New function.  (Bug12160)
10050 2012-08-19  Glenn Morris  <rgm@gnu.org>
10052         * mail/rmailout.el (rmail-output-read-file-name):
10053         Fix previous change (when the alist is nil or does not match).
10055 2012-08-19  Chong Yidong  <cyd@gnu.org>
10057         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10058         (Bug#12228).
10060 2012-08-18  Chong Yidong  <cyd@gnu.org>
10062         * simple.el (yank-handled-properties): New defcustom.
10063         (yank-excluded-properties): Add font-lock-face and category.
10064         (yank): Doc fix.
10066         * subr.el (remove-yank-excluded-properties):
10067         Obey yank-handled-properties.  The special handling of font-lock-face
10068         and category is now done this way, instead of being hard-coded.
10069         (insert-for-yank-1): Remove font-lock-face handling.
10070         (yank-handle-font-lock-face-property)
10071         (yank-handle-category-property): New function.
10073 2012-08-17  Glenn Morris  <rgm@gnu.org>
10075         * mail/rmailout.el (rmail-output-read-file-name):
10076         Check rmail-output-file-alist against the full message body
10077         in the correct rmail buffer.  (Bug#12214)
10079 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
10081         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10082         Eliminate superfluous prompt.  (Bug#12203)
10084 2012-08-17  Chong Yidong  <cyd@gnu.org>
10086         * mouse.el (mouse-appearance-menu): If x-select-font returns a
10087         font spec, set the font directly (Bug#3228).
10089 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
10091         * window.el (delete-window): Fix last fix.
10093 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
10095         * window.el (window-valid-p): Move to window.c.
10096         (window-child, window-child-count, window-last-child)
10097         (window-normalize-window, window-combined-p)
10098         (window-combinations, window-atom-root, window-min-size)
10099         (window-sizable, window-sizable-p, window-size-fixed-p)
10100         (window-min-delta, window-max-delta, window--resizable)
10101         (window--resizable-p, window-resizable, window-total-size)
10102         (window-full-height-p, window-full-width-p, window-body-size)
10103         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10104         (minimize-window, window-deletable-p, delete-window)
10105         (delete-other-windows, set-window-buffer-start-and-point)
10106         (next-buffer, previous-buffer, split-window, balance-windows-2)
10107         (set-window-text-height, window-buffer-height)
10108         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10109         (truncated-partial-width-window-p): Minor code adjustments.
10110         In doc-strings state whether the argument window has to denote a
10111         live, valid or any window.
10113 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
10115         * progmodes/subword.el (subword-forward-function)
10116         (subword-backward-function, subword-forward-regexp)
10117         (subword-backward-regexp): New variables.
10118         (subword-forward, subword-forward-internal, subword-backward-internal):
10119         Use new variables, eg so that different "word" definitions
10120         can be easily used.  (Bug#11411)
10122 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10124         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10125         for composite selectors.
10126         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10127         operation just because we can't find a previous revision.
10129 2012-08-15  Chong Yidong  <cyd@gnu.org>
10131         * frame.el (set-frame-font): Accept font objects.
10133 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10135         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10137 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
10139         * man.el (Man-overstrike-face, Man-underline-face)
10140         (Man-reverse-face): Remove variables.
10141         (Man-overstrike, Man-underline, Man-reverse): New faces.
10142         (Man-fontify-manpage): Use them instead of the variables.
10143         (Man-cleanup-manpage): Comment change.
10144         (Man-ansi-color-map): New variable.
10145         (Man-fontify-manpage): Use it.
10146         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10148         Implement ANSI SGR parameters 22-27 (bug#12146).
10149         * ansi-color.el (ansi-colors): Doc fix.
10150         (ansi-color-context, ansi-color-context-region): Doc fix.
10151         (ansi-color--find-face): New function.
10152         (ansi-color-apply, ansi-color-apply-on-region): Use it.
10153         Rename the local variable `face' to `codes' since it is now a list of
10154         ansi codes.  Doc fix.
10155         (ansi-color-get-face): Remove.
10156         (ansi-color-parse-sequence): New function, derived from
10157         ansi-color-get-face.
10158         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
10159         codes 22-27.
10161 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10163         * subr.el (read-passwd): Allow use from a minibuffer.
10165 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
10167         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10168         inside comments and strings as identifiers.
10170         * progmodes/gud.el (gud-tooltip-print-command): Quote the
10171         expression to evaluate.  This allows to evaluate expressions with
10172         embedded whitespace.
10173         (gud-tooltip-tips): Add a blank before the newline in the
10174         message-box text, for the benefit of message-box emulation on
10175         MS-Windows.
10177         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10178         messages from GDB, pop them up in a tooltip to give feedback to
10179         user.
10180         (gdb-tooltip-print-1): Quote the expression to evaluate.
10181         This allows to evaluate expressions with embedded whitespace.
10182         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10183         if the TTY name is nil or empty (which happens when communicating
10184         with the inferior via pipes, e.g. on MS-Windows).
10185         (gdb-internals): If GDB sends a "&\n" empty debugging message,
10186         don't send that to the GUD buffer.
10188 2012-08-14  Glenn Morris  <rgm@gnu.org>
10190         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10191         Optimize away setq-default with no args, as for setq.  (Bug#12195)
10193 2012-08-14  Chong Yidong  <cyd@gnu.org>
10195         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10197         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10198         (Bug#12085).
10200 2012-08-14  Glenn Morris  <rgm@gnu.org>
10202         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10204 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
10206         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10207         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10208         Use cached shell name.
10210 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10212         * progmodes/python.el (python-shell-send-string):
10213         (python-shell-send-setup-code): Do not use `format' with `message'.
10215 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
10217         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10218         (ruby-percent-literal-beg-re): New constant.
10219         (ruby-syntax-general-delimiters-goto-beg): Rename to
10220         `ruby-syntax-enclosing-percent-literal', improve literal type check.
10221         (ruby-syntax-propertize-general-delimiters): Rename to
10222         `ruby-syntax-propertize-percent-literal', it's a shorter and more
10223         popular term.  Adjust comments everywhere.
10224         (ruby-syntax-propertize-percent-literal): Only propertize when not
10225         inside a simple string or comment.  When the literal is unclosed,
10226         leave the text after it unpropertized.
10227         (ruby-syntax-methods-before-regexp): New constant.
10228         (ruby-syntax-propertize-function): Use it to recognize regexps.
10229         Don't look at the text after regexp, just use the whitelist.
10231 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
10233         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10234         non-nil always load the compiled file if it exists.  (Bug#12197)
10236 2012-08-14  Chong Yidong  <cyd@gnu.org>
10238         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10239         (hi-lock-set-pattern): When deciding whether to use font lock or
10240         overlays, look at font-lock-mode instead of font-lock-fontified
10241         (Bug#12168).
10242         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10243         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10245 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
10247         * subr.el (internal--after-with-selected-window): Fix typo
10248         (Bug#12193).
10250 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10252         Use `completion-table-dynamic' for completion functions.
10253         * progmodes/python.el
10254         (python-shell-completion--do-completion-at-point)
10255         (python-shell-completion--get-completions):
10256         Remove functions.
10257         (python-shell-completion-complete-at-point): New function.
10258         (python-completion-complete-at-point): Use it.
10260 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
10262         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10263         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10265 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * subr.el (function-get): Refine `autoload' arg so it can also
10268         autoload functions for gv.el (bug#12191).
10269         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10270         autoloads macros.
10272         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10273         Prefer pcase-let over destructuring-bind.
10274         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10275         Also, remove whitespace as we go, rather than after accumulating the
10276         various places.
10278         * subr.el (internal--before-with-selected-window)
10279         (internal--after-with-selected-window): Fix typo seleted->selected.
10280         (with-selected-window): Adjust callers.
10281         Reported by Dmitry Gutov <dgutov@yandex.ru>.
10283 2012-08-13  Bastien Guerry  <bzg@gnu.org>
10285         * window.el (special-display-popup-frame): Minor docstring
10286         enhancement.  (Bug#12172)
10288 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
10290         * tar-mode.el (tar-header-data-end): Only ignore size for files of
10291         type 1-6.
10292         (tar-header-block-summarize, tar-get-descriptor): Handle pax
10293         extended headers.
10295         * files.el (hack-local-variables-filter): Remove useless eval.
10297 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
10299         * subr.el (with-selected-window): Fix last change.
10301 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10303         * subr.el (internal--before-with-seleted-window)
10304         (internal--after-with-seleted-window): New functions.
10305         (with-selected-window): Use them, to replace dependency on
10306         tty-top-frame.
10308 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
10310         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10311         binding for `newline'.
10312         (ruby-move-to-block): When moving backward, stop at block opening,
10313         not indentation.
10314         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10315         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10316         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10317         `ruby-toggle-block'.
10319 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10321         * ibuffer.el (ibuffer-do-toggle-read-only):
10322         * dired.el (dired-toggle-read-only):
10323         * buff-menu.el (Buffer-menu-toggle-read-only):
10324         * bindings.el (mode-line-toggle-read-only):
10325         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10327 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
10329         * descr-text.el (describe-char): Put the overlays over the
10330         "displayed as" character.
10332 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
10334         * calc/calc-units.el (math-default-units-table): Give an
10335         initial value.
10336         (math-put-default-units): Add options to put composite units and
10337         unit systems in the default units table.
10338         (calc-convert-units): Send composite units to
10339         `math-put-default-units' when appropriate.
10341 2012-08-11  Glenn Morris  <rgm@gnu.org>
10343         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10345         * tutorial.el (help-with-tutorial):
10346         * emacs-lisp/copyright.el (copyright-update-directory):
10347         * emacs-lisp/autoload.el (autoload-find-generated-file)
10348         (autoload-find-file): Disable local eval: (for insurance).
10350         * files.el (hack-local-variables-filter): If an eval: form is not
10351         known to be safe, and enable-local-variables is :safe, then ignore
10352         the form totally, as is done for non-eval forms.  (Bug#12155)
10353         This is CVE-2012-3479.
10355 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10357         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10358         (rx-form): Simplify.
10360 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
10362         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10363         ?, _, and : are symbol constituents, ! is not (but kinda should be).
10364         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10365         (ruby-syntax-propertize-function): Adjust for changes in
10366         `ruby-syntax-propertize-heredoc'.
10368 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
10370         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10371         binding (use `M-;' instead).
10372         (ruby-singleton-class-p): New function.
10373         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10375 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10377         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10379 2012-08-10  Chong Yidong  <cyd@gnu.org>
10381         * progmodes/python.el (python-shell-get-process-name): Don't mess
10382         with same-window-buffer-names.
10384         * eshell/eshell.el (eshell-add-to-window-buffer-names)
10385         (eshell-remove-from-window-buffer-names): Make obsolete.
10386         (eshell-buffer-name, eshell-unload-hook): Don't use them.
10387         (eshell): Just use pop-to-buffer-same-window instead.
10389 2012-08-10  Chong Yidong  <cyd@gnu.org>
10391         * bindings.el: Bind M-= back to count-words-region.
10393         * simple.el (count-words-region): Accept a prefix arg for acting
10394         on the entire buffer.
10395         (count-words--buffer-message): New helper function.
10397 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10399         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10400         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10401         (event-start, event-end): Use posn-at-point to return a more
10402         informative posn.
10403         (posnp): New function.
10404         * mouse.el (popup-menu-normalize-position): Use it.
10406 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
10408         * mouse.el (popup-menu-normalize-position): New function.
10409         (popup-menu): Use `popup-menu-normalize-position' to normalize
10410         the form for POSITION argument.
10412         * term/x-win.el (x-menu-bar-open):
10413         Use the value returend from (posn-at-point) as position
10414         passed to `popup-menu'.
10416 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10418         * calc/calccomp.el (math-compose-expr): Add extra argument
10419         indicating that parentheses should be put around products in
10420         denominators.  Give multiplication precedence over division during
10421         composition.
10423 2012-08-09  Chong Yidong  <cyd@gnu.org>
10425         * man.el (Man-switches, Man-sed-command, Man-awk-command)
10426         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10427         (Man-untabify-command, manual-program): Convert to defcustom
10428         (Bug#10429).
10430         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10432         * descr-text.el (describe-char): Don't insert extra newlines
10433         (Bug#10127).
10435         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10436         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10438         * align.el (align-region): Delete temporary markers (Bug#10047).
10439         Plus some code cleanups.
10441 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10443         * progmodes/python.el (python-pdbtrack-tracked-buffer)
10444         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10445         (python-shell-internal-last-output): Use make-local-variable
10446         instead of make-variable-buffer-local.
10448 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10450         * progmodes/python.el: Enhancements to forward-sexp.
10451         (python-nav-forward-sexp): Rename from
10452         python-nav-forward-sexp-function.
10453         (python-nav--forward-sexp, python-nav--backward-sexp):
10454         New functions.
10456 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10458         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10459         modes and simplification modes.
10461 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10463         * delsel.el (delete-selection-pre-hook): Don't propagate the
10464         file-supersession signals (bug#12161).
10466 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10469         (cl-map-extents): Add compatibility aliases (bug#12135).
10471 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
10473         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10474         tests by `ignore-error'.
10475         (tramp-find-shell): Open also a new shell, when cache is already
10476         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
10478 2012-08-08  Juri Linkov  <juri@jurta.org>
10480         * bookmark.el: Add `defaults' property to the bookmark record.
10481         (bookmark-current-buffer): Doc fix.
10482         (bookmark-make-record): Add `defaults' property with default values
10483         to the bookmark record.
10484         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10485         with `bookmark-insert-current-bookmark'.
10486         (bookmark-set): Get `defaults' property from the bookmark record
10487         and use it in `read-from-minibuffer'.
10488         (bookmark-insert-current-bookmark): Remove function.
10490         * info.el (Info-bookmark-make-record): Add `defaults' property
10491         with values of canonical Info node name, the current Info file
10492         name and the current Info node name.  (Bug#12107)
10494 2012-08-08  Juri Linkov  <juri@jurta.org>
10496         * files.el (basic-save-buffer): Use `buffer-name' as the default
10497         of `read-file-name' when buffer is not visiting a file (bug#12128).
10499 2012-08-08  Juri Linkov  <juri@jurta.org>
10501         * info.el (Info-isearch-search): Doc fix.
10502         (Info-search): Change search-failed message from "initial node" to
10503         "end of node" (bug#12078).
10504         (Info-isearch-search): Change `isearch-string-state' to
10505         `isearch--state-string'.
10507 2012-08-08  Glenn Morris  <rgm@gnu.org>
10509         * language/persian.el: Remove file.
10510         * language/misc-lang.el: Move unique part of persian.el here.
10511         * loadup.el: Remove language/persian.
10513 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
10515         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10517 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10519         * progmodes/python.el: Fix defsubst warning.
10520         (python-syntax-context) Rename from python-info-ppss-context.
10521         (python-syntax-context-type): Rename from
10522         python-info-ppss-context-type.
10523         (python-syntax-comment-or-string-p): Rename from
10524         python-info-ppss-comment-or-string-p.
10526 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
10528         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10530 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
10532         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10533         a defcustom that is quoted with backquote.
10535         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10536         Fix handling of interactive spec when the body uses return.
10537         (math-do-arg-check, math-define-function-body): Use backquote forms.
10538         * calc/calc-ext.el (math-defcache): Likewise.
10539         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10540         * allout.el (allout-new-exposure): Likewise.
10541         * calc/calcalg2.el (math-tracing-integral): Likewise.
10542         * info.el (Info-last-menu-item): Likewise.
10543         * emulation/vip.el (vip-loop): Likewise.
10544         * textmodes/artist.el (artist-funcall): Likewise.
10545         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10546         Construct menu-item directly.
10548         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10549         Don't declare.
10551 2012-08-07  Chong Yidong  <cyd@gnu.org>
10553         * simple.el (deactivate-mark): Preserve text properties when
10554         saving the primary selection (Bug#8384).
10556 2012-08-07  Kevin Ryde  <user42@zip.com.au>
10558         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10559         (woman-parse-numeric-value): On a bad .IP line, issue a warning
10560         and continue processing (Bug#12110).
10562 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10564         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10565         syntax-propertize-function (bug#10095).
10567 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10569         * help-fns.el (help-fns--key-bindings, help-fns--signature)
10570         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10571         describe-function-1.
10572         (describe-function-1): Use them.  Move compiler macro after sig.
10573         (help-fns--compiler-macro): Use function-get.  Assume we're already in
10574         standard-output.  Adjust layout to new call order.
10576         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10577         re-binding a symbol that has a symbol-macro (bug#12119).
10579 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
10581         * language/persian.el: New file.  (Bug#11812)
10582         * loadup.el: Add language/persian.el.
10584 2012-08-06  Chong Yidong  <cyd@gnu.org>
10586         * window.el (window--maybe-raise-frame): New function.
10587         (window--display-buffer): Split off from here.
10588         (display-buffer-reuse-window, display-buffer-pop-up-frame)
10589         (display-buffer-pop-up-window, display-buffer-use-some-window):
10590         Obey an inhibit-switch-frame action alist entry.
10591         (display-buffer): Update doc.
10593         * replace.el (occur-after-change-function): Avoid losing focus by
10594         using the inhibit-switch-frame display parameter (Bug#12139).
10596 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10598         Make internal shell process buffer names start with space.
10599         * progmodes/python.el (python-shell-make-comint): Add optional
10600         argument INTERNAL.
10601         (run-python-internal): Use it.
10602         (python-shell-internal-get-or-create-process): Check for new
10603         internal buffer names.
10605 2012-08-06  Glenn Morris  <rgm@gnu.org>
10607         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10608         Do less getting and setting of environment variables.
10610 2012-08-05  Chong Yidong  <cyd@gnu.org>
10612         * proced.el (proced): Add substitution string to docstring to
10613         trigger autoloading of the proced library on C-h f (Bug#1768).
10615         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10616         Don't show defvars which have no second argument (Bug#8638).
10618         * imenu.el (imenu-generic-expression): Move documentation here
10619         from imenu--generic-function.
10620         (imenu--generic-function): Refer to imenu-generic-expression.
10622 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
10624         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10625         indentation declaration.
10626         (viper-loop): Add indentation declaration (Bug#7025).
10628 2012-08-05  Chong Yidong  <cyd@gnu.org>
10630         * help-fns.el (describe-variable): Add hyperlink for
10631         directory-local variables files.  Improve buffer-local and
10632         permanent-local reporting; suggested by MON KEY (Bug#6644).
10634         * help-mode.el (help-dir-local-var-def): New button type.
10636         * files.el (kill-buffer-hook): Provide a defvar.
10638 2012-08-05  Glenn Morris  <rgm@gnu.org>
10640         * eshell/esh-ext.el (eshell/addpath):
10641         Also update eshell-path-env.  (Bug#12013)
10643 2012-08-05  Chong Yidong  <cyd@gnu.org>
10645         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10647         * fringe.el (fringe-styles): Add docstring.
10648         (fringe--check-mode): New function.
10649         (set-fringe-mode, set-fringe-style): Use it.
10650         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10652         * files.el (set-auto-mode): Fix invalid setq call.
10654 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10656         * isearch.el: Misc simplification; use defstruct.
10657         (isearch-mode-map): Dense maps now work like sparse ones.
10658         (isearch--state): New defstruct.
10659         (isearch-string-state, isearch-message-state, isearch-point-state)
10660         (isearch-success-state, isearch-forward-state)
10661         (isearch-other-end-state, isearch-word-state, isearch-error-state)
10662         (isearch-wrapped-state, isearch-barrier-state)
10663         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10664         replaced by defstruct's accessors.
10665         (isearch--set-state): Rename from isearch-top-state and change
10666         calling convention.
10667         (isearch-push-state): Use new isearch--get-state.
10668         (isearch-toggle-word): Disable regexp when enabling word.
10669         (isearch-message-prefix): Remove unused arg _c-q-hack.
10670         (isearch-message-suffix): Remove unused arg _ellipsis.
10672 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
10674         * simple.el (list-processes--refresh): For a server use :host or
10675         :local as the address.
10676         (list-processes): Doc fix.
10678 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
10680         * lisp/mpc.el: Support password in host argument.
10681         (mpc--proc-connect): Parse and use new password element.
10682         Set mpc-proc variable instead of returning process.
10683         (mpc-proc): Adjust accordingly.
10685 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
10687         * whitespace.el (whitespace-display-mappings): Use Unicode
10688         codepoints, instead of emacs-mule codepoints.  See
10689         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10690         for the details.
10692         * files.el (file-truename): Don't skip symlink-chasing part on
10693         windows-nt.  Incorporate the resolution of 8+3 short aliases on
10694         Windows into the loop that recursively chases symlinks.
10695         Compare directory and its parent case-insensitively on MS-Windows and
10696         MS-DOS.
10698 2012-08-03  Chong Yidong  <cyd@gnu.org>
10700         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10702         * sort.el (sort-regexp-fields): Doc fix.
10704 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
10706         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10707         labels regex position point at the expected place.
10709 2012-08-03  MON KEY  <monkey@sandpframing.com>
10711         * net/imap.el (imap-interactive-login, imap-authenticate)
10712         (imap-mailbox-lsub, imap-mailbox-list)
10713         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10714         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10715         (imap-parse-response): Doc fix.
10717 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
10719         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10720         if sexp scanning does not move point (Bug#5734).
10722 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
10724         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10725         Add listings, minted, and ctable packages.
10726         (reftex-label-alist-builtin): Move listings, minted, and ctable
10727         entries before LaTeX.
10728         (reftex-label-alist): Docfix.
10730 2012-08-02  Bastien Guerry  <bzg@gnu.org>
10732         * replace.el (occur): Fix docstring (bug#12122).
10734 2012-08-02  Glenn Morris  <rgm@gnu.org>
10736         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10738 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
10740         Obsolete alias inactivate-current-input-method-function (Bug#10150).
10741         * international/mule-cmds.el: Create
10742         inactivate-current-input-method-function as an obsolete alias for
10743         deactivate-current-input-method-function.  See Katsumi Yamaoka in
10744         <http://bugs.gnu.org/10150#46>.
10746 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10748         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10749         of nested `if's.
10751 2012-08-01  Glenn Morris  <rgm@gnu.org>
10753         * progmodes/autoconf.el (autoconf-definition-regexp):
10754         Add AH_TEMPLATE, adjust submatch numbering.
10755         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10756         (autoconf-current-defun-function): Update for above change.
10757         (autoconf-current-defun-function): First skip to end of current word.
10759 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
10761         * calendar/cal-html.el (cal-html-insert-agenda-days):
10762         Fix typo.  (Bug#12018)
10764 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10766         Shell processes: enhancements to startup and CEDET compatibility.
10767         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10768         (python-shell-make-comint): accept-process-output at startup.
10769         (run-python-internal): Set inferior-python-mode-hook to nil.
10770         (python-shell-internal-get-or-create-process): call sit-for.
10771         (python-preoutput-result): Add obsolete alias.
10772         (python-shell-internal-send-string): Use it.
10773         (python-shell-send-setup-code): Remove call to
10774         accept-process-output.
10776 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
10778         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10779         (Bug#12108)
10781 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
10783         * calc-mode.el (calc-basic-simplification-mode): Rename from
10784         `calc-limited-simplification-mode'.
10785         (calc-alg-simplification-mode): New function.
10786         (calc-set-simplify-mode): Adjust message.
10788         * calc.el (calc-set-mode-line): Adjust mode line display for
10789         basic simplification mode.
10791         * calc-help.el (calc-m-prefix-help): Update help message.
10793         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10794         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10796 2012-07-31  Bastien Guerry  <bzg@gnu.org>
10798         * man.el (man): Fix comment.  (bug#12101)
10800 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
10802         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10803         Don't return a non-nil value when no suitable buffer was found.
10805 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10807         * progmodes/python.el (run-python-internal): Disable font lock for
10808         internal shells.
10810 2012-07-30  Stefan Merten  <smerten@oekonux.de>
10812         * textmodes/rst.el: Silence `checkdoc-ispell'.
10813         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10814         (rst-official-version, rst-official-cvs-rev)
10815         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10816         (rst-mode-map): New key binding.
10818 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
10820         Update .PHONY listings in makefiles.
10821         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10822         autoloads, update-subdirs, updates, bzr-update, update-authors,
10823         compile-onefile, compile-calc, backup-compiled-files,
10824         compile-after-backup, compile-one-process, mh-autoloads,
10825         bootstrap-clean, distclean, maintainer-clean.
10827 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10829         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10830         (calc-set-mode-line): Don't display "AlgSimp ".
10832         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10833         (calc-lim-simplify-mode): New function.
10834         (calc-set-simplify-mode): Default to 'alg.
10835         (calc-default-simplify-mode): Make algebraic simplifications
10836         the default.
10838         * calc/calc-ext.el (calc-init-extensions): Remove binding for
10839         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
10841         * calc/calc-help.el (calc-m-prefix-help): Change messages to
10842         indicate new simplification modes.
10844         * calc/README: Mention new default simplification mode.
10846         * calc/calc.el (math-normalize-error): New variable.
10847         (math-normalize): Set `math-normalize-error' to t
10848         when there's an error.
10850         * calc/calc-alg.el (math-simplify): Don't simplify when
10851         `math-normalize' returns an error.
10853 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
10855         * international/mule-cmds.el (set-locale-environment): Revert last
10856         change, since display-graphic-p returns nil when this function is
10857         called during startup.  Instead...
10859         * term/w32console.el (terminal-init-w32console): ...setup the
10860         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
10862 2012-07-29  Juri Linkov  <juri@jurta.org>
10864         * simple.el (goto-line): Don't display default line number in the
10865         prompt because it should be displayed by `read-number' (bug#9952).
10866         Add the current line number to the defaults of `goto-line' to
10867         allow its easier modification by users with `M-n' (bug#9201).
10869         * subr.el (read-number): Support multiple default values like in
10870         other minibuffer reading functions.  Replace `read' with
10871         `string-to-number' for consistency with `number-to-string'.
10873 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
10875         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10876         * emulation/viper-init.el (viper-deactivate-input-method-action):
10877         Rename from viper-inactivate-input-method-action.
10878         (viper-deactivate-input-method):
10879         Rename from viper-inactivate-input-method.
10880         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10881         * international/mule-cmds.el (deactivate-input-method):
10882         Rename from inactivate-input-method.
10883         Also run input-method-deactivate-hook.
10884         (deactivate-current-input-method-function):
10885         Rename from inactivate-current-input-method-function.
10886         (input-method-deactivate-hook): New hook.
10887         (input-method-inactivate-hook): Mark obsolete.
10888         (inactivate-input-method): Mark obsolete.
10890         * international/quail.el (quail-activate):
10891         Also run quail-deactivate-hook.
10892         (quail-deactivate): Rename from quail-inactivate.
10893         * international/robin.el (robin-activate):
10894         Also run robin-deactivate-hook.
10895         (robin-deactivate): Rename from robin-inactivate.
10897 2012-07-29  Chong Yidong  <cyd@gnu.org>
10899         * simple.el (indicate-copied-region): New function.
10900         (kill-ring-save): Split off from here.
10902         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10903         (kill-rectangle): Set deactivate-mark to t on read-only error.
10905         * register.el (copy-to-register, copy-rectangle-to-register):
10906         Deactivate the mark, and use indicate-copied-region (Bug#10056).
10907         (append-to-register, prepend-to-register): Call indicate-copied-region.
10909 2012-07-29  Juri Linkov  <juri@jurta.org>
10911         * simple.el (async-shell-command-buffer): New defcustom.
10912         (shell-command): Use it.  (Bug#4719)
10914 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10916         * international/mule-cmds.el (set-locale-environment): In a
10917         console session on MS-Windows, set up keyboard and terminal
10918         encoding from the OEM codepage, not the ANSI codepage.
10919         (Bug#12055)
10921 2012-07-28  Chong Yidong  <cyd@gnu.org>
10923         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10924         gdb-get-location.
10926 2012-07-28  Leo Liu  <sdl.web@gmail.com>
10928         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10929         the alist (bug#12029).
10931 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10933         * makefile.w32-in (custom-deps, finder-data, updates, compile)
10934         (compile-always, compile-first)
10935         ($(lisp)/calendar/cal-loaddefs.el)
10936         ($(lisp)/calendar/diary-loaddefs.el)
10937         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10938         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10939         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10940         instead of on update-subdirs.
10941         (bootstrap-clean): Delete $(lisp)/subdirs.el.
10943 2012-07-28  Chong Yidong  <cyd@gnu.org>
10945         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10946         directory if vc-deduce-backend returns nil (Bug#7350).
10948         * simple.el (delete-trailing-lines): New option.
10949         (delete-trailing-whitespace): Obey it (Bug#11879).
10951 2012-07-28  David Engster  <deng@randomsample.de>
10953         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10954         Explanation of new 'symbol-qnames feature in doc-strings.
10955         (xml-maybe-do-ns): Return expanded names as plain symbols if
10956         'symbol-qnames was provided in XML-NS argument (Bug#11916).
10957         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10959 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10961         Consistent completion in inferior python with emacs -nw.
10962         * progmodes/python.el (inferior-python-mode): replace "<tab>"
10963         binding in inferior-python-mode-map with "\t".
10964         (python-shell-completion-complete-at-point)
10965         (python-completion-complete-at-point): Remove interactive spec.
10967 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10969         * calc/calccomp.el (math-compose-expr): Undo previous change.
10971 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10973         * progmodes/python.el (python-mode-map): Add keybinding for
10974         run-python.
10975         (python-shell-make-comint): Fix pop-to-buffer call.
10976         (run-python): Autoload.  New arg SHOW.
10977         (python-shell-get-or-create-process): Do not pop python process
10978         buffer.
10980 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
10982         * notifications.el (notifications-on-action-signal)
10983         (notifications-on-closed-signal): Use also the bus address for the map.
10984         (notifications-notify, notifications-close-notification)
10985         (notifications-get-capabilities): Add optional argument BUS.
10987 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
10989         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10990         Add support for the lstlisting and minted environments, and for the
10991         ctable macro.
10992         * textmodes/reftex.el (reftex-compile-variables): Also recognize
10993         labels written in keyvals syntax.
10995 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10997         * calc/calccomp.el (math-compose-expr): Use parentheses when
10998         there is a product in the denominator of a fraction.
11000 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
11002         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11003         ($(lisp)/calendar/diary-loaddefs.el)
11004         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11005         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11006         Fixes failures in parallel bootstrap because subdirs.el is being
11007         rewritten while the autoload files are built at the same time,
11008         which needs to load subdirs.el.
11010 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
11012         * mouse.el (popup-menu): Fix doc-string and re-indent code.
11013         (mouse-drag-line): Don't exit tracking when a switch-frame or
11014         switch-window event occurs (Bug#12006).
11016 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11018         * mouse.el (popup-menu): Fix last change.
11020 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11022         Autoload from Lisp with more care.  Follow aliases when looking for
11023         function properties.
11024         * subr.el (autoloadp): New function.
11025         (symbol-file): Use it.
11026         (function-get): New function.
11027         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11028         autoload-do-load.
11029         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11030         (lisp-indent-function):
11031         * emacs-lisp/gv.el (gv-get):
11032         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11033         * emacs-lisp/byte-opt.el (byte-optimize-form):
11034         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11035         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11036         Use function-get.
11037         * emacs-lisp/cl.el: Don't propagate function properties any more.
11039         * speedbar.el (speedbar-add-localized-speedbar-support):
11040         * emacs-lisp/disass.el (disassemble-internal):
11041         * desktop.el (desktop-load-file):
11042         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11043         (describe-function-1):
11044         * emacs-lisp/find-func.el (find-function-noselect):
11045         * emacs-lisp/elp.el (elp-instrument-function):
11046         * emacs-lisp/advice.el (ad-has-proper-definition):
11047         * apropos.el (apropos-safe-documentation, apropos-macrop):
11048         * emacs-lisp/debug.el (debug-on-entry):
11049         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11050         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11051         * calc/calc.el (name): Use autoloadp & autoload-do-load.
11053 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
11055         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11056         function, not an obsolete variable (Bug#12046).
11058 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
11060         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
11062 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
11064         * emacs-lisp/pp.el (pp-display-expression): Select old selected
11065         window only if it is still live (Bug#12034).
11067 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
11069         * subr.el (redirect-frame-focus): Add advertised calling
11070         convention (Bug#12030).
11072 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11074         Prefer typical American spelling for "acknowledgment".
11075         * vc/add-log.el (change-log-acknowledgment): Rename from
11076         change-log-acknowledgement, with an alias for the old name.
11078 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
11080         * calc-alg.el (math-simplify-divide): Don't cross multiply
11081         in an equation when the lhs is a variable.
11083 2012-07-24  Julien Danjou  <julien@danjou.info>
11085         * net/netrc.el (netrc-find-service-number, netrc-store-data):
11086         Remove, unused.
11088 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
11090         * startup.el (command-line): Don't display an empty user name in
11091         the error message about non-existent home directory, when
11092         init-file-user was set to an empty string.  See
11093         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11094         for the details and context.
11096 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
11098         * ses.el (ses-cell-formula-aset): New macro.
11099         (ses-cell-references-aset): New macro.
11100         (ses-cell-p): New function.
11101         (ses-rename-cell): Do no longer rely on complex operations like
11102         ses-cell-set-formula or ses-set-cell to change the cell and handle
11103         the undo at the same time, but rather use lower level new macros
11104         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11105         the undo directly.  Refresh the mode line.
11107 2012-07-21  Leo Liu  <sdl.web@gmail.com>
11109         * progmodes/cc-cmds.el (c-defun-name):
11110         Use match-string-no-properties instead for consistency.
11112 2012-07-20  Leo Liu  <sdl.web@gmail.com>
11114         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11115         (Bug#7879)
11117         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11119 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11121         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11122         * progmodes/bug-reference.el, misearch.el: Provide themselves
11123         (bug#11915).
11125         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11126         of narrowed buffer (bug#11966).
11128 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
11130         * ses.el (ses-rename-cell): Set new name also in reference list of
11131         cells of which the renamed cell depends.
11133 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
11135         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11136         to check whether menu-bar is shown or not.  If not shown,
11137         show the menu-bar as a popup menu instead of using tmm.
11138         * mouse.el (popup-menu): Accept `point' as `position' argument.
11140 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
11142         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11143         up inside string symbol literal (bug#11923).
11145 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
11147         * startup.el (fancy-startup-text): Read the whole tutorial, not
11148         just its first 256 bytes.  Prevents gibberish in display of the
11149         tutorial title.
11151 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
11153         Drop idle buffer compaction due to an absence of the
11154         proved efficiency.
11155         * compact.el: Remove.
11157 2012-07-19  Sam Steingold  <sds@gnu.org>
11159         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11160         vc-bzr-pull & vc-bzr-merge-branch.
11161         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11162         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11163         for consistency with compilation-error-regexp-alist.
11164         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11165         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11166         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11167         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11169 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11171         * emacs-lisp/chart.el: Use lexical-binding.
11172         (chart-emacs-storage): Don't hardcode the list of entries.
11174 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11176         Next round of tweaks caused by Fgarbage_collect changes.
11177         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11179 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11181         Compact buffers when idle.
11182         * compact.el: New file.
11184 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         * subr.el (eventp): Presume that if it looks vaguely like an event,
11187         it's an event (bug#10190).
11189 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11191         Enhancements to ppss related code (thanks Stefan).
11192         * progmodes/python.el (python-indent-context)
11193         (python-indent-calculate-indentation, python-indent-dedent-line)
11194         (python-indent-electric-colon, python-nav-forward-block)
11195         (python-mode-abbrev-table)
11196         (python-info-assignment-continuation-line-p): Simplify checks
11197         for ppss context.
11198         (python-info-continuation-line-p): Cleanup.
11199         (python-info-ppss-context): Do not catch 'quote.
11200         (python-info-ppss-context-type)
11201         (python-info-ppss-comment-or-string-p): Simplify.
11203 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11205         * progmodes/python.el: Enhancements to eldoc support.
11206         (python-info-current-symbol): New function.
11207         (python-eldoc-at-point): Use python-info-current-symbol.
11208         (python-info-current-defun): Fix cornercase on first defun scan.
11209         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11210         and signal error when no inferior python process is available.
11212 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
11214         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11215         assume it's always t.
11216         (vc-git-registered): Remove caching, the function is only called
11217         once.
11218         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11220 2012-07-18  Chong Yidong  <cyd@gnu.org>
11222         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11224         * simple.el (count-words): Report on narrowing (Bug#9959).
11226         * bindings.el: Bind M-= to count-words.
11228         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11230 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
11232         * progmodes/sh-script.el (sh-imenu-generic-expression):
11233         Capture a function with `function' keyword and without parentheses
11234         like "function FOO" (bug#11856).
11236 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
11238         * window.el (split-window-sensibly): Make WINDOW argument
11239         optional.
11241 2012-07-18  Chong Yidong  <cyd@gnu.org>
11243         * subr.el (keyboard-translate): Doc fix (Bug#7261).
11245         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11246         and make C-x 8 RET exit isearch (Bug#11439).
11248         * international/iso-transl.el: Move isearch-mode-map key
11249         definitions to isearch.el.
11251 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11253         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11254         (eieio-defclass): Use gv-define-setter when possible.
11256 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
11258         Reflect recent changes in Fgarbage_collect.
11259         * emacs-lisp/chart.el (chart-emacs-storage): Change to
11260         reflect new format of data returned by Fgarbage_collect.
11262 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11264         New utility functions + python-info-ppss-context fix (Bug#11910).
11265         * progmodes/python.el (python-info-beginning-of-block-statement-p)
11266         (python-info-ppss-comment-or-string-p): New functions.
11267         (python-info-ppss-context): Small fix for string check.
11269 2012-07-17  Juri Linkov  <juri@jurta.org>
11271         * dired-aux.el (dired-do-async-shell-command): Doc fix.
11272         (dired-do-async-shell-command): Don't add `*' at the end of the
11273         command (Bug#11815).
11274         (dired-do-shell-command): Doc fix.
11275         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11276         Join the individual commands using either "&" or ";" as the
11277         separator depending on the values of these trailing characters.
11278         At the end re-add the trailing "&".  (Bug#10598)
11280         * simple.el (async-shell-command): Sync the interactive spec with
11281         `shell-command'.  Doc fix.
11282         (shell-command): Doc fix.
11284 2012-07-17  Juri Linkov  <juri@jurta.org>
11286         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
11288 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11290         Final renames and doc fixes for movement commands (bug#11899).
11291         * progmodes/python.el (python-nav-beginning-of-statement):
11292         Rename from python-nav-statement-start.
11293         (python-nav-end-of-statement): Rename from
11294         python-nav-statement-end.
11295         (python-nav-beginning-of-block): Rename from
11296         python-nav-block-start.
11297         (python-nav-end-of-block): Rename from python-nav-block-end.
11299 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11301         * progmodes/python.el (python-shell-send-string-no-output):
11302         Allow accept-process-output to quit, keeping shell process ready for
11303         future interactions (Bug#11868).
11305 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11307         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11309         * emacs-lisp/elint.el (elint-find-args-in-code):
11310         Use help-function-arglist, so as to handle lexical byte-code.
11312         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11313         change (bug#11826).
11315 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11317         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11318         Avoid spuriously marking the buffer as modified because of c-is-sws.
11320         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11321         as not-a-comment (bug#11946).
11323         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11324         for uninterned vars.
11326         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11327         Use read-event since we don't really want to read chars but bytes.
11329         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11330         $$..$$ but also $..$ using regexps (bug#11953).
11331         Use tex-verbatim for \url and \path.
11332         (tex-font-lock-keywords): Define as defconst like the others.
11333         (tex-common-initialization): Don't use font-lock-syntax-table any more.
11335 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
11337         * international/mule-cmds.el (ucs-insert): Make it an obsolete
11338         alias for insert-char.
11340 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11342         * progmodes/python.el: Simplified imenu implementation.
11343         (python-nav-jump-to-defun): Remove command.
11344         (python-mode-map): Use `imenu' instead.
11345         (python-nav-list-defun-positions-cache)
11346         (python-imenu-include-defun-type, python-imenu-make-tree)
11347         (python-imenu-subtree-root-label, python-imenu-index-alist):
11348         Remove vars.
11349         (python-nav-list-defun-positions, python-nav-read-defun)
11350         (python-imenu-tree-assoc, python-imenu-make-element-tree)
11351         (python-imenu-make-tree, python-imenu-create-index):
11352         Remove functions.
11353         (python-mode): Update to interact with imenu by setting
11354         `imenu-extract-index-name-function' only.
11356 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11358         * progmodes/python.el: Enhancements to navigation commands.
11359         (python-nav-backward-sentence)
11360         (python-nav-forward-sentence): Remove.
11361         (python-nav-backward-statement, python-nav-forward-statement)
11362         (python-nav-statement-start, python-nav-statement-end)
11363         (python-nav-backward-block, python-nav-forward-block)
11364         (python-nav-block-start, python-nav-block-end)
11365         (python-nav-forward-sexp-function)
11366         (python-info-current-line-comment-p)
11367         (python-info-current-line-empty-p): New functions.
11368         (python-indent-context): Use `python-nav-statement-start'.
11370 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
11372         * eshell/em-ls.el (eshell/ls): Use `apply'.
11374         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11375         multi-hops, instead of Tramp internals.
11377         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11379         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11380         when F1 and F2 are located on different hosts.
11382 2012-07-14  Chong Yidong  <cyd@gnu.org>
11384         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11385         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11386         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11387         (xterm-mouse--read-event-sequence-1000)
11388         (xterm-mouse--read-event-sequence-1006): New functions.  For old
11389         mouse protocol, handle M-mouse-X events correctly.
11390         (xterm-mouse-event): New arg specifying mouse protocol.
11391         (turn-on-xterm-mouse-tracking-on-terminal)
11392         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11393         sequence to toggle extended coordinates on newer XTerms.
11394         This appears to be harmless on terminals which do not support this.
11396 2012-07-14  Leo Liu  <sdl.web@gmail.com>
11398         Add fringe bitmap indicators for flymake.  (Bug#11253)
11399         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11400         (flymake-make-overlay): New arg BITMAP.
11401         (flymake-error-bitmap, flymake-warning-bitmap)
11402         (flymake-fringe-indicator-position): New user variables.
11404         * fringe.el: New bitmap exclamation-mark.
11406 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
11408         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11409         also (Bug#7879).
11411 2012-07-14  Chong Yidong  <cyd@gnu.org>
11413         * electric.el (electric-pair-post-self-insert-function): Fix pair
11414         insertion in empty-region case (Bug#11520).
11416 2012-07-14  Chong Yidong  <cyd@gnu.org>
11418         * bindings.el: Consolidate ctl-x-r-map bindings.
11419         Bind copy-rectangle-as-kill to C-x r w.
11421         * rect.el, register.el: Move bindings to bindings.el.
11423 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
11425         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11427 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
11429         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
11431 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
11433         * bindings.el (top): Use `mapc' instead of `mapcar'.
11435         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11437 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
11439         * progmodes/sql.el (sql-comint): Suppress the check for program on
11440         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
11441         (Bug#11908)
11443 2012-07-13  Chong Yidong  <cyd@gnu.org>
11445         * bindings.el: Assign a non-nil permanent-local property to
11446         per-buffer variables which lack a default value (Bug#11930).
11448         * help-fns.el (describe-variable): In the "automatically becomes
11449         local" notice, take note of permanent-local variables.
11451 2012-07-13  Chong Yidong  <cyd@gnu.org>
11453         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
11454         to allow printing the message when called from Lisp.
11456         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11457         Remove toggle-read-only.
11459         * bs.el (bs-toggle-readonly):
11460         * buff-menu.el (Buffer-menu-toggle-read-only):
11461         Remove with-no-warnings around toggle-read-only.
11463         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11464         Remove with-no-warnings around toggle-read-only.
11465         (ffap-read-only, ffap-read-only-other-window)
11466         (ffap-read-only-other-frame): Callers changed.
11468         * help-mode.el: Don't require view package.
11469         (help-mode-finish): Set buffer-read-only instead of calling
11470         toggle-read-only.
11472         * bindings.el (mode-line-toggle-read-only):
11473         * dired.el (dired-toggle-read-only):
11474         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11475         with non-nil second arg.
11477         * emacs-lisp/eieio-custom.el (eieio-customize-object):
11478         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11479         directly.
11481 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
11483         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11484         not incf.
11486 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         More CL cleanups and reduction of use of cl.el.
11489         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11490         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11491         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11492         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11493         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11494         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11495         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11496         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11497         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11498         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11499         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11500         * eshell/em-cmpl.el, eshell/em-banner.el:
11501         * calendar/parse-time.el: Use cl-lib.
11502         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11503         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11504         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11505         * term/ns-win.el, term.el, shell.el, ps-samp.el:
11506         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11507         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11508         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11509         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11510         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11511         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11512         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11513         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11514         `lambda' rather than with `quote'.
11515         (eshell-do-opt): Adjust accordingly.
11516         (eshell-process-option): Simplify.
11517         * eshell/esh-var.el:
11518         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11519         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11520         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11521         to `pcase--dontcare'.
11522         * emacs-lisp/cl.el (labels): Mark obsolete.
11523         (cl--letf, letf): Move to cl-lib.
11524         (cl--letf*, letf*): Remove.
11525         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11526         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11527         (cl-progv): Rewrite.
11528         (cl--letf, cl-letf): Move from cl.el.
11529         (cl-letf*): New macro.
11530         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11532 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
11534         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11536 2012-07-11  Chong Yidong  <cyd@gnu.org>
11538         * vc/log-edit.el (log-edit-vc-backend): New variable.
11539         (log-edit): Doc fix.
11541         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
11542         argument of log-edit to set up all local variables.
11543         (vc-start-logentry): New optional arg specifying VC backend.
11545         * vc/vc.el (vc-checkin): Use it.
11546         (vc-deduce-fileset): Handle Log Edit buffers.
11547         (vc-diff): Make first argument optional too.
11549         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11551 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
11553         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11554         command, just in case.  The function is not needed anymore.
11555         (eshell-external-command): Do not call `eshell-remote-command'.
11557 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         Reduce use of (require 'cl).
11560         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11561         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11562         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11563         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11564         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11565         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11566         * battery.el, avoid.el, abbrev.el: Use cl-lib.
11567         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11568         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11569         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11570         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11571         * calculator.el, autorevert.el, apropos.el: Don't require CL.
11572         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11573         (byte-compile-unfold-bcf, byte-compile-check-variable):
11574         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11575         (byte-compile-nilconstp):
11576         * emacs-lisp/autoload.el (make-autoload): Use pcase.
11577         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11579         * emacs-lisp/gv.el (cond): Make it a valid place.
11580         (if): Simplify slightly.
11582         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11583         (pcase--self-quoting-p): New function.
11584         (pcase--u1): Use it.
11586 2012-07-10  Glenn Morris  <rgm@gnu.org>
11588         * emacs-lisp/authors.el (authors-fixed-entries):
11589         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11591 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11593         Rename configure.in to configure.ac (Bug#11603).
11594         * emacs-lisp/authors.el (authors-canonical-file-name):
11595         * progmodes/autoconf.el (autoconf-mode):
11596         Prefer configure.ac to configure.in.
11598 2012-07-08  Chong Yidong  <cyd@gnu.org>
11600         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11601         Implement the mouse-1-click-follows-link handling properly.
11603         * info.el (Info-link-keymap): Use follow-link mechanism for
11604         header-line links (Bug#374).
11606         * simple.el (deactivate-mark): Do not set the primary selection
11607         if another program has acquired it (Bug#11772).
11609 2012-07-07  Kevin Ryde  <user42@zip.com.au>
11611         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11612         (woman-decode-region): Replace escaped-escapes without destroying
11613         bold or underline (Bug#11552).
11614         (woman2-process-escapes): Handle nofill regions (Bug#11591).
11616 2012-07-07  Chong Yidong  <cyd@gnu.org>
11618         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11619         (interprogram-cut-function, interprogram-paste-function):
11620         Mention that we typically mean the clipboard.
11622 2012-07-06  Glenn Morris  <rgm@gnu.org>
11624         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
11626         * files.el (toggle-read-only): Restrict message to interactive use.
11628 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
11630         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11632         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11634 2012-07-06  Glenn Morris  <rgm@gnu.org>
11636         * Makefile.in (compile-one-process): Rename from "recompile".
11638         * Makefile.in (bzr-update): "compile" is the same as "recompile
11639         autoloads", but parallelizable, so use that instead.
11641 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
11643         * window.el (quit-window): Always restore window height when
11644         it's saved in quit-restore parameter (Bug#11810).
11646 2012-07-06  Glenn Morris  <rgm@gnu.org>
11648         * simple.el (kill-whole-line): Doc tweak.
11650 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
11652         * files.el (file-relative-name): Compare file names
11653         case-insensitively if on MS-Windows or MS-DOS, or if
11654         read-file-name-completion-ignore-case is non-nil.  Don't use
11655         case-fold-search for this purpose.  (Bug#11827)
11657 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
11659         * calendar/cal-dst.el (calendar-current-time-zone):
11660         Return calendar-current-time-zone-cache if non-nil.
11662 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
11663 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
11665         * calendar/cal-dst.el (calendar-current-time-zone):
11666         Return calendar-current-time-zone-cache if non-nil.
11668 2012-07-06  Glenn Morris  <rgm@gnu.org>
11670         * Makefile.in (cvs-update): Remove old alias.
11672 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
11674         Sync with Tramp 2.2.6-pre.
11676         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11677         compatible declaration.
11679         * net/tramp-cmds.el (tramp-append-tramp-buffers):
11680         Protect `list-load-path-shadows' call.
11682         * net/tramp-compat.el (top): Require packages, which aren't
11683         autoloaded anymore for XEmacs.  Protect call of
11684         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11685         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
11686         it hurts at least for SXEmacs.
11687         (tramp-compat-temporary-file-directory): In XEmacs, there is no
11688         standard-value for `temporary-file-directory'.
11690         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11691         Redirect stderr to /dev/null.
11692         (tramp-sh-handle-write-region): uid and gid can be floats.
11693         Reported by Russell Sim <russell.sim@gmail.com>.
11694         (tramp-sh-handle-vc-registered): Hide errors.
11695         (tramp-vc-file-name-handler): Use dummy results for `process-file'
11696         and `start-file-process'.
11697         (tramp-maybe-open-connection): Check also whether `non-essential'
11698         is bound.
11700 2012-07-04  Chong Yidong  <cyd@gnu.org>
11702         * xml.el (xml--parse-buffer): Use xml-syntax-table.
11703         (xml-parse-tag): Likewise, and avoid changing entity tables.
11704         (xml-syntax-table): Define from scratch, making sure not to give
11705         x2000 and other Unicode spaces whitespace syntax, since those are
11706         not spaces in XML.
11707         (xml-parse-fragment): Delete unused function.
11708         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11709         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11710         (xml-entity-ref, xml-pe-reference-re)
11711         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11712         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11713         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11714         (xml-entity-value-re): Use syntax references in regexps where
11715         possible; no need to define inside a let-binding.
11716         (xml-parse-dtd): Use xml-pe-reference-re.
11717         (xml-entity-or-char-ref-re): New defconst.
11718         (xml-parse-string, xml-substitute-special): Use it.
11720 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * files.el (locate-dominating-file): Allow `name' to be a predicate.
11723         (find-file--read-only): New function.
11724         (find-file-read-only, find-file-read-only-other-window)
11725         (find-file-read-only-other-frame): Use it.
11726         (insert-file-contents-literally): Don't `fset'.
11727         (get-free-disk-space): Use locate-dominating-file.
11729         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11730         function is already compiled.
11732         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
11734 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
11736         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11737         files on the same host.
11739 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
11741         * help-fns.el (describe-function-1): Only call
11742         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
11744 2012-07-03  Chong Yidong  <cyd@gnu.org>
11746         * xml.el: Protect parser against XML bombs.
11747         (xml-entity-expansion-limit): New variable.
11748         (xml-parse-string, xml-substitute-special): Use it.
11749         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11751 2012-07-03  Glenn Morris  <rgm@gnu.org>
11753         * progmodes/bug-reference.el (bug-reference-bug-regexp):
11754         Allow linking to specific messages in debbugs reports (eg 123#5).
11756 2012-07-02  Chong Yidong  <cyd@gnu.org>
11758         * xml.el: Fix entity and character reference expansion, allowing
11759         them to expand into markup as per XML spec.
11760         (xml-default-ns): New variable.
11761         (xml-entity-alist): Use XML spec definitions for lt and amp.
11762         (xml-parse-region): Make first two arguments optional.
11763         Discard text properties.
11764         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11765         All callers changed.
11766         (xml-parse-tag): Call xml-parse-tag-1.  For backward
11767         compatibility, this function should not modify buffer contents.
11768         (xml-parse-tag-1): Fix opening-tag regexp.
11769         (xml-parse-string): Rewrite, handling entity and character
11770         references properly.
11771         (xml--entity-replacement-text): Signal an error if a parameter
11772         entity is undefined.
11774 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * comint.el (comint-output-filter): Filter out repeated prompts.
11778         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11779         and file-name-absolute-p.
11780         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11781         internal calls.
11783 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11785         Spelling fixes.
11786         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11787         Rename from byte-compile--refiy-function.  All uses changed.
11789 2012-07-01  Chong Yidong  <cyd@gnu.org>
11791         * xml.el (xml--parse-buffer): New function.  Move most of
11792         xml-parse-region here.
11793         (xml-parse-region): Copy region into a temporary buffer, since
11794         parameter entity substitution requires changing buffer contents.
11795         Use xml--parse-buffer.
11796         (xml-parse-file): Use xml--parse-buffer.
11797         (xml-parse-dtd): Make parameter entity substitution work right.
11798         Use proper regexps for ELEMENT declarations (Bug#7172).
11800 2012-06-30  Glenn Morris  <rgm@gnu.org>
11802         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11804         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11805         Remove outdated and unnecessary dbus declarations.
11807 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
11809         * emacs-lisp/timer.el (timer-until): Subtract results of
11810         float-time, instead of taking float-time of the result of
11811         time-subtract, since float-time signals an error for negative time
11812         arguments.
11814 2012-06-30  Chong Yidong  <cyd@gnu.org>
11816         * xml.el (xml-*-re): Convert defvars into defconsts, and
11817         eval-and-compile them so eval-and-compile works on derivatives.
11818         (xml--entity-replacement-text): Use eval-and-comple.
11820 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
11822         * vc/vc-git.el (vc-git-registered): Use cache property
11823         `git-registered'.
11824         (vc-git-mode-line-string): Call `vc-working-revision' instead of
11825         `vc-git-working-revision' in order to benefit from the cache.
11826         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
11828 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11830         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11831         removed (likely outside Emacs).  (Bug#11757)
11833 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11835         * emacs-lisp/cl-lib.el: Require macroexp.
11837 2012-06-30  Chong Yidong  <cyd@gnu.org>
11839         * xml.el: Implement XML parameter entities.
11840         (xml-parameter-entity-alist): New variable.
11841         (xml-parse-region, xml-parse-fragment): Preserve previous values
11842         of xml-entity-alist and xml-parameter-entity-alist, so that
11843         repeated calls on different documents do not change them.
11844         (xml-parse-tag): Fix doctype regexp.
11845         (xml--entity-replacement-text): New function.
11846         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
11847         properly requires url retrieval which is unimplemented.
11848         (xml-escape-string): Doc fix.
11850 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11854 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
11856         * fringe.el (fringe-mode): Doc fix.
11858 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
11860         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11861         is non-nil.
11862         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11863         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
11865 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
11867         * calendar/cal-dst.el (calendar-current-time-zone):
11868         Return calendar-current-time-zone-cache if non-nil.
11870 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
11872         * progmodes/which-func.el (which-func-format):
11873         Add mouse-face.  (Bug#11698)
11875 2012-06-29  Leo Liu  <sdl.web@gmail.com>
11877         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11879 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11881         * minibuffer.el (minibuffer-confirm-exit-commands):
11882         Add completion-at-point (bug#11725).
11884 2012-06-29  Glenn Morris  <rgm@gnu.org>
11886         * progmodes/f90.el (f90-font-lock-keywords-2):
11887         Add some preprocessor elements.  (Bug#10499)
11889 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11891         * progmodes/cperl-mode.el (cperl-update-syntaxification):
11892         Use syntax-propertize (bug#11739).
11894 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
11896         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11898 2012-06-28  Julien Danjou  <julien@danjou.info>
11900         * term.el (term-handle-colors-array): Use a set of new faces to
11901         color the terminal.  Also uses :inverse-video property.
11902         (term-default-fg-color): Set to nil by default, deprecate in favor
11903         of `term-face'.
11904         (term-default-bg-color): Set to nil by default, deprecate in favor
11905         of `term-face'.
11906         (term-current-face): Use `term-face' by default.
11907         (term-bold-attribute): Variable deleted.
11909 2012-06-28  Glenn Morris  <rgm@gnu.org>
11911         * simple.el (completion-list-mode-finish):
11912         Don't use toggle-read-only.  (Since completion-list-mode has
11913         a special mode-class, it wasn't doing anything extra anyway.)
11915 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         Make inlining of other-mode interpreted functions work (bug#11799).
11918         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11919         (byte-compile): Use it to fix compilation of lexical-binding closures.
11920         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11921         function, if needed.
11923 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11925         * help-mode.el (help-make-xrefs): Don't just withstand
11926         cyclic-variable-indirection but any error in documentation-property.
11928         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11929         memory use.
11930         * bindings.el (bindings--define-key): New function.
11931         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11932         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11933         * bindings.el: Use it to purecopy define-key bindings.
11935         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11937         * emacs-lisp/cl.el (flet): Mark obsolete.
11938         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11939         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11940         * progmodes/js.el (js-c-fill-paragraph):
11941         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11942         (ebrowse-switch-member-buffer-to-derived-class):
11943         * play/5x5.el (5x5-solver): Use cl-flet.
11945         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
11946         (cl--symbol-function): New macro.
11947         (cl--letf, cl--letf*): Use it.
11949         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11950         Strip "toggle-" if any.
11952 2012-06-27  Glenn Morris  <rgm@gnu.org>
11954         * info.el (Info-default-directory-list): Move here from paths.el.
11955         * paths.el: Remove file, which is now empty.
11956         * loadup.el: No longer load "paths".
11958         * custom.el (custom-initialize-delay): Doc fix.
11960         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11961         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11962         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11963         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11964         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11965         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11966         * eshell/eshell.el (eshell-defgroup): Remove alias.
11968 2012-06-27  Chong Yidong  <cyd@gnu.org>
11970         * help.el (help-enable-auto-load): New variable.
11972         * help-fns.el (help-fns--autoloaded-p): New function.
11973         (describe-function-1): Refer to a function as "autoloaded" if it
11974         was autoloaded at any time in the past.  Perform autoloading if
11975         help-enable-auto-load is non-nil.
11977 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
11979         * makefile.w32-in (compile, compile-always): Depend on
11980         update-subdirs, not on subdirs.el.  Otherwise, several different
11981         sub-targets of 'bootstrap' running in parallel could
11982         simultaneously write to subdirs.el, producing a garbled file.
11984 2012-06-26  Sam Steingold  <sds@gnu.org>
11986         * files.el (file-name-base): New convenience function.
11987         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11988         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11989         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11990         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11991         * textmodes/ispell.el, textmodes/reftex-ref.el:
11992         * textmodes/tex-mode.el: Use it.
11993         Did not touch cedet and org because they are maintained elsewhere.
11995 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
11997         * calendar/calendar.el (calendar-exit): Don't try to delete or
11998         iconify last frame.  See:
11999         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12001 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
12003         * server.el (server-process-filter): Remember dir in the
12004         process's `server-client-directory' properties.
12006 2012-06-24  Chong Yidong  <cyd@gnu.org>
12008         * xml.el (xml-parse-tag): Correctly handle comment embedded in
12009         non-tag text.
12011 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
12013         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12015 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * help-fns.el (describe-variable): Don't croak when doc is not found.
12018         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12019         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12020         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12021         * emacs-lisp/smie.el (smie-next-sexp): CSE.
12022         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12023         ((lambda ..) ..).
12024         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12026 2012-06-23  Chong Yidong  <cyd@gnu.org>
12028         * info.el (Info-mouse-follow-link): Accept symbol values of
12029         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
12030         (Info-fontify-node): Use Info-link-keymap for all navigation
12031         buttons, with link-args property to perform the desired action.
12032         (Info-link-keymap): Doc fix.
12033         (Info-next-link-keymap, Info-prev-link-keymap)
12034         (Info-up-link-keymap): Delete now-unused keymaps.
12036 2012-06-23  Chong Yidong  <cyd@gnu.org>
12038         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12040         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12041         system abbrevs.
12043         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12045 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12047         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12048         (bug#11719).
12050         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12051         the requote function doesn't work properly (bug#11714).
12053 2012-06-23  Glenn Morris  <rgm@gnu.org>
12055         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12057 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12059         Further GV/CL cleanups.
12060         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12061         gv-expander.
12062         (gv--defun-declaration): New function.
12063         (defun-declarations-alist): Use it.
12064         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12065         (gv-place): Autoload.
12066         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12067         original definition of dotimes and dolist.
12068         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12069         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12070         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12071         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12072         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12073         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12074         to the function's definition.
12075         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12076         * window.el:
12077         * files.el:
12078         * faces.el:
12079         * env.el: Don't use CL.
12081 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12083         Support higher-resolution time stamps (Bug#9000).
12085         * calendar/time-date.el (with-decoded-time-value): New arg
12086         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
12087         (encode-time-value): New optional arg PICO.  New type 3.
12088         (time-to-seconds) [!float-time]: Support the new picoseconds
12089         component if it's used.
12090         (seconds-to-time, time-subtract, time-add):
12091         Support ps-resolution time stamps as well.
12093         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
12094         (timerp): Timer vectors now have length 9, not 8.
12095         (timer--time): Support new-style (4-part) time stamps.
12096         (timer-next-integral-multiple-of-time): Time stamps now have
12097         picosecond resolution, so take a bit more care about rounding.
12098         (timer-relative-time, timer-inc-time): New optional arg psecs.
12099         (timer-set-time-with-usecs): Set psecs to 0.
12100         (timer--activate): Check psecs component, too.
12102         * proced.el (proced-time-lessp): Support ps-resolution stamps.
12104 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12106         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12107         Move the non-essential binding to the post/pre-command-hook where it is
12108         more obviously correct.
12110         * subr.el (read-passwd): Don't use a history at all.
12111         * savehist.el (savehist-save): Remove password saved accidentally
12112         because of the above bug.
12114 2012-06-22  Bastien Guerry  <bzg@gnu.org>
12116         * files.el (toggle-read-only): Display a message telling whether
12117         the buffer is read-only or not (bug#11726).
12119 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12121         * emacs-lisp/gv.el: New file.
12122         * subr.el (push, pop): Extend to generalized variables.
12123         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12124         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12125         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
12126         gv-define-simple-setter, and gv-define-expander.
12127         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
12128         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12129         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12130         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12131         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12132         gv-letplace.
12133         (cl-defstruct): Don't define setf-method any more.
12134         * emacs-lisp/cl.el (flet): Don't autoload.
12135         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12136         (define-setf-expander, defsetf, define-modify-macro)
12137         (cl-struct-setf-expander): Move from cl-lib.el.
12138         * emacs-lisp/syntax.el:
12139         * emacs-lisp/ewoc.el:
12140         * emacs-lisp/smie.el:
12141         * emacs-lisp/cconv.el:
12142         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12143         (timer--time): Use gv-define-simple-setter.
12144         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12145         to avoid coding-system problems in subr.el.  Adjust all users.
12146         (macroexp--maxsize, macroexp-small-p): New functions.
12147         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12148         * scroll-bar.el (scroll-bar-mode):
12149         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12150         (normal-erase-is-backspace-mode): Don't use the `eq' place.
12151         * winner.el (winner-configuration, winner-make-point-alist)
12152         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12153         * files.el (locate-file-completion-table): Avoid list*.
12155 2012-06-22  Chong Yidong  <cyd@gnu.org>
12157         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12158         (dired-create-files): Doc fix (Bug#11329).
12159         (dired-do-copy): Doc fix (Bug#11334).
12160         (dired-mark-read-string): Doc fix (Bug#11553).
12162         * dired.el (dired-recursive-copies, dired-recursive-deletes):
12163         Doc fix (Bug#11326).
12164         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
12165         (dired-dwim-target): Doc fix.
12167         * wdired.el (wdired-mode): Doc fix.
12169 2012-06-22  Glenn Morris  <rgm@gnu.org>
12171         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12172         (pcmpl-rpm-cache-stamp-file): New constant.
12173         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12174         (pcmpl-rpm-packages): Optionally cache list of packages.
12176         * pcmpl-rpm.el (pcmpl-rpm): New group.
12177         (pcmpl-rpm-query-options): New option.
12178         (pcmpl-rpm-packages): No need to inline it.
12179         Use pcmpl-rpm-query-options.
12181         * calendar/calendar.el (calendar-in-read-only-buffer):
12182         Avoid some needless mode changes.
12184 2012-06-21  Chong Yidong  <cyd@gnu.org>
12186         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12187         (desktop-path): Remove . from the default value (Bug#10977).
12188         (desktop-read): Use user-emacs-directory if desktop-path is nil.
12190 2012-06-20  Chong Yidong  <cyd@gnu.org>
12192         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12194 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
12196         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12197         (bug#11201).
12199 2012-06-20  Chong Yidong  <cyd@gnu.org>
12201         * term.el (term-window-width): Handle the case of a missing right
12202         fringe (Bug#8837).
12203         (term-check-size): Use window-text-height (Bug#5445).
12204         (term-mode): Use define-derived-mode.  Minor cleanups.
12205         Set font-lock-defaults (Bug#7692).
12206         (term-move-columns, term-insert-char, term-emulate-terminal)
12207         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12209 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
12211         * net/ange-ftp.el (ange-ftp-get-passwd):
12212         Bind `enable-recursive-minibuffers'.
12213         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12215 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
12217         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12219 2012-06-19  Glenn Morris  <rgm@gnu.org>
12221         * progmodes/python.el (python-mode): Derive from prog-mode.
12223 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
12225         * emulation/edt.el (edt-default-menu-bar-update-buffers)
12226         (edt-user-menu-bar-update-buffers): New functions.
12227         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12229 2012-06-19  Chong Yidong  <cyd@gnu.org>
12231         * subr.el (with-selected-window): Preserve the selected window's
12232         terminal's top-frame (Bug#4702).
12234         * window.el (save-selected-window): Likewise.
12236 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * progmodes/python.el (python-rx-constituents): Move backquote.
12239         (python-skeleton-define, python-define-auxiliary-skeleton):
12240         Use `declare'.
12242 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
12244         * minibuffer.el (read-file-name-default): Revert the patch from
12245         2012-06-17.
12247 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12249         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12250         (pcase--u1, pcase--q1): Don't use apply-partially.
12252 2012-06-18  Glenn Morris  <rgm@gnu.org>
12254         * progmodes/python.el (python-proc, python-buffer)
12255         (python-send-receive, python-send-string): Fix obsolete versions.
12257 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
12259         * window.el (special-display-p): Completely remove stringp
12260         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12262 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
12264         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12266         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12268         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12269         * net/tramp-sh.el (tramp-maybe-open-connection):
12270         Throw if `non-essential' is non-nil.
12272 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
12274         * window.el (special-display-p): Signal an error if BUFFER-NAME
12275         is not a string (Bug#11713).
12277 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
12279         * progmodes/python.el (python-info-beginning-of-backslash):
12280         Rename from python-info-beginning-of-backlash, as a spelling fix.
12282 2012-06-17  Chong Yidong  <cyd@gnu.org>
12284         * term.el (term-emulate-terminal): If term-check-size is called,
12285         move point to the process mark without resetting point (Bug#4635).
12287 2012-06-17  Glenn Morris  <rgm@gnu.org>
12289         * international/mule-cmds.el (mule-menu-keymap)
12290         (set-language-environment, set-locale-environment): Doc tweaks.
12292 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
12294         * cus-face.el (custom-face-attributes): Add wave-style underline
12295         attribute.
12296         * faces.el (set-face-attribute): Update docstring to describe
12297         wave-style underline attribute.
12299 2012-06-16  Chong Yidong  <cyd@gnu.org>
12301         * term/xterm.el (terminal-init-xterm): Discard input before
12302         querying background mode (Bug#10959).
12304 2012-06-16  Stefan Merten  <smerten@oekonux.de>
12306         * textmodes/rst.el: Added and corrected some comments.
12307         (rst-re-alist-def): Improve symbol syntax.
12308         (rst-mode-syntax-table): Correct syntax entries.
12309         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12310         (rst-official-version, rst-official-cvs-rev): Update version
12311         information.
12313 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
12315         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12316         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12318 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12320         * progmodes/python.el: New python.el merge.
12321         (python-guess-indent): Obsolete var.
12322         (python-indent-guess-indent-offset): New defcustom.
12323         (python-indent): Obsolete var.
12324         (python-indent-offset): New defcustom.
12325         (python-python-command, python-jython-command): Delete var.
12326         (python-shell-interpreter): New defcustom.
12327         (python-pdbtrack-do-tracking-p): Delete var.
12328         (python-pdbtrack-activate): New defcustom.
12329         (python-use-skeletons): Obsolete var.
12330         (python-skeleton-autoinsert): New defcustom.
12331         (inferior-python-filter-regexp, python-continuation-offset)
12332         (python-honour-comment-indentation, python-indent-string-contents)
12333         (python-jython-packages, python-mode-hook)
12334         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12335         (python-shell-prompt-alist)
12336         (python-source-modes): Delete defcustoms.
12337         (python-check-buffer-name, python-eldoc-setup-code)
12338         (python-eldoc-string-code, python-ffap-setup-code)
12339         (python-ffap-string-code, python-fill-comment-function)
12340         (python-fill-decorator-function, python-fill-paren-function)
12341         (python-fill-string-function, python-imenu-include-defun-type)
12342         (python-imenu-make-tree, python-imenu-subtree-root-label)
12343         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12344         (python-shell-compilation-regexp-alist)
12345         (python-shell-completion-module-string-code)
12346         (python-shell-completion-pdb-string-code)
12347         (python-shell-completion-setup-code)
12348         (python-shell-completion-string-code)
12349         (python-shell-enable-font-lock, python-shell-exec-path)
12350         (python-shell-extra-pythonpaths)
12351         (python-shell-internal-buffer-name, python-shell-interpreter-args)
12352         (python-shell-process-environment)
12353         (python-shell-prompt-block-regexp)
12354         (python-shell-prompt-output-regexp)
12355         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12356         (python-shell-send-setup-max-wait, python-shell-setup-codes)
12357         (python-shell-virtualenv-path): New defcustoms.
12358         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12359         (inferior-python-mode-syntax-table, python--prompt-regexp)
12360         (python-buffer, python-command python-python-command)
12361         (python-default-template, python-imports, python-indent-index)
12362         (python-indent-list, python-indent-list-length)
12363         (python-mode-running, python-pdbtrack-is-tracking-p)
12364         (python-preoutput-continuation, python-preoutput-leftover)
12365         (python-preoutput-result, python-preoutput-skip-next-prompt)
12366         (python-prev-dir/file, python-recursing)
12367         (python-saved-check-command, python-version-checked)
12368         (python-which-func-length-limit)
12369         (view-return-to-alist): Delete vars.
12370         (python-check-custom-command, python-dotty-syntax-table)
12371         (python-imenu-index-alist, python-indent-current-level)
12372         (python-indent-dedenters, python-indent-levels)
12373         (python-nav-beginning-of-defun-regexp)
12374         (python-nav-list-defun-positions-cache)
12375         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12376         (python-shell-internal-buffer)
12377         (python-skeleton-available): New vars.
12378         (def-python-skeleton): Delete macro.
12379         (python-skeleton-define): New macro.
12380         (python-define-auxiliary-skeleton, python-rx): New macros.
12381         (python-insert-class): Delete command.
12382         (python-skeleton-class): New command.
12383         (python-insert-def): Delete command.
12384         (python-skeleton-def): New command.
12385         (python-insert-for): Delete command.
12386         (python-skeleton-for): New command.
12387         (python-insert-if): Delete command.
12388         (python-skeleton-if): New command.
12389         (python-insert-try/except, python-insert-try/finally): Delete commands.
12390         (python-skeleton-try): New command.
12391         (python-insert-while): Delete command.
12392         (python-skeleton-while): New command.
12393         (python-backspace): Delete command.
12394         (python-indent-dedent-line-backspace): New command.
12395         (python-electric-colon): Delete command.
12396         (python-indent-electric-colon): New command.
12397         (python-guess-indent): Delete command.
12398         (python-indent-guess-indent-offset): New command.
12399         (python-shift-left): Delete command.
12400         (python-indent-shift-left): New command.
12401         (python-shift-right): Delete command.
12402         (python-indent-shift-right): New command.
12403         (python-find-function): Delete command.
12404         (python-nav-jump-to-defun): New command.
12405         (python-next-statement): Delete command.
12406         (python-nav-forward-sentence): New command.
12407         (python-previous-statement): Delete command.
12408         (python-nav-backward-sentence): New command.
12409         (python-fill-paragraph): Delete command.
12410         (python-fill-paragraph-function): New command.
12411         (python-send-buffer): Delete command.
12412         (python-shell-send-buffer): New command.
12413         (python-send-defun): Delete command.
12414         (python-shell-send-defun): New command.
12415         (python-send-region, python-send-region-and-go): Delete commands.
12416         (python-shell-send-region)
12417         (python-shell-switch-to-shell): New commands.
12418         (python-send-string): Delete command.
12419         (python-shell-send-string): New command.
12420         (python-switch-to-python): Delete command.
12421         (python-shell-switch-to-shell): New command.
12422         (python-describe-symbol): Delete command.
12423         (python-eldoc-at-point): New command.
12424         (python--set-prompt-regexp, python-args-to-list)
12425         (python-after-info-look, python-check-version)
12426         (python-check-comint-prompt, python-find-imports)
12427         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12428         (python-unload-function, python-expand-template)
12429         (python-maybe-jython, python-preoutput-filter)
12430         (python-pdbtrack-get-source-buffer)
12431         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12432         (python-pdbtrack-toggle-stack-tracking)
12433         (python-pdbtrack-track-stack-file, python-initial-text)
12434         (python-first-word, python-comment-line-p, python-send-command)
12435         (python-setup-brm, python-sentinel, python-set-proc)
12436         (python-skip-out, python-input-filter, python-outdent-p)
12437         (python-outline-level, python-backslash-continuation-line-p)
12438         (python-end-of-block, python-end-of-statement, python-mark-block)
12439         (python-beginning-of-block, python-beginning-of-statement)
12440         (python-blank-line-p, python-beginning-of-string)
12441         (python-open-block-statement-p): Delete functions.
12442         (python-indent-line, python-indent-line-1): Delete functions.
12443         (python-indent-line): New function.
12444         (python-indentation-levels): Delete function.
12445         (python-indent-calculate-levels): New function.
12446         (python-proc): Delete function.
12447         (python-shell-get-process): New function.
12448         (python-send-receive): Delete function.
12449         (python-shell-send-string-no-output): New function.
12450         (python-module-path): Delete function.
12451         (python-ffap-module-path): New function.
12452         (python-completion-at-point)
12453         (python-symbol-completions): Delete functions.
12454         (python-completion-complete-at-point): New function.
12455         (python-load-file): Delete function.
12456         (python-shell-send-file): New function.
12457         (python-calculate-indentation): Delete function.
12458         (python-indent-calculate-indentation): New function.
12459         (python-skip-comments/blanks): Delete function.
12460         (python-util-forward-comment): New function.
12461         (python-continuation-line-p): Delete function.
12462         (python-info-continuation-line-p): New function.
12463         (python-which-func, python-current-defun): Delete function.
12464         (python-info-current-defun): New function.
12465         (python-beginning-of-defun): Delete function.
12466         (python-nav-beginning-of-defun): New function.
12467         (python-close-block-statement-p)
12468         (python-block-end-p): Delete function.
12469         (python-info-closing-block): New function.
12470         (python-comint-output-filter-function)
12471         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12472         (python-fill-comment, python-fill-decorator, python-fill-paren)
12473         (python-fill-string, python-imenu-make-element-tree)
12474         (python-imenu-make-tree, python-imenu-tree-assoc)
12475         (python-indent-context, python-indent-dedent-line)
12476         (python-indent-line-function)
12477         (python-indent-post-self-insert-function)
12478         (python-indent-toggle-levels)
12479         (python-info-assignment-continuation-line-p)
12480         (python-info-beginning-of-backlash)
12481         (python-info-block-continuation-line-p)
12482         (python-info-closing-block-message)
12483         (python-info-line-ends-backslash-p)
12484         (python-info-looking-at-beginning-of-defun)
12485         (python-info-ppss-context, python-info-ppss-context-type)
12486         (python-nav-list-defun-positions, python-nav-read-defun)
12487         (python-nav-sentence-end, python-nav-sentence-start)
12488         (python-pdbtrack-comint-output-filter-function)
12489         (python-pdbtrack-set-tracked-buffer)
12490         (python-shell-calculate-exec-path)
12491         (python-shell-calculate-process-environment)
12492         (python-shell-completion--do-completion-at-point)
12493         (python-shell-completion--get-completions)
12494         (python-shell-completion-complete-at-point)
12495         (python-shell-completion-complete-or-indent)
12496         (python-shell-get-or-create-process)
12497         (python-shell-get-process-name)
12498         (python-shell-internal-get-or-create-process)
12499         (python-shell-internal-get-process-name)
12500         (python-shell-internal-send-string, python-shell-make-comint)
12501         (python-shell-parse-command, python-shell-send-setup-code)
12502         (python-skeleton-add-menu-items)
12503         (python-util-clone-local-variables, python-util-position)
12504         (run-python-internal, python-indentation-levels)
12505         (python-nav-beginning-of-defun)
12506         (python-completion-complete-at-point): New functions.
12507         (run-python): Change arguments.  New API requirements.
12509 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12512         (bug#11649).
12514         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12515         (macroexp--expand-all): Use it.
12517         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12518         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12519         Use `cl-function' instead.
12521 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
12523         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12524         Suggested by Stefan Monnier while discussing bug#11657.
12526 2012-06-14  Sam Steingold  <sds@gnu.org>
12528         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12530 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12532         * play/doctor.el (doctor-doc): Remove parameter and use
12533         doctor-sent instead of sent.
12534         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
12536 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * files.el: Require cl-lib.
12539         (file-name-non-special): Replace case -> cl-case.
12541         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12543         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12544         mapping from #' to function*.
12546 2012-06-13  Chong Yidong  <cyd@gnu.org>
12548         * mouse.el (mouse-drag-track): Do not set the mark if the user
12549         releases the mouse without selecting anything (Bug#11588).
12551 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12553         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12554         as well (bug#11646).
12556         * loadup.el: Count byte-code functions as well.
12558         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12559         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12561         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12562         (bug#11649).  Add cl-defun and cl-defmacro.
12564 2012-06-13  Drew Adams  <drew.adams@oracle.com>
12566         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12567         Fix last change.
12569 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
12571         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12572         Otherwise, it blocks in batch mode.
12574 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
12576         * help-mode.el (bookmark-make-record-default): Declare.
12578 2012-06-13  Chong Yidong  <cyd@gnu.org>
12580         * emacs-lisp/package.el (list-packages): Compute a list of
12581         packages that are newly-available since the last list-packages
12582         invocation.
12583         (package-menu--new-package-list): New var.
12584         (package-menu--generate, package-menu--print-info)
12585         (package-menu--status-predicate, package-menu-mark-install):
12586         Handle new status label "new".
12588 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12590         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12591         conversion to backquotes.
12593 2012-06-12  Chong Yidong  <cyd@gnu.org>
12595         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12596         Rename from gud-inhibit-global-bindings.
12598         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12600         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12601         hook from nxml-glyph-set-hook.
12603         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12604         declaration.
12606         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12608         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12609         Convert to defcustom.
12611 2012-06-12  Drew Adams  <drew.adams@oracle.com>
12613         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12614         New functions.
12615         (help-mode): Use them.
12617 2012-06-11  Glenn Morris  <rgm@gnu.org>
12619         * progmodes/fortran.el (fortran-font-lock-keywords-3):
12620         Use preprocessor face for directives.
12621         (fortran-directive-re): Doc fix.
12623 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12625         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12626         conversion to backquotes (bug#11652).
12628         Fix compiler-expansion of CL's cXXr functions (bug#11673).
12629         * emacs-lisp/cl-lib.el (cl--defalias): New function.
12630         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12631         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12632         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12633         (cl-ninth, cl-tenth): Mark them as inlinable.
12634         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12635         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12636         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12637         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12638         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12639         (cl-list*, cl-adjoin): Don't put an autoload manually.
12640         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12641         (cl--compiler-macro-list*): Add autoload cookie.
12642         (cl--compiler-macro-cXXr): New function.
12644         * help-fns.el (help-fns--compiler-macro): New function extracted from
12645         describe-function-1; follow aliases and use `compiler-macro' property.
12646         (describe-function-1): Use it.
12648 2012-06-11  Chong Yidong  <cyd@gnu.org>
12650         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12651         is uninstalled, if imagemagick is installed.
12653 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12655         * emacs-lisp/cl-lib.el: Use lexical-binding.
12656         (cl-map-extents, cl-maclisp-member): Remove.
12657         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12658         (cl--set-substring, cl--block-wrapper, cl--block-throw)
12659         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12660         * emacs-lisp/cl-extra.el: Use lexical-binding.
12661         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12662         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12663         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12664         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12665         * emacs-lisp/cl-seq.el: Use lexical-binding.
12666         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12667         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12668         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12669         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12670         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12671         CL's internals.
12673 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
12675         Sync with Tramp 2.2.6-pre.
12677         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12678         `print-length' and `print-level' to nil, in order to avoid
12679         truncation.  Reported by Christopher Schmidt
12680         <christopher@ristopher.com>.
12682         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12684         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12685         New defmacro.
12686         (tramp-compat-copy-directory): Add optional argument
12687         COPY-CONTENTS.  It is not handled yet.
12689         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12690         (tramp-ftp-file-name-p): Simplify.
12692         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12693         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12694         connection vector.
12696         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12697         (tramp-methods): Do not use `tramp-password-end-of-line'.
12698         (tramp-completion-function-alist-putty): Handle UNIX case.
12699         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12700         (tramp-do-file-attributes-with-stat)
12701         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12702         gid as real numbers.  They could run out of integer range on cygwin.
12703         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12704         (tramp-sh-handle-expand-file-name): Handle hops.
12705         (tramp-open-connection-setup-interactive-shell):
12706         Use `tramp-cleanup'.  Move check for busyboxes ...
12707         (tramp-find-shell): ... here.  Simplify implementation.
12708         Set "remote-shell" property also for alternative shells.
12709         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12710         If failing, a regular file would be written otherwise.
12711         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12712         (tramp-find-inline-encoding): Cache the coding commands in the
12713         process cache.  Apply test command on the remote side, if defined.
12714         (tramp-find-inline-compress): Cache the compress commands in the
12715         process cache.
12716         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12717         when requested.  Handle hops.
12718         (tramp-current-connection): New defvar.
12719         (tramp-maybe-open-connection): Use `tramp-cleanup'.
12720         Throw `suppress', if there was a failed connection shortly before.
12721         Handle user interrupt.  (Bug#10187)
12722         (tramp-get-inline-compress, tramp-get-inline-coding):
12723         Read connection properties from the process cache.
12725         * net/tramp-smb.el (tramp-smb-server-version)
12726         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12727         New defconsts.
12728         (tramp-smb-prompt): Extend for powershell prompt.
12729         (tramp-smb-file-name-handler-alist): Add handlers for
12730         `process-file', `shell-command' and `start-file-process'.
12731         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12732         (tramp-smb-winexe-shell-command-switch): New defcustoms.
12733         (tramp-smb-file-name-p): Simplify.
12734         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12735         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12736         (tramp-smb-shell-quote-argument): New defuns.
12737         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12738         Implement using "tar".  By this, time-stamps are preserved.
12739         (tramp-smb-handle-copy-file): Handle also the case of directories.
12740         (tramp-smb-do-file-attributes-with-stat)
12741         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12742         Use `tramp-get-connection-buffer').
12743         (tramp-smb-handle-rename-file): Use "rename", when source and
12744         target are on the same share.
12745         (tramp-smb-maybe-open-connection): Handle wrong passwords.
12746         Use `tramp-smb-server-version'.
12747         (tramp-smb-wait-for-output): Remove prompt.
12749         * net/tramp.el (top): Require 'cl.
12750         (tramp-methods, tramp-rsh-end-of-line):
12751         Remove `tramp-password-end-of-line' from docstring.
12752         (tramp-save-ad-hoc-proxies): New defcustom.
12753         (tramp-completion-function-alist): Adapt docstring.
12754         (tramp-default-password-end-of-line): Remove defcustom.
12755         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
12756         (tramp-user-regexp, tramp-file-name-regexp-unified)
12757         (tramp-file-name-regexp-url): Extend regexp by hop separator.
12758         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12759         (tramp-remote-file-name-spec-regexp): New defconst.
12760         (tramp-file-name-structure): Extend structure for hops.
12761         (tramp-get-method-parameter): Move up.
12762         (tramp-file-name-p, tramp-dissect-file-name)
12763         (with-parsed-tramp-file-name): Handle hops.
12764         (tramp-file-name-hop): New defun.
12765         (tramp-make-tramp-file-name): New optional arg HOP.
12766         (tramp-message-show-progress-reporter-message): New defvar.
12767         (tramp-with-progress-reporter): Use it.  We cannot use
12768         `tramp-message-show-message' here, because this suppresses also
12769         error buffers.
12770         (tramp-error-with-buffer): Suppress buffer view, if
12771         `tramp-message-show-message' is nil.
12772         Use `tramp-get-connection-buffer'.
12773         (tramp-cleanup): New defun.
12774         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12775         (tramp-file-name-handler): If `debug-on-error' is set, propagate
12776         an error unchanged.
12777         (tramp-completion-handle-file-name-all-completions): Handle hops.
12778         Fix an error when called from ido.
12779         (tramp-completion-dissect-file-name): Use better local variable
12780         name.  Add hop to the vector.
12781         (tramp-handle-insert-file-contents): Use progress-reporter for the
12782         whole scenario.
12783         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12784         to `t'.
12785         (tramp-check-for-regexp): Simplify search.
12786         (tramp-enter-password): Remove it.  Move implementation ...
12787         (tramp-action-password): ... here.
12788         (tramp-mode-string-to-int, tramp-local-host-p)
12789         (tramp-make-tramp-temp-file, tramp-read-passwd)
12790         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12791         Set tramp-autoload cookie.
12793         * net/trampver.el: Update release number.
12795 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12796             Michael Albinus  <michael.albinus@gmx.de>
12798         * net/tramp.el (tramp-set-completion-function): Fix docstring.
12799         (tramp-parse-group, tramp-parse-file)
12800         (tramp-parse-shostkeys-sknownhosts): New defuns.
12801         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12802         (tramp-parse-shosts-group, tramp-parse-sconfig)
12803         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12804         (tramp-parse-sknownhosts, tramp-parse-hosts)
12805         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12806         Use them.
12807         (tramp-parse-passwd-group, tramp-parse-netrc-group)
12808         (tramp-parse-putty-group): Don't narrow.
12809         (tramp-parse-putty): Make a loop.
12810         (tramp-file-name-handler): Catch the `suppress' signal.
12812 2012-06-11  Chong Yidong  <cyd@gnu.org>
12814         * image.el (imagemagick-register-types): Put the ImageMagick entry
12815         at the end of image-type-file-name-regexps.
12817 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
12819         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12820         (pcase, pcase-let*, pcase-dolist): Use them.
12822 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12824         * emacs-lisp/pcase.el (pcase--let*): New function.
12825         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
12826         (pcase--expand): Use macroexp-let².
12828 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12830         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12831         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12832         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12833         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12834         * emacs-lisp/derived.el: Use pcase instead of `cl'.
12835         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12837 2012-06-10  Glenn Morris  <rgm@gnu.org>
12839         * mail/rmail.el (rmail-yank-current-message): Leave point at
12840         correct position.  (Bug#11660)
12842 2012-06-10  Chong Yidong  <cyd@gnu.org>
12844         * allout-widgets.el: Fix code header.
12846 2012-06-10  Chong Yidong  <cyd@gnu.org>
12848         * cus-edit.el (customize-changed-options-previous-release):
12849         Bump to 24.1.
12851 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
12853         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12855 2012-06-09  Chong Yidong  <cyd@gnu.org>
12857         * ebuff-menu.el (electric-buffer-list): Preserve header line.
12859 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
12861         * window.el (special-display-popup-frame): Don't use
12862         window--display-buffer (Bug#11651).
12864 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
12866         Fix parallel builds: make sure loaddefs.el is not being written
12867         while Lisp files are compiled.
12868         (compile): Don't depend on 'mh-autoloads'.
12869         (compile-CMD, compile-SH): Depend on 'autoloads'.
12870         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12872         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
12874 2012-06-09  Chong Yidong  <cyd@gnu.org>
12876         * face-remap.el (face-remap-add-relative, face-remap-set-base)
12877         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12878         Doc fixes (Bug#11225).
12880 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12882         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12883         a function if there's a clear indication that it has a compiler-macro.
12884         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12885         (macro-declarations-alist): Add arglist to declaration functions.
12886         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12887         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12888         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12889         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12890         Also add autoload to find the compiler macro.
12891         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12892         (cl--compiler-macro-member, cl--compiler-macro-assoc)
12893         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12894         (cl--compiler-macro-get): New functions, replacing calls to
12895         cl-define-compiler-macro.
12896         (cl-typep) [compiler-macro]: Use macroexp-let².
12898 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
12900         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12901         string properly, fixes Bug#11473.
12903 2012-06-08  Chong Yidong  <cyd@gnu.org>
12905         * faces.el (set-face-attribute): Doc fix.
12906         (modify-face): Don't use :bold and :italic.
12907         (error, warning, success): Tweak definitions.
12909         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12910         (custom-modified, custom-set, custom-changed, custom-themed)
12911         (custom-saved, custom-button, custom-button-mouse)
12912         (custom-button-pressed, custom-state, custom-comment-tag)
12913         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12914         (custom-group-subtitle): Use new-style face specs.
12915         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12916         (custom-set-face, custom-changed-face, custom-saved-face)
12917         (custom-button-face, custom-button-pressed-face)
12918         (custom-documentation-face, custom-state-face)
12919         (custom-comment-face, custom-comment-tag-face)
12920         (custom-variable-tag-face, custom-variable-button-face)
12921         (custom-face-tag-face, custom-group-tag-face-1)
12922         (custom-group-tag-face): Remove obsolete face alias.
12924         * epa.el (epa-validity-high, epa-validity-medium)
12925         (epa-validity-low, epa-mark, epa-field-name, epa-string)
12926         (epa-field-name, epa-field-body):
12927         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12928         (font-lock-keyword-face, font-lock-builtin-face)
12929         (font-lock-function-name-face, font-lock-variable-name-face)
12930         (font-lock-type-face, font-lock-constant-face):
12931         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12932         (ido-virtual, ido-indicator, ido-incomplete-regexp):
12933         * speedbar.el (speedbar-button-face, speedbar-file-face)
12934         (speedbar-directory-face, speedbar-tag-face)
12935         (speedbar-selected-face, speedbar-highlight-face)
12936         (speedbar-separator-face):
12937         * whitespace.el (whitespace-newline, whitespace-space)
12938         (whitespace-hspace, whitespace-tab, whitespace-trailing)
12939         (whitespace-line, whitespace-space-before-tab)
12940         (whitespace-space-after-tab, whitespace-indentation)
12941         (whitespace-empty):
12942         * emulation/cua-base.el (cua-global-mark):
12943         * eshell/em-prompt.el (eshell-prompt):
12944         * net/newst-plainview.el (newsticker-new-item-face)
12945         (newsticker-old-item-face, newsticker-immortal-item-face)
12946         (newsticker-obsolete-item-face, newsticker-date-face)
12947         (newsticker-statistics-face, newsticker-default-face):
12948         * net/newst-reader.el (newsticker-feed-face)
12949         (newsticker-extra-face, newsticker-enclosure-face):
12950         * net/newst-treeview.el (newsticker-treeview-face)
12951         (newsticker-treeview-new-face, newsticker-treeview-old-face)
12952         (newsticker-treeview-immortal-face)
12953         (newsticker-treeview-obsolete-face)
12954         (newsticker-treeview-selection-face):
12955         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12956         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12957         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12958         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12959         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12960         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12961         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12962         (mpuz-text):
12963         * progmodes/vera-mode.el (vera-font-lock-number)
12964         (vera-font-lock-function, vera-font-lock-interface):
12965         * textmodes/table.el (table-cell): Use new-style face specs, and
12966         don't use the old :bold and :italic attributes.
12968         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12969         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12970         (ebrowse-member-class, ebrowse-progress): Likewise.
12971         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12972         (ebrowse-file-name-face, ebrowse-default-face)
12973         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12974         (ebrowse-progress-face): Remove obsolete faces.
12976         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12977         Inherit from error and warning faces respectively.
12979         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12980         Likewise.
12981         (flyspell-incorrect-face, flyspell-duplicate-face):
12982         Remove obsolete aliases.
12984 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
12986         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12987         Avoid infloop.
12989 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12991         * startup.el (argv, argi): Make lexically scoped.
12992         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12993         * emacs-lisp/cl-macs.el: Use lexical-binding.
12994         Rename cl-bind-* to cl--bind-*.
12995         * files.el: Don't require `cl' since it doesn't use it.
12996         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12998 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
13000         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13001         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13002         instead of calling external sort utility.
13003         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13005 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
13007         * descr-text.el (describe-char): Mention how to insert the
13008         character, if the current input method doesn't support it.
13009         See the discussion in this thread for the details:
13010         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13012 2012-06-08  Sam Steingold  <sds@gnu.org>
13014         * bindings.el (global-map): Bind XF86Forward to next-buffer and
13015         XF86Back to previous-buffer.
13016         (minibuffer-local-map): Bind them to next-history-element and
13017         previous-history-element respectively.
13018         * help-mode.el (help-mode-map): Bind them to help-go-forward and
13019         help-go-back respectively.
13020         * info.el (Info-mode-map): Bind them to Info-history-forward and
13021         Info-history-back respectively.
13022         These are the keys next to Up on the ThinkPad keyboard.
13024 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13026         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13027         * emacs-lisp/cl-macs.el: Provide itself.
13028         (cl--labels-convert-cache): New var.
13029         (cl--labels-convert): New function.
13030         (cl-flet, cl-labels): New implementation with new semantics, relying on
13031         lexical-binding.
13032         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13033         (cl-closure-vars, cl--function-convert-cache)
13034         (cl--function-convert): Move from cl-macs.el.
13035         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13036         rename by removing the "cl-" prefix.
13037         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13039 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13041         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13042         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13043         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13044         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13045         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13046         (cl-hash-table-count): Add old compatibility aliases.
13048         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13049         Use macroexpand-all-environment instead.
13050         (cl--old-macroexpand): New var.
13051         (cl--sm-macroexpand): New function.
13052         (cl-symbol-macrolet): Use it during macro expansion.
13053         (cl--function-convert-cache): New var.
13054         (cl--function-convert): New function, extracted from
13055         cl-macroexpand-all.
13056         (cl-lexical-let): Use it.
13058         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13059         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13060         (cl-member): Remove old alias.
13062         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13063         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13064         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13065         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13066         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13067         (cl-macroexpand-cmacs): Remove var.
13068         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13069         Use macroexpand-all instead.
13071 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13073         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13074         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13075         (macroexp-copyable-p): New functions and macros.
13076         * emacs-lisp/edebug.el (edebug-unwrap):
13077         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13078         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13079         (pcase--let*): Remove.
13080         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13081         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
13082         macroexp-const-p instead.
13083         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13085         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13086         instead of "cl-" for internal definitions.  Use macroexp-const-p.
13087         (cl-old-bc-file-form): Remove var.
13088         (cl-const-exprs-p): Remove fun.
13089         (cl-labels, cl-macrolet): Use backquote.
13090         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
13091         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13092         (cl-define-setf-expander): Rename from cl-define-setf-method.
13093         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13095         * international/mule-cmds.el: Don't require CL.
13096         (view-hello-file): Don't use `letf'.
13098 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13100         * tmm.el (tmm-prompt): Use string-prefix-p.
13101         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13102         (tmm-add-prompt): Use minibuffer-completion-help.
13103         (tmm-delete-map): Remove.
13105         * subr.el (kbd): Make it its own function.
13107 2012-06-07  Stefan Merten  <smerten@oekonux.de>
13109         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13110         Silence compiler warnings.  Fix versions.
13111         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13112         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13113         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13114         (rst-package-emacs-version-alist): Correct Emacs version to
13115         represent major merge with upstream.
13116         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13118 2012-06-06  Glenn Morris  <rgm@gnu.org>
13120         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13121         Only print environment variables if set.
13123 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13125         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13126         (macroexp--cons): Rename from maybe-cons.
13127         (macroexp--accumulate): Rename from macroexp-accumulate.
13128         (macroexp--all-forms): Rename from macroexpand-all-forms.
13129         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13130         (macroexp--expand-all): Rename from macroexpand-all-1.
13132 2012-06-06  Sam Steingold  <sds@gnu.org>
13134         * calendar/calendar.el (calendar-in-read-only-buffer):
13135         Call `special-mode' to enable the standard read-only keybindings.
13137 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13139         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13140         with "loading" messages (bug#11635).
13142 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
13144         * files.el (enable-remote-dir-locals): New option.
13145         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
13147         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13148         Ensure, that the temp directory is local.
13150         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13151         `temporary-file-directory'.
13153         * progmodes/python.el (python-send-region): Ensure, that the
13154         temporary file is created also in the remote case.
13156 2012-06-06  Glenn Morris  <rgm@gnu.org>
13158         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13159         (vc-rcs-update-changelog): Use it.
13161         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13163         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13164         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13165         (vc-sccs-diff): Replace use of the external vcdiff script.
13167 2012-06-05  Glenn Morris  <rgm@gnu.org>
13169         * ledit.el: Move to obsolete/.
13171 2012-06-05  Sam Steingold  <sds@gnu.org>
13173         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13174         patch (Bug#11140).
13176 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13178         * emacs-lisp/cust-print.el: Move to obsolete.
13180         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13181         compiler-macro expansion.
13183         Add native compiler-macro support.
13184         * emacs-lisp/macroexp.el (macroexpand-all-1):
13185         Support compiler-macros directly.  Properly follow aliases and apply
13186         the compiler macros more thoroughly.
13187         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13188         macroexpand now properly follows aliases.
13189         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13190         (cl-compiler-macroexpand): Use new prop.
13191         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13193         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13195 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
13197         * window.el (get-lru-window, get-mru-window, get-largest-window):
13198         New argument NOT-SELECTED to avoid picking the selected window.
13199         (window--display-buffer-1, window--display-buffer-2): Replace by
13200         new function window--display-buffer
13201         (display-buffer-same-window, display-buffer-reuse-window)
13202         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13203         Use window--display-buffer.
13204         (display-buffer-use-some-window): Remove temporary dedication
13205         hack by calling get-lru-window and get-largest-window with
13206         NOT-SELECTED argument non-nil.  Call window--display-buffer.
13208 2012-06-05  Glenn Morris  <rgm@gnu.org>
13210         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13211         Replace external vcdiff script.
13213 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13215         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13217 2012-06-04  Chong Yidong  <cyd@gnu.org>
13219         * image.el (imagemagick-types-inhibit): Revert last change.
13220         Add INFO and M.
13221         (imagemagick-enabled-types): Remove CIN and EPS*.
13223 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13225         * emacs-lisp/cl-lib.el: Rename from cl.el.
13226         * emacs-lisp/cl.el: New compatibility file.
13227         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13228         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13229         to obey the "cl-" prefix.
13230         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13232 2012-06-03  Glenn Morris  <rgm@gnu.org>
13234         * emacs-lisp/authors.el (authors-aliases): Addition.
13236         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13237         Fix :version.
13239 2012-06-03  Stefan Merten  <smerten@oekonux.de>
13241         * textmodes/rst.el: Add comments.
13242         (rst-transition, rst-adornment): New faces.
13243         (rst-adornment-faces-alist): Make default safe to reevaluate.
13244         Fixes
13245         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13246         Improve customization tags.
13247         (rst-define-level-faces): Clarify meaning.
13249 2012-06-03  Chong Yidong  <cyd@gnu.org>
13251         * progmodes/compile.el (compilation-mode-line-fail)
13252         (compilation-mode-line-run, compilation-mode-line-exit):
13253         New faces.
13254         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13256 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
13258         * progmodes/which-func.el (which-func-update-ediff-windows):
13259         New function.  Use it in ediff-select-hook (Bug#11478).
13261 2012-06-03  Chong Yidong  <cyd@gnu.org>
13263         * bindings.el: Remove explicit help text from format-mode-line.
13264         It is now supplied by mode-line-default-help-echo.
13265         (mode-line-front-space, mode-line-end-spaces)
13266         (mode-line-misc-info): New variables.
13267         (mode-line-modes, mode-line-position): Move the default value to
13268         the variable definition.
13269         (mode-line-default-help-echo): New defcustom.
13270         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13271         (mode-line-modified-help-echo): New functions.
13272         (mode-line-mule-info, mode-line-modified): Use them.
13273         (mode-line-eol-desc, propertized-buffer-identification):
13274         Consistency fixes for help text.
13275         (mode-line-coding-system-map): Allow using mouse-3 to invoke
13276         set-buffer-file-coding-system (Bug#289).
13277         (mode-line-mule-info-help-echo): Update help text.
13279 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13281         * simple.el (execute-extended-command): Set real-this-command
13282         (bug#11506).
13284 2012-06-02  Chong Yidong  <cyd@gnu.org>
13286         Remove incorrect uses of "modeline" in comments, docstrings, and
13287         function/variable names (Bug#10329).
13289         * cus-edit.el (mode-line):
13290         * dframe.el (dframe-mouse-hscroll):
13291         * emacs-lisp/re-builder.el:
13292         * emacs-lisp/easy-mmode.el (define-minor-mode):
13293         * frame.el (set-frame-name):
13294         * help.el (lookup-minor-mode-from-indicator):
13295         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13296         * progmodes/cc-cmds.el (c-toggle-auto-newline)
13297         (c-toggle-hungry-state):
13298         * progmodes/antlr-mode.el (antlr-language-alist):
13299         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13300         * progmodes/vhdl-mode.el (vhdl-mode):
13301         * progmodes/which-func.el (which-func, which-func-cleanup-function):
13302         * term/ns-win.el (ns-face-at-pos):
13303         * term/sup-mouse.el (sup-mouse-report):
13304         * textmodes/flyspell.el (flyspell-mode-line-string):
13305         * textmodes/ispell.el (ispell-highlight-face):
13306         * textmodes/reftex-global.el:
13307         * vc/vc-arch.el (vc-arch-mode-line-string):
13308         * vc/vc-cvs.el (vc-cvs-mode-line-string):
13309         * vc/vc-git.el (vc-git-mode-line-string):
13310         * vc/vc-hooks.el (vc-display-status)
13311         (vc-default-mode-line-string):
13312         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13314         * ansi-color.el (ansi-color-faces-vector): Change default faces.
13316         * dired.el (dired-sort-set-mode-line): Rename from
13317         dired-sort-set-modeline.  All callers changed.
13319         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13320         eshell-status-in-modeline.
13322         * foldout.el (foldout-mode-line-string): Rename from
13323         foldout-modeline-string.  All callers changed.
13324         (foldout-update-mode-line): Rename from foldout-update-modeline.
13326         * subr.el (redraw-modeline): Make into obsolete alias.
13328         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13329         timeclock-modeline-display.  Make old name an alias.
13330         (timeclock-update-mode-line): Likewise.  All callers changed.
13331         (timeclock-mode-line-display): No need to check before using
13332         add-hook.
13333         (timeclock-relative, timeclock-day-over-hook)
13334         (timeclock-use-elapsed, timeclock-mode-string)
13335         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13337         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13338         crisp-mode-modeline-string.
13340         * play/solitaire.el (solitaire-build-mode-line): Rename from
13341         solitaire-build-modeline.  All callers changed.
13343         * play/zone.el (zone-hiding-mode-line): Rename from
13344         zone-hiding-modeline.  All callers changed.
13345         (zone): Remove unusued `modeline-hidden-level' property.
13347         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13348         xscheme-modeline-initialize.  All callers changed.
13350         * strokes.el (strokes-lighter): Rename from
13351         strokes-modeline-string.
13353         * textmodes/sgml-mode.el (html-face-tag-alist)
13354         (html-tag-face-alist): Use mode-line face instead of obsolete
13355         alias modeline.
13357 2012-06-02  Stefan Merten  <smerten@oekonux.de>
13359         * textmodes/rst.el: Always require `cl'.
13360         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13362 2012-06-02  Chong Yidong  <cyd@gnu.org>
13364         * image.el (imagemagick-enabled-types): Rename from
13365         imagemagick-types-enable.  Add many more types.
13366         (imagemagick-types-inhibit): Change default to nil.
13367         (imagemagick-filter-types): Caller changed.
13369 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13371         * emacs-lisp/cl-macs.el: Use backquotes.
13372         (cl-transform-function-property): Use eval-and-compile rather than
13373         abusing `require'.
13374         (defstruct): Use declare-function instead of with-no-warnings.
13376         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13377         (byte-compile-output-docform): Re-add the print-circle bindings.
13378         (byte-compile-fix-header): Use #$ just because it's shorter.
13379         (byte-compile-output-file-form): Remove defun/defmacro.
13381 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
13383         * simple.el (choose-completion): Remove now obsolete binding for
13384         owindow.
13386 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
13388         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13389         in order to avoid "Stack overflow in regexp matcher".
13391 2012-05-31  Glenn Morris  <rgm@gnu.org>
13393         * image.el: For clarity, call imagemagick-register-types at
13394         top-level, rather than relying on a custom :initialize.
13395         (imagemagick-types-enable): New option.  (Bug#11557)
13396         (imagemagick-filter-types): New function.  (Bug#7406)
13397         (imagemagick-register-types): Use imagemagick-filter-types.
13398         If disabling support, remove elements altogether rather
13399         than using an impossible regexp.
13400         (imagemagick-types-inhibit): Give it the default init function.
13402 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13404         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13405         Handle arbitrary file name lengths (Bug#11585).
13407 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
13409         * desktop.el (desktop-read): Clear previous and next buffers for
13410         all windows and bury *Messages* buffer (bug#11556).
13412 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13414         Add `declare' for `defun'.  Align `defmacro's with it.
13415         * emacs-lisp/easy-mmode.el (define-minor-mode)
13416         (define-globalized-minor-mode): Don't autoload the var definitions.
13417         * emacs-lisp/byte-run.el: Use lexical-binding.
13418         (defun-declarations-alist, macro-declarations-alist): New vars.
13419         (defmacro, defun): Use them.
13420         (make-obsolete, define-obsolete-function-alias)
13421         (make-obsolete-variable, define-obsolete-variable-alias):
13422         Use `declare'.
13423         (macro-declaration-function): Mark obsolete.
13424         * emacs-lisp/autoload.el: Use lexical-binding.
13425         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
13427 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13429         * textmodes/ispell.el (ispell-with-no-warnings):
13430         Define as a macro.
13431         (ispell-kill-ispell, ispell-change-dictionary):
13432         Use `called-interactively-p' for Emacs instead of obsolete
13433         `interactive-p'.
13435 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13437         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13438         (macro-declaration-function): Move var from C code.
13439         (macro-declaration-function): Define function with defalias.
13440         * emacs-lisp/macroexp.el (macroexpand-all-1):
13441         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13442         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13443         defun/defmacro any more.
13444         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13445         Provide fallback for unknown arglist.
13446         (byte-compile-arglist-warn): Change calling convention.
13447         (byte-compile-output-file-form): Move print-vars binding.
13448         (byte-compile-output-docform): Simplify accordingly.
13449         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13450         (byte-compile-defmacro-declaration): Remove.
13451         (byte-compile-file-form-defmumble): Generalize to defalias.
13452         (byte-compile-output-as-comment): Return byte-positions.
13453         Simplify callers accordingly.
13454         (byte-compile-lambda): Use `assert'.
13455         (byte-compile-defun, byte-compile-defmacro): Remove.
13456         (byte-compile-file-form-defalias):
13457         Use byte-compile-file-form-defmumble.
13458         (byte-compile-defalias-warn): Remove.
13460 2012-05-29  Stefan Merten  <smerten@oekonux.de>
13462         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13463         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
13465         (rst-mode-abbrev-table): Merge definition.
13466         (rst-mode): Make sure `font-lock-defaults' is buffer local.
13467         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13469 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
13471         * calendar/icalendar.el
13472         (icalendar-export-region): Export UID properly.
13474 2012-05-29  Leo Liu  <sdl.web@gmail.com>
13475         * calendar/icalendar.el (icalendar-import-format):
13476         Add `icalendar-import-format-uid' (Bug#11525).
13477         (icalendar-import-format-uid): New.
13478         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13479         Export UID.
13481 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13483         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13484         different alternative patterns.
13485         (pcase-codegen): Be more careful to preserve identity.
13486         (pcase--u1): Don't forget to mark vars as used.
13488         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13489         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13490         (byte-compile-from-buffer): ...rather than here.
13492         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13493         functions from byte-compile-function-environment.
13495 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
13497         * window.el (window-deletable-p): Avoid deleting the root window
13498         of a frame with an active minibuffer.
13500 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
13502         * simple.el (choose-completion): Use quit-window (Bug#11567).
13504 2012-05-29  Chong Yidong  <cyd@gnu.org>
13506         * whitespace.el (whitespace-cleanup): Fix usage of
13507         whitespace-empty-at-bob-regexp (Bug#11492).
13509 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13511         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13512         revert (Bug#11488).
13514 2012-05-29  Juri Linkov  <juri@jurta.org>
13516         * isearch.el (isearch-mode-map): Bind `M-s _' to
13517         `isearch-toggle-symbol'.  Bind `M-s c' to
13518         `isearch-toggle-case-fold'.
13519         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13520         (isearch-forward): Add `M-s _' to the docstring.
13521         (isearch-forward-symbol, isearch-toggle-case-fold)
13522         (isearch-symbol-regexp): New functions.  (Bug#11381)
13524 2012-05-29  Juri Linkov  <juri@jurta.org>
13526         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
13527         (isearch-occur, isearch-search-and-update): If `isearch-word' is
13528         a function, call it to get the regexp.
13529         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13530         property `isearch-message-prefix' instead of the string "word ".
13531         (isearch-search-fun-default): For the case of `isearch-word',
13532         return a lambda that calls re-search-forward/re-search-backward
13533         with a regexp returned by `word-search-regexp' or by the function
13534         in `isearch-word'.
13536 2012-05-29  Juri Linkov  <juri@jurta.org>
13538         * isearch.el (isearch-search-fun-default): New function.
13539         (isearch-search-fun): Move default part to the new function
13540         `isearch-search-fun-default'.
13541         (isearch-search-fun-function): Set the default value to
13542         `isearch-search-fun-default'.  (Bug#11381)
13544         * comint.el (comint-history-isearch-end):
13545         Use `isearch-search-fun-default'.
13546         (comint-history-isearch-search): Use `isearch-search-fun-default'
13547         and remove spacial case for `isearch-word'.
13548         (comint-history-isearch-wrap): Remove spacial case for
13549         `isearch-word'.
13551         * hexl.el (hexl-isearch-search-function):
13552         Use `isearch-search-fun-default'.
13554         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13555         Use `word-search-regexp' for `isearch-word'.
13557         * misearch.el (multi-isearch-search-fun):
13558         Use `isearch-search-fun-default'.
13560         * simple.el (minibuffer-history-isearch-search):
13561         Use `isearch-search-fun-default' and remove spacial case for
13562         `isearch-word'.
13563         (minibuffer-history-isearch-wrap): Remove spacial case for
13564         `isearch-word'.
13566         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13567         Remove spacial case for `isearch-word'.
13568         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13570 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13572         Decrease XEmacs incompatibilities.
13573         * textmodes/flyspell.el (flyspell-check-pre-word-p):
13574         Use `string-match'.
13575         (flyspell-delete-region-overlays): Use alternative definition for
13576         XEmacs.
13577         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13578         (flyspell-word): Use `process-kill-without-query' if XEmacs.
13579         (flyspell-mode-on): Use `interactive-p' if XEmacs.
13580         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13581         `define-obsolete-face-alias' under XEmacs, but old method.
13583         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13584         `with-no-warnings' definition or Emacs alias.
13585         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13586         (ispell-word): Do not use `region-p' if XEmacs.
13588 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13590         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13591         Check for `ispell-dictionary-base-alist' instead of full
13592         `ispell-dictionary-alist'.
13593         (ispell-init-process): Show spellchecker when starting new Ispell
13594         process.
13596 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13598         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13599         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13601 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
13603         * version.el (motif-version-string, gtk-version-string)
13604         (ns-version-string): Declare.
13606 2012-05-27  Juri Linkov  <juri@jurta.org>
13608         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13609         after the `eval-defun-1' specialcaseing
13610         like in `edebug-eval-defun' (bug#10181).
13612         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13613         like in `eval-defun-1'.
13615 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
13617         * mail/sendmail.el (mail-yank-region):
13618         Recognize rmail-yank-current-message in addition to insert-buffer.
13619         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13620         a *mail* buffer created through rmail-start-mail with sendmail as
13621         mail-user-agent.
13623 2012-05-27  Chong Yidong  <cyd@gnu.org>
13625         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13626         Default to 256 (Bug#11267).
13628         * help.el (describe-mode): Doc fix.
13630 2012-05-26  Glenn Morris  <rgm@gnu.org>
13632         * w32-fns.el (w32-init-info): Remove.
13633         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13635         * info.el (info-initialize): For self-contained NS builds, put the
13636         included info/ directory at the front.  (Bug#2791)
13638         * paths.el (Info-default-directory-list): Make it a defcustom,
13639         mainly so that we can use custom-initialize-delay.
13641 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13643         * subr.el (buffer-has-markers-at): Mark obsolete.
13645         * subr.el (lambda): Use declare.
13647         * emacs-lisp/lisp-mode.el (lambda):
13648         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13650 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13652         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
13654 2012-05-26  Glenn Morris  <rgm@gnu.org>
13656         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13658 2012-05-25  Glenn Morris  <rgm@gnu.org>
13660         * paths.el: Remove no-byte-compile.
13661         * loadup.el: No need to load paths.el uncompiled.
13663         * image.el (imagemagick-types-inhibit): Doc fix.
13665         * version.el: Remove no-byte-compile and associated formatting.
13666         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
13667         is ancient code from when there was an "inc-vers.el".
13669 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13671         * progmodes/gdb-mi.el: Minor style changes.
13672         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13673         Turn into minor modes.
13674         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13675         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13676         (gdb-shell): Remove unneeded let-binding.
13677         (gdb-get-many-fields): Eliminate O(n²) behavior.
13679 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
13681         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13682         platforms that don't link in fontset.c.
13684 2012-05-25  Juri Linkov  <juri@jurta.org>
13686         Use the same diff color scheme as in modern VCSes (bug#10181).
13688         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13689         to avoid confusion with `diff-added' that now uses green colors.
13690         (diff-removed): Use shades of red.
13691         (diff-added): Use shades of green.
13692         (diff-changed): Leave just the yellow color.
13693         (diff-use-changed-face): New variable.
13694         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13695         how to highlight context diff changes.
13696         (diff-refine-change): Use shades of yellow.
13697         (diff-refine-removed): New face that uses shades of red.
13698         (diff-refine-added): New face that uses shades of green.
13699         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13700         `diff-refine-removed' in the call to `smerge-refine-subst'
13701         depending on the value of `diff-use-changed-face'.
13703         * vc/smerge-mode.el (smerge-mine): Use shades of red.
13704         (smerge-other): Use shades of green.
13705         (smerge-base): Use shades of yellow.
13706         (smerge-refined-change): Empty face.
13707         (smerge-refined-removed): New face that uses shades of red.
13708         (smerge-refined-added): New face that uses shades of green.
13709         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
13710         args `props-r' and `props-a', and use them.  Doc fix.
13711         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13712         on its value use different faces `smerge-refined-change',
13713         `smerge-refined-removed', `smerge-refined-added' in the call to
13714         `smerge-refine-subst'.
13716         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13717         Add face condition `min-colors 88' with shades of red.
13718         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13719         `min-colors 88' with shades of green.
13720         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13721         `min-colors 88' with shades of yellow.
13723 2012-05-24  Glenn Morris  <rgm@gnu.org>
13725         * paths.el (prune-directory-list, remote-shell-program): Move to...
13726         * files.el (prune-directory-list, remote-shell-program): ...here.
13727         For the latter, delay initialization, prefer ssh, just search PATH.
13729         * paths.el (term-file-prefix): Move to faces.el (the only user).
13730         * faces.el (term-file-prefix): Move here, make it a defcustom.
13732         * paths.el (news-directory, news-path, news-inews-program):
13733         Move to gnus/nnspool.el.
13735         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13737         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13738         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13739         Make the latter a defcustom, with a delayed initialization.
13741         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13742         These were deleted from Gnus itself late 2010.
13744 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
13746         * progmodes/which-func.el (which-func-ff-hook):
13747         Check against user-error, not error.
13749         * emacs-lisp/edebug.el (top): Do not load or set up loading of
13750         cl-specs.el, which no longer exists.
13752 2012-05-22  Glenn Morris  <rgm@gnu.org>
13754         * info.el (info-emacs-bug): New command.
13755         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13756         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13758 2012-05-21  Glenn Morris  <rgm@gnu.org>
13760         * makefile.w32-in (update-subdirs-SH):
13761         * Makefile.in (update-subdirs): Update for moved update-subdirs.
13763 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13765         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13767         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13768         Simplify Maven regexp, and make sure the file can't start with a space
13769         (bug#11517).
13771 2012-05-21  Glenn Morris  <rgm@gnu.org>
13773         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13774         Scrap superfluous subshells.
13776 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13778         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13779         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13781 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
13783         * calc/calc.el (calc-ensure-consistent-units): New variable.
13785         * calc/calc-units.el (math-consistent-units-p)
13786         (math-check-unit-consistency): New functions.
13787         (calc-quick-units, calc-convert-units):
13788         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13789         is non-nil.
13790         (calc-extract-units): Fix typo.
13792 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13794         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13796         * textmodes/flyspell.el: Commenting style, plus code simplifications.
13797         (flyspell-default-deplacement-commands): Don't spell check after
13798         repeated window/frame switches (e.g. triggered by mouse-movement).
13799         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13800         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13801         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13802         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13803         Remove unused vars.
13804         (flyspell-get-casechars, flyspell-get-not-casechars):
13805         Simplify; Don't bother removing a ] just to add it back.
13806         * textmodes/ispell.el (ispell-program-name): Use executable-find.
13808 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
13810         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13811         New functions.
13812         (math-function-table): Add support for more C functions.
13814 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13816         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13817         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13818         Protect delay handling for otherchars against empty otherchars.
13820 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13823         their respective macro declarations.
13824         * skeleton.el (define-skeleton):
13825         * progmodes/compile.el (define-compilation-mode):
13826         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13827         (define-ibuffer-filter):
13828         * emacs-lisp/generic.el (define-generic-mode):
13829         * emacs-lisp/easy-mmode.el (define-minor-mode)
13830         (define-globalized-minor-mode):
13831         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13832         * emacs-lisp/byte-run.el (defsubst):
13833         * custom.el (deftheme): Add doc-string metadata.
13835 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13837         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13839 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13841         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13843         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13844         * emacs-lisp/cl-macs.el: Idem.
13845         * emacs-lisp/cl-specs.el: Remove.
13847 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13849         Minor renaming of internal CL functions and variables.
13850         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13851         (cl--position): Rename from cl-position.
13852         (cl--delete-duplicates): Rename from cl-delete-duplicates.
13853         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13854         (cl--random-state): Rename from *random-state*.
13856 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13858         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13859         parens around the arg list (bug#11499).
13861 2012-05-17  Juri Linkov  <juri@jurta.org>
13863         * isearch.el (word-search-regexp, word-search-backward)
13864         (word-search-forward, word-search-backward-lax)
13865         (word-search-forward-lax): Move functions from search.c
13866         (bug#10145, bug#11381).
13868 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13870         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13871         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13872         Delay for otherchars as for normal word components.
13874 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13876         * minibuffer.el (completion--sifn-requote): Fix last change.
13877         (minibuffer-local-must-match-filename-map):
13878         Move define-obsolete-variable-alias before its var.
13880 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13882         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13884         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13885         behavior.
13886         (completion--string-equal-p): New function.
13887         (completion--twq-all): Use it to get better assertion failure data.
13889         Only handle ".." and '..' quoting in shell-mode (bug#11466).
13890         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13891         (shell--requote-argument): New functions.
13892         (shell-completion-vars): Use them.
13893         (shell--parse-pcomplete-arguments): Rename from
13894         shell-parse-pcomplete-arguments.
13895         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
13896         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13897         Obey comint-file-name-quote-list.
13899         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13900         (smie-indent-keyword): Use it.
13902 2012-05-14  Stefan Merten  <smerten@oekonux.de>
13904         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13906 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13908         * net/rlogin.el (rlogin-mode-map): Fix last change.
13910 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
13912         * mail/smtpmail.el (smtpmail-send-command): Send the command and
13913         the following \r\n using a single `process-send-string', since the
13914         Lotus SMTP server refuses to accept any commands if they are sent
13915         with two `process-send-string's (Bug#11444).
13917 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13919         * shell.el (shell-parse-pcomplete-arguments):
13920         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13922 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13924         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13925         (image-transform-scale, image-transform-right-angle-fudge): New vars.
13926         (image-transform-width, image-transform-fit-width): New functions.
13927         (image-transform-properties): Use them.
13928         (image-transform-check-size): New function.
13929         (image-toggle-display-image): Use it (for testing).
13930         (image-transform-set-rotation): Reduce angle mod 360.
13931         Delete obsolete comment.
13933 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13935         * image-mode.el: Fix scaling (bug#11399).
13936         (image-transform-resize): Doc fix.
13937         (image-transform-properties): Default scale is 1 and height should
13938         be an integer.
13940 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
13942         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13943         than hard-coding `car', to fix misbehavior when moving forward.
13945 2012-05-13  Chong Yidong  <cyd@gnu.org>
13947         * emacs-lisp/tabulated-list.el (tabulated-list-format)
13948         (tabulated-list-entries, tabulated-list-padding)
13949         (tabulated-list-sort-key): Make permanent-local.
13951         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13952         (electric-buffer-list): Put electric buffer menu
13953         command descriptions in this docstring, instead of the docstring
13954         of electric-buffer-menu-mode.  Code cleanups.
13955         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
13956         Electric-buffer-menu-mode.
13957         (electric-buffer-update-highlight): Minor code cleanup.
13959 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
13961         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13962         (Bug#11447)
13964 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13966         Move define-obsolete-variable-alias before the var's definition.
13967         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13968         * tooltip.el (tooltip-hook):
13969         * textmodes/reftex-toc.el (reftex-toc-map):
13970         * textmodes/reftex-sel.el (reftex-select-label-map)
13971         (reftex-select-bib-map):
13972         * textmodes/reftex-index.el (reftex-index-map)
13973         (reftex-index-phrases-map):
13974         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13975         * progmodes/meta-mode.el (meta-mode-map):
13976         * novice.el (disabled-command-hook):
13977         * loadhist.el (unload-hook-features-list):
13978         * frame.el (blink-cursor):
13979         * files.el (find-file-not-found-hooks, write-file-hooks)
13980         (write-contents-hooks):
13981         * emulation/tpu-edt.el (GOLD-map):
13982         * emacs-lock.el (emacs-lock-from-exiting):
13983         * emacs-lisp/generic.el (generic-font-lock-defaults):
13984         * emacs-lisp/chart.el (chart-map):
13985         * dos-fns.el (register-name-alist):
13986         * dired-x.el (dired-omit-files-p):
13987         * desktop.el (desktop-enable):
13988         * cus-edit.el (custom-mode-hook):
13989         * buff-menu.el (buffer-menu-mode-hook):
13990         * bookmark.el (bookmark-read-annotation-text-func)
13991         (bookmark-exit-hooks):
13992         * allout.el (allout-mode-deactivate-hook)
13993         (allout-exposure-change-hook, allout-structure-added-hook)
13994         (allout-structure-deleted-hook, allout-structure-shifted-hook):
13995         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13996         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13997         comes before the corresponding variable's definition.
13999 2012-05-12  Chong Yidong  <cyd@gnu.org>
14001         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14002         (Buffer-menu-mouse-select): Restore function (Bug#11459).
14003         (Buffer-menu-mode-map): Bind it.
14004         (Buffer-menu--pretty-name): Add a mouse-face property.
14006 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14008         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
14009         (prolog-upper-case-string, prolog-lower-case-string)
14010         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14011         (prolog-use-smie, prolog-smie-grammar): New vars.
14012         (prolog-smie-forward-token, prolog-smie-backward-token)
14013         (prolog-smie-rules): New funs.
14014         (prolog-comment-indent): Remove.
14015         (prolog-mode-variables): Use default comment indentation instead.
14016         Setup SMIE.
14017         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14018         (prolog-mode): Don't call them any more.
14019         (prolog-electric-colon, prolog-electric-dash)
14020         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14022         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14024         * minibuffer.el (completion--twq-all): Again, allow case differences.
14026         * term.el: Move keymap initialization code to be more idiomatic.
14027         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14028         (term-terminal-menu): Move initialization into declaration.
14029         (term-escape-char): Let the user set it in her .emacs.
14031         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14032         Provide SMIE-based indentation (not enabled by default yet).
14033         (sh-mode-map): Don't bind electric keys.
14034         Use electric-pair-mode instead of skeleton-pair.
14035         (sh-assignment-regexp): Fit within 80 columns.
14036         (sh-indent-supported): Specify actual shell name instead of boolean.
14037         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14038         (sh-maybe-here-document): Use it.  Make obsolete.
14039         (sh-electric-here-document-mode) New minor mode.
14040         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
14041         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14042         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14043         (sh-smie-rc-grammar, sh-use-smie): New vars.
14044         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14045         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14046         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14047         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14048         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14049         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14050         (sh-set-shell): Use smie-setup if requested.
14052         * term.el (term-set-escape-char): Properly set term-escape-char.
14053         See http://stackoverflow.com/questions/10524656.
14055 2012-05-10  Chong Yidong  <cyd@gnu.org>
14057         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14058         Use url-generic-parse-url, and handle host names and Windows
14059         filenames properly.
14060         (ffap-url-unwrap-remote): Use url-generic-parse-url.
14061         (ffap-url-unwrap-remote): Accept list values, specifying a list of
14062         URL schemes to work on.
14063         (ffap--toggle-read-only): New function.
14064         (ffap-read-only, ffap-read-only-other-window)
14065         (ffap-read-only-other-frame): Use it.
14066         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14067         necessary for ffap-url-unwrap-remote.
14069 2012-05-10  Dave Abrahams  <dave@boostpro.com>
14071         * cus-start.el (create-lockfiles): Add it.
14073 2012-05-09  Chong Yidong  <cyd@gnu.org>
14075         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14076         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14078 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14080         * shell.el (shell-completion-vars): Fix last change (bug#11348).
14082 2012-05-09  Chong Yidong  <cyd@gnu.org>
14084         * ansi-color.el (ansi-color-process-output): Check for validity of
14085         comint-last-output-start before using it.  This avoids a bad
14086         interaction with gdb-mi's input/output buffer.
14088 2012-05-09  Glenn Morris  <rgm@gnu.org>
14090         * files.el (dir-locals-read-from-file):
14091         Mention dir-locals in any error message.
14093 2012-05-09  Chong Yidong  <cyd@gnu.org>
14095         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14096         package (Bug#11410).
14098         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14099         variables into description.
14101 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14103         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14104         shell-delimiter-argument-list (bug#11348).
14105         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14107 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
14109         * textmodes/rst.el: Silence byte-compiler warnings.
14110         (rst-re-alist, rst-reset-section-caches): Move around.
14111         (rst-re): Use `characterp', not `char-valid-p'.
14112         (font-lock-beg, font-lock-end): Declare.
14114         * progmodes/idlw-shell.el (specs): Remove reference to deleted
14115         variable `idlwave-shell-activate-alt-keybindings' and simplify.
14117         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14119 2012-05-08  Glenn Morris  <rgm@gnu.org>
14121         * files.el (auto-mode-alist): Treat ".make" like ".mk".
14123 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14125         * vc/log-edit.el: Add GNU coding standards highlighting.
14126         (log-edit-font-lock-gnu-style)
14127         (log-edit-font-lock-gnu-keywords): New vars.
14128         (log-edit-font-lock-keywords): New fun.
14129         (log-edit-mode): Don't fold case in font-lock.
14130         (log-edit-font-lock-keywords): Do not assume case-folding.
14132         * imenu.el: Misc cleanup.  Make docstrings out of comments.
14133         Use lexical-binding.
14134         (imenu--index-alist, imenu--last-menubar-index-alist)
14135         (imenu-menubar-modified-tick): Use defvar-local.
14136         (imenu--split-menu): Remove unused var.
14137         (imenu--cleanup-seen): Declare as global.
14138         (imenu--cleanup): Use dolist.
14140         * subr.el (defvar-local): Add debug spec and doc-string position.
14142 2012-05-08  Glenn Morris  <rgm@gnu.org>
14144         * language/burmese.el, language/cham.el, language/czech.el:
14145         * language/english.el, language/georgian.el, language/greek.el:
14146         * language/japanese.el, language/khmer.el, language/korean.el:
14147         * language/lao.el, language/misc-lang.el, language/romanian.el:
14148         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14149         * language/thai.el, language/utf-8-lang.el:
14150         Remove no-byte-compile setting.
14152         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
14154 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14156         * progmodes/make-mode.el (makefile-browse):
14157         Remove unnecessary interactive.  (Bug#11324)
14159 2012-05-07  Glenn Morris  <rgm@gnu.org>
14161         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14163         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14165 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * loadup.el: Preload newcomment.el.
14168         * newcomment.el: Move autoload-only code to toplevel.
14170         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14171         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14172         Handle new :right-align column property.
14173         (tabulated-list-print-col): Idem, plus use `display' text-property to
14174         try and preserve alignment for variable pitch fonts.
14176 2012-05-07  Chong Yidong  <cyd@gnu.org>
14178         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14179         (tabulated-list-use-header-line): New var.
14180         (tabulated-list-init-header): Use it.
14181         (tabulated-list-print-fake-header): New function.
14182         (tabulated-list-print): Use it.
14183         (tabulated-list-sort-button-map): Add non-header-line commands.
14184         (tabulated-list-init-header): Add column name property to basic
14185         labels as well.
14186         (tabulated-list-col-sort): Handle non-header-line button case.
14187         (tabulated-list--sort-by-column-name): Fix a corner case.
14189         * buff-menu.el (list-buffers--refresh):
14190         Handle Buffer-menu-use-header-line.
14192 2012-05-06  Chong Yidong  <cyd@gnu.org>
14194         * buff-menu.el: Convert to Tabulated List mode.
14195         (Buffer-menu-buffer+size-width): Make obsolete.
14196         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14197         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14198         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
14199         documentation into docstring of buffer-menu.
14200         (Buffer-menu-toggle-files-only): Add an informative message.
14201         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14202         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14203         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14204         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14205         (Buffer-menu-execute, Buffer-menu-select)
14206         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14207         (Buffer-menu-bury): Use Tabulated List machinery.
14208         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14209         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14210         Delete.
14211         (list-buffers--refresh): New function.
14212         (list-buffers-noselect): Use it.
14213         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14214         (Buffer-menu--pretty-file-name): New helper functions.
14216         * loadup.el: Preload tabulated-list.
14218         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14219         tabulated-list-sort-column.
14220         (tabulated-list-init-header): Add the initial aligning space even
14221         if tabulated-list-padding is zero.
14223 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
14225         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14226         whose cdr is not a cons cell correctly (bug#11038).
14228 2012-05-06  Chong Yidong  <cyd@gnu.org>
14230         * emacs-lisp/tabulated-list.el (tabulated-list-format):
14231         Accept additional plist in column descriptors.
14232         (tabulated-list-init-header): Obey it.
14233         (tabulated-list-get-entry): New function.
14234         (tabulated-list-put-tag): Use it.  Use string-width instead of
14235         length.
14236         (tabulated-list--column-number): New function.
14237         (tabulated-list-print): Use it.
14238         (tabulated-list-print-col): New function.
14239         Set `tabulated-list-column-name' property on each column's text.
14240         (tabulated-list-print-entry): Use it.
14241         (tabulated-list-delete-entry, tabulated-list-set-col):
14242         New functions.
14243         (tabulated-list-sort-column): New command (Bug#11337).
14245         * buff-menu.el (list-buffers): Move C-x C-b binding from
14246         buff-menu.el to bindings.el.
14248         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14249         :advertised-binding feature.
14251 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
14253         * progmodes/compile.el (compilation-internal-error-properties):
14254         Calculate start position correctly when end-col is set but
14255         end-line is not (Bug#11382).
14257 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
14259         * man.el (Man-unindent): Use text-property-default-nonsticky to
14260         prevent untabify from inheriting face properties (Bug#11408).
14262 2012-05-05  Stefan Merten  <smerten@oekonux.de>
14264         * textmodes/rst.el: Major merge with upstream development up to
14265         Docutils SVN r7399 / rst.el V1.2.1.
14267         Clarify maintainership and authors.
14269         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14270         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14271         (rst-official-version, rst-official-cvs-rev, rst-version)
14272         (rst-package-emacs-version-alist): New functions and variables
14273         for version information.
14275         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14276         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14277         (rst-mode-syntax-table, rst-mode): New and corrected functions
14278         and variables representing reStructuredText features.
14280         (rst-re): New function for reStructuredText regexes.  Use in
14281         many places.
14283         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14284         (rst-mode-map): Rebind keys.
14286         (rst-mode-lazy, rst-font-lock-keywords)
14287         (rst-font-lock-extend-region)
14288         (rst-font-lock-extend-region-internal)
14289         (rst-font-lock-extend-region-extend)
14290         (rst-font-lock-find-unindented-line-limit)
14291         (rst-font-lock-find-unindented-line-match)
14292         (rst-adornment-level, rst-font-lock-adornment-level)
14293         (rst-font-lock-adornment-match)
14294         (rst-font-lock-handle-adornment-pre-match-form)
14295         (rst-font-lock-handle-adornment-matcher): Major revision of
14296         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
14298         (rst-preferred-adornments, rst-adjust-hook)
14299         (rst-new-adornment-down, rst-preferred-bullets)
14300         (rst-preferred-bullets, rst-indent, rst-indent-width)
14301         (rst-indent-field, rst-indent-literal-normal)
14302         (rst-indent-literal-minimized, rst-indent-comment): Change,
14303         extend and improve customization.
14305         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14306         (rst-normalize-cursor-position, rst-get-decoration)
14307         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14308         (rst-rstrip, rst-toc-insert-find-delete-contents)
14309         (rst-shift-fill-region, rst-compute-bullet-tabs)
14310         (rst-debug-print-tabs, rst-debug-mark-found)
14311         (rst-shift-region-guts, rst-shift-region-right)
14312         (rst-shift-region-left, rst-use-char-classes)
14313         (rst-font-lock-keywords-function)
14314         (rst-font-lock-indentation-point)
14315         (rst-font-lock-find-unindented-line-begin)
14316         (rst-font-lock-find-unindented-line-end)
14317         (rst-font-lock-find-unindented-line)
14318         (rst-font-lock-adornment-point, rst-font-lock-level)
14319         (rst-adornment-level-alist): Remove functions and variables.
14321         (rst-compare-adornments, rst-get-adornment-match)
14322         (rst-suggest-new-adornment, rst-get-adornments-around)
14323         (rst-adornment-complete-p, rst-get-next-adornment)
14324         (rst-adjust-adornment, rst-display-adornments-hierarchy)
14325         (rst-straighten-adornments): Standardize function names to
14326         use "adornment" instead of "decoration".  Correct callers.
14327         Similar standardizing in many places.
14329         (rst-update-section, rst-adjust, rst-promote-region)
14330         (rst-enumerate-region, rst-bullet-list-region)
14331         (rst-repeat-last-character): Correct use of `interactive'.
14333         (rst-classify-adornment, rst-find-all-adornments)
14334         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14335         (rst-find-leftmost-column, rst-repeat-last-character):
14336         Refactor functions.
14338         (rst-find-title-line, rst-reset-section-caches)
14339         (rst-get-adornments-around, rst-adjust-adornment-work)
14340         (rst-arabic-to-roman, rst-roman-to-arabic)
14341         (rst-insert-list-pos, rst-insert-list-new-item)
14342         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14343         New functions.
14345         (rst-all-sections, rst-section-hierarchy)
14346         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14347         New variables.
14349         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14350         configuration instead of only buffer.  Change where necessary.
14352         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14353         (rst-shift-region, rst-adaptive-fill): New functions for
14354         indentation and filling.
14356         (rst-comment-line-break, rst-comment-indent)
14357         (rst-comment-insert-comment, rst-comment-region)
14358         (rst-uncomment-region): New functions for handling comments.
14360         (rst-compile): Quote shell arguments.
14362         (rst-compile-pdf-preview, rst-compile-slides-preview):
14363         Delete temporary files after use.
14365 2012-05-05  Glenn Morris  <rgm@gnu.org>
14367         * calendar/cal-html.el: Optionally include holidays in the output.
14368         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14369         (cal-html-holidays): New option.
14370         (cal-html-css-default): Add holiday entry.
14371         (holiday-in-range): Autoload it.
14372         (cal-html-htmlify-entry): Add optional class argument.
14373         (cal-html-htmlify-list): Add optional holidays argument.
14374         (cal-html-insert-agenda-days): Include holidays in the output.
14375         (cal-html-one-month): Maybe include holidays.
14377         * calendar/holidays.el (holiday-in-range):
14378         Move here from cal-tex-list-holidays.
14379         * calendar/cal-tex.el (cal-tex-list-holidays):
14380         Make it an obsolete alias for holiday-in-range.  Update all callers.
14382 2012-05-05  Chong Yidong  <cyd@gnu.org>
14384         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14385         Nextstep.
14387 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
14389         * files.el (file-auto-mode-skip): New var.
14390         (set-auto-mode-1): Use it.
14392 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14394         * repeat.el: Use lexical-binding.
14395         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14396         (repeat-undo-count): Remove.
14397         (repeat):
14398         * progmodes/octave-mod.el (octave-abbrev-start):
14399         * progmodes/f90.el (f90-abbrev-start):
14400         * face-remap.el (text-scale-adjust):
14401         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14403         * emacs-lisp/pcase.el (pcase--let*): New function.
14404         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14405         a bit more.
14406         (pcase--split-pred): Be more clever about ruling out overlap between
14407         a predicate and some constant pattern.
14408         (pcase--q1): Use `null' instead of (eq foo nil).
14410         * subr.el (setq-local, defvar-local): New macros.
14411         (kbd): Redefine as an alias.
14412         (with-selected-window): Leave unrelated frames alone.
14413         (set-temporary-overlay-map): New function.
14415 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14417         * subr.el (user-error): New function.
14418         * window.el (switch-to-buffer):
14419         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14420         (smerge-match-conflict):
14421         * simple.el (previous-matching-history-element)
14422         (next-matching-history-element, goto-history-element, undo-more)
14423         (undo-start):
14424         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14425         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14426         (next-file, tags-loop-scan, list-tags, complete-tag):
14427         * progmodes/compile.el (compilation-loop):
14428         * mouse.el (mouse-minibuffer-check):
14429         * man.el (Man-bgproc-sentinel, Man-goto-page):
14430         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14431         (Info-history-forward, Info-follow-reference, Info-menu)
14432         (Info-extract-menu-item, Info-extract-menu-counting)
14433         (Info-forward-node, Info-backward-node, Info-next-menu-item)
14434         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14435         (Info-next-reference, Info-prev-reference, Info-index)
14436         (Info-index-next, Info-follow-nearest-node)
14437         (Info-copy-current-node-name):
14438         * imenu.el (imenu--make-index-alist)
14439         (imenu-default-create-index-function, imenu-add-to-menubar):
14440         * files.el (basic-save-buffer, recover-file):
14441         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14442         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14443         (checkdoc-message-text, checkdoc-defun):
14444         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14445         * cus-edit.el (customize-changed-options, customize-rogue)
14446         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14447         (custom-variable-mark-to-reset-standard)
14448         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14449         (custom-file):
14450         * completion.el (check-completion-length):
14451         * comint.el (comint-search-arg)
14452         (comint-previous-matching-input-string-position)
14453         (comint-previous-matching-input)
14454         (comint-replace-by-expanded-history-before-point, comint-send-input)
14455         (comint-copy-old-input, comint-backward-matching-input)
14456         (comint-goto-process-mark, comint-set-process-mark):
14457         * calendar/calendar.el (calendar-cursor-to-date): Use it.
14458         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14460 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14462         * dabbrev.el (dabbrev--ignore-case-p): New function.
14463         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14464         Use it.
14466         * files.el (automount-dir-prefix): Mark as obsolete.
14468 2012-05-04  Glenn Morris  <rgm@gnu.org>
14470         * patcomp.el, play/bruce.el: Move to obsolete/.
14472 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
14474         Fix minor Y10k bugs.
14475         * arc-mode.el (archive-unixdate):
14476         * autoinsert.el (auto-insert-alist):
14477         * calc/calc-forms.el (math-this-year):
14478         * emacs-lisp/copyright.el (copyright-current-year)
14479         (copyright-update-year, copyright):
14480         * tar-mode.el (tar-clip-time-string):
14481         * time.el (display-time-update):
14482         Don't assume years have 4 digits.
14484 2012-05-04  Chong Yidong  <cyd@gnu.org>
14486         * dos-w32.el (file-name-buffer-file-type-alist)
14487         (direct-print-region-use-command-dot-com):
14488         * ffap.el (ffap-menu-regexp):
14489         * find-file.el (ff-special-constructs):
14490         * follow.el (follow-debug):
14491         * forms.el (forms--debug):
14492         * iswitchb.el (iswitchb-all-frames):
14493         * ido.el (ido-all-frames):
14494         * emacs-lisp/timer.el (timer-max-repeats):
14495         * mail/feedmail.el (feedmail-mail-send-hook)
14496         (feedmail-mail-send-hook-queued):
14497         * mail/footnote.el (footnote-signature-separator):
14498         * mail/mailabbrev.el (mail-alias-separator-string)
14499         (mail-abbrev-mode-regexp):
14500         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14501         * progmodes/idlwave.el (idlwave-libinfo-file)
14502         (idlwave-default-completion-case-is-down)
14503         (idlwave-library-routines): Convert defvars to defcustoms.
14505         * mail/rmail.el (rmail-decode-mime-charset):
14506         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14507         (idlwave-shell-fix-inserted-breaks)
14508         (idlwave-shell-activate-alt-keybindings)
14509         (idlwave-shell-use-breakpoint-glyph):
14510         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14512 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14514         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14516 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
14518         * progmodes/verilog-mode.el (font-lock-keywords):
14519         Fix mis-highligting auto.  Reported by Craig Barner.
14520         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14521         defines from global name space.  Reported by Dan Dever.
14522         (verilog-auto-reset, verilog-auto-reset-widths)
14523         (verilog-auto-tieoff): Support using unbased numbers for
14524         AUTORESET and AUTOTIEOFF.
14525         (verilog-submit-bug-report): Update variable list.
14526         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14527         parenthesis from not matching.  Reported by Michael Rytting.
14528         (verilog-auto-template-lint): Fix hash error when linting modules
14529         with no used templates.
14530         (verilog-warn, verilog-warn-error)
14531         (verilog-warn-fatal): When non-interactive report multiple
14532         warnings before exiting.  Suggested by Brad Dobbie.
14533         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14534         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14535         to report unused template errors.  Reported by Brad Dobbie.
14536         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14537         nets, bug438.  Reported by Vns Blore.
14538         (verilog-auto-inout-module, verilog-auto-reg)
14539         (verilog-read-decls, verilog-read-sub-decls-sig)
14540         (verilog-signals-edit-wire-reg, verilog-signals-with):
14541         Fix passing of Verilog data types in ANSI input/output ports
14542         such as "output logic" into the AUTOs.  Special case "wire" and
14543         "reg" for backwards compatibility presuming Verilog 2001.
14544         (verilog-auto-ascii-enum): Add "auto enum" as alias.
14545         (verilog-preprocess): Fix replication of preprocess output.
14546         Reported by Brad Dobbie.
14547         (verilog-auto-inst-interfaced-ports):
14548         Create verilog-auto-inst-interfaced-ports, bug429.
14549         Reported by Julian Gorfajn.
14550         (verilog-after-save-font-hook)
14551         (verilog-before-save-font-hook): New variable.
14552         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14553         (verilog-save-font-mods): Wrap disabling fontification, reported
14554         by David Rogoff.
14555         (verilog-do-indent, verilog-pretty-declarations-auto)
14556         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14557         Reported by Pierre-David Pfister.
14558         (verilog-set-auto-endcomments): Fix endtask auto comments outside
14559         of class declarations, bug292.  Reported by Kevin Heilman.
14560         (verilog-read-decls): Fix 'parameter type' not appearing in
14561         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
14562         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14563         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
14564         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14565         Reported by David Kravitz.
14567 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
14569         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14570         assignment with tests in ifs and for loops.
14571         (verilog-extended-complete-re, verilog-complete-reg): Change so
14572         that DPI inport functions don't look like fuction declarations.
14573         (verilog-pretty-expr): Don't line up assignment
14574         operations to the test and increment in if and for loops
14575         (verilog-extended-complete-re, verilog-complete-reg): Change so
14576         that DPI inport functions don't look like fuction declarations.
14578 2012-05-03  Kenichi Handa  <handa@m17n.org>
14580         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14581         decoding, and show a warning message without signaling an error
14582         (Bug#11282).
14584 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14586         * emacs-lisp/bytecomp.el
14587         (byte-compile-file-form-custom-declare-variable): Compile all elements,
14588         since cconv.el might have introduced :fun-body, internal-make-closure,
14589         and friends for bytecomp to handle (bug#11391).
14590         * custom.el (defcustom): Avoid ((λ ..) ..).
14592 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14594         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14596 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
14598         * notifications.el (dbus-debug):
14599         * term/linux.el (gpm-mouse-enable):
14600         * term/screen.el (xterm-register-default-colors): Declare.
14602 2012-05-02  Chong Yidong  <cyd@gnu.org>
14604         * cus-start.el (gc-cons-percentage, exec-suffixes)
14605         (dos-display-scancodes, dos-hyper-key, dos-super-key)
14606         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14607         (make-cursor-line-fully-visible, void-text-area-pointer)
14608         (font-list-limit): Add customization data.
14610         * allout.el (allout-exposure-change-functions)
14611         (allout-structure-added-functions)
14612         (allout-structure-deleted-functions)
14613         (allout-structure-shifted-functions): Rename abnormal hooks from
14614         *-hook, and convert to defcustoms.
14615         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14616         Convert to defcustoms.
14617         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14619         * allout-widgets.el: Hook callers changed.
14621 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
14623         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14624         the yanked message in preference to the default value of
14625         buffer-file-coding-system.
14627 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
14629         * window.el (display-buffer--action-function-custom-type):
14630         Fix entry.
14632 2012-05-02  Alan Mackenzie  <acm@muc.de>
14634         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14636 2012-05-01  Glenn Morris  <rgm@gnu.org>
14638         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14640         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
14642         * cus-edit.el (custom-variable-documentation): Simplify with format.
14644 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14645             Stefan Monnier  <monnier@iro.umontreal.ca>
14647         * simple.el (suggest-key-bindings, execute-extended-command):
14648         Move from keyboard.c.
14650 2012-05-01  Chong Yidong  <cyd@gnu.org>
14652         * follow.el: Eliminate advice.
14653         (set-process-filter, process-filter, sit-for): Advice deleted.
14654         (follow-mode-off-hook): Obsolete hook removed.
14655         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14656         Vars deleted.
14657         (follow-auto): Use a :set function.
14658         (follow-mode): Rewritten.  Don't advise process filters.
14659         (follow-switch-to-current-buffer-all, follow-scroll-up)
14660         (follow-scroll-down): Assume follow-mode is bound.
14661         (follow-comint-scroll-to-bottom)
14662         (follow-align-compilation-windows): New functions.
14663         (follow--window-sorter): New function.
14664         (follow-all-followers): Use it to explicitly sort windows by their
14665         positions; don't make assumptions about next-window order.
14666         (follow-windows-start-end, follow-delete-other-windows-and-split)
14667         (follow-calc-win-start): Doc fix.
14668         (follow-windows-aligned-p, follow-select-if-visible): Don't call
14669         vertical-motion unnecessarily.
14670         (follow-adjust-window): New function.
14671         (follow-post-command-hook): Use it.
14672         (follow-call-set-process-filter, follow-call-process-filter)
14673         (follow-intercept-process-output, follow-tidy-process-filter-alist)
14674         (follow-stop-intercept-process-output, follow-generic-filter):
14675         Functions deleted.
14676         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14677         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14678         New functions, replacing advice on scroll-bar-* commands.
14679         (follow-mwheel-scroll): New function (Bug#4112).
14681         * comint.el (comint-adjust-point): New function.
14682         (comint-postoutput-scroll-to-bottom): Use it.
14683         Call follow-comint-scroll-to-bottom for Follow mode buffers.
14685 2012-05-01  Glenn Morris  <rgm@gnu.org>
14687         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14688         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14689         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14690         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14691         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14692         Remove no-byte-compile setting.
14694 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14696         * minibuffer.el (completion-table-with-quoting): Fix compatibility
14697         all-completions code to not return a number in the last cdr.
14699 2012-04-30  Leo Liu  <sdl.web@gmail.com>
14701         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14702         read-only error.
14704 2012-04-29  Chong Yidong  <cyd@gnu.org>
14706         * follow.el (follow-calc-win-end): Rewrite to handle partial
14707         screen lines correctly (Bug#8390).
14708         (follow-avoid-tail-recenter): Minor cleanup.
14710 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14712         Avoid the obsolete `assoc' package.
14713         * speedbar.el (speedbar-refresh): Avoid adelete.
14714         (speedbar-file-lists): Simplify and avoid aput.
14715         * man.el (Man--sections, Man--refpages): New vars, replacing
14716         Man-sections-alist and Man-refpages-alist.
14717         (Man-build-section-alist, Man-build-references-alist):
14718         Use them; avoid aput.
14719         (Man--last-section, Man--last-refpage): New vars.
14720         (Man-follow-manual-reference): Use them.
14721         Use the `default' arg of completing-read.
14722         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
14724 2012-04-27  Chong Yidong  <cyd@gnu.org>
14726         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14728         * startup.el (x-apply-session-resources): New function.
14730         * term/ns-win.el (ns-initialize-window-system):
14731         * term/w32-win.el (w32-initialize-window-system):
14732         * term/x-win.el (x-initialize-window-system): Use it to properly
14733         set menu-bar-mode and other vars from X resources, even if the
14734         initial frame is not a window-system frame (Bug#2299).
14736         * subr.el (read-key): Avoid running filter function when setting
14737         up temporary tool bar entries (Bug#9922).
14739 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14741         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14742         (Bug#11344)
14744 2012-04-27  Chong Yidong  <cyd@gnu.org>
14746         * select.el (xselect--encode-string): New function, split from
14747         xselect-convert-to-string.
14748         (xselect-convert-to-string): Use it.
14749         (xselect-convert-to-filename, xselect-convert-to-os)
14750         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14751         returned strings are properly encoded (Bug#11315).
14753 2012-04-27  Chong Yidong  <cyd@gnu.org>
14755         * simple.el (delete-active-region): Move to killing custom group.
14757 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14759         * progmodes/which-func.el (which-func-current): Quote %
14760         characters for mode-line processing.
14762 2012-04-27  Chong Yidong  <cyd@gnu.org>
14764         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14765         reaching eob (Bug#11286).
14767 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
14769         * progmodes/gdb-mi.el (gdb-control-level): New variable.
14770         (gdb): Make it buffer-local and init to zero.
14771         (gdb-control-commands-regexp): New variable.
14772         (gdb-send): Don't wrap in "-interpreter-exec console" if
14773         gdb-control-level is positive.  Increment gdb-control-level
14774         whenever the command matches gdb-control-commands-regexp, and
14775         decrement it each time the command is "end".  (Bug#11279)
14777 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
14779         * window.el (adjust-window-trailing-edge, enlarge-window)
14780         (shrink-window, window-resize):
14781         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14782         windows (Bug#11276).
14784 2012-04-27  Chong Yidong  <cyd@gnu.org>
14786         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14787         fix "missing prefix" warning.  All callers changed.
14789 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14791         * emacs-lisp/assoc.el: Move to obsolete/.
14793 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14795         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14797         * term/ns-win.el (ns-define-service):
14798         * progmodes/pascal.el (pascal-goto-defun):
14799         * progmodes/js.el (js--read-tab):
14800         * progmodes/etags.el (tags-lazy-completion-table):
14801         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14802         * emacs-lisp/ewoc.el (ewoc--wrap):
14803         * emacs-lisp/assoc.el (aput, adelete, amake):
14804         * doc-view.el (doc-view-convert-current-doc):
14805         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14807 2012-04-26  Chong Yidong  <cyd@gnu.org>
14809         * image.el (image-type-from-buffer): Only return supported image
14810         type (Bug#9045).
14812         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14813         value, for symmetry with diff-end-of-hunk.
14814         (diff-split-hunk, diff-find-source-location)
14815         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14816         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14817         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14818         compute the relevant hunk or file properly (Bug#6005).
14819         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14821 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14823         * vc/vc-mtn.el:
14824         * vc/vc-hg.el:
14825         * vc/vc-git.el:
14826         * vc/vc-dir.el:
14827         * vc/vc-cvs.el:
14828         * vc/vc-bzr.el:
14829         * vc/vc-arch.el:
14830         * vc/vc.el: Replace lexical-let by lexical-binding.
14831         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14832         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14833         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14835 2012-04-26  Chong Yidong  <cyd@gnu.org>
14837         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14838         (diff-mode-shared-map): Bind it to / and [remap undo].
14840         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14841         (ediff-window-setup-function): Use it as the default, to set up
14842         windows based on whether the current frame is graphical (Bug#2138).
14843         (ediff-choose-window-setup-function-automatically): Make obsolete.
14845         * vc/ediff-init.el: Always define ediff-pixel-width/height.
14847 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14849         * ffap.el: Remove old code for obsolete package.
14850         (ffap-complete-as-file-p): Remove.
14852         Use completion-table-with-quoting for comint and pcomplete.
14853         * comint.el (comint--unquote&requote-argument)
14854         (comint--unquote-argument, comint--requote-argument): New functions.
14855         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14856         (comint-quote-filename): Use regexp-opt-charset.
14857         (comint--common-suffix, comint--common-quoted-suffix)
14858         (comint--table-subvert): Remove.
14859         (comint-unquote-function, comint-requote-function): New vars.
14860         (comint--complete-file-name-data): Use them with
14861         completion-table-with-quoting.
14862         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14863         * pcomplete.el (pcomplete-arg-quote-list)
14864         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14865         (pcomplete-unquote-argument-function): Default to non-nil.
14866         (pcomplete-unquote-argument): Simplify.
14867         (pcomplete--common-quoted-suffix): Remove.
14868         (pcomplete-requote-argument-function): New var.
14869         (pcomplete--common-suffix): New function.
14870         (pcomplete-completions-at-point): Use completion-table-with-quoting
14871         and completion-table-subvert.
14873         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14874         (minibuffer--double-dollars): Preserve properties.
14875         (completion--sifn-requote): New function.
14876         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14878         * minibuffer.el: Add support for completion of quoted/escaped data.
14879         (completion-table-with-quoting, completion-table-subvert): New funs.
14880         (completion--twq-try, completion--twq-all): New functions.
14881         (completion--nth-completion): New function.
14882         (completion-try-completion, completion-all-completions): Use it.
14884 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14886         * progmodes/python.el (python-pdbtrack-get-source-buffer):
14887         Use compilation-message if available to find real filename.
14889 2012-04-25  Chong Yidong  <cyd@gnu.org>
14891         * vc/diff-mode.el (diff-setup-whitespace): New function.
14892         (diff-mode): Use it.
14894         * vc/diff.el (diff-sentinel):
14895         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14896         Whitespace mode variables based on diff style (Bug#8612).
14898 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14900         * progmodes/python.el (python-send-region): Add suffix .py to the
14901         temp file.
14903         * files.el (auto-mode-alist): Use javascript-mode instead.
14905 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
14907         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
14909         * net/soap-client.el (soap-resolve-references-for-sequence-type)
14910         (soap-resolve-references-for-array-type): Hack to prevent self
14911         references, see Bug#9.
14912         (soap-parse-envelope): Report the contents of the 'detail' node
14913         when receiving a fault reply.
14914         (soap-parse-envelope): Report the contents of the entire 'detail' node.
14916         * net/soap-inspect.el (soap-sample-value-for-simple-type)
14917         (soap-inspect-simple-type): New function.
14919         * net/soap-client.el (soap-simple-type): New struct.
14920         (soap-default-xsd-types, soap-default-soapenc-types)
14921         (soap-decode-basic-type, soap-encode-basic-type):
14922         support unsignedInt and double basic types.
14923         (soap-resolve-references-for-simple-type)
14924         (soap-parse-simple-type, soap-encode-simple-type): New function.
14925         (soap-parse-schema): Parse xsd:simpleType declarations.
14927         * net/soap-client.el (soap-default-xsd-types)
14928         (soap-default-soapenc-types): Add integer, byte and anyURI types.
14929         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14930         the local name of "soapenc:Array".
14931         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14932         decoding integer, byte and anyURI xsd types.
14934 2012-04-25  Chong Yidong  <cyd@gnu.org>
14936         * cus-edit.el (custom-buffer-create-internal): Update header text.
14938 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
14940         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14941         settings on 'system-type', not on 'window-system'.  On MS-Windows,
14942         set interactive-mode on in GDB.
14944 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14946         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14947         (ruby-syntax-propertize-regexp): Remove.
14948         (ruby-syntax-propertize-function): Split regexp into chunks.
14949         Match following code directly.
14951 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
14953         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14954         (ruby-syntax-propertize-regexp): New function.
14955         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14956         by a special keyword.
14958         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14959         (ruby-syntax-general-delimiters-goto-beg)
14960         (ruby-syntax-propertize-general-delimiters): New functions.
14961         (ruby-syntax-propertize-function): Use them to handle GDL.
14962         (ruby-font-lock-keywords): Move old handling of GDL...
14963         (ruby-font-lock-syntactic-keywords): .. to here.
14964         (ruby-calculate-indent): Adjust indentation for GDL.
14966 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
14968         * notifications.el (top): Remove unneeded declarations.
14969         (notifications-specification-version): Change to "1.2".
14970         (notifications-interface, notifications-notify-method)
14971         (notifications-close-notification-method): Fix docstring.
14972         (notifications-get-capabilities-method): New defconst.
14973         (notifications-notify): Add :action-items, :resident and
14974         :transient hints.  Change "image_data" to "image-data" and
14975         "image_path" to "image-path".
14976         (notifications-get-capabilities): New defun.
14978 2012-04-24  Leo Liu  <sdl.web@gmail.com>
14980         * progmodes/python.el: Move hideshow setup to the end.
14982 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
14984         * window.el (handle-select-window): Clear echo area since this is
14985         no more done by read_char (Bug#11304).
14987 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14989         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14990         and `/ M' to filter-derived-mode.
14991         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14992         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14993         (ibuffer-mark-by-mode): Use default rather than initial-input.
14994         (ibuffer-filter-by-derived-mode): Autoload and require-match.
14996 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
14998         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14999         (ibuffer-filter-by-derived-mode): New filter.
15000         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15002 2012-04-23  Andreas Politz  <politza@fh-trier.de>
15004         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15006 2012-04-23  Chong Yidong  <cyd@gnu.org>
15008         * cus-edit.el (customize-apropos, customize-apropos-options):
15009         Disable matching of non-option variables (Bug#11176).
15010         (customize-option, customize-option-other-window)
15011         (customize-changed-options): Doc fix.
15012         (customize-apropos-options, customize-apropos-faces)
15013         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15015         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15016         Fix word list splitting (Bug#11132).
15017         (apropos-symbol, apropos-keybinding, apropos-label)
15018         (apropos-property, apropos-function-button)
15019         (apropos-variable-button, apropos-misc-button): New faces.
15020         (apropos-symbol-face, apropos-keybinding-face)
15021         (apropos-label-face, apropos-property-face, apropos-match-face):
15022         Variables removed (Bug#8396).
15023         (apropos-library-button, apropos-format-plist, apropos-print)
15024         (apropos-print-doc, apropos-describe-plist): Callers changed.
15026 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
15028         * net/xesam.el (xesam-mode-map): Use let-bound map in
15029         initialization.  (Bug#11292)
15031 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15033         Preserve ispell session localwords when switching back to
15034         original buffer.
15036         * textmodes/ispell.el (ispell-buffer-session-localwords):
15037         New buffer-local variable to hold buffer session localwords.
15038         (ispell-kill-ispell): Add option 'clear to delete session
15039         localwords.
15040         (ispell-command-loop, ispell-change-dictionary)
15041         (ispell-buffer-local-words): Preserve session localwords when
15042         needed.
15044         * textmodes/flyspell.el (flyspell-process-localwords)
15045         (flyspell-do-correct): Preserve session localwords when needed.
15047 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15049         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15050         using obsolete `translation-table-for-input'.
15051         (ispell-word, ispell-process-line, ispell-complete-word):
15052         Use plain `insert' instead of removed `ispell-insert-word'.
15054 2012-04-22  Chong Yidong  <cyd@gnu.org>
15056         * cus-edit.el (custom-variable-menu)
15057         (custom-variable-reset-saved, custom-face-menu)
15058         (custom-face-reset-saved): If there is no saved value, make the
15059         "reset-saved" operation bring back the default (Bug#9509).
15060         (custom-face-state): Properly detect themed faces.
15062         * faces.el (face-spec-set): Stop supporting deprecated form of
15063         third arg.
15065 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
15067         Move functions from C to Lisp.  Make non-blocking method calls
15068         the default.  Implement further D-Bus standard interfaces.
15070         * net/dbus.el (dbus-message-internal): Declare function.
15071         Remove unneeded function declarations.
15072         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15073         (dbus-message-type-method-return, dbus-message-type-error)
15074         (dbus-message-type-signal): Declare variables.  Remove local
15075         definitions.
15076         (dbus-interface-dbus, dbus-interface-peer)
15077         (dbus-interface-introspectable, dbus-interface-properties)
15078         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15079         Adapt docstring.
15080         (dbus-interface-objectmanager): New defconst.
15081         (dbus-call-method, dbus-call-method-asynchronously)
15082         (dbus-send-signal, dbus-method-return-internal)
15083         (dbus-method-error-internal, dbus-register-service)
15084         (dbus-register-signal, dbus-register-method): New defuns, moved
15085         from dbusbind.c
15086         (dbus-call-method-handler, dbus-setenv)
15087         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15088         New defuns.
15089         (dbus-call-method-non-blocking): Make it an obsolete function.
15090         (dbus-unregister-object, dbus-unregister-service)
15091         (dbus-handle-event, dbus-register-property)
15092         (dbus-property-handler): Obey the new structure of
15093         `bus-registered-objects'.
15094         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
15095         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15096         Use `dbus-call-method'.
15098 2012-04-22  Chong Yidong  <cyd@gnu.org>
15100         * cus-edit.el (custom-commands, custom-reset-menu)
15101         (Custom-reset-standard): Tweak labels.
15102         (custom-reset-button-menu): Change default to t.
15103         (custom-buffer-create-internal): For the custom-reset-button-menu
15104         case, put the revert button first.
15105         (custom-group-subtitle): New face.
15106         (custom-group-value-create): Align docstring to a specific column.
15108         * wid-edit.el (widget-documentation-link-add): Don't handle
15109         indentation in this function.
15110         (widget-documentation-string-indent-to): New function.
15111         (widget-documentation-string-value-create): Use it.
15113         * autorevert.el (auto-revert):
15114         * epg-config.el (epg):
15115         * ibuffer.el (ibuffer):
15116         * mpc.el (mpc):
15117         * ses.el (ses):
15118         * eshell/eshell.el (eshell):
15119         * net/ange-ftp.el (ange-ftp):
15120         * progmodes/ebnf2ps.el (postscript):
15121         * progmodes/flymake.el (flymake):
15122         * progmodes/prolog.el (prolog):
15123         * progmodes/verilog-mode.el (verilog-mode):
15124         * progmodes/which-func.el (which-func):
15125         * term/xterm.el (xterm):
15126         * textmodes/picture.el (picture):
15127         * textmodes/tildify.el (tildify):
15128         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15129         customization buffers.
15131 2012-04-22  Alan Mackenzie  <acm@muc.de>
15133         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15134         Adding a ) can hide the resulting (..) from searches.  Fix it.
15135         Bound the backward search to the position of the existing (.
15137 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
15139         * progmodes/verilog-mode.el (verilog-mode): Check whether
15140         which-func-modes is t before adding verilog-mode.
15141         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15143 2012-04-21  Leo Liu  <sdl.web@gmail.com>
15145         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15147 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
15149         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15150         filling of the last column of a table (Bug#5635).
15151         (woman-find-next-control-line): New arg, specifying an additional
15152         regexp component for the control line.
15153         (woman2-roff-buffer): Use it.
15154         (woman-break-table): New function.
15155         (woman2-TS): Use it.
15157 2012-04-21  Chong Yidong  <cyd@gnu.org>
15159         * woman.el (woman-set-buffer-display-table, woman-decode-region)
15160         (woman-horizontal-escapes, woman-negative-vertical-space)
15161         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15162         (WoMan-warn-ignored): Use ?\s instead of ?\ .
15164 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15166         * minibuffer.el (completion-file-name-table): Complete user names.
15168 2012-04-20  Leo Liu  <sdl.web@gmail.com>
15170         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15171         and pcase-let*.
15173 2012-04-20  Chong Yidong  <cyd@gnu.org>
15175         * server.el (server-execute): Respect initial-buffer-choice if it
15176         is a string and there are no files to open (Bug#2825).
15177         (server-create-window-system-frame, server-create-tty-frame):
15178         Don't switch buffers here.
15179         (server-process-filter): Only try to open a window system frame if
15180         compiled with graphical support (Bug#8314).
15182 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
15184         * battery.el (battery-echo-area-format): Display remaining time
15185         for sysfs backend too (Bug#11269).
15186         (battery-linux-sysfs): Fix conditional for the charge.
15188 2012-04-20  Chong Yidong  <cyd@gnu.org>
15190         * progmodes/gdb-mi.el (gdb): Revert previous change.
15191         (gdb-inferior-io--init-proc): New function.
15192         (gdb-init-1): Use it.
15193         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15194         responsible for allocating a new pty and hooking it to gdb when
15195         the old pty gets an EIO due to process exit.
15196         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
15197         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15198         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15200 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15202         * window.el (window-min-size, window-sizable, window-min-delta)
15203         (window-max-delta, window--resizable, window-resizable)
15204         (window-total-size, window-full-height-p, window-full-width-p)
15205         (window-in-direction, window--resize-mini-window, window-resize)
15206         (window--resize-child-windows-normal)
15207         (window--resize-child-windows, window--resize-siblings)
15208         (window--resize-this-window, adjust-window-trailing-edge)
15209         (enlarge-window, shrink-window): Doc fixes.
15211 2012-04-20  Chong Yidong  <cyd@gnu.org>
15213         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15214         New function to call delete-process on the gdb-inferior buffer's pty.
15215         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15216         pty process (Bug#11273).
15217         (gdb-update): New arg to suppress talking to the gdb process.
15218         (gdb-done-or-error): Use it.
15219         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15220         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15221         sentinel not being called.
15223         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15225         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15227 2012-04-20  Glenn Morris  <rgm@gnu.org>
15229         * net/network-stream.el (open-network-stream): Doc fix.
15231 2012-04-20  Chong Yidong  <cyd@gnu.org>
15233         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15235 2012-04-20  Alan Mackenzie  <acm@muc.de>
15237         Ensure searching for keywords is case sensitive.
15239         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15240         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15241         (c-defun-name, c-mark-function, c-cpp-define-name)
15242         (c-comment-indent, c-scan-conditionals, c-indent-defun)
15243         (c-context-line-break): Bind case-fold-search to nil.
15245         * progmodes/cc-mode.el (c-font-lock-fontify-region):
15246         Bind case-fold-search to nil.
15248 2012-04-20  Chong Yidong  <cyd@gnu.org>
15250         * mail/sendmail.el (mail-bury): Call return action with the right
15251         Rmail buffer (Bug#11242).
15253         * server.el (server-process-filter): Handle corner case where both
15254         tty and nowait options are present (Bug#11102).
15256 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15258         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15259         (top level): Put into the executable the ident-style '$Id:' tag on
15260         windows-nt as well.
15262 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15264         * electric.el (electric-indent-post-self-insert-function): Check that
15265         electric-indent-mode is enabled in current buffer.
15267 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15269         * imenu.el (imenu-progress-message): Restore; it is "used" in
15270         erc/erc-imenu.el and net/snmp-mode.el.
15272 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15274         * avoid.el (mouse-avoidance-mode): Mark unused arg.
15275         (mouse-avoidance-nudge-mouse): Remove unused binding.
15277         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15279         * descr-text.el (describe-char):
15280         * progmodes/python.el (python-describe-symbol):
15281         Don't call `toggle-read-only', set `buffer-read-only'.
15283         * imenu.el (imenu-default-goto-function): Mark unused args.
15284         (imenu-progress-message): Remove obsolete macro; all callers changed.
15286         * subr.el (keymap-canonicalize): Remove unused binding.
15287         (read-passwd): Mark unused arg.
15289         * tutorial.el (tutorial--display-changes): Remove unused binding.
15290         (tutorial--save-tutorial-to): Remove unused variable.
15292         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15293         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15294         (package-generate-autoloads, package-menu--generate)
15295         (package-menu--find-upgrades): Remove unused bindings.
15297         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15298         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
15299         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15300         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15301         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15302         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15303         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15304         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15305         (cua-delete-char-rectangle): Mark unused args.
15306         (cua-align-rectangle): Remove unused binding.
15308         * mail/rmail.el (compilation--message->loc)
15309         (epa--find-coding-system-for-mime-charset): Declare.
15311         * net/dbus.el (dbus-register-service): Declare.
15312         (dbus-name-owner-changed-handler): Remove unused binding.
15314         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15315         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15316         (nxml-scan-backward-within): Mark unused arg.
15317         (nxml-dynamic-markup-word): Remove unused binding.
15319         * mouse.el (mouse-menu-major-mode-map):
15320         * emacs-lisp/authors.el (authors-scan-change-log)
15321         (authors-add-to-author-list):
15322         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15323         * emacs-lisp/smie.el (smie-auto-fill):
15324         * mail/sendmail.el (mail-bury):
15325         * mail/unrmail.el (unrmail):
15326         * net/tls.el (open-tls-stream):
15327         * textmodes/picture.el (picture-mouse-set-point):
15328         Remove unused bindings.
15330 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
15332         * net/tramp.el (tramp-action-password): Let-bind
15333         `enable-recursive-minibuffers' to t.
15335 2012-04-18  Sam Steingold  <sds@gnu.org>
15337         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15338         instead of 'string to accommodate values like [f11].
15339         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15340         * progmodes/gdb-mi.el: Likewise.
15342 2012-04-18  Leo Liu  <sdl.web@gmail.com>
15344         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15345         current buffer.
15346         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15347         LOCAL is nil.
15349 2012-04-18  Chong Yidong  <cyd@gnu.org>
15351         * simple.el (line-move): Use forward-line if in batch mode
15352         (Bug#11053).
15354 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
15356         * files.el (after-find-file): Do not try to add a final newline if
15357         the buffer is read-only (Bug#11156).
15359 2012-04-17  Richard Stallman  <rms@gnu.org>
15361         * mail/rmail.el (rmail-start-mail):
15362         Pass (rmail-mail-return...) for the return-action.
15363         Pass (rmail-yank-current-message...) for the yank-action.
15364         (rmail-yank-current-message): New function.
15365         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15366         (rmail-reply): Likewise.
15367         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15369         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15370         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
15371         buffer, not newbuf.
15373 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
15375         * server.el (server-ensure-safe-dir): Simplify.
15377 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15379         * emacs-lisp/smie.el: Provide smarter auto-filling.
15380         (smie-auto-fill): New function.
15381         (smie-setup): Use it.
15383         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15385 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
15387         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15388         (comment-indent): Use it.
15390 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
15392         * ses.el: The overall change is to add cell renaming, that is
15393         setting fancy names for cell symbols other than name matching
15394         "\\`[A-Z]+[0-9]+\\'" regexp .
15395         (ses-localvars): Add ses--renamed-cell-symb-list.
15396         (ses-create-cell-variable): New defun.
15397         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15398         (ses-relocate-formula): Relocate formulas only for cells the
15399         symbols of which are not renamed, i.e. symbols whose names do not
15400         match regexp "\\`[A-Z]+[0-9]+\\'".
15401         (ses-relocate-all): Relocate values only for cells the symbols of
15402         which are not renamed.
15403         (ses-load): Create cells variables as the (ses-cell ...) are read,
15404         in order to check row col consistency with cell symbol name only
15405         for cells that are not renamed.
15406         (ses-replace-name-in-formula): New defun.
15407         (ses-rename-cell): New defun.
15409 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
15411         * progmodes/perl-mode.el (perl-indent-parens-as-block):
15412         New option (bug#11118).
15413         (perl-calculate-indent): Respect it.
15415 2012-04-17  Glenn Morris  <rgm@gnu.org>
15417         * dired-aux.el (dired-mark-read-string): Doc fix.
15419 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
15421         * dired-aux.el (dired-mark-read-string): Offer optional completion.
15422         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
15424 2012-04-17  Glenn Morris  <rgm@gnu.org>
15426         * mouse.el (mouse-drag-track):
15427         * speedbar.el (speedbar-frame-mode):
15428         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15430 2012-04-16  Leo Liu  <sdl.web@gmail.com>
15432         * progmodes/python.el: Trivial cleanup.
15434 2012-04-16  Glenn Morris  <rgm@gnu.org>
15436         * vc/vc.el (vc-string-prefix-p):
15437         * vc/pcvs-util.el (cvs-string-prefix-p):
15438         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15439         * mpc.el (mpc-string-prefix-p):
15440         Make all of these into obsolete aliases for string-prefix-p.
15441         Update callers.
15442         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15444         * textmodes/two-column.el: Move custom options to the start.
15445         (frame-width): Remove compat definition.
15446         (2C-associate-buffer, 2C-dissociate):
15447         Use with-current-buffer rather than save-excursion.
15448         (2C-dissociate): Force a mode-line update.
15449         (2C-autoscroll): Use ignore-errors.
15451         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15452         Autoload trivia.
15454         * emacs-lisp/cl-extra.el (*random-state*):
15455         Remove unnecessary declaration.
15457         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15459         * play/cookie1.el (cookie-snarf):
15460         Give an explicit error if input file cannot be read.
15462         * play/yow.el (yow-file): Use expand-file-name rather than concat.
15464         * progmodes/perl-mode.el (c-macro-expand):
15465         Remove unnecessary autoload (it is in loaddefs.el).
15467         * textmodes/picture.el (picture-desired-column)
15468         (picture-update-desired-column): Convert comments to doc-strings.
15469         (picture-substitute): Remove function.
15470         (picture-mode-map): Initialize in the defvar.
15472         * woman.el: Remove eval-after-load for tar-mode.
15473         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15474         (woman-tar-extract-file): Autoload it.
15476         * frame.el (automatic-hscrolling): Make this alias obsolete.
15478 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15480         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15481         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15482         (ispell-dictionary-base-alist): Revert to original XEmacs
15483         friendly version for default.  [:alpha:] will be added in
15484         `ispell-set-spellchecker-params' if needed.
15486 2012-04-16  Chong Yidong  <cyd@gnu.org>
15488         * image.el (imagemagick--file-regexp): New variable.
15489         (imagemagick-register-types): Use it.
15490         (imagemagick-types-inhibit): Add :set function.  Allow new value
15491         of t to inhibit all types.
15493         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15494         so we can preload it.
15496         * loadup.el (fboundp): Preload regexp-opt, needed by
15497         imagemagick-register-types.
15499 2012-04-15  Chong Yidong  <cyd@gnu.org>
15501         * frame.el (scrolling): Remove nearly unused customization group.
15503         * scroll-all.el (scroll-all-mode): Move to windows group.
15505 2012-04-15  Chong Yidong  <cyd@gnu.org>
15507         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15509 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15511         Avoid the use of ((lambda ...) ...) in lexical-binding code.
15512         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15514 2012-04-15  Glenn Morris  <rgm@gnu.org>
15516         * simple.el (process-file-side-effects): Doc fix.
15518 2012-04-15  Glenn Morris  <rgm@gnu.org>
15520         * international/mule-cmds.el (set-language-environment): Doc fix.
15522 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15524         * server.el (server-auth-key, server-generate-key): Doc fixes.
15525         (server-get-auth-key): Doc fix.  Use `string-match-p'.
15526         (server-start): Reflow docstring.
15528 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
15530         * server.el (server-generate-key): `called-interactively-p'
15531         requires a parameter.
15533 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
15535         * server.el (server-auth-key): New variable.
15536         (server-generate-key, server-get-auth-key): New function.
15537         (server-start): Use the new variable and functions to allow
15538         setting a permanent server key (bug#9423).
15540 2012-04-14  Leo Liu  <sdl.web@gmail.com>
15542         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15544 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
15546         Spelling fixes.
15547         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15548         Emacs uses American spelling.
15550 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15552         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15553         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
15554         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15555         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
15557 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15559         * progmodes/which-func.el (which-func-modes): Change default.
15561 2012-04-14  Kim F. Storm  <storm@cua.dk>
15563         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15564         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15566 2012-04-14  Chong Yidong  <cyd@gnu.org>
15568         * custom.el (custom-theme-set-variables): Doc fix.
15570 2012-04-14  Glenn Morris  <rgm@gnu.org>
15572         * international/mule.el (set-auto-coding-for-load): Doc fix.
15574 2012-04-14  Alan Mackenzie  <acm@muc.de>
15576         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15577         imenu work again for Objective C Mode.  Correct the *-index values,
15578         these having been disturbed by a previous change in 2011-08.
15580         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15581         Correct two search limits.
15583 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15585         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15587 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
15589         * international/characters.el: Fix sorting.
15591 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15593         * international/characters.el: Add more missing Latin case pairs.
15595 2012-04-14  Glenn Morris  <rgm@gnu.org>
15597         * files.el (dir-locals-set-class-variables): Doc fix.
15599 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15601         * international/characters.el: Add set-case-syntax-pair call for
15602         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15603         counterpart.  (Bug#11209)
15605         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
15607 2012-04-14  Glenn Morris  <rgm@gnu.org>
15609         * calendar/holidays.el (calendar-check-holidays): Doc fix.
15611 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15613         * textmodes/ispell.el (ispell-dictionary-base-alist):
15614         Add data for Hebrew.
15616 2012-04-14  Chong Yidong  <cyd@gnu.org>
15618         * net/rcirc.el (rcirc-cmd-quit):
15619         Revert 2012-03-18 change (Bug#11192).
15621 2012-04-14  Glenn Morris  <rgm@gnu.org>
15623         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15625 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15627         * minibuffer.el (completion-in-region-mode-map):
15628         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
15630 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
15632         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15634 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
15636         * minibuffer.el (minibuffer-local-filename-syntax): New variable
15637         to allow `C-M-f' and `C-M-b' to move to the nearest path
15638         separator (bug#9511).
15640 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
15642         * avoid.el: Require cl when compiling.  And also move the
15643         `provide' to the end.
15645 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15647         * avoid.el (mouse-avoidance-banish-position): New variable.
15648         (mouse-avoidance-banish-destination): Use it (bug#10165).
15650 2012-04-13  Leo Liu  <sdl.web@gmail.com>
15652         * progmodes/which-func.el (which-func-modes): Add objc-mode.
15654 2012-04-13  Ken Brown  <kbrown@cornell.edu>
15656         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15657         this is no longer needed now that cygstart understands file:// URLs.
15658         (browse-url-filename-alist): For the same reason, don't modify
15659         file:// URLs on Cygwin.
15661 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15663         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15664         the region on shift if the binding is already shifted (bug#11221).
15666 2012-04-12  Glenn Morris  <rgm@gnu.org>
15668         * mail/mailpost.el: Move to obsolete/.
15670 2012-04-12  Drew Adams  <drew.adams@oracle.com>
15672         * imenu.el (imenu--generic-function): Ignore invisible definitions
15673         (bug#10123).
15675 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
15677         * hexl.el (hexl-bits): New variable.
15678         (hexl-options): Mention the variable in the doc string.
15679         (hexl-rulerise, hexl-line-displen): New functions.
15680         (hexl-mode): Mention the new variable.
15681         (hexl-mode, hexl-current-address, hexl-current-address):
15682         Use the displen.
15683         (hexl-ascii-start-column): New function.
15684         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15685         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15687 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15689         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15690         '("-i" ENCODING), in 2 separate command-line arguments, to specify
15691         the encoding, as expected by hunspell.
15693 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15695         * battery.el (battery--linux-sysfs-regexp): New const.
15696         (battery-status-function): Use it.  Remove yeeloong special case.
15697         (battery-yeeloong-sysfs): Remove.
15698         (battery-echo-area-format): Remove yeeloong special case.
15700 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15702         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15703         Reported by Noah Friedman.
15705         * subr.el (read-passwd): Use read-string.
15707 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15709         * vcursor.el (vcursor-move): Increase the priority of the overlay
15710         (bug#9663).
15712 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
15714         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15715         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15717 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
15719         * textmodes/artist.el (artist-mode): Convert artist-mode to use
15720         define-minor-mode (bug#10760).
15722 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15724         * progmodes/grep.el (rgrep): Tweak the find command line so
15725         that directories matching `grep-find-ignored-files' won't be
15726         pruned (bug#10351).
15728 2012-04-11  Chong Yidong  <cyd@gnu.org>
15730         * startup.el (command-line): Remove support for long-obsolete
15731         variable font-lock-face-attributes.
15733 2012-04-11  Glenn Morris  <rgm@gnu.org>
15735         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15737 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15739         * window.el (window--state-get-1): Obey window-point-insertion-type.
15741 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
15743         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15744         to previous function when point is on the first character of a
15745         function.  Take care of that in `narrow-to-defun' (bug#6157).
15747 2012-04-11  Glenn Morris  <rgm@gnu.org>
15749         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15750         not just file-errors.
15752         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15753         (vc-bzr-sha1): Use internal sha1.
15755 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15757         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15759 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
15761         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15762         that start in the middle of the line (bug#10496).
15764 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
15766         * battery.el (battery-linux-proc-acpi): Only one battery is
15767         discharged at a time, but that seems to confuse battery.el when
15768         computing `rate-type' for the battery not being discharged
15769         (bug#10332).
15771 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15773         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15775         * international/quail.el: Use dolist and simplify.
15776         (quail-define-package, quail-update-keyboard-layout)
15777         (quail-define-rules): Use dolist.
15778         (quail-insert-kbd-layout, quail-get-translation): CSE.
15780         * tmm.el: Use dolist, remove left over hook.
15781         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15782         Use dolist.
15783         (calendar-load-hook): Don't mess with it.
15785         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15786         Use derived-mode-p.  Run the diff asynchronously.
15788 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15790         * obsolete/mouse-sel.el: Add an Obsolete-since header.
15792 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
15794         * misc.el: Display absolute path of loaded DLLs (bug#10424).
15795         (list-dynamic-libraries--loaded): New function.
15796         (list-dynamic-libraries--refresh): Use it.
15798 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
15800         * progmodes/python.el (python-fill-paragraph):
15801         Make python-fill-region in a multiline string work when font-lock is
15802         disabled (bug#7018).
15804 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
15806         * language/european.el (cp775): Add oem/legacy (en)coding on
15807         DOS/MS Windows for the Baltic languages.  There are still plenty
15808         of texts written in this encoding/codepage (bug#6519).
15810 2012-04-10  Glenn Morris  <rgm@gnu.org>
15812         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15813         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15815 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
15817         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15818         next-line "n" and previous-line "p" in order to make recentf more
15819         consistent with ibuffer, dired or org-mode (bug#9387).
15821 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15823         * image.el (put-image): Return the overlay created instead of the
15824         optional input string (bug#7834).  Note that this may break code
15825         that is (for some reason or other) depending on `put-image'
15826         returning the string.
15828         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15830         * simple.el (zap-to-char): Allow zapping using input methods
15831         (bug#1580).
15833         * textmodes/fill.el (fill-region): Leave point and mark where they
15834         were before filling (bug#5399).
15836 2012-04-09  Glenn Morris  <rgm@gnu.org>
15838         * version.el (emacs-bzr-get-version):
15839         Handle lightweight checkouts of local branches.
15841 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
15843         * international/characters.el: Recover lost case pairs.  (Bug#11209)
15845 2012-04-09  Chong Yidong  <cyd@gnu.org>
15847         * custom.el (custom-variable-p): Return nil for non-symbol
15848         arguments instead of signaling an error.
15849         (user-variable-p): Obsolete alias for custom-variable-p.
15851         * apropos.el (apropos-variable):
15852         * files-x.el (read-file-local-variable):
15853         * simple.el (set-variable):
15854         * woman.el (woman-mini-help):
15855         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15857 2012-04-09  Glenn Morris  <rgm@gnu.org>
15859         * startup.el (normal-top-level): Don't look for leim-list.el
15860         in places where it will not be found.  (Bug#910)
15862         * international/mule-cmds.el (set-default-coding-systems):
15863         * files.el (normal-mode):
15864         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
15865         This function was removed with ucs-tables.el in 2008.
15867 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
15869         * textmodes/ispell.el (ispell-check-version): For hunspell, set
15870         ispell-encoding8-command to "-i", without a trailing space.
15871         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15872         separate command-line arguments, to specify the encoding, since
15873         that's how hunspell expects it.
15875 2012-04-08  Glenn Morris  <rgm@gnu.org>
15877         * loadup.el: Load bindings before cus-start.
15878         This reduces somewhat the number of "rogue" settings in emacs -Q.
15880 2012-04-07  Glenn Morris  <rgm@gnu.org>
15882         * version.el (emacs-bzr-get-version): New function.
15883         (emacs-bzr-version): New variable.
15884         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
15885         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15887 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15889         * international/uni-bidi.el, international/uni-category.el:
15890         * international/uni-combining.el, international/uni-decimal.el:
15891         * international/uni-decomposition.el, international/uni-digit.el:
15892         * international/uni-lowercase.el, international/uni-mirrored.el:
15893         * international/uni-name.el, international/uni-numeric.el:
15894         * international/uni-titlecase.el, international/uni-uppercase.el:
15895         Update for Unicode 6.1.
15897 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15899         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15901 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15903         * window.el (shrink-window): Mention the `window-min-height'
15904         variable in the doc string.
15906 2012-04-05  Bastien Guerry  <bzg@altern.org>
15908         * color.el (color-lighten-name): Fix typo.
15910 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15912         * server.el (server--on-display-p): New function.
15913         (server--on-display-p): Use it.
15915 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
15917         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15918         (bug#11145).
15920 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15922         * comint.el (comint--common-quoted-suffix): Check string boundary
15923         before comparing (bug#11158).
15924         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15926 2012-04-04  Chong Yidong  <cyd@gnu.org>
15928         * minibuffer.el (completion-extra-properties): Doc fix.
15930         * subr.el (delayed-warnings-hook): Doc fix.
15932 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
15934         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15935         selection (Bug#11159).
15936         (epa-insert-keys): Inform that the default public key will be
15937         exported if no key is selected.
15939 2012-04-04  Richard Stallman  <rms@gnu.org>
15941         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15943 2012-04-03  Chong Yidong  <cyd@gnu.org>
15945         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15946         mail-insert-file, not its obsolete alias mail-attach-file.
15948 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
15950         * notifications.el (notifications-notify): Fix docstring.
15952 2012-04-02  Glenn Morris  <rgm@gnu.org>
15954         * emacs-lisp/authors.el (authors-aliases): Another addition.
15956 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
15958         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15959         `tramp-compat-call-process' instead of `tramp-local-call-process'.
15960         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15962 2012-04-01  Chong Yidong  <cyd@gnu.org>
15964         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15965         Handle root directory properly.
15966         (copy-directory): Caller changed.
15968         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15969         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15971 2012-03-31  Glenn Morris  <rgm@gnu.org>
15973         * term/xterm.el (xterm-extra-capabilities): Doc fix.
15975         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
15977         * calendar/calendar.el (calendar-window-list)
15978         (calendar-hide-window): Restore.  (Bug#11140)
15979         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15981         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15983 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15985         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15986         Check if file is a symlink (Bug#10489).
15988         * files.el (copy-directory): Likewise.
15990 2012-03-30  Chong Yidong  <cyd@gnu.org>
15992         * image.el (imagemagick-types-inhibit)
15993         (imagemagick-register-types): Doc fix.
15995 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15997         * textmodes/ispell.el (ispell-get-extended-character-mode):
15998         Disable extended-char-mode for hunspell.  hunspell does not support it
15999         and treats ~word as ordinary words in pipe mode.
16001 2012-03-30  Glenn Morris  <rgm@gnu.org>
16003         * tutorial.el (help-with-tutorial): Ensure local variables don't
16004         happen to make the buffer read-only.  (Bug#11127)
16006 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16008         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16009         (perl-calculate-indent): Return `noindent' in strings.
16011 2012-03-28  Sam Steingold  <sds@gnu.org>
16013         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16014         instead of the broken adhockery which does not prevent calendar
16015         buffers from being displayed at random after exit.
16016         (calendar-window-list, calendar-hide-window): Remove the broken
16017         adhockery.
16019 2012-03-28  Glenn Morris  <rgm@gnu.org>
16021         * replace.el (query-replace-map): Doc fix.
16023 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
16025         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16026         contents.  (Bug#11109)
16028 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16030         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16031         (bug#11077).
16032         (avl-tree--check, avl-tree--check-node): New funs.
16034 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
16036         * window.el (switch-to-visible-buffer): New option.
16037         (switch-to-prev-buffer, switch-to-next-buffer):
16038         Observe switch-to-visible-buffer.  Make sure that checking for a window
16039         showing a buffer already is done on the same frame.
16041 2012-03-27  Glenn Morris  <rgm@gnu.org>
16043         * startup.el (mail-host-address): Doc fix.
16045 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16047         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16048         than 197 variables.
16050 2012-03-26  Ami Fischman  <ami@fischman.org>
16052         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16054 2012-03-26  Glenn Morris  <rgm@gnu.org>
16056         * files.el (save-buffers-kill-emacs): Doc fix.
16058         * startup.el (normal-top-level, command-line, command-line-1):
16059         Give them doc strings.
16061 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
16063         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16064         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16066 2012-03-25  Chong Yidong  <cyd@gnu.org>
16068         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16069         theme if it was previously enabled before (Bug#11031).
16071         * cus-theme.el (custom-theme-write-faces): Retrieve current face
16072         spec with custom-face-get-current-spec if its :shown-value is not
16073         determined yet (Bug#9337).
16074         (customize-create-theme, custom-theme-revert): Doc fixes.
16076         * button.el (button-at): Minor addition to docstring.
16078 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
16080         * vc/vc.el (vc-merge): Fix a prompt.
16082 2012-03-24  Chong Yidong  <cyd@gnu.org>
16084         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16085         point (Bug#9623).
16087         * button.el (button-at): Minor addition to docstring.
16089 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16091         * newcomment.el (comment-choose-indent): No space after BOL.
16093 2012-03-22  Sam Steingold  <sds@gnu.org>
16095         * window.el (switch-to-prev-buffer): Revert last patch because the
16096         bug turned out to be an advertised feature (Elisp manual 28.14).
16098 2012-03-22  Glenn Morris  <rgm@gnu.org>
16100         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
16101         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16103 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16105         * net/network-stream.el (network-stream-open-starttls): Make error
16106         message under Windows be less misleading.
16108 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
16110         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16111         understands (bug#9942).
16113 2012-03-22  Chong Yidong  <cyd@gnu.org>
16115         * simple.el (end-of-visible-line): Handle return value of
16116         next-single-property-change properly (Bug#9371).
16118 2012-03-22  Kenichi Handa  <handa@m17n.org>
16120         * international/quail.el (quail-insert-kbd-layout): Fix previous
16121         change.  To avoid unwanted bidi reordering, use
16122         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16124 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
16126         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16127         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16128         (ruby-beginning-of-indent): Be more careful with the difference
16129         between word-boundary and symbol boundary.
16130         (ruby-mode-syntax-table): Make : a symbol constituent.
16132 2012-03-21  Andreas Politz  <politza@fh-trier.de>
16134         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16136 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16138         * progmodes/etags.el (tags-completion-at-point-function):
16139         Improve last fix.
16141         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16143 2012-03-21  Sam Steingold  <sds@gnu.org>
16145         * progmodes/etags.el (tags-completion-at-point-function):
16146         Avoid the error when point is inside the pattern.
16148 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
16150         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16151         line (Bug#10855).
16153 2012-03-21  Drew Adams  <drew.adams@oracle.com>
16155         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16157 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
16159         * ido.el (ido-set-current-directory, ido-read-internal)
16160         (ido-choose-completion-string, ido-completion-help): Handle nil
16161         value of ido-completion-buffer (Bug#11008).
16163 2012-03-21  Sam Steingold  <sds@gnu.org>
16165         * window.el (switch-to-prev-buffer): Do not switch to a visible
16166         window previous buffer, just like with the frame previous buffers.
16168 2012-03-21  Chong Yidong  <cyd@gnu.org>
16170         * faces.el (make-face, make-empty-face, copy-face):
16171         * face-remap.el (face-remap-add-relative, face-remap-set-base):
16172         Doc fixes.
16174 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16176         * wid-edit.el (widget-complete-field): Remove (bug#11051).
16177         (widget-complete): Remove broken use of it.
16179 2012-03-20  Chong Yidong  <cyd@gnu.org>
16181         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16182         Use string-width and truncate-string-width to handle arbitrary
16183         characters.
16185 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
16187         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16188         to draw rectangles, not squares.  (Regression introduced by revno
16189         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16191 2012-03-18  Chong Yidong  <cyd@gnu.org>
16193         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16194         it is not yet defined (for temacs).
16196 2012-03-18  Leo Liu  <sdl.web@gmail.com>
16198         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16199         prefix.
16201 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
16203         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16204         (ispell-choices-win-default-height, ispell-silently-savep)
16205         (ispell-dictionary-alist, ispell-encoding8-command)
16206         (ispell-check-version, ispell-aspell-find-dictionary)
16207         (ispell-valid-dictionary-list, ispell-words-keyword)
16208         (ispell-get-word, ispell-internal-change-dictionary)
16209         (ispell-region, ispell-skip-region-list)
16210         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16211         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16212         (ispell-message-text-end, ispell-message)
16213         (ispell-buffer-local-parsing): Doc fix.
16215 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
16217         * htmlfontify.el: Add support for code block fontification for ODT
16218         export (Bug #9914).
16219         (hfy-optimisations): Define new option
16220         `body-text-only'
16221         (hfy-fontify-buffer): Honor above setting.
16222         (hfy-begin-span, hfy-end-span): New routines factored out form
16223         `hfy-fontify-buffer'.
16224         (hfy-begin-span-handler, hfy-end-span-handler): New variables
16225         that permit insertion of custom tags.
16226         (hfy-fontify-buffer): Use above handlers.
16227         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16228         (hfy-face-to-css): Re-defined to be a variable.
16229         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
16230         over multiple runs.  This is made possible by having the caller let
16231         bind a special variable `hfy-user-sheet-assoc'.
16232         (htmlfontify-string): New defun.
16233         (hfy-compile-face-map): Make sure that the last char in the
16234         buffer is correctly fontified.
16235         (hfy-face-resolve-face): Whitespace only change.
16237 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
16239         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16240         message more clear.
16242 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16244         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16246 2012-03-16  Alan Mackenzie  <acm@muc.de>
16248         Further optimize the handling of large macros.
16250         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16251         limit to a call of `c-literal-limits'.
16252         (c-determine-+ve-limit): New function.
16253         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16254         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16255         In CASE 5B, restrict a search limit to 500.
16256         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16258         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16259         Restrict macro bounds to +-500 from after-change's BEG END.
16261 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16263         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16265 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
16267         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16268         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
16270 2012-03-16  Glenn Morris  <rgm@gnu.org>
16272         * view.el (view-buffer, view-buffer-other-window)
16273         (view-buffer-other-frame): Doc fixes re special mode-class.
16275         * subr.el (eval-after-load): If named feature is provided not from
16276         a file, run after-load forms.  (Bug#10946)
16278         * calendar/calendar.el (calendar-insert-at-column):
16279         Handle non-unit-width characters a bit better.  (Bug#10978)
16281 2012-03-15  Chong Yidong  <cyd@gnu.org>
16283         * emacs-lisp/ring.el (ring-extend): New function.
16284         (ring-insert+extend): Extend the ring correctly (Bug#11019).
16286         * comint.el (comint-read-input-ring)
16287         (comint-add-to-input-history): Grow comint-input-ring lazily.
16289 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16291         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16292         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16294         * imenu.el: Fix multiple inheritance breakage (bug#9199).
16295         (imenu-add-to-menubar): Don't add a redundant index.
16296         (imenu-update-menubar): Handle a dynamically composed keymap.
16298 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16300         * mail/sendmail.el (mail-encode-header):
16301         Bind rfc2047-encode-encoded-words to nil.
16303 2012-03-13  Glenn Morris  <rgm@gnu.org>
16305         * calendar/calendar.el (calendar-string-spread):
16306         Handle non-unit-width characters a bit better.  (Bug#10978)
16308 2012-03-13  Leo Liu  <sdl.web@gmail.com>
16310         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16311         directory and file as argument (Bug#10822).
16313 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16315         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16316         For dynamically generated code, follow $PC.
16317         (gdb-disassembly-handler-custom): Handle no function name case.
16319 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
16321         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16322         * emulation/ws-mode.el (ws-query-replace):
16323         * sort.el (sort-regexp-fields):
16324         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
16326 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16328         * dabbrev.el: Fix cycle completion order (bug#10963).
16329         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16330         (dabbrev-completion): Don't use an obarray; provide
16331         a cycle-sort-function.
16333 2012-03-12  Leo Liu  <sdl.web@gmail.com>
16335         * simple.el (kill-new): Use equal-including-properties for comparison.
16336         (kill-do-not-save-duplicates): Doc fix.
16338 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16340         * dabbrev.el: Fix cycle completion (bug#10963).
16341         Use lexical binding and wrap to 80 columns.
16342         (dabbrev-completion): Delay computing the list of completions.
16344 2012-03-12  Kenichi Handa  <handa@m17n.org>
16346         * international/quail.el (quail-insert-kbd-layout): Surround each
16347         row by LRO and PDF instead of inserting many LRMs.  Pad the left
16348         and right of each non-spacing marks.  Insert invisible space
16349         between lower and upper characters to prevent composition.
16351 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16353         * minibuffer.el (minibuffer-complete): Don't get confused when the
16354         function is run twice via different commands (bug#10958).
16355         (complete-with-action): Fix docstring.
16357 2012-03-12  Chong Yidong  <cyd@gnu.org>
16359         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16360         (nxml-completion-at-point-function): New function.
16361         (nxml-mode): Use it.
16362         (nxml-bind-meta-tab-to-complete-flag): Default to t.
16364         * emacs-lisp/package.el (package-unpack, package-unpack-single):
16365         Load generated autoloads file before byte compiling (Bug#10970).
16366         (package--make-autoloads-and-compile): New helper fun.
16368 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
16370         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16372 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
16374         * autorevert.el (auto-revert-handler): Ensure, that
16375         file-readable-p is applied only for local files or in
16376         auto-revert-tail-mode.
16378 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
16380         * server.el (server-eval-at): Handle non-tcp connections.
16381         Decode result string.
16383         * server.el (server-msg-size): New constant.
16384         (server-reply-print): New function.
16385         (server-eval-and-print): Use it.
16386         (server-eval-at): Use server-quote-arg and server-unquote-arg.
16387         Handle -print-nonl.
16389 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
16391         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16392         (Bug#10987).
16394 2012-03-11  Chong Yidong  <cyd@gnu.org>
16396         * simple.el (goto-line): Doc fix (Bug#9938).
16398         * subr.el (save-window-excursion): Doc fix (Bug#9979).
16400         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16401         when finished (Bug#10963).
16403 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
16405         * window.el (split-window-below): Fix bug in case where
16406         split-window-keep-point is nil (Bug#10971).
16408 2012-03-11  Juri Linkov  <juri@jurta.org>
16410         * replace.el (replace-highlight): Set isearch-word to nil
16411         unconditionally.  (Bug#10887)
16413 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
16415         * net/mairix.el (mairix-replace-invalid-chars): Rename from
16416         mairix-replace-illegal-chars; all callers changed.  Don't remove
16417         ^, ~, and = characters: they are meaningful in mairix search specs.
16418         (mairix-widget-create-query): Add usage information about mairix
16419         search forms: negating words, searching for substrings, etc.
16421 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
16423         * international/fontset.el (font-encoding-alist): Add an entry for
16424         ksx1001 (Bug#5667).
16426 2012-03-10  Richard Stallman  <rms@gnu.org>
16428         * mail/sendmail.el (mail-encode-header):
16429         Set rfc2047-encode-encoded-words.
16431         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16433         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16434         view buffer means not swapped.
16435         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16436         (rmail-write-region-annotate): Error if real text has disappeared.
16438         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16440 2012-03-10  Chong Yidong  <cyd@gnu.org>
16442         * emulation/cua-rect.el (cua--init-rectangles):
16443         * emulation/cua-base.el (cua--init-keymaps):
16444         Add delete-forward-char to remappings (Bug#9666).
16446 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
16448         * speedbar.el (speedbar-unhighlight-one-tag-line):
16449         Avoid unhighlighting due to frame switching (Bug#10275).
16451 2012-03-10  Chong Yidong  <cyd@gnu.org>
16453         * minibuffer.el (completion-in-region, completion-help-at-point):
16454         Give the completion field overlay a high priority (Bug#6830).
16456         * dired.el (dired-goto-file): Recognize absolute file name
16457         listings (Bug#7126).
16458         (dired-goto-file-1): New helper function.
16459         (dired-toggle-read-only): Inhibit warnings.
16461 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
16463         * net/dbus.el (dbus-property-handler): Return empty array if
16464         there are no properties.
16466 2012-03-09  Leo Liu  <sdl.web@gmail.com>
16468         * savehist.el (savehist-printable): Stricter check for string
16469         value (Bug#10937).
16471 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
16473         * mail/smtpmail.el (smtpmail-send-it):
16474         Bind coding-system-for-write to *-unix, so that FCC files are kept in
16475         valid mbox format.
16477 2012-03-09  Glenn Morris  <rgm@gnu.org>
16479         * files.el (dir-locals-find-file):
16480         Don't check result is regular, readable.
16481         (dir-locals-read-from-file): Demote errors.
16483 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
16485         * international/quail.el (quail-insert-kbd-layout):
16486         Insert invisible LRM characters before each character in a keyboard
16487         layout cell, to prevent their reordering by bidi display engine.
16488         For details, see the discussion in
16489         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16491 2012-03-08  Alan Mackenzie  <acm@muc.de>
16493         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16494         the starting position; make it extend the marked region when
16495         invoked repeatedly - all under appropriate circumstances.
16496         Fixes bugs #5525, #10906.
16498 2012-03-08  Glenn Morris  <rgm@gnu.org>
16500         * files.el (locate-dominating-file, dir-locals-find-file):
16501         Undo 2012-03-06 change.
16503 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
16505         * international/quail.el (quail-help):
16506         Force bidi-paragraph-direction be left-to-right.  See discussion in
16507         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16508         for the reason.
16510 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
16512         Avoid superfluous registering of signals.  (Bug#10807)
16514         * notifications.el (notifications-on-action-object)
16515         (notifications-on-close-object): New defvars.
16516         (notifications-on-action-signal, notifications-on-closed-signal):
16517         Unregister the signal if not needed any longer.
16518         (notifications-notify): Register `notifications-action-signal' or
16519         `notifications-closed-signal', if :on-action or :on-close has been
16520         passed as argument.
16522 2012-03-07  Chong Yidong  <cyd@gnu.org>
16524         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16525         non-X platforms.
16527 2012-03-06  Glenn Morris  <rgm@gnu.org>
16529         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16530         (x-disown-selection-internal, x-get-selection-internal):
16531         Doc fix (add arglist signatures).  (Bug#10783)
16533 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16535         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16536         Handle breakpoints with no "type".
16538 2012-03-06  Glenn Morris  <rgm@gnu.org>
16540         * files.el (locate-dominating-file): Add optional predicate argument.
16541         (dir-locals-find-file): Make use of above change.
16543 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
16545         * info.el (Info-insert-dir): Also try "dir.gz".
16547 2012-03-06  Glenn Morris  <rgm@gnu.org>
16549         * files.el (dir-locals-find-file):
16550         Ignore non-readable or non-regular files.  (Bug#10928)
16552         * files.el (locate-dominating-file): Doc fix.
16554 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
16556         * calendar/calendar.el (calendar-set-mode-line):
16557         `getenv' returns a string.  (Bug#10951)
16559 2012-03-05  Leo Liu  <sdl.web@gmail.com>
16561         * simple.el (backward-delete-char-untabify): Constrain point to
16562         field (Bug#10939).
16564         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16566 2012-03-05  Chong Yidong  <cyd@gnu.org>
16568         * simple.el (count-words): If called from Lisp, return the word
16569         count, for symmetry with `count-lines'.  Arglist changed.
16570         (count-words--message): Args changed.  Consolidate counting code
16571         from count-words and count-words-region.
16572         (count-words-region): Caller changed.
16573         (count-lines-region): Make it an obsolete alias.
16575 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
16577         * saveplace.el (save-place-to-alist)
16578         (save-place-ignore-files-regexp): Allow value nil to disable this
16579         feature.
16581 2012-03-04  Chong Yidong  <cyd@gnu.org>
16583         * faces.el (face-spec-reset-face): For the default face, reset the
16584         attributes to default values (Bug#10748).
16586 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16588         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16589         previous patch: Check `message-send-mail-function', and not the
16590         default function (bug#10897).
16592 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
16594         * notifications.el (notifications-on-action-signal)
16595         (notifications-on-closed-signal): Check for unique service name of
16596         incoming event.  Fix error in removing entry.
16597         (top): Register for signals with wildcard service name.
16598         (notifications-notify): Use daemon unique service name for map entries.
16600 2012-03-04  Chong Yidong  <cyd@gnu.org>
16602         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16604 2012-03-04  Glenn Morris  <rgm@gnu.org>
16606         * abbrev.el (copy-abbrev-table, abbrev-table-p)
16607         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16608         (expand-abbrev, define-abbrev-table): Doc fixes.
16610 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16612         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16613         `message-default-send-mail-function' and not `send-mail-function'
16614         when doing the prompting for `sendmail-query-once' before sending
16615         in Message buffers (bug#10897).
16617         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16618         This is inconsistent with all the other stream functions, which leave
16619         the setting up to the higher levels (if so wanted) (bug#10931).
16621 2012-03-02  Alan Mackenzie  <acm@muc.de>
16623         Depessimize the handling of very large macros.
16625         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16626         (c-macro-cache-syntactic): New variables to implement a one
16627         element macro cache.
16628         (c-invalidate-macro-cache): New function.
16629         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16630         Adapt to use the new cache.
16631         (c-state-safe-place): Use better the cache of safe positions.
16632         (c-state-semi-nonlit-pos-cache)
16633         (c-state-semi-nonlit-pos-cache-limit):
16634         New variables for...
16635         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
16636         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16637         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16638         Use c-state-semi-safe-place.
16640         * progmodes/cc-langs.el (c-get-state-before-change-functions):
16641         Add c-invalidate-macro-cache to the C, C++, Obj entries.
16643 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
16645         * jka-compr.el (jka-compr-call-process):
16646         Apply `file-accessible-directory-p' only when the default directory is
16647         not remote.
16649 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
16651         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
16652         access of FILE2, if FILE1 does not exist.
16654         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16655         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16657         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16658         Add "PAGER=" to `process-environment'.
16660 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
16662         * progmodes/sql.el: Bug fix
16663         (sql-get-login-ext): Save login values in globals.
16664         (sql-get-login): Use new version of `sql-get-login-ext'.
16665         (sql-interactive-mode): Set global `sql-connection' to nil.
16666         (sql-connect): Set global values for connection.
16667         (sql-product-interactive): Save global values as buffer local.
16669 2012-02-29  Leo Liu  <sdl.web@gmail.com>
16671         * abbrev.el (define-abbrevs): Reset sys to nil.
16673 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16675         * files.el (file-equal-p): Rename from `files-equal-p'.
16676         Return nil when one or both files don't exist.
16677         (file-subdir-of-p): Now only top directory must exists,
16678         return nil if it doesn't.
16679         (copy-directory): No need to test with `file-subdir-of-p' after
16680         creating dir.
16681         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16682         to `file-equal-p'.
16684 2012-02-28  Glenn Morris  <rgm@gnu.org>
16686         * shell.el (shell-mode):
16687         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16688         * play/landmark.el (landmark-font-lock-face-O):
16689         * play/handwrite.el (handwrite):
16690         * play/gomoku.el (gomoku-O):
16691         * net/browse-url.el (browse-url-browser-display):
16692         * international/mule.el (define-charset):
16693         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16694         * filesets.el (filesets-find-file-delay):
16695         * eshell/em-xtra.el (eshell-xtra):
16696         * eshell/em-unix.el (eshell-grep):
16697         * emulation/viper.el (viper-mode):
16698         * emacs-lisp/regexp-opt.el (regexp-opt-group):
16699         * emacs-lisp/easymenu.el (easy-menu-define):
16700         * calendar/timeclock.el (timeclock-use-display-time):
16701         * bs.el (bs-mode):
16702         * bookmark.el (bookmark-save-flag):
16703         Doc fix (standardize possessive apostrophe usage).
16705 2012-02-27  Chong Yidong  <cyd@gnu.org>
16707         * emulation/viper-cmd.el (viper-intercept-ESC-key):
16708         Fix key-binding lookup for ESC key (Bug#9146).
16710         * font-lock.el (font-lock-specified-p): Rename from
16711         font-lock-spec-present.  Callers changed.
16713 2012-02-27  Daniel Hackney  <dan@haxney.org>
16715         * emacs-lisp/package.el (package-compute-transaction):
16716         Handle holding a package version to t in package-load-list.
16718 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
16720         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16721         (tramp-get-inode, tramp-get-device): Use cached values.
16723 2012-02-26  Alan Mackenzie  <acm@muc.de>
16725         Check there is a font-lock specification before doing initial
16726         fontification.
16728         * font-core.el (font-lock-mode): Move the conditional from
16729         :after-hook to font-lock-initial-fontify.
16730         (font-lock-default-function): Move the check for a specification
16731         to font-lock-spec-present.
16733         * font-lock.el (font-lock-initial-fontify): Call ...
16734         (font-lock-spec-present): New function.
16736 2012-02-26  Jim Blandy  <jimb@red-bean.com>
16738         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16739         (gdb-send): Apply it to the operand of the '-interpreter-exec
16740         console' command, so that we can pass arguments with (say) quotes
16741         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
16743 2012-02-26  Chong Yidong  <cyd@gnu.org>
16745         * help-fns.el (describe-function-1): Clarify description of
16746         remapping (Bug#10844).
16748         * files.el (files-equal-p): Doc fix.
16749         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
16750         and quit the loop once a mismatch is found.
16752 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
16754         * bs.el (bs--show-with-configuration): Don't throw an error
16755         if the window cannot be split; otherwise, subsequent calls to
16756         bs-show fail, restoring a stale window config.  (Bug#10882)
16758 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
16760         * term/ns-win.el (global-map): Bind ns-drag-file to
16761         ns-find-file (Bug#5855, Bug#10050).
16763 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
16765         * calendar/parse-time.el (parse-time-string): Allow extractor to
16766         return nil.
16768 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
16770         * net/tramp.el (tramp-file-name-for-operation):
16771         Add `files-equal-p' and `file-subdir-of-p'.
16773         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16774         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16775         Add COPY-CONTENTS argument.
16777 2012-02-25  Chong Yidong  <cyd@gnu.org>
16779         Add custom groups for VC backends, for consistency with vc-bzr.
16781         * vc/vc-arch.el (vc-arch):
16782         * vc/vc-cvs.el (vc-cvs):
16783         * vc/vc-git.el (vc-git):
16784         * vc/vc-hg.el (vc-hg):
16785         * vc/vc-mtn.el (vc-mtn):
16786         * vc/vc-rcs.el (vc-rcs):
16787         * vc/vc-sccs.el (vc-sccs):
16788         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16789         All relevant defcustoms reassigned.
16791 2012-02-25  Chong Yidong  <cyd@gnu.org>
16793         * newcomment.el (comment-styles): Add autoload (Bug#10868).
16795         * term/x-win.el (x-initialize-window-system): Reduce default for
16796         x-selection-timeout to 5 seconds (Bug#8869).
16798 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16800         * files.el (files-equal-p, file-subdir-of-p): New functions.
16801         (copy-directory): Error when trying to copy a directory on itself.
16802         Add missing copy-contents arg to tramp handler.
16803         * dired-aux.el (dired-copy-file-recursive): Same.
16804         (dired-create-files): Modify destination when source is equal to
16805         dest when copying files.
16806         Return also when dest is a subdir of source.  (Bug#10489)
16808 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
16810         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16811         (Bug#10874)
16813 2012-02-23  Alan Mackenzie  <acm@muc.de>
16815         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16816         parameter "after-hook:" to allow the expansion to run code after
16817         the execution of the mode hooks.
16819         * font-lock.el (font-lock-initial-fontify): New function extracted
16820         from font-lock-mode-internal.
16822         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16823         :after-hook.
16825 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16827         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16828         (completion--cache-all-sorted-completions): New function.
16829         (completion-all-sorted-completions): Use it.
16830         (completion--do-completion, minibuffer-force-complete):
16831         Use it to re-instate the flush hook.
16833         * icomplete.el (icomplete-completions): Replace last fix with a better
16834         one (bug#10850).
16836 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
16838         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16839         when it might call us back infinitely (bug#10797).
16841 2012-02-23  Glenn Morris  <rgm@gnu.org>
16843         * minibuffer.el (completion-category-overrides): Doc fix.
16845 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16847         * minibuffer.el (completion-table-with-context): Fix inf-loop.
16848         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16850 2012-02-23  Glenn Morris  <rgm@gnu.org>
16852         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16853         (authors-obsolete-files-regexps, authors-ignored-files)
16854         (authors-ambiguous-files, authors-renamed-files-alist):
16855         Add more entries.
16857 2012-02-23  Juri Linkov  <juri@jurta.org>
16859         * isearch.el (isearch-occur): Sync interactive spec with occur's
16860         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
16862         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16864 2012-02-22  Juri Linkov  <juri@jurta.org>
16866         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16867         (ucs-insert): Doc fix.  Check for hex digits in the string.
16868         Don't display `nil' in the error message.  (Bug#10857)
16870 2012-02-22  Alan Mackenzie  <acm@muc.de>
16872         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16874 2012-02-22  Glenn Morris  <rgm@gnu.org>
16876         * ffap.el (ffap-c-path):
16877         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
16879 2012-02-22  Chong Yidong  <cyd@gnu.org>
16881         * custom.el (load-theme): Doc fix.
16883 2012-02-22  Glenn Morris  <rgm@gnu.org>
16885         * dired-x.el (dired-guess-shell-alist-default):
16886         Remove escape sequences from nroff output.  (Bug#172)
16888 2012-02-21  Glenn Morris  <rgm@gnu.org>
16890         * vc/emerge.el (emerge-defvar-local):
16891         Set `permanent-local' property rather than unused `preserved'.
16893         * textmodes/picture.el (picture-delete-char): New alias.
16894         (picture-mode-map): Use it.  (Bug#10860)
16895         (picture-mode): Doc fix.
16897 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
16899         * newcomment.el (uncomment-region-default): Remove unused binding.
16901 2012-02-21  Glenn Morris  <rgm@gnu.org>
16903         * textmodes/picture.el (picture-motion, picture-motion-reverse)
16904         (picture-self-insert, picture-tab-chars): Doc fix.
16905         (picture-mode-map): Fix C-a, C-e.
16907 2012-02-20  Glenn Morris  <rgm@gnu.org>
16909         * emacs-lisp/authors.el (authors-aliases): Add another entry.
16911 2012-02-20  Leo Liu  <sdl.web@gmail.com>
16913         * icomplete.el (icomplete-completions): Check FROM arg before
16914         passing to substring (Bug#10850).
16916 2012-02-19  Chong Yidong  <cyd@gnu.org>
16918         * comint.el: Require ansi-color.
16919         (comint-output-filter-functions): Add ansi-color-process-output.
16921         * ansi-color.el: Don't set comint-output-filter-functions; it is
16922         now in the initial value defined in comint.el.
16923         (ansi-color-apply-face-function): New variable.
16924         (ansi-color-apply-on-region): Use it.
16925         (ansi-color-apply-overlay-face): New function.
16927         * shell.el (shell): No need to require ansi-color.
16928         (shell-mode): Use ansi-color-apply-face-function to highlight
16929         color escapes using font-lock-face property (Bug#10835).
16931 2012-02-19  Chong Yidong  <cyd@gnu.org>
16933         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16934         mode-line formats (Bug#10839).
16936 2012-02-18  Glenn Morris  <rgm@gnu.org>
16938         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16940         * mail/undigest.el (unforward-rmail-message): Doc fix.
16942         * saveplace.el (save-place-ignore-files-regexp): Add :version.
16944 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
16946         * international/characters.el (script-list): Sync with the latest
16947         Unicode Character Database.
16949 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
16951         * international/titdic-cnv.el: Remove duplicate coding tag.
16952         * language/cham.el: Likewise.
16953         * language/tai-viet.el: Likewise.
16955 2012-02-18  Glenn Morris  <rgm@gnu.org>
16957         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16958         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16959         (calendar-bahai-all-holidays-flag, calendar-other-dates):
16960         * calendar/diary-lib.el (diary-abbreviated-year-flag):
16961         * calendar/holidays.el (holiday-bahai-holidays)
16962         (calendar-holidays, list-holidays):
16963         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
16965 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
16967         * saveplace.el (save-place-ignore-files-regexp): New variable
16968         allowing for excluding files from saving their location of point.
16969         The default value matches the temporary commit message editing
16970         files from Git, SVN, Bazaar, and Mercurial.
16971         (save-place-to-alist): Use it.
16973 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
16974             Stefan Monnier  <monnier@iro.umontreal.ca>
16976         * newcomment.el (uncomment-region-default): Don't leave extra space
16977         when an arg is provided (bug#8150).
16979 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
16981         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16983 2012-02-17  Glenn Morris  <rgm@gnu.org>
16985         * net/socks.el: Require network-stream.  (Bug#10599)
16987 2012-02-17  Kenichi Handa  <handa@m17n.org>
16989         * international/charprop.el:
16990         * international/uni-name.el:
16991         * international/uni-old-name.el:
16992         * international/uni-comment.el: Regenerate.
16994 2012-02-16  Glenn Morris  <rgm@gnu.org>
16996         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16997         Interactively in calendar buffer, give an error if not on a date.
16999 2012-02-15  Glenn Morris  <rgm@gnu.org>
17001         * shell.el (shell-delimiter-argument-list):
17002         Revert 2011-02-17 change.  (Bug#8027)
17004 2012-02-15  Chong Yidong  <cyd@gnu.org>
17006         * minibuffer.el (completion-at-point-functions): Doc fix.
17008         * custom.el (defcustom): Doc fix; note use of defvar.
17010 2012-02-15  Glenn Morris  <rgm@gnu.org>
17012         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17013         Doc fixes.
17015 2012-02-14  Glenn Morris  <rgm@gnu.org>
17017         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17019 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
17021         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17022         way the ports list is computed.
17023         (smtpmail-query-smtp-server): Prompt the user for a port number if
17024         we can't connect to any of the standard ports (bug#10810).
17026 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17028         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17030 2012-02-13  Glenn Morris  <rgm@gnu.org>
17032         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
17034 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
17036         * net/gnutls.el (gnutls-trustfiles): New variable.
17037         (gnutls-negotiate): Use it.
17039 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
17041         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17042         does its stuff if Gnus is running.
17044 2012-02-13  Alan Mackenzie  <acm@muc.de>
17046         Fix a loop in c-set-fl-decl-start.
17048         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17049         c-backward-syntactic-ws actually moves backwards.
17051 2012-02-13  Leo Liu  <sdl.web@gmail.com>
17053         * net/rcirc.el (rcirc-markup-attributes): Move point to the
17054         beginning so that all \C-o chars are removed.
17056 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
17058         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17060 2012-02-12  Alan Mackenzie  <acm@muc.de>
17062         Fix infinite loop with long macros.
17063         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17065 2012-02-12  Chong Yidong  <cyd@gnu.org>
17067         * window.el (display-buffer): Doc fix (Bug#10785).
17069 2012-02-12  Glenn Morris  <rgm@gnu.org>
17071         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17072         (x-disown-selection-internal, x-get-selection-internal):
17073         Sync docs with the xselect.c versions.
17075         * allout-widgets.el: Add missing license notice.
17077 2012-02-11  Glenn Morris  <rgm@gnu.org>
17079         * select.el (x-get-selection-internal, x-own-selection-internal)
17080         (x-disown-selection-internal):
17081         * x-dnd.el (x-get-selection-internal): Update declarations.
17083         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17085         * window.el (window-sides-slots):
17086         * tool-bar.el (tool-bar-position):
17087         * term/xterm.el (xterm-extra-capabilities):
17088         * ses.el (ses-self-reference-early-detection):
17089         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17090         (verilog-auto-wire-type)
17091         (verilog-auto-delete-trailing-whitespace)
17092         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17093         (verilog-auto-tieoff-declaration):
17094         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17095         (sql-oracle-statement-starters, sql-oracle-scan-on):
17096         * progmodes/prolog.el (prolog-align-comments-flag)
17097         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17098         (prolog-left-indent-regexp, prolog-paren-indent-p)
17099         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17100         (prolog-types, prolog-mode-specificators)
17101         (prolog-determinism-specificators, prolog-directives)
17102         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17103         (prolog-electric-dot-flag)
17104         (prolog-electric-dot-full-predicate-template)
17105         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17106         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17107         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17108         (prolog-program-switches, prolog-prompt-regexp)
17109         (prolog-debug-on-string, prolog-debug-off-string)
17110         (prolog-trace-on-string, prolog-trace-off-string)
17111         (prolog-zip-on-string, prolog-zip-off-string)
17112         (prolog-use-standard-consult-compile-method-flag)
17113         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17114         (prolog-imenu-max-lines, prolog-info-predicate-index)
17115         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17116         (prolog-char-quote-workaround):
17117         * progmodes/cc-vars.el (c-defun-tactic):
17118         * net/tramp.el (tramp-encoding-command-interactive)
17119         (tramp-local-end-of-line):
17120         * net/soap-client.el (soap-client):
17121         * net/netrc.el (netrc-file):
17122         * net/gnutls.el (gnutls):
17123         * minibuffer.el (completion-category-overrides)
17124         (completion-cycle-threshold)
17125         (completion-pcm-complete-word-inserts-delimiters):
17126         * man.el (Man-name-local-regexp):
17127         * mail/feedmail.el (feedmail-display-full-frame):
17128         * international/characters.el (glyphless-char-display-control):
17129         * eshell/em-ls.el (eshell-ls-date-format):
17130         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17131         (lisp-lambda-list-keyword-parameter-indentation)
17132         (lisp-lambda-list-keyword-parameter-alignment):
17133         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17134         * dired-x.el (dired-omit-verbose):
17135         * cus-theme.el (custom-theme-allow-multiple-selections):
17136         * calc/calc.el (calc-highlight-selections-with-faces)
17137         (calc-lu-field-reference, calc-lu-power-reference)
17138         (calc-note-threshold):
17139         * battery.el (battery-mode-line-limit):
17140         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17141         (archive-7z-update):
17142         * allout.el (allout-prefixed-keybindings)
17143         (allout-unprefixed-keybindings)
17144         (allout-inhibit-auto-fill-on-headline)
17145         (allout-flattened-numbering-abbreviation):
17146         * allout-widgets.el (allout-widgets-auto-activation)
17147         (allout-widgets-icons-dark-subdir)
17148         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17149         (allout-widgets-theme-dark-background)
17150         (allout-widgets-theme-light-background)
17151         (allout-widgets-item-image-properties-emacs)
17152         (allout-widgets-item-image-properties-xemacs)
17153         (allout-widgets-run-unit-tests-on-load)
17154         (allout-widgets-time-decoration-activity)
17155         (allout-widgets-hook-error-post-time)
17156         (allout-widgets-track-decoration):
17157         Add missing :version tags to new defcustoms and defgroups.
17159         * progmodes/sql.el (sql-ansi-statement-starters)
17160         (sql-oracle-statement-starters): Add custom type.
17162         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17163         (prolog-system-version): Give it a type.
17165 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
17167         * term/pc-win.el (x-select-text, x-selection-owner-p)
17168         (x-own-selection-internal, x-disown-selection-internal)
17169         (x-get-selection-internal): Sync doc strings and argument lists
17170         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
17172 2012-02-11  Leo Liu  <sdl.web@gmail.com>
17174         * progmodes/python.el (python-end-of-statement): Fix infinite
17175         loop.  (Bug#10788)
17177 2012-02-10  Glenn Morris  <rgm@gnu.org>
17179         * international/mule-cmds.el (unify-8859-on-encoding-mode)
17180         (unify-8859-on-decoding-mode): Properly mark as obsolete.
17182 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
17184         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17185         about SMTP before checking the From header.
17187         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17188         into own function for reuse by emacsbug.el.
17190 2012-02-10  Leo Liu  <sdl.web@gmail.com>
17192         * subr.el (condition-case-unless-debug): Rename from
17193         condition-case-no-debug.  All callers changed.
17194         (with-demoted-errors): Fix caller.
17196         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17197         * nxml/rng-valid.el (rng-do-some-validation):
17198         * emacs-lisp/package.el (package-refresh-contents)
17199         (package-menu-execute):
17200         * desktop.el (desktop-create-buffer):
17201         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17203 2012-02-10  Glenn Morris  <rgm@gnu.org>
17205         * textmodes/bibtex.el:
17206         Add missing :version tags for new/changed defcustoms.
17208         * files.el (remote-file-name-inhibit-cache): Doc fixes.
17210 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
17212         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17213         (smtpmail-via-smtp): Use it, or fall back on the From address.
17214         (smtpmail-send-it): Ditto.
17216 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17218         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17219         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
17220         (byte-compile-tmp-var): New const.
17221         (byte-compile-defvar): Use it to minimize .elc size.
17222         Just use `defvar' rather than simulate it (bug#10761).
17224 2012-02-09  Glenn Morris  <rgm@gnu.org>
17226         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
17228         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17229         Add :version tags.
17231         * progmodes/compile.el (compilation-error-screen-columns)
17232         (compilation-first-column, compilation-filter-start): Doc fixes.
17234         * vc/log-view.el (log-view-toggle-entry-display):
17235         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17237         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17238         (report-emacs-bug-can-use-xdg-email):
17239         (report-emacs-bug-insert-to-mailer): Doc fixes.
17240         (report-emacs-bug): Message fix.
17242         * net/browse-url.el (browse-url-can-use-xdg-open)
17243         (browse-url-xdg-open): Doc fixes.
17245         * electric.el (electric-indent-mode, electric-pair-mode)
17246         (electric-layout-rules, electric-layout-mode): Doc fixes.
17247         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17249 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
17251         * server.el (server-unselect-display): Don't inadvertently kill
17252         the current buffer.  (Bug#10729)
17254 2012-02-08  Glenn Morris  <rgm@gnu.org>
17256         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17257         (sql-list-table): Doc fixes.
17259         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17260         Comment out (does nothing).
17262         * completion.el (dynamic-completion-mode):
17263         * dirtrack.el (dirtrack-debug-mode):
17264         * electric.el (electric-layout-mode):
17265         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17266         * face-remap.el (text-scale-mode, buffer-face-mode):
17267         * iimage.el (iimage-mode):
17268         * image-mode.el (image-transform-mode):
17269         * minibuffer.el (completion-in-region-mode):
17270         * scroll-lock.el (scroll-lock-mode):
17271         * simple.el (next-error-follow-minor-mode):
17272         * tar-mode.el (tar-subfile-mode):
17273         * tooltip.el (tooltip-mode):
17274         * vcursor.el (vcursor-use-vcursor-map):
17275         * wid-browse.el (widget-minor-mode):
17276         * emulation/tpu-edt.el (tpu-edt-mode):
17277         * emulation/tpu-extras.el (tpu-cursor-free-mode):
17278         * international/iso-ascii.el (iso-ascii-mode):
17279         * language/thai-util.el (thai-word-mode):
17280         * mail/supercite.el (sc-minor-mode):
17281         * net/goto-addr.el (goto-address-mode):
17282         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17283         * progmodes/cwarn.el (cwarn-mode):
17284         * progmodes/flymake.el (flymake-mode):
17285         * progmodes/glasses.el (glasses-mode):
17286         * progmodes/hideshow.el (hs-minor-mode):
17287         * progmodes/pascal.el (pascal-outline-mode):
17288         * textmodes/enriched.el (enriched-mode):
17289         * vc/smerge-mode.el (smerge-mode):
17290         Doc fixes (minor mode argument).
17292 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
17294         * ls-lisp.el (ls-lisp-sanitize): New function.
17295         (ls-lisp-insert-directory): Use it to fix or remove any elements
17296         in file-alist with missing attributes.  (Bug#4673)
17298 2012-02-07  Alan Mackenzie  <acm@muc.de>
17300         Fix spurious recognition of c-in-knr-argdecl.
17302         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17303         putative K&R region.
17305 2012-02-07  Alan Mackenzie  <acm@muc.de>
17307         * progmodes/cc-engine.el (c-forward-objc-directive):
17308         Prevent looping in "#pragma mark @implementation".
17310 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
17312         * notifications.el (notifications-on-closed-signal): Make `reason'
17313         optional.  (Bug#10744)
17315 2012-02-07  Glenn Morris  <rgm@gnu.org>
17317         * emacs-lisp/easy-mmode.el (define-minor-mode):
17318         Doc fixes for the macro and the mode it defines.
17320         * image.el (imagemagick-types-inhibit): Doc fix.
17322         * cus-start.el (imagemagick-render-type): Add it.
17324 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
17326         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17327         Set the default at load time, too, so that `font-lock-fontify-buffer'
17328         can be called without setting up the entire mode first.  This fixes
17329         a bug in `mm-inline-text' with C MIME parts.
17331 2012-02-06  Chong Yidong  <cyd@gnu.org>
17333         * simple.el (list-processes--refresh): Delete exited processes
17334         (Bug#8094).
17336         * comint.el (comint-next-prompt): next-single-char-property-change
17337         and prev-single-char-property-change never return nil (Bug#8657).
17339         * custom.el (defcustom): Doc fix (Bug#9711).
17341 2012-02-05  Chong Yidong  <cyd@gnu.org>
17343         * cus-edit.el (custom-variable-reset-backup): Quote the value
17344         before storing it in the customized-value property (Bug#6712).
17345         (custom-display): Add a customization type tag.
17346         (custom-buffer-create-internal): Improve tooltip message.
17348         * wid-edit.el (widget-field-value-get): New optional arg to
17349         suppress trailing whitespace truncation.
17350         (character): Use it (Bug#2689).
17352 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
17354         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17355         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17357 2012-02-05  Chong Yidong  <cyd@gnu.org>
17359         * cus-edit.el (custom-variable-value-create): For mismatched
17360         types, show the current value (Bug#7600).
17362         * custom.el (defcustom): Doc fix.
17364 2012-02-05  Glenn Morris  <rgm@gnu.org>
17366         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17368 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
17370         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17371         (pp-buffer): Use `ignore-errors', `looking-at-p'.
17372         (pp-last-sexp): Use `looking-at-p'.
17374 2012-02-04  Glenn Morris  <rgm@gnu.org>
17376         * files.el (revert-buffer):
17377         Doc fix (mention revert-buffer-in-progress-p).
17379         * emacs-lisp/ert-x.el (ert-simulate-command):
17380         Check deferred-action-list (which is obsolete) is bound.
17382         * subr.el (with-wrapper-hook): Doc fixes.
17384         * simple.el (filter-buffer-substring-functions)
17385         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17387 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
17389         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17390         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
17392 2012-02-04  Leo Liu  <sdl.web@gmail.com>
17394         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17396 2012-02-04  Glenn Morris  <rgm@gnu.org>
17398         * image.el (image-extension-data): Add obsolete alias.
17400         * isearch.el (isearch-update): Doc fix.
17402         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17404         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17406 2012-02-03  Glenn Morris  <rgm@gnu.org>
17408         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
17409         (image-animate-timeout): Doc fix.
17411         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17413 2012-02-02  Glenn Morris  <rgm@gnu.org>
17415         * server.el (server-auth-dir): Doc fix.
17416         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
17418         * subr.el (run-mode-hooks): Doc fix.
17420 2012-02-02  Juri Linkov  <juri@jurta.org>
17422         * image-mode.el (image-toggle-display-image): Remove tautological
17423         `major-mode' from the `derived-mode-p' test.
17425 2012-02-02  Kenichi Handa  <handa@m17n.org>
17427         * composite.el (compose-region): Cancel previous change.
17429 2012-02-02  Kenichi Handa  <handa@m17n.org>
17431         * composite.el (compose-region, compose-string): Signal error for
17432         a null string component (Bug#6988).
17434 2012-02-01  Chong Yidong  <cyd@gnu.org>
17436         * view.el (view-buffer-other-window, view-buffer-other-frame):
17437         Handle special modes like view-buffer (Bug#10650).
17438         (view-buffer): Simplify.
17440         * frame.el (set-frame-font): Tweak meaning of third argument.
17442         * dynamic-setting.el (font-setting-change-default-font):
17443         Use set-frame-font (Bug#9982).
17445 2012-02-01  Glenn Morris  <rgm@gnu.org>
17447         * progmodes/compile.el (compilation-internal-error-properties):
17448         Respect compilation-first-column in the "*compilation*" buffer.
17450         * emacs-lisp/easy-mmode.el (define-minor-mode):
17451         Relax :variable's test for a named function.
17453 2012-01-31  Alan Mackenzie  <acm@muc.de>
17455         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17456         off by one error.
17458 2012-01-31  Chong Yidong  <cyd@gnu.org>
17460         * frame.el (set-frame-font): New arg ALL-FRAMES.
17462         * menu-bar.el (menu-set-font): Use set-frame-font.
17464         * faces.el (face-spec-reset-face): Don't apply unspecified
17465         attribute values to the default face.
17467 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
17469         * progmodes/cwarn.el (cwarn): Remove dead link.
17470         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17471         Remove * from defcustom docstrings.
17472         (turn-on-cwarn-mode): Make obsolete.
17473         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17474         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17476 2012-01-31  Glenn Morris  <rgm@gnu.org>
17478         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17479         Fix :variable handling of mode a symbol not equal to modefun.
17480         Allow named functions to be used as the cdr of :variable.
17482 2012-01-30  Glenn Morris  <rgm@gnu.org>
17484         * emacs-lisp/authors.el (authors-fixed-entries):
17485         Remove reference to deleted file rnewspost.el.
17487 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
17489         * window.el (window-with-parameter): Remove unused variable `windows'.
17490         (window--side-check): Remove unused variable `code'.
17491         (window--resize-siblings): Remove unused variable `first'.
17492         (adjust-window-trailing-edge): Remove unused variable `failed'.
17493         (window-deletable-p, window--delete): Remove unused variable `buffer'.
17494         Use `let', not `let*'.
17495         (balance-windows-2): Remove unused variable `found'.
17496         (window--state-put-2): Remove unused variable `splits'.
17497         (window-state-put): Remove unused variable `selected'.
17498         (same-window-p): Use `string-match-p'.
17499         (display-buffer-assq-regexp): Remove unused variable `value'.
17500         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17501         Mark argument ALIST as ignored.
17502         (pop-to-buffer): Remove unused variable `old-window'.
17504 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
17506         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17507         and .lzma compressed files.
17509 2012-01-29  Chong Yidong  <cyd@gnu.org>
17511         * frame.el (window-system-default-frame-alist): Doc fix.
17513         * dynamic-setting.el (font-setting-change-default-font): Don't
17514         change the default face if SET-FONT argument is non-nil (Bug#9982).
17516 2012-01-29  Samuel Bronson  <naesten@gmail.com>
17518         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17520 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
17522         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17523         breakpoints in files outside current directory (Bug#6098).
17525 2012-01-29  Chong Yidong  <cyd@gnu.org>
17527         * progmodes/python.el: Require ansi-color at top-level.
17529         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17530         Define and use in Emacs Lisp mode (Bug#9360).
17531         (lisp-mode-abbrev-table): Add doc.
17532         (lisp-mode-variables): Don't set local-abbrev-table.
17533         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17535 2012-01-28  Roland Winkler  <winkler@gnu.org>
17537         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17539 2012-01-28  Roland Winkler  <winkler@gnu.org>
17541         * textmodes/bibtex.el (bibtex-entry-alist): New function.
17542         (bibtex-set-dialect): Use it.  Either set global values of
17543         dialect-dependent variables or bind these variables buffer-locally
17544         (Bug#10254).
17545         (bibtex-mode): Call bibtex-set-dialect via
17546         hack-local-variables-hook.
17547         (bibtex-dialect): Update docstring.
17548         Add safe-local-variable predicate.
17549         (bibtex-entry-alist, bibtex-field-alist): Initialize via
17550         bibtex-set-dialect.
17551         (bibtex-mode-map): Define menu for each dialect.
17552         (bibtex-entry): Fix docstring.
17554 2012-01-28  Chong Yidong  <cyd@gnu.org>
17556         * eshell/esh-arg.el (eshell-quote-argument): New function.
17558         * eshell/esh-ext.el (eshell-invoke-batch-file):
17559         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17560         first arg to eshell-parse-command (Bug#10523).
17562 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17564         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17565         `default-directory' is non-nil.
17567 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17569         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17570         line that displays system-configuration-options.  (Bug#9924)
17572 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17574         * descr-text.el (describe-char): Show information about POS, in
17575         addition to information about the character at POS.  Improve and
17576         update the doc string.  Change "code point" to "code point in
17577         charset", to avoid confusion with the character's Unicode code
17578         point shown above that.  (Bug#10129)
17580 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17582         * descr-text.el (describe-char): Show the raw character, not only
17583         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
17584         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17585         for the reasons.
17587 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
17589         * emacs-lisp/package.el (package-install):
17590         Run package-refresh-contents if there is no archive yet (Bug#9798).
17592 2012-01-28  Chong Yidong  <cyd@gnu.org>
17594         * emacs-lisp/package.el (package-maybe-load-descriptor):
17595         New function, split from package-maybe-load-descriptor.
17596         (package-maybe-load-descriptor): Use it.
17597         (package-download-transaction): Fully load required packages
17598         inside the loop, so that `require' calls work (Bug#10593).
17599         (package-install): No need to call package-initialize now.
17601 2012-01-28  Chong Yidong  <cyd@gnu.org>
17603         * simple.el (deactivate-mark): Doc fix (Bug#8614).
17605         * tooltip.el (tooltip-mode): Doc fix.
17606         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17608         * frame.el (set-cursor-color): Doc fix (Bug#352).
17610         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17611         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17613         * cus-edit.el (custom-buffer-create-internal): Fix search button
17614         action (Bug#10542).
17615         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17617 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
17619         * dired.el (dired-mark-files-regexp):
17620         Include any subdirectory components.  (Bug#10445)
17622 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17624         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17625         Handle [host]:port syntax.  (Bug#10533)
17627 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
17629         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17631 2012-01-26  Glenn Morris  <rgm@gnu.org>
17633         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17634         * term.el (term-raw-escape-map): Use Control-X-prefix.
17635         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
17637 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
17639         * window.el (window-state-get, window--state-get-1): Don't deal
17640         with fixed-sizeness of windows.  Simplify code.
17642 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
17644         * window.el (window--state-get-1, window--state-put-2):
17645         Don't save and restore the mark.
17647 2012-01-25  Chong Yidong  <cyd@gnu.org>
17649         * custom.el (custom-variable-p): Doc fix.
17651 2012-01-25  Glenn Morris  <rgm@gnu.org>
17653         * dired.el (dired-goto-file): Handle some of the more common
17654         characters that `ls -b' escapes.  (Bug#10596)
17656         * progmodes/compile.el (compilation-next-error-function):
17657         Respect compilation-first-column in the "*compilation*" buffer.
17658         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
17660         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
17662 2012-01-24  Glenn Morris  <rgm@gnu.org>
17664         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
17666 2012-01-24  Julien Danjou  <julien@danjou.info>
17668         * color.el (color-rgb-to-hsl): Fix value computing.
17669         (color-hue-to-rgb): New function.
17670         (color-hsl-to-rgb): New function.
17671         (color-clamp, color-saturate-hsl, color-saturate-name)
17672         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17673         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17675 2012-01-24  Glenn Morris  <rgm@gnu.org>
17677         * vc/vc-rcs.el (vc-rcs-create-tag):
17678         * vc/vc-sccs.el (vc-sccs-create-tag):
17679         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
17681 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17683         * eshell/esh-util.el (eshell-read-hosts-file):
17684         Skip comment lines.  (Bug#10549)
17686         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
17688 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
17690         * subr.el (display-delayed-warnings): Doc fix.
17691         (collapse-delayed-warnings): New function to collapse identical
17692         adjacent warnings.
17693         (delayed-warnings-hook): Add it.
17695 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
17697         * net/tramp.el (tramp-action-login): Set connection property "login-as".
17699         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17700         (tramp-default-user-alist): Don't add "pscp".
17701         (tramp-do-copy-or-rename-file-out-of-band): Use connection
17702         property "login-as", if set.  (Bug#10530)
17704 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
17706         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17707         "plink1" and "psftp".  (Bug#10530)
17709 2012-01-21  Kenichi Handa  <handa@m17n.org>
17711         * international/mule-cmds.el (prefer-coding-system): Show a
17712         warning message if the default value of file-name-coding-system
17713         was not changed.
17715 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
17717         * windmove.el (windmove-reference-loc):
17718         Fix windmove-reference-loc miscalculation.
17720 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
17722         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17723         default unit.
17725 2012-01-21  Glenn Morris  <rgm@gnu.org>
17727         * international/mule.el (auto-coding-alist): Add .tbz.
17729         * files.el (local-enable-local-variables): Doc fix.
17730         (inhibit-local-variables-regexps): Rename from
17731         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
17732         Doc fix.  Add some extensions from auto-coding-alist.
17733         (inhibit-local-variables-suffixes):
17734         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
17735         (inhibit-local-variables-p):
17736         New function, extracted from set-auto-mode-1.
17737         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
17738         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
17739         (hack-local-variables): Doc fix.  Make the mode-only case
17740         respect enable-local-variables and friends.
17741         Respect inhibit-local-variables-regexps for file-locals, but
17742         not for directory-locals.
17743         (set-visited-file-name):
17744         Take account of inhibit-local-variables-regexps.
17745         Whether it applies may change as the file name is changed.
17746         * jka-cmpr-hook.el (jka-compr-install):
17747         * jka-compr.el (jka-compr-uninstall):
17748         Update for inhibit-first-line-modes-suffixes name change.
17750 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
17752         * help-macro.el (make-help-screen): Temporarily restore original
17753         binding for minor-mode-map-alist (Bug#10454).
17755 2012-01-19  Julien Danjou  <julien@danjou.info>
17757         * color.el (color-name-to-rgb): Use the white color to find the max
17758         color component value and return correctly computed values.
17759         (color-name-to-rgb): Add missing float conversion for max value.
17761 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
17763         * window.el (window--state-get-1, window-state-get): Do not use
17764         special state value for window-persistent-parameters.
17765         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
17766         (window--state-put-2): Reset all window parameters to nil before
17767         assigning values of persistent parameters.
17769 2012-01-18  Alan Mackenzie  <acm@muc.de>
17771         Eliminate sluggishness and hangs in fontification of "semicolon
17772         deserts".
17774         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17775         Change value 10000 -> 3000.
17776         (c-state-safe-place): Reformulate so it doesn't stack up an
17777         infinite number of wrong entries in c-state-nonlit-pos-cache.
17778         (c-determine-limit-get-base, c-determine-limit): New functions to
17779         determine backward search limits disregarding literals.
17780         (c-find-decl-spots): Amend commenting.
17781         (c-cheap-inside-bracelist-p): New function which detects "={".
17783         * progmodes/cc-fonts.el
17784         (c-make-font-lock-BO-decl-search-function): Give a limit to a
17785         backward search.
17786         (c-font-lock-declarations): Fix an occurrence of point being
17787         undefined.  Check additionally for point being in a bracelist or
17788         near a macro invocation without a semicolon so as to avoid a
17789         fruitless time consuming search for a declarator.  Give a more
17790         precise search limit for declarators using the new
17791         c-determine-limit.
17793 2012-01-18  Glenn Morris  <rgm@gnu.org>
17795         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17796         (set-auto-mode): Doc fixes.
17798 2012-01-17  Glenn Morris  <rgm@gnu.org>
17800         * isearch.el (search-nonincremental-instead): Fix doc typo.
17802         * dired.el (dired-insert-directory): Handle newlines in directory name.
17803         (dired-build-subdir-alist): Unescape newlines in directory name.
17805 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
17807         * net/tramp.el (tramp-local-end-of-line): New defcustom.
17808         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17809         (tramp-action-terminal): Use it.  (Bug#10530)
17811 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17813         * minibuffer.el (completion--replace): Strip properties (bug#10062).
17815 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
17817         * window.el (window-state-ignored-parameters): Remove variable.
17818         (window--state-get-1): Rename argument MARKERS to IGNORE.
17819         Handle persistent window parameters.  Make copy of clone-of
17820         parameter only if requested.  (Bug#10348)
17821         (window--state-put-2): Install a window parameter only if it has
17822         a non-nil value or an existing parameter shall be overwritten.
17824 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
17826         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17828 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
17830         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17831         don't pass the (nil) value of `upnode' to string-match.
17833 2012-01-14  Chong Yidong  <cyd@gnu.org>
17835         * startup.el (command-line): Fix X resource class for cursorColor.
17836         Fix values recognized by the cursorBlink resource.
17838 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
17840         * epg.el (epg--make-temp-file): Avoid permission race condition
17841         when running on old Emacs versions (bug#10403).
17843 2012-01-14  Glenn Morris  <rgm@gnu.org>
17845         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17847 2012-01-13  Alan Mackenzie  <acm@muc.de>
17849         Fix filling for when filladapt mode is enabled.
17851         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17852         c-mask-paragraph, pass in `fill-paragraph' rather than
17853         `fill-region-as-paragraph'.  (This is a reversion of a previous
17854         change.)
17855         * progmodes/cc-mode.el (c-basic-common-init):
17856         Make fill-paragraph-handle-comment buffer local and set it to nil.
17858 2012-01-13  Glenn Morris  <rgm@gnu.org>
17860         * dired.el (dired-switches-escape-p): New function.
17861         (dired-insert-directory): Use dired-switches-escape-p.
17862         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
17864         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
17866 2012-01-12  Glenn Morris  <rgm@gnu.org>
17868         * mail/sendmail.el (mail-mode): Update paragraph-separate for
17869         changes in adaptive-fill-regexp.  (Bug#10276)
17871 2012-01-11  Alan Mackenzie  <acm@muc.de>
17873         Fix Emacs bug #10463 - put `widen's around the critical spots.
17875         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17876         widen around each invocation of c-state-pp-to-literal.  Remove an
17877         unused let variable.
17879 2012-01-11  Glenn Morris  <rgm@gnu.org>
17881         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
17882         Doc fix.
17884 2012-01-10  Chong Yidong  <cyd@gnu.org>
17886         * net/network-stream.el (network-stream-open-starttls):
17887         Avoid emitting a confusing error message when the server gives a bad
17888         response to the capability command.
17890 2012-01-10  Glenn Morris  <rgm@gnu.org>
17892         * mail/unrmail.el (unrmail): Tweak previous change.
17894 2012-01-09  Chong Yidong  <cyd@gnu.org>
17896         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17898 2012-01-08  Alan Mackenzie  <acm@muc.de>
17900         Optimize font locking in long enum definitions.
17902         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17903         arm to a cond form to handle enums.
17904         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17905         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17907 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
17909         * files.el (move-file-to-trash): Preserve default file modes on error.
17910         (Bug#10401)
17912 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17914         * faces.el (set-face-attribute): Clarify the meaning of the nil
17915         frame (bug#10294).
17917         * subr.el (with-selected-frame): Mention that the selected frame
17918         is restored (bug#9980).
17920         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17921         (bug#9759).
17923         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17924         (password-read): Don't autoload unused function.
17926 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
17928         * progmodes/which-func.el (which-func-mode): Turn into a
17929         non-interactive function and mark as obsolete (bug#10428).
17931 2012-01-06  Chong Yidong  <cyd@gnu.org>
17933         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17934         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17935         functions, along with 1 and -1.
17937 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
17939         * time.el (display-time-load-average)
17940         (display-time-default-load-average): Doc fixes.  See the thread
17941         starting at
17942         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17943         for the details.
17945 2012-01-06  Glenn Morris  <rgm@gnu.org>
17947         * mail/unrmail.el (unrmail): Give an explicit error if the input file
17948         has no messages.  (Bug#10377)
17950         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17951         than Info-edit.  (Bug#10385)
17953         * time.el (display-time-load-average, display-time-next-load-average):
17954         Doc fixes.
17956         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17957         local setting of buffer-read-only to the input buffer.  (Bug#10419)
17959         * calendar/calendar.el (calendar-mode):
17960         Locally set scroll-margin to 0.  (Bug#10379)
17962 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
17964         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
17966 2012-01-05  Glenn Morris  <rgm@gnu.org>
17968         * eshell/em-unix.el (diff-no-select): Autoload it.
17969         (eshell/diff): Use diff-no-select.  (Bug#10420)
17971 2012-01-05  Chong Yidong  <cyd@gnu.org>
17973         * shell.el (shell-dynamic-complete-functions): Revert last change.
17974         (shell-command-completion-function): New function.
17975         (shell-completion-vars): Use it to implement
17976         shell-completion-execonly (Bug#10417).
17978         * custom.el (enable-theme): Don't set custom-safe-themes.
17980         * cus-theme.el (custom-theme-merge-theme):
17981         Ignore custom-enabled-themes and custom-safe-themes.
17983 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
17985         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17986         first prompt in `sql-interacive-mode'.
17987         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17988         keywords.
17989         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17990         (sql-product-interactive): Bug fix: Set `sql-buffer' in
17991         context of original buffer.  Invoke `sql-login-hook'.
17993 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
17995         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17996         letters in cite-prefix.
17998 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18000         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18002 2012-01-03  Chong Yidong  <cyd@gnu.org>
18004         * shell.el (shell-dynamic-complete-functions):
18005         Put pcomplete-completions-at-point, so as to try
18006         comint-filename-completion first (Bug#10417).
18008 2012-01-02  Richard Stallman  <rms@gnu.org>
18010         * battery.el (battery-status-function):
18011         Detect when to use battery-yeeloong-sysfs.
18012         (battery-echo-area-format): Add string for Yeeloong.
18013         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18014         (battery-yeeloong-sysfs): New function.
18016 2012-01-02  Chong Yidong  <cyd@gnu.org>
18018         * dirtrack.el (dirtrack-list): Eliminate unused third element.
18019         (dirtrack): Merge code for handling relative filenames in prompt
18020         from shell-dir-cookie-watcher.
18021         (dirtrack-debug-message): New arg to avoid excess format calls.
18023         * shell.el (shell-dir-cookie-re): Variable deleted.
18024         (shell-dir-cookie-watcher): Function deleted.
18025         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18026         with dirtrack-mode.
18028 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
18030         * term/w32-win.el (dynamic-library-alist) <gnutls>:
18031         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18032         libgnutls-26.dll.
18034 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
18036         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18038 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
18040         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18041         headers of non-MIME messages, when rmail-enable-mime is non-nil.
18043 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
18045         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18046         also for alternative shells.
18047         (tramp-open-connection-setup-interactive-shell): Check, whether
18048         the shell is a busybox.
18049         (tramp-send-command): Don't suppress multiple prompts for
18050         busyboxes, it hurts.
18052 2011-12-28  Chong Yidong  <cyd@gnu.org>
18054         * progmodes/gdb-mi.el (gdb-get-source-file-list)
18055         (gdb-get-source-file): Move mode line update to
18056         gdb-get-source-file (Bug#10087).
18058 2011-12-25  Chong Yidong  <cyd@gnu.org>
18060         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18061         gud-gdb-marker-filter without taking it as an argument.
18062         (gud-gdb-run-command-fetch-lines): Caller changed.
18063         (gud-gdb-completion-function): New variable.
18064         (gud-gdb-completion-at-point): Use it.
18065         (gud-gdb-completions-1): Split from gud-gdb-completions.
18067         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18068         function as separate arguments.
18069         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18070         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18071         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18072         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18073         (gdb-stopped, def-gdb-auto-update-trigger)
18074         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18075         (gdb-get-changed-registers, gdb-get-main-selected-frame):
18076         Callers changed.
18077         (gud-gdbmi-completions): New function.
18078         (gdb): Use it for generating the completion table.
18080 2011-12-24  Alan Mackenzie  <acm@muc.de>
18082         Introduce a mechanism to widen the region used in context font
18083         locking.  Use this to protect declarations from losing their contexts.
18085         * progmodes/cc-langs.el (c-before-font-lock-functions):
18086         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18087         (c-before-context-fontification-functions): New defvar, a list of
18088         functions to be run just before context (etc.) font locking.
18090         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18091         New, functionality extracted from
18092         c-neutralize-syntax-in-and-mark-CPP.
18093         (c-in-after-change-fontification): New variable.
18094         (c-after-change): Set c-in-after-change-fontification.
18095         (c-set-fl-decl-start): Rejig its interface, so it can be called
18096         from both after-change and context fontifying.
18097         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18098         New functions.
18099         (c-standard-font-lock-fontify-region-function): New variable.
18100         (c-font-lock-fontify-region): New function.
18102 2011-12-24  Juri Linkov  <juri@jurta.org>
18104         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18105         (Bug#10348)
18107 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
18109         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18110         existence of source file.  (Bug#10325)
18112 2011-12-23  Alan Mackenzie  <acm@muc.de>
18114         Fix unstable fontification inside templates.
18116         * progmodes/cc-langs.el (c-before-font-lock-functions):
18117         Newly created from the singular version.  The (c c++ objc) entry now
18118         additionally has c-set-fl-decl-start.  The other languages (apart
18119         from AWK) have that as a single entry.
18121         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18122         The functionality for "local" declarations has been extracted to
18123         c-set-fl-decl-start.
18125         * progmodes/cc-mode.el (c-common-init, c-after-change):
18126         Changes due to pluralisation of c-before-font-lock-functions.
18127         (c-set-fl-decl-start): New function, extracted from
18128         c-font-lock-enclosing-decls and enhanced.
18130 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
18132         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18134 2011-12-22  Juri Linkov  <juri@jurta.org>
18136         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
18138 2011-12-22  Chong Yidong  <cyd@gnu.org>
18140         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18142 2011-12-21  Drew Adams  <drew.adams@oracle.com>
18144         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
18146 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
18148         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18150 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18152         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
18153         highlighting and support.  Fix up comments for capitalization.
18154         (cfengine-mode-debug): New var.
18155         (cfengine3-mode): Change the modeline indicator to "CFE3".
18156         (cfengine3-font-lock-keywords): Improve defun highlighting.
18157         (cfengine2-actions): Rename from `cfengine-actions'.
18158         (cfengine2-font-lock-keywords): Rename from
18159         `cfengine-font-lock-keywords'.
18160         (cfengine2-imenu-expression): Rename from
18161         `cfengine-imenu-expression'.
18162         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18163         (cfengine2-beginning-of-defun): Rename from
18164         `cfengine-beginning-of-defun'.
18165         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18166         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18167         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
18168         modeline indicator to "CFE2".
18169         (cfengine-mode): Defalias to `cfengine-auto-mode'.
18170         (cfengine-mode-abbrevs): Mark obsolete.
18172 2011-12-21  Chong Yidong  <cyd@gnu.org>
18174         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18175         filename argument.
18177 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
18179         * window.el (window-normalize-buffer-to-display): Remove.
18180         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18182 2011-12-19  Chong Yidong  <cyd@gnu.org>
18184         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18185         Don't signal an error in a predicate function; return non-nil.
18186         (vc-dir-mark-file): Move the error here.
18187         (vc-dir-mark-unmark): If acting on the region, keep going if one
18188         of the entries cannot be marked/unmarked.
18189         (vc-dir-mark-all-files): If current entry is a directory, mark
18190         only child files, as documented.
18192 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18194         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18195         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18196         addition.
18198 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
18200         * term/ns-win.el (ns-get-selection-internal)
18201         (ns-store-selection-internal): Declare.
18202         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18203         Declare as obsolete.
18204         (ns-get-pasteboard, ns-paste-secondary):
18205         Use ns-get-selection-internal.
18206         (ns-set-pasteboard, ns-copy-including-secondary):
18207         Use ns-store-selection-internal.
18209 2011-12-17  Chong Yidong  <cyd@gnu.org>
18211         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18212         (vc-deduce-fileset): Doc fix.
18214 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
18216         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18218 2011-12-13  Sam Steingold  <sds@gnu.org>
18220         * man.el (Man-getpage-in-background): When running under a
18221         window-system, ignore $MANWIDTH and $COLUMNS.
18223 2011-12-15  Kenichi Handa  <handa@m17n.org>
18225         * language/ethio-util.el: Change coding tag to utf-8-emacs.
18226         (setup-ethiopic-environment-internal): Comment out key-binding for
18227         ethio-toggle-punctuation.
18229 2011-12-13  Alan Mackenzie  <acm@muc.de>
18231         Add the switch statement to AWK Mode.
18233         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18234         "default" to the keywords regexp.
18236         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18237         expression as the rest.
18238         (c-nonlabel-token-key): Allow string literals for AWK.
18239         Refactor for the other modes.
18241         Large brace-block initialisation makes CC Mode slow: Fix.
18242         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18243         routines.  Limit backward searching in c-font-lock-enclosing.decl.
18245         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18246         pp-state and literal type in addition to the limits.
18247         (c-state-safe-place): New defun, extracted from c-state-literal-at.
18248         (c-state-literal-at): Use the above new defun.
18249         (c-slow-in-literal, c-fast-in-literal): Remove.
18250         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18252         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18253         being in a literal.  Add a limit for backward searching.
18255         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18256         c-slow-in-literal.
18258 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18260         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18262 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
18264         * window.el (delete-other-windows): Use correct frame in call to
18265         window-with-parameter.
18267 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
18269         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18270         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18271         (makefile-gmake-statements, makefile-makepp-statements):
18272         Use it and add new makepp keywords.
18273         (makefile-makepp-font-lock-keywords): Add new patterns.
18274         (makefile-match-function-end): Match new [...] and [[...]].
18276 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
18278         * ses.el (ses-call-printer-return, ses-cell-property-get)
18279         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18280         (ses-create-cell-variable, ses-reset-header-string)
18281         (ses-cell-set-formula, ses-repair-cell-reference-all)
18282         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18283         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18284         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18285         (ses-aset-with-undo, ses-load, ses-truncate-cell)
18286         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18287         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18288         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18289         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18290         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18291         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18292         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18293         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18295 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18297         * ses.el: The overall change is to add cell renaming, that is
18298         setting fancy names for cell symbols other than name matching
18299         "\\`[A-Z]+[0-9]+\\'" regexp .
18300         (ses-create-cell-variable): New defun.
18301         (ses-relocate-formula): Relocate formulas only for cells the
18302         symbols of which are not renamed, i.e. symbols whose names do not
18303         match regexp "\\`[A-Z]+[0-9]+\\'".
18304         (ses-relocate-all): Relocate values only for cells the symbols of
18305         which are not renamed.
18306         (ses-load): Create cells variables as the (ses-cell ...) are read,
18307         in order to check row col consistency with cell symbol name only
18308         for cells that are not renamed.
18309         (ses-replace-name-in-formula): New defun.
18310         (ses-rename-cell): New defun.
18312 2011-12-11  Chong Yidong  <cyd@gnu.org>
18314         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18315         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18317 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
18319         * window.el (other-window): Fix docstring.
18321 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18323         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18324         `from' or `to' address before taking its substring.
18325         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18326         encoded name is chopped in the middle of the encoded string, and
18327         thus displayed encoded.
18329 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
18331         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18333 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18335         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
18336         to use texinfo-update-node and commands that call it if the
18337         Texinfo file uses @node lines without next/prev/up pointers.
18338         Correct outdated description about texinfo-master-menu.
18339         (texinfo-all-menus-update, texinfo-master-menu)
18340         (texinfo-update-node, texinfo-every-node-update)
18341         (texinfo-multiple-files-update): Doc fix.  Warn against updating
18342         all the @node lines.
18343         (texinfo-master-menu): Only call texinfo-update-node if the prefix
18344         argument is numeric.  Explain better in the doc string what the
18345         function really does.
18346         (texinfo-insert-master-menu-list): Improve the error message
18347         displayed if there's no menu in the Top node.
18348         (Bug#2975)  See also this thread:
18349         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18351 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
18353         * speedbar.el (speedbar-supported-extension-expressions):
18354         Add .adb and .ads, commonly used for Ada source code (bug#10256).
18356 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
18358         * printing.el (pr-mode-alist):
18359         * simple.el (filter-buffer-substring-functions)
18360         (completion-list-insert-choice-function):
18361         * window.el (window-with-parameter, window-atom-root)
18362         (window-sides-slots, window-size-fixed, window-min-delta)
18363         (window-max-delta, window--resize-mini-window)
18364         (window--resize-child-windows-normal, window-tree)
18365         (delete-other-windows, quit-window, split-window)
18366         (display-buffer-record-window, special-display-buffer-names)
18367         (special-display-regexps, special-display-popup-frame)
18368         (same-window-p, split-window-sensibly)
18369         (display-buffer-overriding-action, display-buffer-alist)
18370         (display-buffer-base-action, display-buffer, switch-to-buffer)
18371         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18372         (fit-window-to-buffer, recenter-positions)
18373         (mouse-autoselect-window-state, mouse-autoselect-window-select):
18374         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18375         and remove unneeded backslashes in docstrings.
18377 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18379         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18381         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18382         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18383         end in ".mk".
18384         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18385         when reading the makefile (bug#10116).
18387 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18389         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18390         (bug#10116).
18392 2011-12-06  Glenn Morris  <rgm@gnu.org>
18394         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18396 2011-12-06  Chong Yidong  <cyd@gnu.org>
18398         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18400 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
18402         * textmodes/table.el (table-shorten-cell): Fix typo.
18404 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
18406         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18408 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
18410         * descr-text.el (describe-char): Fix display of strong
18411         right-to-left characters and directional embeddings and overrides.
18413         * simple.el (what-cursor-position): Fix display of codepoints of
18414         strong right-to-left characters.
18416 2011-12-05  Chong Yidong  <cyd@gnu.org>
18418         * faces.el (read-color): Doc fix.
18420 2011-12-05  Glenn Morris  <rgm@gnu.org>
18422         * align.el (align--set-marker): Add doc-string.
18423         Don't try to move something that is not a marker.  (Bug#10216)
18425 2011-12-04  Glenn Morris  <rgm@gnu.org>
18427         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18428         overly zealous deletion of trailing whitespace.
18430 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
18432         * server.el (server-delete-client): On Windows, do not try to delete
18433         the only terminal.
18434         (server-process-filter): On Windows, treat requests for a tty frame as
18435         if they were for a GUI frame if the running server is in GUI mode.
18437 2011-12-03  Glenn Morris  <rgm@gnu.org>
18439         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
18441 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18443         * electric.el: Streamline electric-indent's hook.
18444         (electric-indent-chars): Revert to simple list.
18445         (electric-indent-functions): New var.
18446         (electric-indent-post-self-insert-function): Use it.
18448         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18449         there's no inferior buffer (bug#10196).
18450         (prolog-consult-compile): Don't use toggle-read-only.
18452 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
18454         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18455         interrupt.  (Bug#10187)
18457 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18459         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18460         (bug#9160).
18462         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18463         (bug#10191).
18465 2011-12-02  Juri Linkov  <juri@jurta.org>
18467         * info.el (Info-search): Display "end of manual" when Isearch
18468         reaches the end of single-file Info manual.  (Bug#9918)
18470 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
18472         * isearch.el (isearch-message-prefix): Run the input method part
18473         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
18475 2011-12-02  Juri Linkov  <juri@jurta.org>
18477         * isearch.el (isearch-occur): Use `word-search-regexp' for
18478         `isearch-word'.
18479         (isearch-search-and-update): Add condition for `isearch-word' and
18480         call `word-search-regexp'.  (Bug#10145)
18482 2011-12-01  Glenn Morris  <rgm@gnu.org>
18484         * eshell/em-hist.el (eshell-hist-initialize):
18485         Handle eshell-history-size nil and HISTSIZE set or unset.
18486         (eshell-history-file-name, eshell-history-size): Fix custom type.
18488 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18490         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18492 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
18494         * progmodes/verilog-mode.el (verilog-pretty-expr):
18495         Rework verilog-pretty-expr to handle new assignment operators in system
18496         verilog, such as += *= and the like.
18497         (verilog-assignment-operator-re): Regular expression to find the
18498         assigment operator in a verilog assignment.
18499         (verilog-assignment-operation-re): Regular expression to find an
18500         assignment statement for pretty-expr.
18501         (verilog-in-attribute-p): Query returns true if point is in an
18502         attribute context; used to skip these for expression line up from
18503         pretty-expr.
18504         (verilog-in-parameter-p): Query returns true if point is in an
18505         parameter definition context; used to skip these for expression
18506         line up from pretty-expr.
18507         (verilog-in-parenthesis-p): Query returns true if point is in a
18508         parenthetical expression, specifically ( ) but not [ ] or { };
18509         used by pretty-expr.
18510         (verilog-just-one-space): If there is no space, don't add one.
18511         (verilog-get-lineup-indent-2): Specifically skip just attribute
18512         contexts for expression lineup, rather than skipping all
18513         parenthetical expressions.
18514         (verilog-calculate-indent): Fix comment, and fix indent.
18515         (verilog-do-indent): Indent declarations in lists (suggested by
18516         Joachim Lechner).
18517         (verilog-mode-abbrev-table): Populate abbrev mode with the various
18518         skeleton items.
18519         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18520         by Alain Mellan).
18522 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
18524         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18525         parameters with embedded comments.  Reported by Ray Stevens.
18526         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18527         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18528         Reported by Tim Holt.
18529         (verilog-auto): Fix AUTOing a upper module then AUTOing module
18530         instantiated by upper module causing wrong expansion until AUTOed a
18531         second time.  Reported by K C Buckenmaier.
18532         (verilog-diff-auto): Fix showing .* as a difference when
18533         `verilog-auto-star-save' off.  Reported by Dan Dever.
18534         (verilog-auto-reset, verilog-read-always-signals)
18535         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18536         temporary signals in reset list if
18537         verilog-auto-reset-blocking-in-non is nil, and match assignment
18538         style to each signal's assignment type, bug381.
18539         Reported by Thomas Esposito.
18540         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18541         (verilog-uvm-statement-re): Support UVM indentation and
18542         highlighting, with old OVM keywords only.
18543         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18544         Support AUTOTIEOFF creating non-wire data types.
18545         Suggested by Jonathan Greenlaw.
18546         (verilog-auto-insert-lisp, verilog-delete-to-paren)
18547         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18548         (verilog-inject-sense, verilog-read-inst-pins)
18549         (verilog-read-sub-decls, verilog-read-sub-decls-line):
18550         Fix mismatching parenthesis inside commented out code when deleting
18551         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
18552         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18553         non-numeric vector width.  Reported by Alex Reed.
18554         (verilog-auto-ascii-enum): Add "onehot" option to work around not
18555         detecting signals with parameter widths.  Reported by Alex Reed.
18556         (verilog-auto-delete-trailing-whitespace):
18557         With `verilog-auto-delete-trailing-whitespace' remove trailing
18558         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
18559         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18560         Fix verilog-scan-cache corruption when running user AUTO expansion
18561         hooks that call indentation routines.
18562         (verilog-simplify-range-expression): Fix typo ignoring lower case
18563         identifiers.
18564         (verilog-delete-auto): Fix delete-autos to also remove user created
18565         automatics, as long as they start with AUTO.
18566         (verilog-batch-diff-auto, verilog-diff-auto)
18567         (verilog-diff-function): Add `verilog-diff-auto' and bind to
18568         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
18569         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18570         (verilog-in-paren-quick, verilog-re-search-backward-quick)
18571         (verilog-re-search-forward-quick, verilog-syntax-ppss):
18572         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18573         is disabled and its cache will get corrupt, causing AUTOS not to
18574         expand.  Instead use only -quick functions.
18575         (verilog-scan-region): Fix scanning over escaped quotes.
18576         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18577         (verilog-re-search-backward-quick)
18578         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18579         related functions now ignore strings, to fix misparsing of strings
18580         with magic comments embedded in them.
18581         (verilog-read-auto-template):
18582         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18583         Reported by Brad Dobbie.
18584         (verilog-read-auto-template):
18585         Fix 'verilog-auto-inst-template-numbers' with comments.
18586         Reported by Brad Dobbie.
18587         (verilog-auto-inst, verilog-auto-inst-param)
18588         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18589         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
18590         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18591         debugging templates without merge conflicts, bug357.
18592         Reported by Brad Dobbie.
18593         (verilog-read-auto-template):
18594         Fix verilog-auto-inst-template-numbers with multiple templates.
18595         Reported by Brad Dobbie.
18596         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18597         abbrevs so user won't be asked to save.
18598         (verilog-read-auto-lisp-present): Fix to start at beginning of
18599         buffer in case called outside of verilog-auto.
18600         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18601         to "X-2".  Reported by Matthew Myers.
18602         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18603         all inputs from module templates.  Reported by Leith Johnson.
18604         (verilog-module-inside-filename-p): Fix locating programs as with
18605         modules.
18606         (verilog-auto-inst-port): Fix vl-width expressions when using
18607         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
18608         (verilog-decls-get-regs, verilog-decls-get-signals,
18609         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18610         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18611         verilog-read-decls): Combine reg and wire structures into one var
18612         structure to represent SystemVerilog concepts.
18613         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18614         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18615         (verilog-auto-wire-type, verilog-insert-definition):
18616         Add verilog-auto-wire-type and AUTOLOGIC to support using
18617         SystemVerilog "logic" keyword instead of "wire"/"reg".
18618         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18619         to declares outputs that also have assignments (presumably in an
18620         ifdef or generate if so there's not a driver conflict).
18621         Reported by Matthew Myers.
18622         (verilog-auto-declare-nettype, verilog-insert-definition):
18623         Add verilog-auto-declare-nettype to fix declarations using
18624         `default_nettype none.  Reported by Julian Gorfajn.
18625         (verilog-read-always-signals-recurse, verilog-read-decls)
18626         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18627         malformed end statement, bug325.  Reported by Joshua Wise and
18628         Andrew Drake.
18629         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18630         (verilog-inst-comment-re): Fix not deleting Interfaced comment
18631         when expanding .* in interfaces, bug320.
18632         Reported by Pierre-David Pfister.
18633         (verilog-read-module-name): Fix import statements between module
18634         name and open parenthesis, bug317.
18635         Reported by Pierre-David Pfister.
18636         (verilog-simplify-range-expression): Fix simplification of
18637         multiplications inside AUTOWIRE connections, bug303.
18638         (verilog-auto-inst-port): Support parameter expansion in
18639         multidimensional arrays.
18640         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18641         after "assert property".  Reported by Julian Gorfajn.
18642         (verilog-simplify-range-expression): Fix "couldn't merge" errors
18643         with multiplication, bug303.
18644         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18645         Reported by Jan Frode Lonnum.
18647 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
18649         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18650         (hfy-shell-file-name, hfy-shell):
18651         * international/fontset.el (x-decompose-font-name): Fix typos.
18653 2011-11-29  Ken Brown  <kbrown@cornell.edu>
18655         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18656         (gdb-version): Remove defvar.
18657         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18658         (gdb-gud-context-command, gdb-non-stop-handler)
18659         (gdb-current-context-command, gdb-stopped): Use it.
18660         (gdb-init-1): Enable pretty printing here.
18661         (gdb-non-stop-handler): Don't enable pretty-printing here.
18662         Check to see if the target supports non-stop mode; if not, turn off
18663         non-stop mode.  Use the following.
18664         (gdb-check-target-async): New defun.
18665         (gud-watch, gdb-stopped): Fix whitespace.
18666         (gdb-get-source-file): Don't try to display the source file if
18667         `gdb-main-file' is nil.
18669 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18671         * align.el: Try to generate fewer markers (bug#10047).
18672         (align--set-marker): New macro.
18673         (align-region): Use it.
18675 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18677         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18679 2011-11-29  Chong Yidong  <cyd@gnu.org>
18681         * indent.el (indent-for-tab-command, indent-according-to-mode):
18682         Doc fix.
18683         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
18685 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
18687         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18688         aware of remote file names.  (Bug#10124)
18690 2011-11-29  Chong Yidong  <cyd@gnu.org>
18692         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18694 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18696         * files.el (find-file): Don't use force-same-window (bug#10144).
18697         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18698         use pop-to-buffer if the selected window can't be used.
18699         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18701 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
18703         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18704         special-mode-map.
18706 2011-11-28  Chong Yidong  <cyd@gnu.org>
18708         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18710 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
18712         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18713           gdb-get-source-file-list on gdb-create-source-file-list.
18715 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
18717         * whitespace.el (whitespace-newline): Use a different foreground
18718         color for 16-color light-background displays.
18720 2011-11-24  Chong Yidong  <cyd@gnu.org>
18722         * window.el (display-buffer--special-action): Doc fix.
18724 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
18726         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18727         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18728         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18729         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18730         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18731         (avl-tree-stack-first):
18732         * emacs-lisp/cconv.el (cconv--analyse-use):
18733         * net/gnutls.el (gnutls-negotiate): Fix typos.
18735 2011-11-24  Glenn Morris  <rgm@gnu.org>
18737         * lpr.el (lpr-windows-system, lpr-lp-system):
18738         * mail/binhex.el (binhex-begin-line):
18739         * progmodes/grep.el (grep-history, grep-find-history):
18740         * textmodes/flyspell.el:
18741         * vc/pcvs-defs.el (cvs-global-menu):
18742         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18743         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18744         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18746         * net/tls.el: Fix case of "GnuTLS".
18748         * paths.el (rmail-file-name): Format doc-string for make-docfile.
18750         * version.el (emacs-build-system): Give it a doc-string.
18752 2011-11-24  Juri Linkov  <juri@jurta.org>
18754         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18756 2011-11-24  Glenn Morris  <rgm@gnu.org>
18758         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18759         if called on a non-mime message just toggle the headers.  (Bug#8006)
18761 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
18763         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18764         (allout-lead-with-comment-string, allout-structure-deleted-hook)
18765         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18766         (allout-rebullet-heading, allout-open-sibtopic)
18767         (allout-toggle-current-subtree-encryption)
18768         (allout-toggle-subtree-encryption, allout-encrypt-string)
18769         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18770         (allout-distinctive-bullets-string, allout-auto-activation):
18771         * window.el (window-normalize-buffer-to-display):
18772         * progmodes/verilog-mode.el (verilog-batch-indent):
18773         * textmodes/bibtex.el (bibtex-field-braces-opt)
18774         (bibtex-field-strings-opt):
18775         * vc/cvs-status.el (cvs-tree-merge):
18776         Fix typos.
18778 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
18780         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18781         `non-essential' to t, in order to avoid remote connections.
18783 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
18785         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18786         On MS-DOS and MS-Windows, compare with loaddefs.el
18787         case-insensitively.
18789 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18791         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
18793 2011-11-23  Glenn Morris  <rgm@gnu.org>
18795         * paths.el (rmail-file-name): Reformat the doc-string so that it
18796         is picked up.
18798         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18799         (rmail-auto-file): Ignore case in the "special" field names,
18800         as mail-fetch-field does for all others.
18802         * mail/rmail.el (rmail-forward):
18803         * mail/rmailkwd.el (rmail-set-label):
18804         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18805         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
18807         * mail/rmail.el (rmail-current-message): Doc fix.
18809         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
18811 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18813         * server.el (server-eval-and-print): Allow C-g (bug#6585).
18815 2011-11-22  Glenn Morris  <rgm@gnu.org>
18817         * mail/rmailmm.el (test-rmail-mime-handler)
18818         (test-rmail-mime-bulk-handler)
18819         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18821 2011-11-21  Juri Linkov  <juri@jurta.org>
18823         * calc/calc.el (calc-read-key-sequence):
18824         Let-bind `input-method-function' to nil.  (Bug#10018)
18826 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18828         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18829         Tell the caller that the next line needs recomputation, even
18830         though it doesn't start a sexp (bug#10094).
18832 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18834         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18836 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18838         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18839         Use force-same-window.
18841 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18843         * descr-text.el (describe-char-unicode-data):
18844         * json.el (json-string-escape):
18845         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18846         (Footnote-unicode, Footnote-style-p):
18847         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18849 2011-11-20  Chong Yidong  <cyd@gnu.org>
18851         * window.el (replace-buffer-in-windows): Restore interactive spec.
18853 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18855         * electric.el (electric-indent-mode): Fix last change (too optimistic).
18857         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18858         (byte-compile-global-not-obsolete-vars): New var.
18859         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18860         Use it.
18861         (byte-compile-warn-obsolete): Align text with the one in *Help*.
18863 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18865         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18866         * progmodes/pascal.el (electric-pascal-equal):
18867         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18868         * xml.el (xml-substitute-special): Fix typos.
18870 2011-11-20  Glenn Morris  <rgm@gnu.org>
18872         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18873         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18874         Doc fixes.
18875         (rmail-decode-mime-charset): Mark as obsolete.
18877         * mail/rmailsum.el (rmail-message-regexp-p-1):
18878         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18879         Before using mime functions, check they are set.  (Bug#10077)
18881 2011-11-19  Juri Linkov  <juri@jurta.org>
18883         * info.el (Info-finder-find-node): Use `package--builtins' instead
18884         of `package-alist'.  Use node names formed by the pattern "Keyword "
18885         and the keyword name.
18887 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18889         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18891 2011-11-19  Juri Linkov  <juri@jurta.org>
18893         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18894         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
18895         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18896         `old-history', `old-history-forward'.  Add let-binding
18897         `window-selected'.  Remove calls to `kill-buffer',
18898         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
18899         before calling `Info-find-node', so `Info-find-node-2' will reread
18900         the Info file.  Restore window positions only when `window-selected'
18901         is non-nil.
18903 2011-11-19  Juri Linkov  <juri@jurta.org>
18905         * isearch.el (isearch-lazy-highlight-new-loop):
18906         Remove condition `(not isearch-error)'.  (Bug#9918)
18908         * misearch.el (multi-isearch-search-fun): Add condition
18909         `(not bound)' to ignore lazy-highlighting search.
18910         Add the search-failed message "end of multi" when the end of
18911         multi-sequence is reached.  Uncapitalize the search-failed
18912         message "Repeat for next buffer".
18914         * info.el (Info-search): Add the search-failed message
18915         "end of the manual" when the end of the manual is reached
18916         in Isearch mode.
18918 2011-11-19  Juri Linkov  <juri@jurta.org>
18920         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18921         Use non-destructive `remove' instead of `delete' because
18922         `Info-history-list' stored to `Info-isearch-initial-history-list' in
18923         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18925 2011-11-19  Juri Linkov  <juri@jurta.org>
18927         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18928         to nil instead of binding `search-ring' and `regexp-search-ring'.
18929         (Bug#9185)
18931 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18933         * simple.el (line-move): Force movement by logical lines for any
18934         hscrolled window, not only when auto-hscroll-mode is on.
18935         (line-move-visual): Update doc string to that effect.  (Bug#10076)
18937 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18939         * language/european.el (macintosh): Define as alias for mac-roman.
18941 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18943         * mail/rmailmm.el (rmail-mime-display-header)
18944         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18945         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18946         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18947         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18948         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18949         of a raw aref.
18950         (rmail-mime-entity-segment): To get past the tagline, move forward
18951         2 more lines, to account for the 2 empty lines that precede and
18952         follow the line with the buttons.
18953         (rmail-mime-update-tagline): Move one more line, to get past the
18954         empty line that follows the buttons in the tagline.  (Bug#9520)
18956 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
18958         * window.el (window-max-delta-1, window-min-delta-1)
18959         (window-min-size-1, window-state-get-1, window-state-put-1)
18960         (window-state-put-2): Use "window--" prefix.
18962 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18964         * emacs-lisp/smie.el: Improve warnings and conflict detection.
18965         (smie-warning-count): New var.
18966         (smie-set-prec2tab): Use it.
18967         (smie-bnf->prec2): Improve warnings.  Add docstring.
18968         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18969         (smie-bnf--set-class): New function.
18970         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
18971         corner case.
18973         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18974         (compilation-error-properties, compilation-move-to-column):
18975         Handle compilation-first-column while in the target buffer.
18977         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18978         Don't hardcode point-min==1.
18980         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18981         (eshell-rewrite-for-command): Remove workaround.
18982         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18983         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18984         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18986         * files-x.el (modify-file-local-variable): Obey commenting conventions.
18988 2011-11-17  Glenn Morris  <rgm@gnu.org>
18990         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18991         Ignore buffer-local generated-autoload-file if it is the same
18992         as the global value.  (Bug#10049)
18994 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
18996         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18997         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18998         (reftex-toc-previous-heading, reftex-toc-max-level)
18999         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19000         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19001         (reftex-toc-do-promote, reftex-toc-promote-prepare)
19002         (reftex-toc-promote-action, reftex-toc-extract-section-number)
19003         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19004         (reftex-toc-rename-label, reftex-toc-visit-location)
19005         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19006         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19007         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19008         leaving "*toc*" only for references to the buffer.
19010 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
19012         * window.el (window-resize, delete-window, split-window):
19013         Replace window-splits by window-combination-resize.
19014         * cus-start.el (window-splits): Replace by window-combination-resize.
19016 2011-11-17  Glenn Morris  <rgm@gnu.org>
19018         * progmodes/sh-script.el (sh-font-lock-keywords-var):
19019         Make bash entry derive from sh entry, not shell entry.
19021 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
19023         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19024         local file name.
19026 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
19028         * menu-bar.el (menu-bar-file-menu):
19029         * printing.el (pr-ps-utility):
19030         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19031         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19032         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19033         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19034         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19035         (icalendar--convert-cyclic-to-ical)
19036         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19037         (icalendar--convert-ical-to-diary)
19038         (icalendar--convert-recurring-to-diary)
19039         (icalendar--convert-non-recurring-all-day-to-diary)
19040         (icalendar-import-format-sample):
19041         * progmodes/idlw-shell.el (idlwave-shell-mode):
19042         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19043         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19044         (vhdl-ps-print-init): Fix typos.
19046 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
19048         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19049         FSF and collapse date sequence, obscure author/maintainer email address
19050         better, remove extra version line, track relocation of author's webpage.
19052         * progmodes/python.el (python-pdbtrack-input-prompt)
19053         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19054         regular python pdb prompts.  Adjustments shamelessly taken exactly as
19055         suggested in EmacsWiki page (tiny change):
19056         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19058 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
19060         * expand.el (expand-pos, expand-index, expand-point):
19061         Remove redundant info from docstring.
19062         (expand-add-abbrevs): Doc fix.
19063         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19064         (expand-sample-perl-mode-expand-list): Fix typos.
19066         * net/dbus.el (dbus-event-member-name):
19067         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19068         * term/pc-win.el (msdos-create-frame-with-faces):
19069         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19071 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
19073         * window.el (split-window, window-state-get-1)
19074         (window-state-put-1, window-state-put-2): Rename occurrences of
19075         window-nest to window-combination-limit.
19076         * cus-start.el (window-nest): Rename to window-combination-limit.
19078 2011-11-16  Chong Yidong  <cyd@gnu.org>
19080         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19081         regexp (Bug#10033).
19083 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19085         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19086         `completing-read' will remove *Completions* and will preserve
19087         current-buffer for us.
19088         (tmm-add-prompt): Users of *Completions* will always (re)set its
19089         major mode.
19090         (tmm-old-comp-map): Remove.
19092 2011-11-16  Glenn Morris  <rgm@gnu.org>
19094         * mail/rmailedit.el: Require rmailmm when compiling.
19095         (rmail-old-mime-state): New declaration.
19096         (rmail-edit-current-message): If editing a mime message,
19097         edit the "raw" message from the mbox buffer.
19098         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
19100 2011-11-15  Glenn Morris  <rgm@gnu.org>
19102         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19103         which wasn't being used.  Add optional arg to force given state.
19104         (rmail-mime): Add optional arg to force given state.
19106 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19108         * allout.el (allout-encryption-plaintext-sanitization-regexps):
19109         * frame.el (display-mm-dimensions-alist):
19110         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19111         (outline-move-subtree-down):
19112         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19113         (newsticker--treeview-do-get-node):
19114         * net/quickurl.el (quickurl-list-buffer-name):
19115         * progmodes/dcl-mode.el (dcl-mode):
19116         * progmodes/gdb-mi.el (gdb-mapcar*):
19117         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19119 2011-11-15  Glenn Morris  <rgm@gnu.org>
19121         * mail/rmail.el (rmail-file-coding-system): It's only ever used
19122         in a boolean sense, so just make it a boolean, and fix the doc.
19123         (rmail-show-mime-function, rmail-mime-feature)
19124         (rmail-require-mime-maybe): Doc fixes.
19125         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19127         * mail/rmailmm.el (rmail-show-mime): Doc fix.
19129 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19131         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19132         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19133         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19134         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19136 2011-11-15  Glenn Morris  <rgm@gnu.org>
19138         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19139         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19140         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19141         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19142         (rmail-mime, rmail-show-mime): Doc fixes.
19144         * term/ns-win.el (mode-line-frame-identification):
19145         Leave it alone.  (Bug#10051)
19147         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
19149         * mail/rmailout.el (rmail-output-to-rmail-buffer):
19150         Handle empty buffers.  (Bug#9978)
19152 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
19154         * international/mule.el (define-charset):
19155         * mail/rmailmm.el (rmail-mime-find-header-encoding):
19156         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19157         * progmodes/verilog-mode.el (verilog-backward-token):
19158         * textmodes/ispell.el (lookup-words):
19159         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19161 2011-11-14  Glenn Morris  <rgm@gnu.org>
19163         * progmodes/executable.el
19164         (executable-make-buffer-file-executable-if-script-p):
19165         Handle file-modes returning nil.
19167         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19168         message - not necessary, and causes problems.  (Bug#9831)
19170         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19172         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19174         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19175         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
19176         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19178 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
19180         * window.el (window-resize, delete-window): Use window-splits
19181         variable instead of function.
19182         (window-state-get-1, window-state-put-2, window-state-put):
19183         Don't deal with windows' splits status.
19185 2011-11-12  Glenn Morris  <rgm@gnu.org>
19187         * apropos.el (apropos-do-all, apropos-library, apropos-value)
19188         (apropos-documentation): Doc fixes.
19190 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
19192         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19193         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19195 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19197         * electric.el (electric-indent-post-self-insert-function): Make it
19198         possible for a char to only indent in some circumstances.
19199         (electric-indent-mode): Simplify.
19201 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
19203         * window.el (windows-with-parameter): Remove unused function.
19204         (windows-at-side): Rename to window-at-side-list.
19205         (window-check, window-atom-check, window-atom-check-1)
19206         (window-side-check, window-size-ignore, window-size-fixed-1)
19207         (window-in-direction-2): Prefix with "window--".
19208         (window-tree-1): Rename to window--subtree, fix doc-string.
19210 2011-11-11  Glenn Morris  <rgm@gnu.org>
19212         * subr.el (eval-after-load): If FILE is already loaded,
19213         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
19215 2011-11-10  Glenn Morris  <rgm@gnu.org>
19217         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19218         Call svn via vc-svn-command rather than vc-do-command.
19219         (vc-svn-command): Add --non-interactive.  (Bug#9993)
19220         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19222         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19223         Add toggle-read-only.  (Bug#7292)
19224         * files.el (toggle-read-only): Mention that it should only
19225         be used interactively.  (Bug#10006)
19227 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19229         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19230         Adjust regexp for OCaml warnings.
19232         * electric.el (electric-pair-post-self-insert-function): Let user
19233         turn it off buffer-locally (bug#9932).
19235         * progmodes/python.el (python-beginning-of-statement):
19236         Rewrite (bug#2703).
19238         * progmodes/compile.el: Better handle TABs (bug#9749).
19239         (compilation-internal-error-properties)
19240         (compilation-next-error-function): Obey the target buffer's
19241         compilation-error-screen-columns.
19243 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
19245         * progmodes/meta-mode.el: Remove obsolete comments.
19246         (meta-right-comment-regexp, meta-ignore-comment-regexp):
19247         Fix typos in docstrings.
19249 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
19251         * window.el (window-size-fixed-p): Rewrite doc-string.
19252         (window-resizable-p): Rename to window--resizable-p.  Update callers.
19253         (window--resizable): New function.  Make all callers of
19254         window-resizable call window--resizable instead.
19255         (window-resizable): Rewrite in terms of window--resizable.
19257 2011-11-08  Glenn Morris  <rgm@gnu.org>
19259         * progmodes/delphi.el (delphi-mode-syntax-table):
19260         Let define-derived-mode define a proper syntax table.  (Bug#9994)
19262 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19264         * window.el: Stay away from defsubst.
19265         (window-list-no-nils): Remove.
19266         (window-state-get-1, window-state-get): Use backquote instead.
19268 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19270         * emacs-lisp/find-func.el (find-function-read):
19271         Fix incorrect use of default argument in `completing-read'.
19273 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
19275         * window.el (display-buffer-function, special-display-function):
19276         Mention display-buffer-record-window but do not mention
19277         help-setup parameter in doc-strings.
19278         (window-min-delta): Fix doc-string typo.
19280 2011-11-08  Chong Yidong  <cyd@gnu.org>
19282         * window.el (window-total-height, window-total-width): Doc fix.
19283         (window-body-size): Move from C.
19284         (window-body-height, window-body-width): Move to C.
19286 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19288         * window.el: Make special-display like display-buffer-alist (bug#9532).
19289         (display-buffer--special-action): New function, morphed
19290         from display-buffer--special.
19291         (display-buffer): Use it to handle special-display-buffers at higher
19292         priority (just after display-buffer-alist).
19293         (display-buffer-fallback-action, display-buffer--other-frame-action)
19294         (pop-to-buffer-same-window): Remove display-buffer--special.
19296 2011-11-07  Glenn Morris  <rgm@gnu.org>
19298         * calendar/cal-menu.el (cal-menu-set-date-title):
19299         Do nothing if not in a calendar.  (Bug#9976)
19301 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19303         * files.el (find-file): Always use selected-window.
19305 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
19307         * window.el (window-combinations): Make WINDOW argument
19308         mandatory.  Rewrite doc-string.
19309         (walk-window-subtree, window-atom-check, window-min-delta)
19310         (window-max-delta, window--resize-this-window)
19311         (window--resize-root-window-vertically, window-tree)
19312         (balance-windows, window-state-put): Rewrite doc-strings as to
19313         not mention the term "subwindow".
19314         (window--resize-subwindows-skip-p): Rename to
19315         window--resize-child-windows-skip-p.
19316         (window--resize-subwindows-normal): Rename to
19317         window--resize-child-windows-normal.
19318         (window--resize-subwindows): Rename to
19319         window--resize-child-windows.
19320         (window-or-subwindow-p): Rename to window--in-subtree-p.
19322 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19324         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19325         Ensure that mbox format messages end in two newlines (Bug#9974).
19327 2011-11-06  Chong Yidong  <cyd@gnu.org>
19329         * window.el (window-combination-p): Function deleted; its
19330         side-effect is not used in any existing code.
19331         (window-combinations, window-combined-p): Call window-*-child
19332         directly.
19334 2011-11-05  Chong Yidong  <cyd@gnu.org>
19336         * window.el (window-valid-p): Rename from window-any-p.
19337         (window-size-ignore, window-state-get): Callers changed.
19338         (window-normalize-window): Rename from window-normalize-any-window.
19339         New arg LIVE-ONLY, replacing window-normalize-live-window.
19340         (window-normalize-live-window): Delete.
19341         (window-combination-p, window-combined-p, window-combinations)
19342         (walk-window-subtree, window-atom-root, window-min-size)
19343         (window-sizable, window-sizable-p, window-size-fixed-p)
19344         (window-min-delta, window-max-delta, window-resizable)
19345         (window-resizable-p, window-full-height-p, window-full-width-p)
19346         (window-current-scroll-bars, window-point-1, set-window-point-1)
19347         (window-at-side-p, window-in-direction, window-resize)
19348         (adjust-window-trailing-edge, maximize-window, minimize-window)
19349         (window-deletable-p, delete-window, delete-other-windows)
19350         (record-window-buffer, unrecord-window-buffer)
19351         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19352         (quit-window, split-window, window-state-put)
19353         (set-window-text-height, fit-window-to-buffer)
19354         (shrink-window-if-larger-than-buffer): Callers changed.
19356 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
19358         * mail/rmail.el (rmail-simplified-subject): Decode subject with
19359         rfc2047-decode-string.
19360         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19361         warnings.
19363         * window.el (window-body-height, window-body-width): Mention in
19364         the doc string that the return values are in frame's canonical
19365         units.  (Bug#9949)
19367 2011-11-03  Alan Mackenzie  <acm@muc.de>
19369         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19370         change in cc-engine.el.
19372 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19374         * window.el (switch-to-buffer): Use `force-same-window' interactively.
19376 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
19378         * window.el (quit-window): Call unrecord-window-buffer after
19379         showing another buffer in the window.  (Bug#9937)
19380         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19382 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
19384         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19385         Accept status with more than 9 shelves.  (Bug#9935)
19386         Reported by Colin D Bennett <colin@gibibit.com>.
19388 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
19390         * help.el (with-help-window): Don't reference
19391         temp-buffer-show-specifiers in doc-string.
19393 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
19395         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19396         menu-item.
19398 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19400         * whitespace.el: New version 13.2.2.
19401         (whitespace-newline-mode): Disable properly.  Reported by Sarah
19402         <EmacsWiki>.
19404 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
19406         * net/newst-treeview.el: Remove "Time-stamp".
19407         (newsticker--group-manage-orphan-feeds): Do not call
19408         newsticker--treeview-tree-update.
19409         (newsticker-treeview-update, newsticker-treeview):
19410         Call newsticker--treeview-tree-update if necessary.
19412 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
19414         * window.el (window-iso-combination-p, window-iso-combined-p)
19415         (window-iso-combinations): Remove "iso-" infix.
19416         Suggested by Chong Yidong.
19417         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19418         (window-max-delta-1, window-resize, window--resize-siblings)
19419         (window--resize-this-window, adjust-window-trailing-edge)
19420         (split-window, balance-windows-1)
19421         (shrink-window-if-larger-than-buffer):
19422         * calendar/calendar.el (calendar-generate-window):
19423         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19425 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19427         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19428         in place (bug#9907).
19429         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19430         (eshell-rewrite-if-command, eshell-rewrite-for-command)
19431         (eshell-structure-basic-command, eshell-rewrite-while-command)
19432         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19433         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19434         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19435         (eshell-do-pipelines-synchronously, eshell-eval-command):
19436         Use backquotes and prefer setq to set.
19437         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19438         (eshell-macrop): Use functionp.
19439         (eshell-do-eval): Handle multiple expressions in `while' body.
19441 2011-10-30  Chong Yidong  <cyd@gnu.org>
19443         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19444         instead of set-mark (Bug#9810).
19446 2011-10-30  Chong Yidong  <cyd@gnu.org>
19448         * window.el (split-window-below, split-window-right): Rename from
19449         split-window-above-each-other and split-window-side-by-side
19450         respectively.  All callers changed.
19451         (split-window-sensibly, split-window-sensibly): Use them.
19452         (split-window-keep-point): Doc fix.
19454         * isearch.el: Add isearch-scroll property to split-window-below
19455         and split-window-right.
19457         * follow.el (follow-mode):
19458         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19459         * progmodes/ada-xref.el (ada-gdb-application):
19460         * emulation/vip.el (vip-buffer-in-two-windows):
19461         * image-dired.el (image-dired-dired-with-window-configuration):
19462         * dired-x.el (dired-do-find-marked-files):
19463         * dired.el (dired-pop-to-buffer):
19464         * bs.el (bs--show-with-configuration):
19465         * vc/emerge.el (emerge-setup-windows):
19466         * textmodes/two-column.el (2C-two-columns):
19467         * textmodes/reftex-toc.el (reftex-toc):
19468         * progmodes/gdb-mi.el (gdb-setup-windows):
19469         * progmodes/fortran.el (fortran-window-create):
19470         * net/newst-treeview.el (newsticker--treeview-window-init):
19471         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19472         * emulation/tpu-edt.el (tpu-gold-map):
19473         * emulation/crisp.el (crisp-mode-map):
19474         * calendar/calendar.el (calendar-basic-setup): Callers changed.
19476 2011-10-29  Chong Yidong  <cyd@gnu.org>
19478         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19480         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19482         * textmodes/flyspell.el (flyspell-word): Fix char offset for
19483         forged Ispell output (Bug#7904).
19485         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19487 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19489         * doc-view.el: Avoid ugly errors about not finding nil.
19490         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19491         (doc-view-dvipdf-program, doc-view-unoconv-program)
19492         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19493         Avoid nil or absolute file name as default value.
19494         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19496 2011-10-28  Alan Mackenzie  <acm@muc.de>
19498         * progmodes/cc-defs.el (c-version): -> 5.32.2.
19500 2011-10-28  Alan Mackenzie  <acm@muc.de>
19502         Amend the handling of c-beginning/end-of-defun in nested declaration
19503         scopes.
19505         * progmodes/cc-vars.el (c-defun-tactic): Move here from
19506         cc-langs.el.  Change it to a defcustom.
19508         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19509         cc-vars.el.
19511         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19512         Prevent "class foo : bar" being spuriously recognized as a label.
19514         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19515         Add parameter `inclusive' (to include enclosing braces in the region).
19516         (c-widen-to-enclosing-decl-scope): New function.
19517         (c-while-widening-to-decl-block): New macro.
19518         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19519         outward for defun boundaries, and correspondingly change symbol
19520         `respect-enclosure' to `go-outward'.
19521         (c-declaration-limits): Change algorithm to report only the "innermost"
19522         defun's boundaries.
19524 2011-10-28  Deniz Dogan  <deniz@dogan.se>
19526         * net/rcirc.el (rcirc-mode): Use hard newlines.
19528 2011-10-28  Alan Mackenzie  <acm@muc.de>
19530         Amend to indent and fontify macros "which include their own semicolon"
19531         correctly, using the "virtual semicolon" mechanism.
19533         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19535         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19536         Recode to scan one line at a time rather than having \n and \r
19537         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19538         (c-forward-label): Amend for virtual semicolons.
19539         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19541         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19542         of the new C macros.
19544         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19545         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19546         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19547         (c-opt-cpp-macro-define): Make into a full language variable.
19548         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19549         AWK Mode (including \n, \r) removed, no longer needed.
19551         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19552         Invoke c-make-macro-with-semi-re.
19554         * progmodes/cc-vars.el (c-macro-with-semi-re):
19555         (c-macro-names-with-semicolon): New variables.
19556         (c-make-macro-with-semi-re): New function.
19558 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19560         * vc/log-edit.el: Fill empty field rather than adding new one.
19561         (log-edit-add-field): New function.
19562         (log-edit-insert-changelog): Use it.
19564 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19566         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19568 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19570         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19571         (gdb--check-interpreter): New function.
19572         (gdb): Use it.
19574 2011-10-27  Glenn Morris  <rgm@gnu.org>
19576         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19577         (least-positive-float, least-negative-float)
19578         (least-positive-normalized-float, least-negative-normalized-float)
19579         (float-epsilon, float-negative-epsilon):
19580         Remove unnecessary declarations.
19582         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19583         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19584         (least-positive-float, least-negative-float)
19585         (least-positive-normalized-float, least-negative-normalized-float)
19586         (float-epsilon, float-negative-epsilon): Add doc-strings,
19587         based on those in cl.texi.
19589         * files.el (set-visited-file-name): If the major-mode changed,
19590         reload the local variables.  (Bug#9796)
19592 2011-10-27  Chong Yidong  <cyd@gnu.org>
19594         * subr.el (change-major-mode-after-body-hook): New hook.
19595         (run-mode-hooks): Run it.
19597         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19598         Use change-major-mode-before-body-hook.
19600         * simple.el (fundamental-mode):
19601         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19602         change introducing fundamental-mode-hook.
19604 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
19606         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19608 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
19610         * ido.el (ido-file-name-all-completions-1): Do not require
19611         tramp.el explicitly.  (Bug#7583)
19613 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19615         * progmodes/octave-mod.el:
19616         * progmodes/octave-inf.el: Update maintainer.
19618 2011-10-26  Chong Yidong  <cyd@gnu.org>
19620         * subr.el (with-wrapper-hook): Rewrite doc.
19622 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
19624         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19625         filenames "/method:foo:".  (Bug#9793)
19627 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19629         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19630         (bug#9865).
19632 2011-10-24  Glenn Morris  <rgm@gnu.org>
19634         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
19636 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
19638         * notifications.el: Add the requirement of a running D-Bus session
19639         bus to the Commentary.
19641 2011-10-24  Juri Linkov  <juri@jurta.org>
19643         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19644         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19645         (Bug#9364)
19647 2011-10-24  Juri Linkov  <juri@jurta.org>
19649         * info.el (Info-following-node-name-re): Add newline to the list
19650         of allowed characters for leading space.  (Bug#9824)
19652 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19654         * progmodes/octave-inf.el (inferior-octave-mode-map):
19655         Fix C-c C-h binding.
19656         * progmodes/octave-mod.el (octave-help): Remove.
19658 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
19660         Sync with Tramp 2.2.3.
19662         * net/tramp-cache.el (top): Pacify byte-compiler using
19663         `init-file-user' and `site-run-file'.
19665         * net/trampver.el: Update release number.
19667 2011-10-23  Chong Yidong  <cyd@gnu.org>
19669         * files.el (toggle-read-only): Remove obsolete comment about
19670         version control.
19672         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19673         for toggle-read-only.  Note that this hasn't called vc-next-action
19674         since 2008-05-02, though it wasn't documented at the time.
19676         * vc/ediff-init.el (ediff-toggle-read-only-function):
19677         Use toggle-read-only.
19679 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
19681         Fix bug #9560, sporadic wrong indentation; improve instrumentation
19682         of c-parse-state.
19684         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19685         correct faulty logical expression.
19686         (c-parse-state-state, c-record-parse-state-state):
19687         (c-replay-parse-state-state): New defvar/defuns.
19688         (c-debug-parse-state): Use new functions.
19690 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
19692         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19693         last fix.  Use window-in-direction correctly.
19695 2011-10-21  Chong Yidong  <cyd@gnu.org>
19697         * progmodes/idlwave.el (idlwave-mode):
19698         * progmodes/vera-mode.el (vera-mode): No need to set
19699         require-final-newline; that's done in prog-mode.
19700         Suggested by Stefan Monnier.
19702 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
19704         * mouse.el (mouse-drag-window-above)
19705         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19706         (mouse-drag-mode-line-1, mouse-drag-header-line)
19707         (mouse-drag-vertical-line-rightward-window): Remove.
19708         (mouse-drag-line): New function.
19709         (mouse-drag-mode-line, mouse-drag-header-line)
19710         (mouse-drag-vertical-line): Call mouse-drag-line.
19711         * window.el (window-at-side-p, windows-at-side): New functions.
19713 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
19715         * tar-mode.el (tar-grind-file-mode):
19716         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
19718 2011-10-21  Chong Yidong  <cyd@gnu.org>
19720         * progmodes/idlwave.el (idlwave-mode):
19721         * progmodes/vera-mode.el (vera-mode):
19722         Use mode-require-final-newline.
19724 2011-10-20  Glenn Morris  <rgm@gnu.org>
19726         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
19728 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
19730         * emulation/cua-base.el (cua-set-mark): Fix case of string.
19732 2011-10-20  Chong Yidong  <cyd@gnu.org>
19734         * emulation/cua-base.el (cua-mode):
19735         * mail/footnote.el (footnote-mode):
19736         * mail/mailabbrev.el (mail-abbrevs-mode):
19737         * net/xesam.el (xesam-minor-mode):
19738         * progmodes/bug-reference.el (bug-reference-mode):
19739         * progmodes/cap-words.el (capitalized-words-mode):
19740         * progmodes/compile.el (compilation-minor-mode)
19741         (compilation-shell-minor-mode):
19742         * progmodes/gud.el (gud-tooltip-mode):
19743         * progmodes/hideif.el (hide-ifdef-mode):
19744         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19745         * progmodes/subword.el (subword-mode):
19746         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19747         * progmodes/which-func.el (which-function-mode):
19748         * term/tvi970.el (tvi970-set-keypad-mode):
19749         * term/vt100.el (vt100-wide-mode):
19750         * textmodes/flyspell.el (flyspell-mode):
19751         * textmodes/ispell.el (ispell-minor-mode):
19752         * textmodes/nroff-mode.el (nroff-electric-mode):
19753         * textmodes/paragraphs.el (use-hard-newlines):
19754         * textmodes/refill.el (refill-mode):
19755         * textmodes/reftex.el (reftex-mode):
19756         * textmodes/rst.el (rst-minor-mode):
19757         * textmodes/sgml-mode.el (html-autoview-mode)
19758         (sgml-electric-tag-pair-mode):
19759         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19760         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19761         * emulation/crisp.el (crisp-mode):
19762         * emacs-lisp/eldoc.el (eldoc-mode):
19763         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19764         minor mode behavior.
19766 2011-10-19  Juri Linkov  <juri@jurta.org>
19768         * descr-text.el (describe-char): Add #x2010 and #x2011 to
19769         the list of hard-coded chars with escape-glyph face.
19771 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19773         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19775 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
19777         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19778         running process.
19780 2011-10-19  Glenn Morris  <rgm@gnu.org>
19782         * vc/vc-bzr.el (vc-bzr-after-dir-status):
19783         Ignore ignored files.  (Bug#9726)
19785 2011-10-19  Chong Yidong  <cyd@gnu.org>
19787         Doc fix for minor modes, stating that an omitted argument enables
19788         the mode unconditionally when called from Lisp.
19790         * abbrev.el (abbrev-mode):
19791         * allout.el (allout-mode):
19792         * autoinsert.el (auto-insert-mode):
19793         * autoarg.el (autoarg-mode, autoarg-kp-mode):
19794         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19795         (global-auto-revert-mode):
19796         * battery.el (display-battery-mode):
19797         * composite.el (global-auto-composition-mode)
19798         (auto-composition-mode):
19799         * delsel.el (delete-selection-mode):
19800         * desktop.el (desktop-save-mode):
19801         * dired-x.el (dired-omit-mode):
19802         * dirtrack.el (dirtrack-mode):
19803         * doc-view.el (doc-view-minor-mode):
19804         * double.el (double-mode):
19805         * electric.el (electric-indent-mode, electric-pair-mode):
19806         * emacs-lock.el (emacs-lock-mode):
19807         * epa-hook.el (auto-encryption-mode):
19808         * follow.el (follow-mode):
19809         * font-core.el (font-lock-mode):
19810         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19811         * help.el (temp-buffer-resize-mode):
19812         * hilit-chg.el (highlight-changes-mode)
19813         (highlight-changes-visible-mode):
19814         * hi-lock.el (hi-lock-mode):
19815         * hl-line.el (hl-line-mode, global-hl-line-mode):
19816         * icomplete.el (icomplete-mode):
19817         * ido.el (ido-everywhere):
19818         * image-file.el (auto-image-file-mode):
19819         * image-mode.el (image-minor-mode):
19820         * iswitchb.el (iswitchb-mode):
19821         * jka-cmpr-hook.el (auto-compression-mode):
19822         * linum.el (linum-mode):
19823         * longlines.el (longlines-mode):
19824         * master.el (master-mode):
19825         * mb-depth.el (minibuffer-depth-indicate-mode):
19826         * menu-bar.el (menu-bar-mode):
19827         * minibuf-eldef.el (minibuffer-electric-default-mode):
19828         * mouse-sel.el (mouse-sel-mode):
19829         * msb.el (msb-mode):
19830         * mwheel.el (mouse-wheel-mode):
19831         * outline.el (outline-minor-mode):
19832         * paren.el (show-paren-mode):
19833         * recentf.el (recentf-mode):
19834         * reveal.el (reveal-mode, global-reveal-mode):
19835         * rfn-eshadow.el (file-name-shadow-mode):
19836         * ruler-mode.el (ruler-mode):
19837         * savehist.el (savehist-mode):
19838         * scroll-all.el (scroll-all-mode):
19839         * scroll-bar.el (scroll-bar-mode):
19840         * server.el (server-mode):
19841         * shell.el (shell-dirtrack-mode):
19842         * simple.el (auto-fill-mode, transient-mark-mode)
19843         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19844         (line-number-mode, column-number-mode, size-indication-mode)
19845         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19846         * strokes.el (strokes-mode):
19847         * time.el (display-time-mode):
19848         * t-mouse.el (gpm-mouse-mode):
19849         * tool-bar.el (tool-bar-mode):
19850         * tooltip.el (tooltip-mode):
19851         * type-break.el (type-break-mode-line-message-mode)
19852         (type-break-query-mode):
19853         * view.el (view-mode):
19854         * whitespace.el (whitespace-mode, whitespace-newline-mode)
19855         (global-whitespace-mode, global-whitespace-newline-mode):
19856         * xt-mouse.el (xterm-mouse-mode): Doc fix.
19858         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19859         Fix autogenerated docstring.
19861 2011-10-19  Juri Linkov  <juri@jurta.org>
19863         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19864         by checking environment variables "DESKTOP_SESSION" and
19865         "XDG_CURRENT_DESKTOP".  (Bug#9779)
19867 2011-10-19  Juri Linkov  <juri@jurta.org>
19869         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19870         (browse-url-chromium-program, browse-url-chromium-arguments):
19871         New defcustoms.
19872         (browse-url-default-browser): Check for `browse-url-chromium' and
19873         call `browse-url-chromium-program'.
19874         (browse-url-chromium): New command.  (Bug#9779)
19876 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
19878         * facemenu.el (list-colors-duplicates): On Windows, detect more
19879         duplicates by assuming that only colors matching "^System" are
19880         special "system colors".  (Bug#9722)
19882 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19884         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19885         to distinguish the author from the committer.
19887 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
19889         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19891 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
19893         * international/mule.el (sgml-html-meta-auto-coding-function):
19894         Add support for detecting encoding in HTML5 specified only as
19895         <meta charset="UTF-8">.  Implementation just makes http-equiv and
19896         content-type parts from HTML4 encoding string optional.  (Bug#9716)
19898 2011-10-18  Glenn Morris  <rgm@gnu.org>
19900         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
19902 2011-10-18  Chong Yidong  <cyd@gnu.org>
19904         * faces.el (cursor): Doc fix.
19906 2011-10-17  Chong Yidong  <cyd@gnu.org>
19908         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19910 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
19912         * dirtrack.el (dirtrack): Support shell buffers with path
19913         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
19915 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
19917         * json.el: Bump version to 1.3 and note change in History.
19918         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19920 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19922         * comint.el (comint-insert-input, comint-send-input)
19923         (comint-get-old-input-default, comint-backward-matching-input)
19924         (comint-next-prompt): Use nil instead of `input' for field property of
19925         past user input (bug#114).
19927         * minibuffer.el (completion--replace): Inherit surrounding properties
19928         (bug#114).
19929         (minibuffer-complete-and-exit): Use it.
19931         * comint.el (comint--table-subvert): Quote the all-completions output
19932         (bug#9160).
19934 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
19936         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19938         * menu-bar.el (menu-bar-file-menu): Add entry for making new
19939         window on right of selected.  (Bug#9350) Reword other window
19940         entries and separate them from frame entries.
19942 2011-10-15  Glenn Morris  <rgm@gnu.org>
19944         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19945         Doc fixes.
19947 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
19949         * net/network-stream.el (network-stream-open-starttls):
19950         Improve detection of failure due to lack of TLS support.
19952         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19953         putting the input text in front and in bold.
19955 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19957         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19959         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19960         empty buffer.
19962         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19963         unread-command-events rather than pushing yet-another event.
19965 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
19967         * mail/sendmail.el (sendmail-query-once): Improve the wording of
19968         the explanation of the possible choices.  Make the options passed
19969         to completing-read shorter.
19971 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
19973         * textmodes/flyspell.el (flyspell-large-region): Make sure
19974         extended character mode is used if defined (Bug#1339).
19976 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
19978         * simple.el (what-cursor-position): Fix the display of the
19979         character info for LRE, LRO, RLE, and RLO characters by appending
19980         an invisible PDF.
19982 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19984         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19985         even in case of error; add debug spec; simplify data flow.
19986         (with-timeout-handler): Remove.
19988 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
19990         Fix Bug#6019, Bug#9315.
19992         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19993         complete `buffer-file-name', the local file name part could look
19994         remotely (for example on VMS).
19996         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19997         `tramp-run-real-handler'.
19998         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19999         already quoted by '"'.
20001         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20002         Let `file-name-handler-alist' be nil, the local file name part
20003         could look remotely (for example on VMS).
20005 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20007         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20008         from here...
20009         (flyspell-post-command-hook): ...to here.
20011 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20013         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20014         if not needed.
20015         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
20016         using completion.  Protect against "slow" callers.
20017         Remove the "message hack".
20019 2011-10-11  Juri Linkov  <juri@jurta.org>
20021         * isearch.el (isearch-lazy-highlight-word): New variable.
20022         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20023         Use it.  (Bug#9727)
20025 2011-10-11  Glenn Morris  <rgm@gnu.org>
20027         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20028         like f90-previous-statement does.
20030 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20032         * eshell/eshell.el (eshell-command): History should be saved
20033         only in interactive use, to avoid error.
20035 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20037         * minibuffer.el (completion-file-name-table): Fix last change,
20038         i.e. ignore normal errors but not the other ones.
20040 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
20042         * window.el (special-display-buffer-names)
20043         (special-display-regexps): Remove some remnants of earlier
20044         changes from doc-strings.
20045         (quit-windows-on): New function.
20047         * vc/vc.el (vc-revert, vc-rollback):
20048         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20049         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
20050         (Bug#6183) (Bug#7074) (Bug#7447)
20052 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
20054         * window.el (frame-auto-hide-function): Add version tag.
20055         (Bug#9699)
20057 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
20059         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20060         condition.
20062 2011-10-09  Leo Liu  <sdl.web@gmail.com>
20064         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20065         (Bug#9701)
20067 2011-10-08  Glenn Morris  <rgm@gnu.org>
20069         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20070         before the first code statement zero indent.  (Bug#9690)
20072 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
20074         * simple.el (count-words-region): Always count in the region.
20075         Report the number of lines and characters too.
20076         (count-words): New command, which counts in the buffer if the
20077         region is inactive, as count-words-region used to.
20078         (count-words--message): New function.  Handle plurals.
20079         (count-lines-region): Make it an alias for count-words-region.
20081         * bindings.el (esc-map): Replace count-lines-region with
20082         count-words-region.
20084 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
20086         * window.el (window--delete): Delete dedicated frame
20087         unconditionally when argument KILL is non-nil.  (Bug#9699)
20088         (switch-to-buffer): Fix doc-string typo.
20090 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20092         * eshell/eshell.el (eshell-command): Avoid using hooks.
20094 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
20096         * bindings.el ([M-left],[M-right]): Bind to left-word and
20097         right-word respectively.
20099 2011-10-07  Glenn Morris  <rgm@gnu.org>
20101         * cus-start.el (debug-on-quit): Fix custom type.
20103 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20105         * subr.el (define-key-after): Clarify that the function is not
20106         useful for non-menu keymaps.
20108         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20110 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20112         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20113         in current minibuffer (Fix bug with recursive minibuffers).
20115 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
20117         * progmodes/gdb-mi.el (gdb): Doc fix.
20119 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
20121         * window.el (frame-auto-hide-function): New option replacing
20122         frame-auto-delete.  Suggested by Stefan Monnier.
20123         (window--delete): Call frame-auto-hide-function instead of
20124         investigating frame-auto-delete.
20125         (window-point-1, set-window-point-1): New functions.
20126         (window-in-direction, record-window-buffer, window-state-get-1)
20127         (display-buffer-record-window): Use window-point-1 instead of
20128         window-point.
20129         (set-window-buffer-start-and-point): Use set-window-point-1.
20131 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20133         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20135 2011-10-05  Glenn Morris  <rgm@gnu.org>
20137         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20138         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
20140 2011-10-05  Leo Liu  <sdl.web@gmail.com>
20142         * subr.el (read-char-choice): Fix argument to buffer-live-p which
20143         works with buffer object.
20145 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20147         * mpc.el (mpc-tool-bar-map): Add labels.
20149 2011-10-04  Glenn Morris  <rgm@gnu.org>
20151         * calendar/holidays.el (calendar-check-holidays): Doc fix.
20153 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
20155         * window.el (window--delete): New function.
20156         (frame-auto-delete): Resuscitate option.
20157         (bury-buffer, replace-buffer-in-windows)
20158         (quit-window): Rewrite using window--delete.
20159         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20160         Pass display-buffer-mark-dedicated to window--display-buffer-2
20161         (Bug#9639).
20163 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20165         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20166         returns a list (bug#9554).  Add remote file name completion.
20167         * comint.el (comint--table-subvert): Curry and get quote&unquote
20168         functions as arguments.
20169         (comint--complete-file-name-data): Adjust call accordingly.
20170         * pcomplete.el (pcomplete--table-subvert): Remove.
20171         (pcomplete-completions-at-point): Use comint--table-subvert instead.
20173         * minibuffer.el (completion-table-case-fold): Use currying.
20174         (completion--styles-type, completion--cycling-threshold-type):
20175         New constants.
20176         (completion-styles, completion-category-overrides)
20177         (completion-cycle-threshold): Use them.
20178         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20179         completion-table-case-fold.
20181 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
20183         * minibuffer.el (completion-category-overrides): Fix type of styles
20184         and add more user friendly tags (bug#9660).
20186 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20188         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20189         (mule-input-method-string): New widget.
20190         (default-input-method, language-info-custom-alist): Use it.
20192 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20194         * pcomplete.el: Require comint.
20195         (pcomplete--common-suffix): Remove.
20196         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20197         (pcomplete--table-subvert): Sync with comint--table-subvert.
20198         (pcomplete--entries): Use comint-completion-file-name-table.
20199         * comint.el (comint-unquote-filename): Simplify.
20200         (comint-completion-file-name-table): New function (bug#9616).
20201         (comint--complete-file-name-data): Use it.
20203         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20204         (pcmpl-gnu-tar-buffer): Remove.
20205         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20206         around.  Make sure pcomplete-suffix-list is only changed temporarily.
20207         Don't look inside the tar's file if it's too large.
20209 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
20211         * cus-edit.el (custom-mode-map):
20212         * epa.el (epa-key-list-mode-map):
20213         * man.el (Man-mode-map):
20214         * startup.el (splash-screen-keymap):
20215         * simple.el (special-mode-map): Use scroll-up-command and
20216         scroll-down-command.
20218         * progmodes/idlw-help.el (idlwave-help-mode-map):
20219         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20220         * net/newst-plainview.el (newsticker-mode-map):
20221         * emulation/ws-mode.el (wordstar-mode-map):
20222         * emulation/vi.el (vi-com-map):
20223         * calc/calc-graph.el (calc-graph-show-dumb):
20224         * term/sun.el (terminal-init-sun):
20225         * term/ns-win.el (global-map):
20226         * progmodes/grep.el (grep-mode-map):
20227         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20228         * mail/rmail.el (rmail-mode-map):
20229         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20231         * custom.el (custom-safe-themes, load-theme): Treat value of t for
20232         custom-safe-themes as special.
20234 2011-10-01  Julien Danjou  <julien@danjou.info>
20236         * notifications.el (notifications-notify): Fix docstring.
20238 2011-10-01  Per Starbäck  <per@starback.se>
20240         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
20242 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
20244         * startup.el (command-line-1): Fix last fix by inserting
20245         initial-scratch-message into *scratch* before displaying it.
20246         (Bug#9605) and (Bug#9636)
20248 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
20250         * simple.el (line-move): If auto-hscroll-mode is disabled and the
20251         window is hscrolled, move by logical lines.  (Bug#9607)
20252         (line-move-visual): Update the doc string to the above effect.
20254 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
20256         * window.el (display-buffer-record-window): When WINDOW is the
20257         selected window use `point' instead of `window-point'.  (Bug#9626)
20259         * startup.el (command-line-1): Use insert-before-markers when
20260         inserting initial-scratch-message.  (Bug#9605)
20262         * help.el (help-window): Remove variable.
20264 2011-09-29  Glenn Morris  <rgm@gnu.org>
20266         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20268 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
20270         * descr-text.el (describe-char-categories): Accept category
20271         descriptions more than one line long.
20273 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20275         * simple.el (delete-trailing-whitespace): Fix last change.
20277         * progmodes/perl-mode.el (perl-syntax-propertize-function):
20278         Don't confuse "y => 3" as the beginning of a `y' operation.
20280         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20281         object has more than 4 slots (bug#9613).
20283 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
20285         * subr.el (with-output-to-temp-buffer):
20286         * net/quickurl.el (quickurl, quickurl-browse-url):
20287         Fix typos in docstrings.
20289 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
20291         * minibuffer.el (completion-styles)
20292         (completion-category-overrides): Cross reference each other in doc
20293         strings.
20295 2011-09-27  Glenn Morris  <rgm@gnu.org>
20297         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20298         to split-string.  (Bug#9606)
20300 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20302         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20303         (bug#9615).
20305 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
20307         * emacs-lisp/package.el (list-packages): Fix echo area message.
20309 2011-09-27  Leo Liu  <sdl.web@gmail.com>
20311         * ido.el (ido-read-internal): Accept cons cell HIST arg.
20313 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
20315         * net/dbus.el (dbus-unregister-object): Don't release services for
20316         registered signals.  (Bug#9581)
20318 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
20320         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20321         function that picks between cfengine 2 and 3 support
20322         automatically.  Update docs accordingly.
20324 2011-09-22  Kenichi Handa  <handa@m17n.org>
20326         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20327         ZERO.
20328         (indian-itrans-v5-table-for-tamil): New variable.
20329         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20331 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
20333         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20334         that's true if the current command involved collapsing of text.
20335         It's reset to false at the beginning of the next command.
20336         (allout-post-command-business): Move the cursor to the beginning
20337         of entry if the cursor is hidden and collapsing activity just
20338         happened.
20340 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
20342         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20343         tracking (Bug#9541).
20345 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
20347         * net/newst-reader.el (newsticker-html-renderer)
20348         (newsticker-show-news): Automatically load html rendering package
20349         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
20350         because w3m-fill-column is let-bound" and the error "Symbol's value
20351         as variable is void: w3m-fill-column".
20353 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
20355         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20356         Release services only if they are defined.  (Bug#9581)
20358 2011-09-23  Richard Stallman  <rms@gnu.org>
20360         * textmodes/paragraphs.el (forward-sentence): For backwards case,
20361         distinguish start of paragraph from start of its text.
20363         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20365         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20366         (rmail-generate-viewer-buffer): Put that hook on view buffer.
20367         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20369 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
20371         * international/mule-diag.el (mule-diag): Insert a newline after
20372         each fontset description.
20374 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20376         * simple.el (delete-trailing-whitespace):
20377         Document last change; simplify.
20379 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
20381         * simple.el (delete-trailing-whitespace): Also delete
20382         extra newlines at the end of the buffer.
20384         * textmodes/picture.el: Make motion commands obey shift-select-mode.
20385         (picture-newline): Use forward-line so as to ignore fields.
20387 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20389         * subr.el (with-wrapper-hook): Fix edebug spec.
20391 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20393         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20394         (bug#4538).
20396 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
20398         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20399         Fix nasty bug using wrong cached values.
20401 2011-09-23  Alan Mackenzie  <acm@muc.de>
20403         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20405 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
20407         * window.el (pop-to-buffer): Ensure right window is selected if we
20408         chose another frame.
20410 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
20412         * simple.el (what-cursor-position): Use get-char-property-change
20413         and next-single-char-property-change, to be able to show display
20414         properties that come from overlays as well as text properties.
20416 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
20418         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20420         * cmuscheme.el (run-scheme, switch-to-scheme):
20421         * cus-edit.el (customize-group, custom-buffer-create)
20422         (customize-browse):
20423         * info.el (info):
20424         * shell.el (shell):
20425         * mail/sendmail.el (mail):
20426         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20428 2011-09-22  Richard Stallman  <rms@gnu.org>
20430         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20431         move back only to line beg, don't move back over blank lines.
20433 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
20435         * files.el (copy-directory): Set directory attributes only in case
20436         they could be retrieved from the source directory.  (Bug#9565)
20438 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
20440         * progmodes/hideshow.el (hs-looking-at-block-start-p)
20441         (hs-find-block-beginning, hs-hide-level-recursive):
20442         Ignore strings as well as comments.  (Bug#9502)
20444 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
20446         * progmodes/sql.el (sql-comint-postgres):
20447         Convert port number to a string.  (Bug#9566)
20449 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
20451         * window.el (quit-window): Undedicate window when switching to
20452         previous buffer.  Reported by Thierry Volpiatto
20453         <thierry.volpiatto@gmail.com>.
20454         (special-display-popup-frame): When popping up a new frame reset
20455         its previous buffers to nil.  Simplify code.
20457 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
20459         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20460         and process filter, as done also in `shell-command'.
20462 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
20464         * window.el (set-window-buffer-start-and-point):
20465         Call set-window-start with NOFORCE argument t.
20466         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20467         (quit-window): Reword doc-string.  Handle new format of
20468         quit-restore parameter.  Don't delete window if it has a
20469         previous buffer we can show instead of the present one.
20470         (display-buffer-record-window): Rewrite using a new format for
20471         the quit-restore window parameter
20472         (special-display-popup-frame, display-buffer-same-window)
20473         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20474         (display-buffer-pop-up-window, display-buffer-use-some-window):
20475         Adapt symbol passed to display-buffer-record-window.
20476         * help.el (help-window-setup): Handle new format of quit-restore
20477         parameter.
20479 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20481         * faces.el (face-list): Fix docstring (bug#9564).
20483         * window.el (display-buffer--action-function-custom-type):
20484         Don't include internal functions in the Custom interface.
20486 2011-09-20  Juri Linkov  <juri@jurta.org>
20488         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20489         (Info-forward-node, Info-backward-node, Info-next-preorder)
20490         (Info-last-preorder): Use it.  (Bug#9528)
20492 2011-09-20  Juri Linkov  <juri@jurta.org>
20494         * info.el (Info-last-preorder): Visit last menu item only when
20495         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20497 2011-09-20  Julien Danjou  <julien@danjou.info>
20499         * password-cache.el (password-cache-remove): Remove entries even if the
20500         value is nil, so that password with a nil value (negative caching) is
20501         possible to invalidate.
20503 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
20505         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20506         all whitespace around breakpoint.  (Bug#9553)
20507         (f90-find-breakpoint): Only break at whitespace inside a comment.
20509 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20511         * minibuffer.el (completion-file-name-table): Keep track of errors.
20512         (completion-table-with-predicate): Handle the case where pred1 is nil.
20513         * pcomplete.el (pcomplete-completions-at-point): Simplify.
20515 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20517         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20518         (debugger-return-value): Signal an error if the debugging context does
20519         not await any return value.
20521         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20522         * image-mode.el (image-toggle-display-text)
20523         (image-toggle-display-image): Stay away from evil `intangible'.
20525 2011-09-19  Leo Liu  <sdl.web@gmail.com>
20527         * replace.el (occur-revert-arguments): Make it permanent-local.
20528         (occur-mode): Don't call font-lock-defontify.
20530 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
20532         * net/ldap.el (ldap-search-internal): Don't push empty search
20533         result (Bug#9508).
20535 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20537         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20539 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
20541         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20542         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20544 2011-09-18  Juri Linkov  <juri@jurta.org>
20546         * buff-menu.el (Buffer-menu-mode-map):
20547         * dired.el (dired-mode-map):
20548         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20549         (lisp-interaction-mode-map):
20550         * emacs-lisp/package.el (package-menu-mode-map):
20551         * epa.el (epa-key-list-mode-map):
20552         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20553         (menu-bar-options-menu):
20554         * outline.el (outline-mode-menu-bar-map):
20555         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20556         * vc/vc-dir.el (vc-dir-menu-map):
20557         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20558         Capitalize non-function content words in menu item strings.
20560         * dired.el (dired-mode-map): Add menu item for
20561         `image-dired-dired-toggle-marked-thumbs'.
20563 2011-09-18  Juri Linkov  <juri@jurta.org>
20565         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20566         to `isearch-case-fold-search' and restore its original value
20567         after the `isearch-mode' call.
20569 2011-09-18  Juri Linkov  <juri@jurta.org>
20571         * progmodes/grep.el (grep-process-setup): Don't check code for 1
20572         because `zgrep' returns 1 for successful matches (bug#9226).
20574 2011-09-18  Juri Linkov  <juri@jurta.org>
20576         * info.el (Info-extract-menu-node-name): Check the second match
20577         for empty string (second test-case of bug#9528).
20578         (Info-last-preorder): Let-bind `Info-history' to nil to not add
20579         intermediate nodes to the history (first test-case of bug#9528).
20581 2011-09-18  Juri Linkov  <juri@jurta.org>
20583         * info.el (Info-mode-syntax-table): New variable.
20584         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20586 2011-09-18  Juri Linkov  <juri@jurta.org>
20588         * info.el (Info-file-supports-index-cookies):
20589         Increment line-beginning-position's arg from 3 to 4 because makeinfo
20590         outputs one more line for long file names (bug#4142).
20592 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20594         * newcomment.el (comment-normalize-vars): If prompting for
20595         comment-start, set comment-start-skip too (Bug#8424).
20597 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
20599         * icomplete.el: Fix previous fix of Bug#5849.
20600         (icomplete-mode): Don't set completion-show-inline-help.
20601         (icomplete-minibuffer-setup): Set completion-show-inline-help
20602         locally during icompletion.
20604 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20606         * woman.el (woman2-process-escapes): Don't delete unrecognized
20607         escapes (Bug#7843).
20609         * files.el (inhibit-first-line-modes-regexps): Add image files.
20610         (hack-local-variables-prop-line): Return nil for malformed
20611         prop-lines (Bug#9044).
20613 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
20615         * net/tramp.el (top): Don't require 'shell.
20616         (tramp-methods): Fix docstring.
20617         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20618         Return complete remote file name.  Handle "smb" case.
20619         Use `tramp-tmpdir', if defined for the respective method.
20620         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20622         * net/tramp-compat.el (top): Require 'shell.
20624         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20625         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20626         `tramp-current-host'.
20627         (tramp-get-remote-tmpdir): Remove.
20629         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20630         `tramp-tmpdir' entries.
20631         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20632         (tramp-smb-handle-file-attributes): Ignore errors.
20633         (tramp-smb-wait-for-output): Check also for process end.
20635 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20637         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20638         when sending QUIT (bug#9312).
20640 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
20642         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20643         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20644         occur-mode-display-occurrence.
20645         (occur-edit-mode): Add usage message.
20646         (occur-cease-edit): New command.
20647         (occur-after-change-function): Use text properties to find the
20648         position of the prefix text.
20649         (occur-engine): Set stickiness of prefix text properties.
20651 2011-09-17  Glenn Morris  <rgm@gnu.org>
20653         * progmodes/etags.el (complete-tag):
20654         Fix call to completion-in-region.  (Bug#9526)
20656 2011-09-17  Juri Linkov  <juri@jurta.org>
20658         * textmodes/ispell.el (ispell-word): Add to the error message
20659         the word, ispell program name and current dictionary (bug#9121).
20660         (ispell-tex-arg-end): Capitalize "error" in the error message.
20662 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
20664         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20665         check.  (Bug#4251)
20667 2011-09-17  Juri Linkov  <juri@jurta.org>
20669         * window.el (window-safe-min-height, window-safe-min-width):
20670         Fix typos (followup to bug#9522).
20672 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
20674         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20676 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
20678         * simple.el (line-move): If goal-column is set, move by logical
20679         lines, not by display lines.  (Bug#971)
20680         (next-line, previous-line, goal-column, line-move-visual): Doc fix
20681         to reflect the above change.
20683 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20685         * image.el (imagemagick-register-types): Use regexp-opt.
20687 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20689         * window.el (display-buffer-base-action): Rename from
20690         display-buffer-default-action.  Make default value empty.
20691         (display-buffer-overriding-action): Convert to defvar.
20692         (display-buffer-fallback-action): New var.
20694 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20696         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20697         declaration.
20698         (package--add-to-archive-contents): If there is a duplicate entry
20699         with an older version, remove it.
20700         (package-menu-mark-delete, package-menu-mark-install)
20701         (package-menu-mark-unmark): Make unused args optional.
20702         (package-menu-mark-obsolete-for-deletion):
20703         Use package-menu-get-status instead of a regexp search.
20704         (package-menu-get-status): Use tabulated-list-entry.
20705         (package-menu-mark-upgrades): New command.
20706         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
20707         (package-menu-execute): Do installation before deletion.
20708         (package-menu-refresh, package-menu-execute): Use derived-mode-p
20709         instead of checking major-mode.
20710         (package-menu--find-upgrades): New function.
20712 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20714         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20715         passwords in the log buffer.
20716         (smtpmail-process-filter): Update the process marker so that the
20717         "broken by peer" status message is inserted in the right place.
20719 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20721         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20722         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20723         bibtex-completion-at-point-function.
20724         (bibtex-completion-at-point-function): Use them.
20726         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20728         * mpc.el (mpc-constraints-tag-lookup): New function.
20729         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20730         also to browser "album|playlist".
20732 2011-09-14  Juri Linkov  <juri@jurta.org>
20734         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
20735         (isearch-edit-string): Use length of `isearch-string' when
20736         `isearch-fail-pos' returns nil.
20737         (isearch-message): Remove duplicate code and call
20738         `isearch-fail-pos' with arg `t'.
20740 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
20742         * replace.el (occur-mode-goto-occurrence): Don't force using other
20743         window (Bug#9499).
20745         * dired-aux.el (dired-do-chmod): Don't provide initial input.
20747 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
20749         * window.el (display-buffer-window): Remove.
20750         (display-buffer-record-window): Use help-setup window parameter
20751         instead of variable display-buffer-window.
20752         (display-buffer-function, special-display-buffer-names)
20753         (special-display-function): Mention help-setup parameter instead
20754         of display-buffer-window in doc-string.
20755         * help.el (help-window-setup): New argument help-window.
20756         Use help-window-setup parameter instead of display-buffer-window.
20757         Reword some messages.
20758         (with-help-window): Pass window used for displaying the buffer
20759         to help-window-setup.  Don't set display-buffer-window.
20761 2011-09-13  Glenn Morris  <rgm@gnu.org>
20763         * emacs-lisp/debug.el (debugger-make-xrefs):
20764         Preserve point.  (Bug#9462)
20766 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20768         * window.el (window-deletable-p): Use next-frame.
20770 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
20772         * window.el (window-auto-delete): Remove.
20773         (window-deletable-p): Remove argument FORCE.  Don't deal with
20774         dedication and previous buffers.
20775         (switch-to-prev-buffer): Don't delete window.
20776         (delete-windows-on): Delete a window's frame if and only if the
20777         window is dedicated.
20778         (replace-buffer-in-windows): Delete buffer's window or frame if
20779         and only if window is dedicated.
20780         (quit-window): Handle quit-restore as before last change.
20781         (bury-buffer): Delete window only if window-deletable-p returns t.
20783 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20785         * window.el (window-deletable-p): Never delete the last frame on a
20786         given terminal.
20788 2011-09-13  Glenn Morris  <rgm@gnu.org>
20790         * help.el (describe-key-briefly): Copy previous standard-output change.
20792 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
20794         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
20796 2011-09-13  Glenn Morris  <rgm@gnu.org>
20798         * emacs-lisp/lisp-mode.el (lisp-indent-function):
20799         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20801 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
20803         * dired-aux.el (dired-mark-read-string): Don't return default
20804         value on empty input (Bug#9361).
20805         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20806         Omit initial minibuffer contents.
20807         (dired-do-chmod): Signal an error on empty input.
20808         (dired-mark-read-string): Don't return default on empty input.
20810         * files.el (file-modes-symbolic-to-number): Doc fix.
20812 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20814         * international/mule-cmds.el (ucs-completions): Remove.
20815         (read-char-by-name): Use complete-with-action instead; add metadata.
20817 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20819         * window.el (display-buffer--action-function-custom-type)
20820         (display-buffer--action-custom-type): New vars.
20821         (display-buffer-alist, display-buffer-default-action)
20822         (display-buffer-overriding-action): Add defcustom types.
20824         * frame.el (delete-other-frames): Doc fix (Bug#276).
20826 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20828         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20830 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20832         Change modes that used same-window-* vars to use switch-to-buffer.
20834         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20835         Use switch-to-buffer.
20837         * cus-edit.el (customize-group, custom-buffer-create)
20838         (customize-browse, custom-buffer-create-other-window):
20839         Use switch-to-buffer or switch-to-buffer-other-window.
20841         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20842         (Info-prev, Info-up, Info-speedbar-goto-node)
20843         (info-display-manual): Use switch-to-buffer.
20844         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20846         * mail/sendmail.el (mail): Use switch-to-buffer.
20847         (mail-recover): Use switch-to-buffer-other-window.
20849         * cmuscheme.el (run-scheme, switch-to-scheme):
20850         * ielm.el (ielm):
20851         * shell.el (shell):
20852         * net/rlogin.el (rlogin):
20853         * net/telnet.el (telnet, rsh):
20854         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20856 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
20858         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20860 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20862         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20863         so don't mention it (bug#9301).
20864         (dired-sort-toggle-or-edit): Clarify string further.
20866         * faces.el (face-spec-set-match-display): Make `(type graphic)'
20867         match `x', `w32' and `ns', like the manual says (bug#9029).
20869         * subr.el (eval-after-load): Doc string clarification (bug#9125).
20870         (process-kill-buffer-query-function): Mention the buffer name in
20871         the query.
20873         * image-mode.el (image-next-line): The line parameter is mandatory
20874         (bug#9258).
20876         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20877         which can be useful (bug#9301).
20879         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20881         * subr.el (match-string): Mention that the current buffer should
20882         be the same as the search was done in (bug#9282).
20884         * facemenu.el: Disable the remove-* commands if the mark isn't
20885         active (bug#9162).
20887 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20889         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20890         of display-buffer.
20891         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20893         * replace.el (occur-mode-goto-occurrence)
20894         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20895         and display-buffer.
20897         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20898         display-buffer.
20900         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20901         special-display and same-window variables.
20902         (mail-other-window): Use switch-to-buffer-other-window.
20903         (mail-other-frame): USe switch-to-buffer-other-frame.
20905         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20906         Use display-buffer-other-frame.
20907         (gdb-display-gdb-buffer): Use pop-to-buffer.
20909         * progmodes/gud.el (gud-goto-info): Use info-other-window.
20911         * progmodes/python.el: Don't set same-window-buffer-names.
20913         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20915         * window.el (display-buffer-alist): Add *Python*.
20917 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20919         * window.el (display-buffer-alist): Add entry for buffers
20920         previously handled same-window-*.
20921         (display-buffer-alist, display-buffer-default-action)
20922         (display-buffer-overriding-action): Mark as risky.
20923         (display-buffer-alist): Document action function changes.
20924         (display-buffer--same-window-action)
20925         (display-buffer--other-frame-action): New variables.
20926         (switch-to-buffer, display-buffer-other-frame): Use them.
20927         (display-buffer): Rename reuse-frame entry to reusable-frames.
20928         (display-buffer-reuse-selected-window): Function deleted.
20929         (display-buffer-reuse-window): Handle reusable-frames alist entry.
20930         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20931         (display-buffer-special): New function.
20932         (display-buffer--maybe-pop-up-frame-or-window): Rename from
20933         display-buffer-reuse-or-pop-window.  Split off special-display
20934         part into display-buffer-special.
20935         (display-buffer-use-some-window): Don't perform any special
20936         pop-up-frames handling.
20937         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20938         (display-buffer--maybe-same-window): Rename from
20939         display-buffer-maybe-same-window.
20941         * info.el: Don't set same-window-regexps.
20942         (info-setup): New function.
20943         (info-other-window, info): Call it.
20945         * cus-edit.el: Don't set same-window-regexps.
20946         (customize-group): New argument.
20947         (customize-group-other-window): Use it.
20948         (customize-face, customize-face-other-window): Likewise.
20949         (custom-buffer-create-other-window): Use pop-to-buffer directly.
20951         * net/rlogin.el:
20952         * net/telnet.el:
20953         * progmodes/gud.el: Don't set same-window-regexps.
20955         * cmuscheme.el:
20956         * ielm.el:
20957         * shell.el:
20958         * mail/sendmail.el:
20959         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20961 2011-09-10  Juri Linkov  <juri@jurta.org>
20963         * isearch.el (isearch-edit-string): Remove obsolete mention of
20964         `C-w' (`isearch-yank-word-or-char') from docstring.
20965         (isearch-query-replace): Fix typo in docstring (bug#9466).
20967 2011-09-10  Juri Linkov  <juri@jurta.org>
20969         * paren.el (show-paren-function): Don't show escaped parens.
20970         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
20972 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
20974         * mail/sendmail.el (mml-to-mime, mml-attach-file)
20975         (mm-default-file-encoding): Remove autoload forms, they are
20976         replaced with autoload cookies in mml.el and mm-encode.el.
20977         (mail-add-attachment): New command.
20978         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20979         (mail-mode): Mention mail-insert-file and mail-add-attachment in
20980         the doc string.
20981         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20983 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
20985         * simple.el (count-words-region): Use buffer if there's no region
20986         (bug#9429).
20988 2011-09-09  Juri Linkov  <juri@jurta.org>
20990         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20991         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20992         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
20994 2011-09-09  Alan Mackenzie  <acm@muc.de>
20996         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20997         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
20999 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
21001         Fix for Savannah bug#9392.
21002         * simple.el (mail-encode-mml): New defvar.
21004         * mail/rmail.el (mail-encode-mml): Add a defvar.
21005         (rmail-enable-mime-composing): Default to t.
21006         (rmail-forward): Use MIME method of forwarding only if both
21007         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21008         Set mail-encode-mml non-nil if the MIME method was used.
21010         * mail/sendmail.el (mml-to-mime): Add autoload form.
21011         (mail-encode-mml): Add a defvar.
21012         (mail-mode): Make mail-encode-mml buffer-local and initialize it
21013         to nil.
21014         (mail-send): If mail-encode-mml is non-nil, run the outgoing
21015         message through mml-to-mime, and reset mail-encode-mml to nil.
21017 2011-09-09  Glenn Morris  <rgm@gnu.org>
21019         * woman.el (woman-if-body): When processing an .el block,
21020         do not delete the next .el block as well.  (Bug#9447)
21021         (woman-special-characters): Add oq, cq, and hy characters.
21023 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
21025         * window.el (window-deletable-p): Make sure window is live before
21026         invoking window-prev-buffers.
21028 2011-09-08  Leo Liu  <sdl.web@gmail.com>
21030         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
21032 2011-09-08  Juri Linkov  <juri@jurta.org>
21034         * progmodes/compile.el (compilation-environment): Make it
21035         a defcustom (bug#8340).
21037 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
21039         * window.el (frame-auto-delete): Rename to window-auto-delete.
21040         Make it control auto-deletion of windows and/or frames.
21041         (window-deletable-p): New argument FORCE.  Rewrite conditions
21042         for deleting window/frame.  (Bug#9419)
21043         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21044         Rewrite handling of case when window/frame can be deleted.
21045         (delete-windows-on): Call window-deletable-p with new FORCE
21046         argument t.  (Bug#9456)
21048 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
21050         * help-mode.el (help-mode): Restore autoload.
21052 2011-09-07  Juri Linkov  <juri@jurta.org>
21054         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21055         `compilation-environment'.  Set buffer-local
21056         `compilation-environment' to `thisenv' later after (funcall mode).
21057         (Bug#8340)
21059         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
21060         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21061         instead of replacing its value.  (Bug#8340)
21063 2011-09-07  Juri Linkov  <juri@jurta.org>
21065         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21066         based on text properties put by `grep-filter' instead of matching
21067         escape sequences.
21068         (grep-mode): Set buffer-local `compilation-error-screen-columns'
21069         to the value of `grep-error-screen-columns' (bug#9438).
21071 2011-09-07  Juri Linkov  <juri@jurta.org>
21073         * simple.el (next-error-highlight, next-error-highlight-no-select):
21074         Doc fix (bug#9432).
21076 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
21078         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21079         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
21081 2011-09-07  Leo Liu  <sdl.web@gmail.com>
21083         * net/rcirc.el (rcirc-mode): Conditionally initialize
21084         rcirc-input-ring.
21086 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21088         * emacs-lisp/find-func.el (find-function-C-source): Only set
21089         find-function-C-source-directory after checking that we found a source
21090         file there (bug#9440).
21092 2011-09-06  Alan Mackenzie  <acm@muc.de>
21094         * isearch.el (isearch-other-meta-char): Wherever a key list is
21095         unread, "unread" the prefix arg, too.  This fixes bug #8901.
21097 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
21099         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21101 2011-09-05  Juri Linkov  <juri@jurta.org>
21103         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21105 2011-09-05  Juri Linkov  <juri@jurta.org>
21107         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21108         keeping point where processing of grep matches begins, and
21109         continue to delete remaining escape sequences from the same point.
21110         (grep-filter): Make leading zero optional in "0?1;31m" because
21111         git-grep emits "\033[1;31m" escape sequences unlike expected
21112         "\033[01;31m" as GNU Grep does (bug#9408).
21113         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21115 2011-09-05  Juri Linkov  <juri@jurta.org>
21117         * subr.el (y-or-n-p): Capitalize "yes".
21119 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
21121         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
21122         `tramp-cache-unload-hook' where appropriate.
21123         (tramp-methods): Rename `tramp-remote-sh' to
21124         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
21125         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21127         * net/tramp-sh.el (top): Don't require 'shell.
21128         (tramp-methods): Add `tramp-remote-shell' and
21129         `tramp-remote-shell-args' entries.
21130         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21131         (tramp-sh-handle-shell-command): Remove.
21132         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21133         Use `tramp-remote-shell'.
21135 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
21137         * mail/sendmail.el (sendmail-query-once-function): Delete.
21138         (sendmail-query-once): Save directly to send-mail-function.
21139         Update message-send-mail-function too.
21141         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21143 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21145         * progmodes/python.el (python-mode-map): Use correct function to
21146         start python interpreter from menu-bar (as reported by Geert
21147         Kloosterman).
21148         (inferior-python-mode-map): Fix typo.
21149         (python-shell-map): Remove.
21151 2011-09-03  Deniz Dogan  <deniz@dogan.se>
21153         * net/rcirc.el (rcirc-print): Simplify code for
21154         rcirc-scroll-show-maximum-output.  There is no need to walk
21155         through all windows to find the right one.
21157 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21159         * help.el (help-return-method): Doc fix.
21161 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
21163         * window.el (window-deletable-p): Don't return a non-nil value
21164         when there's a buffer that was shown in the window before.
21165         (Bug#9419)
21166         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21167         Set window's previous buffers to nil.
21169 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
21171         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21172         newline before and after the tag line, so it doesn't interfere
21173         with determining the paragraph direction of bidirectional text.
21175 2011-09-03  Leo Liu  <sdl.web@gmail.com>
21177         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
21179 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21181         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21182         (pop-to-buffer): Change interactive spec.  Pass second argument
21183         directly to display-buffer.
21184         (display-buffer): Fix interactive spec.  Use functionp to
21185         distinguish between a function and a list of functions.
21187         * abbrev.el (edit-abbrevs):
21188         * arc-mode.el (archive-extract):
21189         * autoinsert.el (auto-insert):
21190         * bookmark.el (bookmark-bmenu-list):
21191         * files.el (find-file):
21192         * view.el (view-buffer):
21193         * progmodes/compile.el (compilation-goto-locus):
21194         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21196 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21198         * window.el (display-buffer-alist): Doc fix.
21199         (display-buffer): Add docstring.  Don't treat
21200         display-buffer-default specially.
21201         (display-buffer-reuse-selected-window)
21202         (display-buffer-same-window, display-buffer-maybe-same-window)
21203         (display-buffer-reuse-window, display-buffer-pop-up-frame)
21204         (display-buffer-pop-up-window)
21205         (display-buffer-reuse-or-pop-window)
21206         (display-buffer-use-some-window): New functions.
21207         (display-buffer-default-action): Use them.
21208         (display-buffer-default): Delete.
21209         (pop-to-buffer-1): Fix choice of actions.
21211 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21213         * minibuffer.el (completion--insert-strings): Don't get confused by
21214         completion entries that end with an LF char.
21216 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
21218         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21220 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
21222         * window.el (display-buffer): Restore interactive spec.
21223         (display-buffer-same-window, display-buffer-other-window):
21224         New functions.
21225         (pop-to-buffer-1): New function.  Use the above.
21226         (pop-to-buffer, pop-to-buffer-same-window): Use it.
21227         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21229         * view.el (view-buffer-other-window, view-buffer-other-frame):
21230         Just use pop-to-buffer.
21232 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
21234         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
21236 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
21238         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
21240 2011-08-31  Richard Stallman  <rms@gnu.org>
21242         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21243         of the separation of rmail-view-buffer from rmail-buffer.
21244         If you say no to "replace original", the decrypt is in the
21245         view buffer.  If you say yes, the decrypt goes into the
21246         rmail buffer also.
21248 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
21250         * window.el (display-buffer-window): Rewrite doc-string.
21251         (display-buffer-record-window): New function.
21252         (display-buffer-macro-specifiers)
21253         (display-buffer-even-window-sizes, display-buffer-set-height)
21254         (display-buffer-set-width, display-buffer-in-window)
21255         (display-buffer-reuse-window, display-buffer-split-specifiers)
21256         (display-buffer-side-specifiers, display-buffer-split-window-1)
21257         (display-buffer-split-window, display-buffer-split-atom-window)
21258         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21259         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21260         (display-buffer-other-window-means-other-frame)
21261         (display-buffer-normalize-special)
21262         (display-buffer-normalize-default)
21263         (display-buffer-normalize-argument)
21264         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21265         (display-buffer-normalize-specifiers, display-buffer-frame)
21266         (display-buffer-same-window, display-buffer-same-frame)
21267         (display-buffer-other-window)
21268         (display-buffer-same-frame-other-window)
21269         (display-buffer-other-frame, pop-to-buffer-same-window)
21270         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21271         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21272         (switch-to-buffer-same-frame)
21273         (switch-to-buffer-other-window-same-frame)
21274         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21275         (display-buffer-alist-set-1, display-buffer-alist-set-2)
21276         (display-buffer-alist-set): Remove.
21277         (display-buffer-function, special-display-buffer-names)
21278         (special-display-regexps, special-display-function):
21279         In doc-string refer to display-buffer-window and quit-restore
21280         parameter.
21281         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21282         (special-display-frame-alist, special-display-popup-frame)
21283         (same-window-buffer-names, same-window-regexps, same-window-p)
21284         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21285         (split-window-preferred-function, split-height-threshold)
21286         (split-width-threshold, window-splittable-p)
21287         (split-window-sensibly, window--try-to-split-window)
21288         (window--frame-usable-p, even-window-heights)
21289         (window--even-window-heights, window--display-buffer-1)
21290         (window--display-buffer-2, display-buffer-other-frame):
21291         Restore old Emacs 23 code, order and doc-strings where applicable.
21292         (display-buffer-default, display-buffer-assq-regexp): New functions.
21293         (display-buffer-alist): Rewrite doc-string.
21294         (display-buffer-default-action)
21295         (display-buffer-overriding-action): New variables.
21296         (display-buffer, switch-to-buffer): Rewrite.
21297         (pop-to-buffer): Restore Emacs 23 behavior but use
21298         window-normalize-buffer-to-display.
21299         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21300         Restore Emacs 23 behavior but use
21301         window-normalize-buffer-to-switch-to.
21302         (pop-to-buffer-same-window): Rewrite.
21303         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21304         Rewrite using Emacs 23 options.
21306 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
21308         * net/tramp.el (tramp-root-regexp): Remove.
21309         (tramp-completion-file-name-regexp-unified)
21310         (tramp-completion-file-name-regexp-separate)
21311         (tramp-completion-file-name-regexp-url): Don't use leading volume
21312         letter on w32 systems.  (Bug#5303, Bug#9311)
21313         (tramp-drop-volume-letter): Simplify definition.
21314         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21316 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21318         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21319         (bug#9356).
21321 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
21323         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21325 2011-08-29  Juri Linkov  <juri@jurta.org>
21327         * isearch.el (isearch-done): Don't display message "Mark saved"
21328         when arg `edit' is non-nil to prevent its flicker in the echo area.
21330 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21332         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21333         obsolete packages for deletion.
21335 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
21337         * help-mode.el (help-mode-map): Add special-mode-map to parent.
21338         (help-mode): Derive help-mode from special-mode.  Don't invoke
21339         view-mode from help-mode.
21340         (help-xref-override-view-map): Remove.
21341         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21342         view-mode is not used anymore.
21344 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21346         * server.el (server-port): Doc fix.
21348         * cus-theme.el (custom-theme-choose-mode): Inherit from
21349         special-mode (Bug#9124).
21350         (custom-theme-choose-mode-map): Add special-mode to parent.
21352 2011-08-28  Alan Mackenzie  <acm@muc.de>
21354         * progmodes/cc-fonts.el
21355         (c-make-font-lock-BO-decl-search-function): New function.
21356         (c-basic-matchers-after - "Fontify the clauses after various
21357         keywords"): Extract the three keyword lists for the 3 erroneous
21358         constructs from the list of four, and use the new function above
21359         in place of an old one.
21361 2011-08-28  Deniz Dogan  <deniz@dogan.se>
21363         * net/rcirc.el (rcirc-insert-prev-input)
21364         (rcirc-insert-next-input): Remove unused argument.
21366 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21368         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21370 2011-08-27  Alan Mackenzie  <acm@muc.de>
21372         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21373         handle function pointer parameters properly.
21375 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
21377         * window.el (display-buffer-reuse-window): Fix case where
21378         selected window was reused with non-nil OTHER-WINDOW argument.
21379         (Bug#9381)
21381 2011-08-27  Deniz Dogan  <deniz@dogan.se>
21383         * net/rcirc.el (rcirc-check-auth-status): Adding support for
21384         oftc's NickServ messages.
21386 2011-08-27  Glenn Morris  <rgm@gnu.org>
21388         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
21390 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
21392         * emacs-lisp/package.el (package-install): Call package-initialize
21393         if called interactively.
21395 2011-08-26  Leo Liu  <sdl.web@gmail.com>
21397         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
21399 2011-08-25  Juri Linkov  <juri@jurta.org>
21401         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21402         `search-whitespace-regexp' (bug#9364).
21404 2011-08-25  Juri Linkov  <juri@jurta.org>
21406         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21407         `regexp-search-ring' to their global values to protect from
21408         updating by `read-from-minibuffer' (bug#9185).
21410 2011-08-25  Juri Linkov  <juri@jurta.org>
21412         * textmodes/ispell.el (ispell-command-loop): Add newline
21413         at the end of the "Use option `i'..." line.
21415 2011-08-25  Juri Linkov  <juri@jurta.org>
21417         * battery.el (display-battery-mode): If `battery-status-function'
21418         or `battery-mode-line-format' is nil, display the message and set
21419         `display-battery-mode' to nil (bug#9363).
21421 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
21423         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21424         bidi-string-mark-left-to-right; they are unnecessary now.
21426 2011-08-25  Deniz Dogan  <deniz@dogan.se>
21428         * net/quickurl.el: Documentation typo fixes.
21430 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
21432         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21434 2011-08-25  Glenn Morris  <rgm@gnu.org>
21436         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21438         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21439         (smtpmail-via-smtp): Handle nil response from smtp.
21441 2011-08-24  Juri Linkov  <juri@jurta.org>
21443         * proced.el (proced-marked): Inherit from `error' instead of
21444         `font-lock-warning-face'.
21446         * ibuffer.el (ibuffer-marked-face): Change default face from
21447         `font-lock-warning-face' to `warning'.
21448         (ibuffer-deletion-face): Change default face from
21449         `font-lock-type-face' to `error'.
21451         * battery.el (battery-update): Use the face `error' instead of
21452         `font-lock-warning-face' (bug#6117).
21454 2011-08-24  Juri Linkov  <juri@jurta.org>
21456         * faces.el (success): Change face color from "Green3" to
21457         "ForestGreen" on light background (bug#9353).
21459 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
21461         * window.el (quit-window): Rename from quit-restore-window.
21462         Use same arglist as old quit-window.
21463         (frame-auto-delete): Doc fix.
21465         * view.el (view-mode-exit): Use quit-window.
21467 2011-08-24  Juri Linkov  <juri@jurta.org>
21469         * isearch.el (isearch-ring-adjust1): Start visiting previous
21470         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21471         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21472         for empty search string (when the last search string is reused
21473         automatically) to adjust the isearch ring to the last element and
21474         prepare the correct index for further M-p commands (bug#9185).
21476 2011-08-24  Kenichi Handa  <handa@m17n.org>
21478         * international/ucs-normalize.el: If decomposition property of
21479         CHAR is the default one (i.e. a list of CHAR itself), treat it as
21480         nil.
21481         (nfd, nfkd): Likewise.
21483 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21485         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21486         from process filters aren't reliably transmitted to the surrounding
21487         accept-process-output.
21488         (mpc-proc-check): New function.
21489         (mpc-proc-sync): Use it (bug#8293)
21491 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21493         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21494         Add compatibility functions (bug#9313).
21496 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
21498         * cus-start.el (all): Add entry for bidi-paragraph-direction.
21500         * international/uni-bidi.el: Regenerate.
21502 2011-08-23  Kenichi Handa  <handa@m17n.org>
21504         * international/charprop.el:
21505         * international/uni-bidi.el:
21506         * international/uni-category.el:
21507         * international/uni-combining.el:
21508         * international/uni-comment.el:
21509         * international/uni-decimal.el:
21510         * international/uni-decomposition.el:
21511         * international/uni-digit.el:
21512         * international/uni-lowercase.el:
21513         * international/uni-mirrored.el:
21514         * international/uni-name.el:
21515         * international/uni-numeric.el:
21516         * international/uni-old-name.el:
21517         * international/uni-titlecase.el:
21518         * international/uni-uppercase.el: Regenerate.
21520 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
21522         * help.el (help-window-setup): Fix message displayed when other
21523         window is reused.  (Bug#9341)
21525 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21527         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21528         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21530         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21531         Mark obsolete.
21532         * shell.el (shell-parse-pcomplete-arguments): New function.
21533         (shell-completion-vars): Use it instead (bug#9160).
21535 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21537         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21538         strings and comments (bug#9333).
21540         * emacs-lisp/debug.el (debug-arglist): New function.
21541         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
21542         (debug-on-entry-1): Handle interpreted closures (bug#9120).
21544 2011-08-22  Juri Linkov  <juri@jurta.org>
21546         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21547         Revert regexp that highlights output switches to its old
21548         pre-2010-10-28 value and remove one `?' from it (bug#9319).
21550         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21551         to check for empty output (bug#9226).
21553 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
21555         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21556         symbol-constituent as the default, as that stops font-lock from
21557         working properly (Bug#8843).
21559 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21561         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21562         `coding-system-for-*' around the process open call to avoid
21563         auth-source side effects.
21564         (smtpmail-try-auth-methods): Expand the secret password.
21565         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21566         probe hangs.
21568 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21570         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21572         * emacs-lisp/find-func.el (find-function-noselect): New arg
21573         lisp-only.
21575         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21576         signal an error for built-in functions (Bug#6664).
21578 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21580         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21581         (smtpmail-try-auth-methods): Use it.
21583 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21585         * font-lock.el (font-lock-fontify-region)
21586         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21587         (font-lock-default-unfontify-buffer)
21588         (font-lock-default-fontify-region)
21589         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21591         * progmodes/compile.el (compilation-error-properties):
21592         Fix confusion between file struct and message struct (Bug#9319).
21593         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21594         `ant' regexp.
21596         * net/browse-url.el (browse-url-firefox): Don't call
21597         browse-url-firefox-sentinel unless using -remote (Bug#9328).
21599 2011-08-20  Glenn Morris  <rgm@gnu.org>
21601         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21603         * tutorial.el (tutorial--default-keys): Update some default bindings.
21605         * files.el (hack-local-variables): Fully ignore case for "mode:".
21607 2011-08-20  Alan Mackenzie  <acm@muc.de>
21609         Resolve invalid use of a regexp in regexp-opt.
21611         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21612         detection for a java annotation.
21614         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21615         detection for a java annotation.
21617         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21618         handling for java.
21619         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21621 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
21623         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21624         (Bug#9274).
21626 2011-08-20  Alan Mackenzie  <acm@muc.de>
21628         Fontify CPP expressions correctly when starting in the middle of
21629         such a construct.  Mainly for when jit-lock etc. starts a chunk
21630         here.
21632         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21633         variable.
21634         (c-make-font-lock-search-form): New function, extracted from
21635         c-make-font-lock-search-function.
21636         (c-make-font-lock-search-function): Use the above function.
21637         (c-make-font-lock-context-search-function): New function.
21638         (c-cpp-matchers): Enhance the preprocessor expression case with
21639         the above function
21640         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21641         which takes an expression.
21643         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21645 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
21647         * window.el (display-buffer-reuse-window)
21648         (display-buffer-pop-up-window): Don't reuse or split a side
21649         window.
21651 2011-08-19  Glenn Morris  <rgm@gnu.org>
21653         * files.el (hack-local-variables-prop-line, hack-local-variables):
21654         Downcase "Mode:".  (Bug#9331)
21656 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
21658         * international/characters.el: Add L and R categories.
21660         * subr.el (bidi-string-mark-left-to-right): Rename from
21661         string-mark-left-to-right.  Use category search.
21663         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21665 2011-08-18  Juri Linkov  <juri@jurta.org>
21667         * faces.el (error, warning, success): New faces with definitions
21668         copied from old default values of `font-lock-warning-face',
21669         `compilation-warning', `compilation-info' (bug#6117).
21671         * font-lock.el (font-lock-warning-face): Inherit from `error'.
21673         * progmodes/compile.el (compilation-error): Inherit from `error'.
21674         (compilation-warning): Inherit from `warning'.
21675         (compilation-info): Inherit from `success'.
21677         * dired.el (dired-marked): Inherit from `warning'.
21678         (dired-flagged): Inherit from `error'.
21680 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21682         * mail/smtpmail.el (auth-source): Require to avoid problems with
21683         binding variables (bug#9298).  Also clean up some unused
21684         autoloads.
21686         * net/network-stream.el (network-stream-open-starttls):
21687         Support using starttls.el without using gnutls-cli.
21689 2011-08-17  Juri Linkov  <juri@jurta.org>
21691         * progmodes/grep.el (rgrep): Handle the case when
21692         `grep-find-command' is a cons cell (bug#9278).
21694 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
21696         * window.el (display-buffer-pop-up-frame): Run frame creation
21697         function with BUFFER current (as special-display-popup-frame
21698         does).  Reported by Drew Adams.
21700 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
21702         * epa-mail.el: Simplify GnuPG group expansion using
21703         epg-expand-group.
21704         (epa-mail-group-alist, epa-mail-group-modtime)
21705         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21706         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21707         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21708         Remove.
21710 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
21712         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21714 2011-08-16  Alan Mackenzie  <acm@muc.de>
21716         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21717         Correct, to avoid the inside of macros.
21719 2011-08-16  Richard Stallman  <rms@gnu.org>
21721         * epa-mail.el: Handle GnuPG group definitions.
21722         (epa-mail-group-alist, epa-mail-group-modtime)
21723         (epa-mail-gnupg-conf-file): New variables.
21724         (epa-mail-parse-groups, epa-mail-sync-groups)
21725         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21726         (epa-mail-expand-recipients): New functions.
21727         (epa-mail-encrypt): Call epa-mail-expand-recipients.
21729         * mail/rmail.el (rmail-epa-decrypt): New command.
21731         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21732         Don't bind buffer-read-only, just inhibit-read-only.
21733         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21734         (epa-decrypt-armor-in-region): Make error message clearer.
21736 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21738         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21739         and "a2b" to "ab" for `prefix'.
21741 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
21743         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21744         filter groups.
21745         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
21746         Fourquet (Bug#8804).
21748 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
21750         * startup.el (argi): Declare as global variable (bug#9275).
21752 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
21754         * subr.el (string-mark-left-to-right): Search the entire string
21755         for RTL script, not just the terminating character.  Doc fix.
21757 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21759         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21760         New function.
21761         (js--regexp-literal, js-syntax-propertize-function): Remove.
21762         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21763         (js-mode-map): Don't rebind electric keys.
21764         (js-insert-and-indent): Remove.
21765         (js-mode): Setup electric-layout and electric-indent instead.
21767         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21769 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
21771         * epa.el (epa-progress-callback-function): Fix the logic of
21772         displaying progress.
21773         * epa-file.el (epa-file-insert-file-contents): Make progress
21774         display more user-friendly.
21775         (epa-file-write-region): Ditto.
21777 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
21779         * subr.el (string-mark-left-to-right): New function.
21781         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21782         Use string-mark-left-to-right.
21783         (list-buffers-noselect): Caller changed.
21785         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21786         Use string-mark-left-to-right.
21787         (tabulated-list-print): Recenter after moving point.
21789 2011-08-10  Juri Linkov  <juri@jurta.org>
21791         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21792         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21793         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21795 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
21797         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21798         (Bug#7554).
21800 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
21802         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21803         character.  (Bug#6594)
21805 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
21807         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21808         (image-dired--with-db-file): New macro.
21809         (image-dired-write-tags, image-dired-remove-tag)
21810         (image-dired-create-gallery-lists, image-dired-write-comments)
21811         (image-dired-get-comment, image-dired-mark-tagged-files)
21812         (image-dired-list-tags, image-dired-gallery-generate): Use it.
21813         (image-dired-gallery-generate): Use insert-file-contents.
21815         * time.el (display-time-world-list, display-time-world-display):
21816         * time-stamp.el (time-stamp-string):
21817         * vc/add-log.el (add-change-log-entry): Use setenv instead of
21818         set-time-zone-rule (Bug#7337).
21820 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
21822         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21823         (epg-error-to-string, epg-errors-to-string): New function.
21824         (epg-wait-for-completion): Reverse errors list.
21825         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21826         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21827         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21828         (epg-sign-keys, epg-generate-key-from-file)
21829         (epg-generate-key-from-string): Format errors by using
21830         epg-errors-to-string (bug#9255).
21831         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21833 2011-08-07  Juri Linkov  <juri@jurta.org>
21835         * faces.el (list-faces-display): Remove extra angle bracket
21836         from `help-mode-map'.
21838         * info.el (Info-history-toc-nodes): Doc fix.
21840         * longlines.el (longlines-mode): Doc fix.
21842 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21844         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21845         of statements and in a few more cases (bug#9183).
21847         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21848         New functions.
21849         (cl-transform-lambda): Use them (bug#9239).
21851 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
21853         * window.el (display-buffer-same-window)
21854         (display-buffer-same-frame, display-buffer-other-window)
21855         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21856         (pop-to-buffer-other-window)
21857         (pop-to-buffer-same-frame-other-window)
21858         (pop-to-buffer-other-frame): Make them defuns.
21859         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21861 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21863         * subr.el (make-composed-keymap): Move from C.  Change calling
21864         convention, and improve docstring to bring attention to a subtle point.
21865         * minibuffer.el (completing-read-default): Adjust accordingly.
21867 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
21869         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21870         (tramp-open-shell): Use `tramp-shell-quote-argument'.
21872         * net/trampver.el: Update release number.
21874 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21876         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21877         "in" (bug#9190).
21879 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21881         * mail/sendmail.el (sendmail-query-once): Restore the current
21882         buffer after querying (bug#9074).
21884         * dired.el (dired-flagged): Use different faces for marked and
21885         flagged files (bug#6117).
21887         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21888         (bug#4433).
21890         * ido.el (ido-mode): Switch off the message if called
21891         non-interactively.
21893         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21894         before 587, since it appears that that's more likely to work for
21895         more people.
21897         * cus-edit.el (custom-file): When running under emacs -q, always
21898         refuse to save the customizations, even if the .emacs file doesn't
21899         exist.
21901         * info.el: Remove the `Info-beginning-of-buffer' function
21902         (bug#8325).
21904         * net/network-stream.el (network-stream-open-starttls):
21905         Use `starttls-available-p' to see whether starttls.el can be used.
21907 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
21909         * window.el (display-buffer-in-window): Don't set dedicated status
21910         of window here (Bug#9215).
21911         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21912         (display-buffer-pop-up-side-window)
21913         (display-buffer-in-side-window): Set dedicated status of window here.
21915 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21917         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21918         before binding generated-autoload-file.
21920 2011-08-01  Deniz Dogan  <deniz@dogan.se>
21922         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21924 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
21926         Sync with Tramp 2.2.2.
21928         * net/trampver.el: Update release number.
21930 2011-07-30  Juri Linkov  <juri@jurta.org>
21932         * dired-aux.el (dired-touch-initial): Remove function.
21933         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21934         current time, and `default' to the last modification time of the
21935         current marked file (bug#6887).
21937 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
21939         * simple.el (goto-line): Use string-to-number to provide a
21940         numeric argument to read-number (bug#9163).
21942 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
21944         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21945         connection process, it could be nil.
21947 2011-07-27  Leo Liu  <sdl.web@gmail.com>
21949         Simplify url handling in rcirc-mode.
21951         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21952         (rcirc-browse-url-at-mouse): Remove.
21953         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21955 2011-07-26  Alan Mackenzie  <acm@muc.de>
21957         Fontify bitfield declarations properly.
21959         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21960         (c-symbol-chars): Now exported as a lang variable.
21961         (c-not-primitive-type-keywords): New lang variable.
21963         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21964         QT keyword "more" to prevent "more slots: ...." being spuriously
21965         parsed as a bitfield declaration.
21967         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21968         Refactor and enhance to handle bitfield declarations.
21969         (c-punctuation-in): New function.
21970         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21971         declarations properly.
21973 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
21975         * calendar/icalendar.el (icalendar--all-events): Take care of
21976         multiple vcalendars in a single file.
21977         (icalendar--convert-float-to-ical): Checkdoc fixes.
21979 2011-07-25  Deniz Dogan  <deniz@dogan.se>
21981         * image.el (insert-image): Clarifying docstring.
21983 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
21985         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21986         `tramp-send-command-and-check' if there is no error.
21987         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21989 2011-07-22  Alan Mackenzie  <acm@muc.de>
21991         Prevent cc-langs.elc being loaded at run time.
21993         * progmodes/cc-mode.el: Remove two autoload forms which loaded
21994         cc-langs.
21996         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21997         "(require 'cc-langs)".  Quote a form so it will evaluate at
21998         (cc-mode's) compilation time.
22000 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
22002         * net/tramp.el (tramp-file-name-handler): Avoid recursive
22003         loading.  (Bug#9114)
22005 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
22007         * window.el (display-buffer-pop-up-window)
22008         (display-buffer-pop-up-side-window)
22009         (display-buffer-in-side-window): Call display-buffer-set-height
22010         and display-buffer-set-width after setting the new window's
22011         buffer so `fit-window-to-buffer' and friends work on the right buffer.
22013 2011-07-20  Sam Steingold  <sds@gnu.org>
22015         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22016         (etags-tags-included-tables): Call `convert-standard-filename' on
22017         the file names contained in TAGS so that windows Emacs can handle
22018         TAGS files created by cygwin ctags.
22020 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22022         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22023         which apparently didn't work.
22025 2011-07-19  Roland Winkler  <winkler@gnu.org>
22027         * proced.el (proced-send-signal): For *Marked Processes* buffer
22028         put point at beginning of buffer.
22030 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
22032         * proced.el (proced-format): Make header lines align with the text
22033         (bug#1779).
22035 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22037         * view.el (view-buffer): Allow running in `special' modes if we're
22038         visiting a file (bug#8615).
22040 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
22042         * window.el (display-buffer-alist-of-strings-p)
22043         (display-buffer-alist-set-1, display-buffer-alist-set-2):
22044         New functions.
22045         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22046         more accurately.
22048 2011-07-18  Alan Mackenzie  <acm@muc.de>
22050         Fontify declarators properly when, e.g., a jit-lock chunk begins
22051         inside a declaration.
22053         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22055         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22056         New function.
22057         (c-complex-decl-matchers): Insert reference to
22058         c-font-lock-enclosing-decls.
22060         * progmodes/cc-engine.el (c-backward-single-comment):
22061         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22062         to nil around calls to (forward-comment -1).
22064 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22066         * image.el (put-image): Doc typo fix.
22068         * progmodes/etags.el (tags-search): Doc typo fix.
22070         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22071         password if we get errors 550 to 554.
22073 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22075         * net/gnutls.el (gnutls-log-level): Remove.
22077         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22078         indentation character (bug#6380).
22080         * files.el (buffer-offer-save): Made permanently local (bug#6241).
22082         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22083         to clarify what the problem is (bug#4291).
22085         * simple.el (current-kill): Clarify what
22086         `interprogram-paste-function' does (bug#7500).
22087         (auto-fill-mode): Document `auto-fill-function' in relation to
22088         `auto-fill-mode' (bug#2470).
22090 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
22092         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22093         method if slot is read-only (bug#9035).
22095 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
22097         * frame.el (select-frame-set-input-focus): New argument NORECORD.
22098         * window.el (pop-to-buffer): Select window used even if it was
22099         selected before, see discussion of (Bug#8615), (Bug#6954).
22100         Pass argument NORECORD on to select-frame-set-input-focus.
22102 2011-07-15  Glenn Morris  <rgm@gnu.org>
22104         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
22105         Respect help-form.
22107 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
22109         * net/gnutls.el (gnutls-min-prime-bits): New variable.
22110         (gnutls-negotiate): Use it.
22112 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22114         * net/gnutls.el (gnutls-negotiate):
22115         Upcase `gnutls-algorithm-priority'.
22117 2011-07-15  Glenn Morris  <rgm@gnu.org>
22119         * jka-compr.el (jka-compr-verbose): Move from here...
22120         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
22121         Add missing :version tag.
22122         * info.el: No need to require jka-compr when compiling.
22124 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22126         * net/gnutls.el (gnutls-algorithm-priority): New variable.
22127         (gnutls-negotiate): Use it.
22129         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22131         * info.el (Info-beginning-of-buffer): New command.
22132         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22133         announcing `b' as the key (bug#8325).
22134         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22136         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22138         * international/mule-cmds.el
22139         (describe-specified-language-support): Make the error message
22140         clearer (bug#8905).
22142         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22144         * isearch.el (isearch-barrier): Add a doc string, since it's
22145         mentioned in a function doc string (bug#8678).
22147 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
22149         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22150         buffer argument (Bug#9083) and self-identifying label argument.
22152 2011-07-15  Glenn Morris  <rgm@gnu.org>
22154         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
22156 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22158         * man.el (Man-fontify-manpage): Fix message when formatting the
22159         man page (bug#7929).
22161 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
22163         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22164         argument LRM; if non-nil, append an invisible LRM character to the
22165         buffer name.
22166         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22167         last argument non-nil, when formatting buffer names.
22168         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22169         paragraph direction.
22171 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22173         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22174         the man page name (bug#7929).
22176         * image.el (put-image): Mention the `put-image' overlay property
22177         (bug#7834).
22179         * scroll-bar.el (set-scroll-bar-mode): Mention that
22180         `scroll-bar-mode' lists the values (bug#7772).
22182         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22183         command (bug#7729).
22185         * rect.el (apply-on-rectangle): Return the point after the last
22186         operation.
22187         (string-rectangle): Go to the point after the last operation
22188         (bug#7522).
22190         * printing.el (pr-toggle-region): Clarify the documentation
22191         slightly (bug#7493).
22193         * time.el (display-time-update):
22194         Allow `display-time-mail-function' to return nil (bug#7158).
22195         Fix suggested by Detlev Zundel.
22197         * vc/diff.el (diff): Clarify the order the file names are read
22198         (bug#7111).
22200         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22201         the doc string (bug#7015).
22203         * font-lock.el (font-lock-maximum-decoration): Mention what
22204         numeric levels mean (bug#6935).
22206         * startup.el (initial-buffer-choice): Don't mention the `none'
22207         selection, which is against policy.
22209 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
22211         * window.el (display-buffer-normalize-special):
22212         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22214 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
22216         * subr.el (version<, version<=, version=): Mention "-CVS" and
22217         "-12345" alpha version numbers.
22219 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
22221         * bindings.el: Add advertised binding for set-mark-command
22222         (Bug#5772).
22224 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
22226         * bindings.el (mode-line-other-buffer):
22227         * bookmark.el (bookmark-bmenu-2-window):
22228         * bs.el (bs-cycle-next, bs-cycle-previous):
22229         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22230         switch-to-buffer.
22232         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22233         Delete.
22235 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
22237         * follow.el (follow-debug-message, follow-redisplay):
22238         * jka-cmpr-hook.el (with-auto-compression-mode):
22239         Fix typos in docstrings.
22241 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22243         * subr.el (with-silent-modifications): Clarify somewhat what the
22244         macro inhibits (bug#6525).
22246         * simple.el (eval-expression): Note what it does if called
22247         interactively (bug#6495).
22249 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22251         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22252         Use pop-to-buffer buffer-or-name if it is nil.
22254         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22255         Remove switch-to-buffer.
22257 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22259         * files.el (make-directory): Clarify that an error will be raised
22260         if there's an error (bug#6397).
22262         * startup.el (initial-buffer-choice): Add `none' as a choice
22263         (bug#6234).
22265         * subr.el (add-hook): Clarify section about buffer-local hooks
22266         (bug#6218).
22268         * dired.el (dired-flagged): Clarify doc string (bug#6117).
22270 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22272         * tabify.el (untabify): Preserve the current column so that point
22273         doesn't move (bug#6032).
22275 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22277         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22278         Rewrite to avoid awkward possessive "s" (bug#5986).
22280 2011-07-13  Glenn Morris  <rgm@gnu.org>
22282         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
22283         (dired-insert-directory): Give a message the first time
22284         if ls is found not to support --dired.
22286 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22288         * simple.el (toggle-truncate-lines): Clarify what is toggled
22289         (bug#5580).  Text by Drew Adams.
22291 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22293         * simple.el (blink-matching-open): Make the error message from the
22294         last change less verbose.
22296 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
22298         * font-lock.el (font-lock-comment-face): Use the high contrast
22299         "yellow" color for font-lock-comment-face on low color terminals
22300         using a dark background color (bug#4221).
22302 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22304         * dired.el (dired-insert-set-properties): Make the doc string
22305         reflect what it does now (bug#5325).
22307         * simple.el (blink-matching-open): Say that we were unable to find
22308         the match within the limit, if we're limited (bug#5122).
22310         * international/mule-cmds.el (prefer-coding-system): Add an
22311         example (bug#4869).
22313         * progmodes/etags.el (tags-search): Document `file-list-form'
22314         (bug#4731).
22316 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
22318         * net/browse-url.el (browse-url-default-browser)
22319         (browse-url-browser-function): Make the default browser choice a
22320         bit more logical (bug#4300).  Also clean up the doc string.
22322 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22324         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22325         binary endings (bug#4440).
22327 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22329         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22330         which can be pretty annoying (bug#8971).
22332         * jka-compr.el (jka-compr-verbose): New variable, and use
22333         throughout (bug#8971).
22335         * info.el (Info-find-file): Fall back on the installation
22336         directory if we can't find the info node anywhere else.
22338 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
22340         * vc/vc.el (vc-revert-file):
22341         Don't set file time-stamp in the past.  (Bug#5181)
22343 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22345         * files.el (after-find-file): Give a better error message when
22346         trying to find a symlink that points to a file that doesn't exist
22347         (bug#4398).
22349         * progmodes/cc-vars.el: Remove (probably) misleading comment
22350         (bug#4396).
22352 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
22354         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22356 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22358         * mouse-sel.el: Hack restoring functionality, while keeping
22359         compatibility with 2010-07-03 changes to mouse selection.
22360         (mouse-sel-primary-overlay): New var.
22361         (mouse-sel-selection-alist): Use it.
22362         (mouse-sel-mode): Doc fix; remove points that are default features
22363         of mouse.el.
22365 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
22367         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22368         Fix previous fix (bug#2490).
22370 2011-07-12  Roland Winkler  <winkler@gnu.org>
22372         * textmodes/bibtex.el (bibtex-initialize):
22373         Use pop-to-buffer-same-window.
22374         (bibtex-search-entries): Fix interactive call.
22376 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22378         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22379         Fontise bytecomp Error lines more correctly (bug#2490).
22380         Fix suggested by Johan BockgĂ¥rd.
22382         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22384         * dired-x.el (dired-guess-default): Use `delete-dups'.
22386 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22388         * dired.el (dired-mark-prompt):
22389         * dired-aux.el (dired-read-shell-command): Doc fix.
22391 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22393         * mail/sendmail.el (sendmail-query-once):
22394         Use `customize-save-variable' unconditionally, now that it works under
22395         emacs -Q.
22397         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22399         * cus-edit.el (custom-file): Take an optional no-error variable.
22400         (customize-save-variable): Set the variable, and give a warning if
22401         running under "emacs -q".
22403 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
22405         * loadhist.el (unload-feature-special-hooks):
22406         Add `auto-coding-functions', `fill-nobreak-predicate' and
22407         `find-directory-functions' (bug#5327).
22409 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22411         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22413         * cus-edit.el (custom-guess-name-alist): -alist variables should
22414         use the `alist' type (bug#3120).  Suggested by Drew Adams.
22416         * printing.el: Add documentation to all the `pr-toggle-' commands.
22418 2011-07-11  Leo Liu  <sdl.web@gmail.com>
22420         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22421         backends where it makes sense (bug#2623).
22423 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22425         * dired-x.el (dired-guess-default): Remove duplicate shell command
22426         entries (bug#2028).
22427         (dired-guess-default): Fix grammar in doc string (bug#2028).
22428         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22430         * subr.el (remove-duplicates): New conveniency function.
22432 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22434         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22435         (bug#1526).
22437 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
22439         * window.el (display-buffer-normalize-default): Don't invert
22440         meaning of even-window-heights.  Reported by Eli Zaretskii
22441         <eliz@gnu.org>.
22443 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
22445         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22447 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
22449         * window.el (display-buffer): Fix arguments to
22450         display-buffer-reuse-window in last change.
22452         * faces.el (link): Use a less saturated blue on light backgrounds.
22454         * startup.el (fancy-startup-text, fancy-about-text)
22455         (fancy-startup-tail): Use font-lock faces, for background safety.
22457 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
22459         * emulation/viper-cmd.el (viper-change-state-to-vi):
22460         Limit triggering of abbrev expansion (Bug#9038).
22462 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
22464         * window.el (display-buffer-default-specifiers): Remove.
22465         (display-buffer-macro-specifiers): Remove default specifiers.
22466         (display-buffer-alist): Default to nil.
22467         (display-buffer-reuse-window): New optional argument other-window.
22468         (display-buffer-pop-up-window): Allow splitting internal
22469         windows.  Check whether a live window was created.
22470         (display-buffer-other-window-means-other-frame)
22471         (display-buffer-normalize-arguments): Rename to
22472         display-buffer-normalize-argument and rewrite.  Set the
22473         other-window specifier.
22474         (display-buffer-normalize-special): New function.
22475         (display-buffer-normalize-options): Rename to
22476         display-buffer-normalize-default and rewrite.
22477         (display-buffer-normalize-options-inhibit): Remove.
22478         (display-buffer-normalize-specifiers): Rewrite.
22479         (display-buffer): Process other-window specifier and call
22480         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
22481         more faithfully.
22482         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22483         (display-buffer-alist-set): Don't handle 'unset default values.
22484         (display-buffer-in-window, display-buffer-alist-set):
22485         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
22486         <tassilo@member.fsf.org>.
22488 2011-07-09  Leo Liu  <sdl.web@gmail.com>
22490         * register.el (insert-register): Restore accidental change on
22491         2011-06-26.  (Bug#9028)
22493 2011-07-09  Glenn Morris  <rgm@gnu.org>
22495         * subr.el (remq): Handle the empty list.  (Bug#9024)
22497 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
22499         * mail/sendmail.el (send-mail-function): No longer delay custom
22500         initialization.
22501         * custom.el (custom-initialize-delay): Doc fix.
22503 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22505         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22507 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
22509         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22510         human-friendly prompt.
22512 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22514         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22515         provided by a particular plugin.
22517 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22519         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22520         save customizations (with "emacs -Q"), just set the variable
22521         instead of erroring out.
22523         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22525 2011-07-08  Juri Linkov  <juri@jurta.org>
22527         * arc-mode.el (archive-zip-expunge, archive-zip-update)
22528         (archive-zip-update-case): Use 7z if found by `executable-find'.
22529         The order of searching the available programs is the same as in
22530         `archive-zip-extract' (bug#8968).
22532 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22534         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22535         (menu-bar-options-menu): Tweak descriptions.
22537 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22539         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22540         menu items into verb phrases (bug#1421).  Also refill to fit under
22541         80 columns.
22543 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22545         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22546         (Info-read-node-name): Doc fix (Bug#1084).
22548         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22549         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22550         (end-of-sexp, beginning-of-sexp)
22551         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22552         (forward-symbol, forward-same-syntax, word-at-point)
22553         (sentence-at-point): Doc fix (Bug#1144).
22555 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22557         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22558         should cover it (bug#1281).
22560         * cus-edit.el (custom-show): Mark as obsolete.
22562         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22563         negotiation fails, then possibly try again with a non-encrypted
22564         connection (bug#9017).
22566         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22567         be used.
22569 2011-07-07  Richard Stallman  <rms@gnu.org>
22571         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22572         property, and handle its changed format.
22573         Look for the correct line number.
22574         Use file's line contents (but not past first =) to find
22575         correct line in message.
22577 2011-07-07  Kenichi Handa  <handa@m17n.org>
22579         * international/characters.el (build-unicode-category-table):
22580         Delete it.
22581         (unicode-category-table): Set it by unicode-property-table-internal.
22583         * international/mule-cmds.el (char-code-property-alist): Move to
22584         to src/chartab.c.
22585         (get-char-code-property): Call unicode-property-table-internal to
22586         load a file.  Call get-unicode-property-internal where necessary.
22587         (put-char-code-property): Call unicode-property-table-internal to
22588         load a file.  Call put-unicode-property-internal where necessary.
22589         put-unicode-property-internal where necessary.
22590         (char-code-property-description):
22591         Call unicode-property-table-internal to load a file.
22593         * international/charprop.el:
22594         * international/uni-bidi.el:
22595         * international/uni-category.el:
22596         * international/uni-combining.el:
22597         * international/uni-comment.el:
22598         * international/uni-decimal.el:
22599         * international/uni-decomposition.el:
22600         * international/uni-digit.el:
22601         * international/uni-lowercase.el:
22602         * international/uni-mirrored.el:
22603         * international/uni-name.el:
22604         * international/uni-numeric.el:
22605         * international/uni-old-name.el:
22606         * international/uni-titlecase.el:
22607         * international/uni-uppercase.el: Regenerate.
22609         * loadup.el: Load international/charprop.el before
22610         international/characters.
22612 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22614         * window.el (next-buffer, previous-buffer): Signal an error if
22615         called from a minibuffer window.
22617         * bindings.el: Revert 2011-07-04 change.
22619 2011-07-06  Richard Stallman  <rms@gnu.org>
22621         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22622         (rmail-mime-insert-bulk, rmail-mime-insert-text):
22623         Treat markers like ints.
22624         (rmail-mime-entity): Doc fix.
22626 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22628         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22629         defcustom again for backwards compatibility.
22631         * simple.el (shell-command-on-region): Fill.
22633         * dired-aux.el (dired-kill-line): Add a doc string.
22635         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22636         to "\\sw\\|\\s_" (bug#358).
22638         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22639         (dired-unmark-backward): Ditto.
22640         (dired-flag-backup-files): Ditto.
22642         * dired-x.el (dired-mark-sexp): Ditto.
22644 2011-07-06  Richard Stallman  <rms@gnu.org>
22646         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22647         (rmail-mime-entity): New arg TRUNCATED.
22648         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22649         New functions.
22650         (rmail-mime-save): Warn if entity is truncated.
22651         (rmail-mime-toggle-hidden): Likewise, for showing.
22652         (rmail-mime-process-multipart): Record when an entity is truncated.
22654         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22655         if ENTITY is a string.
22657 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22659         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22660         of faces when `M-C-x'-ing their definitions (bug#8378).
22661         Also clean up the code slightly.
22663         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22664         because that makes the colors go away.
22666         * mail/sendmail.el (send-mail-function): Change the default to
22667         `sendmail-query-once'.
22668         (sendmail-query-once): Add an autoload cookie.
22670         * net/network-stream.el (network-stream-open-starttls): Try using
22671         a plain connection even if the server offered STARTTLS, and we
22672         kinda wanted to use it, if Emacs doesn't have any STARTTLS
22673         capability.  This should make smtpmail.el work in slightly more
22674         configurations.
22676 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
22678         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22679         New defun.
22680         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22682 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
22684         * progmodes/sql.el: Version 3.0
22685         (sql-product-alist): Add product :completion-object,
22686         :completion-column, and :statement attributes.
22687         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22688         (sql-mode-syntax-table): Mark all punctuation.
22689         (sql-font-lock-keywords-builder): Temporarily remove fallback on
22690         ansi keywords.
22691         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22692         (sql-mode-oracle-font-lock-keywords): Improve.
22693         (sql-oracle-show-reserved-words): New function for development.
22694         (sql-product-font-lock): Simplify for source code buffers.
22695         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22696         New functions.
22697         (sql-highlight-product): Set product specific syntax table.
22698         (sql-mode-map): Add statement movement functions.
22699         (sql-ansi-statement-starters, sql-oracle-statement-starters):
22700         New variable.
22701         (sql-statement-regexp, sql-beginning-of-statement)
22702         (sql-end-of-statement, sql-signum): New functions.
22703         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22704         (sql-show-sqli-buffer): Bug fix.
22705         (sql-interactive-mode): Store connection data as buffer local.
22706         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
22707         with sql-interactive-mode.
22708         (sql-save-connection): Save buffer local settings.
22709         (sql-connection-menu-filter): Change menu entry name.
22710         (sql-product-interactive): Bug fix.
22711         (sql-preoutput-hold): New variable.
22712         (sql-interactive-remove-continuation-prompt): Bug fixes.
22713         (sql-debug-redirect): New variable.
22714         (sql-str-literal): New function.
22715         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22716         Redesign.
22717         (sql-oracle-save-settings, sql-oracle-restore-settings)
22718         (sql-oracle-list-all, sql-oracle-list-table): New functions.
22719         (sql-completion-object, sql-completion-column)
22720         (sql-completion-sqlbuf): New variables.
22721         (sql-build-completions-1, sql-build-completions)
22722         (sql-try-completion): New functions.
22723         (sql-read-table-name): Use them.
22724         (sql-contains-names): New buffer local variable.
22725         (sql-list-all, sql-list-table): Use it.
22726         (sql-oracle-completion-types): New variable.
22727         (sql-oracle-completion-object, sql-sqlite-completion-object)
22728         (sql-postgres-completion-object): New functions.
22730 2011-07-06  Glenn Morris  <rgm@gnu.org>
22732         * window.el (pop-to-buffer): Doc fix.
22734 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
22736         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22738 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
22740         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22742         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22744 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
22746         * button.el (button): Inherit from link face.  Suggested by Dan
22747         Nicolaescu.
22749 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22751         * progmodes/gdb-mi.el: Fit in 80 columns.
22752         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22753         switch-to-buffer.
22755         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22756         if imenu is simply not configured (bug#8941).
22758 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
22760         * allout.el (allout-post-undo-hook): New allout outline-change
22761         event hook to signal undo activity.
22762         (allout-post-command-business): Run allout-post-undo-hook if an
22763         undo just occurred.
22764         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22765         * allout-widgets.el (allout-widgets-after-undo-function):
22766         Ensure the integrity of the current item's decoration after it has been
22767         in the vicinity of an undo.
22768         (allout-widgets-mode): Include allout-widgets-after-undo-function
22769         on the new allout-post-undo-hook.
22771 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22773         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22774         Let define-derived-mode define it.
22775         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22776         cycles of abbrev-table inheritance (bug#8998).
22778 2011-07-05  Roland Winkler  <winkler@gnu.org>
22780         * textmodes/bibtex.el: Add support for biblatex.
22781         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22782         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22783         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22784         (bibtex-entry-alist, bibtex-field-alist): New variables.
22785         (bibtex-entry-field-alist): Obsolete alias for
22786         bibtex-BibTeX-entry-alist.
22787         (bibtex-entry-alist, bibtex-field-alist): New widgets.
22788         (bibtex-set-dialect): New command.
22789         (bibtex-entry-type, bibtex-entry-head)
22790         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22791         Bind via bibtex-set-dialect.
22792         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22793         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22794         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22795         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22796         Define via bibtex-set-dialect.
22797         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22798         Obey bibtex-no-opt-remove-re.
22799         (bibtex-vec-push, bibtex-vec-incr): New functions.
22800         (bibtex-format-entry, bibtex-field-list)
22801         (bibtex-print-help-message, bibtex-validate)
22802         (bibtex-search-entries): Use new format of bibtex-entry-alist.
22804 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22806         * progmodes/compile.el (compilation-goto-locus):
22807         * net/tramp-cmds.el (tramp-append-tramp-buffers):
22808         * bs.el (bs-cycle-next, bs-cycle-previous):
22809         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22810         * bindings.el (mode-line-other-buffer):
22811         * autoinsert.el (auto-insert):
22812         * arc-mode.el (archive-extract):
22813         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22815 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22817         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22818         Fix check of `emacs-lock-unlockable-modes'.
22819         Coerce true values of `emacs-lock--try-unlocking' to t.
22821 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22823         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22824         * emacs-lock.el: New file.
22826 2011-07-05  Julien Danjou  <julien@danjou.info>
22828         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22829         than `boundp' to check if face is set.
22831 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22833         * register.el (registerv-make):
22834         * window.el (window-min-height): Fix typos in docstrings.
22836 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
22838         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22839         Update doc string.
22841 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22843         * server.el (server-execute): Catch quit and call
22844         `server-return-error' to pass the error back to emacsclient and
22845         close the connection (bug#8942).
22847 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
22849         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22850         insecure exception for current topic.  Also note that auto-saves
22851         are handled differently.
22853         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22854         State variables for tracking auto-save inhibition situation.
22856         (allout-write-contents-hook-handler): Rename from
22857         'allout-write-file-hook-handler', and describe how it depends on
22858         write-contents-functions sensitivity to non-nil value to prevent
22859         file write.
22861         (allout-auto-save-hook-handler): Remove.  auto-save does not check
22862         this in individual buffers, only in the starting buffer, so this
22863         is not the right way for us to inhibit auto-save in a buffer
22864         according to its condition.
22866         (allout-mode): Use new allout-write-contents-hook-handler, and
22867         only with write-contents-functions.  Remove auto-save provisions -
22868         they're implemented elsewhere.
22870         (allout-before-change-handler): If undo is in progress, note that
22871         for attention of allout-post-command-business.
22873         (allout-post-command-business): If the command we're following was
22874         an undo, check for change in the status of encrypted items and
22875         adjust auto-save inhibitions accordingly.
22877         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22878         according to whether there are or aren't any plain-text topics
22879         pending encryption.
22881         (allout-inhibit-auto-save-info-for-decryption):
22882         Adjust buffer-saved-size and some allout state to inhibit auto-saves
22883         if there are plain-text topics pending encryption.
22885         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22886         buffer-saved-size and some allout state to not inhibit auto-saves
22887         if there are no longer any plain-text topics pending encryption.
22889         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22890         No longer provide for exemption of the current topic.
22892 2011-07-04  Juri Linkov  <juri@jurta.org>
22894         Add 7z operations to delete and save changed members (bug#8968).
22895         * arc-mode.el (archive-7z-expunge, archive-7z-update):
22896         New defcustoms.
22897         (archive-7z-write-file-member): New function.
22898         (archive-7z-summarize): Fix the number of dashes in the
22899         listing output.
22901 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22903         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22904         (bug#8958).
22906 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
22908         * bindings.el: Ignore next-buffer and previous-buffer in
22909         minibuffer-local-map.
22911         * font-lock.el (font-lock-builtin-face): Change light background
22912         color to dark slate blue (Bug#6693).
22914 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
22916         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22918 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22920         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22921         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22922         Add switch-to-buffer.
22924 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22926         * isearch.el (isearch-search-fun-function): Clarify further the
22927         meaning of the function returned.
22929 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
22931         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22933         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22934         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22935         Use it.
22936         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
22937         `tramp-default-remote-path' does not exist.
22938         (tramp-send-command-and-read): New optional argument NOERROR.
22939         (tramp-open-connection-setup-interactive-shell)
22940         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22941         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22942         (tramp-process-sentinel): Flush also process' connection property.
22943         (tramp-sh-handle-start-file-process): Do not set process
22944         sentinel.  It is done now ...
22945         (tramp-maybe-open-connection): ... here.  (Bug#8929)
22947 2011-07-04  MON KEY  <monkey@sandpframing.com>
22949         * play/animate.el (animate-string): Doc fixes and allow changing
22950         the buffer name (bug#5417).
22952 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22954         * play/animate.el (animation-buffer-name): Rename from *animate*.
22956 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22958         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22959         This is simpler and helps future-proof the code.
22960         (timer-until): Use time-subtract and float-time.
22961         (timer--time-less-p): Use time-less-p.
22963 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22965         * type-break.el (timep): Use the value of `float-time' to avoid a
22966         byte-compiler warning.
22968         * server.el (server-eval-and-print): Return any result, even nil.
22970 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22972         * type-break.el: Accept time formats that the builtins accept.
22973         (timep, type-break-time-difference): Accept any format that
22974         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22975         This is simpler and helps future-proof the code.
22976         (type-break-time-difference): Round rather than ignoring
22977         subseconds components.
22979 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22981         * info.el (Info-apropos-matches): Make non-interactive, since it
22982         doesn't seem to do anything useful as a command (bug#8829).
22984 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
22986         * frame.el (frame-background-mode, frame-set-background-mode):
22987         Move from faces.el.
22988         (frame-default-terminal-background): New function.
22990         * custom.el (custom-push-theme): Don't record faces in `changed'
22991         theme; this doesn't work correctly for per-frame face settings.
22992         (disable-theme): Use face-set-after-frame-default to reset faces.
22993         (custom--frame-color-default): New function.
22995 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22997         * dired.el (dired-flagging-regexp): Remove unused variable
22998         (bug#8769).
23000 2011-03-29  Kevin Ryde  <user42@zip.com.au>
23002         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23003         `perl-Test2' extend to match possible "fail #N" rep count
23004         (bug#8377).
23006 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23008         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23009         `smtpmail-via-smtp' now returns the error instead of nil.
23011         * isearch.el (isearch-search-fun-function): Clarify the doc string
23012         (bug#8101).
23014 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
23016         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23017         unnecessary spaces (bug#8987).
23019 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23021         * net/network-stream.el (open-network-stream): Use the
23022         :end-of-capability command thoughout.
23024 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
23026         * net/network-stream.el (open-network-stream): Add the
23027         :end-of-capability command parameter, used by pop3.el.
23029 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23031         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23033         * fringe.el (fringe-query-style): Remove redundant text " (type ?
23034         for list)" (bug#6475).
23036         * files.el (file-expand-wildcards): Ignore non-readable
23037         sub-directories while trying to find matches instead of signaling
23038         an error (bug#6297).
23040         * man.el (Man-reference-regexp): Allow matching possible
23041         word-wrapped references (bug#6289).
23043         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23044         for consistency with the other vc buffers (bug#6197).
23045         (vc-checkin): Ditto.
23047         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23049         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23051 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23053         * custom.el (defcustom): Clarify that :set is only used in the
23054         Customize user interface (bug#6089).
23056         * progmodes/flymake.el (flymake-mode): If the buffer isn't
23057         associated with a file, refuse to run instead of erroring out
23058         (bug#6084).
23060         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23061         the doc string, since it appears that using `fill-column' always
23062         controls the width (bug#7845).
23064         * simple.el (shell-command-on-region): Say where the error output
23065         went if `shell-command-default-error-buffer' is set (bug#6857).
23067 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
23069         * allout.el (allout-yank-processing): Adjust cursor position for
23070         backwards-deleted space.
23072         (allout-rebullet-heading): Register changes with
23073         allout-exposure-changed-hook, so the modified topic is properly
23074         decorated.
23076 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23078         * minibuffer.el (completion-in-region): Document PREDICATE
23079         (bug#7136).
23081         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23082         of keyword/argument pairs (bug#6904).
23084         * replace.el (multi-occur):
23085         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23087 2011-07-02  Drew Adams  <drew.adams@oracle.com>
23089         * dired.el (dired-mark-if): Make the message about whether it's
23090         marking or unmarking clearer (bug#8523).
23092 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23094         * disp-table.el (display-table-print-array): New function.
23095         (describe-display-table): Use it to print the vectors more pretty
23096         (Bug#8859).
23098 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
23100         * window.el (window-state-get-1): Don't assign clone numbers.
23101         Add clone-of item to list of window parameters.
23102         (window-state-put-2): Don't process clone numbers.
23103         (display-buffer-alist): Fix doc-string.
23105 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23107         * subr.el (remq): Don't allocate if it's not needed.
23108         (keymap--menu-item-binding, keymap--menu-item-with-binding)
23109         (keymap--merge-bindings): New functions.
23110         (keymap-canonicalize): Use them to refine the canonicalization.
23111         * minibuffer.el (minibuffer-local-completion-map)
23112         (minibuffer-local-must-match-map): Move initialization from C.
23113         (minibuffer-local-filename-completion-map): Move initialization from C;
23114         don't inherit from anything here.
23115         (minibuffer-local-filename-must-match-map): Make obsolete.
23116         (completing-read-default): Use make-composed-keymap to combine
23117         minibuffer-local-filename-completion-map with either
23118         minibuffer-local-must-match-map or
23119         minibuffer-local-filename-completion-map.
23121 2011-07-01  Glenn Morris  <rgm@gnu.org>
23123         * type-break.el (type-break-time-sum): Use dolist.
23125         * textmodes/flyspell.el (flyspell-word-search-backward):
23126         Replace CL function.
23128 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23130         * mouse.el (mouse--strip-first-event): New function.
23131         (function-key-map): Use it to map fringe clicks to normal clicks
23132         by default.
23134         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23135         (vc-bzr-revision-completion-table): Add support for annotate and date.
23137         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23138         inherit from parent.
23140 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23142         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23143         (dired-show-file-type): Doc fixup (bug#8818).
23145         * dired.el (dired-mode): Fix up the doc string as suggested by
23146         Drew Adams (bug#8817).
23148         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23149         cookie, since the manual says that it should be possible to add
23150         this function to `find-file-hook' (bug#8709).
23152 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
23154         * progmodes/cfengine.el: Moved all cfengine3.el functionality
23155         here.  Noted Ted Zlatanov as the maintainer.
23156         (cfengine-common-settings, cfengine-common-syntax): New functions
23157         to set up common things between `cfengine-mode' and
23158         `cfengine3-mode'.
23159         (cfengine3-mode): New mode.
23160         (cfengine3-defuns cfengine3-defuns-regex
23161         (cfengine3-class-selector-regex cfengine3-category-regex)
23162         (cfengine3-vartypes cfengine3-font-lock-keywords)
23163         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23164         (cfengine3-indent-line): Add from cfengine3.el.
23166 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
23168         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23170         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23172 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
23174         * window.el (same-window-buffer-names, same-window-regexps)
23175         (same-window-p, special-display-frame-alist)
23176         (special-display-popup-frame, special-display-function)
23177         (special-display-buffer-names, special-display-regexps)
23178         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23179         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23180         (split-window-preferred-function, split-height-threshold)
23181         (split-width-threshold, even-window-heights)
23182         (display-buffer-mark-dedicated, window-splittable-p)
23183         (split-window-sensibly, window-safely-shrinkable-p):
23184         Un-obsolete.
23185         (display-buffer): Don't spread args with function specifier
23186         because special-display-popup-frame won't like it.
23188 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23190         Time-stamp simplifications and fixes.
23191         These improve accuracy slightly, and future-proof the code
23192         against some potential changes to current-time format.
23194         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23195         by using time-since and float-time.
23197         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23198         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
23199         + NNN microseconds".
23201         * type-break.el (type-break-time-sum): Rewrite using time-add.
23203         * play/hanoi.el (hanoi-current-time-float): Remove.
23204         All uses replaced by float-time.
23206         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23207         This yields a more-accurate answer.
23208         (rng-time-to-float): Remove; no longer needed.
23210         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23212         * calendar/timeclock.el (timeclock-seconds-to-time):
23213         Defalias to seconds-to-time, since they're the same thing.
23215         * emacs-lisp/elp.el (elp-elapsed-time):
23216         * emacs-lisp/benchmark.el (benchmark-elapse):
23217         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23219 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23221         * window.el (bury-buffer): Don't iconify the only frame.
23222         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23223         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
23225 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
23227         * eshell/em-smart.el (eshell-smart-display-navigate-list):
23228         Add mouse-yank-primary.
23230 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
23232         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23234 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23236         * emacs-lisp/find-func.el (find-library--load-name): New fun.
23237         (find-library-name): Use it to find relative load names when provided
23238         absolute file name (bug#8803).
23240 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23242         * textmodes/flyspell.el (flyspell-word): Consider words that
23243         differ only in case as potential doublons (bug#5687).
23245         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23246         Remove two rather uninteresting debugging-like messages to make
23247         debbugs.el more silent.
23249         * comint.el (comint-password-prompt-regexp): Accept "Response" as
23250         a password-like phrase.
23252 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
23254         * progmodes/cc-guess.el: New file.
23256         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23258         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23259         derived from `c-basic-common-init'.
23261         * progmodes/cc-mode.el (top-level): Require cc-guess.
23262         (c-basic-common-init): Use `cc-choose-style-for-mode'.
23264 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
23266         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23268 2011-06-30  Alan Mackenzie  <acm@muc.de>
23270         * progmodes/cc-engine.el (c-guess-continued-construct):
23271         Correct the handling of template-args-cont, particularly for when font
23272         lock is disabled.  Name this case as "CASE G".
23274 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
23276         * allout.el (allout-yank-processing): Fix injection of extra space
23277         between bullet and non-whitespace character in first topic when
23278         pasting, ensuring that the actual spacing in the pasted topic
23279         following the bullet char is preserved.  This extra space was
23280         causing pasted encrypted topics to get a decrypted status even
23281         when the content was actually still encrypted.  Now the decryption
23282         status from before the paste is preserved.
23284         (allout-flag-region): Set all allout overlays so they evaporate
23285         when reduced to zero length (evanescent), to prevent overlay
23286         leakage.
23288 2011-06-30  Glenn Morris  <rgm@gnu.org>
23290         * w32-fns.el (w32-charset-info-alist): Declare.
23292         * find-dired.el (find-grep-options): Simplify.
23294         * term/ns-win.el (ns-set-resource): Declare.
23296         * ses.el (row, col): Declare dynamic variables honestly.
23298         * textmodes/reftex-parse.el (index-tags): Declare.
23300 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
23302         * cus-edit.el (customize-push-and-save): New function.
23304         * files.el (hack-local-variables-confirm): Use it.
23306         * custom.el (load-theme): New arg NO-CONFIRM.
23307         Use customize-push-and-save (Bug#8720).
23308         (custom-enabled-themes): Doc fix.
23310         * cus-theme.el (customize-create-theme)
23311         (custom-theme-merge-theme): Callers to load-theme changed.
23313 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23315         * thingatpt.el (thing-at-point-short-url-regexp): Require that
23316         short URLs have at least one dot in them (bug #7614).
23318         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23319         nil, because using a pty is apparently too slow (bug #895).
23321 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23323         * mail/sendmail.el (sendmail-query-once): New function.
23324         (sendmail-query-once-function): New variable.
23326 2011-06-29  Glenn Morris  <rgm@gnu.org>
23328         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23330         * ses.el (top-level): Require cl when compiling.
23331         (ses-set-localvars): Fix error statement.
23332         Call it at compile time to silence a storm of warnings.
23334 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
23336         * window.el (normalize-live-buffer): Rename to
23337         window-normalize-buffer.
23338         (normalize-live-frame): Rename to window-normalize-frame.
23339         (normalize-any-window): Rename to window-normalize-any-window.
23340         (normalize-live-window): Rename to window-normalize-live-window.
23341         (make-window-atom): Rename to window-make-atom.
23342         (window-resize-reset): Rename to window--resize-reset.
23343         (window-resize-reset-1): Rename to window--resize-reset-1.
23344         (resize-mini-window): Rename to window--resize-mini-window.
23345         (resize-subwindows-skip-p): Rename to
23346         window--resize-subwindows-skip-p.
23347         (resize-subwindows-normal): Rename to
23348         window--resize-subwindows-normal.
23349         (resize-subwindows): Rename to window--resize-subwindows.
23350         (resize-other-windows): Rename to window--resize-siblings.
23351         (resize-this-window): Rename to window--resize-this-window.
23352         (resize-root-window): Rename to window--resize-root-window.
23353         (resize-root-window-vertically): Rename to
23354         window--resize-root-window-vertically.
23355         (normalize-buffer-to-display): Rename to
23356         window-normalize-buffer-to-display.
23357         (normalize-buffer-to-switch-to): Rename to
23358         window-normalize-buffer-to-switch-to.
23359         Correspondingly update all callers of the functions listed
23360         above.
23361         (display-buffer-alist, display-buffer-normalize-arguments)
23362         (display-buffer-normalize-options, display-buffer)
23363         (display-buffer-alist-set): Use "function" instead of
23364         "fun-with-args".
23366 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
23368         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23369         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
23370         debbugs.gnu.org.  Mention acknowledgment email.
23372 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23374         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23375         buffer multibyteness, since it shouldn't matter.
23377 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
23379         * window.el (display-buffer-in-side-window): Handle dedicated
23380         windows as in display-buffer-reuse-window.
23381         (display-buffer-normalize-alist): Use value of override
23382         specifier.
23383         (display-buffer-normalize-specifiers): Use value of
23384         other-window-means-other-frame specifier.
23385         (display-buffer-alist): Rewrite some texts in widgets.
23386         (display-buffer): Spread arguments when calling function
23387         specified by fun-with-args.
23389 2011-06-28  Deniz Dogan  <deniz@dogan.se>
23391         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23392         Unnest `let'.
23394         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23395         selectors (Bug#5732).
23396         (css-proprietary-nmstart-re): Use `regexp-opt'.
23398 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
23400         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23401         (eshell-ls-date-format): New defcustom.
23402         (eshell-ls-file): Use it.
23404 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23406         * help-fns.el (describe-variable): Fix message for terminal-local vars.
23408 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23410         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23411         (ange-ftp-make-tmp-name): New arg.
23412         (ange-ftp-file-local-copy): Use it.
23414 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
23416         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23417         no-conversion (Bug#8870).
23419 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
23421         * window.el (window-right, window-left, window-child)
23422         (window-child-count, window-last-child)
23423         (window-iso-combination-p, walk-window-tree-1)
23424         (window-atom-check-1, window-tree-1, delete-window)
23425         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23426         new naming conventions - window-vchild, window-hchild,
23427         window-next and window-prev are now called window-top-child,
23428         window-left-child, window-next-sibling and window-prev-sibling
23429         respectively.
23430         (resize-window-reset): Rename to window-resize-reset.
23431         (resize-window-reset-1): Rename to window-resize-reset-1.
23432         (resize-window): Rename to window-resize.
23433         (window-min-height, window-min-width)
23434         (resize-mini-window, resize-this-window, resize-root-window)
23435         (resize-root-window-vertically, adjust-window-trailing-edge)
23436         (enlarge-window, shrink-window, maximize-window)
23437         (minimize-window, delete-window, quit-restore-window)
23438         (split-window, balance-windows, balance-windows-area-adjust)
23439         (balance-windows-area, window-state-put-2)
23440         (display-buffer-even-window-sizes, display-buffer-set-height)
23441         (display-buffer-set-width, set-window-text-height)
23442         (fit-window-to-buffer): Rename all "resize-window" prefixed
23443         calls to use the "window-resize" prefix convention.
23444         (display-buffer-alist): Fix symbol for label specifier.
23445         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23446         corresponding specifier.
23447         Reported by Juanma Barranquero <lekktu@gmail.com>.
23449 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23451         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23452         convention.
23453         (ses-call-printer): Does not pass an empty string to formatter when the
23454         cell is empty to keep from barking printer Calc math-format-value.
23456 2011-06-27  Richard Stallman  <rms@gnu.org>
23458         * battery.el (battery-mode-line-limit): New variable.
23459         (battery-update): Handle it.
23461         * mail/rmailmm.el (rmail-mime-process-multipart):
23462         Handle truncated messages.
23464 2011-06-27  Glenn Morris  <rgm@gnu.org>
23466         * progmodes/flymake.el (flymake-err-line-patterns):
23467         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
23469 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23471         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23472         (ses--clean-!, ses--clean-_): New functions.
23473         (ses-range): Add configurability of readout order, and conversion
23474         to Calc vector.
23476         * ses.el (ses-repair-cell-reference-all): New function.
23477         (ses-cell-symbol): Set macro as safe, so that it can be used in
23478         formulas.
23480         * ses.el: Update cycle detection algorithm.
23481         (ses-localvars): Add ses--Dijkstra-attempt-nb and
23482         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23483         (ses-set-localvars): New function.
23484         (ses-make-cell): Add property-list as a cell element.
23485         (ses-cell-property-get-fun, ses-cell-property-get)
23486         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23487         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23488         New functions.
23489         (ses-cell-property-set, ses-cell-property-pop)
23490         (ses-cell-property-get-handle): New macro.
23491         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23492         New aliases, used for code readability.
23493         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23494         cycle detection.
23495         (ses-self-reference-early-detection): New defcustom.
23496         (ses-formula-references): Robustify against self-referring cells.
23497         (ses-mode): Use ses-set-localvars.
23498         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23499         before lauching the update processing.
23500         (ses-initialize-Dijkstra-attempt): New function.
23501         (ses-recalculate-cell): Update for cycle detection based on
23502         Dijkstra algorithm.
23504         * ses.el: Fix commenting and indenting convention.
23506 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23508         * bs.el (bs-cycle-next): Complete last change.
23510 2011-06-27  Drew Adams  <drew.adams@oracle.com>
23512         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23514 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23516         * net/network-stream.el (network-stream-open-starttls):
23517         Don't re-get capabilities unless we've reestablished connection.
23518         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23520         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23521         to binary to possibly avoid line encoding issues on Windows (among
23522         other things).
23524 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23526         * net/network-stream.el (open-network-stream): Return an :error
23527         saying what the problem was, if possible.
23529         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23530         server.
23532         * net/network-stream.el (network-stream-open-starttls): If we
23533         wanted to use STARTTLS, and the server offered it, but we weren't
23534         able to because we had no STARTTLS support, then close the connection.
23535         (open-network-stream): Return an :error element, if present.
23537 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23539         * hl-line.el (hl-line-sticky-flag): Doc fix.
23540         (global-hl-line-sticky-flag): New option (Bug#8323).
23541         (global-hl-line-highlight): Obey it.
23543         * vc/vc.el (vc-revert-show-diff): Default to t.
23545 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
23547         * allout-widgets.el (allout-widgets-post-command-business):
23548         Stop decorating intermediate isearch matches.  They're not being
23549         undecorated when an isearch is continued past, and isearch
23550         automatically collapses them.  This leads to "widget leaks", where
23551         decorated items accumulate in collapsed areas.  Lines with lots of
23552         hidden widgets can slow down cursor travel, substantially.
23553         Too much complicated machinery would be needed to ensure undecoration,
23554         so we're doing without this nicety.
23556         (allout-widgets-tally-string): Don't try to do a hash-table-count
23557         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
23558         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23559         *Messages* when allout-widgets-maintain-tally is t.
23561 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
23563         * window.el (display-buffer-normalize-argument): Rename to
23564         display-buffer-normalize-arguments.  Handle special meaning of
23565         LABEL argument.  Respect special-display-function when popping up
23566         a new frame.  Fix code searching for a window showing the buffer
23567         on another frame.
23568         (display-buffer-normalize-specifiers):
23569         Call display-buffer-normalize-arguments.
23570         (display-buffer-in-window): Don't undedicate the window if its
23571         buffer remains the same.
23572         Reported by Drew Adams <drew.adams@oracle.com>.
23573         (display-buffer-alist): Add choice for same-window macro
23574         specfier.
23575         (display-buffer): Mention special meaning of LABEL argument in
23576         doc-string.  Fix quoting.  Don't pop up a new frame even as
23577         fallback.
23579 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
23581         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23582         avoid deleting the current window in some cases (bug#8911).
23584 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
23586         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23587         (Bug#8934)
23589 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23591         * net/network-stream.el (network-stream-open-starttls):
23592         Use built-in TLS support if `gnutls-available-p' is true.
23593         (network-stream-open-tls): Ditto.
23595 2011-06-26  Leo Liu  <sdl.web@gmail.com>
23597         * register.el (registerv): New struct.
23598         (registerv-make): New function.
23599         (jump-to-register, describe-register-1, insert-register):
23600         Support the jump-func, print-func and insert-func slot of a registerv
23601         struct.  (Bug#8415)
23603 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23605         * vc/vc.el (vc-revert-show-diff): New defcustom.
23606         (vc-diff-internal): New arg specifying diff buffer.
23607         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
23608         reuse an existing *vc-diff* buffer (Bug#8927).
23610         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23612 2011-06-26  Glenn Morris  <rgm@gnu.org>
23614         * progmodes/f90.el (f90-critical-indent): New option.
23615         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23616         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23617         (f90-mode): Doc fix.
23618         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23619         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23620         (f90-beginning-of-block, f90-next-block, f90-indent-region)
23621         (f90-match-end): Handle block, critical.
23623 2011-06-25  Glenn Morris  <rgm@gnu.org>
23625         * calendar/diary-lib.el (diary-included-files): Doc fix.
23626         (diary-include-files): New function, extracted from
23627         diary-include-other-diary-files and diary-mark-included-diary-files.
23628         (diary-include-other-diary-files, diary-mark-included-diary-files):
23629         Just call diary-include-files.
23630         (diary-mark-entries): Reset diary-included-files on first call.
23632         * calendar/diary-lib.el (diary-mark-entries)
23633         (diary-mark-included-diary-files):
23634         Visit included diary-files in temp buffers.
23636         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23637         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23638         (f90-start-block-re, f90-imenu-generic-expression)
23639         (f90-looking-at-program-block-start, f90-no-block-limit):
23640         Add support for submodules.
23642         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23643         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23645 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
23647         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23648         buffer-file-type before setting its value, to avoid disastrous
23649         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
23651 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23653         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23655         * ses.el (ses-unload-function):
23656         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23658         * proced.el (proced-unload-function):
23659         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23661 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
23663         * server.el (server-create-window-system-frame): Add parameters arg.
23664         (server-process-filter): Doc fix.  Handle frame-parameters.
23666 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23668         Fix bug#8730, bug#8781.
23670         * loadhist.el (unload--set-major-mode): New function.
23671         (unload-feature): Use it.
23673         * progmodes/python.el (python-after-info-look): Add autoload cookie.
23674         (python-unload-function): New function.
23676 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23678         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23680 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
23682         * net/browse-url.el (browse-url-firefox-program): Add icecat to
23683         the candidates list.
23685 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
23687         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23689 2011-06-23  Richard Stallman  <rms@gnu.org>
23691         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23692         (rmail-variables): Set next-error-move-function.
23693         (rmail-what-message): Take argument POS.
23694         (rmail-next-error-move): New function.
23696 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23698         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23699         messages for adjacent non-terminals.
23701 2011-06-23  Richard Stallman  <rms@gnu.org>
23703         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23704         (rmail-show-message-1): Preserve buffer modified flag.
23705         (rmail-start-mail): Don't specify use of rmail-mail-return;
23706         that's done by mail-bury now.
23707         (rmail-mail-return): Handle arg NEWBUF.
23709 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
23711         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23712         SIZE is a number.
23714 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
23716         * window.el (get-lru-window, get-mru-window)
23717         (get-largest-window): Never return a minibuffer window.
23718         (display-buffer-pop-up-window): Fix a bug that could lead to
23719         reusing the minibuffer window.
23720         (display-buffer): Pass original specifier argument to
23721         display-buffer-function instead of the normalized one.
23722         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23724 2011-06-22  Leo Liu  <sdl.web@gmail.com>
23726         * minibuffer.el (completing-read-function)
23727         (completing-read-default): Move from minibuf.c.
23729 2011-06-22  Richard Stallman  <rms@gnu.org>
23731         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23732         to Rmail even if not started by a special Rmail command.
23734         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23735         Copy the buffer currently showing just one message.
23737 2011-06-22  Roland Winkler  <winkler@gnu.org>
23739         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23740         (bibtex-clean-entry): First delete the old key so that a
23741         customized algorithm for generating the new key does not get
23742         confused by the old key.
23743         (bibtex-url): Obey regexp of first step.
23744         (bibtex-search-entries): Do not use add-to-list with local
23745         list-var.
23747 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23749         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23750         stored a user name, then query for the password first, instead of
23751         waiting for SMTP to give an error message and the trying again.
23753 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
23755         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23756         BUFFER in call-process.
23758 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23760         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23761         QUIT twice.
23762         (smtpmail-try-auth-methods): Require user name and password from
23763         auth-source.
23765 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
23767         * window.el (display-buffer-default-specifiers)
23768         (display-buffer-alist): Remove entries for pop-up-frame-alist.
23769         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23770         (split-window): Normalize SIDE argument (Bug#8916).
23772         * frame.el (pop-up-frame-alist, pop-up-frame-function)
23773         (special-display-frame-alist, special-display-popup-frame):
23774         Remove duplicate declarations.  These are now in window.el.
23776 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23778         * mail/smtpmail.el (smtpmail-via-smtp):
23779         Set :use-starttls-if-possible so that we always use STARTTLS if the
23780         server supports it.  SMTP servers that support STARTTLS commonly
23781         require it.
23783         * net/network-stream.el (network-stream-open-starttls): Support
23784         upgrading to STARTTLS always, even if we don't have built-in support.
23785         (open-network-stream): Add the :always-query-capabilities keyword.
23787         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23788         upgrades with `open-network-stream', and rely solely on
23789         auth-source for all credentials.  Big changes throughout the file,
23790         but in particular:
23791         (smtpmail-auth-credentials): Remove.
23792         (smtpmail-starttls-credentials): Remove.
23793         (smtpmail-via-smtp): Check for servers saying they want AUTH after
23794         MAIL FROM, too.
23796         * net/network-stream.el (network-stream-open-starttls):
23797         Provide support for client certificates both for external and built-in
23798         STARTTLS.
23799         (auth-source): Require.
23800         (open-network-stream): Document the :client-certificate keyword.
23801         (network-stream-certificate): Change cert-cert to cert and
23802         cert-key to key.
23804 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
23806         * net/tramp-cache.el (top): Don't load the persistency file when
23807         "emacs -Q" has been called.
23809 2011-06-21  Tim Harper  <timcharper@gmail.com>
23811         * term/ns-win.el (ns-initialize-window-system):
23812         Set application-specific `ApplePressAndHoldEnabled' system
23813         resource to NO as it is not yet supported by the NS port.
23815 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
23817         * misc.el (list-dynamic-libraries--refresh): Compute header here...
23818         (list-dynamic-libraries): ...not here.
23820 2011-06-21  Leo Liu  <sdl.web@gmail.com>
23822         * subr.el (sha1): Implement sha1 using secure-hash.
23824 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
23826         * window.el (display-buffer-alist): In default value do not
23827         enforce searching a window on any but the selected frame.
23828         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23829         (display-buffer-select-window): Remove function.
23830         (display-buffer-in-window): When a window on another frame gets
23831         reused, do not select it any more but just raise its frame if
23832         necessary (Bug#8851) and (Bug#8856).
23833         (display-buffer-normalize-options): Handle pop-up-frames related
23834         options more faithfully.
23835         (pop-to-buffer): Don't rely on `display-buffer' selecting the
23836         window if it is on another frame.
23837         (display-buffer-alist, display-buffer-default-specifiers):
23838         Don't make new frame unsplittable by default.
23839         (display-buffer-normalize-argument): Fix doc-string typo and use
23840         'same-frame-other-window instead of 'other-window when associating
23841         with display-buffer-macro-specifiers.
23843 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
23845         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23846         New functions.
23847         (5x5-mode-map, 5x5-mode-menu): Bind them.
23848         (5x5-draw-grid): Tweak the solver's rendering.
23850 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23852         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23853         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23855 2011-06-21  Drew Adams  <drew.adams@oracle.com>
23857         * menu-bar.el: Use function variable instead of switch-to-buffer.
23858         (menu-bar-select-buffer-function): New variable.
23859         (menu-bar-update-buffers): Use it (bug#8876).
23861 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23863         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23864         variable's status.
23866 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
23868         * x-dnd.el (x-dnd-version-from-flags)
23869         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23870         and long as number (Bug#8899).
23871         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23873 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23875         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23876         (completion-try-completion, completion-all-completions): Compute the
23877         metadata argument if it's missing; make it optional (bug#8795).
23879         * wid-edit.el: Use lex-bind and move towards completion-at-point.
23880         (widget-complete): Use new :completion-function property.
23881         (widget-completions-at-point): New function.
23882         (default): Use :completion-function instead of :complete.
23883         (widget-default-completions): Rename from widget-default-complete;
23884         Rewrite.
23885         (widget-string-complete, widget-file-complete, widget-color-complete):
23886         Remove functions.
23887         (file, symbol, function, variable, coding-system, color):
23888         * international/mule-cmds.el (default-input-method, charset)
23889         (language-info-custom-alist):
23890         * cus-edit.el (face): Use new property :completions.
23892         * progmodes/pascal.el (pascal-completions-at-point): New function.
23893         (pascal-mode): Use it.
23894         (pascal-mode-map): Use completion-at-point.
23895         (pascal-toggle-completions): Make obsolete.
23896         (pascal-complete-word, pascal-show-completions):
23897         * progmodes/octave-mod.el (octave-complete-symbol):
23898         Redefine as obsolete alias.
23899         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23900         Signal absence of completion info for old Octave,
23901         (inferior-octave-complete): Redefine as obsolete alias.
23902         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23903         (meta-completions-at-point): Rename from meta-complete-symbol and
23904         adapt it for use on completion-at-point-functions.
23905         (meta-common-mode): Use it.
23906         (meta-looking-at-backward, meta-match-buffer): Remove.
23907         (meta-complete-symbol): Redefine as obsolete alias.
23908         (meta-common-mode-map): Use completion-at-point.
23909         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23910         (makefile-mode-map): Use completion-at-point.
23911         (makefile-completions-at-point): Rename from makefile-complete and
23912         adapt it for use on completion-at-point-functions.
23913         (makefile-mode): Use it.
23914         (makefile-complete): Redefine as obsolete alias.
23916 2011-06-20  Deniz Dogan  <deniz@dogan.se>
23918         * net/rcirc.el: Delete trailing whitespaces once and for all.
23920 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
23922         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23924 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
23926         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23928         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23930 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
23932         * window.el (display-buffer-other-window-means-other-frame):
23933         Call display-buffer-normalize-alist.
23934         (display-buffer-normalize-specifiers-1): Rename to
23935         display-buffer-normalize-argument.  New argument other-frame.
23936         Rewrite.
23937         (display-buffer-normalize-specifiers-2): Rename to
23938         display-buffer-normalize-options.
23939         (display-buffer-normalize-alist-1): New function.
23940         (display-buffer-normalize-specifiers-3): Rename to
23941         display-buffer-normalize-alist.
23942         Call display-buffer-normalize-alist-1.
23943         (display-buffer-normalize-options-inhibit): New variable.
23944         (display-buffer-normalize-specifiers): Rewrite calling
23945         display-buffer-normalize-alist,
23946         display-buffer-normalize-argument, and
23947         display-buffer-normalize-options.  Don't call the latter if
23948         display-buffer-normalize-options-inhibit is non-nil.
23949         (frame-auto-delete): New option.
23950         (window-deletable-p): Use frame-auto-delete.
23951         (window-list-no-nils, window-state-ignored-parameters)
23952         (window-state-get-1, window-state-get, window-state-put-list)
23953         (window-state-put-1, window-state-put-2, window-state-put):
23954         New functions.
23955         (display-buffer-normalize-options): Move special-display-p group
23956         after pop-up-frame group (Bug#8851) and (Bug#8856).
23958 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
23960         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23961         groups (Bug#8776).
23962         (rx-submatch-n): New function.
23963         (rx): Document it.
23965         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23966         (Bug#8768).
23968         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23970         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23972         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23973         anytime existing face settings are present (Bug#8889).
23975         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23976         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23977         Remove unused argument.
23979 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
23981         * window.el (display-buffer-default-specifiers):
23982         Remove pop-up-frame.  Add pop-up-window-min-height,
23983         pop-up-window-min-width, and another reuse-window specifier
23984         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
23985         (display-buffer-normalize-specifiers-2):
23986         Handle split-height-threshold and split-width-threshold also when
23987         pop-up-windows is unset.  Add a reuse-window specifier for the
23988         case popping up a new window fails.
23989         (special-display-popup-frame): Remove double quoting.
23990         (display-buffer-normalize-specifiers-1): Fix thinko.
23992 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23994         * shell.el (shell-completion-vars): Set pcomplete-termination-string
23995         according to comint-completion-addsuffix.
23997         * pcomplete.el: Convert to lexical binding and fix bug#8819.
23998         (pcomplete-suffix-list): Mark as obsolete.
23999         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24000         pcomplete-seen in the closure.
24001         (pcomplete-comint-setup): Setup completion-at-point as well.
24002         (pcomplete--entries): New function.
24003         (pcomplete--env-regexp): New var.
24004         (pcomplete-entries): Rewrite to work with partial-completion and
24005         without relying on pcomplete-suffix-list.
24006         (pcomplete-pare-list): Remove, unused.
24008 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
24010         * window.el (display-buffer-alist): Set pop-up-window-min-height
24011         and pop-up-window-min-width in default value.  Reported by
24012         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
24013         other-window-means-other-frame.
24014         (display-buffer-macro-specifiers): Comment out entry for
24015         other-window specifier.
24016         (display-buffer-other-window-means-other-frame): New function.
24017         (display-buffer-normalize-specifiers-1): New arguments
24018         buffer-name and label.  Treat other-window case specially.
24019         (display-buffer-normalize-specifiers-2): Treat other-window case
24020         specially.
24021         (display-buffer-normalize-specifiers-3): New function.
24022         (display-buffer-normalize-specifiers):
24023         Call display-buffer-normalize-specifiers-3.
24025 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
24027         * window.el (same-window-p): Fix two typos introduced when
24028         adding with-no-warnings.
24029         (display-buffer-normalize-specifiers-1): Don't check
24030         pop-up-frames for 'unset initialization.
24031         (display-buffer-normalize-specifiers-2): Major rewrite using
24032         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24033         (pop-up-frames, display-buffer-reuse-frames)
24034         (display-buffer-mark-dedicated): Don't initialize to 'unset.
24035         Suggested by David Engster <deng@randomsample.de>.
24036         (even-window-heights): Initialize to 'unset.
24037         (display-buffer-alist-set): Handle new 'unset initializations.
24038         (display-buffer-macro-specifiers): Don't pop up a new frame in the
24039         other window case.
24041 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
24043         * window.el (display-buffer-normalize-specifiers-1):
24044         Respect current value of pop-up-frames for most reasonable values of
24045         second argument of display-buffer (Bug#8865).
24046         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24047         (switch-to-buffer-other-window-same-frame)
24048         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
24049         Adams (Bug#8875).
24050         (display-buffer): Don't check noninteractive when calling
24051         display-buffer-pop-up-frame.
24052         (display-buffer-pop-up-frame): Never pop up a frame in
24053         noninteractive mode (Bug#8857).
24054         (enlarge-window, shrink-window): Don't report an error when the
24055         window can't be resized as requested (Bug#8862).
24057 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24059         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24061         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24063         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24065 2011-06-15  Alan Mackenzie  <acm@muc.de>
24067         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24068         for declarators, disable knr checking to speed up for normal files.
24069         2: Refactor, replacing a sequence of nested if forms by a cond form.
24071 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24073         * net/network-stream.el (open-network-stream): Add the keyword
24074         :always-query-capabilities for the case where you want to force a
24075         `plain' network connection, but the protocol still requires the
24076         capabilitiy command (i.e., SMTP and EHLO).
24078         * subr.el (process-live-p): Rename from `process-alive-p' for
24079         consistency with other `-live-p' functions.
24081 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24083         * window.el (same-window-buffer-names, same-window-regexps)
24084         (special-display-frame-alist, special-display-popup-frame)
24085         (special-display-function, special-display-buffer-names)
24086         (special-display-regexps, pop-up-frame-alist)
24087         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24088         (pop-up-windows, split-window-preferred-function)
24089         (split-height-threshold, split-width-threshold, even-window-heights)
24090         (display-buffer-mark-dedicated): Don't encourage the use of
24091         display-buffer-alist from Elisp code.
24093 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
24095         * progmodes/python.el (python-mode): Derive from prog-mode.
24096         * progmodes/ps-mode.el (ps-mode):
24097         * progmodes/mixal-mode.el (mixal-mode):
24098         * progmodes/cfengine.el (cfengine-mode):
24099         * progmodes/ld-script.el (ld-script-mode): Likewise.
24101 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
24103         * window.el (display-buffer-alist): Trim default value to avoid
24104         popping up a new frame (Bug#8857) or reusing an arbitrary window
24105         on another frame.
24106         (display-buffer): Do not fall back on popping up a new frame in
24107         batch mode (Bug#8857).
24109 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
24111         * cus-theme.el (describe-theme-1): Use custom-theme-p.
24112         (custom-theme-summary): New function.
24113         (customize-themes): Use it.
24115 2011-06-13  Glenn Morris  <rgm@gnu.org>
24117         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24119 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
24121         * help.el (help-window): Remove variable.
24122         (help-window-point-marker, temp-buffer-max-height)
24123         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24124         (help-print-return-message): Don't set help-window.
24125         (resize-temp-buffer-window): Rewrite cod eand doc-string.
24126         (help-window-setup-finish): Remove.
24127         (help-window-display-message, help-window-setup)
24128         (with-help-window): Major rewrite based on new
24129         display-buffer-window variable.
24131         * help-mode.el (help-mode-finish): Remove help-window related
24132         code.
24134         * view.el (view-exits-all-viewing-windows): Remove reference to
24135         view-return-to-alist in doc-string.
24136         (view-return-to-alist): Make obsolete.
24137         (view-buffer): Call pop-to-buffer-same-window and remove
24138         undo-window code.
24139         (view-buffer-other-window): Call pop-to-buffer-other-window and
24140         simplify code.  Ignore second argument.
24141         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24142         simplify code.  Ignore second argument.
24143         (view-return-to-alist-update): Make obsolete.
24144         (view-mode-enter): Rename second argument to QUIT-RESTORE.
24145         Rewrite using quit-restore window parameters.
24146         (view-mode-exit): Rename second argument to EXIT-ONLY.
24147         Rewrite using quit-restore-window.
24148         (View-exit, View-exit-and-edit, View-leave, View-quit)
24149         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24150         appropriate arguments.
24151         (view-end-message): Use quit-restore window parameter.
24153         * window.el (display-buffer-function): Rewrite doc-string.
24154         (display-buffer-window, display-buffer-alist): New variables.
24155         (display-buffer-split-specifiers)
24156         (display-buffer-side-specifiers)
24157         (display-buffer-macro-specifiers): New constants.
24158         (display-buffer-even-window-sizes, display-buffer-set-height)
24159         (display-buffer-set-width, display-buffer-select-window)
24160         (display-buffer-in-window, display-buffer-reuse-window)
24161         (display-buffer-split-window-1, display-buffer-split-window)
24162         (display-buffer-split-atom-window, display-buffer-pop-up-window)
24163         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24164         (display-buffer-in-side-window, normalize-buffer-to-display)
24165         (display-buffer-normalize-specifiers-1)
24166         (display-buffer-normalize-specifiers-2)
24167         (display-buffer-normalize-specifiers, display-buffer-frame):
24168         New functions.
24169         (display-buffer): Major rewrite.
24170         (display-buffer-other-window, display-buffer-other-frame)
24171         (pop-to-buffer, switch-to-buffer-other-window)
24172         (switch-to-buffer-other-frame): Rewrite.
24173         (display-buffer-same-window, display-buffer-same-frame)
24174         (display-buffer-same-frame-other-window)
24175         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24176         (pop-to-buffer-other-window)
24177         (pop-to-buffer-same-frame-other-window)
24178         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24179         (switch-to-buffer-other-window-same-frame): New functions.
24180         (same-window-p, special-display-p): Rewrite disabling warnings.
24181         Make obsolete.
24182         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24183         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24184         Make obsolete
24185         (same-window-buffer-names, same-window-regexps)
24186         (special-display-frame-alist, special-display-popup-frame)
24187         (special-display-function, special-display-buffer-names)
24188         (special-display-regexps, pop-up-frame-alist)
24189         (pop-up-frame-function, split-window-preferred-function)
24190         (split-height-threshold, split-width-threshold)
24191         (even-window-heights): Make obsolete.
24193 2011-06-12  Glenn Morris  <rgm@gnu.org>
24195         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
24196         Misc simplifications.
24198 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
24200         * window.el (window-safely-shrinkable-p): Restore function which
24201         was inadvertently removed in change from 2011-06-11.  Declare as
24202         obsolete.
24204         * calendar/calendar.el (calendar-generate-window):
24205         Use window-iso-combined-p instead of combination of one-window-p and
24206         window-safely-shrinkable-p.
24208 2011-06-12  Glenn Morris  <rgm@gnu.org>
24210         * progmodes/fortran.el (fortran-mode-syntax-table):
24211         * progmodes/f90.el (f90-mode-syntax-table):
24212         Set % to punctuation.  (Bug#8820)
24213         (f90-find-tag-default): Remove, no longer needed.
24215 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
24217         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24219 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
24221         * image.el (image-animated-p): Return animation delay in seconds.
24222         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24223         (image-animate-timeout): Remove DELAY argument.  Don't assume
24224         every subimage has the same delay; get it from image-animated-p.
24225         (image-animate): Caller changed.
24227 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
24229         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24230         to ignored backtrace functions.
24232 2011-06-11  Glenn Morris  <rgm@gnu.org>
24234         * calendar/appt.el (appt-disp-window-function): Doc fix.
24235         (appt-check): Handle overlapping appointments.  (Bug#8337)
24237 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
24239         * window.el (window-tree-1, window-tree): New functions, moving
24240         the latter to window.el.
24241         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24242         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24243         (bw-refresh-edges): Remove.
24244         (balance-windows-1, balance-windows-2): New functions.
24245         (balance-windows): Rewrite in terms of window tree functions,
24246         balance-windows-1 and balance-windows-2.
24247         (bw-adjust-window): Remove.
24248         (balance-windows-area-adjust): New function with functionality of
24249         bw-adjust-window but using resize-window.
24250         (set-window-text-height): Rewrite doc-string.
24251         Use normalize-live-window and resize-window.
24252         (enlarge-window-horizontally, shrink-window-horizontally):
24253         Rename argument to DELTA.
24254         (window-buffer-height): New function.
24255         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24256         Rewrite using new window resize routines.
24257         (kill-buffer-and-window, mouse-autoselect-window-select):
24258         Use ignore-errors instead of condition-case.
24259         (quit-window): Call delete-frame instead of delete-windows-on
24260         for the only buffer on frame.
24262 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24264         * loadup.el (top-level): Load window before files for the sake
24265         of replace-buffer-in-windows.
24267         * files.el (read-buffer-to-switch)
24268         (switch-to-buffer-other-window)
24269         (switch-to-buffer-other-frame, display-buffer-other-frame):
24270         Move to window.el.
24272         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24273         (previous-buffer): Move to window.el.
24275         * bindings.el (unbury-buffer): Move to window.el.
24277         * window.el (delete-other-windows-vertically): Move after
24278         definition of delete-other-windows.
24279         (other-window, delete-windows-on, replace-buffer-in-windows):
24280         Move here from window.c.
24281         (record-window-buffer, unrecord-window-buffer)
24282         (set-window-buffer-start-and-point, switch-to-prev-buffer)
24283         (switch-to-next-buffer): New functions.
24284         (get-next-valid-buffer, last-buffer, next-buffer): Move here
24285         from simple.el.  Call switch-to-next-buffer.
24286         (previous-buffer): Move here from simple.el.
24287         Call switch-to-prev-buffer.
24288         (bury-buffer): Move here from buffer.c.  Switch to previous
24289         buffer when window cannot be deleted.
24290         (unbury-buffer): Move here from bindings.el.
24291         (ctl-x-map): Move binding for other-window from window.c to
24292         here.
24293         (read-buffer-to-switch, switch-to-buffer-other-window)
24294         (switch-to-buffer-other-frame): Move here from files.el.
24295         (normalize-buffer-to-switch-to): New functions.
24296         (switch-to-buffer): Move here from buffer.c.
24297         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24299 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24301         * window.el (window-min-height, window-min-width): Move here
24302         from window.c.  Add defcustoms and rewrite doc-strings.
24303         (resize-mini-window, resize-window): New functions.
24304         (adjust-window-trailing-edge, enlarge-window, shrink-window):
24305         Move here from window.c.
24306         (maximize-window, minimize-window): New functions.
24307         (delete-window, delete-other-windows, split-window): Move here
24308         from window.c.
24309         (window-split-min-size): New function.
24310         (split-window-keep-point): Mention split-window-above-each-other
24311         instead of split-window-vertically.
24312         (split-window-above-each-other, split-window-vertically):
24313         Rename split-window-vertically to split-window-above-each-other
24314         and provide defalias for old definition.
24315         (split-window-side-by-side, split-window-horizontally):
24316         Rename split-window-horizontally to split-window-side-by-side
24317         and provide defalias for the old definition.
24318         (ctl-x-map): Move bindings for delete-window,
24319         delete-other-windows and enlarge-window here from window.c.
24320         Replace bindings for split-window-vertically and
24321         split-window-horizontally by bindings for
24322         split-window-above-each-other and split-window-side-by-side.
24324         * cus-start.el (all): Remove entries for window-min-height and
24325         window-min-width.  Add entries for window-splits and
24326         window-nest.
24328 2011-06-09  Glenn Morris  <rgm@gnu.org>
24330         * calendar/appt.el (appt-mode-line): New function.
24331         (appt-check, appt-disp-window): Use it.
24333         * files.el (hack-one-local-variable-eval-safep):
24334         Allow minor-modes with explicit +/-1 arguments.
24336 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
24338         * term/xterm.el (xterm): Add defgroup.
24339         (xterm-extra-capabilities): Add defcustom to supply known xterm
24340         capabilities, skip querying them, or query them (default).
24341         (terminal-init-xterm): Use it.
24342         (terminal-init-xterm-modify-other-keys): New function to set up
24343         modifyOtherKeys support to simplify `terminal-init-xterm'.
24345 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
24347         * window.el (resize-window-reset, resize-window-reset-1)
24348         (resize-subwindows-skip-p, resize-subwindows-normal)
24349         (resize-subwindows, resize-other-windows, resize-this-window)
24350         (resize-root-window, resize-root-window-vertically)
24351         (window-deletable-p, window-or-subwindow-p)
24352         (frame-root-window-p): New functions.
24354 2011-06-09  Glenn Morris  <rgm@gnu.org>
24356         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24357         (ange-ftp-get-files): Use it.
24359 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
24361         * mail/sendmail.el (mail-recover-1, mail-recover):
24362         * files.el (recover-file, recover-session):
24363         Handle dired-listing-switches not being just a single short option.
24365 2011-06-09  Glenn Morris  <rgm@gnu.org>
24367         * calendar/appt.el (appt-display-message, appt-disp-window):
24368         Handle lists of appointments.
24370 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24372         * window.el (one-window-p): Move down in code.
24373         Rewrite doc-string.
24374         (window-current-scroll-bars): Rewrite doc-string.
24375         Normalize live window argument.
24376         (walk-windows, get-window-with-predicate, count-windows):
24377         Rewrite doc-string.  Use window-list-1.
24378         (window-in-direction-2, window-in-direction, get-mru-window):
24379         New functions.
24381 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
24383         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24384         Doc fix (Bug#8713).
24386 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
24388         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24390 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
24392         * loadhist.el (unload-feature-special-hooks):
24393         Add `comint-output-filter-functions'.
24395 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
24397         * calendar/appt.el (appt-check): Move some initializations into the let.
24399 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24401         * window.el (window-height): Defalias to window-total-height.
24402         (window-width): Defalias to window-body-width.
24404 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
24406         * image-mode.el (image-toggle-animation): New command.
24407         (image-mode-map): Bind it to RET.
24408         (image-mode): Update message.
24409         (image-toggle-display-image): Avoid a spurious cache flush.
24410         (image-transform-rotation): Doc fix.
24411         (image-transform-properties): Return quickly in the normal case.
24412         (image-animate-loop): Rename from image-animate-max-time.
24414         * image.el (image-animate-max-time): Move to image-mode.el.
24415         (create-animated-image): Remove unnecessary function.
24416         (image-animate): Rename from image-animate-start.  New arg.
24417         (image-animate-stop): Remove; just use image-animate-timer.
24418         (image-animate-timer): Use car-safe.
24419         (image-animate-timeout): Rename argument.
24421 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
24423         * window.el (get-lru-window, get-largest-window): Move here from
24424         window.c.  Rename first argument to ALL-FRAMES.
24425         Rephrase doc-strings.
24426         (get-buffer-window-list): Rewrite using window-list-1.
24427         Rephrase doc-string.
24428         (window-safe-min-height, window-safe-min-width): New constants.
24429         (window-size-ignore, window-min-size, window-min-size-1)
24430         (window-sizable, window-sizable-p, window-size-fixed-1)
24431         (window-size-fixed-p, window-min-delta-1, window-min-delta)
24432         (window-max-delta-1, window-max-delta, window-resizable)
24433         (window-resizable-p, window-total-height, window-total-width)
24434         (window-body-width): New functions.
24435         (window-full-height-p, window-full-width-p): Rewrite using
24436         window-total-size.
24437         (window-body-height): Rewrite using window-body-size.
24439 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
24441         * window.el (window-right, window-left, window-child)
24442         (window-child-count, window-last-child, window-any-p)
24443         (normalize-live-buffer, normalize-live-frame)
24444         (normalize-any-window, normalize-live-window)
24445         (window-iso-combination-p, window-iso-combined-p)
24446         (window-iso-combinations)
24447         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24448         (windows-with-parameter, window-with-parameter)
24449         (window-atom-root, make-window-atom, window-atom-check-1)
24450         (window-atom-check, window-side-check, window-check):
24451         New functions.
24452         (ignore-window-parameters, window-sides, window-sides-vertical)
24453         (window-sides-slots): New variables.
24454         (window-size-fixed): Move down in code.  Minor doc-string fix.
24456 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
24458         * comint.el (comint-dynamic-complete-as-filename)
24459         (comint-dynamic-complete-filename): Correctly call
24460         completion-in-region.
24462 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24464         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24465         in last change.
24467 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24469         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24470         (rcirc): Use it to prompt for encryption.
24472 2011-06-05  Roland Winkler  <winkler@gnu.org>
24474         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24475         (bibtex-search-entries): New command bound to C-c C-a.
24476         (bibtex-display-entries): New function.
24478 2011-06-05  Roland Winkler  <winkler@gnu.org>
24480         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24481         (bibtex-insert-kill): After yanking insert newline if necessary.
24482         (bibtex-initialize): Call bibtex-string-files-init only once.
24483         (bibtex-mode): Do not call easy-menu-add.
24484         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24485         (bibtex-yank): Set arg properly if nil.
24487 2011-06-05  Roland Winkler  <winkler@gnu.org>
24489         * textmodes/bibtex.el (bibtex-search-entry-globally):
24490         New variable.
24491         (bibtex-search-entry): Use it.
24493 2011-06-05  Roland Winkler  <winkler@gnu.org>
24495         * textmodes/bibtex.el (bibtex-entry-format): New option
24496         sort-fields.
24497         (bibtex-format-entry, bibtex-reformat): Honor this option.
24498         (bibtex-parse-entry): Return fields in proper order.
24500 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
24502         * doc-view.el (doc-view-remove-if): Move computation of result out
24503         of `dolist' to silence misleading lexical-binding warning.
24505 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
24507         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24508         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24510 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24512         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24513         "SunOS 5.10".
24515 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24517         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24518         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24519         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24520         (tramp-parse-putty):
24521         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24522         (tramp-completion-function-alist-ssh)
24523         (tramp-completion-function-alist-telnet)
24524         (tramp-completion-function-alist-su)
24525         (tramp-completion-function-alist-putty): Set `tramp-autoload'
24526         cookie.
24528         * net/tramp-ftp.el:
24529         * net/tramp-sh.el:
24530         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24531         load "tramp.el" `tramp-set-completion-function'.
24533 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24535         * shell.el: Require and use pcomplete.
24536         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24537         (shell-completion-vars): Set pcomplete-default-completion-function.
24539 2011-06-04  Deniz Dogan  <deniz@dogan.se>
24541         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24542         `memq' (Bug#8799).
24544 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24546         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24548 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
24550         * bs.el (bs--mark-unmark, bs--nth-wrapper):
24551         * mpc.el (mpc-select-extend, mpc-songpointer-context):
24552         * vc/log-view.el (log-view-beginning-of-defun):
24553         * vc/smerge-mode.el (smerge-apply-resolution-patch)
24554         (smerge-refine-forward, smerge-refine-chopup-region):
24555         Silence warning for unused `dotimes' counter variables.
24557 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24559         * net/tramp.el (tramp-with-progress-reporter): Rename from
24560         with-progress-reporter.  Use `declare'.
24561         * net/tramp-smb.el:
24562         * net/tramp-sh.el:
24563         * net/tramp-gvfs.el: Update all uses.
24565 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
24567         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24568         buffer isn't killed before making it current.
24570 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24572         Silence various byte-compiler warnings.
24573         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24574         `access-type' and new obsolescence format.
24575         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24576         new format.
24577         (byte-compile-check-variable): New `access-type' argument.
24578         Only warn if the access-type is obsolete.
24579         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24580         (byte-compile-variable-set): Adjust callers.
24581         * help-fns.el (describe-variable): Adjust to new obsolescence format.
24582         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24583         setting it as obsolete.
24584         * simple.el (minibuffer-completing-symbol):
24585         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24586         access as obsolete.
24587         * minibuffer.el (minibuffer-completing-file-name): Don't make it
24588         obsolete yet.
24589         * international/quail.el (quail-mouse-choose-completion): Remove unused
24590         code referring to obsolete var.
24591         (quail-choose-completion-string): Remove.
24592         * server.el (server-clients-with, server-kill-buffer-query-function)
24593         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24594         * proced.el (proced-send-signal):
24595         * emacs-lisp/lisp.el (lisp-complete-symbol):
24596         Replace completion-annotate-function with completion-extra-properties.
24598 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24600         * simple.el (goto-line): Use read-number.
24601         (overriding-map-is-bound): Remove.
24602         (saved-overriding-map): Change default.
24603         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24604         Take the map as argument.
24605         (universal-argument, negative-argument, digit-argument): Use it.
24606         (restore-overriding-map): Adjust.
24607         (do-auto-fill): Use fill-forward-paragraph.
24608         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24610         * minibuffer.el (minibuffer-inactive-mode-map): New var.
24611         (minibuffer-inactive-mode): New major mode.
24612         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24613         the *Messages* buffer" hack.
24614         (mouse-popup-menubar): Don't burp if the event is a normal key.
24616         Miscellaneous tweaks.
24617         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24618         lexical scoping as in subr.el's dolist and dotimes.
24619         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24620         Silence compiler warning.
24621         * thingatpt.el (forward-whitespace): Trivial coding style fix.
24622         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24623         * international/ccl.el (ccl-compile): Trivial simplification.
24624         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24625         * emacs-lisp/testcover.el (testcover-end): Remove spurious
24626         `printflag' argument.
24627         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24628         Purecopy the whole obsolescence data.
24630 2011-06-01  Leo Liu  <sdl.web@gmail.com>
24632         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24633         improve doc-string as suggested by Marco Pessotto
24634         <melmothx@gmail.com>.
24635         (rcirc-print): Fix last change.
24637 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24639         * minibuffer.el (complete-with-action): Return nil for the metadata and
24640         boundaries of non-functional tables.
24641         (completion-table-dynamic): Return nil for the metadata.
24642         (completion-table-with-terminator): Add default case, using
24643         complete-with-action.
24644         (completion--metadata): New function.
24645         (completion-all-sorted-completions, minibuffer-completion-help): Use it
24646         to try and avoid pathological performance problems.
24647         (completion--embedded-envvar-table): Return `category' metadata.
24649 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24651         * subr.el (process-alive-p): New tiny convenience function.
24653 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24655         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24656         content but also its previous major mode.
24658 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
24660         * emacs-lisp/debug.el (debug): Restore the previous content of the
24661         *Backtrace* buffer when we exit with C-M-c.
24663 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24665         * minibuffer.el: Add metadata method to completion tables.
24666         (completion-category-overrides): New defcustom.
24667         (completion-metadata, completion--field-metadata)
24668         (completion-metadata-get, completion--styles)
24669         (completion--cycle-threshold): New functions.
24670         (completion-try-completion, completion-all-completions):
24671         Add `metadata' argument to choose completion-styles.
24672         (completion--do-completion): Use metadata to choose cycling.
24673         (completion-all-sorted-completions): Use metadata for sorting.
24674         Remove :completion-cycle-penalty which is not needed any more.
24675         (completion--try-word-completion): Add `metadata' argument.
24676         (minibuffer-completion-help): Check metadata for annotation function
24677         and sorting.
24678         (completion-file-name-table): Return `category' metadata.
24679         (minibuffer-completing-file-name): Make obsolete.
24680         * simple.el (minibuffer-completing-symbol): Make obsolete.
24681         * icomplete.el (icomplete-completions): Pass new `metadata' param to
24682         completion-try-completion.
24684 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24686         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24688 2011-05-30  Leo Liu  <sdl.web@gmail.com>
24690         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24691         (rcirc-print): Decode all incoming messages (bug#8744).
24692         (rcirc-decode-coding-system): Allow value nil for automatic coding
24693         system detection.
24695 2011-06-01  Glenn Morris  <rgm@gnu.org>
24697         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24699 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24701         * image.el (image-animate-max-time): Allow nil and t values.
24702         Default to nil.
24703         (create-animated-image): Doc fix.
24704         (image-animate-start): Remove second arg; just use
24705         image-animate-max-time.
24706         (image-animate-timeout): Doc fix.  Args changed.
24708         * image-mode.el (image-toggle-display-image): Ensure that the
24709         image spec passed to the animate timer is the same object as in
24710         the buffer's display property (Bug#6981).
24711         (image-transform-properties): Doc fix.
24713         * image.el (image-animate-max-time): Default to nil.
24715 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
24717         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24718         entire buffer list (Bug#8184).
24720 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24722         * image.el (imagemagick-types-inhibit)
24723         (imagemagick-register-types): Doc fix.
24725 2011-05-29  Deniz Dogan  <deniz@dogan.se>
24727         * net/rcirc.el (rcirc): Use the user's stored encryption method by
24728         default.
24730 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24732         * select.el: Don't perform clipboard-manager saving in hooks;
24733         leave the hooks empty.
24735 2011-05-28  Leo Liu  <sdl.web@gmail.com>
24737         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24738         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
24739         (occur-edit-mode): New major mode (Bug#8463).
24740         (occur-after-change-function): New function.
24741         (occur-engine): Give Occur tags a read-only property.
24743 2011-05-28  Kevin Ryde  <user42@zip.com.au>
24745         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24747 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24749         * bindings.el (help-echo): Make the initial non-indicator dash
24750         empty on graphical terminals (Bug#7295).
24752         * files.el (auto-mode-alist): Move config rule after the
24753         in-stripping one (Bug#8547).
24755         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24757         * startup.el (normal-splash-screen): Remove gratuitous mode-line
24758         setting (Bug#8740).
24760 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
24762         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24763         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24764         (Bug#8539).
24766 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24768         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24770 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
24772         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24773         (hs-hide-block-at-point, hs-find-block-beginning)
24774         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24775         (Bug#8279).
24777 2011-05-28  Glenn Morris  <rgm@gnu.org>
24779         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
24781 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24783         * help-fns.el (describe-function-1): If the function is a derived
24784         major mode, print the parent mode.
24786         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24787         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24789 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24791         * minibuffer.el (completion--capf-wrapper): Check applicability before
24792         returning non-nil for non-exclusive completion data.
24793         * progmodes/etags.el (tags-completion-at-point-function):
24794         * info-look.el (info-lookup-completions-at-point): Mark as
24795         non-exclusive.
24796         (info-complete): Adjust accordingly.
24798         * info-look.el: Convert to lexical-binding and completion-at-point.
24799         (info-lookup-completions-at-point): New function.
24800         (info-complete): Use it and completion-in-region.
24802 2011-05-28  Drew Adams  <drew.adams@oracle.com>
24804         * isearch.el: Let M-e start with point at the first mismatched char.
24805         (isearch-fail-pos): New function.
24806         (isearch-edit-string): Use it.
24808 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24810         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24812 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
24814         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
24815         traversal functions for avl-trees.
24816         (avl-tree--stack): New struct.
24817         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24818         (avl-tree-enter): Add optional `updatefun' arg.
24819         (avl-tree--do-enter): Add optional `updatefun' arg.
24820         Change return value.
24821         (avl-tree-delete): Add optional `test' and `nilflag' args.
24822         (avl-tree--do-delete): Add `test' and `nilflag' args.
24823         Change return value.
24824         (avl-tree-member): Add optional `nilflag'
24825         (avl-tree-member-p): New function.
24826         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24827         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24828         (avl-tree-stack-empty-p): New functions.
24830         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24831         avl-tree--del-balance1 and make it work both ways.
24832         (avl-tree--del-balance2): Remove.
24833         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24834         make it work both ways.
24835         (avl-tree--enter-balance2): Remove.
24836         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24837         New macros.
24838         (avl-tree--mapc, avl-tree-map): Add direction argument.
24840 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
24842         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24844 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
24846         * select.el: Support clipboard managers with built-in function
24847         x-clipboard-manager-save, via delete-frame-functions and
24848         kill-emacs-hook.
24849         (xselect-convert-to-targets): Add MULTIPLE target to list.
24850         (xselect-convert-to-save-targets): New function.
24852 2011-05-27  Kenichi Handa  <handa@m17n.org>
24854         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24855         let-binding rfc2047-encode-encoded-words to nil.
24857 2011-05-27  Glenn Morris  <rgm@gnu.org>
24859         * mail/emacsbug.el: Don't require url-util.
24861         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
24863         * files.el (set-auto-mode):
24864         Also respect mode: entries at the end of the file.  (Bug#8586)
24866 2011-05-26  Glenn Morris  <rgm@gnu.org>
24868         * files.el (hack-local-variables-prop-line, hack-local-variables):
24869         Downcase mode names, as seems to be traditional.
24870         (hack-local-variables, hack-local-variables-apply): Doc fixes.
24872         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24873         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
24875 2011-05-25  Julien Danjou  <julien@danjou.info>
24877         * textmodes/rst.el (rst-define-level-faces): Do not define face
24878         symbol if it is already defined.
24880 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24882         * play/5x5.el (5x5-new-game, 5x5-randomize):
24883         Reset 5x5-solver-output to nil when a new grid is cast.
24884         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24885         these debugging traces, as defmacro breaks the compiled code.
24887 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24889         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24891 2011-05-24  Leo Liu  <sdl.web@gmail.com>
24893         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24894         (vc-bzr-sha1): Adapt.
24896         * sha1.el: Remove.  Function `sha1' is now builtin.
24898         * bindings.el: Provide sha1 feature.
24900 2011-05-24  Kenichi Handa  <handa@m17n.org>
24902         * mail/sendmail.el: Require `rfc2047'.
24903         (mail-insert-from-field): Do not perform RFC2047 encoding.
24904         (mail-encode-header): New function.
24905         (sendmail-send-it): Set buffer-file-coding-system of the work
24906         buffer to the return value of select-message-coding-system.
24907         Call mail-encode-header.
24909         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24911 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
24913         * mail/supercite.el (sc-default-cite-frame):
24914         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24916 2011-05-24  Glenn Morris  <rgm@gnu.org>
24918         * progmodes/python.el (brm-menu): Declare.
24920         * emulation/viper.el (viper-set-hooks): Declare.
24922         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24923         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24924         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24925         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24926         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24927         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24929 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24931         Add an :exit-function for completion-at-point.
24933         * minibuffer.el (completion--done): New fun.
24934         (completion--do-completion): Use it.  New arg `expect-exact'.
24935         (minibuffer-complete, minibuffer-complete-word): Don't output message,
24936         since completion--do-completion does it for us now.
24937         (minibuffer-force-complete): Use completion--done and
24938         completion--replace.  Handle sole-completion case with more care.
24939         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24940         (completion-extra-properties): New var.
24941         (completion-annotate-function): Make obsolete.
24942         (minibuffer-completion-help): Adjust accordingly.
24943         Use completion-list-insert-choice-function.
24944         (completion-at-point, completion-help-at-point):
24945         Bind completion-extra-properties.
24946         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24947         * simple.el (completion-list-insert-choice-function): New var.
24948         (completion-setup-function): Preserve it.
24949         (choose-completion): Pay attention to it, shuffle the code a bit.
24950         (choose-completion-string): New arg `insert-function'.
24952         * textmodes/bibtex.el: Convert to lexical binding.
24953         (bibtex-mode-map): Use completion-at-point.
24954         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24955         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24956         (bibtex-complete): Define as obsolete alias.
24957         (bibtex-complete-internal): Remove.
24958         (bibtex-format-entry): Remove unused sub-group in regexp.
24959         * shell.el (shell--command-completion-data)
24960         (shell-environment-variable-completion):
24961         * pcomplete.el (pcomplete-completions-at-point):
24962         * comint.el (comint--complete-file-name-data): Use :exit-function
24963         instead of completion-table-with-terminator so it also works for
24964         choose-completion.
24966 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24968         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24970         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24971         (bug#8710).
24973         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24975 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
24977         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24978         customization variable and implement: If non-nil, auto-fill will
24979         be inhibited while on topic's header line.
24981 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24983         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24984         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
24985         always have a solution in grid size = 5 cases.
24986         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24987         (5x5-solver-output, 5x5-log-buffer): New vars.
24988         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24989         Make these variables buffer local to achieve 5x5 multi-session-ness.
24990         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24991         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24992         (5x5-solve-suggest): New funs.
24993         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24994         randomize a grid so that we ensure that there is always a solution.
24995         (5x5-make-random-grid): Allow other movement than flipping.
24997 2011-05-23  Kevin Ryde  <user42@zip.com.au>
24999         * emacs-lisp/advice.el (ad-read-advised-function):
25000         Use `function-called-at-point' as the default, if it has
25001         advice and passes PREDICATE.
25003 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25005         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25006         byte-compile-lambda if it's actually a lambda.
25008         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25009         Fix function quoting.  Use backquote better.
25011 2011-05-22  Yuanle Song  <sylecn@gmail.com>
25013         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25014         matching (Bug#8516).
25016 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
25018         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25019         different face (Bug#8178).
25021 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
25023         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25024         defface (Bug#8144).
25026 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25028         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25029         funcall as well (bug#8712).  Warn when performing those conversions.
25030         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25032         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25034 2011-05-22  Glenn Morris  <rgm@gnu.org>
25036         * files.el (hack-local-variables-prop-line): Small simplifications.
25037         (hack-local-variables, hack-local-variables-prop-line):
25038         If MODE-ONLY, return the mode, rather than just `t'.
25040 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25042         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25044 2011-05-21  Glenn Morris  <rgm@gnu.org>
25046         * files.el (hack-local-variables-prop-line, hack-local-variables):
25047         If only interested in the mode, don't bother doing the other stuff.
25049         * image-mode.el (image-after-revert-hook):
25050         Redraw all frames on which the image is visible.  (Bug#8567)
25052         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
25054         * wid-edit.el (widget-checklist-match-inline):
25055         Fix 2011-04-19 change.  (Bug#8649)
25057 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25059         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25060         Also allow singlespace after single-letter capitals followed by a dot.
25062         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25063         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25065 2011-05-20  Nix  <nix@esperi.org.uk>
25067         * files.el (basic-save-buffer-2):
25068         Fix handling of break-hardlink-on-save with non-existent files.
25070 2011-05-19  Deniz Dogan  <deniz@dogan.se>
25072         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25073         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25075 2011-05-19  Glenn Morris  <rgm@gnu.org>
25077         * progmodes/f90.el (f90-type-def-re):
25078         Handle "type, bind(c)".  (Bug#8691)
25080         * emacs-lisp/autoload.el (batch-update-autoloads):
25081         Set autoload-excludes by parsing loadup.el rather than Makefiles.
25083 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
25085         * net/tramp.el (tramp-process-actions): Set "first-password-request"
25086         property for the correct connection in case of multihops.
25088 2011-05-18  Glenn Morris  <rgm@gnu.org>
25090         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25091         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25093         Rationalize calendar handling of day and month abbrev-arrays.
25094         * calendar/calendar.el (calendar-customized-p): New function.
25095         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25096         (calendar-day-name-array, calendar-month-name-array): Doc fix.
25097         Add :set function.
25098         (calendar-abbrev-length, calendar-day-abbrev-array)
25099         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25100         (calendar-day-abbrev-array, calendar-month-abbrev-array):
25101         Elements may no longer be nil.
25102         (calendar-day-name, calendar-month-name):
25103         Update for changed nature of abbrev arrays.
25104         * calendar/diary-lib.el (diary-name-pattern):
25105         Update for changed nature of abbrev arrays.
25106         (diary-mark-entries-1): Update calendar-make-alist calls.
25107         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25108         * calendar/cal-html.el (cal-html-day-abbrev-array):
25109         Simply inherit from calendar-day-abbrev-array.
25111 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25113         * progmodes/grep.el (grep-mode): Disable default
25114         compilation-directory-matcher setting (bug#8684).
25116 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
25118         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25119         instead of "head" and "tail".  There were problems with SunOS 5.9,
25120         and it performs better.
25122 2011-05-17  Glenn Morris  <rgm@gnu.org>
25124         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25126         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25127         Replace obsolete function.
25129         * shell.el (pcomplete-parse-arguments-function): Declare.
25131         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25132         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25133         (appt-check): Doc fixes.
25134         (appt-disp-window-function, appt-delete-window-function):
25135         Remove needless special case in custom :type.
25136         (appt-display-count): Default to 0, not nil.
25137         (appt-check): Reset appt-display-count to 0, not nil.
25139 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
25141         * progmodes/python.el (python-font-lock-keywords):
25142         Add the Python 3.X keyword "nonlocal" (bug#8639).
25144 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25146         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25148 2011-05-16  Kevin Ryde  <user42@zip.com.au>
25150         * info-look.el (makefile-automake-mode): New setups, looking in
25151         automake manual, then makefile-mode.
25152         (makefile-mode): Remove automake manual, have it just in
25153         makefile-automake-mode since there's various things different or
25154         not relevant to plain make.
25155         (makefile-mode): Remove "other-modes" non-existent automake-mode,
25156         believe a hypothetical automake-mode would go to makefile-mode,
25157         not the other way around.
25159 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
25161         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25162         hunk-end tags (Bug#8672).
25164         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25165         vc-annotate-show-diff-revision-at-line (Bug#8671).
25167 2011-05-14  Glenn Morris  <rgm@gnu.org>
25169         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25170         in the middle of an existing one with multiple authors.  (Bug#8645)
25171         (change-log-font-lock-keywords): Also handle multiple author lines
25172         with leading tabs.  (Bug#8644)
25174         * calendar/appt.el (appt-check): Rename some local variables.
25175         Some simplification/reordering.
25177         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25178         (feedmail-sendmail-f-doesnt-sell-me-out)
25179         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25180         (feedmail-debug-sit-for, feedmail-queue-express-hook)
25181         (feedmail-queue-runner-message-sender): Set :version.
25182         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25183         (bbdb-dwim-net-address, vm-mail): Declare.
25184         (feedmail-binmail-gnulinuxish-template):
25185         Rename from feedmail-binmail-linuxish-template.
25186         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25187         Use insert-buffer-substring.
25189 2011-05-14  Bill Carpenter  <bill@carpenter.org>
25191         * mail/feedmail.el (feedmail-patch-level): Increase.
25192         (feedmail-debug): New custom group.
25193         (feedmail-confirm-outgoing-timeout)
25194         (feedmail-sendmail-f-doesnt-sell-me-out)
25195         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25196         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25197         (feedmail-sender-line, feedmail-from-line)
25198         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25199         (feedmail-spray-this-address)
25200         (feedmail-spray-address-fiddle-plex-list)
25201         (feedmail-queue-use-send-time-for-date)
25202         (feedmail-queue-use-send-time-for-message-id)
25203         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25204         (feedmail-buffer-eating-function):
25205         Doc fixes.
25206         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25207         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25208         (feedmail-message-action-scroll-down): New functions.
25209         (feedmail-queue-directory, feedmail-queue-draft-directory):
25210         Use expand-file-name.
25211         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25212         Remove C-v help entry.
25213         (feedmail-queue-buffer-file-name): New variable.
25214         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25215         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25216         (feedmail-message-action-send-strong, feedmail-message-action-edit)
25217         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25218         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25219         (feedmail-message-action-toggle-spray)
25220         (feedmail-run-the-queue-no-prompts)
25221         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25222         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25223         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25224         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25225         (feedmail-envelope-deducer, feedmail-fiddle-from)
25226         (feedmail-fiddle-sender, feedmail-default-date-generator)
25227         (feedmail-fiddle-date, feedmail-fiddle-message-id)
25228         (feedmail-fiddle-spray-address)
25229         (feedmail-fiddle-list-of-spray-fiddle-plexes)
25230         (feedmail-fiddle-list-of-fiddle-plexes)
25231         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25232         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25233         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25234         Change default.  Doc fix.
25235         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25236         (feedmail-binmail-linuxish-template): New constant.
25237         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
25238         Respect feedmail-sendmail-f-doesnt-sell-me-out.
25239         (feedmail-send-it): Add debug call.
25240         Use feedmail-queue-buffer-file-name, and
25241         feedmail-send-it-immediately-wrapper.
25242         (feedmail-message-action-send): Add debug call.
25243         Use feedmail-send-it-immediately-wrapper.
25244         (feedmail-queue-express-to-queue): Add debug call.
25245         Run feedmail-queue-express-hook.
25246         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
25247         (feedmail-message-action-help-blat):
25248         Rename from feedmail-queue-send-edit-prompt-help-first.
25249         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
25250         Check line-endings.  Handle errors better.
25251         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25252         Doc fix.  Add debug call.
25253         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
25254         Use feedmail-queue-send-edit-prompt-inner.
25255         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25256         (feedmail-queue-send-edit-prompt-inner): New function, extracted
25257         from feedmail-queue-send-edit-prompt.
25258         (feedmail-queue-send-edit-prompt-help)
25259         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25260         (feedmail-tidy-up-slug): Add debug call.
25261         Respect feedmail-queue-slug-suspect-regexp.
25262         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25263         (feedmail-dump-message-to-queue): Add debug call.
25264         Expand queue-directory.
25265         (feedmail-dump-message-to-queue): Change message slightly.
25266         Use feedmail-say-chatter.
25267         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
25268         (feedmail-send-it-immediately-wrapper): New function.
25269         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
25270         Insert empty string rather than newline.  Handle full-frame case.
25271         Use catch/throw.  Use feedmail-say-chatter.
25272         (feedmail-fiddle-from): Try mail-host-address.
25273         (feedmail-default-message-id-generator): Doc fix.
25274         Bind system-time-locale.  Handle missing end.
25275         (feedmail-fiddle-x-mailer): Add debug call.
25276         Handle feedmail-x-mailer-line being nil.
25277         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25278         Add debug call.  Use buffer-substring-no-properties.
25279         (feedmail-say-debug, feedmail-say-chatter): New functions.
25280         (feedmail-find-eoh): Give an explicit error.
25282 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
25284         * net/newst-treeview.el (newsticker-treeview-face): Change default
25285         family from helvetica to sans.
25286         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25287         etc/images/newsticker.
25289         * net/newst-reader.el (newsticker-feed-face): Change default
25290         family from helvetica to sans.
25292         * net/newst-plainview.el (newsticker-new-item-face)
25293         (newsticker-old-item-face, newsticker-immortal-item-face)
25294         (newsticker-obsolete-item-face, newsticker-date-face)
25295         (newsticker-statistics-face): Change default family from
25296         helvetica to sans.
25297         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25298         etc/images/newsticker.
25300         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25301         (newsticker--process-auto-mark-filter-match): Tell user about
25302         auto-marking.
25304 2011-05-13  Didier Verna  <didier@xemacs.org>
25306         Common Lisp indentation improvements on defmethod and lambda-lists.
25307         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25308         TODO entries.
25309         (lisp-lambda-list-keyword-parameter-indentation)
25310         (lisp-lambda-list-keyword-parameter-alignment)
25311         (lisp-lambda-list-keyword-alignment): New customizable user options.
25312         (lisp-indent-defun-method): Improve docstring.
25313         (extended-loop-p): Fix comment.
25314         (lisp-indent-lambda-list-keywords-regexp): New variable.
25315         (lisp-indent-lambda-list): New function.
25316         (lisp-indent-259): Use it.
25317         (lisp-indent-defmethod): Support for more than one
25318         method qualifier and properly indent methods lambda-lists.
25319         (defgeneric): Provide a missing common-lisp-indent-function property.
25321 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25323         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25324         bounds for the empty string (bug#8667).
25326 2011-05-13  Glenn Morris  <rgm@gnu.org>
25328         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25330         * mail/sendmail.el (sendmail-program): Try executable-find first.
25331         (sendmail-send-it): `sendmail-program' cannot be unbound.
25333         * calendar/appt.el (appt-make-list): Simplify.
25334         (appt-time-msg-list): Doc fix.
25335         (appt-check): Change mode-line message at the time of the appointment.
25337 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
25339         * progmodes/ld-script.el (ld-script-keywords)
25340         (ld-script-builtins): Update keywords list.
25342 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25344         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25346         * shell.el (shell-completion-vars): New function.
25347         (shell-mode):
25348         * simple.el (read-shell-command): Use it.
25349         (blink-matching-open): No need for " [...]" in minibuffer-message.
25351 2011-05-12  Glenn Morris  <rgm@gnu.org>
25353         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25354         (appt-check): Simplify.
25356 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
25358         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25359         literal "/dev/null".
25361 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25363         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25364         Fix typo.
25366 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
25368         * progmodes/which-func.el (which-function):
25369         Use add-log-current-defun instead of add-log-current-defun-function,
25370         which might not be defined (Bug#8260).
25372 2011-05-12  Glenn Morris  <rgm@gnu.org>
25374         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25375         Let byte-compile-initial-macro-environment always take precedence.
25377 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25379         * net/rcirc.el: Add support for SSL/TLS connections.
25380         (rcirc-server-alist): New field `encryption'.
25381         (rcirc): Check `encryption' settings.
25382         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
25383         Merge make-local-variable into `set'.
25384         (rcirc--connection-open-p): New function.
25385         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25386         the process is not a network process (e.g. running gnutls-cli).
25387         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25388         Make rcirc-(en|de)code-coding-system local here.
25389         (rcirc-mode): Merge make-local-variable into `set'.
25390         (rcirc-parent-buffer): Make permanent buffer-local.
25391         (rcirc-multiline-minor-mode): Don't do it here.
25392         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25393         there's no server buffer.
25395 2011-05-11  Glenn Morris  <rgm@gnu.org>
25397         * newcomment.el (comment-kill): Prefix "unused" local.
25399         * term/w32console.el (get-screen-color): Declare.
25401         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25402         Handle symbol elements of byte-compile-initial-macro-environment.
25404 2011-05-10  Leo Liu  <sdl.web@gmail.com>
25406         * bookmark.el (bookmark-bmenu-mode-map):
25407         Bind bookmark-bmenu-search to `/'.
25409         * mail/footnote.el: Convert to utf-8 encoding.
25410         (footnote-unicode-string, footnote-unicode-regexp): New variable.
25411         (Footnote-unicode): New function.
25412         (footnote-style-alist): Add unicode style to the list.
25413         (footnote-style): Doc fix.
25415 2011-05-10  Jim Meyering  <meyering@redhat.com>
25417         Fix doubled-word typos.
25418         * international/quail.el (quail-insert-kbd-layout): and and -> and
25419         * kermit.el: and and -> and
25420         * net/ldap.el (ldap-search-internal): to to -> to
25421         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25422         * progmodes/js.el (js-mode): and and -> and
25423         * textmodes/artist.el (artist-move-to-xy): at at -> at
25424         (artist-draw-region-trim-line-endings): if if -> if
25425         And Safetyc -> Safety.
25426         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25428 2011-05-10  Glenn Morris  <rgm@gnu.org>
25429             Stefan Monnier  <monnier@iro.umontreal.ca>
25431         * files.el (hack-one-local-variable-eval-safep):
25432         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
25434 2011-05-10  Glenn Morris  <rgm@gnu.org>
25436         * calendar/diary-lib.el (diary-list-entries-hook)
25437         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25438         (diary-nongregorian-marking-hook, diary-list-entries)
25439         (diary-include-other-diary-files, diary-mark-entries)
25440         (diary-mark-included-diary-files): Doc fixes.
25442 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25444         * misc.el: Require tabulated-list.el during compilation.
25446 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25448         * progmodes/compile.el (compilation-start):
25449         Run compilation-filter-hook for the async case too.
25450         (compilation-filter-hook): Doc fix.
25452 2011-05-09  Deniz Dogan  <deniz@dogan.se>
25454         * wdired.el: Remove outdated installation comment.  Fix usage
25455         comment.
25457 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25459         * misc.el: Implement new command `list-dynamic-libraries'.
25460         (list-dynamic-libraries--loaded-only-p): New variable.
25461         (list-dynamic-libraries--refresh): New function.
25462         (list-dynamic-libraries): New command.
25464 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25466         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25467         Fix the ant regexp to handle end-line and end-column info from jikes.
25468         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
25469         higher priority to avoid clobbering by gnu.
25471 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25473         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25474         if the face has existing theme settings (Bug#8454).
25476 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
25478         * progmodes/perl-mode.el (perl-imenu-generic-expression):
25479         Only match variables declared via `my' or `our' (Bug#8261).
25481         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25482         special file names `.' and `..' (Bug#8259).
25484 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25486         * progmodes/grep.el (grep-mode-font-lock-keywords):
25487         Remove buffer-changing entries.
25488         (grep-filter): New function.
25489         (grep-mode): Add it to compilation-filter-hook.
25491         * progmodes/compile.el (compilation-filter-hook)
25492         (compilation-filter-start): New defvars.
25493         (compilation-filter): Call compilation-filter-hook prior to
25494         updating the process mark.
25496 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25498         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25500 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
25502         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25503         mailclient-send-it even if window-system is nil.  (Bug#8595)
25505         * term/w32console.el (terminal-init-w32console):
25506         Call get-screen-color and use its output to set the frame
25507         background-mode.  (Bug#8597)
25509 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25511         Make bytecomp.el understand that defmethod defines funs (bug#8631).
25512         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25513         New functions.
25514         (defgeneric, eieio--defmethod): Use them.
25515         (eieio-defgeneric): Remove.
25516         (defmethod): Call defgeneric in a way visible to the byte-compiler.
25518 2011-05-07  Glenn Morris  <rgm@gnu.org>
25520         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25521         Use let rather than let*.
25522         (timeclock-find-discrep): Remove unused local.
25524         * calendar/diary-lib.el (diary-comment-start): Doc fix.
25526         * calendar/appt.el (appt-time-msg-list): Doc fix.
25528 2011-05-06  Noah Friedman  <friedman@splode.com>
25530         * apropos.el (apropos-print-doc): Only use
25531         emacs-lisp-docstring-fill-column when it is bound to an integer,
25532         per that variable's documentation.
25534 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25536         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25537         and warnings are not silently discarded (e.g. use -d instead of -P).
25539 2011-05-06  Glenn Morris  <rgm@gnu.org>
25541         * calendar/appt.el (appt-message-warning-time): Doc fix.
25542         (appt-warning-time-regexp): New option.
25543         (appt-make-list): Respect appt-message-warning-time.
25545         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25546         New options.
25547         (diary-add-to-list): Strip comments from the displayed string.
25548         (diary-mode): Set comment-start and comment-end.
25550         * vc/diff-mode.el (smerge-refine-subst): Declare.
25551         (diff-refine-hunk): Don't require smerge-mode when compiling.
25553 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
25555         * simple.el (list-processes): Return nil as the docstring says.
25557 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25559         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25560         to "".
25561         (ange-ftp-write-region, ange-ftp-insert-file-contents)
25562         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25563         determining of binary transfer.  (Bug#7383)
25565 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25567         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25568         Fix port computation bug.  (Bug#8618)
25570 2011-05-05  Glenn Morris  <rgm@gnu.org>
25572         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25574         * simple.el (shell-dynamic-complete-functions)
25575         (comint-dynamic-complete-functions): Declare.
25577         * net/network-stream.el (gnutls-negotiate):
25578         * simple.el (tabulated-list-print): Fix declarations.
25580         * progmodes/gud.el (syntax-symbol, syntax-point):
25581         Remove unnecessary and incorrect declarations.
25583         * emacs-lisp/check-declare.el (check-declare-scan):
25584         Handle byte-compile-initial-macro-environment in bytecomp.el.
25586 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25588         Fix earlier half-done eieio-defmethod change (bug#8338).
25589         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25590         Streamline and change calling convention.
25591         (defmethod): Adjust accordingly and simplify.
25592         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25593         new eieio--defmethod.
25594         (slot-boundp): Minor CSE simplification.
25596 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
25598         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25599         (glasses-make-readable): Use glasses-separate-capital-groups.
25601 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
25603         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25604         (warning-series): Doc fix.
25605         (display-warning): Don't try to create the buffer if we just found it.
25607 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
25609         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25610         (autoload-find-generated-file): New function.
25611         (generate-file-autoloads): Bind generated-autoload-file to
25612         buffer-file-name.
25613         (update-file-autoloads, update-directory-autoloads):
25614         Use autoload-find-generated-file.  If called interactively, prompt for
25615         output file (Bug#7989).
25616         (batch-update-autoloads): Doc fix.
25618 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
25620         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25622 2011-05-04  Glenn Morris  <rgm@gnu.org>
25624         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25625         function, so it follows changes in calendar-date-style.
25626         (diary-fancy-date-matcher): New function.
25627         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25628         (diary-fancy-font-lock-fontify-region-function):
25629         Use diary-fancy-date-pattern as a function.
25631         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25632         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
25634 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
25636         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25637         instead of positional arguments.  Allow :keylist and :crlfiles
25638         arguments.
25639         (open-gnutls-stream): Call it.
25641         * net/network-stream.el (network-stream-open-starttls): Adjust to
25642         call `gnutls-negotiate' with :process and :hostname arguments.
25644 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25646         * minibuffer.el (completion--message): New function.
25647         (completion--do-completion, minibuffer-complete)
25648         (minibuffer-force-complete, minibuffer-complete-word): Use it.
25649         (completion--do-completion): Don't ignore completion-auto-help when in
25650         icomplete-mode.
25652         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25653         internal encoding (e.g. tibetan zero is not whitespace).
25654         (global-whitespace-mode): Prefer save-current-buffer.
25655         (whitespace-trailing-regexp): Remove useless save-match-data.
25656         (whitespace-empty-at-bob-regexp): Minor simplification.
25658 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
25660         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25662 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
25664         * textmodes/ispell.el (ispell-add-per-file-word-list):
25665         Use `concat' to create string for insertion.
25667 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25669         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25670         Avoid open-line which runs post-self-insert-hook.
25671         (bibtex-fill-entry): Remove unused `end' var.
25673 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
25675         * textmodes/ispell.el (ispell-add-per-file-word-list):
25676         Protect against `nil' value of `comment-start' (Bug#8579).
25678 2011-05-03  Leo Liu  <sdl.web@gmail.com>
25680         * isearch.el (isearch-yank-pop): New command.
25681         (isearch-mode-map): Bind it to `M-y'.
25682         (isearch-forward): Mention it.
25684 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25686         * simple.el (minibuffer-complete-shell-command): Remove.
25687         (minibuffer-local-shell-command-map): Use completion-at-point.
25688         (read-shell-command): Setup completion vars here instead.
25689         (read-expression-map): Bind TAB to symbol completion.
25691         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25692         error directly rather via storing it into `results'.
25694 2011-05-02  Leo Liu  <sdl.web@gmail.com>
25696         * vc/diff.el: Fix description.
25698 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25700         * server.el (server-eval-at): New function.
25702 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25704         * net/network-stream.el (open-network-stream): Take a :nowait
25705         parameter and pass it on to `make-network-process'.
25706         (network-stream-open-plain): Ditto.
25708 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
25710         * faces.el (face-spec-set-match-display): Don't match toolkit
25711         options on terminal frames.
25713 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25715         * progmodes/pascal.el: Use lexical binding.
25716         (pascal-mode-map): Remove author preferences.
25718         * pcomplete.el (pcomplete-std-complete): Don't abuse
25719         completion-at-point.
25721 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25723         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25724         removing code that has been dead since 1991 or so.
25726         * startup.el (command-line): When warning about "_emacs", use a
25727         delayed warning to allow the user to filter it out.
25729 2011-04-28  Deniz Dogan  <deniz@dogan.se>
25731         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25732         user has not joined.
25734 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25736         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25737         aren't any completions at point.
25739 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25741         * subr.el (display-delayed-warnings): New function.
25742         (delayed-warnings-hook): New variable.
25744 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25746         * minibuffer.el (completion-at-point, completion-help-at-point):
25747         Don't presume that a given completion-at-point-function will always
25748         use the same calling convention.
25750         * pcomplete.el (pcomplete-completions-at-point):
25751         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
25752         pcomplete-seen is non-nil.
25753         (pcomplete-comint-setup): Also recognize the new comint/shell
25754         completion functions.
25755         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25756         pcomplete-seen is non-nil.
25758 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
25760         * calendar/icalendar.el (diary-lib): Add require statement.
25761         (icalendar--create-uid): Read out a uid from a text-property on
25762         the first character in the entry.  This allows for code to add its
25763         own uid to the entry.
25764         (icalendar--convert-float-to-ical): Add export of
25765         `diary-float'-entries save for those with the optional DAY
25766         argument.
25768 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
25770         * subr.el (shell-quote-argument): Use alternate escaping strategy
25771         when we spot a variable reference in a string.
25773 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25775         * cus-start.el (all): Define customization for debug-on-event.
25777 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25779         * subr.el (shell-quote-argument): Escape correctly under Windows.
25781 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25783         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25785 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
25787         * net/tramp.el (tramp-process-actions): Add POS argument.
25788         Delete region between POS and (pos).
25790         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25791         Use `nil' position in `tramp-process-actions' call.
25792         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25794         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25795         position in `tramp-process-actions' call.
25797         * net/trampver.el: Update release number.
25799 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25801         * custom.el (defcustom): Obey lexical-binding.
25803         Fix octave-inf completion problems reported by Alexander Klimov.
25804         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25805         Inherit from octave-mode-syntax-table.
25806         (inferior-octave-mode): Set info-lookup-mode.
25807         (inferior-octave-completion-at-point): New function.
25808         (inferior-octave-complete): Use it and completion-in-region.
25809         (inferior-octave-dynamic-complete-functions): Use it as well, and use
25810         comint-filename-completion.
25811         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25812         symbol elements which shouldn't be word elements.
25813         (octave-font-lock-keywords, octave-beginning-of-defun)
25814         (octave-function-header-regexp): Adjust regexps accordingly.
25815         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25817 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
25819         * net/gnutls.el (gnutls-errorp): Declare before first use.
25821 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
25823         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25824         verify-error, and verify-hostname-error parameters.  Check whether
25825         default trustfile exists before going to use it.  Add missing
25826         argument to gnutls-message-maybe call.  Return value.
25827         Reported by Claudio Bley <claudio.bley@gmail.com>.
25828         (open-gnutls-stream): Add usage example.
25830         * net/network-stream.el (network-stream-open-starttls): Give host
25831         parameter to `gnutls-negotiate'.
25832         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25833         * subr.el (shell-quote-argument): Escape correctly under Windows.
25835 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
25837         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25838         Use correct match group (bug#8438).
25840 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25842         * emacs-lisp/package.el (package-built-in-p): Fix typo.
25843         (package-menu--generate): New arg specifying packages to show.
25844         (package-menu-refresh, package-menu-execute, list-packages):
25845         Callers changed.
25846         (package-show-package-list): New function, replacing deleted
25847         package--list-packages (renamed because it is non-internal).
25849         * finder.el (finder-list-matches): Use package-show-package-list
25850         instead of deleted package--list-packages.
25852         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25853         Based on a previous implementation by Juanma Barranquero (Bug#8366).
25854         (vc-annotate-mode-map): Bind it to RET.
25856 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
25858         * progmodes/etags.el (next-file): Don't use set-buffer to change
25859         buffers (Bug#8478).
25861 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25863         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25865         * apropos.el (apropos-label-face): Avoid variable-pitch face.
25866         (apropos-accumulator): Doc fix.
25867         (apropos-function, apropos-macro, apropos-command)
25868         (apropos-variable, apropos-face, apropos-group, apropos-widget)
25869         (apropos-plist): Add face property.
25870         (apropos-symbols-internal): Fix indentation.
25871         (apropos-print): Simplify help, and recognize apropos-multi-type.
25872         (apropos-print-doc): Use button-type-get to extract the button's
25873         face property.  Fill docstring (Bug#8352).
25875 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
25877         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25879         * play/mpuz.el (mpuz-silent): Doc fix.
25880         (mpuz-mode-map): Use mapc.
25881         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25882         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25883         Fix typos in docstrings.
25885         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25886         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25888         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25890 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
25892         * minibuffer.el (completion--do-completion): Avoid the "Next char
25893         not unique" prompt if icomplete-mode is enabled (Bug#5849).
25895         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25896         mouse-2 into unread-command-events, it is interpreted correctly.
25898         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25899         (image-toggle-display): Doc fix.
25901 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
25903         * textmodes/page.el (what-page): Use line-number-at-pos to
25904         calculate line number (Bug#6825).
25906 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25908         * eshell/esh-mode.el (find-tag-interactive): Declare function.
25909         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25910         Pass argument NO-DEFAULT to `find-tag-interactive'.
25912 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25914         Lexical-binding cleanup.
25916         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25917         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25918         * progmodes/ada-prj.el (ada-prj-initialize-values)
25919         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25920         (ada-prj-show-value):
25921         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25922         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25923         (antlr-invalidate-context-cache, antlr-options-menu-filter)
25924         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25925         * progmodes/bug-reference.el (bug-reference-push-button):
25926         * progmodes/fortran.el (fortran-line-length):
25927         * progmodes/glasses.el (glasses-change):
25928         * progmodes/octave-mod.el (octave-fill-paragraph):
25929         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25930         (python-pdbtrack-grub-for-buffer, python-sentinel):
25931         * progmodes/sql.el (sql-save-connection):
25932         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25933         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25934         Mark unused parameters.
25936         * progmodes/compile.el (compilation--flush-directory-cache)
25937         (compilation--flush-parse, compile-internal): Mark unused parameters.
25938         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25939         (compilation-next-error-function): Remove unused variable `timestamp'.
25941         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25942         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25944         * progmodes/dcl-mode.el (dcl-end-of-command):
25945         Remove unused variable `start'.
25946         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25947         (dcl-option-value-basic, dcl-option-value-offset)
25948         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25949         Mark unused parameters.
25950         (dcl-save-local-variable): Remove unused variable `val'.
25951         (mode): Declare.
25953         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25954         Mark unused parameters.
25955         (delphi-ignore-changes): Move before first use.
25956         (delphi-charset-token-at): Remove unused variable `start'.
25957         (delphi-else-start): Remove unused variable `if-count'.
25958         (delphi-comment-block-start, delphi-comment-block-end):
25959         Remove unused variable `kind'.
25960         (delphi-indent-line): Remove unused variable `new-point'.
25962         * progmodes/ebrowse.el (ebrowse-files-list)
25963         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25964         Mark unused parameters.  Don't quote `lambda'.
25965         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25966         Don't quote `lambda'.
25967         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25968         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25969         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25970         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25971         Use `ignore-errors'.
25972         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25973         (ebrowse-view/find-file-and-search-pattern)
25974         (ebrowse-view/find-member-declaration/definition):
25975         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25976         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25977         Rename parameter PREFIX-ARG to PREFIX.
25978         (ebrowse-tags-read-name): Remove unused variables `start' and
25979         `member-info'.
25980         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25981         to `tags-file'.
25983         * progmodes/etags.el (local-find-tag-hook): Declare.
25984         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25985         Mark unused parameters.
25987         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25988         (executable-interpret): Mark unused parameter.
25990         * progmodes/flymake.el (flymake-process-sentinel)
25991         (flymake-after-change-function)
25992         (flymake-create-temp-with-folder-structure)
25993         (flymake-get-include-dirs-dot): Mark unused parameters.
25994         (flymake-safe-delete-directory): Remove unused variable `err'.
25996         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25997         (speedbar-timer-fn, speedbar-line-text)
25998         (speedbar-change-expand-button-char, speedbar-delete-subblock)
25999         (speedbar-center-buffer-smartly): Declare functions.
26000         (gdb-find-watch-expression): Remove unused variable `array'.
26001         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26002         (gdb-starting): Mark unused parameters.
26003         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26004         (gdb-table-string): Remove unused variable `res'.
26005         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26006         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26007         (gdb-display-buffer): Remove unused variable `cur-size'.
26009         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26010         allow lexical-binding compilation.
26011         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26012         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26013         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26014         Mark unused parameters.
26015         (gud-gdb-marker-filter): Remove unused variable `match'.
26016         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26017         lambda expressions and funcall them, instead of using `fset'.
26019         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26020         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26022         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26023         variable `header-beg'; use `let'.
26025         * progmodes/icon.el (indent-icon-exp): Remove unused variables
26026         `restart', `last-sexp' and `at-do'.
26028         * progmodes/js.el (js--debug): Mark unused parameter.
26029         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26030         (js--splice-into-items): Remove unused variable `item'.
26031         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26033         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26034         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26035         (makefile-complete): Remove unused variable `try'.
26036         (makefile-fill-paragraph, makefile-match-function-end):
26037         Mark unused parameters.
26039         * progmodes/octave-inf.el (inferior-octave-complete):
26040         Remove unused variable `proc'.
26041         (inferior-octave-output-digest): Mark unused parameter.
26043         * progmodes/perl-mode.el (perl-calculate-indent):
26044         Remove unused variable `err'.
26046         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26047         (prolog-indent-line): Mark unused parameters.
26048         (prolog-indent-line): Remove unused variable `beg'.
26050         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26051         (reporter-dont-compact-list): Declare.
26053         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26054         Remove unused variable `char'.
26055         (sh-debug): Mark unused parameter.
26056         (sh-get-indent-info): Remove unused variable `start'.
26057         (sh-calculate-indent): Remove unused variable `var'.
26059         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26060         (simula-electric-keyword): Remove unused variable `null'.
26061         (simula-search-backward, simula-search-forward): Remove unused
26062         variables `begin' and `end'.
26064         * progmodes/vera-mode.el (vera-guess-basic-syntax):
26065         Remove unused variable `pos'.
26066         (vera-electric-tab, vera-comment-uncomment-region):
26067         Mark unused parameters.
26068         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26070 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
26072         * emacs-lisp/package.el (package--builtins, package-alist)
26073         (package-load-descriptor, package-built-in-p, package-activate)
26074         (define-package, package-installed-p)
26075         (package-compute-transaction, package-buffer-info)
26076         (package--push): Doc fix.  Distinguish more clearly between
26077         version strings and version lists.
26079 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
26081         Lexical-binding cleanup.
26083         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26084         (5x5-make-mutate-best):
26085         * play/fortune.el (fortune-in-buffer):
26086         * play/gomoku.el (gomoku-init-display):
26087         * play/solitaire.el (solitaire, solitaire-do-check):
26088         * play/tetris.el (tetris-default-update-speed-function):
26089         Mark unused parameters.
26091         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26092         (bubbles--shift): Remove unused variable `char-org'.
26093         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
26094         (bubbles--show-images): Remove unused variable `char'.
26096         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26097         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26098         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26099         (decipher-analyze-buffer): Use ?\s.
26100         (decipher-make-checkpoint): Remove unused variable `mapping'.
26102         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26104         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26105         Remove unused variable `result'; use `let'.
26107         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26108         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26109         (gametree-children-shown-p, gametree-compute-reduced-score):
26110         Use `ignore-errors'.
26112         * play/handwrite.el (ps-lpr-switches): Declare.
26113         (handwrite): Remove unused variables `pmin' and `lastp'.
26115         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26117         * play/landmark.el (landmark-init-display)
26118         (landmark-update-naught-weights): Mark unused parameters.
26119         (landmark-y): Remove unused variable `noise'.  Simplify.
26120         (landmark-human-plays): Remove unused variable `score'.
26122         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26123         (mpuz-try-proposal): Remove unused variable `game'.
26125         * play/zone.el (life-patterns): Declare.
26127 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
26129         * vc/vc.el (ediff-vc-internal): Declare function.
26131 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26133         * shell.el: Use lexical-binding and std completion UI.
26134         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26135         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26136         comint-preoutput-filter-functions rather than on
26137         comint-output-filter-functions.
26138         (shell-command-completion, shell--command-completion-data)
26139         (shell-filename-completion, shell-environment-variable-completion)
26140         (shell-c-a-p-replace-by-expanded-directory): New functions.
26141         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26142         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26143         (shell-dynamic-complete-environment-variable): Use them.
26144         (shell-dynamic-complete-as-environment-variable)
26145         (shell-dynamic-complete-as-command): Remove.
26146         (shell-match-partial-variable): Match past point.
26147         * comint.el: Clean up use of completion-at-point-functions.
26148         (comint-completion-at-point): New function.
26149         (comint-mode): Use it completion-at-point-functions.
26150         (comint-dynamic-complete): Make it obsolete.
26151         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26152         (comint-c-a-p-replace-by-expanded-history): New function.
26153         (comint-dynamic-complete-functions)
26154         (comint-replace-by-expanded-history): Use it.
26155         * minibuffer.el (completion-table-with-terminator): Allow dynamic
26156         termination strings.  Try harder to avoid second try-completion.
26157         (completion-in-region-mode-map): Disable bindings that don't work yet.
26159         * comint.el: Use lexical-binding.  Require CL.
26160         (comint-dynamic-complete-functions): Use comint-filename-completion.
26161         (comint-completion-addsuffix): Tweak custom type.
26162         (comint-filename-completion, comint--common-suffix)
26163         (comint--common-quoted-suffix, comint--table-subvert)
26164         (comint--complete-file-name-data): New functions.
26165         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26166         (comint-dynamic-list-filename-completions): Use them.
26167         (comint-dynamic-simple-complete): Make obsolete.
26169         * minibuffer.el (completion-in-region-mode):
26170         Keep completion-in-region-mode--predicate global.
26171         (completion-in-region--postch):
26172         Assume completion-in-region-mode--predicate is not null.
26174         * progmodes/flymake.el (flymake-start-syntax-check-process):
26175         Obey `dir'.  Simplify.
26177         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26178         we're in VC after all.
26180 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
26182         * vc/vc.el (vc-diff-build-argument-list-internal)
26183         (vc-version-ediff, vc-ediff): New commands.
26184         (vc-version-diff): Use vc-diff-build-argument-list-internal.
26186 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26188         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26189         add sanity check.
26191         * obsolete/erc-hecomplete.el: Make obsolete.
26192         * obsolete/: Standardize obsolescence info in the header.
26194 2011-04-20  Glenn Morris  <rgm@gnu.org>
26196         * calendar/solar.el (solar-horizontal-coordinates):
26197         Use the longitude argument rather than `calendar-longitude'.
26198         (solar-date-next-longitude): Remove unused locals.
26200 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26202         * whitespace.el: New version 13.2.1.
26204 2011-04-20  felix  <EmacsWiki>  (tiny change)
26206         * whitespace.el (global-whitespace-mode): Keep highlight when
26207         switching between major modes on a file.
26209 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26211         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26212         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26213         multi-line comments as well.
26215 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
26217         Lexical-binding cleanup.
26219         * arc-mode.el (archive-mode-revert):
26220         * cmuscheme.el (scheme-interactively-start-process):
26221         * custom.el (custom-initialize-delay):
26222         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26223         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26224         * emacs-lock.el (emacs-lock-clear-sentinel):
26225         * ezimage.el (defezimage):
26226         * follow.el (follow-avoid-tail-recenter):
26227         * fringe.el (set-fringe-mode-1):
26228         * generic-x.el (bat-generic-mode-compile):
26229         * help-mode.el (help-info-variable, help-do-xref)
26230         (help-mode-revert-buffer):
26231         * help.el (view-emacs-todo):
26232         * iswitchb.el (iswitchb-completion-help):
26233         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26234         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26235         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26236         * locate.el (locate-update):
26237         * longlines.el (longlines-encode-region)
26238         (longlines-after-change-function):
26239         * outline.el (outline-isearch-open-invisible):
26240         * ps-def.el (declare-function, charset-dimension, char-width)
26241         (encode-char):
26242         * ps-mule.el (ps-mule-plot-string):
26243         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26244         (recentf-edit-list-select, recentf-edit-list-validate)
26245         (recentf-open-files-action):
26246         * rect.el (delete-whitespace-rectangle-line)
26247         (rectangle-number-line-callback):
26248         * register.el (window-configuration-to-register)
26249         (frame-configuration-to-register):
26250         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26251         * select.el (xselect-convert-to-string, xselect-convert-to-length)
26252         (xselect-convert-to-targets, xselect-convert-to-delete)
26253         (xselect-convert-to-filename, xselect-convert-to-charpos)
26254         (xselect-convert-to-lineno, xselect-convert-to-colno)
26255         (xselect-convert-to-os, xselect-convert-to-host)
26256         (xselect-convert-to-user, xselect-convert-to-class)
26257         (xselect-convert-to-name, xselect-convert-to-integer)
26258         (xselect-convert-to-atom, xselect-convert-to-identity):
26259         * subr.el (declare, ignore, process-kill-without-query)
26260         (text-clone-maintain):
26261         * terminal.el (te-get-char, te-tic-sentinel):
26262         * tool-bar.el (tool-bar-make-keymap):
26263         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26264         * type-break.el (type-break-mode, type-break-noninteractive-query):
26265         * view.el (View-back-to-mark):
26266         * wid-browse.el (widget-browse-action, widget-browse-widget)
26267         (widget-browse-widgets, widget-browse-sexp):
26268         * widget.el (define-widget-keywords):
26269         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26270         Mark unused parameters.
26272         * align.el (align-adjust-col-for-rule): Mark unused parameter.
26273         (align-areas): Remove unused variable `look'.
26274         (align-region): Remove unused variables `real-end' and `pos-list'.
26276         * apropos.el (apropos-score-doc): Remove unused variable `i'.
26278         * bindings.el (mode-line-modified, mode-line-remote):
26279         Mark unused parameters.
26280         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26282         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26283         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26285         * comint.el (comint-history-isearch-pop-state)
26286         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26287         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26288         (comint-substitute-in-file-name): Doc fix.
26290         * completion.el (cmpl-statistics-block): Mark unused parameter.
26291         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26292         (save-completions-to-file, load-completions-from-file):
26293         Remove unused local variable `e'.
26295         * composite.el (compose-chars): Remove unused variable `len'.
26296         (lgstring-insert-glyph): Remove unused variable `g'.
26297         (compose-glyph-string): Remove unused variables `ascent',
26298         `descent', `lbearing' and `rbearing'.
26299         (compose-glyph-string-relative): Remove unused variables
26300         `lbearing', `rbearing' and `wadjust'.
26301         (compose-gstring-for-graphic): Remove unused variables `header',
26302         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
26303         (compose-gstring-for-terminal): Remove unused variables `header'
26304         and `nchars'.  Use `let', not `let*'.
26306         * cus-edit.el (Custom-set, Custom-save, custom-reset)
26307         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26308         (Custom-buffer-done, custom-buffer-create-internal)
26309         (custom-browse-visibility-action, custom-browse-group-tag-action)
26310         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26311         (widget-magic-mouse-down-action, custom-toggle-parent)
26312         (custom-add-parent-links, custom-toggle-hide-variable)
26313         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26314         (custom-toggle-hide-face, face, hook, custom-group-link-action)
26315         (custom-face-menu-create, custom-variable-menu-create, get)
26316         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26317         (custom-reset-standard-save-and-update): Remove unused variable `value'.
26318         (customize-apropos): Remove unused variable `tests'.
26319         (custom-group-value-create): Remove unused variable `hidden-p'.
26320         (sort-fold-case): Declare.
26322         * cus-theme.el (custom-reset-standard-faces-list)
26323         (custom-reset-standard-variables-list): Declare.
26324         (customize-create-theme, custom-theme-revert, custom-theme-write)
26325         (custom-theme-choose-mode, customize-themes, custom-theme-save):
26326         Mark unused parameters.
26328         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26330         * delim-col.el (delimit-columns-max): Move defvar before first use.
26332         * descr-text.el (describe-char-categories): Don't quote `lambda'.
26333         (describe-char): Don't quote `lambda'.  Mark unused parameter.
26335         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26336         (auto-insert): Declare.
26337         (desktop-restore-file-buffer): Rename desktop-* parameters;
26338         mark unused ones.
26339         (desktop-create-buffer): Rename desktop-* parameters and bind them.
26340         (desktop-buffer): Rename desktop-* parameters.
26342         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26343         (dframe-reposition-frame-xemacs, dframe-help-echo)
26344         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26345         Mark unused parameters.
26347         * dired-aux.el (backup-extract-version-start, overwrite-query)
26348         (overwrite-backup-query, rename-regexp-query)
26349         (rename-non-directory-query): Declare.
26350         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26351         (dired-add-entry): Remove unused variable `orig-file-name'.
26352         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26353         Use parameter PRESERVE-TIME instead of accessing dynamic variable
26354         `dired-copy-preserve-time' directly.
26355         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26356         (dired-insert-subdir-newpos): Rename unused variable `pos'.
26358         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26359         (dired-virtual-revert, dired-make-relative-symlink):
26360         Mark unused parameters.
26361         (manual-program): Declare.
26362         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26363         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26364         wrapped in `with-no-warnings' to avoid replacing one warning by another.
26366         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26368         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26370         * echistory.el (electric-history-in-progress, Helper-return-blurb):
26371         Declare.
26373         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26375         * electric.el (Electric-command-loop): Rename parameter
26376         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26378         * expand.el (expand-in-literal): Remove unused variable `here'.
26380         * facemenu.el (facemenu-add-new-color):
26381         Remove unused variable `docstring'.
26383         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26384         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26385         (face-attr-construct): Mark unused parameter.  Doc fix.
26386         (read-color): Remove unused variable `hex-string'.
26388         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26389         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26390         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26391         (display-buffer-other-frame): Remove unused variable `old-window'.
26392         (kill-buffer-hook): Declare.
26393         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26394         Mark unused parameters.
26395         (after-find-file): Pass 1 to `auto-save-mode', not t.
26397         * files-x.el (auto-insert): Declare.
26398         (modify-file-local-variable-prop-line): Remove unused variable `val'.
26400         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26401         variable `buf'.  Mark unused parameter.
26402         (find-lisp-insert-directory): Mark unused parameter.
26404         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26405         (format-encode-region): Remove unused variables `cur-buf' and `result'.
26406         (format-common-tail): Remove, unused.
26407         (format-deannotate-region): Remove unused variable `loc'.
26408         (format-annotate-region): Remove unused variable `p'.
26409         (format-annotate-single-property-change): Remove unused variables
26410         `default' and `tail'.
26412         * forms.el (read-file-filter): Declare.
26413         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26415         * frame.el (frame-creation-function-alist): Mark unused parameter.
26416         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26418         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26419         Remove unused parameters.
26420         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26421         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26423         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26424         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26425         (hfy-prepare-tag-map): Mark unused parameters.
26426         (htmlfontify-buffer): Use `called-interactively-p'.
26428         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26429         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26430         (ibuffer-do-occur): Mark unused parameters.
26431         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26432         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26434         * ibuffer.el: Don't quote `lambda'.
26435         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26436         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26437         Mark unused parameters.
26439         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26440         (ido-completing-read): Mark unused parameters.
26441         (ido-copy-current-word): Mark unused parameters;
26442         remove unused variable `name'.
26443         (ido-sort-merged-list): Remove unused parameter `dirs'.
26445         * ielm.el (ielm-input-sender): Mark unused parameter.
26446         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26447         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26448         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26449         `ielm-string' as a dynamic variable accessible from the IELM prompt.
26450         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
26452         * image-dired.el (image-dired-display-thumbs): Remove unused
26453         variables `curr-file' and `count'.
26454         (image-dired-remove-tag): Remove unused variable `start'.
26455         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26456         variable `curr-file'
26457         (image-dired-rotate-original): Remove unused variable `temp-file'.
26458         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26459         Remove unused variable `file'.
26460         (image-dired-gallery-generate): Remove unused variable `curr'.
26461         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26463         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26465         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26467         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26469         * isearch.el (minibuffer-history-symbol): Declare.
26470         (isearch-edit-string): Remove unused variable `err'.
26471         (isearch-message-prefix, isearch-message-suffix):
26472         Mark unused parameters.
26474         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26476         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26478         * makesum.el (double-column): Remove unused variable `cnt'.
26480         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26481         (ido-ignore-item-temp-list): Declare.
26483         * mouse-drag.el (mouse-drag-throw): Remove unused variables
26484         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26485         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26486         (mouse-drag-drag): Remove unused variables `mouse-delta' and
26487         `mouse-col-delta'.
26489         * mouse-sel.el (mouse-extend-internal):
26490         Remove unused variable `orig-window-frame'.
26492         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26493         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26494         Move declarations before first use.
26495         (pcomplete-opt): Mark unused parameters; doc fix.
26497         * proced.el (proced-revert): Mark unused parameter.
26498         (proced-send-signal): Remove unused variable `err'.
26500         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26501         Rename parameter PREFIX-ARG to ARG.
26502         (ps-basic-plot-string, ps-basic-plot-whitespace):
26503         Mark unused parameters.
26505         * replace.el (replace-count): Define.
26506         (occur-revert-function): Mark unused parameters.
26507         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26508         (isearch-case-fold-search, isearch-string): Declare.
26509         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26510         bind `case-fold-search'.  Remove unused variables `beg' and `end',
26511         and simplify.
26512         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26513         COUNT and bind `replace-count'.
26514         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26515         to COUNT.
26517         * savehist.el (print-readably, print-string-length): Declare.
26519         * shadowfile.el (shadow-expand-cluster-in-file-name):
26520         Remove unused variable `cluster'.
26521         (shadow-copy-file): Remove unused variable `i'.
26522         (shadow-noquery, shadow-clusters, shadow-site-cluster)
26523         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26524         (shadow-define-literal-group, shadow-define-regexp-group)
26525         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26527         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26528         (shell): Use `called-interactively-p'.
26529         (shell-directory-tracker): Remove unused variable `chdir-failure'.
26531         * simple.el (compilation-context-lines, comint-file-name-quote-list)
26532         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26533         (delete-backward-char): Remove unused variable `ocol'.
26534         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26535         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26536         (event-apply-hyper-modifier, event-apply-shift-modifier)
26537         (event-apply-control-modifier, event-apply-meta-modifier):
26538         Mark unused parameters.
26539         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26540         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26542         * speedbar.el (speedbar-ignored-directory-expressions)
26543         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26544         (speedbar-find-file, speedbar-dir-follow)
26545         (speedbar-directory-buttons-follow, speedbar-tag-find)
26546         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26547         (speedbar-buffers-line-directory, speedbar-buffer-click):
26548         Mark unused parameters.
26549         (speedbar-tag-file): Remove unused variable `mode'.
26550         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26552         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26554         * talk.el (talk): Remove unused variable `display'.
26556         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26557         (tar-write-region-annotate): Mark unused parameter.
26559         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26560         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26561         Declare them, wrapped in `with-no-warnings' to avoid replacing one
26562         warning by another.
26564         * time-stamp.el (time-stamp-string-preprocess):
26565         Remove unused variable `require-padding'.
26567         * tree-widget.el (widget-glyph-enable): Declare.
26568         (tree-widget-action): Mark unused parameter.
26570         * w32-fns.el (x-get-selection): Mark unused parameter.
26571         (autoload-make-program, generated-autoload-file): Declare.
26573         * wdired.el (wdired-revert): Mark unused parameters.
26574         (wdired-xcase-word): Remove unused variable `err'.
26576         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26577         (whitespace-help-scroll): Remove unused variable `data-help'.
26579         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26580         (widget-image-insert, widget-after-change, default)
26581         (widget-default-format-handler, widget-default-notify)
26582         (widget-default-prompt-value, widget-info-link-action)
26583         (widget-url-link-action, widget-function-link-action)
26584         (widget-variable-link-action, widget-file-link-action)
26585         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26586         (widget-field-prompt-internal, widget-field-action, widget-field-match)
26587         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26588         (widget-insert-button-action, widget-delete-button-action, visibility)
26589         (widget-documentation-link-action, widget-documentation-string-action)
26590         (widget-const-prompt-value, widget-regexp-match, symbol)
26591         (widget-coding-system-prompt-value)
26592         (widget-key-sequence-value-to-external, sexp)
26593         (widget-sexp-value-to-internal, character, vector, cons)
26594         (widget-choice-prompt-value, widget-boolean-prompt-value)
26595         (widget-color--choose-action): Mark unused parameters.
26596         (widget-item-match-inline, widget-choice-match-inline)
26597         (widget-checklist-match, widget-checklist-match-inline)
26598         (widget-group-match): Rename parameter VALUES to VALS.
26599         (widget-field-value-set): Remove unused variable `size'.
26600         (widget-color-action): Remove unused variables `value' and `start'.
26602         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26603         variable `dir'.  Doc fix.
26604         (windmove-find-other-window): Don't pass it.
26606         * window.el (count-windows): Mark unused parameter.
26607         (bw-adjust-window): Remove unused variable `err'.
26609         * woman.el (woman-file-name): Remove unused variable `default'.
26610         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26611         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26612         (global-font-lock-mode): Declare.
26613         (woman-decode-region): Mark unused parameter.
26614         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26616         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26617         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26618         (x-dnd-handle-moz-url): Remove unused variable `title'.
26619         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26621         * xml.el (xml-parse-tag, xml-parse-attlist):
26622         Remove unused variable `pos'.
26624 2011-04-19  Glenn Morris  <rgm@gnu.org>
26626         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26627         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26628         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26629         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26630         * calendar/cal-html.el (cal-html-insert-minical):
26631         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26632         (calendar-mark-date-pattern):
26633         Prefix "unused" locals.
26635         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26636         optional argument `style'.
26638         * calendar/appt.el (appt-make-list):
26639         * calendar/cal-china.el (calendar-chinese-date-string):
26640         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26641         (diary-hebrew-yahrzeit):
26642         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26643         * calendar/calendar.el (calendar-generate-window):
26644         * calendar/time-date.el (time-to-days):
26645         Remove unused local variables.
26647 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
26649         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26650         glyphless-char-display table.
26651         (tabulated-list-glyphless-char-display): New var.
26653 2011-04-18  Sam Steingold  <sds@gnu.org>
26655         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26656         to acknowledgments.
26658 2011-04-17  Glenn Morris  <rgm@gnu.org>
26660         * calendar/diary-lib.el (diary-sexp-entry):
26661         * calendar/holidays.el (holiday-sexp):
26662         Set debug-on-error rather than the removed stack-trace-on-error.
26664 2011-04-16  Glenn Morris  <rgm@gnu.org>
26666         * progmodes/f90.el: Use lexical-binding.
26667         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26669 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26671         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26672         (mail-mode): Setup mailalias completion here instead.
26673         * mail/mailalias.el: Use lexical-binding.
26674         (pattern, mailalias-done): Declare dynamic.
26675         (mail-completion-at-point-function): New function, from mail-complete.
26676         (mail-complete): Use it.
26677         (mail-completion-expand): New function.
26678         (mail-get-names): Use it.
26679         (mail-directory, mail-directory-process, mail-directory-stream):
26680         Don't use `pattern' for lexically bound arg.
26682         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26684         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26685         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26686         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26688         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26689         (byte-save-window-excursion, byte-temp-output-buffer-setup)
26690         (byte-interactive-p): Define them again, for use when inlining
26691         old code.
26693 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
26695         * loadup.el: Use `string-to-number', not `string-to-int'.
26697 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26699         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26700         gud-gdb-complete-command.
26701         (gud-gdb-completions): New function, from gud-gdb-complete-command.
26702         (gud-gdb-completion-at-point): New function.
26703         (gud-gdb-completions): Remove.
26705 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
26707         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26708         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
26709         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26710         whether `executable-find' is bound.
26712         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26714 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26716         * minibuffer.el (completion-in-region-mode-predicate)
26717         (completion-in-region-mode--predicate): New vars.
26718         (completion-in-region, completion-in-region--postch)
26719         (completion-in-region-mode): Use them.
26720         (completion--capf-wrapper): Also return the hook function.
26721         (completion-at-point, completion-help-at-point):
26722         Adjust and provide a predicate.
26724         Preserve arg names for advice of subr and lexical functions (bug#8457).
26725         * help-fns.el (help-function-arglist): Consolidate the subr and
26726         new-byte-code cases.  Add argument `preserve-names' to extract names
26727         from the docstring when needed.
26728         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26729         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26730         (ad-arglist): Use help-function-arglist's new arg.
26731         (ad-definition-type): Use cond.
26733 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
26735         * autorevert.el (auto-revert-handler):
26736         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26737         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26738         Don't quote lambda.
26740         * image-mode.el (image-transform-set-scale):
26741         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26743 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26745         * net/network-stream.el (network-stream-open-starttls): Only do
26746         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26747         Upgrades via gnutls-cli are too slow to be done opportunistically.
26749 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
26751         * dframe.el (dframe-current-frame): Remove spurious quote.
26753 2011-04-12  Glenn Morris  <rgm@gnu.org>
26755         * calendar/cal-tex.el (cal-tex-end-document):
26756         Try to automatically use latin1 input if needed.
26758         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26759         Don't try to cons a mark onto an empty element.
26761 2011-04-11  Leo Liu  <sdl.web@gmail.com>
26763         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26764         buffers.
26765         (ido-kill-buffer-at-head): Support killing virtual buffers.
26767 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
26769         * minibuffer.el (completion-show-inline-help): New var.
26770         (completion--do-completion, minibuffer-complete)
26771         (minibuffer-force-complete, minibuffer-complete-word):
26772         Inhibit minibuffer messages if completion-show-inline-help is nil.
26774         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26775         to avoid interference from inline help (Bug#5849).
26777 2011-04-10  Leo Liu  <sdl.web@gmail.com>
26779         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26780         Fix typo.
26782 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
26784         * image-mode.el (image-toggle-display-image): Signal an error if
26785         not in Image mode.
26786         (image-transform-mode, image-transform-resize)
26787         (image-transform-set-rotation): Doc fix.
26788         (image-transform-set-resize): Delete.
26789         (image-transform-set-scale, image-transform-fit-to-height)
26790         (image-transform-fit-to-width): Handle image-toggle-display-image
26791         and image-transform-resize directly.
26793 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
26795         * doc-view.el (doc-view-fit-width-to-window)
26796         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26797         New functions for fitting the shown image to the Emacs window size.
26798         (doc-view-mode-map): Add bindings for the new functions.
26800 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
26802         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26803         Fix typo in docstring.
26805 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26807         * files.el (file-size-human-readable): Produce one digit after
26808         decimal, like "ls -lh" does.
26810         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26811         the file size representation.
26813         * simple.el (list-processes): If async subprocesses are not
26814         available, error out with a clear error message.
26816 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
26818         * help.el (help-form-show): New function, to be called from C.
26819         Put help-form output in a buffer named differently than *Help*.
26821 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26823         * files.el (file-size-human-readable): New function.
26825         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26826         computing the representation inline.  Don't require `cl'.
26828 2011-04-08  Glenn Morris  <rgm@gnu.org>
26830         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26832         * net/browse-url.el (browse-url-firefox):
26833         Test system-type, not system-configuration.
26835         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26836         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26837         Use log-edit-empty-buffer-p.  (Bug#7598)
26839         * net/rlogin.el (rlogin-process-connection-type): Simplify.
26840         (rlogin-mode-map): Initialize in the defvar.
26841         (rlogin): Use ignore-errors.
26843         * replace.el (occur-mode-map): Some fixes for menu items.
26845 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
26847         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
26849 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26851         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26852         issuing unused warnings.
26854         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26855         macro directly.
26857         * simple.el: Lisp reimplement of list-processes.  Based on an
26858         earlier reimplementation by Leo Liu, but using tabulated-list.el.
26859         (process-menu-mode): New major mode.
26860         (list-processes--refresh, list-processes):
26861         (process-menu-visit-buffer): New functions.
26863         * files.el (save-buffers-kill-emacs): Don't assume any return
26864         value of list-processes, which is undocumented anyway.
26866 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26868         * emacs-lisp/tabulated-list.el: New file.
26870         * emacs-lisp/package.el: Use Tabulated List mode.
26871         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26872         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
26873         table format using Tabulated List mode variables.
26874         (package--push): New macro, replacing package-list-maybe-add.
26875         (package-menu--generate): Use package--push.  Renamed from
26876         package--generate-package-list.
26877         (package-menu-refresh, list-packages): Use it.
26878         (package-menu--print-info): Rename from package-print-package.
26879         Return insertion data instead of inserting it directly.
26880         (package-menu-describe-package, package-menu-execute):
26881         Use tabulated-list-get-id.
26882         (package-menu-mark-delete, package-menu-mark-install)
26883         (package-menu-mark-unmark, package-menu-backup-unmark)
26884         (package-menu-mark-obsolete-for-deletion):
26885         Use tabulated-list-put-tag.
26886         (package--list-packages, package-menu-revert)
26887         (package-menu-get-package, package-menu-get-version)
26888         (package-menu-sort-by-column): Functions deleted.
26889         (package-menu-package-list, package-menu-sort-key): Vars deleted.
26890         (package-menu--status-predicate, package-menu--version-predicate)
26891         (package-menu--name-predicate)
26892         (package-menu--description-predicate): Handle arguments in the
26893         Tabulated List format.
26894         (package-list-packages-no-fetch): Call list-packages.
26896 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
26898         * files.el (after-find-file-from-revert-buffer): Remove variable.
26899         (after-find-file): Don't bind it.
26900         (revert-buffer-in-progress-p): New variable.
26901         (revert-buffer): Bind it.
26902         Pass nil for `after-find-file-from-revert-buffer'.
26904         * saveplace.el (save-place-find-file-hook): Use new variable
26905         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26907 2011-04-06  Glenn Morris  <rgm@gnu.org>
26909         * Makefile.in (AUTOGEN_VCS): New variable.
26910         (autoloads): Use $AUTOGEN_VCS.
26912         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26913         * calendar/calendar.el (calendar-mode-map):
26914         Check for toolkit scroll bars.  (Bug#8305)
26916 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26918         * minibuffer.el (completion-in-region--postch)
26919         (completion-in-region-mode): Remove unnecessary messages.
26921 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
26923         * font-lock.el (font-lock-refresh-defaults):
26924         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26925         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26927         * info.el (Info-directory-list, Info-read-node-name-2)
26928         (Info-split-parameter-string): Doc fixes.
26929         (Info-virtual-nodes): Reflow docstring.
26930         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26931         (Info-apropos-toc-nodes, info-finder, Info-get-token)
26932         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26933         Fix typos in docstrings.
26934         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26935         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26936         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26937         (Info-restore-desktop-buffer): Mark unused parameters.
26938         (Info-directory-find-file, Info-directory-find-node)
26939         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26940         (Info-virtual-index-find-node, Info-apropos-find-file)
26941         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26942         Mark unused parameters; fix typos in docstrings.
26943         (Info-virtual-index): Remove unused local variable `nodename'.
26945 2011-04-05  Deniz Dogan  <deniz@dogan.se>
26947         * net/rcirc.el: Update my e-mail address.
26948         (rcirc-mode-map): Remove M-o binding.
26950 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26952         * startup.el (command-line): Save the cursor's theme-face
26953         directly, instead of using face-override-spec.
26955         * custom.el (load-theme): Minor optimization in assigning faces.
26957 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26959         * help-fns.el (describe-variable): Complete all variables having
26960         documentation, including keywords.
26961         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26963 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26965         Convert to lexical-binding.
26967         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26968         (bs--get-marked-string, bs--get-modified-string)
26969         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26970         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26971         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26973         * ehelp.el (electric-help-execute-extended)
26974         (electric-help-ctrl-x-prefix):
26975         * hexl.el (hexl-revert-buffer-function):
26976         * linum.el (linum-after-change, linum-after-scroll):
26977         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26979         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26981 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
26983         * epa-dired.el:
26984         * epa-mail.el:
26985         * epa-hook.el:
26986         * epa-file.el:
26987         * epa.el:
26988         * epg.el: Use lexical binding.
26990 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
26992         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26994         * textmodes/flyspell.el (flyspell-word): Recognize default
26995         dictionary case for flyspell-mark-duplications-exceptions.
26996         Use regexp matching for languages.
26997         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26998         default dictionary (Bug#7926).
27000 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
27002         * emacs-lisp/package.el (package--with-work-buffer):
27003         Recognize https URLs.
27005         * net/network-stream.el: Move from gnus/proto-stream.el.
27006         Change prefix to network-stream throughout.
27007         (open-protocol-stream): Merge into open-network-stream, leaving
27008         open-protocol-stream as an alias.  Handle nil BUFFER args.
27010         * subr.el (open-network-stream): Move to net/network-stream.el.
27012 2011-04-02  Glenn Morris  <rgm@gnu.org>
27014         * find-dired.el (find-exec-terminator): New option.
27015         (find-ls-option): Test for -ls support.
27016         (find-ls-subdir-switches): Test for -b in find-ls-option.
27017         (find-dired, find-grep-dired): Doc fixes.
27018         (find-dired): Use find-exec-terminator.
27020         * find-dired.el (find-ls-option, find-ls-subdir-switches)
27021         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27022         (find-name-arg): Remove purecopy.
27024         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27025         (grep-compute-defaults): Check for `-exec COMMAND +' support.
27026         Set grep-find-use-xargs, grep-find-command, and grep-find-template
27027         accordingly.  Don't add the null-device if not needed.
27029         * files.el (save-some-buffers): Doc fix.
27031 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
27033         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27035 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
27037         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27038         Use `dolist' rather than `mapcar'.
27040 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27042         Add lexical binding.
27044         * subr.el (apply-partially): Use new closures rather than CL.
27045         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27046         (dolist, dotimes): Use slightly different expansion for lexical code.
27047         (functionp): Move to C.
27048         (letrec): New macro.
27049         (with-wrapper-hook): Use it and apply-partially instead of CL.
27050         (eval-after-load): Preserve lexical-binding.
27051         (save-window-excursion, with-output-to-temp-buffer): Turn them
27052         into macros.
27054         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27056         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27057         than the arglist.
27058         (help-add-fundoc-usage): Don't add `Not documented'.
27059         (help-function-arglist): Handle closures, subroutines, and new
27060         byte-code-functions.
27061         (help-make-usage): Remove leading underscores.
27062         (describe-function-1): Handle closures.
27063         (describe-variable): Use special-variable-p for completion.
27065         * files.el (lexical-binding): Declare safe.
27067         * emacs-lisp/pcase.el: Don't use destructuring-bind.
27068         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
27069         (pcase): Add `let' pattern.
27070         Change memoization so it actually works.
27071         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27072         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27073         <let>: New case.
27075         * emacs-lisp/macroexp.el: Use lexical binding.
27076         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
27077         Don't convert ' to #' without checking that it's indeed quoting
27078         a lambda.
27080         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27081         Use eval-sexp-add-defvars.
27082         (eval-sexp-add-defvars): New fun.
27084         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27086         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27087         Don't autoload.
27088         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27089         than the internal `byte-compile-lambda'.
27090         (defmethod): Don't hide code under quotes.
27091         (eieio-defmethod): New `code' argument.
27093         * emacs-lisp/eieio-comp.el: Remove.
27095         * emacs-lisp/edebug.el (edebug-eval-defun)
27096         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27097         (edebug-toggle): Avoid `eval'.
27099         * emacs-lisp/disass.el (disassemble-internal): Handle new
27100         `closure' objects.
27101         (disassemble-1): Handle new byte codes.
27103         * emacs-lisp/cl.el (pushnew): Silence warning.
27105         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27106         (cl-byte-compile-throw): Remove.
27107         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27109         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27110         closures.
27112         * emacs-lisp/cconv.el: New file.
27114         * emacs-lisp/bytecomp.el: Use lexical binding instead of
27115         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
27116         (byte-compile-initial-macro-environment):
27117         Handle declare-function here.
27118         (byte-compile--lexical-environment): New var.
27119         (byte-stack-ref, byte-stack-set, byte-discardN)
27120         (byte-discardN-preserve-tos): New lap codes.
27121         (byte-interactive-p): Don't use any more.
27122         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27123         New macros.
27124         (byte-compile-lapcode): Use them and handle new lap codes.
27125         (byte-compile-obsolete): Remove.
27126         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27127         (byte-compile-arglist-warn): Check late def of inlinable funs.
27128         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27129         since they should have been expanded by now.
27130         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27131         (byte-compile-from-buffer): Remove unused second arg.
27132         (byte-compile-preprocess): New function.
27133         (byte-compile-toplevel-file-form): New function to distinguish
27134         file-form calls from outside from file-form calls from hunk-handlers.
27135         (byte-compile-file-form): Simplify.
27136         (byte-compile-file-form-defsubst): Remove.
27137         (byte-compile-file-form-defmumble): Simplify now that
27138         byte-compile-lambda always returns a byte-code-function.
27139         (byte-compile): Preprocess.
27140         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27141         Remove, not used any more.
27142         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27143         (byte-compile-make-args-desc): New funs.
27144         (byte-compile-lambda): Handle lexical functions.  Always return
27145         a byte-code-function.
27146         (byte-compile-reserved-constants): New var, to make up room for
27147         closed-over variables.
27148         (byte-compile-constants-vector): Obey it.
27149         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27150         (byte-compile-macroexpand-declare-function): New function.
27151         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27152         byte-code-functions.
27153         (byte-compile-form): Check obsolescence here.
27154         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27155         (byte-compile-variable-ref): Remove.
27156         (byte-compile-dynamic-variable-op): New fun.
27157         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27158         (byte-compile-variable-set): New funs.
27159         (byte-compile-discard): Add 2 args.
27160         (byte-compile-stack-ref, byte-compile-stack-set)
27161         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27162         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27163         macroexpand-all instead.
27164         (byte-compile-quote-form): Remove.
27165         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27166         (byte-compile-bind, byte-compile-unbind): New funs.
27167         (byte-compile-let): Handle let* and lexical binding.
27168         (byte-compile-let*): Remove.
27169         (byte-compile-catch, byte-compile-unwind-protect)
27170         (byte-compile-track-mouse, byte-compile-condition-case):
27171         Handle a new :fun-body form, used for lexical scoping.
27172         (byte-compile-save-window-excursion)
27173         (byte-compile-with-output-to-temp-buffer): Remove.
27174         (byte-compile-defun): Simplify.
27175         (byte-compile-stack-adjustment): New fun.
27176         (byte-compile-out): Use it.
27177         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27179         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27180         handler any more.
27182         * emacs-lisp/byte-opt.el: Use lexical binding.
27183         (byte-inline-lapcode): Remove (to bytecomp).
27184         (byte-compile-inline-expand): Pay attention to inlining to/from
27185         lexically bound code.
27186         (byte-compile-unfold-lambda): Don't handle byte-code-functions
27187         any more.
27188         (byte-optimize-form-code-walker): Don't handle save-window-excursion
27189         any more and don't call compiler-macros.
27190         (byte-compile-splice-in-already-compiled-code): Remove.
27191         (byte-code): Don't inline any more.
27192         (disassemble-offset): Receive `bytes' as argument rather than via
27193         dynamic scoping.
27194         (byte-compile-tag-number): Declare before first use.
27195         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27196         `return' even if make-spliceable.
27197         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27198         obsolete interactive-p.
27199         (byte-optimize-lapcode): Optimize new lap-codes.
27200         Don't trip up on new form of `byte-constant' lap code.
27202         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27204         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27206         * custom.el (custom-initialize-default, custom-declare-variable):
27207         Use `defvar'.
27209         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27210         New variables.
27211         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27212         (COMPILE_FIRST): Add macroexp and cconv.
27213         * makefile.w32-in: Mirror changes in Makefile.in.
27215         * vc/cvs-status.el:
27216         * vc/diff-mode.el:
27217         * vc/log-edit.el:
27218         * vc/log-view.el:
27219         * vc/smerge-mode.el:
27220         * textmodes/bibtex-style.el:
27221         * textmodes/css-mode.el:
27222         * startup.el:
27223         * uniquify.el:
27224         * minibuffer.el:
27225         * newcomment.el:
27226         * reveal.el:
27227         * server.el:
27228         * mpc.el:
27229         * emacs-lisp/smie.el:
27230         * doc-view.el:
27231         * dired.el:
27232         * abbrev.el: Use lexical binding.
27234 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
27236         * info.el (info-display-manual): New function.
27238 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27240         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27242 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
27244         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27245         an entry for that server in rcirc-authinfo.  (Bug#8385)
27247 2011-03-31  Glenn Morris  <rgm@gnu.org>
27249         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27251         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27253 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
27255         * progmodes/python.el (python-default-interpreter)
27256         (python-python-command-args, python-jython-command-args)
27257         (python-which-shell, python-which-args, python-which-bufname)
27258         (python-file-queue, python-comint-output-filter-function)
27259         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27260         variables and functions.
27262 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27264         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27265         (completion-in-region-mode): New minor mode.
27266         (completion-in-region): Use it.
27267         (completion-in-region--data, completion-in-region-mode-map): New vars.
27268         (completion-in-region--postch): New function.
27269         (completion--capf-misbehave-funs, completion--capf-safe-funs):
27270         New vars.
27271         (completion--capf-wrapper): New function.
27272         (completion-at-point): Use it to track well-behavedness of
27273         hook functions.
27274         (completion-help-at-point): New command.
27276 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
27278         * vc/add-log.el (add-change-log-entry): Don't use whitespace
27279         syntax class to search for whitespace on a single line
27280         (Message-ID: <4D938140.4030905@redhat.com>).
27282 2011-03-30  Leo Liu  <sdl.web@gmail.com>
27284         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27285         New commands.
27286         (edit-abbrevs-map): Bind them here.
27287         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
27289 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
27291         * allout.el (allout-hide-by-annotation, allout-flag-region):
27292         Reduce possibility of overlay leakage by making them volatile.
27294         * allout-widgets.el (allout-widgets-tally): Define as nil so the
27295         hash is not shared between buffers.  Mode initialization is
27296         responsible for giving it a useful starting value.
27297         (allout-item-span): Reduce possibility of overlay leakage by
27298         making them volatile.
27299         (allout-widgets-count-buttons-in-region): Add diagnostic function
27300         for tracking down button overlay leaks.
27302 2011-03-29  Leo Liu  <sdl.web@gmail.com>
27304         * ido.el (ido-read-internal): Use the default history var
27305         minibuffer-history if no HISTORY is specified.
27307 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
27309         * net/imap.el (imap-shell-open, imap-process-connection-type):
27310         Use imap-process-connection-type for 'shell' streams as well as
27311         Kerberos, SSL, other subprocesses.
27313 2011-03-28  Leo Liu  <sdl.web@gmail.com>
27315         * abbrev.el (abbrev-table-empty-p): New function.
27316         (prepare-abbrev-list-buffer): Place empty abbrev tables after
27317         nonempty ones.  (Bug#5937)
27319 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
27321         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27323 2011-03-27  Leo Liu  <sdl.web@gmail.com>
27325         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27326         for foreground and background colors.
27327         (ansi-color-make-color-map): Adapt.
27329 2011-03-25  Leo Liu  <sdl.web@gmail.com>
27331         * midnight.el (midnight-time-float): Remove.  Note it calculates
27332         the microsecond component incorrectly and seconds-to-time does the
27333         same job.
27334         Remove redundant (require 'timer).
27336         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27337         (ido-completions): Remove unused arguments.  (Bug#8329)
27339 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27341         * minibuffer.el (completion--flush-all-sorted-completions):
27342         Remove itself from hook.
27343         (completion-at-point): Let the functions perform the completion
27344         immediately and return nil or t.
27345         * comint.el (comint-dynamic-complete-functions): Now identical to
27346         completion-at-point-functions.
27347         (comint-dynamic-list-input-ring): Remove unused var `index'.
27348         (comint--match-partial-filename, comint--unquote&expand-filename):
27349         New funs, split from comint-match-partial-filename.
27350         (comint-dynamic-complete): Use completion-at-point.
27351         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27353 2011-03-24  Drew Adams  <drew.adams@oracle.com>
27355         * thingatpt.el: Support `defun'.
27357 2011-03-23  Leo Liu  <sdl.web@gmail.com>
27359         * abbrevlist.el: Move to obsolete/abbrevlist.el.
27361         * help-mode.el (help-mode-finish): Tweak regexp.
27363 2011-03-23  Glenn Morris  <rgm@gnu.org>
27365         * eshell/esh-opt.el (eshell-eval-using-options):
27366         Do not bind unused local variable `eshell-option-stub'.
27368         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27370 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27372         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27373         keymap variable in `with-no-warnings' to avoid a warning when the
27374         keymap has been already `defconst'ed.
27376 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27378         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27379         encode all chars in abbrevs; otherwise use emacs-mule or
27380         utf-8-emacs.  (Bug#8308)
27382 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27384         * simple.el (backward-delete-char-untabify):
27385         Avoid warning about using `delete-backward-char'.
27387         * image.el (image-type-file-name-regexps): Make it variable.
27388         `imagemagick-register-types' modifies it, and the user may want
27389         to add new extensions for known image types.
27390         (imagemagick-register-types): Throw error if not using ImageMagick.
27392 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27394         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27395         located before rcirc-prompt-end-marker.
27396         (rcirc-complete): Error if point is not after rcirc prompt.
27397         Handle the case when table is nil.
27398         (rcirc-user-authenticated): Define to fix compiler warning.
27400 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
27402         * custom.el (custom--inhibit-theme-enable): Make it affect only
27403         custom-theme-set-variables and custom-theme-set-faces.
27404         (provide-theme): Ignore custom--inhibit-theme-enable.
27405         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27406         (custom-enabling-themes): Delete variable.
27407         (enable-theme): Accept only loaded themes as arguments.
27408         Ignore the special custom-enabled-themes variable.
27409         (custom-enabled-themes): Forbid themes from setting this.
27410         Eliminate use of custom-enabling-themes.
27411         (custom-push-theme): Quote "changed" custom var entry.
27413 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27415         * ido.el (ido-read-internal): Add ido-selected to history instead
27416         of user input.
27418 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27420         * subr.el (deferred-action-list, deferred-action-function):
27421         Mark obsolete.
27423 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27425         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27426         change on 2011-02-13 (bug#8309).
27428         * minibuffer.el (read-file-name-function): Change default value.
27429         (read-file-name--defaults): Rename from read-file-name-defaults.
27430         (read-file-name-default): Rename from read-file-name.
27431         (read-file-name): Call read-file-name-function.
27433 2011-03-21  Glenn Morris  <rgm@gnu.org>
27435         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27436         Doc fixes.
27438 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
27440         * cus-theme.el: Add missing provide statement.
27441         (customize-create-theme): Extract theme value correctly.
27442         (custom-theme-visit-theme): Autoload.
27443         (customize-create-theme): Prompt before inserting default faces.
27445 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
27447         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27448         units and musical notes.
27450 2011-03-20  Leo Liu  <sdl.web@gmail.com>
27452         * ido.el (ido-read-internal): Use completing-read-default.
27453         (ido-completing-read): Fix compatibility with completing-read.
27455 2011-03-20  Christian Ohler  <ohler@gnu.org>
27457         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27458         (ert-delete-all-tests): Use `called-interactively-p' rather than
27459         `interactive-p'.
27460         (ert--make-xrefs-region): Respect END.
27462 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27464         * dired-aux.el (dired-create-directory): Signal an error if the
27465         directory already exists (Bug#8246).
27467         * facemenu.el (list-colors-display): Call list-faces-display
27468         inside with-help-window.
27469         (list-colors-print): Use display property to align the final
27470         column, instead of checking window-width.
27472 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
27474         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27475         windows-nt systems.
27476         (emerge-protect-metachars): Quote correctly for ms-dos and
27477         windows-nt systems.
27479 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
27481         * info.el (info-initialize): Replace all uses of `:' with
27482         path-separator for compatibility with non-Unix systems.
27483         Cache quoting of path-separator.  (Bug#8258)
27485 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
27487         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27488         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27489         (mouse-avoidance-mode): Fix typos in docstrings.
27491 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27493         * startup.el (package-subdirectory-regexp): Move from package.el.
27494         Omit \\` and \\', and let callers add them.
27496         * emacs-lisp/package.el (package-strip-version)
27497         (package-load-all-descriptors): Add \\` and \\' to
27498         package-subdirectory-regexp before using it.
27499         (package-untar-buffer): New arg DIR; ensure that file untars only
27500         into this expected directory.  Remove superfluous delete-region.
27501         (package-unpack): Caller changed.
27502         (package-tar-file-info): Use package-subdirectory-regexp.
27504 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27506         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27507         diff-mode-shared-map (bug#8284).
27508         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27510 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27512         * calendar/time-date.el (format-seconds): Use assoc instead of
27513         assoc-string, since assoc-string doesn't exist in XEmacs.
27515 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
27517         * custom.el (custom-known-themes): Reflow docstring.
27518         (custom-theme-load-path): Fix typo in docstring.
27519         (load-theme): Fix typo in error message.
27520         (custom-available-themes, custom-variable-theme-value):
27521         Use `let', not `let*'.
27523 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
27525         * calc/README: Mention inclusion of musical notes.
27527         * calc/calc-units.el (calc-lu-quant): Rename from
27528         `calc-logunits-quantity'.
27529         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27530         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27531         (calc-db): Rename from `calc-dblevel'.
27532         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27533         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27534         (calc-np): Rename from `calc-nplevel'.
27535         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27536         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27537         (calc-lu-plus): Rename from `calc-logunits-add'.
27538         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27539         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27540         (calc-lu-minus): Rename from `calc-logunits-sub'.
27541         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27542         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27543         (calc-lu-times): Rename from `calc-logunits-mul'.
27544         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27545         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27546         (calc-lu-divide): Rename from `calc-logunits-div'.
27547         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27548         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27550         * calc/calc-ext.el (calc-init-extensions): Update the names of the
27551         functions being autoloaded.
27553         * calc/calc.el (calc-lu-power-reference): Rename from
27554         `calc-logunits-power-reference'.
27555         (calc-lu-field-reference): Rename from
27556         `calc-logunits-field-reference'.
27558         * calc/calc-help.el (calc-l-prefix-help):
27559         Mention musical note functions.
27561 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27563         * minibuffer.el (completion-all-sorted-completions):
27564         Use :completion-cycle-penalty text property if present.
27566 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
27568         * allout.el (allout-yank-processing): Adjust for new rebulleting
27569         regime so bullet being yanked is used without prompting the user
27570         for a choice.
27572 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27574         * startup.el (command-line): Warn the user that _emacs is deprecated.
27576 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27578         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27579         (delphi-verbose, delphi-comment-face, delphi-string-face)
27580         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27581         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27582         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27583         (delphi-new-comment-line, delphi-font-lock-defaults)
27584         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27585         Fix typos in docstrings.
27587 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
27589         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27590         Invert the roles of character and string values for INSTEAD, so a
27591         string is used for the more common case of a defaulting prompt.
27593 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27595         * progmodes/ruby-mode.el (ruby-backward-sexp):
27596         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27597         * play/gamegrid.el (gamegrid-make-face):
27598         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27599         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27600         * notifications.el (notifications-notify):
27601         * net/xesam.el (xesam-search-engines):
27602         * net/quickurl.el (quickurl-list-insert):
27603         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27605 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
27607         * startup.el (command-line): Update package subdirectory regexp.
27609 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27611         * allout.el (allout-abbreviate-flattened-numbering)
27612         (allout-mode-deactivate-hook): Fix up obsolescence "date".
27614         * subr.el (read-char-choice): Only show the cursor after the prompt,
27615         not after the answer.
27617 2011-03-15  Kevin Ryde  <user42@zip.com.au>
27619         * help-fns.el (variable-at-point): Skip leading quotes, if any
27620         (bug#8253).
27622 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27624         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27625         warning message.
27627 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
27629         * shell.el (shell): When called interactively, offer to change the
27630         shell file name on remote hosts.
27632 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
27634         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27635         integration for LDAP parameters.  The host, base, user or binddn,
27636         and secret tokens can be specified in a netrc file, for instance.
27637         This is optional because an `auth-source' parameter must be
27638         specified in the search attributes.
27640 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
27642         * help.el (describe-mode): Link to the mode's definition (bug#8185).
27644 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27646         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27647         into declaration.  Remove redundant and harmful binding.
27649 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
27651         * files.el (file-ownership-preserved-p): Pass `integer' as an
27652         explicit 2nd argument to `file-attributes'.  If the file's owner
27653         is the Administrators group on Windows, and the current user is
27654         Administrator, consider that a match.
27656         * server.el (server-ensure-safe-dir): Consider server directory
27657         safe on MS-Windows if its owner is the Administrators group while
27658         the current Emacs user is Administrator.  Use `=' to compare
27659         numerical UIDs, since they could be integers or floats.
27661 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
27663         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27665 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
27667         Sync with Tramp 2.2.1.
27669         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27671         * net/trampver.el: Update release number.
27673 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27675         * progmodes/compile.el (compilation--previous-directory): Fix up
27676         various nil/dead-marker mismatches (bug#8014).
27677         (compilation-directory-properties, compilation-error-properties):
27678         Don't call it at a position past the one we're about to change.
27680         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27681         Disable obsolescence warnings in the file that declares it.
27683 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
27685         * allout-widgets.el (allout-widgets-tally):
27686         Initialize allout-widgets-tally as a hash table rather than nil to
27687         prevent mode-line redisplay warnings.  Also, clarify the module
27688         description and fix a comment typo.
27690 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
27692         * help-fns.el (describe-variable): Don't complete keywords.
27693         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27695 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
27697         * emacs-lisp/package.el (package-version-join): Impose a standard
27698         string representation for pre/alpha/beta version lists.
27699         (package-unpack-single): Standardize the directory name by passing
27700         it through package-version-join.
27701         (package-strip-rcs-id): Accept any version string that does not
27702         signal an error in version-to-list.
27704 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
27706         * simple.el (delete-trailing-whitespace): Return nil for the
27707         benefit of `write-file-functions'.
27709 2011-03-10  Glenn Morris  <rgm@gnu.org>
27711         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27713         * vc/vc-git.el (vc-git-program): New option.
27714         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27715         (vc-git--call): Use it.
27717         * eshell/esh-util.el (eshell-condition-case): Doc fix.
27719         * cus-edit.el (Custom-newline): If no button at point, look
27720         for a subgroup button at start-of-line.  (Bug#2298)
27722         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27724 2011-03-10  Julien Danjou  <julien@danjou.info>
27726         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27727         `cursor-type' is nil.
27729 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
27731         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27733 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
27735         * allout.el: Change so yank of distinctive-bullet items
27736         preserves the existing header prefix, rebulleting it if necessary,
27737         rather than replacing it.  This is necessary for proper operation
27738         of cooperative addons like allout-widgets.
27739         (allout-make-topic-prefix, allout-rebullet-heading):
27740         Change SOLICIT arg to INSTEAD, and interpret additionally a string
27741         value as alternate bullet to be used, instead of prompting the user
27742         for a bullet character.
27744 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
27746         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27747         Do not use `tramp-file-name-port', because this returns also
27748         `tramp-default-port'.
27750 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
27752         * net/rcirc.el (rcirc-handler-001): Remove useless
27753         with-rcirc-process-buffer.
27754         (rcirc-check-auth-status): Swap arguments to string-match.
27756 2011-03-09  Glenn Morris  <rgm@gnu.org>
27758         * shell.el (shell-mode):
27759         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
27761         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27762         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
27764 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27766         * emacs-lisp/package.el (package-refresh-contents)
27767         (package-menu-execute): Use condition-case-no-debug.
27769 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
27771         * simple.el (shell-command-to-string): Use `process-file'.
27773         * emacs-lisp/package.el (package-tar-file-info): Handle also
27774         remote files.
27776         * emacs-lisp/package-x.el (package-upload-buffer-internal):
27777         Use `equal' for upload base check.
27779 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
27781         * textmodes/texinfo.el (texinfo-environments):
27782         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
27784 2011-03-08  Glenn Morris  <rgm@gnu.org>
27786         * cus-start.el (cursor-in-non-selected-windows):
27787         Fix :set quoting oddness.  (Bug#8192)
27789         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27790         in some setf expressions.  (Bug#2159)
27792 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27794         * custom.el (custom-available-themes): Return themes in
27795         alphabetical order.
27797 See ChangeLog.15 for earlier changes.
27799 ;; Local Variables:
27800 ;; coding: utf-8
27801 ;; End:
27803   Copyright (C) 2011-2013 Free Software Foundation, Inc.
27805   This file is part of GNU Emacs.
27807   GNU Emacs is free software: you can redistribute it and/or modify
27808   it under the terms of the GNU General Public License as published by
27809   the Free Software Foundation, either version 3 of the License, or
27810   (at your option) any later version.
27812   GNU Emacs is distributed in the hope that it will be useful,
27813   but WITHOUT ANY WARRANTY; without even the implied warranty of
27814   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27815   GNU General Public License for more details.
27817   You should have received a copy of the GNU General Public License
27818   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.