src/keyboard.c (read_decoded_event_from_main_queue): Improve commentary
[emacs.git] / lisp / ChangeLog
blobd4f2a185cf619be485644b1d9a964515df842e59
1 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/smie.el (smie-indent-forward-token)
4         (smie-indent-backward-token): Handle string tokens (bug#14381).
6 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
8         * ielm.el (ielm-menu): New menu.
9         (inferior-emacs-lisp-mode): Set comment-start.
11 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
13         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
14         Fix deactivate action.
16         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
17         Add cleveref macros.
19         * lisp/textmodes/reftex-parse.el
20         (reftex-locate-bibliography-files): Accept options for
21         bibliography commands.
22         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
23         Add addbibresource.  Basic Biblatex support.
25 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
27         * net/tramp-gvfs.el (top):
28         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
29         when loading package.  (Bug#14447)
31 2013-05-23  Glenn Morris  <rgm@gnu.org>
33         * progmodes/js.el: No need to load comint when compiling.
34         (ring-insert, comint-send-string, comint-send-input)
35         (comint-last-input-end, ido-chop): Declare.
37         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
38         * vc/ediff-mult.el: Adjust requires.
39         (ediff-directories-internal, ediff-directory-revisions-internal)
40         (ediff-patch-file-internal): Declare.
41         * vc/ediff-ptch.el: Adjust requires.
42         (ediff-use-last-dir, ediff-buffers-internal): Declare.
43         (ediff-find-file): Autoload.
44         * vc/ediff-util.el: No need to load ediff when compiling.
45         (ediff-regions-internal): Declare.
46         * vc/ediff-wind.el: Adjust requires.
47         (ediff-compute-toolbar-width): Define when compiling.
48         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
49         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
50         (dired-get-filename, dired-get-marked-files)
51         (ediff-last-dir-patch, ediff-patch-default-directory)
52         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
53         (ediff-patch-buffer-internal): Declare.
55         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
56         (ispell-process, ispell-buffer-local-words, lm-summary)
57         (lm-section-start, lm-section-end): Declare.
58         (checkdoc-ispell-init): Simplify.
60         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
61         (he-string-member, he-reset-string, he-substitute-string): Declare.
63         * eshell/em-ls.el: Adjust requires.
64         (eshell-glob-regexp): Declare.
65         * eshell/em-tramp.el: Adjust requires.
66         (eshell-parse-command): Autoload.
67         * eshell/em-xtra.el: Adjust requires.
68         (eshell-parse-command): Autoload.
69         * eshell/esh-ext.el: Adjust requires.
70         (eshell-parse-command, eshell-close-handles): Autoload.
71         * eshell/esh-io.el: Adjust requires.
72         (eshell-output-filter): Autoload.
73         * eshell/esh-util.el: No need to load tramp when compiling.
74         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
75         Declare.
76         (eshell-parse-ange-ls): Require ange-ftp and tramp.
77         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
78         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
79         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
80         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
81         * eshell/esh-opt.el, eshell/esh-proc.el:
82         * eshell/esh-var.el: Adjust requires.
83         * eshell/eshell.el: Do not require esh-util twice.
84         (eshell-add-input-to-history): Declare.
85         (eshell-command): Check history module is active before using it.
87         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
89 2013-05-22  Leo Liu  <sdl.web@gmail.com>
91         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
93 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
95         * autorevert.el (auto-revert-notify-add-watch)
96         (auto-revert-notify-handler): Add `attrib' for the inotify case,
97         it indicates changes in file modification time.
99 2013-05-22  Glenn Morris  <rgm@gnu.org>
101         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
102         Always delete the autoloaded function from the noruntime and
103         unresolved functions lists.
105         * allout.el: No need to load epa, epg, overlay when compiling.
106         (epg-context-set-passphrase-callback, epg-list-keys)
107         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
108         (epg-key-user-id-list): Declare.
110         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
111         (viper-set-parsing-style-toggling-macro)
112         (viper-set-emacs-state-searchstyle-macros):
113         Use called-interactively-p on Emacs.
114         (viper-looking-back): Make it an obsolete alias.  Update callers.
115         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
116         Use looking-back rather than viper-looking-back.
117         (viper-tmp-insert-at-eob, viper-enlarge-region)
118         (viper-read-string-with-history, viper-register-to-point)
119         (viper-append-to-register, viper-change-state-to-vi)
120         (viper-backward-char-carefully, viper-forward-char-carefully)
121         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
122         (viper-change-state-to-emacs): Declare.
123         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
124         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
125         * emulation/viper-mous.el: Do not load viper-cmd.
126         (viper-backward-char-carefully, viper-forward-char-carefully)
127         (viper-forward-word, viper-adjust-window): Declare.
129         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
131         * progmodes/idlw-help.el (idlwave-help-fontify):
132         Use called-interactively-p.
134         * term/w32console.el (w32-get-console-codepage)
135         (w32-get-console-output-codepage): Declare.
137         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
138         Remove unnecessary declarations.
139         (dframe-message): Doc fix.
141         * info.el (dframe-select-attached-frame, dframe-current-frame):
142         Declare.
144         * speedbar.el (speedbar-message): Make it an obsolete alias.
145         Update all callers.
146         (speedbar-with-attached-buffer)
147         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
148         (speedbar-with-writable): Use backquote.
149         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
150         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
151         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
152         rather than speedbar- aliases.
153         * mail/rmail.el: Load dframe rather than speedbar when compiling.
154         (speedbar-make-specialized-keymap, speedbar-insert-button)
155         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
156         (speedbar-do-function-pointer): Declare.
157         (rmail-speedbar-button, rmail-speedbar-find-file)
158         (rmail-speedbar-move-message):
159         Use dframe-with-attached-buffer rather than speedbar- alias.
160         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
161         (dframe-message, speedbar-make-specialized-keymap)
162         (speedbar-add-expansion-list, speedbar-mode-functions-list)
163         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
164         (speedbar-insert-button, dframe-select-attached-frame)
165         (dframe-maybee-jump-to-attached-frame)
166         (speedbar-change-initial-expansion-list)
167         (speedbar-previously-used-expansion-list-name): Declare.
168         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
169         Use dframe-message, dframe-with-attached-buffer rather than
170         speedbar- aliases.
171         (gud-sentinel): Silence compiler.
172         * progmodes/vhdl-mode.el (speedbar-refresh)
173         (speedbar-do-function-pointer, speedbar-add-supported-extension)
174         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
175         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
176         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
177         (speedbar-file-lists, speedbar-make-tag-line)
178         (speedbar-line-directory, speedbar-goto-this-file)
179         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
180         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
181         (speedbar-make-button, speedbar-reset-scanners)
182         (speedbar-files-item-info, speedbar-line-text)
183         (speedbar-find-file-in-frame, speedbar-set-timer)
184         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
185         (speedbar-with-writable): Do not (re)define it.
186         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
187         rather than speedbar- alias.
189 2013-05-21  Leo Liu  <sdl.web@gmail.com>
191         * progmodes/octave.el (octave-mode-menu): Update and re-organize
192         menu items.
193         (octave-mode): Tweak fill-nobreak-predicate.
194         (inferior-octave-startup): Check process to avoid infinite loop.
195         (inferior-octave): Pop to buffer first to show abornmal process
196         exit information.
198 2013-05-21  Glenn Morris  <rgm@gnu.org>
200         * printing.el (pr-menu-bar): Define when compiling.
202 2013-05-21  Leo Liu  <sdl.web@gmail.com>
204         * progmodes/octave.el (octave-auto-fill): Remove.
205         (octave-indent-new-comment-line): Improve.
206         (octave-mode): Use auto fill mode through
207         comment-line-break-function and fill-nobreak-predicate
208         (octave-goto-function-definition): Support DEFUN_DLD.
209         (octave-beginning-of-defun): Small Tweak
210         (octave-help): Show parent directory.
212 2013-05-21  Glenn Morris  <rgm@gnu.org>
214         * files.el (dired-unmark):
215         * progmodes/gud.el (gdb-input): Update declarations.
217         * calculator.el (electric, ehelp): No need to load when compiling.
218         (Electric-command-loop, electric-describe-mode): Declare.
220         * doc-view.el (doc-view-current-converter-processes): Move before use.
222         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
223         Move MODE-set-explicitly definition before use.
225         * international/mule-diag.el (mule-diag):
226         Don't use obsolete window-system-version.
228         * mail/feedmail.el (smtpmail): No need to load when compiling.
229         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
231         * mail/mail-utils.el (rfc822): No need to load when compiling.
232         (rfc822-addresses): Autoload it.
233         (mail-strip-quoted-names): Trivial simplification.
235         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
236         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
238         * net/snmp-mode.el (tempo): Don't duplicate requires.
240         * progmodes/prolog.el (info): No need to load when compiling.
241         (comint): Require before shell requires it.
242         (Info-goto-node): Autoload it.
243         (Info-follow-nearest-node): Declare.
244         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
246         * textmodes/artist.el (picture-mode-exit): Declare.
248         * textmodes/reftex-parse.el (reftex-parse-from-file):
249         Trivial rewrite so the compiler can parse it better.
251 2013-05-20  Leo Liu  <sdl.web@gmail.com>
253         * progmodes/octave.el (octave-help-mode-map)
254         (octave-help-mode-finish-hook): New variables.
255         (octave-help-mode, octave-help-mode-finish): New functions.
256         (octave-help): Use octave-help-mode.
258 2013-05-20  Glenn Morris  <rgm@gnu.org>
260         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
262 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
264         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
265         start at point, so that expansion starting right after opening
266         slash in a regexp is recognized.
267         (ruby-syntax-before-regexp-re): New defvar, extracted from
268         ruby-syntax-propertize-function.  Since the value of this regexp
269         is looked up at runtime now, we should be able to turn
270         `ruby-syntax-methods-before-regexp' into a defcustom later.
271         (ruby-syntax-propertize-function): Split regexp matching into two
272         parts, for opening and closing slashes.  That allows us to skip
273         over string interpolations and support multiline regexps.
274         Don't call `ruby-syntax-propertize-expansions', instead use another rule
275         for them, which calls `ruby-syntax-propertize-expansion'.
276         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
277         call to `ruby-syntax-propertize-function'.
278         (ruby-syntax-propertize-expansion): Extracted from
279         `ruby-syntax-propertize-expansions'.  Handles one expansion.
280         (ruby-syntax-propertize-percent-literal): Leave point right after
281         the percent symbol, so that the expression expansion rule can
282         propertize the contents.
283         (ruby-syntax-propertize-heredoc): Leave point at bol following the
284         heredoc openers.
285         (ruby-syntax-propertize-expansions): Remove.
287 2013-05-18  Juri Linkov  <juri@jurta.org>
289         * man.el (Man-default-man-entry): Remove `-' from the end
290         of the default value.  (Bug#14400)
292 2013-05-18  Glenn Morris  <rgm@gnu.org>
294         * comint.el (comint-password-prompt-regexp):
295         Allow "password for XXX" where XXX contains colons (eg https://...).
297 2013-05-18  Leo Liu  <sdl.web@gmail.com>
299         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
300         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
301         (octave-source-directories): Don't check process.
302         (octave-source-directories, octave-find-definition): Doc fix.
304 2013-05-18  Glenn Morris  <rgm@gnu.org>
306         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
307         Remove backspace/delete bindings.  (Bug#14392)
309         * cus-dep.el (custom-make-dependencies): Sort the output.
310         (custom-versions-load-alist): Convert comment to doc.
312 2013-05-17  Leo Liu  <sdl.web@gmail.com>
314         * newcomment.el (comment-search-backward): Stricter in finding
315         comment start.  (Bug#14303)
317         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
318         (octave-comment-start-skip): Properly anchored.
320 2013-05-17  Leo Liu  <sdl.web@gmail.com>
322         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
323         Clean up when turned off.  (Bug#14395)
324         (smie--highlight-matching-block-overlay): No longer buffer-local.
325         (smie-highlight-matching-block): Adjust.
327 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
329         Doc string fix for "nanoseconds" (Bug#14406).
330         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
331         Fix doc string typo that had "nanoseconds" instead of "microseconds".
333 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
335         * calc/calc-units.el (math-extract-units): Preserve powers
336         of units.
338 2013-05-17  Leo Liu  <sdl.web@gmail.com>
340         * subr.el (delete-consecutive-dups): New function.
341         * ido.el (ido-set-matches-1): Use it.
342         * progmodes/octave.el (inferior-octave-completion-table): Use it.
343         * ido.el (ido-remove-consecutive-dups): Remove.
345 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
348         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
349         regexp-opt's `words'.
351 2013-05-16  Leo Liu  <sdl.web@gmail.com>
353         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
354         (smie--highlight-matching-block-overlay)
355         (smie--highlight-matching-block-lastpos)
356         (smie--highlight-matching-block-timer): New variables.
357         (smie-highlight-matching-block): New function.
358         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
359         (smie-setup): Conditionally enable smie-blink-matching-open.
361 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
363         Sync with upstream verilog-mode r840.
364         * progmodes/verilog-mode.el (verilog-mode-version)
365         (verilog-mode-release-date): Update.
366         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
367         (verilog-sig-tieoff): Fix string error on
368         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
369         (verilog-read-decls): Fix parameters confusing
370         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
372 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
374         * subr.el (reveal-filename): New function.
376         * loadup.el: Compute Emacs executable versions on MS-Windows,
377         where executables have the .exe extension.  Add a hard link
378         emacs-XX.YY.ZZ.exe on MS-Windows.
380         * Makefile.in (XARGS_LIMIT): New variable.
381         (custom-deps, finder-data, autoloads)
382         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
383         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
384         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
385         (compile-main): Limit xargs according to $(XARGS_LIMIT).
387 2013-05-16  Leo Liu  <sdl.web@gmail.com>
389         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
390         (octave-mode-menu, octave-mode-map): Remove its uses.
392 2013-05-16  Reto Zimmermann  <reto@gnu.org>
394         Sync with upstream vhdl mode v3.34.2.
395         * progmodes/vhdl-mode.el: Use `push' throughout.
396         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
397         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
398         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
399         (vhdl-actual-generic-name): New option to derive actual generic name.
400         (vhdl-port-paste-signals): Replace formal by actual generics.
401         (vhdl-beautify): New name for old group vhdl-align.  Update users.
402         (vhdl-beautify-options): New option.
403         (vhdl-last-input-event): New compat alias.  Use throughout.
404         (vhdl-goto-line): Replace user level function `goto-line'.
405         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
406         vhdl-fix-statement-buffer.
407         (vhdl-create-mode-menu): Add some entries.
408         (vhdl-align-region-groups): Respect vhdl-beautify-options.
409         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
410         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
411         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
412         to force statements on one line.
413         (vhdl-remove-trailing-spaces-region):
414         New, split from vhdl-remove-trailing-spaces.
415         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
416         Respect vhdl-beautify-options.
417         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
418         (vhdl-update-sensitivity-list): Not add with index if exists without.
419         Not include array index with signal.  Ignore keywords in comments.
420         (vhdl-get-visible-signals): Regexp tweaks.
421         (vhdl-template-component-inst): Handle empty library.
422         (vhdl-template-type): Add template for 'enum' type.
423         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
424         Use vhdl-replace-string.
425         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
426         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
427         (vhdl-speedbar-initialize): Update for above name change.
428         (vhdl-compose-wire-components): Fix in handling of constants.
429         (vhdl-error-regexp-emacs-alist): New variable.
430         (vhdl-error-regexp-add-emacs): New function;
431         adds support for new compile.el (Emacs 22+)
432         (vhdl-generate-makefile-1): Change target order for single lib. units.
433         Allow use of absolute file names.
435 2013-05-16  Leo Liu  <sdl.web@gmail.com>
437         * simple.el (prog-indent-sexp): Indent enclosing defun.
439 2013-05-15  Glenn Morris  <rgm@gnu.org>
441         * cus-start.el (show-trailing-whitespace): Move to editing basics.
442         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
443         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
444         (whitespace-highlight): Move to whitespace group.
446         * comint.el (comint-source):
447         * pcmpl-linux.el (pcmpl-linux):
448         * shell.el (shell-faces):
449         * eshell/esh-opt.el (eshell-opt):
450         * international/ccl.el (ccl): Remove empty custom groups.
452         * completion.el (dynamic-completion-mode):
453         * jit-lock.el (jit-lock-debug-mode):
454         * minibuffer.el (completion-in-region-mode):
455         * type-break.el (type-break-mode-line-message-mode)
456         (type-break-query-mode):
457         * emulation/tpu-edt.el (tpu-edt-mode):
458         * progmodes/subword.el (global-subword-mode, global-superword-mode):
459         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
460         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
462         * term/xterm.el (xterm): Change parent group to terminals.
464         * master.el (master): Remove empty custom group.
465         (master-mode): Remove unused :group argument.
466         * textmodes/refill.el (refill): Remove empty custom group.
467         (refill-mode): Remove unused :group argument.
469         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
471         * cus-dep.el: Provide a feature.
472         (custom-make-dependencies): Ignore dotfiles (dir-locals).
473         Don't mistakenly ignore files whose basenames match a basename
474         from preloaded-file-list (eg cedet/ede/simple.el).
475         Add a fallback method for getting :group.
477 2013-05-15  Juri Linkov  <juri@jurta.org>
479         * isearch.el (isearch-char-by-name): Rename from
480         `isearch-insert-char-by-name'.  Doc fix.
481         (isearch-forward): Mention `isearch-char-by-name' in
482         the docstring.  (Bug#13348)
484         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
485         `exit-minibuffer' instead of
486         `isearch-nonincremental-exit-minibuffer'.
487         (isearch-edit-string): Remove mention of
488         `isearch-nonincremental-exit-minibuffer' from docstring.
489         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
490         (isearch-forward-exit-minibuffer)
491         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
493 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * loadup.el: Just use unversioned DOC.
497         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
498         literals as extending to EOB.
499         (nxml-last-fontify-end): Remove unused variable.
500         (nxml-after-change1): Use with-silent-modifications.
501         (nxml-extend-after-change-region): Simplify.
502         (nxml-extend-after-change-region1): Remove function.
503         (nxml-after-change1): Don't adjust for dependent regions.
504         (nxml-fontify-matcher): Simplify.
505         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
506         (xmltok-add-dependent): Remove function.
507         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
508         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
509         (xmltok-scan-prolog-after-processing-instruction-open): Treat
510         unclosed <[[, <?, comment, and other literals as extending to EOB.
511         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
512         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
513         Remove functions.
514         (rng-do-some-validation-1): Don't mark dependent regions.
515         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
516         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
517         (nxml-clear-dependent-regions): Remove functions.
518         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
519         (nxml-ensure-scan-up-to-date):
520         Don't clear&mark dependent regions.
522 2013-05-15  Leo Liu  <sdl.web@gmail.com>
524         * progmodes/octave.el (octave-goto-function-definition):
525         Improve and fix callers.
527 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
530         the setter (bug#14387).
532         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
533         surrounding group (bug#14402).
535 2013-05-14  Juri Linkov  <juri@jurta.org>
537         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
538         (Bug#14390)
540 2013-05-14  Glenn Morris  <rgm@gnu.org>
542         * progmodes/f90.el (f90-imenu-generic-expression):
543         Fix typo in 2013-05-08 change.  (Bug#14402)
545 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
547         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
548         Remove signals for which replies are never received.
550 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
552         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
553         (gdb-handler-alist, gdb-handler-number): Remove variables.
554         (gdb-handler-list): New variable.
555         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
556         (gdb-pending-handler-p, gdb-handle-reply)
557         (gdb-remove-all-pending-triggers): New functions.
558         (gdb-discard-unordered-replies): New defcustom.
559         (gdb-handler): New defstruct.
560         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
561         instead of gdb-pending-triggers.  Update docstring.
562         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
563         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
564         (gdb-var-update-handler, def-gdb-auto-update-trigger)
565         (def-gdb-auto-update-handler, gdb-get-changed-registers)
566         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
567         (gdb-frame-handler): Pending triggers are now automatically managed.
568         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
569         Remove argument.
570         (gdb-input): Automatically handles pending triggers.  Update docstring.
571         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
572         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
573         Update comments.
574         (gdb-done-or-error): Now use gdb-handle-reply.
576 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
578         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
579         gdb-debug-log.
581 2013-05-14  Glenn Morris  <rgm@gnu.org>
583         * subr.el (user-emacs-directory-warning): New option.
584         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
586 2013-05-14  Leo Liu  <sdl.web@gmail.com>
588         * progmodes/octave.el (octave-font-lock-keywords): Fix error
589         during redisplay.
590         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
591         (octave-font-lock-texinfo-comment): Fix invalid search bound
592         error: wrong side of point.
594 2013-05-14  Glenn Morris  <rgm@gnu.org>
596         * progmodes/flymake.el (flymake-xml-program): New option.
597         (flymake-xml-init): Use it.
599         * term/xterm.el: Provide a feature.
601         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
603 2013-05-13  Glenn Morris  <rgm@gnu.org>
605         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
606         Add compat aliases as a hack workaround.  (Bug#14384)
608 2013-05-13  Leo Liu  <sdl.web@gmail.com>
610         * progmodes/octave.el (octave-indent-comment): Fix indentation for
611         ###, and %!.
612         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
613         C-M-q.
614         (octave-comment-start-skip): Include %!.
615         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
617 2013-05-12  Leo Liu  <sdl.web@gmail.com>
619         * progmodes/octave.el (inferior-octave-startup): Store the value
620         of __octave_srcdir__ for octave-source-directories.
621         (inferior-octave-check-process): New function refactored out of
622         inferior-octave-send-list-and-digest.
623         (octave-source-directories)
624         (octave-find-definition-filename-function): New variables.
625         (octave-source-directories)
626         (octave-find-definition-default-filename): New functions.
627         (octave-find-definition): Improve to find functions implemented in C++.
629 2013-05-12  Glenn Morris  <rgm@gnu.org>
631         * calendar/diary-lib.el (diary-outlook-format-1):
632         Don't include dayname in the output.  (Bug#14349)
634 2013-05-11  Glenn Morris  <rgm@gnu.org>
636         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
638         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
639         Treat cc-provide like provide.
641 2013-05-11  Kevin Ryde  <user42@zip.com.au>
643         * cus-dep.el (custom-make-dependencies):
644         Use generated-autoload-load-name for the sake of files such
645         such cedet/semantic/bovine/c.el, where the base file name
646         is not in load-path.  (Bug#5277)
648 2013-05-11  Glenn Morris  <rgm@gnu.org>
650         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
651         Provide features.
653 2013-05-11  Leo Liu  <sdl.web@gmail.com>
655         * progmodes/octave.el (octave-indent-comment): Improve.
656         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
657         (octave-eldoc-function-signatures, octave-eldoc-function):
658         New functions.
659         (octave-mode, inferior-octave-mode): Add eldoc support.
661 2013-05-11  Richard Stallman  <rms@gnu.org>
663         * epa.el (epa-decrypt-file): Take output file name as argument
664         and read it using `interactive'.
666 2013-05-11  Leo Liu  <sdl.web@gmail.com>
668         * progmodes/octave.el (octave-beginning-of-line)
669         (octave-end-of-line): Check before using up-list because it jumps
670         out of more syntactic contructs since moving to smie.
671         (octave-indent-comment): New function.
672         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
673         (octave-begin-keywords, octave-end-keywords)
674         (octave-reserved-words, octave-smie-bnf-table)
675         (octave-smie-rules): Add new keywords from Octave 3.6.4.
677 2013-05-11  Glenn Morris  <rgm@gnu.org>
679         * faces.el (internal-face-x-get-resource):
680         * frame.el (ns-display-monitor-attributes-list):
681         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
683         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
685         * calc/calc-menu.el: Make it loadable in isolation.
687         * net/eudcb-bbdb.el: Make it loadable without bbdb.
688         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
689         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
690         (eudc-bbdb-query-internal): Require 'bbdb.
692         * lpr.el (lpr-headers-switches):
693         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
695         * progmodes/sql.el (sql-login-params): Fix and improve :type.
697         * emulation/edt-mapper.el: In batch mode, error rather than hang.
699         * term.el (term-set-escape-char): Make it idempotent.
701 2013-05-10  Leo Liu  <sdl.web@gmail.com>
703         * progmodes/octave.el (inferior-octave-completion-table):
704         No longer a function and all uses changed.  Use cache to speed up
705         completion due to bug#11906.
706         (octave-beginning-of-defun): Re-write to be more general.
708 2013-05-10  Glenn Morris  <rgm@gnu.org>
710         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
712 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * comint.el (comint-redirect-send-command-to-process): Use :around
715         rather than :override for comint-redirect-filter.
716         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
717         Call it instead of comint-redirect-original-filter-function (which
718         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
720 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
722         * frame.el (display-monitor-attributes-list): Add NS case.
723         (ns-display-monitor-attributes-list): Declare.
725 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
727         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
729 2013-05-09  Glenn Morris  <rgm@gnu.org>
731         * international/fontset.el (vertical-centering-font-regexp):
732         Set standard-value.
734         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
736         * bookmark.el (bookmark-search-delay):
737         * cus-start.el (vertical-centering-font-regexp):
738         * ps-mule.el (ps-mule-font-info-database-default):
739         * ps-print.el (ps-default-fg, ps-default-bg):
740         * type-break.el (type-break-good-break-interval):
741         * whitespace.el (whitespace-indentation-regexp)
742         (whitespace-space-after-tab-regexp):
743         * emacs-lisp/testcover.el (testcover-1value-functions)
744         (testcover-noreturn-functions, testcover-progn-functions)
745         (testcover-prog1-functions):
746         * emulation/viper-init.el (viper-emacs-state-cursor-color):
747         * eshell/em-glob.el (eshell-glob-translate-alist):
748         * play/tetris.el (tetris-tty-colors):
749         * progmodes/cpp.el (cpp-face-default-list):
750         * progmodes/flymake.el (flymake-allowed-file-name-masks):
751         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
752         (idlwave-help-browser-generic-args):
753         * progmodes/make-mode.el (makefile-special-targets-list):
754         * progmodes/python.el (python-shell-virtualenv-path):
755         * progmodes/verilog-mode.el (verilog-active-low-regexp)
756         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
757         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
758         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
759         * textmodes/reftex-vars.el (reftex-format-label-function):
760         * textmodes/remember.el (remember-diary-file): Fix custom types.
762         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
763         Add :version.
765 2013-05-09  Leo Liu  <sdl.web@gmail.com>
767         * progmodes/octave.el (inferior-octave-completion-at-point):
768         Restore file completion.  (Bug#14300)
769         (inferior-octave-startup): Fix incorrect highlighting for the
770         first prompt.
772 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * progmodes/ruby-mode.el: First cut at SMIE support.
775         (ruby-use-smie): New var.
776         (ruby-smie-grammar): New constant.
777         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
778         (ruby-smie--forward-token, ruby-smie--backward-token)
779         (ruby-smie-rules): New functions.
780         (ruby-mode-variables): Setup SMIE if applicable.
782 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
784         * simple.el (line-move-visual): Signal beginning/end of buffer
785         only if vertical-motion moved less than it was requested.  Avoids
786         silly incorrect error messages when there are display strings with
787         multiple newlines at EOL.
789 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
792         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
793         (prolog-char-quote-workaround):
794         * progmodes/cperl-mode.el (cperl-under-as-char):
795         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
796          Mark as obsolete.
797          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
798         their declaration.
799         (vhdl-mode-syntax-table-init): Remove.
801         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
802         last change.
804         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
805         syntax for "_".
806         (ld-script-font-lock-keywords):
807         Change regexps to use things like \_< and \_>.
809         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
810         Change all regexps to use things like \_< and \_>.
812         * progmodes/autoconf.el (autoconf-definition-regexp)
813         (autoconf-font-lock-keywords, autoconf-current-defun-function):
814         Handle a _ with symbol syntax.
815         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
817         * progmodes/ada-mode.el (ada-mode-abbrev-table):
818         Consolidate declaration.
819         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
820         the declaration.
821         (ada-create-syntax-table): Remove.
822         (ada-capitalize-word): Don't mess with the syntax of "_" since it
823         already has the right syntax nowadays.
824         (ada-goto-next-word): Don't change the syntax of "_".
826         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
827         with-wrapper-hook.
829 2013-05-08  Sam Steingold  <sds@gnu.org>
831         * thingatpt.el (thing-at-point): Accept optional second argument
832         NO-PROPERTIES to strip the text properties from the return value.
833         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
834         to `thing-at-point' instead of stripping the properties ourselves.
835         Also, when `thing-at-point' fails to find a url, prepend "http://"
836         to the filename at point on the assumption that the user is
837         pointing at something like gnu.org/gnu.
839 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
841         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
842         * faces.el (crm-separator):
843         Silence byte-compiler.
845         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
846         (tool-bar-map): Remove unneeded defvars.
848 2013-05-08  Leo Liu  <sdl.web@gmail.com>
850         Re-work a fix for bug#10994 based on Le Wang's patch.
851         * ido.el (ido-remove-consecutive-dups): New helper.
852         (ido-completing-read): Use it.
853         (ido-chop): Revert fix for bug#10994.
855 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
857         * cus-edit.el (custom-save-variables):
858         Pretty-print long values.  (Bug#14187)
860 2013-05-08  Glenn Morris  <rgm@gnu.org>
862         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
863         (m4-mode-syntax-table): Init in the defvar.
864         (m4-mode-abbrev-table): Let define-derived-mode define it.
866 2013-05-08  Tom Tromey  <tromey@redhat.com>
868         * progmodes/m4-mode.el (m4-mode-syntax-table):
869         Do not treat "_" as word constituent.  (Bug#14167)
871 2013-05-07  Glenn Morris  <rgm@gnu.org>
873         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
874         Remove explicit eshell-isearch-cancel-map.
876         * progmodes/f90.el (f90-smart-end-names): New option.
877         (f90-smart-end): Doc fix.
878         (f90-end-block-optional-name): New constant.
879         (f90-block-match): Respect f90-smart-end-names.
881 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * progmodes/octave.el (octave-smie-forward-token): Be more careful
884         about implicit semi-colons (bug#14218).
886 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
888         * frame.el (display-monitor-attributes-list)
889         (frame-monitor-attributes): New functions.
891 2013-05-06  Leo Liu  <sdl.web@gmail.com>
893         * progmodes/octave.el (octave-syntax-propertize-function): Change
894         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
895         (octave-font-lock-keywords): Use octave-operator-regexp.
896         (octave-completion-at-point): Rename from
897         octave-completion-at-point-function.
898         (inferior-octave-directory-tracker): Robustify.
899         (octave-text-functions): Remove and fix its uses.  No such things
900         any more.
902 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * emacs-lisp/trace.el (trace--display-buffer): New function.
905         (trace-make-advice): Use it.
907 2013-05-06  Juri Linkov  <juri@jurta.org>
909         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
910         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
911         Doc fix.
912         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
913         in the help string.  (Bug#12985)
915 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
917         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
919 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
921         * progmodes/perl-mode.el: Add support for here documents.
922         (perl-syntax-propertize-function): Match here-doc markers.
923         (perl-syntax-propertize-special-constructs): Find their end.
924         (perl-imenu-generic-expression): Use [:alnum:].
926         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
927         (advice--add-function): Refresh the advice if already present
928         (bug#14317).
930 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
932         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
934 2013-05-06  Glenn Morris  <rgm@gnu.org>
936         * w32-fns.el (w32-charset-info-alist): Declare.
938         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
939         of its defcustom properties.
940         (eshell-cmpl-initialize): No need to load pcomplete.
942         * generic-x.el: No need to require comint when compiling.
944         * net/eudc-export.el: Make it loadable without bbdb.
945         (top-level): Use require rather than load-library.
946         (eudc-create-bbdb-record, eudc-bbdbify-phone)
947         (eudc-batch-export-records-to-bbdb)
948         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
949         Require bbdb.
951 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
954         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
955         some tweaks, instead.
957 2013-05-05  Leo Liu  <sdl.web@gmail.com>
959         * progmodes/octave.el (octave-font-lock-keywords)
960         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
961         (inferior-octave-send-list-and-digest): Improve error message.
962         (octave-mode, inferior-octave-mode): Use setq-local.
963         (octave-help): Set info-lookup-mode.
965 2013-05-05  Richard Stallman  <rms@gnu.org>
967         * vc/compare-w.el (compare-windows-whitespace):
968         Treat no-break space as whitespace.
970         * mail/rmailsum.el (rmail-summary-rmail-update):
971         Detect empty summary and don't change selected message.
972         (rmail-summary-goto-msg): Likewise.
974         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
975         Doc fixes, rename args.
977 2013-05-05  Alan Mackenzie  <acm@muc.de>
979         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
981 2013-05-05  Juri Linkov  <juri@jurta.org>
983         * info.el (Info-read-subfile): Use (point-min) instead of (point)
984         to not add the length of the summary segment to the return value.
985         (Bug#14125)
987 2013-05-05  Leo Liu  <sdl.web@gmail.com>
989         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
990         (inferior-octave-output-filter): Remove.
991         (octave-send-region, inferior-octave-startup): Fix callers.
992         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
993         (octave-binary-file-extensions): New user variable.
994         (octave-find-definition): Confirm if opening binary files.
995         (octave-help-file): Use octave-find-definition to get the binary
996         confirmation.
997         (octave-help): Adjust for octave-help-file change.
999 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1002         Merge the two entries that handle function definitions.
1003         (pascal--syntax-propertize): New const.
1004         (pascal-mode): Use it.  Use setq-local.
1006 2013-05-04  Glenn Morris  <rgm@gnu.org>
1008         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1009         (diary-from-outlook): Respect diary-from-outlook-function.
1011 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1013         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1014         Move the declaration from C.
1015         (read-minibuffer, eval-minibuffer): Move from C.
1016         (completion-setup-function): Avoid minibuffer-completion-contents.
1018 2013-05-03  Leo Liu  <sdl.web@gmail.com>
1020         * progmodes/octave.el (octave-font-lock-keywords): Do not
1021         dehighlight 'end' in comments or strings.
1022         (octave-completing-read, octave-goto-function-definition):
1023         New helpers.
1024         (octave-help-buffer): New user variable.
1025         (octave-help-file, octave-help-function): New button types.
1026         (octave-help): New command and bind it to C-h ;.
1027         (octave-find-definition): New command and bind it to M-.
1028         (user-error): Alias to error if not defined.
1030 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1032         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1033         for \.  (bug#14332)
1034         (octave-font-lock-keywords): Include [ and {.
1036 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1038         * progmodes/octave.el (inferior-octave-startup-file): Change default.
1039         (inferior-octave): Remove calling comint-mode and return the buffer.
1040         (inferior-octave-startup): Cosmetic changes.
1042 2013-05-02  Leo Liu  <sdl.web@gmail.com>
1044         * progmodes/octave.el (octave-syntax-propertize-function):
1045         Include the case when ' is at line beginning.  (Bug#14336)
1047 2013-05-02  Glenn Morris  <rgm@gnu.org>
1049         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1050         * desktop.el (vc-dir-mode): Just autoload it here.
1052 2013-05-02  Alan Mackenzie  <acm@muc.de>
1054         Eliminate variable c-standard-font-lock-fontify-region-function.
1055         * progmodes/cc-mode.el
1056         (c-standard-font-lock-fontify-region-function): Remove.
1057         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1059 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1061         * progmodes/octave.el: Compatible with older emacs-24 releases.
1062         (inferior-octave-has-built-in-variables): Remove.  Built-in
1063         variables were removed from Octave in 2007.
1064         (inferior-octave-startup): Fix uses.
1065         (comint-line-beginning-position): Remove compatibility code for
1066         emacs 21.
1068 2013-05-01  Juri Linkov  <juri@jurta.org>
1070         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
1072 2013-05-01  Juri Linkov  <juri@jurta.org>
1074         * comint.el (comint-previous-matching-input): Don't print message
1075         "History item: %d" when `isearch-mode' is active.
1076         (comint-history-isearch-message): Print message "History item: %d"
1077         when `comint-input-ring-index' is not empty and this function is
1078         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
1080 2013-05-01  Leo Liu  <sdl.web@gmail.com>
1082         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1083         definitions.  Use completion-at-point to insert keywords.
1084         (octave-abbrev-start): Remove.
1085         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1087 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1089         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1090         change.
1092 2013-04-30  Alan Mackenzie  <acm@muc.de>
1094         Handle arbitrarily long C++ member initialisation lists.
1095         * progmodes/cc-engine.el (c-back-over-member-initializers):
1096         new function.
1097         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1098         (most) member init lists.
1100 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
1102         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1103         variable.
1105 2013-04-30  Leo Liu  <sdl.web@gmail.com>
1107         * progmodes/octave.el (octave-variables): Remove.  No builtin
1108         variables any more.  All converted to functions.
1109         (octave-font-lock-keywords, octave-completion-at-point-function):
1110         Fix uses.
1111         (octave-font-lock-texinfo-comment): New user variable.
1112         (octave-texinfo-font-lock-keywords): New variable for texinfo
1113         comment block.
1114         (octave-function-comment-block): New face.
1115         (octave-font-lock-texinfo-comment): New function.
1116         (octave-mode): Font lock texinfo comment block.
1118 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1120         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1121         indexing expression.
1122         (octave-continuation-string): Do not use \.
1123         (inferior-octave-complete-impossible): Remove.
1124         (inferior-octave-completion-table)
1125         (inferior-octave-completion-at-point): Remove its uses.
1126         (inferior-octave-startup): completion_matches was introduced to
1127         Octave in 1996 so safe to assume it.
1128         (octave-function-file-comment): Improve to follow how Octave does it.
1129         (octave-update-function-file-comment): Tweak.
1131 2013-04-29  Leo Liu  <sdl.web@gmail.com>
1133         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1134         (inferior-octave-startup): Remove inferior-octave-startup-hook.
1135         (octave-function-file-comment): Fix typo.
1136         (octave-sync-function-file-names): Use read-char-choice.
1138 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
1140         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1141         to t for the less important warnings.
1143 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1145         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
1147 2013-04-27  Glenn Morris  <rgm@gnu.org>
1149         * vc/log-view.el (log-view-current-entry):
1150         Treat "---" separator lines as part of the following rev.  (Bug#14169)
1152 2013-04-27  Juri Linkov  <juri@jurta.org>
1154         * subr.el (read-number): Doc fix about using it by interactive
1155         code letter `n'.  (Bug#14254)
1157 2013-04-27  Juri Linkov  <juri@jurta.org>
1159         * desktop.el (desktop-auto-save-timeout): New option.
1160         (desktop-file-checksum): New variable.
1161         (desktop-save): Add optional arg `auto-save' and don't auto-save
1162         if nothing changed.
1163         (desktop-auto-save-timer): New variable.
1164         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1165         (after-init-hook): Call `desktop-auto-save-set-timer'.
1166         Suggested by Reuben Thomas <rrt@sc3d.org> in
1167         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1169 2013-04-27  Leo Liu  <sdl.web@gmail.com>
1171         * progmodes/octave.el (octave-function-file-p)
1172         (octave-skip-comment-forward, octave-function-file-comment)
1173         (octave-update-function-file-comment): New functions.
1174         (octave-mode-map): Bind C-c ; to
1175         octave-update-function-file-comment.
1176         (octave-mode-menu): Add octave-update-function-file-comment.
1177         (octave-mode, inferior-octave-mode): Fix doc-string.
1178         (octave-insert-defun): Conform to Octave's coding convention.
1179         (Bug#14285)
1181         * files.el (basic-save-buffer): Don't let errors in
1182         before-save-hook prevent saving buffer.
1184 2013-04-20  Roland Winkler  <winkler@gnu.org>
1186         * faces.el (read-face-name): Use completing-read if arg multiple
1187         is nil.
1189 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
1191         * ls-lisp.el (ls-lisp-insert-directory): If no files are
1192         displayed, move point to after the totals line.
1193         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1194         for the details.
1196 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * emacs-lisp/package.el (package-autoload-ensure-default-file):
1199         Add current dir to the load-path.
1200         (package-generate-autoloads): Don't rely on
1201         autoload-ensure-default-file.
1203 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
1205         * textmodes/remember.el (remember-store-in-files): Document that
1206         the file name format is passed to `format-time-string'.
1208 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1210         * progmodes/octave.el (octave-sync-function-file-names): New function.
1211         (octave-mode): Use it in before-save-hook.
1213 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1216         (bug#14274).
1218         * progmodes/octave.el (octave-smie-forward-token): Properly skip
1219         \n and comment, even if it's not an implicit ; (bug#14218).
1221 2013-04-26  Glenn Morris  <rgm@gnu.org>
1223         * subr.el (read-number): Once more use `read' rather than
1224         `string-to-number', to trap non-numeric input.  (Bug#14254)
1226 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
1228         * emacs-lisp/syntax.el (syntax-propertize-multiline):
1229         Use `syntax-multiline' text property consistently instead of
1230         `font-lock-multiline'. (bug#14237).
1232 2013-04-26  Glenn Morris  <rgm@gnu.org>
1234         * emacs-lisp/shadow.el (list-load-path-shadows):
1235         No longer necessary to check for duplicate simple.el, since
1236         2012-07-07 change to init_lread to not include installation lisp
1237         directories in load-path when running uninstalled.  (Bug#14270)
1239 2013-04-26  Leo Liu  <sdl.web@gmail.com>
1241         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1242         (octave-mode, inferior-octave-mode): Use setq-local.
1243         (octave-not-in-string-or-comment-p): Rename to
1244         octave-in-string-or-comment-p.
1245         (octave-in-comment-p, octave-in-string-p)
1246         (octave-in-string-or-comment-p): Replace defsubst with defun.
1248 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
1250         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1252 2013-04-25  Bastien Guerry  <bzg@gnu.org>
1254         * textmodes/remember.el (remember-data-directory)
1255         (remember-directory-file-name-format): Fix custom types.
1257 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1259         * progmodes/octave.el (octave-completion-at-point-function):
1260         Make use of inferior octave process.
1261         (octave-initialize-completions): Remove.
1262         (inferior-octave-completion-table): New function.
1263         (inferior-octave-completion-at-point): Use it.
1264         (octave-completion-alist): Remove.
1266 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * progmodes/opascal.el: Use font-lock and syntax-propertize.
1269         (opascal-mode-syntax-table): New var.
1270         (opascal-literal-kind, opascal-is-literal-end)
1271         (opascal-literal-token-at): Rewrite.
1272         (opascal--literal-start-re, opascal-font-lock-keywords)
1273         (opascal--syntax-propertize): New constants.
1274         (opascal-font-lock-defaults): Adjust.
1275         (opascal-mode): Use them.  Set comment-<foo> variables as well.
1276         (delphi-comment-face, opascal-comment-face, delphi-string-face)
1277         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1278         (delphi-other-face, opascal-other-face): Remove face variables.
1279         (opascal-save-state): Remove macro.
1280         (opascal-fontifying-progress-step): Remove constant.
1281         (opascal--ignore-changes): Remove var.
1282         (opascal-set-token-property, opascal-parse-next-literal)
1283         (opascal-is-stable-literal, opascal-complete-literal)
1284         (opascal-is-literal-start, opascal-face-of)
1285         (opascal-parse-region, opascal-parse-region-until-stable)
1286         (opascal-fontify-region, opascal-after-change)
1287         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1288         (opascal-debug-parse-region, opascal-debug-parse-window)
1289         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1290         (opascal-debug-fontify-buffer): Remove.
1291         (opascal-debug-mode-map): Adjust accordingly.
1293 2013-04-25  Leo Liu  <sdl.web@gmail.com>
1295         Merge octave-mod.el and octave-inf.el into octave.el with some
1296         cleanups.
1297         * progmodes/octave.el: New file renamed from octave-mod.el.
1298         * progmodes/octave-inf.el: Merged into octave.el.
1299         * progmodes/octave-mod.el: Renamed to octave.el.
1301 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
1303         * textmodes/reftex-vars.el
1304         (reftex-label-ignored-macros-and-environments): New defcustom.
1306         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1308 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1311         (smie-indent-keyword): Improve the check to ensure that the next
1312         comment is really on the same line.
1313         (smie-indent-comment): Don't align with a subsequent closer (or eob).
1315         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1316         semi-colons if the line is not otherwise empty (bug#14218).
1318 2013-04-25  Glenn Morris  <rgm@gnu.org>
1320         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1322 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * progmodes/opascal.el (opascal-set-token-property): Rename from
1325         opascal-set-text-properties and only set `token' (bug#14134).
1326         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1327         (opascal-literal-text-properties): Remove.
1328         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1329         Adjust callers.
1331 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
1333         * textmodes/remember.el (remember-handler-functions): Add an
1334         option for a new handler `remember-store-in-files'.
1335         (remember-data-directory, remember-directory-file-name-format):
1336         New options.
1337         (remember-store-in-files): New function to store remember notes
1338         as separate files within a directory.
1340 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
1342         * progmodes/compile.el (compilation-next-error-function):
1343         Pass "formats" to compilation-find-file (bug#11777).
1345 2013-04-24  Glenn Morris  <rgm@gnu.org>
1347         * vc/vc-bzr.el (vc-bzr-print-log):
1348         * vc/vc-hg.el (vc-hg-print-log):
1349         * vc/vc-svn.el (vc-svn-print-log):
1350         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
1352         * vc/vc-bzr.el (vc-bzr-print-log):
1353         * vc/vc-cvs.el (vc-cvs-print-log):
1354         * vc/vc-git.el (vc-git-print-log):
1355         * vc/vc-hg.el (vc-hg-print-log):
1356         * vc/vc-mtn.el (vc-mtn-print-log):
1357         * vc/vc-rcs.el (vc-rcs-print-log):
1358         * vc/vc-sccs.el (vc-sccs-print-log):
1359         * vc/vc-svn.el (vc-svn-print-log):
1360         * vc/vc.el (vc-print-log-internal): Doc fixes.
1362 2013-04-23  Glenn Morris  <rgm@gnu.org>
1364         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1365         Remove venerable code attempting to avoid substitute-command-keys.
1367 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
1369         * textmodes/reftex-vars.el (reftex-label-regexps):
1370         Call `reftex-compile-variables' after changes to this variable.
1372 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1375         Use lexical-binding.
1376         (jit-lock-force-redisplay): Use markers, check buffer's continued
1377         existence and beware narrowed buffers.
1378         (jit-lock-fontify-now): Adjust call accordingly.
1380 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1382         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1383         to avoid misleading the user.
1385 2013-04-22  Leo Liu  <sdl.web@gmail.com>
1387         * info-look.el: Prefer latex2e.info.  (Bug#14240)
1389 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
1391         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
1393         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1394         * net/tramp.el (tramp-call-process): ... here
1395         (tramp-set-completion-function, tramp-parse-putty):
1396         * net/tramp-adb.el (tramp-adb-execute-adb-command):
1397         * net/tramp-gvfs.el (tramp-gvfs-send-command):
1398         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1399         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1400         (tramp-call-local-coding-command): Use `tramp-call-process'
1401         instead of `tramp-compat-call-process'.
1403         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1404         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1405         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1406         (tramp-find-inline-compress): Improve traces.
1407         (tramp-maybe-send-script): Check for Perl binary.
1408         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1410 2013-04-22  Daiki Ueno  <ueno@gnu.org>
1412         * epg.el (epg-context-pinentry-mode): New function.
1413         (epg-context-set-pinentry-mode): New function.
1414         (epg--start): Pass --pinentry-mode option to gpg command.
1416 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
1418         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1419         `comint-dynamic-complete' is obsolete since 24.1, replaced by
1420         `completion-at-point'. (Bug#13774)
1422         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1423         default key binding for `describe-distribution' has been moved to
1424         `C-h C-o'.  (Bug#13970)
1426 2013-04-21  Glenn Morris  <rgm@gnu.org>
1428         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1429         Add doc strings.
1430         (vc-print-log): Clarify interactive prompt.
1432 2013-04-20  Glenn Morris  <rgm@gnu.org>
1434         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1435         No longer include timestamp etc information.
1437 2013-04-20  Roland Winkler  <winkler@gnu.org>
1439         * faces.el (read-face-name): Bug fix, return just one face if arg
1440         multiple is nil.  (Bug#14209)
1442 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1444         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1445         (remove-function): Autoload.
1447         * comint.el (comint-redirect-original-filter-function): Remove.
1448         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1449         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1450         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1451         * progmodes/prolog.el (prolog-consult-compile):
1452         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1453         Use add/remove-function instead.
1454         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1455         (gud-tooltip-process-output, gud-tooltip-tips):
1456         Use add/remove-function instead.
1457         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1458         (scheme-interaction-mode, exit-scheme-interaction-mode):
1459         Use add/remove-function instead.
1461         * vc/vc-dispatcher.el: Use lexical-binding.
1462         (vc--process-sentinel): Rename from vc-process-sentinel.
1463         Change last arg to be the code to run.  Don't use vc-previous-sentinel
1464         and vc-sentinel-commands any more.
1465         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
1466         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1468 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
1470         * progmodes/sh-script.el (sh-imenu-generic-expression):
1471         Handle function names with a single character.   (Bug#14111)
1473 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
1475         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1476         for subroutines defined in an eval (bug#14182).
1478 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1480         * bookmark.el (bookmark-completing-read): Improve handling of empty
1481         string (bug#14176).
1483 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1487 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1489         New faster Imenu implementation (bug#14058).
1490         * progmodes/python.el:
1491         (python-imenu-prev-index-position):
1492         (python-imenu-format-item-label-function)
1493         (python-imenu-format-parent-item-label-function)
1494         (python-imenu-format-parent-item-jump-label-function):
1495         New vars.
1496         (python-imenu-format-item-label)
1497         (python-imenu-format-parent-item-label)
1498         (python-imenu-format-parent-item-jump-label)
1499         (python-imenu--put-parent, python-imenu--build-tree)
1500         (python-imenu-create-index, python-imenu-create-flat-index)
1501         (python-util-popn): New functions.
1502         (python-mode): Set imenu-create-index-function to
1503         python-imenu-create-index.
1505 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * winner.el (winner-active-region): Use region-active-p, activate-mark
1508         and deactivate-mark (bug#14225).
1510         * simple.el (deactivate-mark): Don't inline it.
1512 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
1514         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1516 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
1518         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1519         file extensions from the archive-mode entry in order to prefer
1520         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1522 2013-04-18  Leo Liu  <sdl.web@gmail.com>
1524         * bindings.el (help-event-list): Add ?\?.
1526 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * subr.el (with-wrapper-hook): Declare obsolete.
1529         * simple.el (filter-buffer-substring-function): New hook.
1530         (filter-buffer-substring): Use it.
1531         (filter-buffer-substring-functions): Mark obsolete.
1532         * minibuffer.el (completion-in-region-function): New hook.
1533         (completion-in-region): Use it.
1534         (completion-in-region-functions): Mark obsolete.
1535         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1536         * abbrev.el (abbrev-expand-function): New hook.
1537         (expand-abbrev): Use it.
1538         (abbrev-expand-functions): Mark obsolete.
1539         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1540         and :filter-return.
1542 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1544         * progmodes/python.el (python-nav--syntactically): Fix cornercases
1545         and do not care about match data.
1547 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1550         completion tables when completing error conditions and
1551         `declare' arguments.
1552         (lisp-complete-symbol, field-complete): Mark as obsolete.
1553         (check-parens): Unmatched parens are user errors.
1554         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1556 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
1558         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1559         command changed buffer (ie. `flyspell-pre-buffer' is not current
1560         buffer), which prevents making decisions based on invalid value of
1561         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
1562         cause an error when `flyspell-pre-point' was nil after switching
1563         buffers.
1564         (flyspell-post-command-hook): No longer needs to change buffers when
1565         checking pre-word.  While at it remove unnecessary progn.
1567 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
1569         * textmodes/ispell.el (ispell-add-per-file-word-list):
1570         Fix `flyspell-correct-word-before-point' error when accepting
1571         words and `coment-padding' is an integer by using
1572         `comment-normalize-vars' (Bug #14214).
1574 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1576         New defun movement commands.
1577         * progmodes/python.el (python-nav--syntactically)
1578         (python-nav--forward-defun, python-nav-backward-defun)
1579         (python-nav-forward-defun): New functions.
1581 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
1583         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1584         (python-syntax-context): Use named compiler-macro for backwards
1585         compatibility with Emacs 24.x.
1587 2013-04-17  Leo Liu  <sdl.web@gmail.com>
1589         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1590         octave-hide-process-buffer.
1592 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1595         (bug#14216).
1597 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
1599         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1600         Fix adjustment of offset when receiving incomplete responses from GDB
1601         (bug#14129).
1603 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1605         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1606         python-mode-abbrev-table.
1607         (python-skeleton-define): Adjust accordingly.
1608         (python-mode-abbrev-table): New table that inherits from it so that
1609         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1611         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1612         (abbrev-symbol): Use it.
1613         (abbrev--before-point): Use it since we already handle inheritance.
1615 2013-04-16  Leo Liu  <sdl.web@gmail.com>
1617         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1618         binding to info-lookup-symbol.
1620 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
1622         * minibuffer.el (completion--twq-all):
1623         * term/ns-win.el (ns-initialize-window-system):
1624         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1626 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1629         global bindings.
1631         * doc-view.el (doc-view-start-process): Handle url-handler directories.
1633 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
1635         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1636         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1637         to nil.
1638         (ruby-end-of-defun): Remove the unused arg, change the docstring
1639         to reflect that this function is only used as the value of
1640         `end-of-defun-function'.
1641         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1642         to reflect an earlier change that beginning/end-of-defun functions
1643         jump between methods in a class definition, as well as top-level
1644         functions.
1646 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * minibuffer.el (minibuffer-complete): Don't just scroll
1649         a *Completions* that's been iconified.
1650         (minibuffer-force-complete): Make sure repetitions do cycle when going
1651         through completion-in-region -> minibuffer-complete.
1653 2013-04-15  Alan Mackenzie  <acm@muc.de>
1655         Correct the placement of c-cpp-delimiters when there're #s not at
1656         col 0.
1658         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1659         place a submatch around the #.
1660         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1661         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
1662         on the #, not BOL.
1664 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * emacs-lisp/nadvice.el: Properly test names when adding advice.
1667         (advice--member-p): New arg `name'.
1668         (advice--add-function, advice-member-p): Use it (bug#14202).
1670 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
1672         Reformulate java imenu-generic-expression.
1673         The old expression contained ill formed regexps.
1675         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1676         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1677         (cc-imenu-java-method-arg-regexp): New defconsts.
1678         (cc-imenu-java-build-type-args-regex): New defun.
1679         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1680         handling of spaces in the regexp.
1682 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1684         * textmodes/ispell.el (ispell-command-loop): Remove
1685         flyspell highlight of a word when ispell accepts it (bug #14178).
1687 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
1689         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1690         uses code from the previous `ange-ftp-run-real-handler'.
1691         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1692         only in case that function exist.  This is needed for proper
1693         unloading of Tramp.
1695 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
1697         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1699         * textmodes/reftex.el (reftex-compile-variables): Use it.
1701 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1703         * files.el (normal-mode): Only use default major-mode if no other mode
1704         was specified.
1706         * emacs-lisp/trace.el (trace-values): New function.
1708         * files.el: Allow : in local variables (bug#14089).
1709         (hack-local-variable-regexp): New var.
1710         (hack-local-variables-prop-line, hack-local-variables): Use it.
1712 2013-04-13  Roland Winkler  <winkler@gnu.org>
1714         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
1715         data before it gets modified by bibtex-beginning-of-entry.
1717 2013-04-13  Roland Winkler  <winkler@gnu.org>
1719         * textmodes/bibtex.el (bibtex-url): Doc fix.
1721 2013-04-13  Roland Winkler  <winkler@gnu.org>
1723         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1724         does not visit a BibTeX file, exclude it from the list of buffers
1725         returned by bibtex-initialize.
1727 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
1729         * window.el (split-window): Remove interactive form, since as a
1730         command this function is a special case of split-window-below.
1731         Correct doc string.
1733 2013-04-12  Roland Winkler  <winkler@gnu.org>
1735         * faces.el (read-face-name): Do not override value of arg default.
1736         Allow single faces and strings as default values.  Remove those
1737         elements from return value that are not faces.
1738         (describe-face): Simplify.
1739         (face-at-point): New optional args thing and multiple so that this
1740         function can provide the same functionality previously provided by
1741         read-face-name.
1742         (make-face-bold, make-face-unbold, make-face-italic)
1743         (make-face-unitalic, make-face-bold-italic, invert-face)
1744         (modify-face, read-face-and-attribute): Use face-at-point.
1746         * cus-edit.el (customize-face, customize-face-other-window)
1747         * cus-theme.el (custom-theme-add-face)
1748         * face-remap.el (buffer-face-set)
1749         * facemenu.el (facemenu-set-face): Use face-at-point.
1751 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
1753         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1755 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
1757         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1758         off leading { and trailing } from field values.
1760 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1762         * emacs-lisp/timer.el (timer--check): New function.
1763         (timer--time, timer-set-function, timer-event-handler): Use it.
1764         (timer-set-idle-time): Simplify.
1765         (timer--activate): CSE.
1766         (timer-event-handler): Give more info in error message.
1767         (internal-timer-start-idle): New function, moved from C.
1769         * mpc.el (mpc-proc): Add `restart' argument.
1770         (mpc-proc-cmd): Use it.
1771         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1772         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1773         less often.
1775 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
1777         * progmodes/sh-script.el: Implement `sh-mode' own
1778         `add-log-current-defun-function' (bug#14112).
1779         (sh-current-defun-name): New function.
1780         (sh-mode): Use the function.
1782 2013-04-09  Bastien Guerry  <bzg@gnu.org>
1784         * simple.el (choose-completion-string): Fix docstring (bug#14163).
1786 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1788         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1790         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1791         timer (bug#14156).
1793 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
1795         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1796         declaration.
1798 2013-04-07  Leo Liu  <sdl.web@gmail.com>
1800         * pcmpl-x.el: New file.
1802 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
1804         Do not set x-display-name until X connection is established.
1805         This is needed to prevent from weird situation described at
1806         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1807         * frame.el (make-frame): Set x-display-name after call to
1808         window system initialization function, not before.
1809         * term/x-win.el (x-initialize-window-system): Add optional
1810         display argument and use it.
1811         * term/w32-win.el (w32-initialize-window-system):
1812         * term/ns-win.el (ns-initialize-window-system):
1813         * term/pc-win.el (msdos-initialize-window-system):
1814         Add compatible optional display argument.
1816 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
1818         * files.el (normal-backup-enable-predicate): On MS-Windows and
1819         MS-DOS compare truenames of temporary-file-directory and of the
1820         file, so that 8+3 aliases (usually found in $TEMP on Windows)
1821         don't fail comparison by compare-strings.  Also, compare file
1822         names case-insensitively on MS-Windows and MS-DOS.
1824 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1827         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1829 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
1831         * whitespace.el (whitespace-color-on, whitespace-color-off):
1832         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1834 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
1836         * ispell.el (ispell-set-spellchecker-params):
1837         Really set `ispell-args' for all equivs.
1839 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * ido.el (ido-completions): Use extra elements of ido-decorations
1842         (bug#14143).
1843         (ido-decorations): Update docstring.
1845 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
1847         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1848         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1849         nil during initialization, in order not to miss changes since the
1850         file was opened.  (Bug#14140)
1852 2013-04-05  Leo Liu  <sdl.web@gmail.com>
1854         * kmacro.el (kmacro-call-macro): Fix bug#14135.
1856 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
1858         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1860 2013-04-04  Glenn Morris  <rgm@gnu.org>
1862         * electric.el (electric-pair-inhibit-predicate): Add :version.
1864 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1866         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1867         when a package is required several times (bug#14082).
1869 2013-04-04  Roland Winkler  <winkler@gnu.org>
1871         * faces.el (read-face-name): Behave as promised by the docstring.
1872         Assume that arg default is a list of faces.
1873         (describe-face): Call read-face-name with list of default faces.
1875 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1877         * bookmark.el: Fix deletion of bookmarks (bug#13972).
1878         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1879         (bookmark-bmenu-execute-deletions): Only skip first line if it's
1880         the header.
1881         (bookmark-exit-hook-internal): Save even if list is empty.
1883 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
1885         * emacs-lisp/package.el (package-pinned-packages): New var.
1886         (package--add-to-archive-contents): Obey it (bug#14118).
1888 2013-04-03  Alan Mackenzie  <acm@muc.de>
1890         Handle `parse-partial-sexp' landing inside a comment opener
1891         (Bug#13244). Also adapt to the new values of element 7 of a parse
1892         state.
1894         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1895         parameter `not-in-delimiter'.  Handle being inside comment opener.
1896         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1897         character in case we're typing a '*' after a '/'.
1898         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1899         instead by passing the parameter to c-state-pp-to-literal.
1901         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1902         for elt. 7 of a parse state.
1904 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
1906         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1907         * international/latin1-disp.el, international/mule-util.el:
1908         * language/cyril-util.el, language/european.el, language/ind-util.el:
1909         * language/lao-util.el, language/thai.el, language/tibet-util.el:
1910         * language/tibetan.el, language/viet-util.el:
1911         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1913 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1915         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1916         (electric-pair-post-self-insert-function): Use it.
1917         (electric-pair-default-inhibit): New function, extracted from
1918         electric-pair-post-self-insert-function.
1920 2013-03-31  Roland Winkler  <winkler@gnu.org>
1922         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1924 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1928 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
1930         Un-indent after "pass" and "return" statements (Bug#13888)
1931         * progmodes/python.el (python-indent-block-enders): New var.
1932         (python-indent-calculate-indentation): Use it.
1934 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
1936         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1937         defun.  Defining it as defalias could introduce too eager
1938         byte-compiler optimization.  (Bug#14030)
1940 2013-03-30  Chong Yidong  <cyd@gnu.org>
1942         * iswitchb.el (iswitchb-read-buffer): Fix typo.
1944 2013-03-30  Leo Liu  <sdl.web@gmail.com>
1946         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1947         (kmacro-execute-from-register): Pass the keyboard macro to
1948         kmacro-call-macro or repeating won't work correctly.
1950 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
1952         * progmodes/subword.el: Back to using `forward-symbol'.
1954         * subr.el (forward-whitespace, forward-symbol)
1955         (forward-same-syntax): Move from thingatpt.el.
1957 2013-03-29  Leo Liu  <sdl.web@gmail.com>
1959         * kmacro.el (kmacro-to-register): New command.
1960         (kmacro-execute-from-register): New function.
1961         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
1963 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * mpc.el: Use defvar-local and setq-local.
1966         (mpc--proc-connect): Connection failures are not bugs.
1967         (mpc-mode-map): `follow-link' only applies to the buffer's content.
1968         (mpc-volume-map): Bind to the up-events.
1970 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1972         * progmodes/subword.el (superword-mode): Use `forward-sexp'
1973         instead of `forward-symbol'.
1975 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1978         (edebug--recursive-edit): Use it.
1979         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1980         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1982 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1984         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1986 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1988         * facemenu.el (list-colors-callback): New defvar.
1989         (list-colors-redisplay): New function.
1990         (list-colors-display): Install list-colors-redisplay as the
1991         revert-buffer-function.  (Bug#14063)
1993 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1995         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1996         and suffixes don't overlap (bug#14061).
1998         * case-table.el: Use lexical-binding.
1999         (case-table-get-table): New function.
2000         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
2002 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2004         * progmodes/subword.el: Add `superword-mode' to do word motion
2005         over symbol_words (parallels and leverages `subword-mode' which
2006         does word motion inside MixedCaseWords).
2008 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2010         * eshell/em-unix.el: Move su and sudo to...
2011         * eshell/em-tramp.el: ...Eshell tramp module.
2013 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2016         Change return value to be a sexp.  Delay `get-buffer' to after
2017         restoring the desktop (bug#13951).
2019 2013-03-26  Leo Liu  <sdl.web@gmail.com>
2021         * register.el: Move semantic tag handling back to
2022         cedet/semantic/senator.el.  (Bug#14052)
2024 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2026         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2027         into the prompt either (bug#13963).
2029 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2032         part of "(error-foo)".
2034 2013-03-24  Juri Linkov  <juri@jurta.org>
2036         * replace.el (list-matching-lines-prefix-face): New defcustom.
2037         (occur-1): Pass `list-matching-lines-prefix-face' to the function
2038         `occur-engine' if `face-differs-from-default-p' returns t.
2039         (occur-engine): Add `,' inside backquote construct to evaluate
2040         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
2041         Pass `prefix-face' to the functions `occur-context-lines' and
2042         `occur-engine-add-prefix'.
2043         (occur-engine-add-prefix, occur-context-lines): Add optional arg
2044         `prefix-face' and propertize the prefix with `prefix-face'.
2045         (Bug#14017)
2047 2013-03-24  Leo Liu  <sdl.web@gmail.com>
2049         * nxml/rng-valid.el (rng-validate-while-idle)
2050         (rng-validate-quick-while-idle): Guard against deleted buffer.
2051         (Bug#13999)
2053         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2054         is the last entry in kill-buffer-hook.
2056         * files.el (kill-buffer-hook): Doc fix.
2058 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
2060         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2061         Make it safe-local.
2063         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2065 2013-03-23  Leo Liu  <sdl.web@gmail.com>
2067         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2068         Remove.
2070         * nxml/rng-valid.el (rng-validate-mode)
2071         (rng-after-change-function, rng-do-some-validation):
2072         * nxml/rng-maint.el (rng-validate-buffer):
2073         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2074         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2075         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2076         (nxml-extend-after-change-region): Use with-silent-modifications.
2078         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2079         timer-idle-list.
2081         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2082         (rng-next-error-1, rng-previous-error-1): Do not let-bind
2083         timer-idle-list.  (Bug#13999)
2085 2013-03-23  Juri Linkov  <juri@jurta.org>
2087         * info.el (info-index-match): New face.
2088         (Info-index, Info-apropos-matches): Add a nested subgroup to the
2089         main pattern and add text properties with the new face to matches
2090         in index entries relative to the beginning of the index entry.
2091         (Bug#14015)
2093 2013-03-21  Eric Ludlam  <zappo@gnu.org>
2095         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2096         Inhibit read only while inserting objects.
2098 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2100         * progmodes/cfengine.el: Update docs to mention
2101         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
2102         symbol motion.  Remove "_" from the word syntax.
2104 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
2106         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2107         syntax for both `cfengine2-mode' and `cfengine3-mode'.
2109 2013-03-20  Juri Linkov  <juri@jurta.org>
2111         * info.el (Info-next-reference-or-link)
2112         (Info-prev-reference-or-link): New functions.
2113         (Info-next-reference, Info-prev-reference): Use them.
2114         (Info-try-follow-nearest-node): Handle footnote navigation.
2115         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
2117 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2120         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2122 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
2124         Suppress unnecessary non-ASCII chatter during build process.
2125         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2126         (batch-skkdic-convert): Suppress most of the chatter.
2127         It's not needed so much now that machines are faster,
2128         and its non-ASCII component was confusing; see Dmitry Gutov in
2129         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2131 2013-03-20  Leo Liu  <sdl.web@gmail.com>
2133         * ido.el (ido-chop): Fix bug#10994.
2135 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2137         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2138         Remove vars.
2139         (whitespace-color-on, whitespace-color-off):
2140         Use `font-lock-fontify-buffer' (Bug#13817).
2142 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2145         remapping in mode-line.
2146         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2148 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
2150         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2151         value for `whitespace-line' face (Bug#13875).
2152         (whitespace-font-lock-keywords): Change description.
2153         (whitespace-color-on): Don't save `font-lock-keywords' value, save
2154         the constructed keywords instead.
2155         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2157 2013-03-19  Leo Liu  <sdl.web@gmail.com>
2159         * progmodes/compile.el (compilation-display-error): New command.
2160         (compilation-mode-map, compilation-minor-mode-map): Bind it to
2161         C-o.  (Bug#13992)
2163 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2165         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2167 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
2169         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2171 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
2173         * net/tramp-compat.el (tramp-compat-user-error): New defun.
2175         * net/tramp-adb.el (tramp-adb-handle-shell-command):
2176         * net/tramp-gvfs.el (top):
2177         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2178         (tramp-handle-shell-command): Use it.
2179         (tramp-dissect-file-name): Raise an error when hostname is a
2180         method name, and neither method nor user is specified.
2182         * net/trampver.el: Update release number.
2184 2013-03-18  Leo Liu  <sdl.web@gmail.com>
2186         Make sure eldoc can be turned off properly.
2187         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2188         eldoc-mode.
2189         (eldoc-display-message-p): Revert last change.
2190         (eldoc-display-message-no-interference-p)
2191         (eldoc-print-current-symbol-info): Tweak.
2193 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
2195         * doc-view.el (doc-view-new-window-function): Check the new window
2196         overlay's display property instead the char property of the
2197         buffer's first char.  Use `with-selected-window' instead of
2198         `save-window-excursion' with `select-window'.
2199         (doc-view-document->bitmap): Check the current doc-view overlay's
2200         display property instead the char property of the buffer's first char.
2202 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
2204         Automate the build of ja-dic.el (Bug#13984).
2205         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2206         from the input, rather than assume that it's been done for us by the
2207         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
2208         the current date into a ja-dic.el comment, as that complicates
2209         regression testing.
2211 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * whitespace.el: Fix double evaluation.
2214         (whitespace-space, whitespace-hspace, whitespace-tab)
2215         (whitespace-newline, whitespace-trailing, whitespace-line)
2216         (whitespace-space-before-tab, whitespace-indentation)
2217         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2218         obsolete defvars.
2219         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2220         (whitespace-color-on): Use a single font-lock-add-keywords call.
2221         Fix double-evaluation of face variables.
2223 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
2225         * net/tramp-adb.el (tramp-adb-parse-device-names):
2226         Use `start-process' instead of `call-process'.  Otherwise, the
2227         function might be blocked under MS Windows.  (Bug#13299)
2229 2013-03-17  Leo Liu  <sdl.web@gmail.com>
2231         Extend eldoc to display info in the mode-line.  (Bug#13978)
2232         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2233         (eldoc-mode-line-string): New variable.
2234         (eldoc-minibuffer-message): New function.
2235         (eldoc-message-function): New variable.
2236         (eldoc-message): Use it.
2237         (eldoc-display-message-p)
2238         (eldoc-display-message-no-interference-p):
2239         Support eldoc-post-insert-mode.
2241         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2242         (eval-expression): Run it.
2244 2013-03-17  Roland Winkler  <winkler@gnu.org>
2246         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2247         strings in the list of return values.
2249 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
2251         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2252         radix before checking for HMS forms.
2254 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2256         * progmodes/scheme.el: Add indentation and font-locking for Î».
2257         (Bug#13975)
2259 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2261         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2262         token before point (bug#13942).
2264 2013-03-16  Leo Liu  <sdl.web@gmail.com>
2266         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
2268 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
2270         * startup.el (command-line-normalize-file-name): Fix handling of
2271         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
2272         <xfq.free@gmail.com> in
2273         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2275 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
2277         Sync with Tramp 2.2.7.
2279         * net/trampver.el: Update release number.
2281 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
2283         * doc-view.el Fix bug#13887.
2284         (doc-view-insert-image): Don't modify overlay associated to
2285         non-live windows, and implement horizontal centering of image in
2286         case it's smaller than the window.
2287         (doc-view-new-window-function): Force redisplay of new windows on
2288         doc-view buffers.
2290 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
2292         * saveplace.el (save-place-alist-to-file): Don't sort
2293         `save-place-alist', just pretty-print it (bug#13882).
2295 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
2297         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2298         whether `default-file-name-coding-system' is bound.  It isn't in
2299         XEmacs.
2301 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2304         backquotes for `obsolete' (bug#13929).
2306         * international/mule.el (find-auto-coding): Include file name in
2307         obsolescence warning (bug#13922).
2309 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2311         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2312         for CFEngine 3-specific indentation.
2313         (cfengine3-indent-line): Use it.  Fix up category regex.
2314         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2316 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * type-break.el (type-break-file-name):
2319         * textmodes/remember.el (remember-data-file):
2320         * strokes.el (strokes-file):
2321         * shadowfile.el (shadow-initialize):
2322         * saveplace.el (save-place-file):
2323         * ps-bdf.el (bdf-cache-file):
2324         * progmodes/idlwave.el (idlwave-config-directory):
2325         * net/quickurl.el (quickurl-url-file):
2326         * international/kkc.el (kkc-init-file-name):
2327         * ido.el (ido-save-directory-list-file):
2328         * emulation/viper.el (viper-custom-file-name):
2329         * emulation/vip.el (vip-startup-file):
2330         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2331         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2333 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
2335         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2336         * language/thai-word.el: Switch to UTF-8.
2338 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2342 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2344         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2345         Use with-current-buffer and don't move point.
2346         (net-utils-run-simple): Remove useless code.
2347         (net-utils-remove-ctl-m): Remove unused custom.
2349 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
2351         * international/characters.el (glyphless-set-char-table-range): New fun.
2352         (update-glyphless-char-display): Use it (bug#13744).
2354 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2356         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2357         namespaces in the syntax, indent closer for hanging brace
2358         correctly, allow single-quote delimited 'strings', and make
2359         `cfengine3-mode' the default.
2361 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
2363         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2364         Use lexical-binding.  Fix up docstring according to conventions.
2365         (gdbmi-debug-mode): New var.
2366         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2367         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2368         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2369         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2370         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2371         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2372         (gdbmi-bnf-incomplete-record-result): New functions.
2373         (gdb-car<): Remove function.
2374         (gdbmi-record-list): Remove variable.
2375         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2376         (gdbmi-bnf-result-state-configs): New const.
2377         (gud-gdbmi-marker-filter): Rewrite.
2378         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2379         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2380         Add `token' argument.
2381         (gdb-done, gdb-error): New functions.
2382         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
2384 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         * term/xterm.el (xterm--report-background-handler): Don't burp
2387         upon timeout.
2388         (xterm--version-handler): Extract from terminal-init-xterm.
2389         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
2390         Allow multiple handlers.
2391         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2393         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
2394         (xterm--report-background-handler, xterm--query): New functions.
2395         (terminal-init-xterm): Use them.
2397 2013-03-11  Michael R. Mauger  <michael@mauger.com>
2399         * progmodes/sql.el Version 3.2
2400         Please note that my address changed to <michael@mauger.com>;
2401         the <mmaug@yahoo.com> address remains active.
2402         (sql-connection-alist): Updates documentation to fix bug#13715.
2403         (sql-connect): Handle missing `sql-connection-alist' correctly.
2404         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2405         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2406         property.
2407         (sql-default-value): New function.
2408         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2409         values were not used.
2410         (sql-rename-buffer): Make sure alternate buffer name has no text
2411         properties.
2412         (sql-input-sender, sql-execute-feature): Fetch variable with
2413         `buffer-local-value' rather than `with-current-buffer'.
2414         (sql-*): Use #' function syntax consistently.
2415         (sql-*): Use message/error/user-error consistently.
2417 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2419         * xt-mouse.el (xterm-mouse-event-read): Remove.
2420         (xterm-mouse--read-event-sequence-1000)
2421         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2423 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2425         * term/xterm.el (xterm-function-map): Support format used with
2426         formatOtherKeys=1 (bug#13839).
2428         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2429         (with-no-warnings): Use `declare'.
2431         * whitespace.el (whitespace-enable-predicate): New variable.
2432         (whitespace-enable-predicate): Use it.
2434         * comint.el (comint-send-input, comint-snapshot-last-prompt)
2435         (comint-output-filter, comint-update-fence):
2436         Use with-silent-modifications.
2438 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
2440         * replace.el (occur-read-regexp-defaults-function): New var.
2441         (occur-read-regexp-defaults): New defun.
2442         (occur-read-primary-args): Propagate above change (bug#13892).
2444 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2446         * mouse.el (mouse-drag-track): Remove left-over debugging code.
2448 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
2450         Major rewrite due to changed D-Bus interface of GVFS 1.14.
2452         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2453         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2454         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2455         New defconst.
2456         (tramp-gvfs-file-name-handler-alist) [directory-files]
2457         [directory-files-and-attributes, file-exists-p, file-modes]:
2458         Use Tramp default handler.
2459         [file-acl, file-selinux-context, process-file, set-file-acl]:
2460         [set-file-modes, set-file-selinux-context, shell-command]:
2461         [start-file-process]: Remove handler.
2462         [verify-visited-file-modtime]: New handler.
2463         (tramp-gvfs-dbus-string-to-byte-array)
2464         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
2465         calls of `dbus-string-to-byte-array' and
2466         `tramp-gvfs-dbus-byte-array-to-string'.
2467         (tramp-gvfs-handle-copy-file)
2468         (tramp-gvfs-handle-delete-directory)
2469         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2470         (tramp-gvfs-handle-file-directory-p)
2471         (tramp-gvfs-handle-file-executable-p)
2472         (tramp-gvfs-handle-file-name-all-completions)
2473         (tramp-gvfs-handle-file-readable-p)
2474         (tramp-gvfs-handle-file-writable-p)
2475         (tramp-gvfs-handle-insert-directory)
2476         (tramp-gvfs-handle-insert-file-contents)
2477         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2478         (tramp-gvfs-handle-set-visited-file-modtime)
2479         (tramp-gvfs-handle-write-region): Rewrite.
2480         (tramp-gvfs-handle-file-acl)
2481         (tramp-gvfs-handle-file-selinux-context)
2482         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2483         (tramp-gvfs-handle-set-file-modes)
2484         (tramp-gvfs-handle-set-file-selinux-context)
2485         (tramp-gvfs-handle-shell-command)
2486         (tramp-gvfs-handle-start-file-process)
2487         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2488         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2489         over the symlinks.  Fix user handling.
2490         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2491         of the D-Bus signals.
2492         (tramp-gvfs-connection-mounted-p): Handle different names of the
2493         D-Bus methods.
2494         (tramp-gvfs-mount-spec-entry): New defun.
2495         (tramp-gvfs-mount-spec): Use it.
2496         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2497         there is a share name.  Handle different names of the D-Bus
2498         signals and methods.  Set connection properties needed for
2499         `tramp-check-cached-permissions'.
2500         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2501         Return t or nil.
2503         * net/tramp.el (tramp-backtrace): Move up.
2504         (tramp-error): Dump a backtrace into the debug buffer when
2505         `tramp-verbose > 9.
2506         (tramp-file-mode-type-map, tramp-file-mode-from-int)
2507         (tramp-file-mode-permissions, tramp-get-local-uid)
2508         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2509         tramp-sh.el.
2511         * net/tramp-sh.el (tramp-file-mode-type-map)
2512         (tramp-check-cached-permissions, tramp-file-mode-from-int)
2513         (tramp-file-mode-permissions, tramp-get-local-uid)
2514         (tramp-get-local-gid): Move to tramp.el.
2516 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         Separate mouse-1-click-follows-link from mouse-drag-region.
2519         * mouse.el (mouse--down-1-maybe-follows-link): New function.
2520         (key-translation-map): Use it to implement mouse-1-click-follows-link.
2521         (mouse-drag-line, mouse-drag-track):
2522         Remove mouse-1-click-follows-link code.
2523         (mouse--remap-link-click-p): Remove.
2525 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
2527         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2528         (hi-lock-read-regexp-defaults):  New defun.
2529         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2530         (hi-lock-face-phrase-buffer): Propagate above change.
2531         Update docstring (bug#13892).
2533         * subr.el (find-tag-default-as-regexp): New defun.
2534         * replace.el (read-regexp): Propagate above change.
2536 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
2538         * calc/calc-units.el (calc-convert-units): Fix the way that default
2539         new units are stored.
2541 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2543         * bookmark.el: Define a face to highlight bookmark names in
2544         bookmark menu buffers, where the default is a bold face similarly
2545         to buffer names in buffer menu buffers.
2546         (bookmark-menu-bookmark): New face to highlight bookmark names.
2547         (bookmark-insert-location): Remove duplicated text property to
2548         conform to buffer list (see `list-buffers').
2549         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2550         `bookmark-menu-bookmark' to bookmark names.
2552 2013-03-07  Matthias Meulien  <orontee@gmail.com>
2553             Karl Fogel  <kfogel@red-bean.com>
2555         * bookmark.el: Display the bookmark list header similarly to the
2556         buffer list header (see `list-buffers'), where the default is now
2557         an immovable/immutable header line.
2558         (bookmark-bmenu-use-header-line): New variable.
2559         (bookmark-bmenu-inline-header-height): New name for
2560         `bookmark-bmenu-header-height', to avoid confusion with the code
2561         for the new immovable header.  All references changed.
2562         (bookmark-bmenu-set-header): New function.
2563         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2564         Conditionalize header construction accordingly.
2565         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2566         the inline header height.
2567         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2568         Conditionalize the skipping of the inline header height.
2570 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
2572         * progmodes/js.el (js--multi-line-declaration-indentation):
2573         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2575 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
2577         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2578         Only propertize regexp when not inside a string (Bug#13885).
2580 2013-03-06  Alan Mackenzie  <acm@muc.de>
2582         Correct the position of point in some line-up functions.
2583         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2584         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2585         point at column 0 rather than at a random place in the line.
2587 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
2589         * net/tramp-compat.el (tramp-compat-delete-directory):
2590         Implement TRASH argument.
2592 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
2594         Keep pre-existing highlighting in completion candidates (Bug#13250).
2595         * minibuffer.el (completions-first-difference): State that the
2596         face is "added" in the docstring.
2597         (completions-common-part): Same.  And don't inherit from default.
2598         (completion-hilit-commonality): Prepend 'completions-common-part
2599         and 'completion-first-difference faces to the 'face property,
2600         instead of replacing the value(s).
2601         (completion--insert-strings): Same with 'completions-annotations face.
2602         (completion-hilit-commonality): Use 'face instead of
2603         'font-lock-face, because it gets priority if the completion
2604         strings already have 'face set.
2606 2013-03-04  Alan Mackenzie  <acm@muc.de>
2608         Replace `last-command-event' by `last-command-char' in XEmacs.
2609         * progmodes/cc-defs.el (c-last-command-char): New macro.
2610         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2611         (c-semi&comma-no-newlines-before-nonblanks)
2612         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2613         in place of `last-command-event'.
2614         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2615         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2616         (c-electric-paren, c-electric-continued-statement): Use the new
2617         macro in place of `last-command-event'.
2619 2013-03-04  Glenn Morris  <rgm@gnu.org>
2621         * files.el (inhibit-local-variables-regexps):
2622         Add .diff and .patch.  (Bug#13862)
2624 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
2626         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2627         whether the "su" command is available on the device.
2629 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2631         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2632         (tramp-adb-handle-process-file): Remove superfluous setting.
2633         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2634         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2635         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2637 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2640         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
2641         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2642         Use dict-key rather than dict-name for the error message.
2644 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2646         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2647         when reverting (bug#13831).
2649 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2651         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2652         Always expand affix-file before storing to protect against changed
2653         `default-directory'.
2654         (ispell-print-if-debug): Make sure message is printed at the end
2655         of the debug buffer.
2657 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
2659         * net/tramp.el (tramp-obsolete-methods): New defconst.
2660         (tramp-warned-obsolete-methods): New defvar.
2661         (tramp-find-method): Check for obsolete methods.  Map them to a
2662         replacement method if appropriate.
2664         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2665         Remove methods.
2666         (top): Remove completion functions for "scp1", "scp2", "ssh1",
2667         "ssh2" and "plink1".
2669 2013-02-28  Dale Sedivec  <dale@codefu.org>
2671         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2672         Return valid syntax-table property value when converting
2673         quotes within text from string syntax to punctuation syntax (bug#13844).
2675 2013-02-28  Juri Linkov  <juri@jurta.org>
2677         * dired-aux.el (dired-diff): If file at point is a backup file,
2678         use its original as the default value, and reverse the order
2679         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
2681 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
2683         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
2684         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
2686 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2688         Initial support for hunspell dictionaries auto-detection (Bug#13639)
2690         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2691         Ask hunspell about available and default dictionaries.
2692         (ispell-parse-hunspell-affix-file): Extract relevant info from
2693         hunspell affix file.
2694         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2695         `ispell-dictionary-alist' entry for given dictionary after info
2696         provided by `ispell-parse-hunspell-affix-file'.
2697         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2698         of parsed hunspell dicts and associated affix files.
2699         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2700         of parsed hunspell dicts and associated parameters.
2701         (ispell-set-spellchecker-params):
2702         Call `ispell-find-hunspell-dictionaries' if hunspell and not
2703         previously done.
2704         (ispell-start-process):
2705         Call `ispell-hunspell-fill-dictionary-entry' for current
2706         dictionary if it is not initialized.
2708 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2710         * imenu.el: Comment nitpicks.
2712 2013-02-28  Sam Steingold  <sds@gnu.org>
2714         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2715         See <http://stackoverflow.com/questions/14720205>.
2717 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2719         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2720         (net-utils-mode): Use it.
2721         (net-utils--revert-cmd): New var.
2722         (net-utils-run-simple): Set it, and remove bogus interactive spec.
2723         (traceroute): Use net-utils-run-simple.
2725 2013-02-28  Glenn Morris  <rgm@gnu.org>
2727         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2729 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2732         (doc-view-fallback-mode): Remove overlays here.
2733         (doc-view-toggle-display): Instead of here.  Don't throw away
2734         image-mode-winprops-alist.
2735         (doc-view-goto-page): Don't mess with hscroll.
2737 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2739         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2740         &optional (bug#13819).
2742 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
2744         * net/tramp-adb.el (tramp-adb-parse-device-names)
2745         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
2747 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
2749         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2750         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2751         defined.  POSIX environments fall back to the "C" locale then and
2752         emit a warning, which shall be suppressed.
2754 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2756         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2757         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2759 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2761         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2763 2013-02-25  Juri Linkov  <juri@jurta.org>
2765         * replace.el (read-regexp): Let-bind `default' to the first
2766         element of `defaults' if it's a list, otherwise it should be
2767         a string or nil.  Let-bind `suggestions' to `defaults' if it's
2768         a list, otherwise make a list with the string value.  Doc fix.
2769         (Bug#13805)
2771 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
2773         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2774         that match "\`\.#", to avoid compiling lock files, even if they
2775         are readable (as they are on MS-Windows).
2777 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * files.el (basic-save-buffer): Remove redundant directory-creation.
2781 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
2783         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2784         Add option to force `pi' to remain symbolic.
2785         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2786         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2787         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2788         derivatives, when necessary.
2790 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
2792         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2793         (ps-mode-octal-region): Use string-make-unibyte.
2795 2013-02-23  Glenn Morris  <rgm@gnu.org>
2797         * emulation/viper-cmd.el (viper-submit-report):
2798         * progmodes/ps-mode.el (ps-mode-maintainer-address):
2799         * progmodes/vera-mode.el (vera-mode-help-address):
2800         * textmodes/artist.el (artist-maintainer-address):
2801         * textmodes/reftex.el (reftex-report-bug):
2802         * vc/ediff-util.el (ediff-submit-report):
2803         Add bug-gnu-emacs to bug report address.
2805         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2806         Remove bug report entries.
2807         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2809         * emacs-lisp/bytecomp.el (byte-compile-level): New.
2810         (byte-compile-file, byte-compile-from-buffer):
2811         Use separate input/output buffers for each level of recursive
2812         byte-compile-file calls.  (Bug#13787)
2814 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
2816         * net/tramp.el (tramp-methods): Fix docstring.
2817         (tramp-ssh-controlmaster-options): Rename it from
2818         `tramp-ssh-controlmaster-template'.  Return a string.
2819         (tramp-default-method): Adapt check for
2820         `tramp-ssh-controlmaster-options'.
2822         * net/tramp-sh.el (tramp-methods):
2823         Replace `tramp-ssh-controlmaster-template' by "%c".
2824         (tramp-do-copy-or-rename-file-out-of-band)
2825         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
2826         that it is applied for the first hop only.
2828 2013-02-22  Juri Linkov  <juri@jurta.org>
2830         * isearch.el (isearch-lazy-highlight-new-loop):
2831         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2832         to `isearch-other-end' if it is not nil.  (Bug#13402)
2834         * replace.el (replace-highlight): Let-bind `isearch-other-end'
2835         to `match-beg'.
2837         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2838         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2839         and `isearch-error' to nil.
2841 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2843         * progmodes/python.el (python-info-current-defun):
2844         Enhance match-data cluttering prevention.
2846 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
2848         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2850         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2851         Handle multibyte file names.
2853 2013-02-22  Glenn Morris  <rgm@gnu.org>
2855         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2856         (sgml-transformation-function): Give it a :set function.
2857         (sgml-tag): Doc fix.
2859         * cmuscheme.el (scheme-buffer):
2860         * progmodes/inf-lisp.el (inferior-lisp-buffer):
2861         * progmodes/tcl.el (inferior-tcl-buffer):
2862         * textmodes/tex-mode.el (tex-command): Doc fixes.
2864         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2866         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
2868 2013-02-21  Bastien Guerry  <bzg@gnu.org>
2870         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
2872 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2874         * progmodes/python.el (python-info-current-defun):
2875         Enhance match-data cluttering prevention.
2877 2013-02-21  Glenn Morris  <rgm@gnu.org>
2879         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2880         loaded while outline-regexp is let bound.  (Bug#9584)
2882 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2884         * progmodes/python.el (python-info-current-defun): Fix failed
2885         defun name retrieval because of unwanted match-data cluttering.
2887 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
2889         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2890         defconst.  Apply independent check for ControlPersist.
2892         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2893         temporarily, via "env".
2895 2013-02-21  Glenn Morris  <rgm@gnu.org>
2897         * info.el (Info-enable-edit): Remove.
2898         (Info-edit): Disable it rather than using Info-enable.
2899         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2900         (Info-cease-edit): Make editing of Info files obsolete.
2902         * informat.el (Info-tagify):
2903         Handle buffers not visiting files.  (Bug#13763)
2905 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
2907         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2909 2013-02-21  Glenn Morris  <rgm@gnu.org>
2911         * files.el (basic-save-buffer): Move check for existing parent
2912         directory after hooks.  (Bug#13773)
2914 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * simple.el (command-execute): Move from C.  Add obsolete check.
2917         (extended-command-history): Move from C.
2919 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
2921         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2922         (jka-compr-mode-alist-additions): Handle .txz suffix for
2923         XZ-compressed tar archives (bug#13770).
2925 2013-02-20  Bastien Guerry  <bzg@gnu.org>
2927         * outline.el (outline-regexp, outline-heading-end-regexp):
2928         Make variables, not options (bug#13731).
2930 2013-02-20  Glenn Morris  <rgm@gnu.org>
2932         * image.el (image-current-frame): Change from variable to function.
2933         (image-show-frame): Rename from image-nth-frame.  Update callers.
2934         * image-mode.el (image-multi-frame): New variable.
2935         (image-mode-map, image-mode, image-goto-frame):
2936         Use image-multi-frame rather than image-current-frame.
2937         (image-mode, image-goto-frame): Use image-current-frame as
2938         function rather than as variable.
2940         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2941         * emacs-lisp/cl-macs.el (cl--make-type-test)
2942         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2944 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2946         * net/tramp-cache.el (tramp-get-hash-table): New defun.
2947         (tramp-get-file-property, tramp-set-file-property)
2948         (tramp-get-connection-property, tramp-set-connection-property): Use it.
2949         (tramp-flush-file-property, tramp-flush-directory-property):
2950         Rename argument to KEY.
2951         (tramp-flush-connection-property): Simplify a little bit.
2952         (tramp-connection-property-p): New defun.
2953         (top): Reapply saved values only if there isn't a corresponding
2954         entry in `tramp-connection-properties'.
2956 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2958         * progmodes/python.el (python-indent-context):
2959         Fix python-info-line-ends-backslash-p call.
2960         (python-info-line-ends-backslash-p)
2961         (python-info-beginning-of-backslash): Respect line-number argument.
2962         (python-info-current-line-comment-p):
2963         Fix behavior when not at beginning-of-line.
2964         (python-util-position): Remove function.
2965         (python-util-goto-line): New function.
2967 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2969         * eshell/em-unix.el (eshell/su): Require tramp.
2970         (eshell/sudo): Require tramp.  Remove now unnecessary check.
2972         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2973         `tramp-current-connection' in order to avoid an error when several
2974         commands are invoked in a short time in eshell and friends.
2976 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         Cleanup some of EIEIO's namespace.
2979         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2980         Use it to define all the class-* and object-* field accessors (renamed
2981         to eieio--class-* and eieio--object-*).  Update all uses.
2982         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2983         class-num-slots and object-num-slots.
2984         (eieio--check-type): New macro.
2985         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2986         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2987         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2988         (object-assoc-list-safe): Use it.
2989         (eieio-defclass): Tighten regexp.
2990         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2991         Remove unreachable code.
2992         (object-class-fast): Declare obsolete.
2993         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2994         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2995         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2996         Rename from class-name, object-name, object-set-name-string,
2997         object-class, object-class-name, class-parents, class-children,
2998         class-precedence-list, class-parent; with obsolete alias.
2999         (class-of, class-direct-superclasses, class-direct-subclasses):
3000         Declare obsolete.
3001         (eieio-defmethod): Use `memq'; remove unreachable code.
3002         * emacs-lisp/eieio-base.el (eieio-persistent-read):
3003         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3004         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3006 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3008         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3009         commentary.
3011 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
3013         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3014         Use font-lock-keyword-face for macros and special forms (bug#8345).
3016 2013-02-17  Didier Verna  <didier@didierverna.net>
3018         * net/network-stream.el (network-stream-open-starttls):
3019         Check that response to the starttls-command is non-nil.  (Bug#13706)
3021 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3024         Don't assume all identifier chars have syntax word.
3025         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3026         Remove bar-not-symbol.  Adjust callers.
3027         (lisp-mode-variables): Don't set a font-lock-syntax-table.
3029 2013-02-17  Leo Liu  <sdl.web@gmail.com>
3031         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3033 2013-02-17  Glenn Morris  <rgm@gnu.org>
3035         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3037         * image-mode.el (image-mode-map): Add image-dired menu entry.
3039         * image-dired.el (tumme): Make this alias obsolete.
3041 2013-02-16  Glenn Morris  <rgm@gnu.org>
3043         * image.el (image-animated-types): Remove.
3044         (image-multi-frame-p): Rename from image-animated-p, and generalize.
3045         (image-animated-p): Make obsolete alias.
3046         (image-animate, image-nth-frame, image-animate-timeout):
3047         Use image-multi-frame-p.
3048         (image-animate-timeout): If no delay, use image-default-frame-delay.
3049         * image-mode.el (image-mode, image-toggle-animation):
3050         Use image-multi-frame-p.  (Bug#763, bug#10739)
3051         (image-mode): Adjust startup message for a multi-frame image.
3053         * image-mode.el (image-mode-map): Give it a menu.
3055 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
3057         * net/tramp-cache.el (tramp-connection-properties): New customer
3058         option.
3059         (tramp-get-connection-property): Use it.
3061         * net/tramp-compat.el (top): Require 'trampver.
3063         * net/tramp-sh.el (tramp-remote-process-environment):
3064         Set tramp-autoload cookie.
3066 2013-02-16  Kevin Ryde  <user42@zip.com.au>
3068         * info-look.el (info-lookup-select-mode): If major-mode has no
3069         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3071 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
3073         * replace.el (read-regexp): Tighten the regexp that matches tag.
3074         When tag is retrieved with `find-tag-default', use regexp that
3075         matches tag at point.  Also update docstring (Bug#13687).
3077 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
3079         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3080         add watch for the file, not its parent directory, since w32notify
3081         sets up the watch for the directory internally.  (Bug#13725)
3083 2013-02-16  Glenn Morris  <rgm@gnu.org>
3085         * image.el (image-default-frame-delay): New variable.
3086         (image-animated-p): Use image-default-frame-delay.
3087         (image-minimum-frame-delay): New constant.
3088         (image-animate-timeout): Use image-minimum-frame-delay.
3090         * image.el (image-nth-frame): New, split from image-animate-timeout.
3091         (image-animate-timeout): Use image-nth-frame.
3092         * image-mode.el (image-goto-frame, image-next-frame)
3093         (image-previous-frame): New commands.
3094         (image-mode-map): Add new frame commands.
3096 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
3098         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3099         If col-desc already has help-echo, use it.  (Bug#13563)
3101 2013-02-16  Glenn Morris  <rgm@gnu.org>
3103         * image.el (image-current-frame): New variable.
3104         (image-animate-timeout): Set image-current-frame.
3105         * image-mode.el (image-mode): For animated images,
3106         display a frame counter via mode-line-process.
3108         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3110 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3112         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3114 2013-02-15  Alan Mackenzie  <acm@muc.de>
3116         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3117         global minor mode has been enabled, call the minor mode function
3118         for a new buffer once only, after the major mode hook, whilst
3119         allowing that hook explicitly to disable the minor mode.
3120         (MODE-disable-in-buffer): New (generated) function.
3121         (disable-MODE): New (generated) buffer local variable.
3123 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
3125         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3126         `iswitchb-next-match' and `iswitchb-prev-match' resply.
3127         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3128         `ido-next-match' and `ido-prev-match' resply.
3129         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3130         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3131         `icomplete-backward-completions' (Bug#13708).
3133 2013-02-15  Glenn Morris  <rgm@gnu.org>
3135         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3137 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * net/goto-addr.el (goto-address-fontify): Add start and end args.
3140         (goto-address-fontify-region): Use them instead of narrowing, so
3141         syntax-ppss has access to the whole buffer.
3143 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3145         * progmodes/python.el: Explain how to restore "cc-mode"-like
3146         forward-sexp movement in header documentation (Bug#13642).
3147         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3148         comments and strings (GH bug 114).
3150 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3152         * progmodes/python.el (python-info-current-defun): Fix current
3153         defun detection (Bug#13618).
3155 2013-02-15  Chong Yidong  <cyd@gnu.org>
3157         * xml.el (xml-parse-string): Fix typo in handling of bad character
3158         references.
3160 2013-02-15  Glenn Morris  <rgm@gnu.org>
3162         * play/fortune.el (fortune-compile): Simplify and fix previous change.
3164 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
3166         * net/tramp.el (tramp-debug-message):
3167         Add `tramp-condition-case-unless-debug'.
3168         (tramp-debug-on-error): New defvar.
3169         (tramp-condition-case-unless-debug): New defun.
3170         (tramp-file-name-handler): Use it.
3172 2013-02-14  Juri Linkov  <juri@jurta.org>
3174         * info.el (Info-isearch-filter): Treat non-nil values of
3175         `search-invisible' including its default value `open'
3176         like the value `t' to match hidden text.  (Bug#13402)
3178 2013-02-14  Glenn Morris  <rgm@gnu.org>
3180         * help-fns.el (find-lisp-object-file-name): Give special treatment
3181         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
3183 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
3185         * net/quickurl.el (quickurl-save-urls):
3186         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
3188 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
3190         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3191         depth for unfinished percent literal.  Not using it in the caller.
3192         (ruby-move-to-block): Jump over multiline literals of all types,
3193         ignoring code-looking contents inside them.
3194         (ruby-add-log-current-method): Improve performance at the expense
3195         of accuracy.  `ruby-block-contains-point' is relatively slow, so
3196         only use it for method and singleton class blocks.
3198 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3200         Use ControlMaster where applicable.  (Bug#13677)
3202         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3203         replacing `tramp-detect-ssh-controlmaster'.
3204         (tramp-default-method): Use it.
3206         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3207         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3208         arguments.
3209         [scpc, rsyncc]: Remove methods.
3210         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3211         and "ssh2_old".
3212         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3213         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3215 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3217         * emacs-lisp/package.el (package--initialized): Move before first use.
3219 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
3221         * icomplete.el (icomplete-hide-common-prefix): New user option.
3222         (icomplete-first-match): New face.
3223         (icomplete-completions): Correct handling of "complete but not
3224         unique" (Bug#12638).
3226 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
3228         * descr-text.el (describe-char): Display the script (bug#13698).
3230 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3232         * tmm.el: Use lexical-binding and current-active-maps.
3233         (tmm-menubar): Use map-keymap and pcase.
3234         (tmm--completion-table): New function.
3235         (tmm-prompt): Use it to fix the menu order.
3236         (tmm-get-keybind): Use current-active-maps.
3238 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
3240         Add dired-hide-details-mode.  (Bug#6799)
3242         * locate.el (locate-mode): Set parent mode property to dired-mode.
3244         * find-dired.el (find-dired): Call dired-insert-set-properties on
3245         initial information line.  Set process mark on end of buffer.
3246         (find-dired-sentinel):
3247         Call dired-insert-set-properties on summary.
3249         * dired.el (dired-hide-details-hide-symlink-targets)
3250         (dired-hide-details-hide-information-lines): New options.
3251         (dired-insert-directory):
3252         Set properties after final treatment of output.
3253         (dired-insert-set-properties):
3254         Set dired-hide-details-* properties.
3255         (dired-mode-map): Bind dired-hide-details-mode.
3256         (dired-mode): Set buffer-invisibility-spec to a list.
3257         (dired-next-line): Skip hidden lines.
3258         (dired-previous-line): Use dired-next-line.
3259         (dired-hide-details-mode): New minor mode.
3260         (dired-hide-details-update-invisibility-spec): New function.
3262 2013-02-13  Glenn Morris  <rgm@gnu.org>
3264         * play/yow.el: Move to obsolete/.  (Bug#9384)
3266 2013-02-13  Juri Linkov  <juri@jurta.org>
3268         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3269         to select `ediff-control-frame' and set input focus correctly on Xfce.
3270         (Bug#12218)
3272 2013-02-13  Juri Linkov  <juri@jurta.org>
3274         * image-mode.el (image-mode-map):
3275         * doc-view.el (doc-view-mode-map):
3276         * vc/ediff-util.el (ediff-setup-keymap):
3277         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3279 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
3281         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3282         performance.  Instead of recalculating indentation fully for each
3283         line, sum up indentation depth based only on visited lines.
3284         (ruby-parse-partial): Increase the depth after "do" even when END
3285         is right after it.
3286         (ruby-parse-partial): When END is in the middle of a percent
3287         literal, increase the depth if the delimiter chars belong to the
3288         paren syntax class.
3290 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
3292         * play/fortune.el (fortune-compile): Also make the compiled file
3293         if it does not exist at all, not just if it is old.  (Bug#5338)
3295 2013-02-13  Glenn Morris  <rgm@gnu.org>
3297         * emacs-lisp/package.el (package-menu-execute): Doc fix.
3299 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
3301         * lisp/emacs-lisp/package.el (package-menu-execute):
3302         Add optional noquery argument.  (Bug#13625)
3304 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
3306         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3307         if DIR exists and PARENTS is non-nil.
3309 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
3311         * progmodes/js.el (js--multi-line-declaration-indentation):
3312         Silence byte-compiler warning.
3314 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
3316         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3318         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3319         only if it doesn't exist.
3321         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3322         Set process marker.
3324 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
3326         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3327         UserInstallation when calling soffice to work around LibreOffice
3328         bug 37531.
3330 2013-02-12  Glenn Morris  <rgm@gnu.org>
3332         * files.el (basic-save-buffer):
3333         Offer to create a non-existing directory.  (Bug#3016)
3335         * calc/calc-graph.el (calc-graph-show-dumb):
3336         * calendar/calendar.el (calendar-mode-map):
3337         * cus-edit.el (custom-mode-map):
3338         * ehelp.el (electric-help-map):
3339         * emulation/vip.el (vip-mode-map):
3340         * epa.el (epa-key-list-mode-map):
3341         * info.el (Info-mode-map):
3342         * mail/rmail.el (rmail-mode-map):
3343         * mail/rmailsum.el (rmail-summary-mode-map):
3344         * man.el (Man-mode-map):
3345         * net/newst-plainview.el (newsticker-mode-map):
3346         * progmodes/cpp.el (cpp-edit-mode-map):
3347         * progmodes/grep.el (grep-mode-map):
3348         * progmodes/idlw-help.el (idlwave-help-mode-map):
3349         * simple.el (special-mode-map):
3350         * startup.el (splash-screen-keymap):
3351         * view.el (view-mode-map):
3352         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
3354 2013-02-11  Elias Pipping  <pipping@lavabit.com>
3356         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3357         (bug#13679).
3359 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3361         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3363 2013-02-11  Glenn Morris  <rgm@gnu.org>
3365         * vc/diff.el (diff-use-labels): New variable.
3366         (diff-no-select): Use --label rather than -L, and first
3367         check that it is supported.  (Bug#11067)
3369         * files.el (enable-dir-local-variables): New variable.
3370         (hack-dir-local-variables): Respect enable-dir-local-variables.
3371         * tutorial.el (help-with-tutorial):
3372         Ignore directory-local variables.  (Bug#11127)
3374         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3375         (vc-svn-global-switches): ... to here.  (Bug#13513)
3377 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
3379         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3380         Handle "foo (bar, default: xxx): " prompts.
3382 2013-02-10  Chong Yidong  <cyd@gnu.org>
3384         * files.el (basic-save-buffer-1): Do not set
3385         buffer-file-coding-system-explicit (Bug#4533).
3387         * mail/emacsbug.el (report-emacs-bug): Change binding of
3388         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3390 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
3392         * calc/calc.el (calc-allow-units-as-numbers): New variable.
3393         * calc/calc-units.el (calc-convert-units): Use new variable.
3395 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
3397         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3399         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3400         buffer-file-type.
3402         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3403         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3404         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3405         coding-system-for-write instead.
3407         * jka-compr.el (jka-compr-write-region): Don't bind
3408         buffer-file-type.
3410         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3411         buffer-file-type.
3413         * files.el (file-name-buffer-file-type-alist): Remove defvar.
3414         (insert-file-contents-literally): Remove reference to
3415         file-name-buffer-file-type-alist.
3417         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3418         make-obsolete.
3419         (find-buffer-file-type-match, find-buffer-file-type): Remove.
3420         (find-buffer-file-type-coding-system): Remove references to
3421         find-buffer-file-type-match, find-buffer-file-type, and
3422         buffer-file-type.
3423         Don't put find-buffer-file-type-coding-system into
3424         file-coding-system-alist.
3425         (find-file-binary, find-file-text): Bind coding-system-for-read
3426         instead of file-name-buffer-file-type-alist.
3428 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
3430         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3431         converter (Bug#13622).
3432         (doc-view-unoconv-program): Make obsolete alias.
3433         (doc-view-odf->pdf-converter-program): New variable.
3434         (doc-view-odf->pdf-converter-function): New variable.
3435         (doc-view-mode-p): Use it.
3436         (doc-view-odf->pdf-converter-unoconv):
3437         Rename from `doc-view-odf->pdf-converter-unoconv'.
3438         (doc-view-odf->pdf-converter-soffice): New function.
3439         (doc-view-convert-current-doc):
3440         Use `doc-view-odf->pdf-converter-function'.
3442 2013-02-09  Chong Yidong  <cyd@gnu.org>
3444         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3445         view-echo-area-messages (Bug#13340).
3447         * help.el (view-echo-area-messages): Use display-buffer.
3449         * dired-x.el (dired-do-run-mail): Prompt for confirmation
3450         (Bug#13561).
3452 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3454         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3455         Eval body right away, now that we do eager macroexpansion (bug#13605).
3457         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3458         (fundamental-mode): Use run-mode-hooks.
3460         * eshell/esh-proc.el (eshell/kill): Fix last change.
3461         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3463 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3465         * eshell/esh-proc.el (eshell/kill): Rewrite.
3467         * eshell/em-ls.el (show-almost-all): Declare.
3468         (eshell-do-ls): Add support for -A argument.
3470 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
3472         * icomplete.el (icomplete-forward-completions)
3473         (icomplete-backward-completions): Handle corner case (bug#13602).
3475 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
3477         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3478         be nil.  Handle this.  (Bug#13636)
3480 2013-02-07  Richard Stallman  <rms@gnu.org>
3482         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3483         `save-buffer-coding-system'.
3485 2013-02-07  Alan Mackenzie  <acm@muc.de>
3487         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
3488         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3489         (c-parse-state-get-strategy): Don't return 'BOD any more.
3490         (c-append-lower-brace-pair-to-state-cache):
3491         Extra parameter HERE instead of narrowing.
3492         Widen to top of buffer before searching backwards for a brace pair.
3493         (c-state-push-any-brace-pair): Add HERE parameter to function call.
3494         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3495         Narrow to parameter HERE, in place of being called narrowed.
3496         (c-remove-stale-state-cache): Extra parameter HERE in place of
3497         narrowing.  Check there's an open brace in the cache before
3498         searching for its match.
3499         (c-invalidate-state-cache-1): Add HERE parameter to function call.
3500         (c-parse-state-1): Don't narrow here for 'forward strategy,
3501         instead passing extra parameter HERE to several functions.
3502         Remove 'BOD strategy.
3504 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
3506         * emacs-lisp/package.el (describe-package-1): Tell what archive is
3507         used to install the package.
3509 2013-02-06  Glenn Morris  <rgm@gnu.org>
3511         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3512         if we can't get user input.  (Bug#6567)
3514         * startup.el (command-line): If simple.el is missing,
3515         test and warn about for some possible causes.
3517 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
3519         * cus-start.el (all): Add ns-use-native-fullscreen.
3521 2013-02-05  Glenn Morris  <rgm@gnu.org>
3523         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3525         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3526         Fix directory creation in fallback case.
3528 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3530         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3531         (vc-update-change-log): Use dolist.
3533 2013-02-04  Chong Yidong  <cyd@gnu.org>
3535         * thingatpt.el: Rewrite the URL detection routines, absorbing some
3536         code from ffap.el.
3537         (thing-at-point-beginning-of-url-regexp): New var.
3538         (thing-at-point-uri-schemes): Update list of URI schemes.
3539         (thing-at-point-url-regexp): Variable deleted.
3540         (thing-at-point-markedup-url-regexp): Disallow newlines.
3541         (thing-at-point-newsgroup-regexp)
3542         (thing-at-point-newsgroup-heads)
3543         (thing-at-point-default-mail-uri-scheme): New variables.
3544         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
3545         method to find the possible bounds of the URI at point.
3546         New optional argument to find ill-formed URIs.
3547         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
3548         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
3549         the scheme-adding heuristics from ffap-url-at-point.
3550         (thing-at-point--bounds-of-well-formed-url): New function.
3551         Do parens matching to decide whether to include parens in the URI
3552         (Bug#9153).
3554         * ffap.el: Require thingatpt.
3555         (ffap-url-at-point): Delegate URI detection to thing-at-point.
3556         All URI-valid characters are now recognized (Bug#5673).
3557         (ffap-string-at-point): Use use-region-p.
3558         (ffap-url-regexp): Extra character is handled by thing-at-point.
3559         (ffap-string-at-point-mode-alist): Allow parentheses.
3560         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3561         Convert to aliases; code moved to thingatpt.el.
3562         (ffap-gnus-hook): Use setq-local.
3564 2013-02-04  Glenn Morris  <rgm@gnu.org>
3566         * emacs-lisp/ert.el (ert--explain-format-atom):
3567         Don't try to print non-characters as characters.  (Bug#13543)
3569 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
3571         * net/tramp.el (tramp-debug-message): Extend function exclude list.
3572         (tramp-backtrace): New defun.
3573         (tramp-handle-insert-file-contents): Use `visit' when inserting
3574         the local copy.
3576         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3577         Use `remote-file-name-inhibit-cache'.
3579 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3581         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3582         (bug#13614).
3584         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3585         current-load-list (bug#13366).
3587 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
3589         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3590         Identify g++ template instantiation trace.  (Bug#12287)
3591         (compilation-mode-hook, compilation-start-hook)
3592         (compilation-window-height): Simplify docstrings.  (Bug#13379)
3594 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3596         * mouse.el (mouse-drag-track): Always deactivate the mark before
3597         running the final event's command since that command is in charge of
3598         activating the mark if needed (bug#13523).
3600 2013-02-02  Juri Linkov  <juri@jurta.org>
3602         * replace.el (perform-replace): Move let-bindings of isearch-*
3603         variables deeper to the loop that searches for the next match.
3604         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3605         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3606         (Bug#13579)
3608         * isearch.el (isearch-search-fun-default): Check for null
3609         first element of isearch-cmds as a precaution when it's used
3610         with inactive isearch.
3612 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
3614         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3615         error when buffer in question is narrowed so position 1 is out of
3616         visible part.
3618 2013-02-02  Glenn Morris  <rgm@gnu.org>
3620         * textmodes/remember.el (remember-clipboard): Doc fix.
3622 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3624         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3625         properties (bug#13179).
3627 2013-02-02  Juri Linkov  <juri@jurta.org>
3629         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3630         instead of hard-coded default face `match'.  (Bug#9438)
3632 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
3634         * vc/vc-arch.el (vc-arch-registered):
3635         * vc/vc-bzr.el (vc-bzr-registered):
3636         * vc/vc-cvs.el (vc-cvs-registered):
3637         * vc/vc-git.el (vc-git-registered):
3638         * vc/vc-hg.el (vc-hg-registered):
3639         * vc/vc-mtn.el (vc-mtn-registered):
3640         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3641         (Bug#13139)
3643         * info.el (Info-next-reference, Info-prev-reference): Add numeric
3644         prefix argument.  (Bug#11656)
3646 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3648         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3650 2013-02-01  Glenn Morris  <rgm@gnu.org>
3652         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3653         if the backend is known not to support it.
3655         * imenu.el (imenu-default-create-index-function):
3656         Tweak infinite loop test to check for forward motion as well as none.
3658 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
3660         * net/soap-client.el (soap-invoke): Encode the string for
3661         `url-request-data' as UTF-8.
3662         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3664 2013-02-01  Glenn Morris  <rgm@gnu.org>
3666         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3668         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3670 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
3672         * net/tramp.el (tramp-tramp-file-p): Comment check for
3673         `string-as-unibyte'.  The function does not exist on XEmacs, and
3674         likely we need another approach.
3676         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3677         `tramp-gw-*' variables are bound.
3679 2013-01-31  Glenn Morris  <rgm@gnu.org>
3681         * files.el (basic-save-buffer-2): Choose coding system for
3682         writing the file before backing it up, to reduce delay between
3683         backing up and writing the new version.  (Bug#13522)
3685 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
3687         * simple.el (cycle-spacing): New command.
3688         (just-one-space): Use it.
3690 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3692         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
3693         (opascal-newline-always-indents): Remove custom.
3694         (opascal-tab, opascal-newline): Remove commands.
3695         (opascal-new-comment-line): Insert "\n" instead of calling newline.
3696         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3697         (opascal-save-match-data): Remove, use save-match-data instead.
3698         (opascal-save-state): Use with-silent-modifications.
3700         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3701         (bug#13585).
3703 2013-01-30  Juri Linkov  <juri@jurta.org>
3705         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3706         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
3707         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3709 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3711         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3712         column if we're just deleting the backslashes.
3713         (makefile-fill-paragraph): Use eolp.
3715 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3717         * autorevert.el (auto-revert-use-notify): Fix docstring.
3719 2013-01-30  Leo Liu  <sdl.web@gmail.com>
3721         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3723 2013-01-30  Glenn Morris  <rgm@gnu.org>
3725         * mouse.el (mouse-drag-line): Avoid pushing same event onto
3726         unread-command-events twice in some cases.  This tries to implement
3727         the 2012-07-26 changes in a different way.  (Bug#13560)
3729 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3731         * progmodes/python.el
3732         (python-pdbtrack-comint-output-filter-function): Enhancements on
3733         stacktrace detection.  (thanks @gnovak)
3735 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3737         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3738         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3739         Use defvar-local.
3740         (jit-lock-register): Use setq-local.
3742 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
3744         * calc-units.el (math-default-units-table): Remove initial value.
3745         (calc-convert-units): Treat expressions where all the units cancel as
3746         if they didn't have units.
3748 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
3750         * net/tramp.el (tramp-process-connection-type): Fix docstring.
3751         (tramp-completion-reread-directory-timeout): Fix type.
3752         (tramp-connection-min-time-diff): New defcustom.
3754         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3756 2013-01-30  Glenn Morris  <rgm@gnu.org>
3758         * imenu.el (imenu-default-create-index-function):
3759         Put back a version of the infinite loop test removed 2013-01-23.
3761 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3763         * progmodes/python.el (python-shell-parse-command):
3764         Find python-shell-interpreter with modified environment.
3766 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3768         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3770 2013-01-29  Alan Mackenzie  <acm@muc.de>
3772         Amend to fontify /regexp/s in actions correctly.
3773         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3774         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3775         are no longer included.
3776         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3777         What used to be these variables without "-line" in the name.
3778         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
3779         (c-awk-non-arith-op-bra-re): Now also matches {.
3780         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3781         "return", and "case".
3782         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3783         by /.
3784         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3785         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3787 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
3789         * autorevert.el (auto-revert-use-notify):
3790         Use `custom-initialize-default' for initialization.  (Bug#13583)
3792         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3794         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3795         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
3796         in `tramp-file-name-handler'.
3797         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3798         compatibility.
3799         (tramp-compute-multi-hops): Check, whether
3800         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3802 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3804         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3805         (bug#13297).
3807 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
3809         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3810         checks made superfluous by the \_< operator.
3811         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3812         temporarily) broken indentation.
3813         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3814         Highlight nested constants, too.  \_< broke that.
3816 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
3818         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3819         instead of "\\b".
3821 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
3823         * autorevert.el (auto-revert-handler): Notifications which result
3824         from a saved file shall not be taken into account.  (Bug#13557)
3826 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
3828         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3829         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3830         (lisp-mode): Pass t for it.  (Bug#13556)
3832 2013-01-25  Alan Mackenzie  <acm@muc.de>
3834         AWK Mode: Fix indentation bug at top level.  Bug #12274.
3836         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3837         just before CASE 5D.
3839 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
3841         * net/socks.el (socks-nslookup-host): Use string-to-number.
3843 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
3845         * autorevert.el (auto-revert-remote-files)
3846         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3847         (auto-revert-notify-enabled, auto-revert-use-notify)
3848         (auto-revert-notify-watch-descriptor-hash-list)
3849         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3850         (auto-revert-notify-event-descriptor)
3851         (auto-revert-notify-event-action)
3852         (auto-revert-notify-event-file-name): Doc fix.
3853         (global-auto-revert-mode): Reorder checks.
3854         (auto-revert-notify-rm-watch): Respect changed values of
3855         `auto-revert-notify-watch-descriptor-hash-list'.
3856         (auto-revert-notify-add-watch): Check for
3857         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
3858         `inotify-add-watch'.  Watch `default-directory' instead of
3859         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
3860         has a changed meaning now.  (Bug#13540)
3861         (auto-revert-notify-handler): Change implementation wrt events
3862         returning from a directory.
3863         (auto-revert-handler): Reorder implementation for checks of remote
3864         files.
3865         (auto-revert-buffers): Fix parentheses error.
3867 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3869         * progmodes/python.el: Enhancements to header documentation about
3870         skeletons.  (Bug#5716)
3872         * imenu.el (imenu-default-create-index-function): Remove useless
3873         infinite loop check.  (Bug#13438)
3875 2013-01-25  Alan Mackenzie  <acm@muc.de>
3877         Fix a bug in the state cache mechanism.  Refactor this a bit.
3879         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3880         `cache-pos' element from the return value.
3881         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3882         buffer to enable proper searching from beyond HERE.  Amend the
3883         test for detecting the sought brace pair.  Amend the value written
3884         to the "brace desert cache" when the brace isn't found.
3885         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3886         and several other variables analogously.
3887         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3888         parameter to a locally calculated variable.
3889         (c-parse-state-1): Change the calling conventions to the two
3890         defuns involving `cache-pos'.
3892 2013-01-25  Chong Yidong  <cyd@gnu.org>
3894         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3896 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
3898         * paren.el (show-paren-function): Make sure to set 'priority and
3899         'face only if the overlay does exist.
3901 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
3903         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3905         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3906         basic attributes.
3907         (tramp-sh-handle-set-file-acl): Improve error checking.
3909 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
3911         * doc-view.el (doc-view-display): Force mode line update until all
3912         document is converted.  Suggested by Stefan Monnier (Bug#13164).
3914 2013-01-23  Bastien Guerry  <bzg@gnu.org>
3916         * paren.el (show-paren-function): Make sure an overlay exists
3917         before trying to delete it.  Also use `pos' as a position only
3918         when it is an integer.
3920 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
3922         * play/gametree.el (gametree-break-line-here): Use point-marker.
3924 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
3926         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3927         Mark descriptive parts with `display' property.
3929 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
3931         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3932         New variable to map standard dict names to hunspell ones.
3933         (ispell-set-spellchecker-params): Make sure specific dict names
3934         are used for standard dicts with hunspell.
3936 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
3938         * textmodes/reftex-cite.el (reftex-format-citation): Add format
3939         chars for note (%N) and url (%U).
3940         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3942 2013-01-21  Juri Linkov  <juri@jurta.org>
3944         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3945         in addition to existing separate binding `meta f10' in `global-map'.
3946         (Bug#13484)
3948 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
3950         Improve XEmacs compatibility.
3952         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3954         * net/tramp-adb.el (top): Require `time-date'.
3955         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3956         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3957         Use `tramp-file-name-handler'.
3958         (tramp-adb-maybe-open-connection):
3959         Use `tramp-compat-set-process-query-on-exit-flag'.
3961         * net/tramp-sh.el (tramp-sh-handle-file-acl):
3962         Use `tramp-compat-funcall'.
3964         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3965         `tramp-compat-funcall'.
3967 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3969         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3970         reimplementation using "adb shell command ..." instead of running
3971         remote shell interactively.
3973 2013-01-20  Glenn Morris  <rgm@gnu.org>
3975         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3976         Add native profiler menu entries.
3978         * profiler.el (profiler-running-p): New function.
3979         (profiler-cpu-profile): Use profiler-running-p.
3980         (profiler-report-mode-map): Add some more menu entries.
3982 2013-01-19  Glenn Morris  <rgm@gnu.org>
3984         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3985         fixes 2012-12-07 change.  (Bug#13499)
3987 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3989         * dired.el (dired-get-marked-files): Prune erroneous values due to
3990         last change.  (Bug#13152)
3992 2013-01-19  Glenn Morris  <rgm@gnu.org>
3994         * progmodes/etags.el (tags-table-check-computed-list):
3995         Preserve point in tags buffer.  (Bug#13412)
3997         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3999 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
4000             Chong Yidong  <cyd@gnu.org>
4002         * image-mode.el (image-next-file, image-previous-file):
4003         New commands (Bug#8453).
4004         (image-mode-map): Bind them to n and p.
4005         (image-mode--images-in-directory): New helper function.
4007 2013-01-19  Chong Yidong  <cyd@gnu.org>
4009         * image-mode.el (image-mode-fit-frame): Add a frame argument.
4010         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
4011         save and restore the old window configuration.
4013 2013-01-18  Leo Liu  <sdl.web@gmail.com>
4015         * progmodes/js.el: Tweak autoload cookie for alias.
4017 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4019         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4020         buffer local, again.  This was lost with the fix on 2013-01-12.
4022 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4024         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4025         order to support several eshell buffers in parallel.
4027 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
4029         * autorevert.el (auto-revert-use-notify): In the :set function, do
4030         not modify `kill-buffer-hook'.
4031         (auto-revert-notify-rm-watch):
4032         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4033         (auto-revert-notify-add-watch): Do not call
4034         `auto-revert-notify-rm-watch', but add it to a buffer local
4035         `kill-buffer-hook'.
4037 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4039         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4040         call to `eval' rather than a backquoted lambda.
4042 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4045         to return an explicit nil.
4046         (advice--remove-function): Change accordingly.
4048         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4049         the use of nadvice.el.
4051         * progmodes/which-func.el (which-function): Silence imenu errors
4052         (bug#13433).
4054 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4056         * progmodes/sql.el (sql-imenu-generic-expression):
4057         (sql-mode-font-lock-object-name): Match schema qualified names.
4058         (sql-connect): Use string keys.
4059         (sql-product-interactive): Wait for interpreter prompt.
4060         (sql-comint-oracle): Set process coding based on NLS_LANG.
4062 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
4064         * progmodes/sql.el (sql-output-to-send): Remove, unused.
4065         (sql-interactive-remove-continuation-prompt):
4066         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4068 2013-01-14  Leo Liu  <sdl.web@gmail.com>
4070         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4071         (Bug#13420)
4073 2013-01-14  Glenn Morris  <rgm@gnu.org>
4075         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4076         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
4078 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4080         * progmodes/python.el (python-nav-end-of-statement):
4081         Fix cornercase when handling multiline strings.
4083 2013-01-13  Richard Stallman  <rms@gnu.org>
4085         * mail/sendmail.el (mail-position-on-field): Add doc string.
4087         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4088         Get current message boundaries and pass them to
4089         message-forward-make-body-mime.  Minor style changes.
4091 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
4093         * cus-start.el (all): Avoid warnings about
4094         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4096 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
4098         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4100 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4102         * jit-lock.el (jit-lock-debug-mode): New minor mode.
4103         (jit-lock--debug-fontifying): New var.
4104         (jit-lock--debug-fontify): New function.
4105         * subr.el (condition-case-unless-debug): Don't prevent catching the
4106         error, just let the debbugger run.
4107         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4108         timer code and don't drop errors silently.
4110 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
4112         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4113         `permanent-local' property.
4114         (auto-revert-notify-handler): Use `file-equal-p'.
4116 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
4118         * autorevert.el (auto-revert-notify-handler): Fix filtering of
4119         file notification by ACTION. For filtering by file name, compare
4120         only the non-directory part of the file name.
4122 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * autorevert.el: Use cl-lib instead of cl.
4126         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4127         (vc-bzr-checkin): Use it.
4128         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4129         will preserve match-data.
4131 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
4133         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4134         (js--declaration-keyword-re): New var.
4135         (js--multi-line-declaration-indentation): New function.
4136         (js--proper-indentation): Use it.
4138 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
4140         * calc/calc.el (calc-highlight-selections-with-faces)
4141          (calc-dispatch):
4142         * comint.el (comint-history-isearch-message):
4143         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4144         * ffap.el (ffap-string-at-point-region, ffap-next)
4145         (ffap-string-at-point, ffap-string-around)
4146         (ffap-copy-string-as-kill, ffap-highlight-overlay)
4147         (ffap-literally):
4148         * font-lock.el (font-lock-keywords-alist)
4149         (font-lock-removed-keywords-alist):
4150         * help-mode.el (help-xref-symbol-regexp):
4151         * info.el (Info-find-emacs-command-nodes):
4152         * international/mule.el (add-to-coding-system-list):
4153         * isearch.el (isearch-message-function, isearch-fail-pos):
4154         * misearch.el (multi-isearch-next-buffer-function):
4155         * newcomment.el (comment-box):
4156         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4157         (pr-setting-database):
4158         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4159         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4160         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4161         (pike-font-lock-keywords-3):
4162         * progmodes/compile.el (compile):
4163         * progmodes/etags.el (tags-table-files)
4164         (tags-table-files-function, tags-included-tables-function):
4165         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4166         (gdb-restore-windows):
4167         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4168         (ps-n-up-filling-database):
4169         * server.el (server-buffer, server-log):
4170         * simple.el (newline, delete-backward-char, delete-forward-char)
4171         (minibuffer-history-isearch-message, kill-line, track-eol)
4172         (temporary-goal-column):
4173         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4174         (flyspell-default-deplacement-commands):
4175         * textmodes/ispell.el (ispell-accept-output):
4176         * textmodes/sgml-mode.el (html-tag-help):
4177         * vc/compare-w.el (compare-ignore-whitespace)
4178         (compare-ignore-case, compare-windows-dehighlight):
4179         * vc/diff.el (diff):
4180         * whitespace.el (whitespace-point)
4181         (whitespace-font-lock-refontify, whitespace-bob-marker)
4182         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4184 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
4186         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4187         (auto-revert-notify-rm-watch): Ignore errors.
4188         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
4189         inotify, and '(size last-write-time) for w32notify.
4190         Set buffer-local `auto-revert-use-notify' to nil when adding a file
4191         watch fails - this is a fallback to the file modification check.
4192         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4193         (auto-revert-notify-event-action)
4194         (auto-revert-notify-event-file-name): New defuns.
4195         (auto-revert-notify-handler): Use them.  Implement first
4196         plausibility checks.
4197         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4199 2013-01-11  Julien Danjou  <julien@danjou.info>
4201         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4202         max are almost equal. Also return the correct value for V which is
4203         already between 0 and 1.
4205 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
4207         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4209 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
4211         * autorevert.el (auto-revert-notify-rm-watch)
4212         (auto-revert-notify-add-watch): Fix typos in w32notify function
4213         names.
4215 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4217         * autorevert.el (auto-revert-notify-enabled): Move up.
4218         (auto-revert-use-notify): New defcustom.
4219         (auto-revert-mode, global-auto-revert-mode)
4220         (auto-revert-notify-add-watch, auto-revert-handler)
4221         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4222         `auto-revert-notify-enabled'.
4224 2013-01-10  Elias Pipping  <pipping@exherbo.org>
4226         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4227         * doc-view.el (doc-view-document->bitmap):
4228         Use doc-view-single-page-converter-function instead of
4229         single-page-converter arg; adjust callers.
4231 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
4233         * progmodes/which-func.el (which-function): Understand Semantic's use
4234         of overlays in imenu--index-alist.
4236 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
4238         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
4239         (Man-man-k-use-anchor): New var.
4240         (Man-parse-man-k): New function.
4241         (Man-completion-table): Use it.
4242         (man): Flush the completion cache between uses.
4244 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
4246         * autorevert.el: Add file watch support.
4247         (auto-revert-notify-enabled): New defconst.
4248         (auto-revert-notify-watch-descriptor-hash-list)
4249         (auto-revert-notify-watch-descriptor)
4250         (auto-revert-notify-modified-p): New defvars.
4251         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4252         (auto-revert-notify-handler): New defuns.
4253         (auto-revert-mode, global-auto-revert-mode): Remove file watches
4254         when mode is disabled.
4255         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4256         (auto-revert-buffers): Add file watches for active buffers.
4258 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
4260         * cus-start.el (toplevel): Only allow float values for
4261         scroll-up-aggressively and scroll-down-aggressively.
4262         Allow any number for line-spacing.
4264 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4266         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4267         (doc-view-pdf->png-converter-function): Use mupdf if available.
4268         (doc-view-djvu->png-converter-function)
4269         (doc-view-ps->png-converter-function): Remove.
4270         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4271         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4272         (doc-view-already-converted-p): Adjust accordingly.
4273         (doc-view-mode-p): Simplify.
4274         (doc-view-enlarge): Use setq-local.
4275         (doc-view-pdf->png-converter-ghostscript)
4276         (doc-view-djvu->png-converter-ddjvu)
4277         (doc-view-pdf->png-converter-mupdf): Rework to call
4278         doc-view-start-process directly.
4279         (doc-view-pdf/ps->png): Simplify accordingly.
4280         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4281         (doc-view-document->bitmap): Rename from doc-view-document->png.
4282         (doc-view-convert-current-doc): Merge pdf and djvu cases.
4283         (doc-view-set-slice-from-bounding-box): Fix completion table.
4284         (doc-view-mode): Use add-hook for after-revert-hook.
4286 2013-01-10  Glenn Morris  <rgm@gnu.org>
4288         * emacs-lisp/authors.el (authors-ignored-files)
4289         (authors-valid-file-names, authors-renamed-files-alist):
4290         Add some more entries.
4292 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4294         * image-mode.el (image-mode-winprops): Don't throw away the fallback
4295         `t' pseudo-window entry.
4297 2013-01-10  Alan Mackenzie  <acm@muc.de>
4299         Fix bugs in the c-parse-state mechanism.  Reuse some markers
4300         instead of continually generating new ones.
4302         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4303         (c-state-old-cpp-end-marker): New variables.
4304         (c-append-lower-brace-pair-to-state-cache): Start a backward
4305         search for "}" definitively outside CPP constructs.
4306         (c-remove-stale-state-cache): Inform the caller of a need to
4307         search back for a brace pair in certain circumstances.
4308         (c-state-maybe-marker): New macro.
4309         (c-parse-state): Reuse markers when appropriate.
4311 2013-01-10  Glenn Morris  <rgm@gnu.org>
4313         * simple.el (execute-extended-command): Doc fix.
4314         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
4316 2013-01-10  Chong Yidong  <cyd@gnu.org>
4318         * faces.el (read-face-name): Doc fix.
4320 2013-01-10  Roland Winkler  <winkler@gnu.org>
4322         * emacs-lisp/crm.el: Allow any regexp for separators.
4323         (crm-default-separator): All spaces around the default comma separator.
4324         (crm--completion-command): New macro.
4325         (crm-completion-help, crm-complete, crm-complete-word): Use it.
4326         (crm-complete-and-exit): Handle non-single-char separators.
4328 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4330         * doc-view.el: Add support for DjVu (bug#13164).
4331         (doc-view-djvu->png-converter-function): New config var.
4332         (doc-view-single-page-converter-function, doc-view--image-type)
4333         (doc-view--image-file-extension): New vars.
4334         (doc-view-mode): Initialize them.
4335         (doc-view-goto-page): Use them.
4336         (doc-view-mode-p): Add support for ddjvu.
4337         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4338         (doc-view-set-up-single-converter): New funs.
4339         (doc-view-pdf/ps->png): Extend for djvu.
4340         (doc-view-document->png): Rename from doc-view-pdf->png.
4341         (doc-view-convert-current-doc): Handle djvu.
4342         (doc-view-insert-image, doc-view-display)
4343         (doc-view-already-converted-p): Don't hardcode png.
4344         (doc-view-set-doc-type): Recognize djvu docs.
4346 2013-01-09  Elias Pipping  <pipping@lavabit.com>
4348         * doc-view.el: Add support for mupdf converter (bug#13164).
4349         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4350         (doc-view-ps->png-converter-function): New config vars.
4351         (doc-view-pdf->png-converter-ghostscript)
4352         (doc-view-ps->png-converter-ghostscript)
4353         (doc-view-pdf->png-converter-mupdf): New functions.
4354         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4356 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4358         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4359         first in session cache: When `tramp-own-remote-path' is in
4360         `tramp-remote-path', the remote path is only set in the session
4361         cache.
4363 2013-01-09  Glenn Morris  <rgm@gnu.org>
4365         * emacs-lisp/trace.el (trace-function-foreground)
4366         (trace-function-background): Doc fix.
4368 2013-01-09  Juri Linkov  <juri@jurta.org>
4370         * international/mule-cmds.el (read-char-by-name): Move let-binding
4371         of completion-ignore-case around completing-read to fix regression
4372         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4373         `string-match-p' using the nil value of `case-fold-search' and
4374         `completion-ignore-case' in `completion-pcm--all-completions'.
4375         (Bug#12615).
4377 2013-01-09  Glenn Morris  <rgm@gnu.org>
4379         * progmodes/compile.el (compilation-parse-errors):
4380         Fix typo.  (Bug#13369)
4382 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4384         * comint.el (comint-send-input): Check size of buffer before
4385         waiting for process output, in case already accepted.  (Bug#13290)
4387 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4389         Spelling fixes.
4390         * net/tramp-adb.el (tramp-adb-get-toolbox):
4391         Fix misspelling of 'unknown'.
4393 2013-01-08  Juri Linkov  <juri@jurta.org>
4395         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4396         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4397         Use underline style wave on terminals that support it.  (Bug#13000)
4399 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4402         the predicate returns nil.
4404         * simple.el: Use lexical-binding.
4405         (primitive-undo): Use pcase.
4406         (minibuffer-history-isearch-push-state): Use a closure.
4408 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4410         * simple.el (primitive-undo): Move from undo.c.
4412 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4414         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4415         (cvs-mode-remove-handled): Use it (bug#13380).
4417         * emacs-lisp/nadvice.el (advice--tweak): New function.
4418         (advice--remove-function, advice--subst-main): Use it.
4420         * emacs-lisp/advice.el: Update commentary.
4422 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
4424         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4425         Remove spurious entry.
4427 2013-01-08  Glenn Morris  <rgm@gnu.org>
4429         * net/tramp.el (tramp-default-host-alist): Add :version.
4431 2013-01-08  Juri Linkov  <juri@jurta.org>
4433         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4434         single completion.  (Bug#12456)
4435         (info--manual-names): Expand node completions into an explicit list
4436         before appending it to another list.  Filter out internal buffers
4437         with the leading space in the buffer name.  (Bug#10771)
4439 2013-01-08  Juri Linkov  <juri@jurta.org>
4441         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4442         that defaults to the Top node.
4443         (Info-goto-node, Info-read-node-name): Doc fix to mention that
4444         the short format (FILENAME) goes to the Top node.
4445         (Info-build-node-completions): Rename arg `file' to `filename'.
4446         (Bug#13365)
4448 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4450         * menu-bar.el (menu-bar-search-documentation-menu):
4451         Use `apropos-user-option' and fix the help message.
4453 2013-01-07  Bastien Guerry  <bzg@gnu.org>
4455         * apropos.el (apropos-do-all): Update docstring.
4456         (apropos-user-option-button): New face.
4457         (apropos-user-option): Rename from `apropos-variable' and update
4458         docstring.
4459         (apropos-variable): Rewrite, now show all variables by default.
4460         (apropos-print): Mention "User option" instead of "Variable" when
4461         printing doc for user options.  (Bug#13276)
4463 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4465         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4466         Handle filename correctly, when parsing "source -> target" symlink
4467         output.
4468         (tramp-adb-handle-set-file-times): New defun.
4470 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4472         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4473         advice list when the interactive-spec of ad-Advice-* changes.
4475 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4477         * wid-edit.el (widget-default-get): Work for inlined elements.
4478         (Bug#12670)
4480 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
4482         * net/tramp.el (tramp-default-host-alist): New defcustom.
4483         (tramp-find-host): Use it.
4484         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
4485         `eshell-directory-change-hook'.
4487         * net/tramp-adb.el (top): Add adb specific entry in
4488         `tramp-default-host-alist'.
4489         (tramp-adb-file-name-host): Remove function.
4490         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4491         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4493         * net/tramp-sh.el: Move eshell integration code to tramp.el.
4495 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4497         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4499 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
4501         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4502         consist of more than one digit.
4503         (tramp-adb-file-name-handler-alist):
4504         Use `tramp-handle-file-exists-p' consistently.
4505         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4506         (tramp-adb-handle-file-exists-p): Remove function.
4507         (tramp-adb-file-name-host): New defun.
4508         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4509         Use it.
4510         (tramp-adb-maybe-open-connection): Set "remote-path" property.
4512 2013-01-06  Chong Yidong  <cyd@gnu.org>
4514         * vc/vc.el (vc-next-action): Detect buffer modifications
4515         conflicting with locking VCS operation (Bug#11490).
4517         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4519 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
4521         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4522         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4524 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4526         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4527         parsing of ls output using regular expression (handle filenames
4528         with spaces).  Use virtual device number.
4529         (tramp-do-parse-file-attributes-with-ls): New defun (Code
4530         cleanup).
4532 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4534         * epg.el: Silence byte-compiler warnings.
4535         (epg--start): Use delete-char instead of delete-backward-char.
4536         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4538 2013-01-04  Daiki Ueno  <ueno@gnu.org>
4540         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4541         Suggested by Eli Zaretskii  <eliz@gnu.org>.
4543 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
4545         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4546         non-negative integers.  Otherwise, the default values are used.
4547         (tramp-convert-file-attributes): Convert uid and gid to integers.
4549 2013-01-04  Glenn Morris  <rgm@gnu.org>
4551         * term.el (term-handle-colors-array): Ensure face attributes
4552         are fully specified, not nil.  (Bug#13337)
4554         * term.el (term-default-fg-color, term-default-bg-color):
4555         Fix custom type.
4557         * progmodes/etags.el (tags-compression-info-list): Doc fix.
4558         (tag-find-file-of-tag-noselect): Check auto-compression-mode
4559         rather than 'jka-compr being loaded.  (Bug#13338)
4561 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
4563         * icomplete.el (icomplete-completions):
4564         Honor icomplete-prospects-height once more following
4565         2012-11-29 changes.  (Bug#13224)
4567 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * subr.el (internal--called-interactively-p--get-frame): Find aliases
4570         of called-interactively-p as well (bug#13237).
4572         * view.el (view--enable, view--disable): Rename from view-mode-enable
4573         and view-mode-disable and assume it's called from view-mode.
4574         (view-mode-enable, view-mode-disable): Redefine as obsolete
4575         compatibility layer above view-mode.
4576         (view-mode-enter): Call `view-mode'.
4578         * files.el (after-find-file): Call `view-mode'.
4580         * doc-view.el (doc-view-scale-internally): New var.
4581         (doc-view-enlarge, doc-view-insert-image): Obey it.
4583 2013-01-03  Daiki Ueno  <ueno@gnu.org>
4585         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4586         exist.  (Bug#13344)
4588 2013-01-03  Glenn Morris  <rgm@gnu.org>
4590         * mail/rmail.el (rmail-set-header-1): Ignore case.
4591         Handle multi-line headers.  (Bug#13330)
4593         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4594         Handle paragraph starting at beginning of buffer.
4596         * subr.el (eval-after-load): Don't purecopy the form, so that it
4597         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
4599         * emacs-lisp/byte-run.el (defun): Place cl declarations
4600         after any interactive spec.  (Bug#13265)
4602 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4604         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4605         defun.  Don't check for DECL if DOCSTRING isn't a string.
4606         (defun): Likewise.
4608 2013-01-02  Glenn Morris  <rgm@gnu.org>
4610         * eshell/em-cmpl.el (eshell-pcomplete):
4611         More thoroughly imitate pcomplete.  (Bug#13293)
4613         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
4614         Return nil for empty path elements.  (Bug#13296)
4616 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4618         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4619         order to improve efficiency (Based on Daniel Colascione's
4620         <dancol@dancol.org> patch).  (Bug#13182)
4622 2013-01-02  Glenn Morris  <rgm@gnu.org>
4624         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4626 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
4628         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4629         neither DOCSTRING nor DECL was given.  (Bug#13316)
4631 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
4633         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4634         `error' call.
4635         (tramp-do-copy-or-rename-file): Ignore errors when calling
4636         `set-file-extended-attributes'.
4638         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4639         Add handler for `file-acl'.
4640         (tramp-smb-handle-file-acl): New defun.
4642 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
4644         * calc/README: Mention ISO 8601 week-numbering dates.
4646 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
4648         * view.el (view-mode-enable): New argument run-view-mode-hook.
4649         Run view-mode-hook only when it's non-nil (Bug#13315).
4650         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4651         argument t.
4653 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4655         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4656         (No device connected, invalid device name). (Bug #13299)
4658 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
4660         * window.el (window-resizable--p): Rename to window-resizable-p.
4661         (window-resize-no-error): New function.
4663         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4664         broken in fix from 2012-12-28.
4666 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4668         * subr.el (special-form-p): Don't signal errors on undef aliases.
4670 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
4672         * calc/calc-forms.el (math-parse-date): Try using
4673         `math-parse-iso-date' when it looks like it might be needed.
4674         Allow times of 24:00.
4675         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4676         of 24:00.
4678 2012-12-30  Glenn Morris  <rgm@gnu.org>
4680         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4681         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
4682         (rmail-summary-displayed, rmail-summary): Declare.
4683         (mairix-rmail-display): Just require rmail.
4685 2012-12-30  Chong Yidong  <cyd@gnu.org>
4687         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4688         check for the tarball contents.
4690 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
4692         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4693         tarfile content listings (Bug#13136).
4695 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
4697         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4698         Insert the undecoded text of the message being forwarded.  (Bug#9521)
4700 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
4702         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4703         integers, if they are real numbers.  (Bug#13282)
4705         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4706         Return `t' on success.
4708         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4709         Add handler for `set-file-selinux-context'.
4711 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
4713         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4714         (tramp-sh-handle-set-file-acl): Return `t' on success.
4716 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
4718         * files.el (backup-buffer-copy, basic-save-buffer-2):
4719         If set-file-extended-attributes fails, fall back on set-file-modes
4720         instead of signaling an error.  (Bug#13298)
4721         (basic-save-buffer): Likewise.
4723 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4725         * progmodes/python.el: Support other commands triggering
4726         python-indent-line so indentation cycling continues to work.
4727         (python-indent-trigger-commands): New defcustom.
4728         (python-indent-line): Use it.
4730 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4732         * progmodes/python.el (python-shell-send-region): Add blank lines
4733         for non sent code so backtraces remain correct.
4735 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4737         * progmodes/python.el: Remove cl dependency.
4738         (python-syntax-count-quotes): Replace incf call.
4739         (python-fill-string): Replace setf call.
4741 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
4743         * info.el (info-other-window): New arg, for consistency with info.
4745 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
4747         * mail/rmail.el (rmail-maybe-display-summary):
4748         Rewrite (Bug#13066).
4750 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
4752         * epg.el (epg--start): Modify process-environment locally.
4754 2012-12-28  Daiki Ueno  <ueno@gnu.org>
4756         * epg.el: Support pinentry-curses.
4757         Suggested by Werner Koch in
4758         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4759         (epg-agent-file, epg-agent-mtime): New variable.
4760         (epg--start): Record the modified time of gpg-agent socket file,
4761         to restore Emacs frame after pinentry-curses termination.
4762         (epg-wait-for-completion): Restore Emacs frame here.
4764 2012-12-27  Juri Linkov  <juri@jurta.org>
4766         * info.el (Info-file-completions): New variable.
4767         (Info-read-node-name-1): Complete node names in the Info file
4768         when a file name is given.  Call `Info-build-node-completions'
4769         with a file name.
4770         (Info-build-node-completions): Add new arg `file'.  When it is
4771         non-nil, visit it in a temporary buffer and cache its completions in
4772         `Info-current-file-completions'.  Move most of the function body to
4773         `Info-build-node-completions-1'.
4774         (Info-build-node-completions-1): New function with the body from
4775         `Info-build-node-completions'.  (Bug#12456)
4777 2012-12-27  Juri Linkov  <juri@jurta.org>
4779         * frame.el (frame-maximization-style): Remove user option.
4780         (cycle-frame-maximized): Remove function.
4781         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4782         (toggle-frame-fullscreen): New command bound to <f11> instead of
4783         `toggle-frame-maximized'.
4784         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4786 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
4788         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4790         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4791         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4792         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4793         for `file-accessible-directory-p'.  (Bug#13275)
4795 2012-12-27  Sam Steingold  <sds@gnu.org>
4797         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4798         continuations, see <http://stackoverflow.com/questions/3582436>.
4800 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
4802         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4803         "module" and "def" to have indentation before them.
4804         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4806         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4808 2012-12-27  Alan Mackenzie  <acm@muc.de>
4810         Speed up fontification where there's large brace blocks.
4811         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4812         to a call of c-beginning-of-decl-1.
4814 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4816         * comint.el (comint-adjust-window-point): New function.
4817         (comint-postoutput-scroll-to-bottom):
4818         Call comint-adjust-window-point (Bug#13248).
4820 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
4822         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4823         Rakefile regexp.
4824         (auto-mode-alist): Associate .gemspec files with ruby-mode
4825         (https://bugs.ruby-lang.org/issues/5453).
4827 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4829         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4830         Suppress coloring, if possible (required for BusyBox based systems like
4831         CyanogenMod).
4832         (tramp-adb-handle-file-attributes)
4833         (tramp-adb-handle-insert-directory)
4834         (tramp-adb-handle-file-name-all-completions): Use it.
4835         (tramp-adb-get-toolbox): New defun.  Check for remote shell
4836         implementation (BusyBox or Toolbox).
4838 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
4840         * startup.el (initial-buffer-choice): Allow function as value
4841         (Bug#13251).
4842         (command-line-1): Handle case where initial-buffer-choice
4843         specifies a function.
4844         * server.el (server-execute): Handle case where
4845         initial-buffer-choice specifies a function.
4847 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4849         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4850         its own function.
4851         (smtpmail-try-auth-methods): Forget the user name/password if the
4852         login is unsuccessful (bug#12424).
4854 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
4856         * notifications.el (notifications-notify): Protect body with
4857         `with-demoted-errors'.
4859         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4860         Check properties of remote device.  Restart connection, if there is a
4861         change.
4863 2012-12-21  Chong Yidong  <cyd@gnu.org>
4865         * sort.el (sort-subr): Doc fix (Bug#13056).
4867 2012-12-21  Bastien Guerry  <bzg@gnu.org>
4869         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
4871 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
4873         * simple.el (process-file): Overwrite stderr file, if exists.
4875 2012-12-21  Daiki Ueno  <ueno@gnu.org>
4877         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4878         (epg-error): Set `error-message' property.
4880 2012-12-21  Chong Yidong  <cyd@gnu.org>
4882         * international/mule-cmds.el (read-char-by-name): Signal an error
4883         if the user does not supply a valid character (Bug#13177).
4885         * simple.el (transpose-subr-1): Preserve marker positions by
4886         changing the insertion sequence (Bug#13122).
4888 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4890         * simple.el (kill-region): Deactivate mark even for empty regions
4891         (Bug#13169).
4893 2012-12-21  Chong Yidong  <cyd@gnu.org>
4895         * help-fns.el (describe-variable): Make sure we get the right
4896         buffer name (Bug#13105).  Suggested by Kelly Dean.
4898 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
4900         * comint.el (comint-redirect-previous-input-string): New variable.
4901         (comint-redirect-setup, comint-redirect-cleanup)
4902         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
4903         (comint-redirect-preoutput-filter): Fix verbose message.
4905 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
4907         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
4908         is too long for Tramp.  See discussion in
4909         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4911         * progmodes/compile.el (compilation-start): Remove line escape
4912         template.
4914 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
4916         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4917         Adjust comment.
4919 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
4921         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4922         following non-comment text (bug#13207).
4923         (lm-header-multiline): Continuation lines need to be indented more than
4924         the first line.
4925         (lm-homepage): New function.
4926         (lm-with-file): Don't be confused if narrowing is in effect.
4928 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4930         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4931         very beginning of a hunk (e.g. killing the first line).
4933 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
4935         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4936         and text properties from returned ACL string.
4937         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4938         for "setfacl" command.
4940 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
4942         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4943         `tramp-cleanup-this-connection', when the process has died.
4944         (Bug#13151)
4946 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4948         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
4950 2012-12-17  Kevin Ryde  <user42@zip.com.au>
4952         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4954 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
4956         Add support for preserving ACL entries of files.
4958         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4959         `set-file-acl' handlers.
4961         * net/tramp-adb.el (tramp-adb-handle-copy-file):
4962         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4964         * net/tramp-compat.el (tramp-compat-copy-file):
4965         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4967         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4968         Add `file-acl' and `set-file-acl' handlers.
4969         (tramp-gvfs-handle-copy-file):
4970         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4971         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4972         New defuns.
4974         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4975         Add `file-acl' and `set-file-acl' handlers.
4976         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4977         (tramp-sh-handle-set-file-acl): New defuns.
4978         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4979         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4981         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4982         Add `file-acl' and `set-file-acl' handlers.
4983         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4985 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4987         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4988         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4989         *Metahelp* with a leading space (Bug#13190).
4991 2012-12-16  Romain Francoise  <romain@orebokech.com>
4993         * files.el (file-extended-attributes)
4994         (set-file-extended-attributes): New functions.
4995         (backup-buffer): Use them to handle both SELinux context and ACL
4996         entries.
4997         (backup-buffer-copy): Work with an alist of extended attributes,
4998         rather than an SELinux context.
4999         (basic-save-buffer-2): Ditto.
5001 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
5003         * battery.el (battery-bsd-apm): New function.
5005 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
5007         * calc/calc.el (calc-standard-date-formats): Adjust one of the
5008         standard date formats.
5010 2012-12-15  Juri Linkov  <juri@jurta.org>
5012         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5013         `isearch-insert-char-by-name'.
5014         (with-isearch-suspended): New defmacro with body mostly from
5015         `isearch-edit-string' except the part that sets
5016         `isearch-new-string' and `isearch-new-message'.
5017         (isearch-edit-string): Use new macro `with-isearch-suspended' with
5018         body that sets `isearch-new-string' and `isearch-new-message'.
5019         (isearch-insert-char-by-name): New command.
5020         * international/mule-cmds.el (read-char-by-name): Let-bind
5021         `enable-recursive-minibuffers' to t.
5022         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5024 2012-12-15  Juri Linkov  <juri@jurta.org>
5026         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5027         (Bug#13175)
5029 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
5031         * dired-x.el (dired-guess-shell-command): Put colon at the end of
5032         the prompt.  (Bug#13045)
5034 2012-12-14  Glenn Morris  <rgm@gnu.org>
5036         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5037         Try to include filename in non-bytecomp warning.  (Bug#13132)
5039 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5041         Fix permissions bugs with setgid directories etc. (Bug#13125)
5042         * files.el (backup-buffer): Don't rely on 9th output of
5043         file-attributes, as it's now a placeholder.  Instead, use the new
5044         optional arg of file-ownership-preserved-p.
5045         (file-ownership-preserved-p): New optional arg GROUP.
5046         Fix mishandling of setuid directories that would cause this
5047         function to return t when it should have returned nil.
5048         Document what happens if the file does not exist, and when
5049         it's not known whether the ownership will be preserved.
5050         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5051         Likewise.
5052         (tramp-get-local-gid): Use group-gid for integer, as that's
5053         faster and more reliable.
5055 2012-12-14  Julien Danjou  <julien@danjou.info>
5057         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5058         Update keywords list, data type and PL/pgSQL.
5060 2012-12-14  Dave Abrahams  <dave@boostpro.com>
5062         * vc/ediff-util.el (ediff-buffer-type): New function.
5063         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5064         rather than taking it as as argument.
5065         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5067 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
5069         * json.el: Add pretty-print option (bug#12634).
5070         (json-encoding-separator, json-encoding-default-indentation)
5071         (json--encoding-current-indentation, json-encoding-pretty-print)
5072         (json-encoding-lisp-style-closings): New vars.
5073         (json--with-indentation): New macro.
5074         (json-encode-hash-table, json-encode-alist, json-encode-plist)
5075         (json-encode-array): Use it to obey json-encoding-pretty-print.
5076         (json-pretty-print-buffer, json-pretty-print): New commands.
5078 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
5080         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5081         Extract `ruby-syntax-propertize-expansions'.
5082         (ruby-syntax-propertize-expansions): Only change syntax on
5083         certain string delimiters, to punctuation.  This way the common
5084         functions like forward-word and thing-at-point still work.
5085         (ruby-match-expression-expansion): Improve readability.
5086         (ruby-block-contains-point): New function.
5087         (ruby-add-log-current-method): Handle several edge cases.
5089 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5091         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5092         unload-feature finishes even when aborting an ongoing edebug session.
5093         Also, do not worry about edebug-mode, unload-feature takes care of it.
5095 2012-12-13  Andreas Schwab  <schwab@suse.de>
5097         * net/tls.el (tls-program): Update customize type.
5099 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
5101         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5102         (edebug-setup-hook, cl-read-load-hooks): Use it.
5103         (edebug-unload-function): New function.  (Bug#13163)
5105 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
5107         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5108         Otherwise, there could be errors in autoloading.  (Bug#13151)
5110 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5112         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5113         sequences.
5115 2012-12-13  Alan Mackenzie  <acm@muc.de>
5117         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
5118         * progmodes/cc-engine.el (c-backward-comments): Add code to work
5119         around `forward-comment' not recognizing ^M as whitespace.
5121 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5123         * progmodes/python.el (python-skeleton-class)
5124         (python-skeleton-def): Do not add space after defun name.
5126 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5128         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5129         (cl--symbol-function): Remove (now that funbound is like nil).
5131 2012-12-12  Glenn Morris  <rgm@gnu.org>
5133         * button.el (button--area-button-p): Fix typo.
5135 2012-12-12  Sam Steingold  <sds@gnu.org>
5137         * frame.el (frame-maximization-style): New user option.
5138         (toggle-frame-maximized): Toggle frame maximization according to
5139         `frame-maximization-style', bound to <f11>.
5140         (cycle-frame-maximized): Cycle between all maximization styles and
5141         non-maximized frame, bound to shift-<f11>.
5143 2012-12-12  David CadĂ©  <codename68@gmail.com>
5145         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5147 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
5149         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5150         (eieio-override-prin1): Don't quote kewords and booleans.
5151         (object-write) <eieio-default-superclass>: Don't put closing parens
5152         on new line, avoid needless empty lines, align values that are objects
5153         with the slot keyword (instead of beginning on the same line).
5154         (eieio-list-prin1): Align value with slot keyword; increase
5155         eieio-print-depth before printing members of the list.
5157 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5160         a display text-property.
5161         (report-emacs-bug-hook): Don't bother deleting it any more.
5163         * hilit-chg.el (highlight-save-buffer-state): Delete.
5164         Use with-silent-modifications instead.
5165         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5167         * button.el: Handle buttons in display text-properties.
5168         (button--area-button-p, button--area-button-string):
5169         Use (STRING . STRING-POS) representation instead of just STRING.
5171 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
5173         * makefile.w32-in (compile4-SH): Fix a typo that caused term
5174         subdirectory be skipped.
5176 2012-12-11  Glenn Morris  <rgm@gnu.org>
5178         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5180         * progmodes/f90.el (f90-line-continued, f90-indent-region):
5181         Treat preprocessor lines embedded in continuations like comments.
5182         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
5184 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
5186         * calc/calc.el (calc-standard-date-formats): Add more date
5187         formats.
5188         * calc/calc-forms.el (math-parse-iso-date): New function.
5189         (math-parse-date): Use `math-parse-iso-date' when appropriate.
5190         (math-parse-iso-date-validate): Add extra error checking.
5191         (calc-date-notation): Add ability to access new date formats.
5193 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5196         font-lock as well as when there's no text-property.
5198 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
5200         * hi-lock.el: Refine the choice of default face.
5201         (hi-lock-keyword->face): New function.  Use it wherever we used
5202         cadadadr instead.
5203         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5204         (hi-lock--last-face): Remove var.
5205         (hi-lock--unused-faces): New var to replace it.
5206         (hi-lock-read-face-name): Use/maintain it.
5207         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
5208         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5209         if it has another face.
5211 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5213         * subr.el (w32notify-handle-event): New function.
5214         (inotify-handle-event): Doc fix.
5216 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
5218         * subr.el (inotify-event-p, inotify-handle-event): New functions.
5220 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
5222         * simple.el (just-one-space): Doc fix.
5224 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
5226         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5228 2012-12-10  Le Wang  <l26wang@gmail.com>
5230         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5231         narrowed buffer (bug#12361).
5233 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
5235         * vc/vc-hooks.el (vc-state): Doc fix.
5237 2012-12-10  Glenn Morris  <rgm@gnu.org>
5239         * mail/rmail.el (rmail-maybe-display-summary):
5240         Preserve buffer, in case select-window changes it.  (Bug#13066)
5242 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5244         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5245         cl-load-hook where they belong.
5247 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5251 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
5253         Parallelize byte compilation on MS-Windows.
5254         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5255         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5256         (WINS_BASIC): Define as concatenation of the above.
5257         (compile): Subdivide into 4 separate and independent jobs that can
5258         be run in parallel.
5259         (compile0-CMD, compile0-SH): New targets for compiling
5260         COMPILE_FIRST files, which are prerequisites for the rest of the
5261         byte-compilation.
5262         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5263         New targets for parallel compilation with cmd.exe.
5264         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5265         compiling under a Unixy shell.
5267 2012-12-09  Chong Yidong  <cyd@gnu.org>
5269         * simple.el (set-mark-default-inactive): Delete this
5270         accidentally-introduced option.
5271         (set-mark-command, exchange-point-and-mark): Remove calls.
5273 2012-12-09  Glenn Morris  <rgm@gnu.org>
5275         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5276         Respect a defcustom's :set function, if appropriate.  (Bug#109)
5277         (eval-defun): Doc fix.
5279 2012-12-08  Juri Linkov  <juri@jurta.org>
5281         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5282         (Info-fontify-node, Info-bookmark-make-record): Remove the
5283         file extension from Info-current-file (Bug#13016).
5285 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5287         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5288         point, still provide some default.
5289         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5290         names, since we don't use it right now.  Actually return the list.
5291         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5293 2012-12-07  Chong Yidong  <cyd@gnu.org>
5295         * novice.el (disabled-command-function): Remove a spurious help
5296         xref (Bug#13043).  Suggested by Kelly Dean.
5298         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5299         syntax is specified (Bug#13025).
5301         * info.el (Info-set-mode-line): Remove the file extension from
5302         Info-current-file if there is one (Bug#13016).
5304 2012-12-07  Glenn Morris  <rgm@gnu.org>
5306         * mail/rmail.el (rmail-mime-decoded): New permanent local.
5307         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5308         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5309         and rmail-mime-decoded.  (Bug#9841)
5311         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
5312         (batch-unrmail, unrmail): Doc fixes.
5313         (unrmail): Respect unrmail-mbox-format.
5314         * mail/rmail.el (rmail-mbox-format): New option.
5315         (rmail-show-message-1): Respect rmail-mbox-format.
5317 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5321 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
5324         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5325         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5326         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5327         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5328         (cl-progv): Don't rely on dynamic scoping to find the body.
5329         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5330         (cl--proclaims-deferred): Rename from the "cl-" prefix.
5331         (cl-declaim): Use backquotes.
5332         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5333         Use "cl--" prefix for the object's tag.
5335         * ses.el: Use advice-add/remove.
5336         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5337         (copy-region-as-kill, yank): Use advice-add.
5338         (ses-unload-function): Use advice-remove.
5340 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
5342         * button.el: Make them work in header-lines (bug#12817).
5343         (button-map): Add bindings for header-line and mode-line use.
5344         (button-get, button-put, button-label): `button' may now be a string.
5345         (button-activate): Don't make it a defsubst.
5346         (button--area-button-p, button--area-button-string): New functions.
5347         (make-text-button): Fix the return value when `beg' was a string.
5348         (push-button): Handle the mode-line case.
5350 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5352         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5353         (sql-signum): Remove.  Use `cl-signum' instead.
5354         (sql-read-passwd): Remove; use read-passwd instread.
5355         (sql-get-login-ext): Use read-string.
5356         (sql-get-login): Use dolist and pcase.
5357         (sql--completion-table): Rename from sql-try-completion.
5358         Use complete-with-action.
5359         (sql-mode): Don't change abbrev-all-caps globally.
5360         (sql-connect): Don't rely on dynamic scoping for `new-name'.
5361         (sql-postgres-completion-object): Initialize vars in their `let'.
5362         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5363         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5364         (sql-comint-interbase): Use a single append, without setq.
5365         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5367         * hi-lock.el: Rework the default face and the serialize regexp code.
5368         (hi-lock--auto-select-face-defaults): Remove.
5369         (hi-lock-string-serialize-serial): Remove.
5370         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5371         make weak.
5372         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5373         equal string.
5374         (hi-lock-set-pattern): Adjust accordingly.
5375         (hi-lock--regexps-at-point): Simplify accordingly.
5376         (hi-lock--auto-select-face-defaults): Remove.
5377         (hi-lock--last-face): New var to replace it.
5378         (hi-lock-read-face-name): Rewrite (bug#11095).
5379         (hi-lock-unface-buffer): Arrange for the face to be the next default.
5381 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
5383         * net/tramp.el (tramp-replace-environment-variables):
5384         Hide compiler warning.
5385         (tramp-file-name-for-operation): Remove `executable-find',
5386         `start-process', `call-process' and `call-process-region'.
5388         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5390         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5391         compatibility.
5393         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5395 2012-12-06  Chong Yidong  <cyd@gnu.org>
5397         * ffap.el (ffap-replace-file-component): Fix typo.
5399 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5401         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5402         fix open-paren-like token test (bug#12785).
5404 2012-12-06  Glenn Morris  <rgm@gnu.org>
5406         * mail/rmailsum.el (rmail-new-summary): Tweak for
5407         rmail-maybe-display-summary changing buffer.  (Bug#13066)
5409 2012-12-06  Juri Linkov  <juri@jurta.org>
5411         * info.el (Info-fontify-node): Don't hide the last newline.
5412         (Bug#12272)
5414 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5416         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5417         so as to enable message-read-from-minibuffer to expand mail aliases.
5419 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5421         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5422         the `intangible' property.
5423         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5425 2012-12-05  Deniz Dogan  <deniz@dogan.se>
5427         * net/rcirc.el (rcirc-urls): Update documentation.
5428         (rcirc-condition-filter): New function.
5429         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5430         and exclude consecutive duplicate URLs (Bug#6082).
5432 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
5434         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5435         Check return code of copy command.
5437         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5438         Use group `tramp'.  Add version.
5440 2012-12-05  Chong Yidong  <cyd@gnu.org>
5442         * ffap.el (ffap-url-regexp): Don't require matching at front of
5443         string (Bug#4952).
5444         (ffap-url-p): If only a substring matches, return that.
5445         (ffap-url-at-point): Use the return value of ffap-url-p.
5446         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5447         (find-file-at-point, dired-at-point, dired-at-point-prompter)
5448         (ffap-guess-file-name-at-point): Likewise.
5449         (ffap-replace-file-component): Fix typo.
5451         * info.el (info-display-manual): Add existing Info buffers, whose
5452         files may not be in Info-directory-list, to the completion.
5453         (info--manual-names): New helper function.
5455 2012-12-05  Glenn Morris  <rgm@gnu.org>
5457         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5458         New functions, for detecting and resolving conflicts.  (Bug#10709)
5460 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
5462         * hi-lock.el (hi-lock-auto-select-face): New user variable.
5463         (hi-lock-auto-select-face-defaults): New buffer local variable.
5464         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5465         (hi-lock-unface-buffer): Prompt user with useful defaults.
5466         With prefix arg, unhighlight all hi-lock patterns in buffer.
5468 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5470         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5472 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
5474         * Makefile.in (TRAMP_SRC):
5475         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5477 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
5479         * net/tramp-adb.el: New package.
5481 2012-12-04  Chong Yidong  <cyd@gnu.org>
5483         * terminal.el: Move to obsolete/.
5485         * longlines.el: Move to obsolete/.
5487         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5488         Remove code referring to longlines mode.
5490 2012-12-03  Juri Linkov  <juri@jurta.org>
5492         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
5494 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5496         * textmodes/ispell.el (ispell-init-process)
5497         (ispell-start-process, ispell-internal-change-dictionary):
5498         Make sure personal dictionary name is expanded after initial
5499         `default-directory' value. Use expanded strings for
5500         keep/restart checks and for value (Bug#13019).
5502 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5504         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5506 2012-12-03  Leo Liu  <sdl.web@gmail.com>
5508         * files.el (dir-locals-read-from-file): Check file non-empty
5509         before reading.  (Bug#13038)
5511 2012-12-03  Glenn Morris  <rgm@gnu.org>
5513         * jka-cmpr-hook.el (jka-compr-get-compression-info):
5514         Remove any version extension before checking filename.  (Bug#13006)
5515         (jka-compr-compression-info-list): Belated :version bump.
5517 2012-12-03  Chong Yidong  <cyd@gnu.org>
5519         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5521         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5522         (buffer-menu): Doc fix (Bug#12294).
5524 2012-12-03  Roland Winkler  <winkler@gnu.org>
5526         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5527         of diary-show-all-entries in the diary buffer (Bug#12994).
5529 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
5531         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5532         "<STDIN>".  This is binary safe.
5534 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
5536         * calc/calc-forms.el (math-absolute-from-iso-dt)
5537         (math-date-to-iso-dt, math-parse-iso-date-validate)
5538         (math-iso-dt-to-date): New functions.
5539         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5540         (math-fd-isoweekday): New variables.
5541         (calc-date-notation, math-parse-standard-date, math-format-date)
5542         (math-format-date-part): Add support for more formatting codes.
5544 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5546         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5547         current buffer's file name when called interactively (Bug#12488).
5549 2012-12-02  Juri Linkov  <juri@jurta.org>
5551         * info.el (info-display-manual): Don't clobber an existing Info
5552         buffer (Bug#10770).  Add completion (Bug#10771).
5554 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
5556         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5557         before using it for comparison (Bug#5297).
5559 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
5561         * textmodes/css-mode.el (css-current-defun-name): New function.
5562         (css-mode): Use it.
5564         * textmodes/sgml-mode.el (html-current-defun-name): New function.
5565         (html-mode): Use it.
5567 2012-12-01  Chong Yidong  <cyd@gnu.org>
5569         Modularize add-log-current-defun (Bug#2224).
5570         Suggested by Jari Aalto.
5572         * vc/add-log.el (add-log-current-defun-function): Doc fix.
5573         (add-log-current-defun): Move mode-specific code to other files.
5574         (add-log-lisp-like-modes, add-log-c-like-modes)
5575         (add-log-tex-like-modes): Variables deleted.
5577         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5578         (lisp-mode-variables): Use it.
5580         * progmodes/cc-mode.el (c-common-init):
5581         * progmodes/cperl-mode.el (cperl-mode): Set a value for
5582         add-log-current-defun-function.
5584         * progmodes/m4-mode.el (m4-current-defun-name): New function.
5585         (m4-mode): Use it.
5587         * progmodes/perl-mode.el (perl-current-defun-name): New.
5588         (perl-mode): Use it.
5590         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5591         Use lisp-current-defun-name.
5593         * textmodes/tex-mode.el (tex-current-defun-name): New.
5594         (tex-common-initialization): Use it.
5596         * textmodes/texinfo.el (texinfo-current-defun-name): New.
5597         (texinfo-mode): Use it.
5599 2012-12-01  Chong Yidong  <cyd@gnu.org>
5601         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5602         * progmodes/autoconf.el (autoconf-mode):
5603         * progmodes/js.el (js-mode):
5604         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5605         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5606         * progmodes/perl-mode.el (perl-mode):
5607         * progmodes/sh-script.el (sh-mode, sh-set-shell):
5608         * textmodes/css-mode.el (css-mode):
5609         * textmodes/sgml-mode.el (html-mode, sgml-mode)
5610         (sgml-tags-invisible, sgml-guess-indent):
5611         * textmodes/tex-mode.el (tex-common-initialization)
5612         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5613         (doctex-mode, plain-tex-mode, latex-mode):
5614         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5616 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
5618         * vc/vc-hg.el (vc-hg-next-revision):
5619         Ensure use of default "tip" output format.  (Bug#6968)
5621 2012-12-01  Kim F. Storm  <storm@cua.dk>
5623         * startup.el (fancy-startup-tail): Add a clickable link
5624         (Bug#2176).
5626 2012-12-01  Chong Yidong  <cyd@gnu.org>
5628         * startup.el (fancy-startup-tail): Improve the message about
5629         auto-save files (Bug#2176).
5631         * files.el (recover-session): Improve the descriptive message, and
5632         use substitute-command-keys.
5634 2012-12-01  Glenn Morris  <rgm@gnu.org>
5636         * ido.el (ido-file-internal):
5637         Handle other-window, other-frame for dired.  (Bug#13036)
5639 2012-11-30  Glenn Morris  <rgm@gnu.org>
5641         * icomplete.el (icomplete-separator): Fix :version.
5643 2012-11-30  Chong Yidong  <cyd@gnu.org>
5645         * shell.el (shell): For C-u M-x shell, use an inactive shell
5646         buffer as the default (Bug#1975).
5647         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5648         (shell-mode): Use them to reapply ansi colorization if Shell mode
5649         is re-enabled.
5651 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
5653         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5655 2012-11-30  Samuel Bronson  <naesten@gmail.com>
5657         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5658         flag to xargs, for compatibility with BSD xargs (Bug#11703).
5660 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5662         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5663         by move-to-column (Bug#3234).
5665 2012-11-30  Chong Yidong  <cyd@gnu.org>
5667         * longlines.el (longlines-wrap-line, longlines-encode-region):
5668         Preserve text properties (Bug#1425).
5670 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5672         * vc/vc.el (vc-register): Allow registering a file which is
5673         already registered with a different backend (Bug#10589).
5675 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
5676             Stefan Monnier  <monnier@iro.umontreal.ca>
5678         * icomplete.el: Change separator; add ido-style commands.
5679         (icomplete-show-key-bindings): Remove custom var.
5680         (icomplete-get-keys): Remove function.
5681         (icomplete-forward-completions, icomplete-backward-completions):
5682         New commands.
5683         (icomplete-minibuffer-map): New var.
5684         (icomplete-minibuffer-setup): Use it.
5685         (icomplete-exhibit): Don't delay if the list of completions is known.
5686         (icomplete-separator): New custom.
5687         (icomplete-completions): Use it.
5688         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5689         (minibuffer-force-complete-and-exit): New command.
5690         (minibuffer--complete-and-exit): New function extracted from
5691         minibuffer-complete-and-exit.
5692         (minibuffer-complete-and-exit): Use it.
5694         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5695         error message when the file doesn't exist (bug#12974).
5697 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5699         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5701 2012-11-29  Glenn Morris  <rgm@gnu.org>
5703         * files.el (hack-dir-local-variables): Warn if try to set
5704         coding via dir-locals, since it doesn't work.  (Bug#7169)
5706         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
5707         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5708         Set buffer-local value of desktop-save-buffer.
5709         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5710         New functions.
5711         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5712         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5714         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
5715         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5716         Doc fix.
5717         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5718         Doc fixes.
5720 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
5722         * calc/calc-forms.el (calc-date-notation): Fix regexp
5723         used to find time codes.  Fix symbol for seconds.
5725 2012-11-27  Glenn Morris  <rgm@gnu.org>
5727         * emacs-lisp/derived.el (derived-mode-make-docstring):
5728         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
5730 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5732         * textmodes/table.el (table-insert): Don't use `symbol-name' on
5733         lexically scoped variables (bug#13005).
5735 2012-11-27  Glenn Morris  <rgm@gnu.org>
5737         * vc/vc-hooks.el (vc-mistrust-permissions):
5738         Default to t, to avoid data-loss.  (Bug#11490)
5740 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5742         * progmodes/python.el (python-indent-guess-indent-offset):
5743         If indentation is guessed make python-indent-offset buffer-local.
5745         Fix Imenu regression.
5746         * progmodes/python.el (python-nav-beginning-of-defun):
5747         Fix forward movement when statement(s) separates point from defun.
5748         (python-imenu-prev-index-position): New function.
5750 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5752         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
5754         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5755         Don't set buffer-file-type.  Return nil.  (Bug#12989)
5757 2012-11-27  Glenn Morris  <rgm@gnu.org>
5759         * hippie-exp.el (hippie-expand-try-functions-list):
5760         Re-autoload it.  (Bug#12982)
5762 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
5764         * descr-text.el (describe-char-padded-string):
5765         Call internal-char-font only on GUI frames.  (Bug#11964)
5767 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
5769         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5770         and obsoletion message.
5772 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5774         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5775         the constructs to keep outside of the `cl-block' (bug#12977).
5777 2012-11-27  Chong Yidong  <cyd@gnu.org>
5779         * mouse.el (mouse-drag-line): Even if the line is not draggable,
5780         keep reading until we get the up-event anyway, in order to process
5781         the up-event for mouse-1-click-follows-link (Bug#12971).
5783 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5785         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5786         base function is not yet defined (bug#12965).
5787         (ad-activate-advised-definition): Use ad-compile-function.
5788         (ad-activate): Use cond.
5790 2012-11-25  Leo Liu  <sdl.web@gmail.com>
5792         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5793         (Bug#12979)
5795 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5797         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5798         reftex-section-info-function in order to be compatible with
5799         Texinfo integration.
5801         * textmodes/reftex.el (reftex-section-pre-regexp)
5802         (reftex-section-post-regexp, reftex-section-info-function):
5803         New variable.
5804         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5805         reftex-section-post-regexp, and reftex-section-info-function in order
5806         to be compatible with Texinfo integration.
5808         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5809         use reftex-section-pre-regexp variable in order to be compatible with
5810         Texinfo integration.
5812 2012-11-25  Chong Yidong  <cyd@gnu.org>
5814         * faces.el: Make face-spec-set more analogous to setq.
5815         (face-spec-set): Change the third arg to specify whether this
5816         function is being called via defface, customize, or a third party.
5817         Set the appropriate symbol properties.  Clear the override spec if
5818         setting via Custom.  Initialize face if necessary.  (Bug#4988)
5819         (face-spec-recalc): Allow theme faces to completely replace the
5820         defface spec, in the same way as custom faces (Bug#8454).
5822         * cus-face.el (custom-declare-face): Move face initialization to
5823         face-spec-set.
5824         (custom-theme-set-faces): Don't initialize the face name here, as
5825         that is now done in face-spec-set.
5827         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5828         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5829         Simplify by using the new arg to face-spec-set.
5831         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5832         reset face-override-spec too, and use custom-declare-face.
5834 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
5836         * term/ns-win.el (ns-initialize-window-system): Move creation of
5837         fontsets here (Bug#11964).
5839 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5841         * ses.el (ses-rename-cell): Correct bug on mode-line update after
5842         cell renaming.
5844 2012-11-24  Chong Yidong  <cyd@gnu.org>
5846         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5847         obsolete.
5849         * custom.el (custom-theme-set-variables): Use a topological sort
5850         for ordering by custom dependencies (Bug#12952).
5851         (custom--sort-vars, custom--sort-vars-1): New functions.
5853 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5855         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5856         lexical-binding (bug#12938).
5858 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
5860         * image-mode.el (image-transform-check-size): Use assertions only
5861         for images of type imagemagick.
5863         Otherwise no error, image-transform-fit-to-{width,height} is
5864         silently ignored, as before.  Doc fix.
5866 2012-11-24  Chong Yidong  <cyd@gnu.org>
5868         * faces.el (color-defined-p): Doc fix (Bug#12853).
5870 2012-11-24  Juri Linkov  <juri@jurta.org>
5872         * dired.el (dired-mark): Add optional arg `interactive'.
5873         Check for `use-region-p' if `interactive' is non-nil.
5874         (dired-unmark, dired-flag-file-deletion): Add optional arg
5875         `interactive'.  Call `dired-mark' with the arg `interactive'.
5876         (Bug#10624)
5878         * wdired.el: Revert 2012-10-17 change partly and replace it with
5879         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5880         (wdired-finish-edit): Add marks for new file names to
5881         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
5882         after `revert-buffer'.
5883         (wdired-do-renames): Remove calls to `dired-remove-file',
5884         `dired-add-file', `dired-add-entry'.  (Bug#11795)
5886 2012-11-24  Alan Mackenzie  <acm@muc.de>
5888         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5890         Fix bugs in the state cache.  Enhance a debugging mechanism.
5891         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5892         "brace at column zero" strategy for C++.
5893         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5894         (c-parse-state-point): New variable.
5895         (c-record-parse-state-state): Record old parse state with
5896         `copy-tree'.  Record previous value of point.
5897         (c-debug-parse-state-double-cons): New debugging function.
5898         (c-debug-parse-state): Call the above new function.
5899         (c-toggle-parse-state-debug): Output a confirmatory message.
5901         * progmodes/cc-mode.el (c-before-change, c-after-change):
5902         Call c-invalidate-state-cache from `c-before-change' instead of
5903         `c-after-change'.
5905 2012-11-23  Chong Yidong  <cyd@gnu.org>
5907         * find-cmd.el (find-constituents): Add executable, ipath,
5908         readable, samefile, writable, daystart, regextype (Bug#12856).
5910 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5914 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
5916         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5917         definition.  This fixes a bootstrap failure.
5918         (calc-gregorian-switch): In menu, put dates before regions.
5919         This is easier to follow, lines up better in the menu, and lets us
5920         coalesce regions that switch at the same time.  Give country
5921         names, not "Vatican", as that's better for non-expert users.
5922         Use names that are stable between the date of switch and now, e.g.,
5923         Bohemia and Moravia (which existed then and now) and not
5924         Czechoslovakia (which didn't exist then and doesn't exist now).
5925         What is now the U.S. mostly did not switch at the same time as
5926         Britain, so omit the U.S.  Correct spelling of "Britain".
5927         Catholic Switzerland was too much of a mess, so omit it.
5929 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
5931         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5932         after the variable is changed.
5934 2012-11-21  Daniel Colascione  <dancol@dancol.org>
5936         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5937         in SQL declarations for font-lock.
5938         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5940 2012-11-21  Glenn Morris  <rgm@gnu.org>
5942         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5943         (face-italic-p): Add optional argument "inherit".
5945         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5946         Remove -p suffix from names, for consistency with other set-face-*.
5947         (set-face-inverse-video): Fix interactive spec.
5948         * play/gamegrid.el (gamegrid-make-mono-tty-face):
5949         * textmodes/table.el (table--update-cell-face):
5950         Use set-face-inverse-video rather than now obsolete alias.
5952 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
5954         * simple.el (line-move): Don't call line-move-partial if
5955         scroll-conservatively is in effect.  (Bug#12927)
5957 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5959         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5960         Fallback on completion-at-point rather than
5961         pcomplete-expand-and-complete, and only if pcomplete actually failed.
5962         (eshell-cmpl-initialize): Setup completion-at-point.
5964         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5966         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5968 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
5970         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5971         are remote, check out-of-band property for both.
5973 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5976         code rewrite.
5978 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5980         More minor time fixes.
5981         * calendar/time-date.el: Commentary fix.
5982         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5983         too much other code depends on (0 0) time stamps.
5984         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5985         Add a couple of FIXME comments.
5987         Minor cleanup for times as lists of four integers.
5988         * files.el (dir-locals-directory-cache):
5989         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5990         Doc fixes.
5991         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5992         * ps-bdf.el (bdf-file-newer-than-time):
5993         Process four-integers time stamps, not two.  Doc fixes.
5995 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         * uniquify.el (uniquify-managed): Use defvar-local.
5998         (rename-buffer, create-file-buffer): Advise with advice-add.
5999         (uniquify-unload-function): Unadvise accordingly.
6001         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6002         (trace-buffer): Don't purecopy.
6003         (trace-entry-message, trace-exit-message): Add `context' arg.
6004         (trace--timer): New var.
6005         (trace-make-advice): Adjust for use in nadvice.
6006         Add `context' argument.  Delay `display-buffer' via a timer.
6007         (trace-function-internal): Use advice-add.
6008         (trace--read-args): New function.
6009         (trace-function-foreground, trace-function-background): Use it.
6010         (trace-function): Rename to trace-function-foreground and redefine as
6011         an alias to that new name.
6012         (untrace-function, untrace-all): Adjust to the use of nadvice.
6014         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6016         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6018         * subr.el (called-interactively-p-functions): New var.
6019         (internal--called-interactively-p--get-frame): New macro.
6020         (called-interactively-p, interactive-p): Rewrite in Lisp.
6021         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6022         (called-interactively-p-functions): Use it.
6023         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6024         (called-interactively-p-functions): Use it.
6025         * allout.el (allout-called-interactively-p): Don't assume
6026         called-interactively-p is a subr.
6028 2012-11-20  Glenn Morris  <rgm@gnu.org>
6030         * profiler.el (profiler-report-mode-map): Add a menu.
6031         No need to bind `q' because we derive from special-mode.
6032         (profiler-report-find-entry): Handle calls from the menu-bar.
6034 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6036         * emacs-lisp/byte-run.el (defun-declarations-alist):
6037         Allow a compiler-macro to be a lambda expression.
6039         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
6040         eval-when-compile.
6041         (python-syntax-context): Add compiler-macro.
6042         (python-font-lock-keywords): Simplify with De Morgan.
6044         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6046         * files.el (load-file): Require match in minibuffer selection, as was
6047         the case in Emacs-20 before we changed the spec to allow .elc files
6048         (bug#12935).
6050         * json.el: Don't require cl since we don't use it.
6051         * color.el: Don't require cl.
6052         (color-complement): `caddr' -> `nth 2'.
6054         * calendar/time-date.el (time-to-seconds): De-obsolete.
6056 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
6058         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6059         year numbers.
6060         (math-date-to-julian-dt): Adjust the initial approximation for the
6061         year to deal with the new definition of the DATE.
6063 2012-11-19  Daniel Colascione  <dancol@dancol.org>
6065         * term/w32-win.el (cygwin-convert-path-from-windows):
6066         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6068 2012-11-18  Chong Yidong  <cyd@gnu.org>
6070         * filecache.el (file-cache--read-list): New function.
6071         (file-cache-add-directory-list, file-cache-add-file-list)
6072         (file-cache-delete-file-list, file-cache-delete-directory-list):
6073         Use it to read a list of files or directories (Bug#12846).
6074         (file-cache-add-file, file-cache-add-directory)
6075         (file-cache-delete-file-list, file-cache-delete-file-regexp)
6076         (file-cache-delete-directory): Print an message.
6078 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
6080         * calc/calc-forms.el (math-date-to-dt): Use integer date when
6081         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6083 2012-11-18  Glenn Morris  <rgm@gnu.org>
6085         * image.el (insert-image, insert-sliced-image): Doc fix.
6087 2012-11-18  Chong Yidong  <cyd@gnu.org>
6089         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6090         (Bug#12810).
6092 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
6094         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6095         response when the target file is in a subdirectory (Bug#12757).
6097 2012-11-18  Chong Yidong  <cyd@gnu.org>
6099         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6101 2012-11-18  Glenn Morris  <rgm@gnu.org>
6103         * emacs-lisp/cl-lib.el (face-underline-p):
6104         Use set-face-underline rather than the alias set-face-underline-p.
6106         * window.el (with-temp-buffer-window): Doc fix.
6107         * subr.el (with-output-to-temp-buffer):
6108         Add doc xref to with-temp-buffer-window.
6110 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
6112         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6113         * calc/calc.el (math-format-date-cache): Declare.
6115 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6117         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6118         It also uses January 1, 1 AD as its day number 1.
6119         * calc/calc-forms.el (math-julian-date-beginning)
6120         (math-julian-date-beginning-int): Implement this.
6122 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
6124         * descr-text.el (quail-find-key):
6125         * dired.el (desktop-file-name):
6126         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6127         * generic-x.el (comint-mode, comint-exec):
6128         * image-dired.el (widget-forward):
6129         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6130         (speedbar-change-expand-button-char)
6131         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6132         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6133         * printing.el (easy-menu-add-item, easy-menu-remove-item)
6134         (widget-field-action, widget-value-set):
6135         * speedbar.el (imenu--make-index-alist):
6136         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6137         (ring-length, ring-insert):
6138         * vcursor.el (compare-windows-skip-whitespace):
6139         * woman.el (dired-get-filename):
6140         Declare functions.
6142         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6144 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6146         * calc/calc.el (calc-gregorian-switch): New variable.
6148         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6149         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6150         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6151         (math-leap-year-p): Add option to distinguish between Julian
6152         and Gregorian calendars.
6153         (math-day-number): Use `math-day-in-year' to do the computations.
6154         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6155         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6156         to do the computations.
6157         (math-date-to-dt): Use `math-date-to-julian-dt' and
6158         `math-date-to-gregorian-dt' to do the computations.
6159         (calcFunc-weekday, math-format-date-part): Use the new version of
6160         the DATE to determine the weekday.
6161         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6162         when necessary.
6164 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
6166         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6167         Cygwin; otherwise use 'file:'.  (Bug#12914)
6168         (cygwin-convert-path-from-windows): Declare, to avoid
6169         byte-compiler warnings.
6171 2012-11-17  Andreas Politz  <politza@fh-trier.de>
6173         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6174         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6175         prefix and negative numeric prefix args (Bug#12795).
6177 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
6179         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6180         Don't signal an error with a score that is too low to add to the
6181         list of top scores. (Bug#12779)
6183 2012-11-17  Chong Yidong  <cyd@gnu.org>
6185         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6187         * filecache.el (file-cache-add-file): Handle relative file name in
6188         the argument (Bug#12694).
6190 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
6192         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6194 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6196         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6198         * emacs-lisp/cl-lib.el: Set more meaningful version number.
6200 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6202         * window.el (enlarge-window, shrink-window): Don't mention return
6203         value in doc-string (Bug#12896).
6204         (window--display-buffer): Don't resize frames - it won't work
6205         with all window managers and defeat pop-up-frame-alist.
6206         (display-buffer-alist): In doc-string explain that CONDITION can
6207         be a function and which arguments are passed to it (Bug#12854).
6208         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
6209         expressions (Bug#12854).
6210         (display-buffer): Pass ACTION argument to
6211         display-buffer-assq-regexp.
6213 2012-11-16  Glenn Morris  <rgm@gnu.org>
6215         * window.el (fit-frame-to-buffer-bottom-margin)
6216         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6218         * faces.el (face-underline-p): Use face-attribute-specified-or.
6220 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
6222         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6224 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6226         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6228 2012-11-16  Glenn Morris  <rgm@gnu.org>
6230         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
6231         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6233         * faces.el (face-underline-p): Doc fix.  Handle :underline being
6234         things other than `t' (a string, a list).
6235         (face-inverse-video-p): Doc fix.
6236         (set-face-underline): Rename it back from set-face-underline-p.
6237         Doc fix.  Allow interactive input of values other than t.
6238         (read-face-attribute): Apply formatting to :underline,
6239         since like :box and :stipple it can take list values.
6241         * term.el (ansi-term): Don't let C-x escape-char binding
6242         clobber the more standard C-c binding.  (Bug#12842)
6244         * subr.el (set-temporary-overlay-map): Doc fix.
6246 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
6248         * window.el (record-window-buffer)
6249         (display-buffer-record-window): When copying the markers to
6250         window-point preserve window-point-insertion-type. (Bug#12588)
6252 2012-11-16  Glenn Morris  <rgm@gnu.org>
6254         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6255         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6256         Use new names for hooks rather than obsolete aliases.
6258 2012-11-15  Daniel Colascione  <dancol@dancol.org>
6260         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6261         prefix instead of "file:" so that when FILE-NAME begins with "//",
6262         as it does when the target file is on a network share, url-handler
6263         isn't confused.
6265 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6267         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6268         a preactivated advice from an old advice.el; they're not compatible!
6270 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6272         * emacs-lisp/nadvice.el (advice--make-interactive-form):
6273         Fix string-spec case.
6275         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6277 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6280         (advice--buffer-local-function-sample): New var.
6281         (advice--set-buffer-local, advice--buffer-local): New functions.
6282         (add-function, remove-function): Use them.
6284 2012-11-15  Drew Adams  <drew.adams@oracle.com>
6286         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6288 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6291         potential binding of print-gensym to t, and prettify (back)quotes in
6292         case they appear in args's default values (bug#12884).
6294 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6296         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6297         (advice-eval-interactive-spec): New function.
6298         (advice--make-interactive-form): Support around advice (bug#12844).
6300 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
6302         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6303         more strict.  Add docstring.
6304         (ruby-expression-expansion-re): Extract from
6305         `ruby-match-expression-expansion'.
6306         (ruby-syntax-propertize-function): After everything else, search
6307         for expansions in string literals, mark their insides as
6308         whitespace syntax and save match data for font-lock.
6309         (ruby-font-lock-keywords): Use the 2nd group from expression
6310         expansion matches.
6311         (ruby-match-expression-expansion): Use the match data saved to the
6312         text property in ruby-syntax-propertize-function.
6314 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6317         (bug#12879).
6319 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6321         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6322         start/end keyword a bit harder.  Works with different values of N.
6323         Add more comments.
6324         (ruby-end-of-block): Update accordingly.
6326 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6328         * woman.el (woman-file-name): Don't mess with unread-command-events
6329         (bug#12861).
6331         * emacs-lisp/advice.el: Layer on top of nadvice.el.
6332         Remove out of date self-require hack.
6333         (ad-do-advised-functions): Use simple `dolist'.
6334         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6335         (ad-advice-definition): Redefine as functions.
6336         (ad-advice-classes): Move before first use.
6337         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6338         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6339         (ad--defalias-fset): Remove functions.
6340         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6341         (ad-get-orig-definition): Rewrite.
6342         (ad-make-advised-definition-docstring): Change base docstring.
6343         (ad-real-orig-definition): Rewrite.
6344         (ad-map-arglists): Change name of called function.
6345         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6346         (ad-make-advised-definition): Simplify.
6347         (ad-assemble-advised-definition): Tweak for new calling context.
6348         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6349         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
6350         function and call ad-activate if needed.
6351         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6352         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6353         (ad-compile-function): Compile ad-Advice-*.
6354         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6355         (ad-start-advice, ad-stop-advice): Remove.
6357 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6359         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6360         period before class method names, not after.  Remove handling of
6361         one impossible case.  Add comments.
6363 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6365         * emacs-lisp/advice.el: Remove support for freezing.
6366         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6367         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6368         Remove support for `freeze'.
6370         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6371         override the default.
6372         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6373         cl--dotimes/dolist.
6374         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6375         `cl' is loaded.
6377         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6378         from add-advice.
6379         (advice--strip-macro): New function.
6380         (advice--defalias-fset): Use them to handle macros.
6381         (advice-add): Use them.
6382         (advice-member-p): Correctly handle macros.
6384 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6386         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6387         Never font-lock the beginning of singleton class as heredoc.
6389 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6393 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
6395         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6396         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
6397         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6399 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6401         Fix end-of-defun misbehavior.
6402         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6403         python-beginning-of-defun-function.  Handle nested defuns
6404         correctly.
6405         (python-nav-end-of-defun): Rename from
6406         python-end-of-defun-function.  Ensure forward movement.
6407         (python-info-current-defun): Reimplement to work as intended
6408         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
6409         parent defuns as soon as possible.
6411 2012-11-13  Glenn Morris  <rgm@gnu.org>
6413         * progmodes/flymake.el (flymake-error-bitmap)
6414         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6415         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6417 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
6419         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6420         backward, always stop at indentation.  Reverts the change from
6421         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6423 2012-11-13  Glenn Morris  <rgm@gnu.org>
6425         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6426         Add ibuffer-filter-by-derived-mode.
6428         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6429         the same name shadowing each other.
6431         * window.el (with-temp-buffer-window): Doc tweak.
6433         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6435         * help.el (temp-buffer-max-height):
6436         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6437         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6439 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * emacs-lisp/nadvice.el: New package.
6442         * subr.el (special-form-p): New function.
6443         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6444         (elp-all-instrumented-list): Remove var.
6445         (elp-not-profilable): Remove elp-wrapper.
6446         (elp-profilable-p): Use autoloadp and special-form-p.
6447         (elp--advice-name): New const.
6448         (elp-instrument-function): Use advice-add.
6449         (elp--instrumented-p): New predicate.
6450         (elp-restore-function): Use advice-remove.
6451         (elp-restore-all, elp-reset-all): Use mapatoms.
6452         (elp-set-master): Use elp--instrumented-p.
6453         (elp--make-wrapper): Rename from elp-wrapper, return a function
6454         suitable for advice-add.  Use cl-inf.
6455         (elp-results): Use mapatoms+elp--instrumented-p.
6456         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6457         (debug-function-list): Remove var.
6458         (debug): Rename arg, and then let-bind it explicitly inside.
6459         (debugger-setup-buffer): Rename arg.
6460         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6461         (debugger-frame-number): Adjust to new debug-on-entry setup.
6462         (debug--implement-debug-on-entry): Rename from
6463         implement-debug-on-entry, add argument.
6464         (debugger-special-form-p): Remove, use special-form-p instead.
6465         (debug-on-entry): Use advice-add.
6466         (debug--function-list): New function.
6467         (cancel-debug-on-entry): Use it, along with advice-remove.
6468         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6469         (debugger-list-functions): Use debug--function-list instead of
6470         debug-function-list.
6471         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6472         (ad-special-form-p): Remove, use special-form-p instead.
6473         (ad-set-advice-info): Use add-function and remove-function.
6474         (ad--defalias-fset): Adjust accordingly.
6476 2012-11-10  Glenn Morris  <rgm@gnu.org>
6478         * mail/emacsbug.el (report-emacs-bug-tracker-url)
6479         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6480         (report-emacs-bug-create-existing-bugs-buffer)
6481         (report-emacs-bug-parse-query-results)
6482         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
6484         * term.el (term-default-fg-color, term-default-bg-color):
6485         Make obsolete, rather than just saying "deprecated" in the doc.
6487         * term.el (term): Rename from `term-face'.
6488         (term-current-face, ansi-term-color-vector)
6489         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6490         Update all users.
6492 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
6494         * server.el (server-create-window-system-frame): Handle Nextstep
6495         specially (Bug#12780).
6497 2012-11-10  Glenn Morris  <rgm@gnu.org>
6499         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6500         Unautoload, and make obsolete.  (Bug#7449)
6502 2012-11-10  Chong Yidong  <cyd@gnu.org>
6504         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6505         rename from diff-remove-trailing-whitespace (Bug#12831).
6507 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6510         miscompilation of trace.el.
6512 2012-11-10  Glenn Morris  <rgm@gnu.org>
6514         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6516 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6518         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6519         (bug#12812).
6521 2012-11-10  Chong Yidong  <cyd@gnu.org>
6523         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6524         a defcustom with an appropriate :set function.
6525         (minibuffer-default--in-prompt-regexps): New function.
6527 2012-11-10  Glenn Morris  <rgm@gnu.org>
6529         * emacs-lisp/cl.el (define-setf-expander, defsetf)
6530         (define-modify-macro): Doc fixes.
6532         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6533         (gv-define-simple-setter): Update doc of `fix-return'.
6535 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6538         twice when `fix-return' is set (bug#12813).
6540         * emacs-lisp/cl.el (defsetf): Pass the third arg to
6541         gv-define-simple-setter (bug#12812).
6543         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6544         (bug#12756).
6546 2012-11-10  Glenn Morris  <rgm@gnu.org>
6548         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6550         * emacs-lisp/cl-extra.el (cl-prettyexpand):
6551         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6552         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6553         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6555         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6557 2012-11-10  Leo Liu  <sdl.web@gmail.com>
6559         * ido.el (ido-set-matches-1): Improve flex matching performance by
6560         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
6562 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6565         (ad--defalias-fset): New function.
6566         (ad-safe-fset): Remove.
6567         (ad-make-freeze-definition): Use cl-letf*.
6569 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6571         * subr.el (dolist): Don't bind VAR in RESULT.
6573         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
6574         (fset, documentation): Don't save real def since we don't advise.
6575         (ad-do-advised-functions): Remove problematic `result-form'.
6576         (ad-safe-fset): `ad-real-fset' => `fset'.
6577         (ad-read-advised-function): Don't assume that ad-do-advised-functions
6578         uses CL's dolist internally.
6579         (ad-arglist): Remove unused arg `name'.
6580         (ad-docstring, ad-make-advised-docstring):
6581         `ad-real-documentation' => `documentation'.
6582         (warning-suppress-types): Declare.
6583         (ad-set-arguments): Simple CSE.
6584         (ad-recover-normality): Sanity check.
6586         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6587         (funcall '(lambda ..) ..) into ((lambda ..) ..).
6589 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
6591         * ses.el: symbol to coordinate mapping is made by symbol property
6592         `ses-cell'.  This means that the same mapping is done for all SES
6593         sheets.  That is good enough for cells with standard A1 names, but
6594         not for named cell.  So a hash map is added for the latter.
6595         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6596         (ses-sym-rowcol): Use hashmap for named cell.
6597         (ses-is-cell-sym-p): New defun.
6598         (ses-decode-cell-symbol): New defun.
6599         (ses-create-cell-variable): Add cell to hashmap when name is not
6600         A1-like.
6601         (ses-rename-cell): Check that cell new name is not already in
6602         spreadsheet with the use of ses-is-cell-sym-p
6603         (ses-rename-cell): Use hash map for named cells, but accept also
6604         renaming back to A1-like.
6606 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6608         * emacs-lisp/advice.el: Use new dynamic docstrings.
6609         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6610         Use dynamic-docstring-function instead of ad-advice-info.
6611         (ad--make-advised-docstring): New function extracted from
6612         ad-make-advised-docstring.
6613         (ad-make-advised-docstring): Use it.
6614         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6615         from sql-help.
6616         (sql-help): Use it with dynamic-docstring-function.
6618         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6620 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * files.el (hack-one-local-variable--obsolete): New function.
6623         (hack-one-local-variable): Use it for obsolete settings.
6625         * subr.el (locate-user-emacs-file): If both old and new name exist, use
6626         the new name.
6628         * progmodes/js.el (js--filling-paragraph): New var.
6629         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6630         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6631         less sneaky.
6633 2012-11-08  Julien Danjou  <julien@danjou.info>
6635         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6636         `auto-mode-alist' (Bug#12835).
6638 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6640         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6641         (perl--prettify-symbols-alist): New const.
6642         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6643         New functions.
6644         (perl-font-lock-keywords-2): Use them.
6645         (perl-electric-noindent-p): New function.
6646         (perl-mode): Use it to set up electric-indent-mode.
6647         (perl-electric-terminator, perl-indent-command): Mark obsolete.
6648         (perl-mode-map): Remove bindings for them.
6649         (perl-imenu-generic-expression, perl-outline-level):
6650         Match functions&packages in column>0.
6652         * env.el (env--substitute-vars-regexp): New const.
6653         (substitute-env-vars): Use it.  Add `only-defined' arg.
6654         * net/tramp.el (tramp-replace-environment-variables): Use it.
6656         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6657         Byte-compile *before* eval in eval-and-compile.
6658         (byte-compile-log-warning): Remove redundant inhibit-read-only.
6659         (byte-compile-file-form-autoload): Don't hide actual definition.
6660         (byte-compile-maybe-guarded): Accept `functionp' as well.
6662         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6664 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
6666         * notifications.el (notifications-get-server-information-method):
6667         New defconst.
6668         (notifications-get-capabilities): Fix docstring.
6669         (notifications-get-server-information): New defun.
6671 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
6673         * textmodes/ispell.el (ispell-region): Standard re-indent for better
6674         readability.
6676         * textmodes/ispell.el: Experimental support for support debugging.
6677         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6678         buffer for ispell.
6679         (ispell-print-if-debug): New function to print stuff to
6680         `ispell-debug-buffer' if debugging is enabled.
6681         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6682         show some debugging info.
6683         (ispell-buffer-with-debug): New function that creates a debugging
6684         buffer and calls `ispell-buffer' with debugging enabled.
6686         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6687         comment in autoconf mode. (Bug#12768)
6689 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
6691         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6692         frame-first-window, frame-root-window, frame-selected-window,
6693         minibuffer-selected-window, minibuffer-window,
6694         window-absolute-pixel-edges, window-at, window-body-height,
6695         window-body-width, window-display-table, window-combination-limit,
6696         window-frame, window-fringes, window-inside-absolute-pixel-edges,
6697         window-inside-edges, window-inside-pixel-edges, window-left-child,
6698         window-left-column, window-margins, window-next-buffers,
6699         window-next-sibling, window-new-normal, window-new-total,
6700         window-normal-size, window-parameter, window-parameters, window-parent,
6701         window-pixel-edges, window-point, window-prev-buffers,
6702         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6703         window-start, window-text-height, window-top-child, window-top-line,
6704         window-total-height, window-total-width and window-use-time to the list
6705         of functions without side-effects.
6706         (toplevel): Add window-valid-p to the list of error-free functions
6707         without side-effects.
6709 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
6711         * textmodes/ispell.el (ispell-program-name):
6712         Update spellchecker parameters when customized.
6714 2012-11-04  Glenn Morris  <rgm@gnu.org>
6716         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
6718 2012-11-04  Chong Yidong  <cyd@gnu.org>
6720         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6721         same-window-* variables.
6723 2012-11-04  Juri Linkov  <juri@jurta.org>
6725         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6726         (isearch-describe-key, isearch-describe-mode): Use a display
6727         action instead of binding same-window-* variables (Bug#10040).
6729 2012-11-03  Glenn Morris  <rgm@gnu.org>
6731         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6732         Rename handler properties back from cl-- to cl-.  (Bug#12788)
6734         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6736 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
6738         * term/pc-win.el: Don't load term/internal from here.
6740         * loadup.el: Load term/internal from here.
6742 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6744         * progmodes/python.el (inferior-python-mode): Fix hang in
6745         jit-lock (Bug#12645).
6747 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
6749         * window.el (switch-to-visible-buffer)
6750         (switch-to-buffer-preserve-window-point): Fix doc-strings.
6752 2012-11-03  Glenn Morris  <rgm@gnu.org>
6754         * emacs-lisp/cl-lib.el (cl--random-time):
6755         Rename from cl-random-time.  (Bug#12773)
6756         (cl--gensym-counter, cl--random-state): Update callers.
6757         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6759 2012-11-03  Chong Yidong  <cyd@gnu.org>
6761         * cus-start.el: Make cursor-type customizable (Bug#11633).
6763 2012-11-02  Glenn Morris  <rgm@gnu.org>
6765         * filecache.el: No need to load find-lisp when compiling.
6766         (find-lisp-find-files): Autoload it.
6767         (file-cache-add-directory-recursively): Don't require find-lisp.
6769         * image.el (image-type-from-file-name): Trivial simplification.
6771         * emacs-lisp/bytecomp.el (byte-compile-eval):
6772         Decouple "noruntime" and "cl-functions" warnings.
6774 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
6776         * play/gomoku.el (gomoku-display-statistics): Update mode line
6777         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6779 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
6781         * window.el (quit-restore-window): If the window has been
6782         created on an existing frame and ended up as the sole window on
6783         that frame, do not delete it (Bug#12764).
6785 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * progmodes/sh-script.el (sh--inside-noncommand-expression):
6788         Rename from sh--inside-arithmetic-expression, handle more cases
6789         (bug#11263).
6791         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6792         (sh-font-lock-open-heredoc): Use it (bug#12770).
6794 2012-10-30  Glenn Morris  <rgm@gnu.org>
6796         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
6798         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
6800 2012-10-29  Chong Yidong  <cyd@gnu.org>
6802         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6803         function key is stored in a keyboard macro (Bug#4894).
6805         * thingatpt.el (number-at-point): Apply a thing-at-point property.
6807 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6809         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6810         header comments".
6811         (diff-unified->context, diff-context->unified)
6812         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6814         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6816         * files.el (find-alternate-file): Only ask one question (bug#12487).
6818 2012-10-29  Chong Yidong  <cyd@gnu.org>
6820         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6821         Suggested by Dan Nicolaescu (Bug#6326).
6823         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6825         * startup.el (fancy-about-screen): Don't message (Bug#12680).
6827         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6829         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6831         * face-remap.el (face-remap-add-relative): Handle the case where a
6832         face-remapping-alist entry is a cons cell (Bug#12762).
6834 2012-10-29  Kevin Ryde  <user42@zip.com.au>
6836         * woman.el (woman-parse-numeric-value): Handle picas correctly
6837         (Bug#12639).
6839 2012-10-29  Glenn Morris  <rgm@gnu.org>
6841         * emacs-lisp/cl.el (defsetf): Doc fix.
6843 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6845         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6846         syntax to the matching opener, if any (bug#12547).
6847         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6848         matching open as a "case-(".
6849         (sh-smie-rc-grammar): Add a corresponding rule for it.
6851 2012-10-28  Daniel Hackney  <dan@haxney.org>
6853         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6854         "PKGNAME-autoloads.el" in case we created it.
6856 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6858         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6859         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6860         (completion--twq-all): Disable too-strict assertions.
6862         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6864 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
6866         * profiler.el (profiler-report-make-entry-part): Fix help-echo
6867         text to match the real keybindings.
6869 2012-10-27  Juri Linkov  <juri@jurta.org>
6871         * wdired.el (wdired-keep-marker-rename): New defcustom.
6872         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6873         (Bug#11795)
6875         * dired.el (dired-keep-marker-rename): Add reference to
6876         `wdired-keep-marker-rename' in the docstring.
6877         Add default character value ?R to display initially in
6878         Customization UI instead of ?@.
6880 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
6882         * window.el (display-buffer): In doc-string describe
6883         window-height and window-width alist entries.
6885         * time.el (display-time-world): Restore fit-window-to-buffer
6886         behavior.
6888 2012-10-27  Chong Yidong  <cyd@gnu.org>
6890         * subr.el (insert-buffer-substring-as-yank): Doc fix.
6892 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
6894         * minibuffer.el (completion-category-overrides): New completion
6895         category `bookmark' (bug#11131).
6897 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6899         * emacs-lisp/advice.el (ad-assemble-advised-definition):
6900         Silence bogus compiler warnings for ad-do-it.
6902         * bookmark.el (bookmark-completing-read): Set the completion category
6903         to `bookmark' (bug#11131).
6905 2012-10-26  Bastien  <bzg@altern.org>
6906             Stefan Monnier  <monnier@iro.umontreal.ca>
6908         * face-remap.el: Use lexical-binding.
6909         (text-scale-adjust): Improve docstring.  Use itself for the temporary
6910         overlay-map bindings, so as to repeat the "Use..." message each time.
6912 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6914         * emacs-lisp/macroexp.el (macroexp--expand-all):
6915         Obey byte-compile-warning-enabled-p (bug#12486).
6917         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6918         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6920 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
6922         * mouse.el (mouse-drag-line): Move last form into preceding when
6923         clause (Bug#12731).
6925         * help.el (resize-temp-buffer-window): Fix doc-string.
6927 2012-10-25  David Engster  <deng@randomsample.de>
6929         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6930         Remove.  This feature is already integrated in imenu.
6932         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6933         always loaded.  Require `speedbar' unconditionally.
6935 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6937         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6939         * minibuffer.el (minibuffer-force-complete): Fix thinko.
6941         * net/ldap.el (ldap-search-internal): The official ldif format starts
6942         with a "version: 1" header (bug#12724).
6944         * emacs-lisp/package.el (package-installed-p): Warn if not ready
6945         (bug#12721).
6947 2012-10-25  Glenn Morris  <rgm@gnu.org>
6949         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6951 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * minibuffer.el (minibuffer-force-complete): Use one more marker
6954         for the temporary-overlay-map command (bug#12619).
6956 2012-10-24  Chong Yidong  <cyd@gnu.org>
6958         * time.el (display-time-world-mode): Derive from special-mode.
6959         (display-time-world): Use display-buffer (Bug#12708).
6960         (display-time-world-mode-map): Variable deleted.
6961         (display-time-world-display): Wrap the final delete-char inside
6962         inhibit-read-only.
6964 2012-10-24  Chong Yidong  <cyd@gnu.org>
6966         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6967         Doc fix.
6969         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6971 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * minibuffer.el (completion--all-sorted-completions-location): New var.
6974         (completion--cache-all-sorted-completions)
6975         (completion--flush-all-sorted-completions): Use it.
6976         (completion-in-region, completion-in-region--postch)
6977         (completion-at-point, completion-help-at-point): Use markers in
6978         completion-in-region--data (bug#12619).
6980 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6982         * progmodes/compile.el (compilation-start): Try to handle common
6983         quoting of `cd' argument (bug#12640).
6985         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6986         (bug#12671).
6988 2012-10-23  Glenn Morris  <rgm@gnu.org>
6990         * progmodes/gud.el (gud-menu-map):
6991         Check gdb-active-process is bound.  (Bug#12358)
6993 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         * repeat.el (repeat): Set real-this-command (bug#12232).
6997         * htmlfontify.el (hfy-post-html-hook):
6998         * filesets.el (filesets-cache-fill-content-hook):
6999         * arc-mode.el (archive-extract-hook):
7000         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7001         * net/rcirc.el (rcirc-sentinel-functions)
7002         (rcirc-receive-message-functions, rcirc-activity-functions)
7003         (rcirc-print-functions):
7004         * net/dbus.el (dbus-event-error-functions):
7005         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7006         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7007         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7008         * term/sun.el (sun-raw-prefix-hooks):
7009         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7011 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
7013         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7014         Set `tramp-chunksize' to 1.  This improves the performance.
7015         (tramp-smb-wait-for-output): Add timeout to
7016         `tramp-accept-process-output' calls.
7018 2012-10-23  Chong Yidong  <cyd@gnu.org>
7020         * faces.el (font-list-limit): Define as an obsolete variable.
7022         * startup.el (command-line):
7023         * cus-start.el: Don't refer to font-list-limit.
7025         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7027 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7029         * subr.el (internal-temp-output-buffer-show): Rename from
7030         temp-output-buffer-show, since previously compiled files expect this name.
7032 2012-10-23  Glenn Morris  <rgm@gnu.org>
7034         * image.el (image-type-from-file-name): If multiple types match,
7035         return the first one that is supported.  (Bug#9045)
7037 2012-10-22  Glenn Morris  <rgm@gnu.org>
7039         * image.el (imagemagick-enabled-types): Doc fix.
7041 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
7043         * progmodes/which-func.el (which-func-current): The hash-table may have
7044         an explicit nil (bug#12338).
7046 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7048         * electric.el (electric-pair-delete-selection-self-insert-function):
7049         Rename to electric-pair-will-use-region, return a boolean.
7050         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
7052         * delsel.el (delete-selection-helper): Use a function instead of a hook.
7053         (delete-selection-pre-hook): Use use-region-p.
7054         (delete-selection-self-insert-function): Remove.
7055         (self-insert-command): Obey self-insert-uses-region-functions.
7056         (self-insert-iso): Revert to previous setting, since we don't actually
7057         know what that command does.
7058         (delete-selection-self-insert-hooks): Remove.
7060 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
7062         * delsel.el (delete-selection-helper): New function, extracted from
7063         delete-selection-pre-hook.
7064         (delete-selection-pre-hook): Use it.
7065         (delete-selection-self-insert-function): New function.
7066         (delete-selection-self-insert-hooks): New hook.
7067         (self-insert-command, self-insert-iso): Use it.
7068         * electric.el (electric-pair-syntax): New function, extracted from
7069         electric-pair-post-self-insert-function.
7070         (electric-pair-post-self-insert-function): Use it.
7071         (electric-pair-delete-selection-self-insert-function): New function.
7072         (electric-pair-mode): Require delsel and setup
7073         delete-selection-self-insert-hooks (bug#11520).
7075 2012-10-20  Chong Yidong  <cyd@gnu.org>
7077         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7078         no changes to show (Bug#12586).
7080         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7081         list explicitly (Bug#12571).
7083 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
7085         * progmodes/flymake.el (flymake-create-temp-inplace):
7086         Use file-truename.
7088 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
7090         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
7092 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
7094         * calc/calc-units.el (math-extract-units): Properly extract powers
7095         of units.
7097 2012-10-20  Daniel Colascione  <dancol@dancol.org>
7099         * frame.el (make-frame): Set x-display-name as we used to in order
7100         to unbreak creating an X11 frame from an Emacs daemon started
7101         without a display.
7103 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         * minibuffer.el (minibuffer-force-complete): Make the next completion use
7106         the same completion-field (bug#12221).
7108 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
7110         * emacs-lisp/debug.el (debug): Record height of debugger window
7111         also when debugger will be back (Bug#8789).
7113 2012-10-18  Chong Yidong  <cyd@gnu.org>
7115         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7116         Convert to defcustom.
7117         (gdb-get-source-file): Don't bind pop-up-windows.
7119         * progmodes/gud.el (gud-display-line): Don't specially re-use
7120         other frames for the gdb-mi case (Bug#12648).
7122 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7124         * emacs-lisp/advice.el: Clean up commentary a bit.
7125         (ad-do-advised-functions, ad-with-originals): Use `declare'.
7126         (byte-code-function-p): Never redefine.
7128         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7130 2012-10-18  Glenn Morris  <rgm@gnu.org>
7132         * dired.el (dired-sort-toggle): Some ls implementations only allow
7133         a single option string.  (Bug#12666)
7135         * minibuffer.el (completion-cycle-threshold): Doc fix.
7137 2012-10-17  Kenichi Handa  <handa@gnu.org>
7139         * international/mule.el (set-keyboard-coding-system):
7140         Recover input meta mode when the new coding system doesn not use 8-bit.
7141         Supply TERMINAL arg to set-input-meta-mode.
7143 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
7145         * wdired.el (wdired-old-marks): New variable.
7146         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7147         (wdired-do-renames): Move point with renamed file and don't lose
7148         mark status (Bug#11795).
7150 2012-10-16  Juri Linkov  <juri@jurta.org>
7152         * replace.el (query-replace-help): Mention multi-buffer replacement
7153         keys in the Help message.  (Bug#12655)
7155 2012-10-15  Chong Yidong  <cyd@gnu.org>
7157         * emacs-lisp/byte-run.el (defsubst): Doc fix.
7159 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
7161         * window.el (display-buffer): Doc fix.
7163         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7164         Adjust the msft regexp to the output of Studio 2010, and move msft
7165         before edg-1.  See the discussion on emacs-devel,
7166         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7167         for the details.
7169 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7172         (oset): Move uses of object-class-fast macro after its definition.
7174         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7176 2012-10-13  Chong Yidong  <cyd@gnu.org>
7178         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7179         enabled, re-enable it (Bug#11963).
7181 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
7183         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7184         non-nil, restore window configuration (Bug#12623).
7186 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * help-fns.el (describe-variable, describe-function-1):
7189         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7191         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7193 2012-10-12  Glenn Morris  <rgm@gnu.org>
7195         * mail/rmailsum.el (rmail-header-summary):
7196         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
7198 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7200         * progmodes/python.el (python-mode-map):
7201         Replace subtitute-key-definition with proper command remapping.
7202         (python-nav--up-list): Fix behavior for blocks on the same level.
7204 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7208         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7209         changes to the format of load-history.
7211         * international/mule-cmds.el (read-char-by-name): Move let-binding of
7212         completion-ignore-case in case that var is buffer-local (bug#12615).
7214 2012-10-11  Kenichi Handa  <handa@gnu.org>
7216         * international/eucjp-ms.el: Re-generated.
7218 2012-10-10  Kenichi Handa  <handa@gnu.org>
7220         * select.el (xselect--encode-string): If a coding is specified for
7221         selection, and that is compatible with COMPOUND_TEXT, use it.
7223 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
7225         * window.el (switch-to-buffer-preserve-window-point): New option.
7226         (switch-to-buffer):
7227         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7229 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7232         Don't document nil as a useful value (bug#12583).
7234 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
7236         * net/tramp.el (tramp-debug-message):
7237         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7238         (with-tramp-progress-reporter): Rename from
7239         `tramp-with-progress-reporter'.
7240         (with-tramp-file-property, with-tramp-connection-property):
7241         Move from tramp-cache.el, rename from `with-file-property' and
7242         `with-connection-property', respectively.
7244         * net/tramp-cache.el: Remove `with-file-property' and
7245         `with-connection-property'.
7247         * net/tramp.el:
7248         * net/tramp-gvfs.el:
7249         * net/tramp-sh.el:
7250         * net/tramp-smb.el: Adapt callees.
7252         * net/trampver.el: Update release number.
7254 2012-10-09  Glenn Morris  <rgm@gnu.org>
7256         * w32-fns.el (set-message-beep):
7257         * term/w32-win.el (set-message-beep): Update declarations.
7259 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7261         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7262         (mode-line-widen, mode-line-input-method-map)
7263         (mode-line-coding-system-map, mode-line-remote)
7264         (mode-line-unbury-buffer, mode-line-bury-buffer)
7265         (mode-line-next-buffer, mode-line-previous-buffer):
7266         Replace save-selected-window+select-window => with-selected-window.
7268         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7269         * progmodes/cc-vars.el (bq-process): Remove, unused.
7271         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7273 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7275         Implemented `backward-up-list'-like navigation.
7276         * progmodes/python.el (python-nav-up-list)
7277         (python-nav-backward-up-list): New functions.
7278         (python-mode-map): Define substitute key for backward-up-list to
7279         python-nav-backward-up-list.
7281 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7283         * progmodes/python.el (python-fill-paragraph): Rename from
7284         python-fill-paragraph-function.  Fixed fill-paragraph for
7285         decorators (Bug#12605).
7287 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7289         * progmodes/python.el (python-shell-output-filter): Handle extra
7290         carriage return in OSX (Bug#12409).
7292 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7294         Fix shell handling of unbalanced quotes and parens in output.
7295         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7296         (python-syntax-propertize-function): Use it.
7297         (python-shell-output-syntax-table): New var.
7298         (inferior-python-mode): Prevent unbalanced parens/quotes from
7299         previous output mess with current input context.
7301 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
7303         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7304         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7306 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
7308         * ffap.el (ffap-replace-file-component): Support Tramp file name
7309         syntax, not only ange-ftp's one.
7311 2012-10-08  Glenn Morris  <rgm@gnu.org>
7313         * cus-start.el (message-log-max): Set :version.
7315         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7317 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
7319         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7320         the minibuffer window (Bug#10851).
7322 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7324         Enhancements on forward-sexp movement.
7325         * progmodes/python.el (python-nav-beginning-of-statement)
7326         (python-nav-end-of-statement): Return point-marker.
7327         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7328         (python-info-current-symbol)
7329         (python-info-statement-starts-block-p): Rename from
7330         python-info-beginning-of-block-p.
7331         (python-info-statement-ends-block-p): Rename from
7332         python-info-end-of-block-p.
7333         (python-info-beginning-of-statement-p)
7334         (python-info-end-of-statement-p)
7335         (python-info-beginning-of-block-p, python-info-end-of-block-p):
7336         New functions.
7338 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7340         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7341         frame-selected-windows.
7343 2012-10-08  Daniel Colascione  <dancol@dancol.org>
7345         * battery.el (battery-status-function): Check for
7346         w32-battery-status itself, not system-time windows-nt.
7348         * frame.el: Require cl-lib.
7349         (display-format-alist): New variable mapping frame types to
7350         functions that initialize them.
7351         (window-system-for-display): New function: interprets
7352         display-format-alist.
7353         (make-frame-on-display): Remove existing display-selection logic
7354         and just forward to make-frame, which will now DTRT.
7355         (make-frame): Restructure to use window-system-for-display to
7356         figure out how to create a frame on a given display.
7357         (display-mouse-p): Look for frame-type w32, not a particular
7358         system-type.
7360         * loadup.el: Load w32 lisp code when we have the w32 feature.
7362         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7363         system-type windows-nt.
7365         * server.el (server-create-window-system-frame): Look for window
7366         type.
7367         (server-proces-filter): Only force a window system when windows-nt
7368         _and_ w32.  Explain why.
7370         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7371         of window systems we configure for the mode.
7373         * startup.el (command-line): Mark window system is initialized
7374         after we've done it.
7376         * common-win.el (x-select-text): Look for w32, not windows-nt.
7378         * ns-win.el: Require cl-lib.  Add ourselves to
7379         display-format-alist.
7380         (ns-initialize-window-system): Assert we're not initialized twice.
7382         * w32-win.el: Enable lexical binding; require cl-lib; add
7383         ourselves to display-format-alist.
7384         (w32-handle-dropped-file): Convert incoming dropped files from
7385         Windows paths to Cygwin ones before passing them on to the rest of
7386         Emacs.
7387         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
7388         (w32-initialize-window-system): Assert we're not initialized twice.
7390         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7391         (x-initialize-window-system): Assert we're not initialized twice.
7393         * w32-common-fns.el: New File.
7394         (w32-version, w32-using-nt, w32-get-clipboard-data)
7395         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7396         (w32-charset-info-alist, x-last-selected, text)
7397         (x-get-selection-value, x-selection-value): Move here.
7399         * w32-fns.el: Require w32-common-fns.
7400         (w32-version, w32-using-nt, w32-get-clipboard-data)
7401         (w32-set-clipboard-data, x-set-selection, x-get-selection)
7402         (w32-charset-info-alist, x-last-selected, text)
7403         (x-get-selection-value, x-selection-value): Move to
7404         w32-common-fns.
7406         * w32-vars.el:
7407         (w32-allow-system-shell, w32-system-shells): Define only in
7408         non-cygwin case.
7410 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7413         (read-passwd): Remove a few more potential sources of leaks.
7415 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7417         * progmodes/python.el (inferior-python-mode)
7418         (python-shell-make-comint): Fix initialization of local
7419         variables copied from parent buffer.
7421 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
7423         * term/ns-win.el (ns-read-file-name): Update declaration to match
7424         nsfns.m.
7425         (ns-respond-to-change-font): Change fontsize separately so we are sure
7426         it is set when font is acted upon.
7428 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7430         Enhancements to indentation.
7431         * progmodes/python.el (python-indent-context): Give priority to
7432         inside-string context.  Make comments indentation markers.
7433         (python-indent-region): Do not mess with strings, unless it's the
7434         enclosing set of quotes.
7436 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7438         * window.el (internal--before-save-selected-window)
7439         (internal--after-save-selected-window): New functions extracted from
7440         save-selected-window.  Make sure we return the `alist' we construct.
7441         (save-selected-window): Use them.
7443         * textmodes/tex-mode.el (tex-recenter-output-buffer):
7444         Use with-selected-window.
7446         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7447         forms that define macros (bug#12593).
7449 2012-10-07  Kenichi Handa  <handa@gnu.org>
7451         * international/mule-conf.el (compound-text-with-extensions):
7452         Add :mime-charset property as x-ctext.
7454 2012-10-07  Stefan Merten  <smerten@oekonux.de>
7456         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7457         (rst-indent-literal-normal, rst-indent-literal-minimized)
7458         (rst-indent-comment): Correct :version tag.
7459         (rst-official-cvs-rev): Correct version string.
7461 2012-10-07  Glenn Morris  <rgm@gnu.org>
7463         * mail/rmailmm.el (rmail-mime-process-multipart):
7464         Do not confuse a multipart message with an epilogue
7465         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
7467 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7469         Fix shell output retrieval and comint-prompt-regexp init.
7470         * progmodes/python.el (inferior-python-mode):
7471         (python-shell-make-comint): Fix initialization of
7472         comint-prompt-regexp from copied file local variables.
7473         (python-shell-fetched-lines): Remove var.
7474         (python-shell-output-filter-in-progress): Rename from
7475         python-shell-fetch-lines-in-progress.
7476         (python-shell-output-filter-buffer): Rename from
7477         python-shell-fetch-lines-string.
7478         (python-shell-fetch-lines-filter): Delete function.
7479         (python-shell-output-filter): New function.
7480         (python-shell-send-string-no-output): Use them.
7482 2012-10-07  Glenn Morris  <rgm@gnu.org>
7484         * hi-lock.el (hi-lock-process-phrase):
7485         Try to make it less fragile.  (Bug#7161)
7487         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7489 2012-10-06  Glenn Morris  <rgm@gnu.org>
7491         * ehelp.el (electric-help-mode): Use help-mode rather than
7492         non-existent mode `help'.
7493         (electric-help-map): Use button-buffer-map.  (Bug#10917)
7495         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7496         (reftex-create-bibtex-footer): Fix custom types.
7498         * progmodes/sh-script.el (sh-indent-after-continuation):
7499         Add explicit :group.
7501         * textmodes/rst.el (rst-preferred-decorations)
7502         (rst-shift-basic-offset): Clarify obsolescence versions.
7504         * profiler.el (profiler): Add missing group :version tag.
7505         * avoid.el (mouse-avoidance-banish-position):
7506         * proced.el (proced-renice-command):
7507         * calc/calc.el (calc-ensure-consistent-units):
7508         * calendar/icalendar.el (icalendar-import-format-uid):
7509         * net/tramp.el (tramp-save-ad-hoc-proxies):
7510         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7511         * progmodes/flymake.el (flymake-error-bitmap)
7512         (flymake-warning-bitmap, flymake-fringe-indicator-position):
7513         * progmodes/sh-script.el (sh-indent-after-continuation):
7514         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7515         (verilog-before-save-font-hook, verilog-after-save-font-hook):
7516         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7517         (vhdl-array-index-record-field-in-sensitivity-list)
7518         (vhdl-indent-comment-like-next-code-line):
7519         * textmodes/reftex-vars.el (reftex-ref-style-alist)
7520         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7521         (reftex-cite-key-separator, reftex-create-bibtex-header)
7522         (reftex-create-bibtex-footer):
7523         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7524         (rst-indent-literal-normal, rst-indent-literal-minimized)
7525         (rst-indent-comment): Add missing custom :version tags.
7527         * calendar/timeclock.el (timeclock-modeline-display):
7528         Add missing obsolete alias for renamed user option.
7530         * strokes.el (strokes-modeline-string):
7531         * emulation/crisp.el (crisp-mode-modeline-string):
7532         * eshell/esh-mode.el (eshell-status-in-modeline):
7533         Aliases to defcustoms must come before the defcustom.
7535         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7536         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7537         (cal-tex-cursor-week-monday): Doc fixes.
7538         (cal-tex-cursor-week2-summary): Doc fix.
7539         Rename from cal-tex-cursor-week-at-a-glance.
7541         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7542         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
7544         * calendar/calendar.el (calendar-mode-map):
7545         Add cal-tex-cursor-week2-summary.
7547 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7549         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7551         * subr.el (read-passwd-map): New var.
7552         (read-passwd): Use `read-string' again.
7553         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7555 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
7557         * register.el (append-to-register, prepend-to-register):
7558         Deactivate mark, as does `copy-to-register' (bug#12389).
7560 2012-10-06  Chong Yidong  <cyd@gnu.org>
7562         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7564 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
7566         * international/characters.el: Fix simple mistake ((car chars) ->
7567         elt), delete duplicated code.
7569 2012-10-06  Glenn Morris  <rgm@gnu.org>
7571         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
7573 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
7575         * color.el (color-hsl-to-rgb): Fix incorrect results for
7576         small and large hue values.  (Bug#12559)
7578 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7580         Enhancements to docstring formatting when filling paragraphs.
7581         * progmodes/python.el (python-fill-docstring-style): Rename from
7582         python-fill-string-style.  Added new style.
7583         (python-fill-string): Use new style.  Better checks for
7584         docstrings.
7586 2012-10-05  Glenn Morris  <rgm@gnu.org>
7588         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7590         * color.el (color-name-to-rgb, color-rgb-to-hex)
7591         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7592         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7593         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7594         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7596         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
7598 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
7600         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7601         to get the correct size across symlinks.
7603         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7605 2012-10-04  Juri Linkov  <juri@jurta.org>
7607         * replace.el (query-replace-interactive): Declare obsolete.
7608         (query-replace-read-from): Add the last incremental search string
7609         to the list of default values accessible via M-n.
7610         (map-query-replace-regexp): Use `read-regexp'.
7611         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7612         (map-query-replace-regexp, replace-string, replace-regexp):
7613         Fix docstrings to replace mentions of `query-replace-interactive'
7614         with alternatives.  (Bug#12526)
7616 2012-10-04  Juri Linkov  <juri@jurta.org>
7618         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
7619         (dired-pop-to-buffer): Declare obsolete.
7620         (dired-mark-pop-up): Doc fix.
7622 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7624         Allow user to set docstring style for fill-paragraph.
7625         * progmodes/python.el
7626         (python-fill-comment-function, python-fill-string-function)
7627         (python-fill-decorator-function, python-fill-paren-function):
7628         Remove :safe for defcustoms.
7629         (python-fill-string-style): New defcustom
7630         (python-fill-paragraph-function): Enhance context detection.
7631         (python-fill-string): Honor python-fill-string-style settings.
7633 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
7635         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7636         after setting its buffer (Bug#10805).
7638 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7640         Fix cornercase for string syntax.
7641         * progmodes/python.el (python-syntax-propertize-function):
7642         Simplify and enhance the regexp for unescaped quotes.  Now it also
7643         matches quotes in weird situations like the single quote in
7644         "something\"'".
7645         (python-syntax-stringify): Simplify num-quotes detecting code.
7647 2012-10-03  Glenn Morris  <rgm@gnu.org>
7649         * help-macro.el (three-step-help):
7650         Revert 2012-09-29 change.  (Bug#12567)
7652 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
7654         * menu-bar.el (kill-this-buffer): Don't do anything when
7655         `menu-frame' is not alive or visible (Bug#8184).
7657         * emacs-lisp/debug.el (debug): When quitting the debugger window
7658         restore current buffer (Bug#12502).
7660 2012-10-02  Chong Yidong  <cyd@gnu.org>
7662         * progmodes/hideif.el (hif-lookup, hif-defined):
7663         Handle semantic-c-takeover-hideif.
7665 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
7667         Change sampling interval units from ms to ns.
7668         * profiler.el (profiler-sampling-interval): Change units
7669         from ms to ns, multiplying the default by 1000000 so that
7670         it remains 1 ms.
7671         (profiler-report-cpu-line-format): Give enough room for
7672         the maximum counters on 64-bit hosts.
7673         (profiler-report-render-calltree-1): Call them "CPU samples",
7674         not "Time (ms)", since they are not milliseconds now (and
7675         never really were).
7677 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7679         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7680         Fix querying BBDB for entries without a last name (Bug#11580).
7682 2012-10-02  Chong Yidong  <cyd@gnu.org>
7684         * emacs-lisp/eieio.el: Restore Version header.
7686 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7688         * vc/diff-mode.el (diff--auto-refine-data): New var.
7689         (diff-hunk): Use it to delay refinement.
7690         (diff-mode): Remove overlays when we turn off font-lock.
7692         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7693         (table-initialize-table-fixed-width-mode)
7694         (table-set-table-fixed-width-mode): Remove functions.
7695         (table-command-list): Move initialization into declaration.
7696         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7697         (table-with-cache-buffer): Use `declare'.
7698         (table-span-cell): Simplify via CSE.
7699         (table-fixed-width-mode): Use define-minor-mode.
7700         (table-call-interactively, table-funcall, table-apply): Remove.
7701         (table-function): New function, to replace them.
7703         * bookmark.el (bookmark-search-pattern): Remove var.
7704         (bookmark-read-search-input): Remove function.
7705         (bookmark-bmenu-search): Reimplement using a minibuffer.
7707         * faces.el (modeline): Remove obsolete face name.
7709         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7710         and give a non-nil default value.
7711         (add-change-log-entry): Simplify accordingly.
7713 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
7715         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7716         (vc-git-log-edit-toggle-amend): New function.
7717         (vc-git-log-edit-toggle-signoff): New function.
7718         (vc-git-log-edit-mode): New major mode.
7719         (vc-git-log-edit-mode-map): Keymap for it.
7720         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7722         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7723         header names.
7724         (log-edit-toggle-header): New function.
7725         (log-edit-extract-headers): Accept function values in HEADERS alist.
7727 2012-10-01  David Engster  <deng@randomsample.de>
7729         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7730         from symbol property and change message to be more consistent with
7731         Emacs proper.
7732         (eieio-describe-generic): Add filename for each implementation.
7733         Fix indices for generic and normal methods.
7734         (eieio-method-def, eieio-class-def): New buttons.
7735         (eieio-help-find-method-definition)
7736         (eieio-help-find-class-definition): New functions.
7737         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7738         class, constructor and method definitions.
7740         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7741         information in symbol property.
7742         (scoped-class): Remove.
7743         (eieio-slot-name-index, call-next-method): Check if it is bound.
7745 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
7747         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7748         (eieio-custom-mode): New major mode.
7749         (eieio-customize-object): Use it.
7751 2012-10-01  Eric Ludlam  <zappo@gnu.org>
7753         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7754         specifying the expected class, and whether subclassing is allowed.
7755         (eieio-persistent-convert-list-to-object):
7756         (eieio-persistent-validate/fix-slot-value)
7757         (eieio-persistent-slot-type-is-class-p): New functions.
7758         (eieio-named::slot-missing): Doc fix.
7760         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7761         Stop using unused publd variable.
7763         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7764         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7765         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7766         (eieio-speedbar-handle-click): Do not specify a class for the
7767         method.  Fixes method invocation order problems with EDE.
7769 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7772         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7774 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
7776         * bookmark.el (bookmark-version-control): Give tags in the
7777         :type choices (Bug#12309), and improve doc string.
7778         (bookmark-write-file): Bind `print-circle' to `t' to allow
7779         circular custom bookmark types.  (Bug#12503)
7781 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
7783         Revert the FOLLOW-SYMLINKS change for file-attributes.
7784         * files.el (remote-file-name-inhibit-cache, after-find-file):
7785         * time.el (display-time-file-nonempty-p): Undo last change.
7787         * profiler.el (profiler-sampling-interval): Change default back to 1.
7788         See Stefan Monnier in
7789         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7791 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7793         Shell output catching a la gud-gdb.
7794         * progmodes/python.el (python-shell-fetch-lines-in-progress)
7795         (python-shell-fetch-lines-string, python-shell-fetched-lines):
7796         New Vars.
7797         (python-shell-fetch-lines-filter): New function.
7798         (python-shell-send-string-no-output): Use them.
7800 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
7802         * profiler.el (profiler-sampling-interval): Rename from
7803         profiler-sample-interval.
7804         (profiler-sampling-interval): Default to 10.
7805         (profiler-find-profile): New command (was profiler-find-log).
7806         (profiler-find-profile-other-window): New command.
7807         (profiler-find-profile-other-frame): New command.
7808         (profiler-profile): Introduce API-level data structure.
7810 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
7812         file-attributes has a new optional arg FOLLOW-SYMLINKS.
7813         * files.el (remote-file-name-inhibit-cache):
7814         * time.el (display-time-file-nonempty-p): Use it.
7815         * files.el (after-find-file): Don't chase links before calling
7816         file-exists-p, as file-exists-p already does the right thing.
7818 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
7820         Merge from standalone RefTeX repository.
7822         The following ChangeLog entries are shortened versions of the
7823         original ones with file paths adapted.  A not so strongly edited
7824         version of the original ChangeLog can be found in the commit log.
7826         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7827         (reftex-arg-cite): Use `reftex-cite-key-separator'.
7828         Correctly handle new value type returned by `reftex-citation'.
7830         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7831         that entries with whitespace at various places are found.
7832         Doc fix. Include entries that are cross-referenced from cited entries.
7833         Include @String definitions in the resulting bib file.  Add header
7834         and footer defined in `reftex-create-bibtex-header' and
7835         `reftex-create-bibtex-footer'.
7836         (reftex-do-citation): Make it possible again to insert
7837         non-existent entries.  Save match data when asking for optional
7838         arguments. Return all keys, not just the first one.
7839         (reftex-all-used-citation-keys): Fix regexp to correctly extract
7840         all citations in the same line.
7841         (reftex-parse-bibtex-entry): Accept additional optional argument
7842         `raw' and keep quotes or braces if it is non-nil.  Match fields
7843         containing hyphens besides word constituents.
7844         (reftex-get-string-refs): New function.
7845         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7846         and ask if it should be reread in case it did.
7847         (reftex-pop-to-bibtex-entry)
7848         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7849         entries with spaces or tabs in front of arguments.
7850         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7851         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7852         Match entries containing numbers and symbol constituents.
7853         (reftex-do-citation, reftex-figure-out-cite-format):
7854         Use `reftex-cite-key-separator'.
7856         * textmodes/reftex-dcr.el: Move provide statement to end of file.
7857         (reftex-mouse-view-crossref): Explain why point is set.
7859         * textmodes/reftex-global.el: Whitespace changes.
7861         * textmodes/reftex-index.el: Move provide statement to end of
7862         file.
7863         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7864         (reftex-index-visit-phrases-buffer): Set marker when visiting
7865         buffer.  This allows for returning from the phrases file to the
7866         file one was just editing instead of the file where the last
7867         phrases was added from.
7868         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
7869         punctuation syntax as it usually is not used as string quote in
7870         TeX-related modes and may occur unmatched.  The change also
7871         prevents fontification of quoted content.
7872         (reftex-index-phrases-mode): Use it.
7874         * textmodes/reftex-parse.el (reftex-parse-from-file):
7875         Move backward one char if a `\' was matched after a section macro.
7876         (reftex-parse-from-file): Use beginning of match instead of end as
7877         bound.
7879         * textmodes/reftex-ref.el: Adapt creation of
7880         `reftex-<package>-<macro>' functions to new structure of
7881         `reftex-ref-style-alist'.
7882         (reftex-reference): Use `reftex-ref-style-list' function.
7883         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
7884         reference macro if `reftex-ref-macro-prompt' is non-nil.
7885         (reftex-reference): Pass refstyle to `reftex-format-special'.
7886         Determine reference macro by looking at
7887         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7888         Use only one special format function.
7889         (reftex-varioref-vref, reftex-fancyref-fref)
7890         (reftex-fancyref-Fref): Remove definitions.  The functions are now
7891         generated from `reftex-ref-style-alist'.
7892         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7893         Remove.
7894         (reftex-format-special): New function.
7896         * textmodes/reftex-sel.el
7897         (reftex-select-cycle-ref-style-internal): Adapt to new structure
7898         of `reftex-ref-style-alist'. Remove code for testing macro type.
7899         (reftex-select-toggle-varioref)
7900         (reftex-select-toggle-fancyref): Remove.
7901         (reftex-select-cycle-ref-style-internal)
7902         (reftex-select-cycle-ref-style-forward)
7903         (reftex-select-cycle-ref-style-backward): New functions.
7904         (reftex-select-label-map): Use `v' and `V' for general cycling
7905         through reference styles.  Add `p' for switching between number
7906         and page reference types.
7908         * textmodes/reftex-toc.el (reftex-re-enlarge):
7909         Call `enlarge-window' only if there is something to do because in Emacs
7910         the horizontal version throws an error even if the parameter is 0.
7912         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7913         (reftex-plug-into-AUCTeX): Doc fix.
7914         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7915         string.  Adapt to new name.
7916         (reftex-ref-style-alist): Change structure so that it is not
7917         possible to use multiple different package names within a style.
7918         Remove the symbols for symbols for macro type distinction.
7919         Add characters for macro selection.
7920         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7921         (reftex-create-bibtex-footer): New variables.
7922         (reftex-format-ref-function): Mention third argument of special
7923         format function.
7924         (reftex-ref-style-alist, reftex-ref-style-default-list):
7925         New variables.
7926         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7927         to new implementation.  Mark as obsolete.  Add compatibility code
7928         for honoring the variable values in case they are set.
7929         (reftex-cite-format-builtin, reftex-bibliography-commands):
7930         Add support for ConTeXt.
7931         (reftex-format-ref-function, reftex-format-cite-function):
7932         Fix custom type.
7933         (reftex-cite-key-separator): New variable.
7935         * textmodes/reftex.el (reftex-syntax-table-for-bib)
7936         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7937         `reftex-syntax-table' because parens have to retain their paren
7938         syntax in order for parsing of BibTeX entries like @book(...) to
7939         work.
7940         (reftex-in-comment): Do not error out if `comment-start-skip' is
7941         not set.  Deal correctly with escaped comment characters.
7942         (reftex-tie-multifile-symbols): Add doc string.
7943         Initialize `reftex-ref-style-list'.
7944         (reftex-untie-multifile-symbols): Add doc string.
7945         (reftex-add-index-macros): Doc fix.
7946         (reftex-ref-style-activate, reftex-ref-style-toggle)
7947         (reftex-ref-style-list): New functions.
7948         (reftex-mode-menu): Use them.  Adapt to new structure of
7949         `reftex-ref-style-alist'.
7950         (reftex-select-with-char): Kill the RefTeX Select buffer when
7951         done.
7952         (reftex-remove-if): New function.
7953         (reftex-erase-all-selection-and-index-buffers)
7954         (reftex-mode-menu): Reference styles are now computed from
7955         `reftex-ref-style-alist'.  Fix typo.
7956         (reftex-report-bug): New function.
7957         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7958         algorithms with O(n log n).  Introduce optional argument SORT (not
7959         yet used).
7961 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7963         Enhancements for triple-quote string syntax.
7964         * progmodes/python.el (python-syntax-propertize-function):
7965         Match both quote cases in one regexp.
7966         (python-syntax-stringify): Handle matches properly.
7968 2012-09-30  Juri Linkov  <juri@jurta.org>
7970         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7971         to nil around the call to `insert' to prevent
7972         directory time modification by lock_file.  (Bug#2295)
7973         * tar-mode.el (tar-summarize-buffer): Idem.
7975 2012-09-30  Juri Linkov  <juri@jurta.org>
7977         * facemenu.el (list-colors-sort): Add option "Luminance".
7978         (list-colors-sort-key): Implement it.
7980         * vc/diff-mode.el (diff-refine-removed):
7981         * vc/ediff-init.el (ediff-fine-diff-A):
7982         * vc/smerge-mode.el (smerge-refined-removed):
7983         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7985 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7987         * term/ns-win.el (x-file-dialog): New function.
7989 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7991         * ido.el (ido-max-directory-size): Default to nil; the current
7992         default is small for POSIX systems, and impractical on Windows 7
7993         now that lstat returns directory sizes for NTFS.
7995 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7997         In buffer display functions handle window-height/window-width
7998         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7999         * window.el (window--display-buffer): New argument ALIST.
8000         Obey window-height and window-width alist entries.
8001         (window--try-to-split-window): New argument ALIST.
8002         Bind window-combination-limit to t when the window's size shall be
8003         changed and window-combination-limit equals `window-size'.
8004         (display-buffer-in-atom-window)
8005         (display-buffer-in-major-side-window)
8006         (display-buffer-in-side-window, display-buffer-same-window)
8007         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8008         (display-buffer-pop-up-window, display-buffer-below-selected)
8009         (display-buffer-at-bottom, display-buffer-in-previous-window)
8010         (display-buffer-use-some-window): Adjust all callers of
8011         window--display-buffer and window--try-to-split-window.
8012         (fit-frame-to-buffer): New option.
8013         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8014         is non-nil.
8015         (display-buffer-in-major-side-window): Evaluate window-height /
8016         window-width alist entries.
8018         * help.el (temp-buffer-resize-frames)
8019         (temp-buffer-resize-regexps): Remove options.
8020         (temp-buffer-resize-mode): Adjust doc-string.
8021         (resize-temp-buffer-window): Don't consult
8022         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
8023         temp-buffer-resize-frames.
8025         * dired.el (dired-mark-pop-up):
8026         Call display-buffer-below-selected with a fit-window-to-buffer alist
8027         entry.
8029 2012-09-30  Chong Yidong  <cyd@gnu.org>
8031         * server.el (server-host): Document the security implications.
8032         (server-auth-key): Doc fix.
8034         * startup.el (initial-buffer-choice): Doc fix.
8036         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8038         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8039         restriction change.
8041         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8043         * help-fns.el (help-fns--obsolete): Fix last change.
8045 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8047         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8048         (minor-mode-map-alist): Remove redundant code.
8050         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8051         visited in a buffer.
8052         (cvs-insert-visited-file): New function.
8053         (find-file-hook): Use it.
8055         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8057         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8058         chose face.
8059         (log-edit-empty-buffer-p): Don't require a space after a header.
8061         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8063         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8065         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8066         a proper minor-mode.
8068         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8070 2012-09-29  Glenn Morris  <rgm@gnu.org>
8072         * winner.el (winner-mode): Remove variable (let define-minor-mode
8073         handle it).
8074         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8075         Doc fixes.
8076         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8077         (winner-mode): Use define-minor-mode.
8079         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8080         the full definition in loaddefs, rather than duplicating it.
8082         * help-macro.el (three-step-help): No need to autoload defcustom.
8084         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8085         (inferior-lisp-program, inferior-lisp-load-command)
8086         (inferior-lisp-prompt, inferior-lisp-mode-hook):
8087         No need to autoload defcustoms.
8089         * hippie-exp.el (hippie-expand-try-functions-list)
8090         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8091         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8092         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8093         (hippie-expand-only-buffers): No need to autoload defcustoms.
8094         * progmodes/vhdl-mode.el (vhdl-line-expand):
8095         Explicitly load hippie-exp, so it does not get autoloaded
8096         while hippie-expand-try-functions-list is let-bound.
8098 2012-09-28  Glenn Morris  <rgm@gnu.org>
8100         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8102         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8103         Only "cl.el" counts as cl these days.
8105 2012-09-28  Juri Linkov  <juri@jurta.org>
8107         Display archive errors in the echo area instead of inserting
8108         to the file buffer.
8110         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8111         to STDERR-TEST that can be a regexp matching a successful output.
8112         Create a temporary file and redirect stderr to it.  Search for
8113         STDERR-TEST in the stderr output and display it in the echo area
8114         if no match is found.
8115         (archive-extract-by-file): New function like
8116         `archive-extract-by-stdout' but extracting archives to files
8117         and looking for successful matches in stdout.  Function body is
8118         mostly copied from `archive-rar-extract'.
8119         (archive-rar-extract): Use `archive-extract-by-file'.
8120         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
8122 2012-09-28  Leo Liu  <sdl.web@gmail.com>
8124         * pcomplete.el (pcomplete-show-completions):
8125         Use minibuffer-message to make pcomplete usable in minibuffer.
8127         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8129 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * type-break.el: Use lexical-binding.
8132         (type-break-mode): Use define-minor-mode.
8134         * emacs-lisp/pcase.el (pcase--mark-used): New.
8135         (pcase--u1): Use it (bug#12512).
8137         * custom.el (load-theme): Set buffer-file-name so the load is recorded
8138         in load-history with the right file name.
8140 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
8142         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8143         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8144         (doc-view-get-bounding-box): Make bounding box slicing work for
8145         ODF and DVI documents.
8147 2012-09-28  Glenn Morris  <rgm@gnu.org>
8149         * type-break.el (type-break-mode, type-break-interval)
8150         (type-break-good-rest-interval, type-break-keystroke-threshold):
8151         No need to autoload.
8152         (type-break-good-rest-interval, type-break-keystroke-threshold):
8153         Add :set-after.
8155 2012-09-28  Chong Yidong  <cyd@gnu.org>
8157         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8158         Add :version tag.
8160 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8164 2012-09-27  Glenn Morris  <rgm@gnu.org>
8166         * faces.el (x-display-name): Declare (for without-x builds).
8168         * linum.el (linum-format): Don't autoload it.  Improve :type.
8170         * progmodes/tcl.el: Don't require outline when compiling.
8171         (outline-regexp, outline-level): Declare.
8172         * textmodes/sgml-mode.el: Don't require outline when compiling.
8173         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8175         * term.el (term-ansi-reset):
8176         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
8178         * vc/vc.el (vc-next-action): Only gripe about committing read-only
8179         files for RCS and SCCS.  (Bug#9781)
8181 2012-09-27  Chong Yidong  <cyd@gnu.org>
8183         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8184         change; value should be t.
8186 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * image-mode.el: Use lexical-binding.
8189         (image-mode-winprops): Use t to stand for the window of
8190         a buffer that's not displayed.
8191         * doc-view.el (doc-view-new-window-function): Handle the new
8192         t in winprops.
8193         (doc-view-enlarge): Make it a real nop if the size is not changed.
8194         (doc-view-display): Handle the case where the buffer is not (yet?)
8195         displayed in any window.
8196         (doc-view-saved-settings): New var.
8197         (doc-view-mode): Use it.
8198         (doc-view-fallback-mode): Set it.
8200         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8201         Set lexical-binding.
8202         (minibuffer-eldef-shorten-default): New var.
8203         (minibuffer-default-in-prompt-regexps): Use it for new default.
8204         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8206 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8208         * international/uni-bidi.el:
8209         * international/uni-category.el:
8210         * international/uni-name.el:
8211         * international/uni-numeric.el: Regenerate.
8213 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
8214             Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * profiler.el: New file.
8218 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8220         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8221         (testcover-reinstrument): Simplify with CSE.
8223 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
8225         * window.el (temp-buffer-window-setup): Fix typo in docstring.
8227 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
8229         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8230         (verilog-auto-input, verilog-auto-insert-lisp)
8231         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8232         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8233         (verilog-auto-unused, verilog-auto-wire)
8234         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8235         newline.  Reported by Andrew Jones.
8236         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8237         Reported by Brad Dobbie.
8238         (verilog-batch-delete-trailing-whitespace):
8239         Create verilog-batch-delete-trailing-whitespace.
8240         Reported by Brad Dobbie.
8241         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8242         parameters from another module.  Reported by Dan Katz.
8243         (verilog-auto, verilog-auto-assign-modport)
8244         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8245         AUTOINOUTMODPORT for UVM interface module shell generation.
8246         Reported by Brad Dobbie.
8247         (verilog-auto-inst-interfaced-ports): Make default nil, as more
8248         standard behavior.
8249         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8250         Reported by Matt Martin.
8252 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
8254         * window.el (window--resize-child-windows): When resizing child
8255         windows proportionally, process them in reverse order to
8256         preserve the "when splitting a window the new one gets the odd
8257         line" behavior.
8258         (window--resize-root-window-vertically): When resizing the
8259         minibuffer window try to affect only windows at the bottom of the
8260         frame.  (Bug#12419)
8262 2012-09-25  Chong Yidong  <cyd@gnu.org>
8264         * subr.el (declare): Doc fix.
8266         * help-fns.el (help-fns--obsolete): Handle macros properly.
8268 2012-09-25  Chong Yidong  <cyd@gnu.org>
8270         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8271         this function obsolete.
8273         * calendar/cal-x.el (calendar-two-frame-setup)
8274         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8275         * calendar/calendar.el (american-calendar, european-calendar)
8276         (calendar-for-loop):
8277         * comint.el (comint-dynamic-simple-complete)
8278         (comint-dynamic-complete-as-filename, comint-unquote-filename):
8279         * desktop.el (desktop-load-default):
8280         * dired-x.el (dired-omit-here-always)
8281         (dired-hack-local-variables, dired-default-directory):
8282         * emacs-lisp/derived.el (derived-mode-class):
8283         * emacs-lisp/timer.el (timer-set-time-with-usecs):
8284         * emacs-lock.el (toggle-emacs-lock):
8285         * epa.el (epa-display-verify-result):
8286         * epg.el (epg-sign-keys, epg-start-sign-keys)
8287         (epg-passphrase-callback-function):
8288         * eshell/esh-util.el (eshell-for):
8289         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8290         (eshell-add-to-window-buffer-names):
8291         * files.el (locate-file-completion):
8292         * imenu.el (imenu-example--create-c-index)
8293         (imenu-example--create-lisp-index)
8294         (imenu-example--lisp-extract-index-name)
8295         (imenu-example--name-and-position):
8296         * international/mule-cmds.el (princ-list):
8297         * international/mule-diag.el (decode-codepage-char):
8298         * international/mule-util.el (detect-coding-with-priority):
8299         * iswitchb.el (iswitchb-read-buffer):
8300         * mail/mailalias.el (mail-complete):
8301         * mail/sendmail.el (mail-sent-via):
8302         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8303         (mouse-major-mode-menu):
8304         * password-cache.el (password-read-and-add):
8305         * pcomplete.el (pcomplete-parse-comint-arguments):
8306         * progmodes/sh-script.el (sh-maybe-here-document):
8307         * replace.el (query-replace-regexp-eval):
8308         * savehist.el (savehist-load):
8309         * simple.el (choose-completion-delete-max-match):
8310         * term.el (term-dynamic-simple-complete):
8311         * vc/ediff-init.el (ediff-check-version):
8312         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8313         * vc/vc.el (vc-diff-switches-list):
8314         * view.el (view-return-to-alist-update): Likewise.
8316         * subr.el (eval-next-after-load, makehash, insert-string)
8317         (assoc-ignore-representation, assoc-ignore-case): Use declare to
8318         mark obsolete.
8319         (mode-line-inverse-video): Variable deleted.
8321         * international/mule-util.el (string-to-sequence): Remove.
8323         * calendar/calendar.el (calendar-version):
8324         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8325         (icalendar-convert-diary-to-ical):
8326         * cus-edit.el (custom-mode):
8327         * ansi-color.el (ansi-color-unfontify-region):
8328         * international/latin1-disp.el (latin1-char-displayable-p):
8329         * progmodes/cwarn.el (turn-on-cwarn-mode):
8330         * progmodes/which-func.el (which-func-update-1):
8331         Use define-obsolete-function-alias.
8333         * net/newst-backend.el (newsticker-cache-filename):
8334         * net/newst-treeview.el (newsticker-groups-filename):
8335         Fix incorrect obsolescence declaration.
8337         * allout.el (allout-passphrase-hint-string): Likewise.
8338         (allout-init): Use a declare form to mark obsolete.
8340         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8341         this applies to functions.
8343         * iswitchb.el (iswitchb-read-buffer): Move code of
8344         iswitchb-define-mode-map here, and delete that obsolete function.
8346         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8347         font-lock-reference-face.
8349 2012-09-25  Glenn Morris  <rgm@gnu.org>
8351         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8352         Doc fixes.
8354         * eshell/em-term.el (eshell-term-name):
8355         Default to term-term-name.  (Bug#12485)
8357 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8359         * progmodes/python.el (python-shell-send-buffer): Better handling
8360         of "if __name__ == '__main__':" conditionals when sending the buffer.
8362 2012-09-24  Glenn Morris  <rgm@gnu.org>
8364         * eshell/esh-cmd.el (eshell-find-alias-function):
8365         Tighten up file-name regexp.  (Bug#12499)
8367 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8369         Enhancements for triple-quote string syntax.
8370         * progmodes/python.el (python-quote-syntax): Remove.
8371         (python-syntax-propertize-function): New value.
8372         (python-syntax-count-quotes, python-syntax-stringify):
8373         New functions.
8375 2012-09-24  Chong Yidong  <cyd@gnu.org>
8377         * mail/supercite.el (sc-version): Remove obsolete function.
8378         (sc-describe): Don't mark as obsolete, since it is bound.
8379         (sc-submit-bug-report): Remove.
8381         * vc/log-edit.el (cvs-changelog-full-paragraphs)
8382         (cvs-commit-buffer-require-final-newline): Remove.
8383         (log-edit-require-final-newline)
8384         (log-edit-changelog-full-paragraphs): Default to t.
8386         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8387         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8388         * vc/vc.el (vc-checkout-carefully): Likewise.
8390         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8391         (emerge-version): Remove.
8393         * progmodes/compile.el (compile-internal): Remove.
8394         (compilation-parse-errors-function): Fix typo.
8396         * international/mule.el (set-char-table-default): Remove.
8397         (set-coding-priority, make-coding-system, generic-char-p)
8398         (charset-list, charset-bytes, charset-id): Use declare to mark
8399         functions as obsolete.
8401         * vc/pcvs-defs.el (cvs-buffer-name-alist)
8402         (cvs-invert-ignore-marks): Remove references to obsolete vars.
8403         * vc/vc-hooks.el (vc-default-registered): Don't use
8404         vc-master-templates.
8406         * font-lock.el (font-lock-reference-face):
8407         Use define-obsolete-variable-alias.
8409         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8410         * calendar/calendar.el (calendar-font-lock-keywords):
8411         * calendar/diary-lib.el (diary-font-lock-keywords)
8412         (diary-fancy-font-lock-keywords):
8413         * textmodes/reftex-sel.el (reftex-insert-docstruct):
8414         * textmodes/reftex-index.el (reftex-insert-index):
8415         * textmodes/reftex-cite.el (reftex-format-bib-entry):
8416         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8417         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8418         * progmodes/prolog.el (prolog-font-lock-keywords):
8419         * progmodes/idlwave.el (idlwave-idl-keywords):
8420         * progmodes/ada-mode.el (ada-font-lock-keywords):
8421         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8423 2012-09-24  Glenn Morris  <rgm@gnu.org>
8425         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8427 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8429         * progmodes/python.el (python-indent-line): More consistent cursor
8430         movement behavior.
8432 2012-09-23  Stefan Merten  <smerten@oekonux.de>
8434         * textmodes/rst.el: Fix compiler warning.
8436 2012-09-23  Roland Winkler  <winkler@gnu.org>
8438         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8439         Transcribe also LaTeX hyphenation.
8440         (bibtex-reformat): Bug fix. Do not quote twice the elements of
8441         bibtex-reformat-previous-options.
8443 2012-09-23  Roland Winkler  <winkler@gnu.org>
8445         * proced.el (proced-renice-command): New variable.
8446         (proced-marked-processes): New function.
8447         (proced-with-processes-buffer): New macro.
8448         (proced-send-signal): Use them.
8449         (proced-renice): New command bound to r.
8451 2012-09-23  Roland Winkler  <winkler@gnu.org>
8453         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8454         ibuffer-saved-filter-groups has one element, shortcut the call of
8455         completing-read.  (Bug#12331)
8457 2012-09-23  Chong Yidong  <cyd@gnu.org>
8459         * bindings.el (mode-line-toggle-read-only):
8460         * bs.el (bs-toggle-readonly):
8461         * buff-menu.el (Buffer-menu-toggle-read-only):
8462         * dired.el (dired-toggle-read-only):
8463         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8465 2012-09-23  Chong Yidong  <cyd@gnu.org>
8467         * image.el (image-type-available-p): Adapt to init-image-library
8468         argument changes.
8470 2012-09-22  Juri Linkov  <juri@jurta.org>
8472         * dired.el (dired-mode-map): Add [remap read-only-mode] for
8473         `dired-toggle-read-only'.  (Bug#12462)
8475 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8477         * subr.el (temp-output-buffer-show): New function.
8478         (with-output-to-temp-buffer): Call temp-output-buffer-show
8479         instead of internal-temp-output-buffer-show.
8481 2012-09-22  Chong Yidong  <cyd@gnu.org>
8483         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8484         (Bug#12462).
8486         * repeat.el (repeat): Doc fix (Bug#12348).
8488         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8489         (Bug#10909).
8491         * simple.el (shell-command-on-region): Doc fix.
8492         (read-only-mode): Doc fix.
8494 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
8496         * emacs-lisp/timer.el (run-with-idle-timer)
8497         (timer-activate-when-idle): Warn against reinvoking an idle timer
8498         from within its own timer action.  (Bug#12447)
8500 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
8502         * cus-start.el (window-combination-limit): Add new optional
8503         values.
8504         * window.el (temp-buffer-window-show)
8505         (window--try-to-split-window): Handle new values of
8506         window-combination-limit (Bug#1806).
8507         (split-window): Test window-combination-limit for t instead of
8508         non-nil.
8509         (display-buffer-at-bottom): New buffer display action function.
8510         * help.el (temp-buffer-resize-regexps): New option.
8511         (temp-buffer-resize-mode): Rewrite doc-string.
8512         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8513         Don't resize reused window.  Suggested by Glenn Morris.
8515 2012-09-22  Stefan Merten  <smerten@oekonux.de>
8517         * textmodes/rst.el: Revamp section title faces.
8518         (rst-official-version)
8519         (rst-package-emacs-version-alist): Sync with official version
8520         V1.4.0.
8521         (rst-faces-defaults, rst-set-level-default)
8522         (rst-level-face-max, rst-level-face-base-color)
8523         (rst-level-face-base-light, rst-level-face-format-light)
8524         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8525         (rst-adornment-faces-alist): Match new setup.
8526         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8527         (rst-level-5, rst-level-6): New faces.
8529 2012-09-22  Chong Yidong  <cyd@gnu.org>
8531         * simple.el (undo): Handle indirect buffers (Bug#8207).
8533 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8535         IDO: Disable match re-ordering for buffer switching.
8536         * ido.el (ido-buffer-disable-smart-matches): New variable.
8537         (ido-set-matches-1): Use it.  (Bug#2042)
8539 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
8541         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8542         Fix 2011-05-17 change.  (Bug#12418)
8544 2012-09-21  Leo Liu  <sdl.web@gmail.com>
8546         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8548 2012-09-21  Glenn Morris  <rgm@gnu.org>
8550         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8551         Be more robust about locating simple.el.
8553 2012-09-21  Glenn Morris  <rgm@gnu.org>
8555         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8557 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
8559         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
8561 2012-09-20  Juri Linkov  <juri@jurta.org>
8563         * replace.el (query-replace-read-from): Use `read-regexp' instead
8564         of `read-from-minibuffer' when `regexp-flag' is non-nil.
8565         (occur-read-primary-args): Use `read-regexp' instead of
8566         `read-string'.
8567         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8568         `read-from-minibuffer'.
8569         * isearch.el (isearch-occur): Use `read-regexp' instead of
8570         `read-string'.
8571         * dired.el (dired-read-regexp): Use `read-regexp' instead of
8572         `read-from-minibuffer'.
8573         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8574         of `read-string'.  (Bug#7567)
8576         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8577         and allow accepting a list of strings prepended to a list of
8578         standard default values.  Doc fix.  (Bug#12321)
8580         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
8582         * replace.el (read-regexp): Don't add ": " when PROMPT already
8583         ends with a colon and space.  (Bug#12321)
8585 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
8587         * doc-view.el (doc-view-display): Better fix for the cl-assertion
8588         error.
8590 2012-09-20  Stefan Merten  <smerten@oekonux.de>
8592         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8593         Fixes feature request bug#11711.
8594         (rst-mode): Create `imenu-create-index-function'.
8595         (rst-get-stripped-line): Delete after refactoring.
8596         (rst-section-tree, rst-section-tree-rec)
8597         (rst-section-tree-point): Refactor and document properly.
8598         (rst-imenu-find-adornments-for-position)
8599         (rst-imenu-convert-cell, rst-imenu-create-index):
8600         New function.
8602 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8604         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8605         (macroexp--expand-all): Use it.
8606         (macroexp--funcall-and-return): Remove by folding it into its sole
8607         caller (macroexp--warn-and-return).
8608         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8609         Use macroexp--obsolete-warning.
8611         * calc/calc.el: Fix last change by removing the whole chunk, since it
8612         was only needed back when Calc was not bundled.
8614 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
8616         * emacs-lisp/debug.el (debug): Restore assignment to
8617         debugger-old-buffer removed on 2012-09-08.
8619 2012-09-20  Juri Linkov  <juri@jurta.org>
8621         * dired-aux.el (dired-diff): Remove (require 'diff) since
8622         `diff-latest-backup-file' is now autoloaded.
8624 2012-09-20  Chong Yidong  <cyd@gnu.org>
8626         * vc/diff.el (diff-latest-backup-file): Autoload.
8628 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8630         * calc/calc.el: Remove redundant autoload shape check.
8631         (sel-mode): Don't defvar.
8632         (calc-get-stack-element): Add `sel-mode' arg instead.
8633         (calc-top, calc-top-list): Pass it this additional argument.
8634         * calc/calc-store.el (calc-store-map):
8635         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8636         (calc-map-equation, calc-outer-product, calc-inner-product):
8637         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8639         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8641 2012-09-19  Juri Linkov  <juri@jurta.org>
8643         * dired-aux.el (dired-diff): Add (require 'diff) because
8644         `diff-latest-backup-file' is not autoloaded.
8645         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8646         of `dired-get-filename' to t to not report error when there is
8647         no default file on the current line.
8649 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8651         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8652         macroexp--eval-if-compile.
8653         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8654         (macroexp--expand-all): Use them (bug#12371).
8656         * doc-view.el (doc-view-guess-paper-size)
8657         (doc-view-scale-bounding-box): Fix unbound `caddr'.
8659 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
8661         New feature: set optimal slice from BoundingBox information.
8662         * doc-view.el (doc-view-mode-map): Add keybinding.
8663         (doc-view-menu): Add menu entry.
8664         (doc-view-set-slice): Adapt docstring.
8665         (doc-view-get-bounding-box, doc-view-guess-paper-size)
8666         (doc-view-scale-bounding-box)
8667         (doc-view-set-slice-from-bounding-box): New functions.
8668         (doc-view-paper-sizes): New defvar.
8670 2012-09-19  Glenn Morris  <rgm@gnu.org>
8672         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8673         (byte-compile-log-warning): Autoload.  (Bug#12371)
8675         * calendar/calendar.el (calendar-american-month-header)
8676         (calendar-european-month-header, calendar-iso-month-header)
8677         (calendar-month-header): New options.
8678         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
8679         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
8681 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
8683         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8685 2012-09-18  Juri Linkov  <juri@jurta.org>
8687         * dired-aux.el (dired-diff): Restore original functionality of
8688         getting the default value, but keep new feature of using the
8689         latest existing backup file (`diff-latest-backup-file').
8691 2012-09-18  Juri Linkov  <juri@jurta.org>
8693         * dired.el (dired-mark): If the region is active in Transient Mark
8694         mode, mark all files in the active region.  Doc fix.
8695         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8696         Doc fix.  (Bug#10624)
8698 2012-09-18  Juri Linkov  <juri@jurta.org>
8700         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8701         attributes for M-n are pulled from the file at point.
8702         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8703         Suggested by Drew Adams.  (Bug#10624)
8705 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
8707         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8708         whitespace after "end".
8709         (ruby-do-end-to-brace): Collapse block to one line if it fits
8710         within fill-column.
8712 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
8714         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8715         value.
8716         (debug): Don't remove debugger window when debugger is expected
8717         to be back.
8719 2012-09-18  Chong Yidong  <cyd@gnu.org>
8721         * custom.el (defface): Doc fix.
8723         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8725 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
8727         * progmodes/compile.el (compilation-start): Use compilation-always-kill
8728         to initialize query-on-exit; then test that instead (bug#12288).
8730 2012-09-17  Stefan Merten  <smerten@oekonux.de>
8732         * textmodes/rst.el: Add support for `testcover'.
8733         (rst-defcustom-testcover, rst-testcover-add-compose)
8734         (rst-testcover-add-1value): New functions.
8735         (rst-portable-mark-active-p): Replace by `use-region-p'.
8736         (rst-update-section, rst-classify-adornment)
8737         (rst-find-title-line): Mark `1value' forms.
8738         (rst-classify-adornment): Remove superfluous form.
8739         (rst-update-section, rst-get-adornments-around)
8740         (rst-adornment-complete-p, rst-get-next-adornment)
8741         (rst-adjust, rst-promote-region)
8742         (rst-display-adornments-hierarchy, rst-straighten-adornments)
8743         (rst-find-pfx-in-region, rst-section-tree-rec)
8744         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8745         (rst-toc-node, rst-toc, rst-forward-section)
8746         (rst-iterate-leftmost-paragraphs)
8747         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8748         (rst-bullet-list-region)
8749         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8750         (rst-compile-find-conf, rst-compile)
8751         (rst-repeat-last-character): Fix style.
8753 2012-09-17  Chong Yidong  <cyd@gnu.org>
8755         * comint.el (comint--complete-file-name-data): Don't add a space
8756         if the status is `sole'; that adds a gratuitous space in the
8757         completion-cycling case (Bug#12092).
8759         * pcomplete.el (pcomplete-completions-at-point): Likewise.
8761 2012-09-17  Richard Stallman  <rms@gnu.org>
8763         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8764         only in the mime-shown mode, not in raw mode.
8765         (rmail-mime): Toggle off mime by displaying the message without
8766         mime processing.  (Bug#12305)
8768         * mail/rmail.el (rmail-retry-failure):
8769         Turn off mime processing first.  (Bug#12037)
8771         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8773 2012-09-17  Chong Yidong  <cyd@gnu.org>
8775         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8776         (shell-dynamic-complete-functions): Convert to defcustom.
8777         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8779         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8780         * comint.el (comint-prompt-read-only):
8781         * custom.el (defcustom):
8782         * hi-lock.el (hi-lock-mode):
8783         * ibuffer.el (ibuffer-formats):
8784         * ielm.el (ielm-prompt-read-only):
8785         * novice.el (disable-command):
8786         * saveplace.el (toggle-save-place):
8787         * speedbar.el (speedbar-supported-extension-expressions):
8788         * startup.el (auto-save-list-file-prefix, init-file-user)
8789         (after-init-hook, inhibit-startup-echo-area-message):
8790         * strokes.el (strokes-help):
8791         * time-stamp.el (time-stamp):
8792         * calendar/calendar.el (calendar, diary-file):
8793         * calendar/diary-lib.el (diary-mail-entries, diary)
8794         (diary-list-entries-hook):
8795         * calendar/holidays.el (holidays, calendar-holidays):
8796         * calendar/lunar.el (lunar-phases):
8797         * calendar/solar.el (sunrise-sunset):
8798         * emulation/edt.el (edt-load-keys):
8799         * emulation/viper.el (viper-mode):
8800         * eshell/em-alias.el (eshell-command-aliases-list):
8801         * eshell/esh-util.el (eshell-convert-numeric-arguments):
8802         * international/ogonek.el (ogonek-information):
8803         * net/tramp-cmds.el (tramp-bug):
8804         * net/quickurl.el (quickurl-reread-hook-postfix):
8805         * play/decipher.el (decipher-font-lock-keywords):
8806         * progmodes/cc-styles.el (c-set-style):
8807         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8808         * progmodes/inf-lisp.el (inferior-lisp-prompt):
8809         * progmodes/octave-mod.el (octave-mode):
8810         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8811         * progmodes/verilog-mode.el (verilog-read-defines):
8812         * textmodes/two-column.el (2C-mode): Likewise.
8814 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8817         that holds many addresses.
8819 2012-09-16  Chong Yidong  <cyd@gnu.org>
8821         * align.el (align-areas): Call the indication function with
8822         positions instead of markers for arguments (Bug#12343).
8824         * files.el (parse-colon-path): Use split-string (Bug#12351).
8826         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8827         (display-buffer-function): Mark as obsolete.
8829         * progmodes/compile.el (compilation-parse-errors): Accept list
8830         values similar to font-lock-keywords (Bug#12136).
8831         Suggested by Oleksandr Manzyuk.
8832         (compilation-error-regexp-alist): Doc fix.
8834 2012-09-15  Glenn Morris  <rgm@gnu.org>
8836         * version.el (emacs-bzr-version-bzr): New function.
8837         (emacs-bzr-get-version): Add optional EXTERNAL argument.
8839         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8840         checkouts, check the parent dirstate matches the branch.
8841         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
8842         empty string.
8844         * version.el (emacs-bzr-version): Doc fix.
8845         (emacs-bzr-version-dirstate): New function.
8846         (emacs-bzr-get-version): For lightweight checkouts, if the parent
8847         is local try and check that it matches the branch.  If not, just
8848         use dirstate information.  (Bug#12441)
8850 2012-09-14  Juri Linkov  <juri@jurta.org>
8852         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8853         (Bug#12399)
8855 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8857         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8859         * emacs-lisp/edebug.el: Miscellaneous cleanup.
8860         Remove obsolete byte-compiler hack that tried to silence some warnings.
8861         (edebug-submit-bug-report): Remove.
8862         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8863         Remove aliases, use the un-prefixed name instead.
8864         (edebug-pop-to-buffer): Consider other frames.
8865         (edebug-original-read):: Make it more obvious that it's always defined.
8866         (edebug--make-form-data-entry, edebug--form-data-name)
8867         (edebug--form-data-begin, edebug--form-data-end): Rename from the
8868         single-dashed name, and implement with cl-defstruct.
8869         (edebug-set-form-data-entry): Use the standard accessors.
8870         (edebug-make-top-form-data-entry): Use push.
8871         (edebug-no-match): Drop useless `funcall'.
8872         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8873         to functions.
8874         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8875         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8876         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8877         (easy-menu-define, with-custom-print): Remove redundant specs.
8878         (edebug-outside-overriding-local-map)
8879         (edebug-outside-overriding-terminal-local-map): Remove, unused.
8880         (edebug--display): Bind unread-command-events directly to nil rather
8881         than binding it to unread-command-events and later setting it to nil.
8882         (edebug--display): Kill edebug-eval-buffer here...
8883         (edebug--recursive-edit): ...rather than here.
8884         Bind standard-output and standard-input.
8885         (edebug-eval): Check cl-macroexpand-all is fboundp.
8886         (edebug-temp-display-freq-count): Fix last change.
8888         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8889         * subr.el (noreturn, 1value): Add `debug' spec.
8890         * emacs-lisp/advice.el: Require cl-lib.
8891         (ad-copy-tree): Remove, use copy-tree instead.
8892         (ad-dolist): Remove use dolist or cl-dolist instead.
8893         (ad-do-return): Remove, use cl-return instead.
8894         (defadvice): Add `debug' spec.
8896 2012-09-13  Juri Linkov  <juri@jurta.org>
8898         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8899         (Bug#12399)
8901 2012-09-13  Glenn Morris  <rgm@gnu.org>
8903         * calc/calc.el (math-compose-expr):
8904         * calc/calc-ext.el (math-compose-expr):
8905         * progmodes/cc-defs.el (cl-macroexpand-all):
8906         * progmodes/cc-langs.el (delete-duplicates, mapcan)
8907         (cl-macroexpand-all): Update declarations.
8909         * vc/vc.el: No need to require ediff.
8910         (ediff-load-version-control): Declare.
8911         (ediff-vc-internal): Fix declaration.
8912         (vc-version-ediff): Require ediff.
8914 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8916         Use a more backwards-compatible timer format (Bug#12430).
8917         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8918         being right after USECS, as that better supports old code that
8919         inadvisedly looked directly at the timer vector.
8921 2012-09-13  Kenichi Handa  <handa@gnu.org>
8923         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8924         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8925         `coding-priority' property of these language environment.
8927 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
8929         Fix glitches caused by addition of psec to timers (Bug#12430).
8930         * image.el (image-animate-timer):
8931         * time.el (display-time-world-timer):
8932         Use timer--function and timer--args rather than raw access to
8933         timer vector.
8935 2012-09-13  Glenn Morris  <rgm@gnu.org>
8937         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8938         If not compiling a file, try using load-file-name.
8940 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8942         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8943         Fix last change.
8944         (edebug-update-eval-list): Use `push'.
8946         * emacs-lisp/edebug.el: Use lexical-binding.
8947         Remove the "edebug-" prefix from non-dynamically-scoped variables.
8948         Mark unused args with underscore.
8949         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8950         (edebug-form-data): Use defvar-local.
8951         (edebug-make-before-and-after-form, edebug-make-after-form):
8952         Use backquote.
8953         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8954         Not dynamically scoped any more.
8955         (edebug--enter-trace): Add arguments `function' and `args'.
8956         Rename from edebug-enter-trace.
8957         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
8958         (edebug--update-coverage): Add `after-index' and `value' args.
8959         Rename from edebug-update-coverage.
8960         (edebug-slow-after): Call it accordingly.
8961         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
8962         edebug-recursive-edit.
8963         (edebug--display): Call it accordingly.  Add args `value',
8964         `offset-index', and `arg-mode'.  Rename from edebug-display.
8965         (edebug-debugger, edebug): Call it accordingly.
8966         (edebug-eval-display-list): Use dolist.
8968 2012-09-12  Juri Linkov  <juri@jurta.org>
8970         * info.el (Info-search): Don't check for isearch-mode and
8971         isearch-regexp before let-binding search-spaces-regexp to
8972         Info-search-whitespace-regexp.
8973         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8974         search-whitespace-regexp if isearch-lax-whitespace or
8975         isearch-regexp-lax-whitespace is non-nil.
8976         (Info-mode): Don't set local variable search-whitespace-regexp.
8977         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8979 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8982         (debugger-env-macro): Remove support for unread-command-char.
8984         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8985         the temporary map re-appearing on emulation-mode-map-alists.
8987         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8988         since 22.1.
8990         * ehelp.el (with-electric-help): Accept functions in
8991         electric-help-form-to-execute.
8992         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8993         And replace unread-command-char -> unread-command-events.
8995 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8997         Sync with Tramp 2.2.6.
8999         * net/tramp.el (tramp-accept-process-output): Don't use
9000         JUST-THIS-ONE in the XEmacs case.
9002         * net/trampver.el: Update release number.
9004 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
9006         * emacs-lisp/debug.el (debugger-previous-window-height):
9007         New variable.
9008         (debug): When debugger-jumping-flag is non-nil try to restore
9009         height of debugger window.  (Bug#8789)
9011 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9014         overriding-local-map and pre/post-command-hook here.
9015         (edebug-recursive-edit): Do it here instead (bug#12345).
9016         (edebug-outside-unread-command-char): Remove all uses of
9017         unread-command-char.
9019         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9020         inhibit-debugger is bound instead.
9022 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9024         * subr.el (set-temporary-overlay-map): Add a docstring.
9025         (Bug#12346)
9027 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9029         * minibuffer.el (completion-table-subvert): Fix docstring.
9030         (Bug#12347)
9032 2012-09-11  Bastien Guerry  <bzg@gnu.org>
9034         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
9036 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
9038         * progmodes/sql.el: Version 3.1
9039         (sql-db2-escape-newlines): New variable.
9040         (sql-escape-newlines-filter): Use it.
9042 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
9044         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9046 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
9048         * vc/diff-mode.el (diff-mode-menu):
9049         Bind diff-remove-trailing-whitespace.
9051 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9053         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9054         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9055         (emacs-lisp-byte-code-mode): New functions.
9056         (eval-sexp-add-defvars): Don't skip defvars in column >0.
9057         (eval-defun-2): Remove bogus interactive spec.
9058         (lisp-indent-line): Remove redundant whole-exp code, now done in
9059         indent-according-to-mode.
9060         (save-match-data): Remove redundant indent data.
9062         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9063         Use `declare'.
9065 2012-09-09  Juri Linkov  <juri@jurta.org>
9067         * replace.el (replace-regexp-lax-whitespace): New defcustom.
9068         (replace-lax-whitespace, query-replace-regexp)
9069         (query-replace-regexp-eval, replace-regexp): Doc fix.
9070         (perform-replace, replace-highlight): Let-bind
9071         isearch-lax-whitespace to replace-lax-whitespace and
9072         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9074         * isearch.el (isearch-query-replace): Let-bind
9075         replace-lax-whitespace to isearch-lax-whitespace and
9076         replace-regexp-lax-whitespace to
9077         isearch-regexp-lax-whitespace.  (Bug#10885)
9079 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9081         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9083 2012-09-09  Alan Mackenzie  <acm@muc.de>
9085         * progmodes/cc-engine.el (c-state-cache-init):
9086         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9087         (c-record-parse-state-state):
9088         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9090 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
9092         * register.el (register-separator): Rename from
9093         separator-register.  All uses changed.  Doc fix.
9094         (register): Fix version.
9096 2012-09-09  Chong Yidong  <cyd@gnu.org>
9098         * replace.el (query-replace-map): Bind four new symbols for
9099         requesting window scrolling.
9101         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9102         query-replace-map (Bug#8948).
9104         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9106         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9107         since they are now in query-replace-map.
9109         * window.el (scroll-other-window-down): Make the arg optional.
9111 2012-09-09  Chong Yidong  <cyd@gnu.org>
9113         * files.el (hack-local-variables-confirm): Use quit-window to kill
9114         the *Local Variables* buffer.
9116 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9118         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9119         not just expect to be at its beginning.  Adjust callees.
9120         Succeed when do-end block has no space before the pipe character.
9121         (ruby-brace-to-do-end): When the original block is one-liner,
9122         convert to multiline.  Reindent the result.
9124 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
9126         * register.el (register): New group.
9127         (separator-register): New user option.
9128         (increment-register): Route it to `append-to-register', if
9129         register contains text.  Implication is that `C-x r +' can now be
9130         used for appending to a text register (bug#12217).
9131         (append-to-register, prepend-to-register): Add separator based on
9132         `separator-register'.
9134 2012-09-08  Alan Mackenzie  <acm@muc.de>
9136         AWK Mode: make auto-newline work when there's "==" in the pattern.
9137         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9138         correctly.
9139         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9140         Test more rigorously for "=" token.
9142 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
9144         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9145         Only fail when reached LIMIT.
9147 2012-09-08  Chong Yidong  <cyd@gnu.org>
9149         * dired.el (dired-mode-map): Don't bind M-=.
9151         * dired-aux.el (dired-diff): Use backup file as default.
9153 2012-09-08  Drew Adams  <drew.adams@oracle.com>
9155         * subr.el (add-to-history): Fix delete usage (Bug#12314).
9157 2012-09-08  Chong Yidong  <cyd@gnu.org>
9159         * subr.el (syntax-after, syntax-class): Doc fix.
9161 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
9163         * window.el (display-buffer-in-previous-window): New buffer
9164         display action function.
9166         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9167         (debugger-previous-window): New variable.
9168         (debug): Rewrite using display-buffer-in-previous-window,
9169         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
9171 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9173         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
9175 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
9177         * progmodes/python.el (python-shell-send-string):
9178         When default-directory is remote, create temp file on remote
9179         filesystem.
9180         (python-shell-send-file): When file is remote, pass local view of
9181         file paths to remote Python interpreter.  (Bug#12340)
9183 2012-09-07  Chong Yidong  <cyd@gnu.org>
9185         * window.el (switch-to-buffer): Doc fix (Bug#12181).
9187         * files.el (after-find-file): Don't fail on a read-only buffer if
9188         require-final-newline is `visit' or `visit-save' (Bug#11156).
9190         * subr.el (read-char-choice): Allow quitting via ESC ESC.
9192         * userlock.el (ask-user-about-supersession-threat):
9193         Use read-char-choice (Bug#12093).
9195 2012-09-07  Chong Yidong  <cyd@gnu.org>
9197         * subr.el (buffer-narrowed-p): New function.
9199         * ses.el (ses-widen):
9200         * simple.el (count-words--buffer-message):
9201         * net/browse-url.el (browse-url-of-buffer): Use it.
9203         * simple.el (count-words-region): Don't signal an error if there
9204         is a non-nil prefix arg and the mark is not set.
9206         * help.el (describe-key-briefly): Allow the message to be seen
9207         when invoked from the minibuffer (Bug#7014).
9209 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9211         * progmodes/ruby-mode.el (ruby-end-of-defun)
9212         (ruby-beginning-of-defun): Simplify, allow indentation before
9213         block beginning and end keywords.
9214         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9215         (ruby-end-of-defun): Expect that the point is at the beginning of
9216         the defun.
9218 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9220         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9221         (bug#12367).
9222         (cl--make-usage-args): Strip _ from argument names.
9224 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
9226         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9227         obsolete alias speedbar-key-map.
9228         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9229         (vhdl-index-menu-init): Don't use obsolete variable
9230         font-lock-maximum-size.
9232 2012-09-06  Chong Yidong  <cyd@gnu.org>
9234         * frame.el (window-system-version): Mark as obsolete.
9236         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9237         of obsolete variable speedbar-key-map.
9239 2012-09-06  Juri Linkov  <juri@jurta.org>
9241         * replace.el (replace-lax-whitespace): New defcustom.
9242         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9243         (replace-string, replace-regexp): Mention it in docstrings.
9244         (perform-replace, replace-highlight): Let-bind
9245         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9246         to the values of replace-lax-whitespace and regexp-flag.
9247         Don't let-bind search-whitespace-regexp.  (Bug#10885)
9249         * isearch.el (isearch-query-replace): Let-bind
9250         replace-lax-whitespace instead of let-binding
9251         replace-search-function and replace-re-search-function.
9252         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9253         and isearch-regexp-lax-whitespace to lazy-highlight variables.
9254         (isearch-toggle-symbol): Set isearch-regexp to nil
9255         in isearch-word mode (like in isearch-toggle-word).
9257 2012-09-06  Juri Linkov  <juri@jurta.org>
9259         * replace.el (replace-search-function)
9260         (replace-re-search-function): Set default values to nil.
9261         (perform-replace): Let-bind isearch-related variables based on
9262         replace-related values, call `isearch-search-fun' and let-bind
9263         the result to `search-function'.  Remove code that sets
9264         `search-function' and `search-string' separately for
9265         `delimited-flag'.
9266         (replace-highlight): Add new argument `delimited-flag' and
9267         rename other arguments to the names used in `perform-replace'.
9268         Let-bind `isearch-word' to the argument `delimited-flag'.
9269         (Bug#10885, bug#10887)
9271 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
9273         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9274         ruby-beginning-of-indent, simplify, allow all keywords to have
9275         indentation before them.
9276         (ruby-beginning-of-indent): Adjust for above.  Search until the
9277         found point is not inside a string or comment.
9278         (ruby-font-lock-keywords): Allow symbols to start with "@"
9279         character, give them higher priority than variables.
9280         (ruby-syntax-propertize-function)
9281         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9282         matchers.  Expression expansions are not comments when inside a
9283         string, and there comment syntax status is irrelevant.
9284         (ruby-match-expression-expansion): New function.  Check that
9285         expression expansion is inside a string, and it's not escaped.
9286         (ruby-font-lock-keywords): Use it.
9288 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
9290         * help.el (temp-buffer-max-height): New default value.
9291         (temp-buffer-resize-frames): New option.
9292         (resize-temp-buffer-window): Optionally resize frame.
9294         * window.el (fit-frame-to-buffer-bottom-margin): New option.
9295         (fit-frame-to-buffer): New function.
9297 2012-09-05  Glenn Morris  <rgm@gnu.org>
9299         * emulation/cua-rect.el (cua--init-rectangles):
9300         * textmodes/picture.el (picture-mode-map):
9301         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9302         like forward-char and backward-char.  (Bug#12317)
9304 2012-09-05  Leo Liu  <sdl.web@gmail.com>
9306         * progmodes/flymake.el (flymake-warning-re): New variable.
9307         (flymake-parse-line): Use it.
9309 2012-09-05  Glenn Morris  <rgm@gnu.org>
9311         * calendar/holidays.el (holiday-christian-holidays):
9312         Rename an entry.  (Bug#12289)
9314 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9317         (bug#12222).
9319 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9321         * loadup.el: Load macroexp.  Remove hack.
9322         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9323         (macroexp--expand-all): Use it to get better warnings.
9324         (macroexp--backtrace, macroexp--trim-backtrace-frame)
9325         (internal-macroexpand-for-load): New functions.
9326         (macroexp--pending-eager-loads): New var.
9327         (emacs-startup-hook): New hack to replace one in loadup.el.
9328         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9329         (cl--compiler-macro-cXXr): Move to top, before they can be used.
9330         (cl-psetf): Simplify.
9331         (cl-defstruct): Add indent rule.
9333 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
9335         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9336         over `user-mail-address' for the SMTP MAIL FROM envelope.
9337         (smtpmail-via-smtp): Ditto.
9339 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
9341         * progmodes/ruby-mode.el: Clean up keybindings.
9342         (ruby-mode-map): Don't bind ruby-electric-brace,
9343         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9344         backward-kill-word, reindent-then-newline-and-indent.
9345         (ruby-mark-defun): Remove.
9346         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
9347         (ruby-mode): Set local beginning-of-defun-function and
9348         end-of-defun-function values.
9350 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
9352         * window.el (temp-buffer-window-setup-hook)
9353         (temp-buffer-window-show-hook): New hooks.
9354         (temp-buffer-window-setup, temp-buffer-window-show)
9355         (with-temp-buffer-window): New functions.
9356         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9357         (special-display-popup-frame): Make sure the window used shows BUFFER.
9359         * help.el (temp-buffer-resize-mode): Fix doc-string.
9360         (resize-temp-buffer-window): New optional argument WINDOW.
9362         * files.el (recover-file, save-buffers-kill-emacs):
9363         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9365 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
9367         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9368         remote definition of `default-directory', ensure we can connect.
9370 2012-09-02  Juri Linkov  <juri@jurta.org>
9372         Toggle whitespace matching mode with M-s SPC.
9373         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9375         * isearch.el (search-whitespace-regexp): Doc fix.
9376         Remove cons cell customization.
9377         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9378         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9379         New variables.
9380         (isearch-forward, isearch-forward-regexp): Doc fix.
9381         (isearch-toggle-lax-whitespace): New command.
9382         (search-forward-lax-whitespace, search-backward-lax-whitespace)
9383         (re-search-forward-lax-whitespace)
9384         (re-search-backward-lax-whitespace): New functions.
9385         (isearch-whitespace-regexp): Remove function.
9386         (isearch-query-replace): Let-bind replace-search-function and
9387         replace-re-search-function.
9388         (isearch-occur): Let-bind search-spaces-regexp according to the
9389         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9390         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9391         condition for C-q SPC.
9392         (isearch-search-fun-default): Use new functions mentioned above.
9393         (isearch-search-forward, isearch-search-backward): Remove functions.
9394         (isearch-search): Don't let-bind search-spaces-regexp.
9395         (isearch-lazy-highlight-space-regexp): Remove variable.
9396         (isearch-lazy-highlight-lax-whitespace)
9397         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9398         (isearch-lazy-highlight-new-loop): Use them.
9399         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9401 2012-09-02  Chong Yidong  <cyd@gnu.org>
9403         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9405 2012-09-02  Glenn Morris  <rgm@gnu.org>
9407         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
9409 2012-09-01  Glenn Morris  <rgm@gnu.org>
9411         * term.el: Tidy up menu definitions.
9412         (term-mode-map): Use easymenu for In/Out, Complete menus.
9413         (term-pager-break-map): Initialize in the defvar.
9414         (term-terminal-menu, term-signals-menu): Define with easymenu.
9415         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
9416         (term-pager-menu): New, extracted from term-process-pager.
9417         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9418         (term-update-mode-line): Propertize line/char and page items.
9419         (term-process-pager): Move keymap initialization elsewhere.
9421 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
9423         * window.el (switch-to-prev-buffer): Handle additional values of
9424         BURY-OR-KILL argument.  Don't switch in minibuffer window.
9425         (switch-to-next-buffer): Don't switch in minibuffer window.
9426         (quit-restore-window): New function based on quit-window.
9427         Handle additional values of former KILL argument.
9428         (quit-window): Call quit-restore-window with appropriate
9429         interpretation of KILL argument.
9430         (display-buffer-below-selected): New buffer display action
9431         function.
9433 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9435         * minibuffer.el (completion-at-point-functions): Complete docstring
9436         (bug#12254).
9438 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9440         Better seed support for (random).
9441         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9442         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9443         * play/mpuz.el, play/tetris.el, play/zone.el:
9444         * calc/calc-comb.el (math-init-random-base):
9445         * play/blackbox.el (bb-init-board):
9446         * play/life.el (life):
9447         * server.el (server-use-tcp):
9448         * type-break.el (type-break):
9449         Remove unnecessary call to (random t).
9450         * net/sasl.el (sasl-unique-id-function):
9451         Change (random t) to (random), now that the latter is more random.
9452         * play/life.el (life-initialized): Remove no-longer-needed var.
9454 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
9456         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9457         Consider frame's buffer predicate when choosing the buffer.
9458         (Bug#12081)
9460 2012-08-30  Richard Stallman  <rms@gnu.org>
9462         * simple.el (special-mode-map): Delete binding for `z'.
9464 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
9466         * progmodes/compile.el (compilation-always-kill): Doc fix.
9468 2012-08-30  Chong Yidong  <cyd@gnu.org>
9470         * window.el (display-buffer-reuse-frames): Make the obsolescence
9471         message more informative.
9473 2012-08-30  Glenn Morris  <rgm@gnu.org>
9475         * paren.el (show-paren-delay):
9476         Add a :set function.  Doc fix.  (Bug#12297)
9478 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
9480         * progmodes/compile.el (compilation-always-kill): New var.
9481         (compilation-start): Use it.
9483 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9485         * simple.el (read-only-mode): Move from files.el for bootstrapping.
9486         * files.el (read-only-mode): Move to simple.el.
9488         * files.el (read-only-mode): New minor mode.
9489         (toggle-read-only): Use it and mark obsolete.
9490         (find-file--read-only):
9491         * vc/vc.el (vc-next-action, vc-checkout):
9492         * vc/vc-cvs.el (vc-cvs-checkout):
9493         * obsolete/vc-mcvs.el (vc-mcvs-update):
9494         * ffap.el (ffap--toggle-read-only): Update callers.
9496 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
9498         * eshell/esh-ext.el (eshell-external-command): Do not examine
9499         remote shell scripts.
9500         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9502         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9503         "/usr/local/sbin".
9505 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9507         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9509 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9511         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9512         completion-at-point.  (Bug#12220)
9514         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9516         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9518 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9521         be buffer-local; add delete-trailing-whitespace (bug#12259).
9523 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
9525         * progmodes/hideif.el (hif-compress-define-list):
9526         Fix typo.  (Bug#11951)
9528 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
9530         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9531         buffer local setting.
9533         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9534         rcirc-encode-coding-system.
9536 2012-08-28  Leo Liu  <sdl.web@gmail.com>
9538         * net/rcirc.el (rcirc-split-message): New function.
9539         (rcirc-send-message): Use it.  (Bug#12051)
9541 2012-08-28  Juri Linkov  <juri@jurta.org>
9543         * info.el (Info-fontify-node): Hide empty lines at the end of
9544         the node.  (Bug#12272)
9546 2012-08-27  Drew Adams  <drew.adams@oracle.com>
9548         * dired.el (dired-pop-to-buffer): Make window start at beginning
9549         of buffer (Bug#12281).
9551 2012-08-26  Chong Yidong  <cyd@gnu.org>
9553         * window.el (special-display-regexps, special-display-frame-alist)
9554         (special-display-buffer-names, special-display-function)
9555         (display-buffer-reuse-frames): Mark as obsolete.
9557         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9559         * help.el (help-print-return-message): Don't treat
9560         display-buffer-reuse-frames specially.
9562 2012-08-26  Chong Yidong  <cyd@gnu.org>
9564         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9565         New variable, replacing gdb-frame-parameters.
9566         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9567         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9568         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9569         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9570         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
9571         the functions directly with gdb-display-buffer-other-frame-action.
9572         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9573         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9574         (gdb-display-stack-buffer, gdb-display-locals-buffer)
9575         (gdb-display-registers-buffer): Define directly.
9576         (def-gdb-display-buffer): Macro deleted.
9577         (gdb-display-buffer): Remove second and third args, callers don't
9578         use them.  Defer to the default display-buffer behavior, apart
9579         from making windows dedicated.
9580         (gdb-setup-windows): Don't call display-buffer unnecessarily.
9582         * progmodes/gud.el (gud-display-line): Just use display-buffer.
9584         * window.el (display-buffer-pop-up-frame): Handle a
9585         pop-up-frame-parameters alist entry.
9586         (display-buffer): Document it.
9588 2012-08-26  Chong Yidong  <cyd@gnu.org>
9590         * isearch.el (search-whitespace-regexp): Make string and nil
9591         values apply to both ordinary and regexp search.  Allow a cons
9592         cell value to distinguish between the two.
9593         (isearch-whitespace-regexp, isearch-search-forward)
9594         (isearch-search-backward): New functions.
9595         (isearch-occur, isearch-search-fun-default, isearch-search)
9596         (isearch-lazy-highlight-new-loop): Use them.
9597         (isearch-forward, isearch-forward-regexp): Doc fix.
9599 2012-08-26  Chong Yidong  <cyd@gnu.org>
9601         * faces.el (help-argument-name): Always inherit from italic
9602         (Bug#12213).
9604 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
9606         * window.el (window--even-window-heights): Even heights when
9607         WINDOW and the selected window form a vertical combination.
9608         (display-buffer-use-some-window): Provide that window used gets
9609         sized back by quit-window.  (Bug#11880) and (Bug#12091)
9611 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9613         Fix file time stamp problem with bzr and CVS (Bug#12001).
9614         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9615         in the file's time stamp, since the version control system loses
9616         that information.
9618 2012-08-22  Juri Linkov  <juri@jurta.org>
9620         * info.el (Info-fontify-node): Hide the suffix of the
9621         Info file name in the header line.  (Bug#12187)
9623 2012-08-22  Glenn Morris  <rgm@gnu.org>
9625         * calendar/cal-tex.el (cal-tex-weekly-common):
9626         Restore leading blank page.
9628 2012-08-22  Le Wang  <l26wang@gmail.com>
9630         * misc.el (forward-to-word, backward-to-word): Activate or extend
9631         the region under `shift-select-mode'.  (Bug#12231)
9633 2012-08-22  Bastien Guerry  <bzg@gnu.org>
9635         * progmodes/executable.el (executable-prefix): Set to "#!" instead
9636         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
9637         gives details on why the space is never needed.
9639 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9641         * window.el (walk-window-tree, window-with-parameter):
9642         New optional argument MINIBUF to control whether these functions
9643         should run on the minibuffer window.
9644         (window-at-side-list): Don't operate on minibuffer window.
9645         (window-in-direction): Simplify and rewrite doc-string.
9646         (window--size-ignore): Rename to window--size-ignore-p.
9647         Update callers.
9648         (display-buffer-in-atom-window, window--major-non-side-window)
9649         (window--major-side-window, display-buffer-in-major-side-window)
9650         (delete-side-window, display-buffer-in-side-window):
9651         New functions.
9652         (window--side-check, window-deletable-p, delete-window)
9653         (delete-other-windows, split-window): Handle side windows and
9654         atomic windows appropriately.
9655         (window--display-buffer): Call display-buffer-record-window also
9656         when the window buffer did not change.
9658 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
9660         * help-fns.el (help-fns--key-bindings):
9661         Abbreviate non-symbol remap targets.  (Bug#12174)
9663 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
9665         * dired.el (dired-mark-remembered): Don't clobber point.
9666         (Bug#11795)
9668 2012-08-22  Glenn Morris  <rgm@gnu.org>
9670         * progmodes/bug-reference.el (bug-reference): New custom group.
9671         (bug-reference-bug-regexp): Make it a defcustom.
9673 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
9675         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9676         (js-paren-indent-offset, js-square-indent-offset)
9677         (js-curly-indent-offset): Add :safe (Bug#12257).
9679 2012-08-22  Edward O'Connor  <hober0@gmail.com>
9681         * json.el (json-key-format): Add error properties.
9682         (json-encode-key): New function.
9683         (json-encode-hash-table, json-encode-alist, json-encode-plist):
9684         Use json-encode-key.
9686 2012-08-22  Glenn Morris  <rgm@gnu.org>
9688         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9689         (cal-tex-leftday, cal-tex-rightday): Remove functions.
9690         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9691         Update for above change.
9693 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
9695         * cus-face.el (custom-face-attributes): Fix customize type for the
9696         :underline attribute.  (Bug#11805)
9698 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
9700         * window.el (window-point-1, set-window-point-1): Remove.
9701         (window-in-direction, record-window-buffer)
9702         (set-window-buffer-start-and-point, split-window-below)
9703         (window--state-get-1, display-buffer-record-window):
9704         Replace calls to window-point-1 and set-window-point-1 by calls to
9705         window-point and set-window-point respectively.
9707 2012-08-21  Glenn Morris  <rgm@gnu.org>
9709         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9710         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9711         Use it.
9713         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9714         (cal-tex-shortday): New function.
9715         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9716         (cal-tex-cursor-filofax-daily): Use the above.
9718         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9719         New functions.
9720         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9721         (cal-tex-cursor-filofax-week): Use them.
9723         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9724         New constants.
9725         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9726         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9728         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9729         (cal-tex-end-document): Don't rely on buffer name.
9731         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9732         Use cal-tex-vspace.
9733         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9734         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9735         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9736         Use cal-tex-arg.
9738         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9739         (cal-tex-cursor-week, cal-tex-cursor-week2)
9740         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9741         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9742         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9743         (cal-tex-insert-preamble, cal-tex-b-document)
9744         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9745         Improve cal-tex-cmd usage.
9747         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9748         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9749         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9750         (cal-tex-weekly-paper): New function.
9751         (cal-tex-cursor-week, cal-tex-cursor-week2)
9752         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9753         (cal-tex-cursor-day): Use it.
9755         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9756         (cal-tex-cursor-filofax-week): Remove leading blank page.
9758         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9759         Add autoload cookie.  For now at least, don't use color, since
9760         no other cal-tex function does.
9762         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9763         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9764         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9766 2012-08-21  Juri Linkov  <juri@jurta.org>
9768         * info.el (Info-file-attributes): New variable.
9769         (info-insert-file-contents): Add file attributes to
9770         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
9771         `Info-toc-nodes' when previous modtime of the Info file is less
9772         than new modtime.
9773         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9774         of info.el.  (Bug#12230)
9776 2012-08-20  Glenn Morris  <rgm@gnu.org>
9778         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9779         * calendar/holidays.el (calendar-holiday-list):
9780         Report errors with display-warning rather than beep'n'sleep.
9782 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
9784         * net/tramp.el (tramp-accept-process-output): Accept only output
9785         from PROC.  Otherwise, process filters and sentinels might be
9786         confused.  (Bug#12145)
9788 2012-08-20  Chong Yidong  <cyd@gnu.org>
9790         * descr-text.el (describe-text-properties-1): Use overlays-in to
9791         report on empty overlays (Bug#3322).
9793 2012-08-20  Glenn Morris  <rgm@gnu.org>
9795         * mail/rmailout.el (rmail-output-read-file-name):
9796         Trap and report errors in rmail-output-file-alist elements.
9798         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9799         since most non-font-lock faces are not also variables).
9801 2012-08-20  Edward Reingold  <reingold@iit.edu>
9803         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9804         New function.  (Bug12160)
9806 2012-08-19  Glenn Morris  <rgm@gnu.org>
9808         * mail/rmailout.el (rmail-output-read-file-name):
9809         Fix previous change (when the alist is nil or does not match).
9811 2012-08-19  Chong Yidong  <cyd@gnu.org>
9813         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9814         (Bug#12228).
9816 2012-08-18  Chong Yidong  <cyd@gnu.org>
9818         * simple.el (yank-handled-properties): New defcustom.
9819         (yank-excluded-properties): Add font-lock-face and category.
9820         (yank): Doc fix.
9822         * subr.el (remove-yank-excluded-properties):
9823         Obey yank-handled-properties.  The special handling of font-lock-face
9824         and category is now done this way, instead of being hard-coded.
9825         (insert-for-yank-1): Remove font-lock-face handling.
9826         (yank-handle-font-lock-face-property)
9827         (yank-handle-category-property): New function.
9829 2012-08-17  Glenn Morris  <rgm@gnu.org>
9831         * mail/rmailout.el (rmail-output-read-file-name):
9832         Check rmail-output-file-alist against the full message body
9833         in the correct rmail buffer.  (Bug#12214)
9835 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
9837         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9838         Eliminate superfluous prompt.  (Bug#12203)
9840 2012-08-17  Chong Yidong  <cyd@gnu.org>
9842         * mouse.el (mouse-appearance-menu): If x-select-font returns a
9843         font spec, set the font directly (Bug#3228).
9845 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
9847         * window.el (delete-window): Fix last fix.
9849 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
9851         * window.el (window-valid-p): Move to window.c.
9852         (window-child, window-child-count, window-last-child)
9853         (window-normalize-window, window-combined-p)
9854         (window-combinations, window-atom-root, window-min-size)
9855         (window-sizable, window-sizable-p, window-size-fixed-p)
9856         (window-min-delta, window-max-delta, window--resizable)
9857         (window--resizable-p, window-resizable, window-total-size)
9858         (window-full-height-p, window-full-width-p, window-body-size)
9859         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9860         (minimize-window, window-deletable-p, delete-window)
9861         (delete-other-windows, set-window-buffer-start-and-point)
9862         (next-buffer, previous-buffer, split-window, balance-windows-2)
9863         (set-window-text-height, window-buffer-height)
9864         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9865         (truncated-partial-width-window-p): Minor code adjustments.
9866         In doc-strings state whether the argument window has to denote a
9867         live, valid or any window.
9869 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
9871         * progmodes/subword.el (subword-forward-function)
9872         (subword-backward-function, subword-forward-regexp)
9873         (subword-backward-regexp): New variables.
9874         (subword-forward, subword-forward-internal, subword-backward-internal):
9875         Use new variables, eg so that different "word" definitions
9876         can be easily used.  (Bug#11411)
9878 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9880         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9881         for composite selectors.
9882         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9883         operation just because we can't find a previous revision.
9885 2012-08-15  Chong Yidong  <cyd@gnu.org>
9887         * frame.el (set-frame-font): Accept font objects.
9889 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9891         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9893 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
9895         * man.el (Man-overstrike-face, Man-underline-face)
9896         (Man-reverse-face): Remove variables.
9897         (Man-overstrike, Man-underline, Man-reverse): New faces.
9898         (Man-fontify-manpage): Use them instead of the variables.
9899         (Man-cleanup-manpage): Comment change.
9900         (Man-ansi-color-map): New variable.
9901         (Man-fontify-manpage): Use it.
9902         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9904         Implement ANSI SGR parameters 22-27 (bug#12146).
9905         * ansi-color.el (ansi-colors): Doc fix.
9906         (ansi-color-context, ansi-color-context-region): Doc fix.
9907         (ansi-color--find-face): New function.
9908         (ansi-color-apply, ansi-color-apply-on-region): Use it.
9909         Rename the local variable `face' to `codes' since it is now a list of
9910         ansi codes.  Doc fix.
9911         (ansi-color-get-face): Remove.
9912         (ansi-color-parse-sequence): New function, derived from
9913         ansi-color-get-face.
9914         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
9915         codes 22-27.
9917 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9919         * subr.el (read-passwd): Allow use from a minibuffer.
9921 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
9923         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9924         inside comments and strings as identifiers.
9926         * progmodes/gud.el (gud-tooltip-print-command): Quote the
9927         expression to evaluate.  This allows to evaluate expressions with
9928         embedded whitespace.
9929         (gud-tooltip-tips): Add a blank before the newline in the
9930         message-box text, for the benefit of message-box emulation on
9931         MS-Windows.
9933         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9934         messages from GDB, pop them up in a tooltip to give feedback to
9935         user.
9936         (gdb-tooltip-print-1): Quote the expression to evaluate.
9937         This allows to evaluate expressions with embedded whitespace.
9938         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9939         if the TTY name is nil or empty (which happens when communicating
9940         with the inferior via pipes, e.g. on MS-Windows).
9941         (gdb-internals): If GDB sends a "&\n" empty debugging message,
9942         don't send that to the GUD buffer.
9944 2012-08-14  Glenn Morris  <rgm@gnu.org>
9946         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9947         Optimize away setq-default with no args, as for setq.  (Bug#12195)
9949 2012-08-14  Chong Yidong  <cyd@gnu.org>
9951         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9953         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9954         (Bug#12085).
9956 2012-08-14  Glenn Morris  <rgm@gnu.org>
9958         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9960 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
9962         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9963         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9964         Use cached shell name.
9966 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9968         * progmodes/python.el (python-shell-send-string):
9969         (python-shell-send-setup-code): Do not use `format' with `message'.
9971 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
9973         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9974         (ruby-percent-literal-beg-re): New constant.
9975         (ruby-syntax-general-delimiters-goto-beg): Rename to
9976         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9977         (ruby-syntax-propertize-general-delimiters): Rename to
9978         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9979         popular term.  Adjust comments everywhere.
9980         (ruby-syntax-propertize-percent-literal): Only propertize when not
9981         inside a simple string or comment.  When the literal is unclosed,
9982         leave the text after it unpropertized.
9983         (ruby-syntax-methods-before-regexp): New constant.
9984         (ruby-syntax-propertize-function): Use it to recognize regexps.
9985         Don't look at the text after regexp, just use the whitelist.
9987 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9989         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9990         non-nil always load the compiled file if it exists.  (Bug#12197)
9992 2012-08-14  Chong Yidong  <cyd@gnu.org>
9994         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9995         (hi-lock-set-pattern): When deciding whether to use font lock or
9996         overlays, look at font-lock-mode instead of font-lock-fontified
9997         (Bug#12168).
9998         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9999         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10001 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
10003         * subr.el (internal--after-with-selected-window): Fix typo
10004         (Bug#12193).
10006 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10008         Use `completion-table-dynamic' for completion functions.
10009         * progmodes/python.el
10010         (python-shell-completion--do-completion-at-point)
10011         (python-shell-completion--get-completions):
10012         Remove functions.
10013         (python-shell-completion-complete-at-point): New function.
10014         (python-completion-complete-at-point): Use it.
10016 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
10018         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10019         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10021 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10023         * subr.el (function-get): Refine `autoload' arg so it can also
10024         autoload functions for gv.el (bug#12191).
10025         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10026         autoloads macros.
10028         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10029         Prefer pcase-let over destructuring-bind.
10030         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10031         Also, remove whitespace as we go, rather than after accumulating the
10032         various places.
10034         * subr.el (internal--before-with-selected-window)
10035         (internal--after-with-selected-window): Fix typo seleted->selected.
10036         (with-selected-window): Adjust callers.
10037         Reported by Dmitry Gutov <dgutov@yandex.ru>.
10039 2012-08-13  Bastien Guerry  <bzg@gnu.org>
10041         * window.el (special-display-popup-frame): Minor docstring
10042         enhancement.  (Bug#12172)
10044 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
10046         * tar-mode.el (tar-header-data-end): Only ignore size for files of
10047         type 1-6.
10048         (tar-header-block-summarize, tar-get-descriptor): Handle pax
10049         extended headers.
10051         * files.el (hack-local-variables-filter): Remove useless eval.
10053 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
10055         * subr.el (with-selected-window): Fix last change.
10057 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * subr.el (internal--before-with-seleted-window)
10060         (internal--after-with-seleted-window): New functions.
10061         (with-selected-window): Use them, to replace dependency on
10062         tty-top-frame.
10064 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
10066         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10067         binding for `newline'.
10068         (ruby-move-to-block): When moving backward, stop at block opening,
10069         not indentation.
10070         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10071         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10072         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10073         `ruby-toggle-block'.
10075 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10077         * ibuffer.el (ibuffer-do-toggle-read-only):
10078         * dired.el (dired-toggle-read-only):
10079         * buff-menu.el (Buffer-menu-toggle-read-only):
10080         * bindings.el (mode-line-toggle-read-only):
10081         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10083 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
10085         * descr-text.el (describe-char): Put the overlays over the
10086         "displayed as" character.
10088 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
10090         * calc/calc-units.el (math-default-units-table): Give an
10091         initial value.
10092         (math-put-default-units): Add options to put composite units and
10093         unit systems in the default units table.
10094         (calc-convert-units): Send composite units to
10095         `math-put-default-units' when appropriate.
10097 2012-08-11  Glenn Morris  <rgm@gnu.org>
10099         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10101         * tutorial.el (help-with-tutorial):
10102         * emacs-lisp/copyright.el (copyright-update-directory):
10103         * emacs-lisp/autoload.el (autoload-find-generated-file)
10104         (autoload-find-file): Disable local eval: (for insurance).
10106         * files.el (hack-local-variables-filter): If an eval: form is not
10107         known to be safe, and enable-local-variables is :safe, then ignore
10108         the form totally, as is done for non-eval forms.  (Bug#12155)
10109         This is CVE-2012-3479.
10111 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10113         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10114         (rx-form): Simplify.
10116 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
10118         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10119         ?, _, and : are symbol constituents, ! is not (but kinda should be).
10120         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10121         (ruby-syntax-propertize-function): Adjust for changes in
10122         `ruby-syntax-propertize-heredoc'.
10124 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
10126         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10127         binding (use `M-;' instead).
10128         (ruby-singleton-class-p): New function.
10129         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10131 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10133         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10135 2012-08-10  Chong Yidong  <cyd@gnu.org>
10137         * progmodes/python.el (python-shell-get-process-name): Don't mess
10138         with same-window-buffer-names.
10140         * eshell/eshell.el (eshell-add-to-window-buffer-names)
10141         (eshell-remove-from-window-buffer-names): Make obsolete.
10142         (eshell-buffer-name, eshell-unload-hook): Don't use them.
10143         (eshell): Just use pop-to-buffer-same-window instead.
10145 2012-08-10  Chong Yidong  <cyd@gnu.org>
10147         * bindings.el: Bind M-= back to count-words-region.
10149         * simple.el (count-words-region): Accept a prefix arg for acting
10150         on the entire buffer.
10151         (count-words--buffer-message): New helper function.
10153 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10155         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10156         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10157         (event-start, event-end): Use posn-at-point to return a more
10158         informative posn.
10159         (posnp): New function.
10160         * mouse.el (popup-menu-normalize-position): Use it.
10162 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
10164         * mouse.el (popup-menu-normalize-position): New function.
10165         (popup-menu): Use `popup-menu-normalize-position' to normalize
10166         the form for POSITION argument.
10168         * term/x-win.el (x-menu-bar-open):
10169         Use the value returend from (posn-at-point) as position
10170         passed to `popup-menu'.
10172 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10174         * calc/calccomp.el (math-compose-expr): Add extra argument
10175         indicating that parentheses should be put around products in
10176         denominators.  Give multiplication precedence over division during
10177         composition.
10179 2012-08-09  Chong Yidong  <cyd@gnu.org>
10181         * man.el (Man-switches, Man-sed-command, Man-awk-command)
10182         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10183         (Man-untabify-command, manual-program): Convert to defcustom
10184         (Bug#10429).
10186         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10188         * descr-text.el (describe-char): Don't insert extra newlines
10189         (Bug#10127).
10191         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10192         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10194         * align.el (align-region): Delete temporary markers (Bug#10047).
10195         Plus some code cleanups.
10197 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10199         * progmodes/python.el (python-pdbtrack-tracked-buffer)
10200         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10201         (python-shell-internal-last-output): Use make-local-variable
10202         instead of make-variable-buffer-local.
10204 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10206         * progmodes/python.el: Enhancements to forward-sexp.
10207         (python-nav-forward-sexp): Rename from
10208         python-nav-forward-sexp-function.
10209         (python-nav--forward-sexp, python-nav--backward-sexp):
10210         New functions.
10212 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
10214         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10215         modes and simplification modes.
10217 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10219         * delsel.el (delete-selection-pre-hook): Don't propagate the
10220         file-supersession signals (bug#12161).
10222 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10224         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10225         (cl-map-extents): Add compatibility aliases (bug#12135).
10227 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
10229         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10230         tests by `ignore-error'.
10231         (tramp-find-shell): Open also a new shell, when cache is already
10232         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
10234 2012-08-08  Juri Linkov  <juri@jurta.org>
10236         * bookmark.el: Add `defaults' property to the bookmark record.
10237         (bookmark-current-buffer): Doc fix.
10238         (bookmark-make-record): Add `defaults' property with default values
10239         to the bookmark record.
10240         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10241         with `bookmark-insert-current-bookmark'.
10242         (bookmark-set): Get `defaults' property from the bookmark record
10243         and use it in `read-from-minibuffer'.
10244         (bookmark-insert-current-bookmark): Remove function.
10246         * info.el (Info-bookmark-make-record): Add `defaults' property
10247         with values of canonical Info node name, the current Info file
10248         name and the current Info node name.  (Bug#12107)
10250 2012-08-08  Juri Linkov  <juri@jurta.org>
10252         * files.el (basic-save-buffer): Use `buffer-name' as the default
10253         of `read-file-name' when buffer is not visiting a file (bug#12128).
10255 2012-08-08  Juri Linkov  <juri@jurta.org>
10257         * info.el (Info-isearch-search): Doc fix.
10258         (Info-search): Change search-failed message from "initial node" to
10259         "end of node" (bug#12078).
10260         (Info-isearch-search): Change `isearch-string-state' to
10261         `isearch--state-string'.
10263 2012-08-08  Glenn Morris  <rgm@gnu.org>
10265         * language/persian.el: Remove file.
10266         * language/misc-lang.el: Move unique part of persian.el here.
10267         * loadup.el: Remove language/persian.
10269 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
10271         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10273 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10275         * progmodes/python.el: Fix defsubst warning.
10276         (python-syntax-context) Rename from python-info-ppss-context.
10277         (python-syntax-context-type): Rename from
10278         python-info-ppss-context-type.
10279         (python-syntax-comment-or-string-p): Rename from
10280         python-info-ppss-comment-or-string-p.
10282 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
10284         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10286 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
10288         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10289         a defcustom that is quoted with backquote.
10291         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10292         Fix handling of interactive spec when the body uses return.
10293         (math-do-arg-check, math-define-function-body): Use backquote forms.
10294         * calc/calc-ext.el (math-defcache): Likewise.
10295         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10296         * allout.el (allout-new-exposure): Likewise.
10297         * calc/calcalg2.el (math-tracing-integral): Likewise.
10298         * info.el (Info-last-menu-item): Likewise.
10299         * emulation/vip.el (vip-loop): Likewise.
10300         * textmodes/artist.el (artist-funcall): Likewise.
10301         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10302         Construct menu-item directly.
10304         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10305         Don't declare.
10307 2012-08-07  Chong Yidong  <cyd@gnu.org>
10309         * simple.el (deactivate-mark): Preserve text properties when
10310         saving the primary selection (Bug#8384).
10312 2012-08-07  Kevin Ryde  <user42@zip.com.au>
10314         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10315         (woman-parse-numeric-value): On a bad .IP line, issue a warning
10316         and continue processing (Bug#12110).
10318 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10320         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10321         syntax-propertize-function (bug#10095).
10323 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10325         * help-fns.el (help-fns--key-bindings, help-fns--signature)
10326         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10327         describe-function-1.
10328         (describe-function-1): Use them.  Move compiler macro after sig.
10329         (help-fns--compiler-macro): Use function-get.  Assume we're already in
10330         standard-output.  Adjust layout to new call order.
10332         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10333         re-binding a symbol that has a symbol-macro (bug#12119).
10335 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
10337         * language/persian.el: New file.  (Bug#11812)
10338         * loadup.el: Add language/persian.el.
10340 2012-08-06  Chong Yidong  <cyd@gnu.org>
10342         * window.el (window--maybe-raise-frame): New function.
10343         (window--display-buffer): Split off from here.
10344         (display-buffer-reuse-window, display-buffer-pop-up-frame)
10345         (display-buffer-pop-up-window, display-buffer-use-some-window):
10346         Obey an inhibit-switch-frame action alist entry.
10347         (display-buffer): Update doc.
10349         * replace.el (occur-after-change-function): Avoid losing focus by
10350         using the inhibit-switch-frame display parameter (Bug#12139).
10352 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10354         Make internal shell process buffer names start with space.
10355         * progmodes/python.el (python-shell-make-comint): Add optional
10356         argument INTERNAL.
10357         (run-python-internal): Use it.
10358         (python-shell-internal-get-or-create-process): Check for new
10359         internal buffer names.
10361 2012-08-06  Glenn Morris  <rgm@gnu.org>
10363         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10364         Do less getting and setting of environment variables.
10366 2012-08-05  Chong Yidong  <cyd@gnu.org>
10368         * proced.el (proced): Add substitution string to docstring to
10369         trigger autoloading of the proced library on C-h f (Bug#1768).
10371         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10372         Don't show defvars which have no second argument (Bug#8638).
10374         * imenu.el (imenu-generic-expression): Move documentation here
10375         from imenu--generic-function.
10376         (imenu--generic-function): Refer to imenu-generic-expression.
10378 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
10380         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10381         indentation declaration.
10382         (viper-loop): Add indentation declaration (Bug#7025).
10384 2012-08-05  Chong Yidong  <cyd@gnu.org>
10386         * help-fns.el (describe-variable): Add hyperlink for
10387         directory-local variables files.  Improve buffer-local and
10388         permanent-local reporting; suggested by MON KEY (Bug#6644).
10390         * help-mode.el (help-dir-local-var-def): New button type.
10392         * files.el (kill-buffer-hook): Provide a defvar.
10394 2012-08-05  Glenn Morris  <rgm@gnu.org>
10396         * eshell/esh-ext.el (eshell/addpath):
10397         Also update eshell-path-env.  (Bug#12013)
10399 2012-08-05  Chong Yidong  <cyd@gnu.org>
10401         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10403         * fringe.el (fringe-styles): Add docstring.
10404         (fringe--check-mode): New function.
10405         (set-fringe-mode, set-fringe-style): Use it.
10406         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10408         * files.el (set-auto-mode): Fix invalid setq call.
10410 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10412         * isearch.el: Misc simplification; use defstruct.
10413         (isearch-mode-map): Dense maps now work like sparse ones.
10414         (isearch--state): New defstruct.
10415         (isearch-string-state, isearch-message-state, isearch-point-state)
10416         (isearch-success-state, isearch-forward-state)
10417         (isearch-other-end-state, isearch-word-state, isearch-error-state)
10418         (isearch-wrapped-state, isearch-barrier-state)
10419         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10420         replaced by defstruct's accessors.
10421         (isearch--set-state): Rename from isearch-top-state and change
10422         calling convention.
10423         (isearch-push-state): Use new isearch--get-state.
10424         (isearch-toggle-word): Disable regexp when enabling word.
10425         (isearch-message-prefix): Remove unused arg _c-q-hack.
10426         (isearch-message-suffix): Remove unused arg _ellipsis.
10428 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
10430         * simple.el (list-processes--refresh): For a server use :host or
10431         :local as the address.
10432         (list-processes): Doc fix.
10434 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
10436         * lisp/mpc.el: Support password in host argument.
10437         (mpc--proc-connect): Parse and use new password element.
10438         Set mpc-proc variable instead of returning process.
10439         (mpc-proc): Adjust accordingly.
10441 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
10443         * whitespace.el (whitespace-display-mappings): Use Unicode
10444         codepoints, instead of emacs-mule codepoints.  See
10445         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10446         for the details.
10448         * files.el (file-truename): Don't skip symlink-chasing part on
10449         windows-nt.  Incorporate the resolution of 8+3 short aliases on
10450         Windows into the loop that recursively chases symlinks.
10451         Compare directory and its parent case-insensitively on MS-Windows and
10452         MS-DOS.
10454 2012-08-03  Chong Yidong  <cyd@gnu.org>
10456         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10458         * sort.el (sort-regexp-fields): Doc fix.
10460 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
10462         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10463         labels regex position point at the expected place.
10465 2012-08-03  MON KEY  <monkey@sandpframing.com>
10467         * net/imap.el (imap-interactive-login, imap-authenticate)
10468         (imap-mailbox-lsub, imap-mailbox-list)
10469         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10470         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10471         (imap-parse-response): Doc fix.
10473 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
10475         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10476         if sexp scanning does not move point (Bug#5734).
10478 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
10480         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10481         Add listings, minted, and ctable packages.
10482         (reftex-label-alist-builtin): Move listings, minted, and ctable
10483         entries before LaTeX.
10484         (reftex-label-alist): Docfix.
10486 2012-08-02  Bastien Guerry  <bzg@gnu.org>
10488         * replace.el (occur): Fix docstring (bug#12122).
10490 2012-08-02  Glenn Morris  <rgm@gnu.org>
10492         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10494 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
10496         Obsolete alias inactivate-current-input-method-function (Bug#10150).
10497         * international/mule-cmds.el: Create
10498         inactivate-current-input-method-function as an obsolete alias for
10499         deactivate-current-input-method-function.  See Katsumi Yamaoka in
10500         <http://bugs.gnu.org/10150#46>.
10502 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
10504         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10505         of nested `if's.
10507 2012-08-01  Glenn Morris  <rgm@gnu.org>
10509         * progmodes/autoconf.el (autoconf-definition-regexp):
10510         Add AH_TEMPLATE, adjust submatch numbering.
10511         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10512         (autoconf-current-defun-function): Update for above change.
10513         (autoconf-current-defun-function): First skip to end of current word.
10515 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
10517         * calendar/cal-html.el (cal-html-insert-agenda-days):
10518         Fix typo.  (Bug#12018)
10520 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10522         Shell processes: enhancements to startup and CEDET compatibility.
10523         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10524         (python-shell-make-comint): accept-process-output at startup.
10525         (run-python-internal): Set inferior-python-mode-hook to nil.
10526         (python-shell-internal-get-or-create-process): call sit-for.
10527         (python-preoutput-result): Add obsolete alias.
10528         (python-shell-internal-send-string): Use it.
10529         (python-shell-send-setup-code): Remove call to
10530         accept-process-output.
10532 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
10534         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10535         (Bug#12108)
10537 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
10539         * calc-mode.el (calc-basic-simplification-mode): Rename from
10540         `calc-limited-simplification-mode'.
10541         (calc-alg-simplification-mode): New function.
10542         (calc-set-simplify-mode): Adjust message.
10544         * calc.el (calc-set-mode-line): Adjust mode line display for
10545         basic simplification mode.
10547         * calc-help.el (calc-m-prefix-help): Update help message.
10549         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10550         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10552 2012-07-31  Bastien Guerry  <bzg@gnu.org>
10554         * man.el (man): Fix comment.  (bug#12101)
10556 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
10558         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10559         Don't return a non-nil value when no suitable buffer was found.
10561 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10563         * progmodes/python.el (run-python-internal): Disable font lock for
10564         internal shells.
10566 2012-07-30  Stefan Merten  <smerten@oekonux.de>
10568         * textmodes/rst.el: Silence `checkdoc-ispell'.
10569         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10570         (rst-official-version, rst-official-cvs-rev)
10571         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10572         (rst-mode-map): New key binding.
10574 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
10576         Update .PHONY listings in makefiles.
10577         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10578         autoloads, update-subdirs, updates, bzr-update, update-authors,
10579         compile-onefile, compile-calc, backup-compiled-files,
10580         compile-after-backup, compile-one-process, mh-autoloads,
10581         bootstrap-clean, distclean, maintainer-clean.
10583 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10585         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10586         (calc-set-mode-line): Don't display "AlgSimp ".
10588         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10589         (calc-lim-simplify-mode): New function.
10590         (calc-set-simplify-mode): Default to 'alg.
10591         (calc-default-simplify-mode): Make algebraic simplifications
10592         the default.
10594         * calc/calc-ext.el (calc-init-extensions): Remove binding for
10595         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
10597         * calc/calc-help.el (calc-m-prefix-help): Change messages to
10598         indicate new simplification modes.
10600         * calc/README: Mention new default simplification mode.
10602         * calc/calc.el (math-normalize-error): New variable.
10603         (math-normalize): Set `math-normalize-error' to t
10604         when there's an error.
10606         * calc/calc-alg.el (math-simplify): Don't simplify when
10607         `math-normalize' returns an error.
10609 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
10611         * international/mule-cmds.el (set-locale-environment): Revert last
10612         change, since display-graphic-p returns nil when this function is
10613         called during startup.  Instead...
10615         * term/w32console.el (terminal-init-w32console): ...setup the
10616         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
10618 2012-07-29  Juri Linkov  <juri@jurta.org>
10620         * simple.el (goto-line): Don't display default line number in the
10621         prompt because it should be displayed by `read-number' (bug#9952).
10622         Add the current line number to the defaults of `goto-line' to
10623         allow its easier modification by users with `M-n' (bug#9201).
10625         * subr.el (read-number): Support multiple default values like in
10626         other minibuffer reading functions.  Replace `read' with
10627         `string-to-number' for consistency with `number-to-string'.
10629 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
10631         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10632         * emulation/viper-init.el (viper-deactivate-input-method-action):
10633         Rename from viper-inactivate-input-method-action.
10634         (viper-deactivate-input-method):
10635         Rename from viper-inactivate-input-method.
10636         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10637         * international/mule-cmds.el (deactivate-input-method):
10638         Rename from inactivate-input-method.
10639         Also run input-method-deactivate-hook.
10640         (deactivate-current-input-method-function):
10641         Rename from inactivate-current-input-method-function.
10642         (input-method-deactivate-hook): New hook.
10643         (input-method-inactivate-hook): Mark obsolete.
10644         (inactivate-input-method): Mark obsolete.
10646         * international/quail.el (quail-activate):
10647         Also run quail-deactivate-hook.
10648         (quail-deactivate): Rename from quail-inactivate.
10649         * international/robin.el (robin-activate):
10650         Also run robin-deactivate-hook.
10651         (robin-deactivate): Rename from robin-inactivate.
10653 2012-07-29  Chong Yidong  <cyd@gnu.org>
10655         * simple.el (indicate-copied-region): New function.
10656         (kill-ring-save): Split off from here.
10658         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10659         (kill-rectangle): Set deactivate-mark to t on read-only error.
10661         * register.el (copy-to-register, copy-rectangle-to-register):
10662         Deactivate the mark, and use indicate-copied-region (Bug#10056).
10663         (append-to-register, prepend-to-register): Call indicate-copied-region.
10665 2012-07-29  Juri Linkov  <juri@jurta.org>
10667         * simple.el (async-shell-command-buffer): New defcustom.
10668         (shell-command): Use it.  (Bug#4719)
10670 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10672         * international/mule-cmds.el (set-locale-environment): In a
10673         console session on MS-Windows, set up keyboard and terminal
10674         encoding from the OEM codepage, not the ANSI codepage.
10675         (Bug#12055)
10677 2012-07-28  Chong Yidong  <cyd@gnu.org>
10679         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10680         gdb-get-location.
10682 2012-07-28  Leo Liu  <sdl.web@gmail.com>
10684         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10685         the alist (bug#12029).
10687 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
10689         * makefile.w32-in (custom-deps, finder-data, updates, compile)
10690         (compile-always, compile-first)
10691         ($(lisp)/calendar/cal-loaddefs.el)
10692         ($(lisp)/calendar/diary-loaddefs.el)
10693         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10694         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10695         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10696         instead of on update-subdirs.
10697         (bootstrap-clean): Delete $(lisp)/subdirs.el.
10699 2012-07-28  Chong Yidong  <cyd@gnu.org>
10701         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10702         directory if vc-deduce-backend returns nil (Bug#7350).
10704         * simple.el (delete-trailing-lines): New option.
10705         (delete-trailing-whitespace): Obey it (Bug#11879).
10707 2012-07-28  David Engster  <deng@randomsample.de>
10709         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10710         Explanation of new 'symbol-qnames feature in doc-strings.
10711         (xml-maybe-do-ns): Return expanded names as plain symbols if
10712         'symbol-qnames was provided in XML-NS argument (Bug#11916).
10713         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10715 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10717         Consistent completion in inferior python with emacs -nw.
10718         * progmodes/python.el (inferior-python-mode): replace "<tab>"
10719         binding in inferior-python-mode-map with "\t".
10720         (python-shell-completion-complete-at-point)
10721         (python-completion-complete-at-point): Remove interactive spec.
10723 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10725         * calc/calccomp.el (math-compose-expr): Undo previous change.
10727 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10729         * progmodes/python.el (python-mode-map): Add keybinding for
10730         run-python.
10731         (python-shell-make-comint): Fix pop-to-buffer call.
10732         (run-python): Autoload.  New arg SHOW.
10733         (python-shell-get-or-create-process): Do not pop python process
10734         buffer.
10736 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
10738         * notifications.el (notifications-on-action-signal)
10739         (notifications-on-closed-signal): Use also the bus address for the map.
10740         (notifications-notify, notifications-close-notification)
10741         (notifications-get-capabilities): Add optional argument BUS.
10743 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
10745         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10746         Add support for the lstlisting and minted environments, and for the
10747         ctable macro.
10748         * textmodes/reftex.el (reftex-compile-variables): Also recognize
10749         labels written in keyvals syntax.
10751 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
10753         * calc/calccomp.el (math-compose-expr): Use parentheses when
10754         there is a product in the denominator of a fraction.
10756 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
10758         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10759         ($(lisp)/calendar/diary-loaddefs.el)
10760         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10761         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10762         Fixes failures in parallel bootstrap because subdirs.el is being
10763         rewritten while the autoload files are built at the same time,
10764         which needs to load subdirs.el.
10766 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
10768         * mouse.el (popup-menu): Fix doc-string and re-indent code.
10769         (mouse-drag-line): Don't exit tracking when a switch-frame or
10770         switch-window event occurs (Bug#12006).
10772 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10774         * mouse.el (popup-menu): Fix last change.
10776 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10778         Autoload from Lisp with more care.  Follow aliases when looking for
10779         function properties.
10780         * subr.el (autoloadp): New function.
10781         (symbol-file): Use it.
10782         (function-get): New function.
10783         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10784         autoload-do-load.
10785         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10786         (lisp-indent-function):
10787         * emacs-lisp/gv.el (gv-get):
10788         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10789         * emacs-lisp/byte-opt.el (byte-optimize-form):
10790         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10791         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10792         Use function-get.
10793         * emacs-lisp/cl.el: Don't propagate function properties any more.
10795         * speedbar.el (speedbar-add-localized-speedbar-support):
10796         * emacs-lisp/disass.el (disassemble-internal):
10797         * desktop.el (desktop-load-file):
10798         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10799         (describe-function-1):
10800         * emacs-lisp/find-func.el (find-function-noselect):
10801         * emacs-lisp/elp.el (elp-instrument-function):
10802         * emacs-lisp/advice.el (ad-has-proper-definition):
10803         * apropos.el (apropos-safe-documentation, apropos-macrop):
10804         * emacs-lisp/debug.el (debug-on-entry):
10805         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10806         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10807         * calc/calc.el (name): Use autoloadp & autoload-do-load.
10809 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
10811         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10812         function, not an obsolete variable (Bug#12046).
10814 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
10816         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
10818 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
10820         * emacs-lisp/pp.el (pp-display-expression): Select old selected
10821         window only if it is still live (Bug#12034).
10823 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
10825         * subr.el (redirect-frame-focus): Add advertised calling
10826         convention (Bug#12030).
10828 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10830         Prefer typical American spelling for "acknowledgment".
10831         * vc/add-log.el (change-log-acknowledgment): Rename from
10832         change-log-acknowledgement, with an alias for the old name.
10834 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
10836         * calc-alg.el (math-simplify-divide): Don't cross multiply
10837         in an equation when the lhs is a variable.
10839 2012-07-24  Julien Danjou  <julien@danjou.info>
10841         * net/netrc.el (netrc-find-service-number, netrc-store-data):
10842         Remove, unused.
10844 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
10846         * startup.el (command-line): Don't display an empty user name in
10847         the error message about non-existent home directory, when
10848         init-file-user was set to an empty string.  See
10849         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10850         for the details and context.
10852 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
10854         * ses.el (ses-cell-formula-aset): New macro.
10855         (ses-cell-references-aset): New macro.
10856         (ses-cell-p): New function.
10857         (ses-rename-cell): Do no longer rely on complex operations like
10858         ses-cell-set-formula or ses-set-cell to change the cell and handle
10859         the undo at the same time, but rather use lower level new macros
10860         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10861         the undo directly.  Refresh the mode line.
10863 2012-07-21  Leo Liu  <sdl.web@gmail.com>
10865         * progmodes/cc-cmds.el (c-defun-name):
10866         Use match-string-no-properties instead for consistency.
10868 2012-07-20  Leo Liu  <sdl.web@gmail.com>
10870         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10871         (Bug#7879)
10873         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10875 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10877         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10878         * progmodes/bug-reference.el, misearch.el: Provide themselves
10879         (bug#11915).
10881         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10882         of narrowed buffer (bug#11966).
10884 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
10886         * ses.el (ses-rename-cell): Set new name also in reference list of
10887         cells of which the renamed cell depends.
10889 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
10891         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10892         to check whether menu-bar is shown or not.  If not shown,
10893         show the menu-bar as a popup menu instead of using tmm.
10894         * mouse.el (popup-menu): Accept `point' as `position' argument.
10896 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
10898         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10899         up inside string symbol literal (bug#11923).
10901 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
10903         * startup.el (fancy-startup-text): Read the whole tutorial, not
10904         just its first 256 bytes.  Prevents gibberish in display of the
10905         tutorial title.
10907 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
10909         Drop idle buffer compaction due to an absence of the
10910         proved efficiency.
10911         * compact.el: Remove.
10913 2012-07-19  Sam Steingold  <sds@gnu.org>
10915         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10916         vc-bzr-pull & vc-bzr-merge-branch.
10917         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10918         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10919         for consistency with compilation-error-regexp-alist.
10920         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10921         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10922         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10923         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10925 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10927         * emacs-lisp/chart.el: Use lexical-binding.
10928         (chart-emacs-storage): Don't hardcode the list of entries.
10930 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10932         Next round of tweaks caused by Fgarbage_collect changes.
10933         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10935 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10937         Compact buffers when idle.
10938         * compact.el: New file.
10940 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10942         * subr.el (eventp): Presume that if it looks vaguely like an event,
10943         it's an event (bug#10190).
10945 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10947         Enhancements to ppss related code (thanks Stefan).
10948         * progmodes/python.el (python-indent-context)
10949         (python-indent-calculate-indentation, python-indent-dedent-line)
10950         (python-indent-electric-colon, python-nav-forward-block)
10951         (python-mode-abbrev-table)
10952         (python-info-assignment-continuation-line-p): Simplify checks
10953         for ppss context.
10954         (python-info-continuation-line-p): Cleanup.
10955         (python-info-ppss-context): Do not catch 'quote.
10956         (python-info-ppss-context-type)
10957         (python-info-ppss-comment-or-string-p): Simplify.
10959 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10961         * progmodes/python.el: Enhancements to eldoc support.
10962         (python-info-current-symbol): New function.
10963         (python-eldoc-at-point): Use python-info-current-symbol.
10964         (python-info-current-defun): Fix cornercase on first defun scan.
10965         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10966         and signal error when no inferior python process is available.
10968 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
10970         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10971         assume it's always t.
10972         (vc-git-registered): Remove caching, the function is only called
10973         once.
10974         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10976 2012-07-18  Chong Yidong  <cyd@gnu.org>
10978         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10980         * simple.el (count-words): Report on narrowing (Bug#9959).
10982         * bindings.el: Bind M-= to count-words.
10984         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10986 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10988         * progmodes/sh-script.el (sh-imenu-generic-expression):
10989         Capture a function with `function' keyword and without parentheses
10990         like "function FOO" (bug#11856).
10992 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10994         * window.el (split-window-sensibly): Make WINDOW argument
10995         optional.
10997 2012-07-18  Chong Yidong  <cyd@gnu.org>
10999         * subr.el (keyboard-translate): Doc fix (Bug#7261).
11001         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11002         and make C-x 8 RET exit isearch (Bug#11439).
11004         * international/iso-transl.el: Move isearch-mode-map key
11005         definitions to isearch.el.
11007 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11009         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11010         (eieio-defclass): Use gv-define-setter when possible.
11012 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
11014         Reflect recent changes in Fgarbage_collect.
11015         * emacs-lisp/chart.el (chart-emacs-storage): Change to
11016         reflect new format of data returned by Fgarbage_collect.
11018 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11020         New utility functions + python-info-ppss-context fix (Bug#11910).
11021         * progmodes/python.el (python-info-beginning-of-block-statement-p)
11022         (python-info-ppss-comment-or-string-p): New functions.
11023         (python-info-ppss-context): Small fix for string check.
11025 2012-07-17  Juri Linkov  <juri@jurta.org>
11027         * dired-aux.el (dired-do-async-shell-command): Doc fix.
11028         (dired-do-async-shell-command): Don't add `*' at the end of the
11029         command (Bug#11815).
11030         (dired-do-shell-command): Doc fix.
11031         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11032         Join the individual commands using either "&" or ";" as the
11033         separator depending on the values of these trailing characters.
11034         At the end re-add the trailing "&".  (Bug#10598)
11036         * simple.el (async-shell-command): Sync the interactive spec with
11037         `shell-command'.  Doc fix.
11038         (shell-command): Doc fix.
11040 2012-07-17  Juri Linkov  <juri@jurta.org>
11042         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
11044 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11046         Final renames and doc fixes for movement commands (bug#11899).
11047         * progmodes/python.el (python-nav-beginning-of-statement):
11048         Rename from python-nav-statement-start.
11049         (python-nav-end-of-statement): Rename from
11050         python-nav-statement-end.
11051         (python-nav-beginning-of-block): Rename from
11052         python-nav-block-start.
11053         (python-nav-end-of-block): Rename from python-nav-block-end.
11055 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11057         * progmodes/python.el (python-shell-send-string-no-output):
11058         Allow accept-process-output to quit, keeping shell process ready for
11059         future interactions (Bug#11868).
11061 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11063         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11065         * emacs-lisp/elint.el (elint-find-args-in-code):
11066         Use help-function-arglist, so as to handle lexical byte-code.
11068         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11069         change (bug#11826).
11071 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11073         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11074         Avoid spuriously marking the buffer as modified because of c-is-sws.
11076         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11077         as not-a-comment (bug#11946).
11079         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11080         for uninterned vars.
11082         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11083         Use read-event since we don't really want to read chars but bytes.
11085         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11086         $$..$$ but also $..$ using regexps (bug#11953).
11087         Use tex-verbatim for \url and \path.
11088         (tex-font-lock-keywords): Define as defconst like the others.
11089         (tex-common-initialization): Don't use font-lock-syntax-table any more.
11091 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
11093         * international/mule-cmds.el (ucs-insert): Make it an obsolete
11094         alias for insert-char.
11096 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11098         * progmodes/python.el: Simplified imenu implementation.
11099         (python-nav-jump-to-defun): Remove command.
11100         (python-mode-map): Use `imenu' instead.
11101         (python-nav-list-defun-positions-cache)
11102         (python-imenu-include-defun-type, python-imenu-make-tree)
11103         (python-imenu-subtree-root-label, python-imenu-index-alist):
11104         Remove vars.
11105         (python-nav-list-defun-positions, python-nav-read-defun)
11106         (python-imenu-tree-assoc, python-imenu-make-element-tree)
11107         (python-imenu-make-tree, python-imenu-create-index):
11108         Remove functions.
11109         (python-mode): Update to interact with imenu by setting
11110         `imenu-extract-index-name-function' only.
11112 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11114         * progmodes/python.el: Enhancements to navigation commands.
11115         (python-nav-backward-sentence)
11116         (python-nav-forward-sentence): Remove.
11117         (python-nav-backward-statement, python-nav-forward-statement)
11118         (python-nav-statement-start, python-nav-statement-end)
11119         (python-nav-backward-block, python-nav-forward-block)
11120         (python-nav-block-start, python-nav-block-end)
11121         (python-nav-forward-sexp-function)
11122         (python-info-current-line-comment-p)
11123         (python-info-current-line-empty-p): New functions.
11124         (python-indent-context): Use `python-nav-statement-start'.
11126 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
11128         * eshell/em-ls.el (eshell/ls): Use `apply'.
11130         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11131         multi-hops, instead of Tramp internals.
11133         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11135         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11136         when F1 and F2 are located on different hosts.
11138 2012-07-14  Chong Yidong  <cyd@gnu.org>
11140         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11141         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11142         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11143         (xterm-mouse--read-event-sequence-1000)
11144         (xterm-mouse--read-event-sequence-1006): New functions.  For old
11145         mouse protocol, handle M-mouse-X events correctly.
11146         (xterm-mouse-event): New arg specifying mouse protocol.
11147         (turn-on-xterm-mouse-tracking-on-terminal)
11148         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11149         sequence to toggle extended coordinates on newer XTerms.
11150         This appears to be harmless on terminals which do not support this.
11152 2012-07-14  Leo Liu  <sdl.web@gmail.com>
11154         Add fringe bitmap indicators for flymake.  (Bug#11253)
11155         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11156         (flymake-make-overlay): New arg BITMAP.
11157         (flymake-error-bitmap, flymake-warning-bitmap)
11158         (flymake-fringe-indicator-position): New user variables.
11160         * fringe.el: New bitmap exclamation-mark.
11162 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
11164         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11165         also (Bug#7879).
11167 2012-07-14  Chong Yidong  <cyd@gnu.org>
11169         * electric.el (electric-pair-post-self-insert-function): Fix pair
11170         insertion in empty-region case (Bug#11520).
11172 2012-07-14  Chong Yidong  <cyd@gnu.org>
11174         * bindings.el: Consolidate ctl-x-r-map bindings.
11175         Bind copy-rectangle-as-kill to C-x r w.
11177         * rect.el, register.el: Move bindings to bindings.el.
11179 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
11181         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11183 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
11185         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
11187 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
11189         * bindings.el (top): Use `mapc' instead of `mapcar'.
11191         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11193 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
11195         * progmodes/sql.el (sql-comint): Suppress the check for program on
11196         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
11197         (Bug#11908)
11199 2012-07-13  Chong Yidong  <cyd@gnu.org>
11201         * bindings.el: Assign a non-nil permanent-local property to
11202         per-buffer variables which lack a default value (Bug#11930).
11204         * help-fns.el (describe-variable): In the "automatically becomes
11205         local" notice, take note of permanent-local variables.
11207 2012-07-13  Chong Yidong  <cyd@gnu.org>
11209         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
11210         to allow printing the message when called from Lisp.
11212         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11213         Remove toggle-read-only.
11215         * bs.el (bs-toggle-readonly):
11216         * buff-menu.el (Buffer-menu-toggle-read-only):
11217         Remove with-no-warnings around toggle-read-only.
11219         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11220         Remove with-no-warnings around toggle-read-only.
11221         (ffap-read-only, ffap-read-only-other-window)
11222         (ffap-read-only-other-frame): Callers changed.
11224         * help-mode.el: Don't require view package.
11225         (help-mode-finish): Set buffer-read-only instead of calling
11226         toggle-read-only.
11228         * bindings.el (mode-line-toggle-read-only):
11229         * dired.el (dired-toggle-read-only):
11230         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11231         with non-nil second arg.
11233         * emacs-lisp/eieio-custom.el (eieio-customize-object):
11234         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11235         directly.
11237 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
11239         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11240         not incf.
11242 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11244         More CL cleanups and reduction of use of cl.el.
11245         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11246         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11247         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11248         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11249         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11250         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11251         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11252         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11253         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11254         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11255         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11256         * eshell/em-cmpl.el, eshell/em-banner.el:
11257         * calendar/parse-time.el: Use cl-lib.
11258         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11259         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11260         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11261         * term/ns-win.el, term.el, shell.el, ps-samp.el:
11262         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11263         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11264         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11265         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11266         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11267         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11268         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11269         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11270         `lambda' rather than with `quote'.
11271         (eshell-do-opt): Adjust accordingly.
11272         (eshell-process-option): Simplify.
11273         * eshell/esh-var.el:
11274         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11275         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11276         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11277         to `pcase--dontcare'.
11278         * emacs-lisp/cl.el (labels): Mark obsolete.
11279         (cl--letf, letf): Move to cl-lib.
11280         (cl--letf*, letf*): Remove.
11281         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11282         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11283         (cl-progv): Rewrite.
11284         (cl--letf, cl-letf): Move from cl.el.
11285         (cl-letf*): New macro.
11286         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11288 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
11290         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11292 2012-07-11  Chong Yidong  <cyd@gnu.org>
11294         * vc/log-edit.el (log-edit-vc-backend): New variable.
11295         (log-edit): Doc fix.
11297         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
11298         argument of log-edit to set up all local variables.
11299         (vc-start-logentry): New optional arg specifying VC backend.
11301         * vc/vc.el (vc-checkin): Use it.
11302         (vc-deduce-fileset): Handle Log Edit buffers.
11303         (vc-diff): Make first argument optional too.
11305         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11307 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
11309         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11310         command, just in case.  The function is not needed anymore.
11311         (eshell-external-command): Do not call `eshell-remote-command'.
11313 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11315         Reduce use of (require 'cl).
11316         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11317         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11318         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11319         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11320         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11321         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11322         * battery.el, avoid.el, abbrev.el: Use cl-lib.
11323         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11324         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11325         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11326         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11327         * calculator.el, autorevert.el, apropos.el: Don't require CL.
11328         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11329         (byte-compile-unfold-bcf, byte-compile-check-variable):
11330         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11331         (byte-compile-nilconstp):
11332         * emacs-lisp/autoload.el (make-autoload): Use pcase.
11333         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11335         * emacs-lisp/gv.el (cond): Make it a valid place.
11336         (if): Simplify slightly.
11338         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11339         (pcase--self-quoting-p): New function.
11340         (pcase--u1): Use it.
11342 2012-07-10  Glenn Morris  <rgm@gnu.org>
11344         * emacs-lisp/authors.el (authors-fixed-entries):
11345         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11347 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11349         Rename configure.in to configure.ac (Bug#11603).
11350         * emacs-lisp/authors.el (authors-canonical-file-name):
11351         * progmodes/autoconf.el (autoconf-mode):
11352         Prefer configure.ac to configure.in.
11354 2012-07-08  Chong Yidong  <cyd@gnu.org>
11356         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11357         Implement the mouse-1-click-follows-link handling properly.
11359         * info.el (Info-link-keymap): Use follow-link mechanism for
11360         header-line links (Bug#374).
11362         * simple.el (deactivate-mark): Do not set the primary selection
11363         if another program has acquired it (Bug#11772).
11365 2012-07-07  Kevin Ryde  <user42@zip.com.au>
11367         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11368         (woman-decode-region): Replace escaped-escapes without destroying
11369         bold or underline (Bug#11552).
11370         (woman2-process-escapes): Handle nofill regions (Bug#11591).
11372 2012-07-07  Chong Yidong  <cyd@gnu.org>
11374         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11375         (interprogram-cut-function, interprogram-paste-function):
11376         Mention that we typically mean the clipboard.
11378 2012-07-06  Glenn Morris  <rgm@gnu.org>
11380         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
11382         * files.el (toggle-read-only): Restrict message to interactive use.
11384 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
11386         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11388         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11390 2012-07-06  Glenn Morris  <rgm@gnu.org>
11392         * Makefile.in (compile-one-process): Rename from "recompile".
11394         * Makefile.in (bzr-update): "compile" is the same as "recompile
11395         autoloads", but parallelizable, so use that instead.
11397 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
11399         * window.el (quit-window): Always restore window height when
11400         it's saved in quit-restore parameter (Bug#11810).
11402 2012-07-06  Glenn Morris  <rgm@gnu.org>
11404         * simple.el (kill-whole-line): Doc tweak.
11406 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
11408         * files.el (file-relative-name): Compare file names
11409         case-insensitively if on MS-Windows or MS-DOS, or if
11410         read-file-name-completion-ignore-case is non-nil.  Don't use
11411         case-fold-search for this purpose.  (Bug#11827)
11413 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
11415         * calendar/cal-dst.el (calendar-current-time-zone):
11416         Return calendar-current-time-zone-cache if non-nil.
11418 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
11419 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
11421         * calendar/cal-dst.el (calendar-current-time-zone):
11422         Return calendar-current-time-zone-cache if non-nil.
11424 2012-07-06  Glenn Morris  <rgm@gnu.org>
11426         * Makefile.in (cvs-update): Remove old alias.
11428 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
11430         Sync with Tramp 2.2.6-pre.
11432         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11433         compatible declaration.
11435         * net/tramp-cmds.el (tramp-append-tramp-buffers):
11436         Protect `list-load-path-shadows' call.
11438         * net/tramp-compat.el (top): Require packages, which aren't
11439         autoloaded anymore for XEmacs.  Protect call of
11440         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11441         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
11442         it hurts at least for SXEmacs.
11443         (tramp-compat-temporary-file-directory): In XEmacs, there is no
11444         standard-value for `temporary-file-directory'.
11446         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11447         Redirect stderr to /dev/null.
11448         (tramp-sh-handle-write-region): uid and gid can be floats.
11449         Reported by Russell Sim <russell.sim@gmail.com>.
11450         (tramp-sh-handle-vc-registered): Hide errors.
11451         (tramp-vc-file-name-handler): Use dummy results for `process-file'
11452         and `start-file-process'.
11453         (tramp-maybe-open-connection): Check also whether `non-essential'
11454         is bound.
11456 2012-07-04  Chong Yidong  <cyd@gnu.org>
11458         * xml.el (xml--parse-buffer): Use xml-syntax-table.
11459         (xml-parse-tag): Likewise, and avoid changing entity tables.
11460         (xml-syntax-table): Define from scratch, making sure not to give
11461         x2000 and other Unicode spaces whitespace syntax, since those are
11462         not spaces in XML.
11463         (xml-parse-fragment): Delete unused function.
11464         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11465         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11466         (xml-entity-ref, xml-pe-reference-re)
11467         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11468         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11469         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11470         (xml-entity-value-re): Use syntax references in regexps where
11471         possible; no need to define inside a let-binding.
11472         (xml-parse-dtd): Use xml-pe-reference-re.
11473         (xml-entity-or-char-ref-re): New defconst.
11474         (xml-parse-string, xml-substitute-special): Use it.
11476 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11478         * files.el (locate-dominating-file): Allow `name' to be a predicate.
11479         (find-file--read-only): New function.
11480         (find-file-read-only, find-file-read-only-other-window)
11481         (find-file-read-only-other-frame): Use it.
11482         (insert-file-contents-literally): Don't `fset'.
11483         (get-free-disk-space): Use locate-dominating-file.
11485         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11486         function is already compiled.
11488         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
11490 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
11492         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11493         files on the same host.
11495 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
11497         * help-fns.el (describe-function-1): Only call
11498         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
11500 2012-07-03  Chong Yidong  <cyd@gnu.org>
11502         * xml.el: Protect parser against XML bombs.
11503         (xml-entity-expansion-limit): New variable.
11504         (xml-parse-string, xml-substitute-special): Use it.
11505         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11507 2012-07-03  Glenn Morris  <rgm@gnu.org>
11509         * progmodes/bug-reference.el (bug-reference-bug-regexp):
11510         Allow linking to specific messages in debbugs reports (eg 123#5).
11512 2012-07-02  Chong Yidong  <cyd@gnu.org>
11514         * xml.el: Fix entity and character reference expansion, allowing
11515         them to expand into markup as per XML spec.
11516         (xml-default-ns): New variable.
11517         (xml-entity-alist): Use XML spec definitions for lt and amp.
11518         (xml-parse-region): Make first two arguments optional.
11519         Discard text properties.
11520         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11521         All callers changed.
11522         (xml-parse-tag): Call xml-parse-tag-1.  For backward
11523         compatibility, this function should not modify buffer contents.
11524         (xml-parse-tag-1): Fix opening-tag regexp.
11525         (xml-parse-string): Rewrite, handling entity and character
11526         references properly.
11527         (xml--entity-replacement-text): Signal an error if a parameter
11528         entity is undefined.
11530 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * comint.el (comint-output-filter): Filter out repeated prompts.
11534         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11535         and file-name-absolute-p.
11536         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11537         internal calls.
11539 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11541         Spelling fixes.
11542         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11543         Rename from byte-compile--refiy-function.  All uses changed.
11545 2012-07-01  Chong Yidong  <cyd@gnu.org>
11547         * xml.el (xml--parse-buffer): New function.  Move most of
11548         xml-parse-region here.
11549         (xml-parse-region): Copy region into a temporary buffer, since
11550         parameter entity substitution requires changing buffer contents.
11551         Use xml--parse-buffer.
11552         (xml-parse-file): Use xml--parse-buffer.
11553         (xml-parse-dtd): Make parameter entity substitution work right.
11554         Use proper regexps for ELEMENT declarations (Bug#7172).
11556 2012-06-30  Glenn Morris  <rgm@gnu.org>
11558         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11560         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11561         Remove outdated and unnecessary dbus declarations.
11563 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
11565         * emacs-lisp/timer.el (timer-until): Subtract results of
11566         float-time, instead of taking float-time of the result of
11567         time-subtract, since float-time signals an error for negative time
11568         arguments.
11570 2012-06-30  Chong Yidong  <cyd@gnu.org>
11572         * xml.el (xml-*-re): Convert defvars into defconsts, and
11573         eval-and-compile them so eval-and-compile works on derivatives.
11574         (xml--entity-replacement-text): Use eval-and-comple.
11576 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
11578         * vc/vc-git.el (vc-git-registered): Use cache property
11579         `git-registered'.
11580         (vc-git-mode-line-string): Call `vc-working-revision' instead of
11581         `vc-git-working-revision' in order to benefit from the cache.
11582         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
11584 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11586         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11587         removed (likely outside Emacs).  (Bug#11757)
11589 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11591         * emacs-lisp/cl-lib.el: Require macroexp.
11593 2012-06-30  Chong Yidong  <cyd@gnu.org>
11595         * xml.el: Implement XML parameter entities.
11596         (xml-parameter-entity-alist): New variable.
11597         (xml-parse-region, xml-parse-fragment): Preserve previous values
11598         of xml-entity-alist and xml-parameter-entity-alist, so that
11599         repeated calls on different documents do not change them.
11600         (xml-parse-tag): Fix doctype regexp.
11601         (xml--entity-replacement-text): New function.
11602         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
11603         properly requires url retrieval which is unimplemented.
11604         (xml-escape-string): Doc fix.
11606 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11608         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11610 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
11612         * fringe.el (fringe-mode): Doc fix.
11614 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
11616         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11617         is non-nil.
11618         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11619         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
11621 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
11623         * calendar/cal-dst.el (calendar-current-time-zone):
11624         Return calendar-current-time-zone-cache if non-nil.
11626 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
11628         * progmodes/which-func.el (which-func-format):
11629         Add mouse-face.  (Bug#11698)
11631 2012-06-29  Leo Liu  <sdl.web@gmail.com>
11633         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11635 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11637         * minibuffer.el (minibuffer-confirm-exit-commands):
11638         Add completion-at-point (bug#11725).
11640 2012-06-29  Glenn Morris  <rgm@gnu.org>
11642         * progmodes/f90.el (f90-font-lock-keywords-2):
11643         Add some preprocessor elements.  (Bug#10499)
11645 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11647         * progmodes/cperl-mode.el (cperl-update-syntaxification):
11648         Use syntax-propertize (bug#11739).
11650 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
11652         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11654 2012-06-28  Julien Danjou  <julien@danjou.info>
11656         * term.el (term-handle-colors-array): Use a set of new faces to
11657         color the terminal.  Also uses :inverse-video property.
11658         (term-default-fg-color): Set to nil by default, deprecate in favor
11659         of `term-face'.
11660         (term-default-bg-color): Set to nil by default, deprecate in favor
11661         of `term-face'.
11662         (term-current-face): Use `term-face' by default.
11663         (term-bold-attribute): Variable deleted.
11665 2012-06-28  Glenn Morris  <rgm@gnu.org>
11667         * simple.el (completion-list-mode-finish):
11668         Don't use toggle-read-only.  (Since completion-list-mode has
11669         a special mode-class, it wasn't doing anything extra anyway.)
11671 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11673         Make inlining of other-mode interpreted functions work (bug#11799).
11674         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11675         (byte-compile): Use it to fix compilation of lexical-binding closures.
11676         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11677         function, if needed.
11679 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11681         * help-mode.el (help-make-xrefs): Don't just withstand
11682         cyclic-variable-indirection but any error in documentation-property.
11684         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11685         memory use.
11686         * bindings.el (bindings--define-key): New function.
11687         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11688         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11689         * bindings.el: Use it to purecopy define-key bindings.
11691         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11693         * emacs-lisp/cl.el (flet): Mark obsolete.
11694         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11695         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11696         * progmodes/js.el (js-c-fill-paragraph):
11697         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11698         (ebrowse-switch-member-buffer-to-derived-class):
11699         * play/5x5.el (5x5-solver): Use cl-flet.
11701         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
11702         (cl--symbol-function): New macro.
11703         (cl--letf, cl--letf*): Use it.
11705         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11706         Strip "toggle-" if any.
11708 2012-06-27  Glenn Morris  <rgm@gnu.org>
11710         * info.el (Info-default-directory-list): Move here from paths.el.
11711         * paths.el: Remove file, which is now empty.
11712         * loadup.el: No longer load "paths".
11714         * custom.el (custom-initialize-delay): Doc fix.
11716         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11717         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11718         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11719         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11720         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11721         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11722         * eshell/eshell.el (eshell-defgroup): Remove alias.
11724 2012-06-27  Chong Yidong  <cyd@gnu.org>
11726         * help.el (help-enable-auto-load): New variable.
11728         * help-fns.el (help-fns--autoloaded-p): New function.
11729         (describe-function-1): Refer to a function as "autoloaded" if it
11730         was autoloaded at any time in the past.  Perform autoloading if
11731         help-enable-auto-load is non-nil.
11733 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
11735         * makefile.w32-in (compile, compile-always): Depend on
11736         update-subdirs, not on subdirs.el.  Otherwise, several different
11737         sub-targets of 'bootstrap' running in parallel could
11738         simultaneously write to subdirs.el, producing a garbled file.
11740 2012-06-26  Sam Steingold  <sds@gnu.org>
11742         * files.el (file-name-base): New convenience function.
11743         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11744         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11745         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11746         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11747         * textmodes/ispell.el, textmodes/reftex-ref.el:
11748         * textmodes/tex-mode.el: Use it.
11749         Did not touch cedet and org because they are maintained elsewhere.
11751 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
11753         * calendar/calendar.el (calendar-exit): Don't try to delete or
11754         iconify last frame.  See:
11755         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11757 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
11759         * server.el (server-process-filter): Remember dir in the
11760         process's `server-client-directory' properties.
11762 2012-06-24  Chong Yidong  <cyd@gnu.org>
11764         * xml.el (xml-parse-tag): Correctly handle comment embedded in
11765         non-tag text.
11767 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
11769         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11771 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11773         * help-fns.el (describe-variable): Don't croak when doc is not found.
11774         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11775         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11776         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11777         * emacs-lisp/smie.el (smie-next-sexp): CSE.
11778         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11779         ((lambda ..) ..).
11780         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11782 2012-06-23  Chong Yidong  <cyd@gnu.org>
11784         * info.el (Info-mouse-follow-link): Accept symbol values of
11785         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
11786         (Info-fontify-node): Use Info-link-keymap for all navigation
11787         buttons, with link-args property to perform the desired action.
11788         (Info-link-keymap): Doc fix.
11789         (Info-next-link-keymap, Info-prev-link-keymap)
11790         (Info-up-link-keymap): Delete now-unused keymaps.
11792 2012-06-23  Chong Yidong  <cyd@gnu.org>
11794         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11796         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11797         system abbrevs.
11799         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11801 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11803         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11804         (bug#11719).
11806         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11807         the requote function doesn't work properly (bug#11714).
11809 2012-06-23  Glenn Morris  <rgm@gnu.org>
11811         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11813 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         Further GV/CL cleanups.
11816         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11817         gv-expander.
11818         (gv--defun-declaration): New function.
11819         (defun-declarations-alist): Use it.
11820         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11821         (gv-place): Autoload.
11822         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11823         original definition of dotimes and dolist.
11824         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11825         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11826         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11827         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11828         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11829         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11830         to the function's definition.
11831         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11832         * window.el:
11833         * files.el:
11834         * faces.el:
11835         * env.el: Don't use CL.
11837 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11839         Support higher-resolution time stamps (Bug#9000).
11841         * calendar/time-date.el (with-decoded-time-value): New arg
11842         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
11843         (encode-time-value): New optional arg PICO.  New type 3.
11844         (time-to-seconds) [!float-time]: Support the new picoseconds
11845         component if it's used.
11846         (seconds-to-time, time-subtract, time-add):
11847         Support ps-resolution time stamps as well.
11849         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
11850         (timerp): Timer vectors now have length 9, not 8.
11851         (timer--time): Support new-style (4-part) time stamps.
11852         (timer-next-integral-multiple-of-time): Time stamps now have
11853         picosecond resolution, so take a bit more care about rounding.
11854         (timer-relative-time, timer-inc-time): New optional arg psecs.
11855         (timer-set-time-with-usecs): Set psecs to 0.
11856         (timer--activate): Check psecs component, too.
11858         * proced.el (proced-time-lessp): Support ps-resolution stamps.
11860 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11862         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11863         Move the non-essential binding to the post/pre-command-hook where it is
11864         more obviously correct.
11866         * subr.el (read-passwd): Don't use a history at all.
11867         * savehist.el (savehist-save): Remove password saved accidentally
11868         because of the above bug.
11870 2012-06-22  Bastien Guerry  <bzg@gnu.org>
11872         * files.el (toggle-read-only): Display a message telling whether
11873         the buffer is read-only or not (bug#11726).
11875 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11877         * emacs-lisp/gv.el: New file.
11878         * subr.el (push, pop): Extend to generalized variables.
11879         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11880         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11881         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
11882         gv-define-simple-setter, and gv-define-expander.
11883         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
11884         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11885         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11886         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11887         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11888         gv-letplace.
11889         (cl-defstruct): Don't define setf-method any more.
11890         * emacs-lisp/cl.el (flet): Don't autoload.
11891         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11892         (define-setf-expander, defsetf, define-modify-macro)
11893         (cl-struct-setf-expander): Move from cl-lib.el.
11894         * emacs-lisp/syntax.el:
11895         * emacs-lisp/ewoc.el:
11896         * emacs-lisp/smie.el:
11897         * emacs-lisp/cconv.el:
11898         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11899         (timer--time): Use gv-define-simple-setter.
11900         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11901         to avoid coding-system problems in subr.el.  Adjust all users.
11902         (macroexp--maxsize, macroexp-small-p): New functions.
11903         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11904         * scroll-bar.el (scroll-bar-mode):
11905         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11906         (normal-erase-is-backspace-mode): Don't use the `eq' place.
11907         * winner.el (winner-configuration, winner-make-point-alist)
11908         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11909         * files.el (locate-file-completion-table): Avoid list*.
11911 2012-06-22  Chong Yidong  <cyd@gnu.org>
11913         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11914         (dired-create-files): Doc fix (Bug#11329).
11915         (dired-do-copy): Doc fix (Bug#11334).
11916         (dired-mark-read-string): Doc fix (Bug#11553).
11918         * dired.el (dired-recursive-copies, dired-recursive-deletes):
11919         Doc fix (Bug#11326).
11920         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
11921         (dired-dwim-target): Doc fix.
11923         * wdired.el (wdired-mode): Doc fix.
11925 2012-06-22  Glenn Morris  <rgm@gnu.org>
11927         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11928         (pcmpl-rpm-cache-stamp-file): New constant.
11929         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11930         (pcmpl-rpm-packages): Optionally cache list of packages.
11932         * pcmpl-rpm.el (pcmpl-rpm): New group.
11933         (pcmpl-rpm-query-options): New option.
11934         (pcmpl-rpm-packages): No need to inline it.
11935         Use pcmpl-rpm-query-options.
11937         * calendar/calendar.el (calendar-in-read-only-buffer):
11938         Avoid some needless mode changes.
11940 2012-06-21  Chong Yidong  <cyd@gnu.org>
11942         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11943         (desktop-path): Remove . from the default value (Bug#10977).
11944         (desktop-read): Use user-emacs-directory if desktop-path is nil.
11946 2012-06-20  Chong Yidong  <cyd@gnu.org>
11948         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11950 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
11952         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11953         (bug#11201).
11955 2012-06-20  Chong Yidong  <cyd@gnu.org>
11957         * term.el (term-window-width): Handle the case of a missing right
11958         fringe (Bug#8837).
11959         (term-check-size): Use window-text-height (Bug#5445).
11960         (term-mode): Use define-derived-mode.  Minor cleanups.
11961         Set font-lock-defaults (Bug#7692).
11962         (term-move-columns, term-insert-char, term-emulate-terminal)
11963         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11965 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
11967         * net/ange-ftp.el (ange-ftp-get-passwd):
11968         Bind `enable-recursive-minibuffers'.
11969         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11971 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
11973         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11975 2012-06-19  Glenn Morris  <rgm@gnu.org>
11977         * progmodes/python.el (python-mode): Derive from prog-mode.
11979 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11981         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11982         (edt-user-menu-bar-update-buffers): New functions.
11983         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11985 2012-06-19  Chong Yidong  <cyd@gnu.org>
11987         * subr.el (with-selected-window): Preserve the selected window's
11988         terminal's top-frame (Bug#4702).
11990         * window.el (save-selected-window): Likewise.
11992 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11994         * progmodes/python.el (python-rx-constituents): Move backquote.
11995         (python-skeleton-define, python-define-auxiliary-skeleton):
11996         Use `declare'.
11998 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
12000         * minibuffer.el (read-file-name-default): Revert the patch from
12001         2012-06-17.
12003 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12005         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12006         (pcase--u1, pcase--q1): Don't use apply-partially.
12008 2012-06-18  Glenn Morris  <rgm@gnu.org>
12010         * progmodes/python.el (python-proc, python-buffer)
12011         (python-send-receive, python-send-string): Fix obsolete versions.
12013 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
12015         * window.el (special-display-p): Completely remove stringp
12016         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12018 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
12020         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12022         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12024         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12025         * net/tramp-sh.el (tramp-maybe-open-connection):
12026         Throw if `non-essential' is non-nil.
12028 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
12030         * window.el (special-display-p): Signal an error if BUFFER-NAME
12031         is not a string (Bug#11713).
12033 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
12035         * progmodes/python.el (python-info-beginning-of-backslash):
12036         Rename from python-info-beginning-of-backlash, as a spelling fix.
12038 2012-06-17  Chong Yidong  <cyd@gnu.org>
12040         * term.el (term-emulate-terminal): If term-check-size is called,
12041         move point to the process mark without resetting point (Bug#4635).
12043 2012-06-17  Glenn Morris  <rgm@gnu.org>
12045         * international/mule-cmds.el (mule-menu-keymap)
12046         (set-language-environment, set-locale-environment): Doc tweaks.
12048 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
12050         * cus-face.el (custom-face-attributes): Add wave-style underline
12051         attribute.
12052         * faces.el (set-face-attribute): Update docstring to describe
12053         wave-style underline attribute.
12055 2012-06-16  Chong Yidong  <cyd@gnu.org>
12057         * term/xterm.el (terminal-init-xterm): Discard input before
12058         querying background mode (Bug#10959).
12060 2012-06-16  Stefan Merten  <smerten@oekonux.de>
12062         * textmodes/rst.el: Added and corrected some comments.
12063         (rst-re-alist-def): Improve symbol syntax.
12064         (rst-mode-syntax-table): Correct syntax entries.
12065         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12066         (rst-official-version, rst-official-cvs-rev): Update version
12067         information.
12069 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
12071         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12072         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12074 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12076         * progmodes/python.el: New python.el merge.
12077         (python-guess-indent): Obsolete var.
12078         (python-indent-guess-indent-offset): New defcustom.
12079         (python-indent): Obsolete var.
12080         (python-indent-offset): New defcustom.
12081         (python-python-command, python-jython-command): Delete var.
12082         (python-shell-interpreter): New defcustom.
12083         (python-pdbtrack-do-tracking-p): Delete var.
12084         (python-pdbtrack-activate): New defcustom.
12085         (python-use-skeletons): Obsolete var.
12086         (python-skeleton-autoinsert): New defcustom.
12087         (inferior-python-filter-regexp, python-continuation-offset)
12088         (python-honour-comment-indentation, python-indent-string-contents)
12089         (python-jython-packages, python-mode-hook)
12090         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12091         (python-shell-prompt-alist)
12092         (python-source-modes): Delete defcustoms.
12093         (python-check-buffer-name, python-eldoc-setup-code)
12094         (python-eldoc-string-code, python-ffap-setup-code)
12095         (python-ffap-string-code, python-fill-comment-function)
12096         (python-fill-decorator-function, python-fill-paren-function)
12097         (python-fill-string-function, python-imenu-include-defun-type)
12098         (python-imenu-make-tree, python-imenu-subtree-root-label)
12099         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12100         (python-shell-compilation-regexp-alist)
12101         (python-shell-completion-module-string-code)
12102         (python-shell-completion-pdb-string-code)
12103         (python-shell-completion-setup-code)
12104         (python-shell-completion-string-code)
12105         (python-shell-enable-font-lock, python-shell-exec-path)
12106         (python-shell-extra-pythonpaths)
12107         (python-shell-internal-buffer-name, python-shell-interpreter-args)
12108         (python-shell-process-environment)
12109         (python-shell-prompt-block-regexp)
12110         (python-shell-prompt-output-regexp)
12111         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12112         (python-shell-send-setup-max-wait, python-shell-setup-codes)
12113         (python-shell-virtualenv-path): New defcustoms.
12114         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12115         (inferior-python-mode-syntax-table, python--prompt-regexp)
12116         (python-buffer, python-command python-python-command)
12117         (python-default-template, python-imports, python-indent-index)
12118         (python-indent-list, python-indent-list-length)
12119         (python-mode-running, python-pdbtrack-is-tracking-p)
12120         (python-preoutput-continuation, python-preoutput-leftover)
12121         (python-preoutput-result, python-preoutput-skip-next-prompt)
12122         (python-prev-dir/file, python-recursing)
12123         (python-saved-check-command, python-version-checked)
12124         (python-which-func-length-limit)
12125         (view-return-to-alist): Delete vars.
12126         (python-check-custom-command, python-dotty-syntax-table)
12127         (python-imenu-index-alist, python-indent-current-level)
12128         (python-indent-dedenters, python-indent-levels)
12129         (python-nav-beginning-of-defun-regexp)
12130         (python-nav-list-defun-positions-cache)
12131         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12132         (python-shell-internal-buffer)
12133         (python-skeleton-available): New vars.
12134         (def-python-skeleton): Delete macro.
12135         (python-skeleton-define): New macro.
12136         (python-define-auxiliary-skeleton, python-rx): New macros.
12137         (python-insert-class): Delete command.
12138         (python-skeleton-class): New command.
12139         (python-insert-def): Delete command.
12140         (python-skeleton-def): New command.
12141         (python-insert-for): Delete command.
12142         (python-skeleton-for): New command.
12143         (python-insert-if): Delete command.
12144         (python-skeleton-if): New command.
12145         (python-insert-try/except, python-insert-try/finally): Delete commands.
12146         (python-skeleton-try): New command.
12147         (python-insert-while): Delete command.
12148         (python-skeleton-while): New command.
12149         (python-backspace): Delete command.
12150         (python-indent-dedent-line-backspace): New command.
12151         (python-electric-colon): Delete command.
12152         (python-indent-electric-colon): New command.
12153         (python-guess-indent): Delete command.
12154         (python-indent-guess-indent-offset): New command.
12155         (python-shift-left): Delete command.
12156         (python-indent-shift-left): New command.
12157         (python-shift-right): Delete command.
12158         (python-indent-shift-right): New command.
12159         (python-find-function): Delete command.
12160         (python-nav-jump-to-defun): New command.
12161         (python-next-statement): Delete command.
12162         (python-nav-forward-sentence): New command.
12163         (python-previous-statement): Delete command.
12164         (python-nav-backward-sentence): New command.
12165         (python-fill-paragraph): Delete command.
12166         (python-fill-paragraph-function): New command.
12167         (python-send-buffer): Delete command.
12168         (python-shell-send-buffer): New command.
12169         (python-send-defun): Delete command.
12170         (python-shell-send-defun): New command.
12171         (python-send-region, python-send-region-and-go): Delete commands.
12172         (python-shell-send-region)
12173         (python-shell-switch-to-shell): New commands.
12174         (python-send-string): Delete command.
12175         (python-shell-send-string): New command.
12176         (python-switch-to-python): Delete command.
12177         (python-shell-switch-to-shell): New command.
12178         (python-describe-symbol): Delete command.
12179         (python-eldoc-at-point): New command.
12180         (python--set-prompt-regexp, python-args-to-list)
12181         (python-after-info-look, python-check-version)
12182         (python-check-comint-prompt, python-find-imports)
12183         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12184         (python-unload-function, python-expand-template)
12185         (python-maybe-jython, python-preoutput-filter)
12186         (python-pdbtrack-get-source-buffer)
12187         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12188         (python-pdbtrack-toggle-stack-tracking)
12189         (python-pdbtrack-track-stack-file, python-initial-text)
12190         (python-first-word, python-comment-line-p, python-send-command)
12191         (python-setup-brm, python-sentinel, python-set-proc)
12192         (python-skip-out, python-input-filter, python-outdent-p)
12193         (python-outline-level, python-backslash-continuation-line-p)
12194         (python-end-of-block, python-end-of-statement, python-mark-block)
12195         (python-beginning-of-block, python-beginning-of-statement)
12196         (python-blank-line-p, python-beginning-of-string)
12197         (python-open-block-statement-p): Delete functions.
12198         (python-indent-line, python-indent-line-1): Delete functions.
12199         (python-indent-line): New function.
12200         (python-indentation-levels): Delete function.
12201         (python-indent-calculate-levels): New function.
12202         (python-proc): Delete function.
12203         (python-shell-get-process): New function.
12204         (python-send-receive): Delete function.
12205         (python-shell-send-string-no-output): New function.
12206         (python-module-path): Delete function.
12207         (python-ffap-module-path): New function.
12208         (python-completion-at-point)
12209         (python-symbol-completions): Delete functions.
12210         (python-completion-complete-at-point): New function.
12211         (python-load-file): Delete function.
12212         (python-shell-send-file): New function.
12213         (python-calculate-indentation): Delete function.
12214         (python-indent-calculate-indentation): New function.
12215         (python-skip-comments/blanks): Delete function.
12216         (python-util-forward-comment): New function.
12217         (python-continuation-line-p): Delete function.
12218         (python-info-continuation-line-p): New function.
12219         (python-which-func, python-current-defun): Delete function.
12220         (python-info-current-defun): New function.
12221         (python-beginning-of-defun): Delete function.
12222         (python-nav-beginning-of-defun): New function.
12223         (python-close-block-statement-p)
12224         (python-block-end-p): Delete function.
12225         (python-info-closing-block): New function.
12226         (python-comint-output-filter-function)
12227         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12228         (python-fill-comment, python-fill-decorator, python-fill-paren)
12229         (python-fill-string, python-imenu-make-element-tree)
12230         (python-imenu-make-tree, python-imenu-tree-assoc)
12231         (python-indent-context, python-indent-dedent-line)
12232         (python-indent-line-function)
12233         (python-indent-post-self-insert-function)
12234         (python-indent-toggle-levels)
12235         (python-info-assignment-continuation-line-p)
12236         (python-info-beginning-of-backlash)
12237         (python-info-block-continuation-line-p)
12238         (python-info-closing-block-message)
12239         (python-info-line-ends-backslash-p)
12240         (python-info-looking-at-beginning-of-defun)
12241         (python-info-ppss-context, python-info-ppss-context-type)
12242         (python-nav-list-defun-positions, python-nav-read-defun)
12243         (python-nav-sentence-end, python-nav-sentence-start)
12244         (python-pdbtrack-comint-output-filter-function)
12245         (python-pdbtrack-set-tracked-buffer)
12246         (python-shell-calculate-exec-path)
12247         (python-shell-calculate-process-environment)
12248         (python-shell-completion--do-completion-at-point)
12249         (python-shell-completion--get-completions)
12250         (python-shell-completion-complete-at-point)
12251         (python-shell-completion-complete-or-indent)
12252         (python-shell-get-or-create-process)
12253         (python-shell-get-process-name)
12254         (python-shell-internal-get-or-create-process)
12255         (python-shell-internal-get-process-name)
12256         (python-shell-internal-send-string, python-shell-make-comint)
12257         (python-shell-parse-command, python-shell-send-setup-code)
12258         (python-skeleton-add-menu-items)
12259         (python-util-clone-local-variables, python-util-position)
12260         (run-python-internal, python-indentation-levels)
12261         (python-nav-beginning-of-defun)
12262         (python-completion-complete-at-point): New functions.
12263         (run-python): Change arguments.  New API requirements.
12265 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12267         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12268         (bug#11649).
12270         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12271         (macroexp--expand-all): Use it.
12273         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12274         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12275         Use `cl-function' instead.
12277 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
12279         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12280         Suggested by Stefan Monnier while discussing bug#11657.
12282 2012-06-14  Sam Steingold  <sds@gnu.org>
12284         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12286 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12288         * play/doctor.el (doctor-doc): Remove parameter and use
12289         doctor-sent instead of sent.
12290         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
12292 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12294         * files.el: Require cl-lib.
12295         (file-name-non-special): Replace case -> cl-case.
12297         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12299         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12300         mapping from #' to function*.
12302 2012-06-13  Chong Yidong  <cyd@gnu.org>
12304         * mouse.el (mouse-drag-track): Do not set the mark if the user
12305         releases the mouse without selecting anything (Bug#11588).
12307 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12309         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12310         as well (bug#11646).
12312         * loadup.el: Count byte-code functions as well.
12314         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12315         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12317         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12318         (bug#11649).  Add cl-defun and cl-defmacro.
12320 2012-06-13  Drew Adams  <drew.adams@oracle.com>
12322         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12323         Fix last change.
12325 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
12327         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12328         Otherwise, it blocks in batch mode.
12330 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
12332         * help-mode.el (bookmark-make-record-default): Declare.
12334 2012-06-13  Chong Yidong  <cyd@gnu.org>
12336         * emacs-lisp/package.el (list-packages): Compute a list of
12337         packages that are newly-available since the last list-packages
12338         invocation.
12339         (package-menu--new-package-list): New var.
12340         (package-menu--generate, package-menu--print-info)
12341         (package-menu--status-predicate, package-menu-mark-install):
12342         Handle new status label "new".
12344 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12346         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12347         conversion to backquotes.
12349 2012-06-12  Chong Yidong  <cyd@gnu.org>
12351         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12352         Rename from gud-inhibit-global-bindings.
12354         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12356         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12357         hook from nxml-glyph-set-hook.
12359         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12360         declaration.
12362         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12364         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12365         Convert to defcustom.
12367 2012-06-12  Drew Adams  <drew.adams@oracle.com>
12369         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12370         New functions.
12371         (help-mode): Use them.
12373 2012-06-11  Glenn Morris  <rgm@gnu.org>
12375         * progmodes/fortran.el (fortran-font-lock-keywords-3):
12376         Use preprocessor face for directives.
12377         (fortran-directive-re): Doc fix.
12379 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12381         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12382         conversion to backquotes (bug#11652).
12384         Fix compiler-expansion of CL's cXXr functions (bug#11673).
12385         * emacs-lisp/cl-lib.el (cl--defalias): New function.
12386         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12387         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12388         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12389         (cl-ninth, cl-tenth): Mark them as inlinable.
12390         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12391         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12392         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12393         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12394         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12395         (cl-list*, cl-adjoin): Don't put an autoload manually.
12396         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12397         (cl--compiler-macro-list*): Add autoload cookie.
12398         (cl--compiler-macro-cXXr): New function.
12400         * help-fns.el (help-fns--compiler-macro): New function extracted from
12401         describe-function-1; follow aliases and use `compiler-macro' property.
12402         (describe-function-1): Use it.
12404 2012-06-11  Chong Yidong  <cyd@gnu.org>
12406         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12407         is uninstalled, if imagemagick is installed.
12409 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12411         * emacs-lisp/cl-lib.el: Use lexical-binding.
12412         (cl-map-extents, cl-maclisp-member): Remove.
12413         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12414         (cl--set-substring, cl--block-wrapper, cl--block-throw)
12415         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12416         * emacs-lisp/cl-extra.el: Use lexical-binding.
12417         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12418         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12419         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12420         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12421         * emacs-lisp/cl-seq.el: Use lexical-binding.
12422         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12423         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12424         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12425         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12426         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12427         CL's internals.
12429 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
12431         Sync with Tramp 2.2.6-pre.
12433         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12434         `print-length' and `print-level' to nil, in order to avoid
12435         truncation.  Reported by Christopher Schmidt
12436         <christopher@ristopher.com>.
12438         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12440         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12441         New defmacro.
12442         (tramp-compat-copy-directory): Add optional argument
12443         COPY-CONTENTS.  It is not handled yet.
12445         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12446         (tramp-ftp-file-name-p): Simplify.
12448         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12449         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12450         connection vector.
12452         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12453         (tramp-methods): Do not use `tramp-password-end-of-line'.
12454         (tramp-completion-function-alist-putty): Handle UNIX case.
12455         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12456         (tramp-do-file-attributes-with-stat)
12457         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12458         gid as real numbers.  They could run out of integer range on cygwin.
12459         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12460         (tramp-sh-handle-expand-file-name): Handle hops.
12461         (tramp-open-connection-setup-interactive-shell):
12462         Use `tramp-cleanup'.  Move check for busyboxes ...
12463         (tramp-find-shell): ... here.  Simplify implementation.
12464         Set "remote-shell" property also for alternative shells.
12465         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12466         If failing, a regular file would be written otherwise.
12467         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12468         (tramp-find-inline-encoding): Cache the coding commands in the
12469         process cache.  Apply test command on the remote side, if defined.
12470         (tramp-find-inline-compress): Cache the compress commands in the
12471         process cache.
12472         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12473         when requested.  Handle hops.
12474         (tramp-current-connection): New defvar.
12475         (tramp-maybe-open-connection): Use `tramp-cleanup'.
12476         Throw `suppress', if there was a failed connection shortly before.
12477         Handle user interrupt.  (Bug#10187)
12478         (tramp-get-inline-compress, tramp-get-inline-coding):
12479         Read connection properties from the process cache.
12481         * net/tramp-smb.el (tramp-smb-server-version)
12482         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12483         New defconsts.
12484         (tramp-smb-prompt): Extend for powershell prompt.
12485         (tramp-smb-file-name-handler-alist): Add handlers for
12486         `process-file', `shell-command' and `start-file-process'.
12487         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12488         (tramp-smb-winexe-shell-command-switch): New defcustoms.
12489         (tramp-smb-file-name-p): Simplify.
12490         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12491         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12492         (tramp-smb-shell-quote-argument): New defuns.
12493         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12494         Implement using "tar".  By this, time-stamps are preserved.
12495         (tramp-smb-handle-copy-file): Handle also the case of directories.
12496         (tramp-smb-do-file-attributes-with-stat)
12497         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12498         Use `tramp-get-connection-buffer').
12499         (tramp-smb-handle-rename-file): Use "rename", when source and
12500         target are on the same share.
12501         (tramp-smb-maybe-open-connection): Handle wrong passwords.
12502         Use `tramp-smb-server-version'.
12503         (tramp-smb-wait-for-output): Remove prompt.
12505         * net/tramp.el (top): Require 'cl.
12506         (tramp-methods, tramp-rsh-end-of-line):
12507         Remove `tramp-password-end-of-line' from docstring.
12508         (tramp-save-ad-hoc-proxies): New defcustom.
12509         (tramp-completion-function-alist): Adapt docstring.
12510         (tramp-default-password-end-of-line): Remove defcustom.
12511         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
12512         (tramp-user-regexp, tramp-file-name-regexp-unified)
12513         (tramp-file-name-regexp-url): Extend regexp by hop separator.
12514         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12515         (tramp-remote-file-name-spec-regexp): New defconst.
12516         (tramp-file-name-structure): Extend structure for hops.
12517         (tramp-get-method-parameter): Move up.
12518         (tramp-file-name-p, tramp-dissect-file-name)
12519         (with-parsed-tramp-file-name): Handle hops.
12520         (tramp-file-name-hop): New defun.
12521         (tramp-make-tramp-file-name): New optional arg HOP.
12522         (tramp-message-show-progress-reporter-message): New defvar.
12523         (tramp-with-progress-reporter): Use it.  We cannot use
12524         `tramp-message-show-message' here, because this suppresses also
12525         error buffers.
12526         (tramp-error-with-buffer): Suppress buffer view, if
12527         `tramp-message-show-message' is nil.
12528         Use `tramp-get-connection-buffer'.
12529         (tramp-cleanup): New defun.
12530         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12531         (tramp-file-name-handler): If `debug-on-error' is set, propagate
12532         an error unchanged.
12533         (tramp-completion-handle-file-name-all-completions): Handle hops.
12534         Fix an error when called from ido.
12535         (tramp-completion-dissect-file-name): Use better local variable
12536         name.  Add hop to the vector.
12537         (tramp-handle-insert-file-contents): Use progress-reporter for the
12538         whole scenario.
12539         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12540         to `t'.
12541         (tramp-check-for-regexp): Simplify search.
12542         (tramp-enter-password): Remove it.  Move implementation ...
12543         (tramp-action-password): ... here.
12544         (tramp-mode-string-to-int, tramp-local-host-p)
12545         (tramp-make-tramp-temp-file, tramp-read-passwd)
12546         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12547         Set tramp-autoload cookie.
12549         * net/trampver.el: Update release number.
12551 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12552             Michael Albinus  <michael.albinus@gmx.de>
12554         * net/tramp.el (tramp-set-completion-function): Fix docstring.
12555         (tramp-parse-group, tramp-parse-file)
12556         (tramp-parse-shostkeys-sknownhosts): New defuns.
12557         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12558         (tramp-parse-shosts-group, tramp-parse-sconfig)
12559         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12560         (tramp-parse-sknownhosts, tramp-parse-hosts)
12561         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12562         Use them.
12563         (tramp-parse-passwd-group, tramp-parse-netrc-group)
12564         (tramp-parse-putty-group): Don't narrow.
12565         (tramp-parse-putty): Make a loop.
12566         (tramp-file-name-handler): Catch the `suppress' signal.
12568 2012-06-11  Chong Yidong  <cyd@gnu.org>
12570         * image.el (imagemagick-register-types): Put the ImageMagick entry
12571         at the end of image-type-file-name-regexps.
12573 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
12575         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12576         (pcase, pcase-let*, pcase-dolist): Use them.
12578 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12580         * emacs-lisp/pcase.el (pcase--let*): New function.
12581         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
12582         (pcase--expand): Use macroexp-let².
12584 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12586         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12587         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12588         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12589         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12590         * emacs-lisp/derived.el: Use pcase instead of `cl'.
12591         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12593 2012-06-10  Glenn Morris  <rgm@gnu.org>
12595         * mail/rmail.el (rmail-yank-current-message): Leave point at
12596         correct position.  (Bug#11660)
12598 2012-06-10  Chong Yidong  <cyd@gnu.org>
12600         * allout-widgets.el: Fix code header.
12602 2012-06-10  Chong Yidong  <cyd@gnu.org>
12604         * cus-edit.el (customize-changed-options-previous-release):
12605         Bump to 24.1.
12607 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
12609         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12611 2012-06-09  Chong Yidong  <cyd@gnu.org>
12613         * ebuff-menu.el (electric-buffer-list): Preserve header line.
12615 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
12617         * window.el (special-display-popup-frame): Don't use
12618         window--display-buffer (Bug#11651).
12620 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
12622         Fix parallel builds: make sure loaddefs.el is not being written
12623         while Lisp files are compiled.
12624         (compile): Don't depend on 'mh-autoloads'.
12625         (compile-CMD, compile-SH): Depend on 'autoloads'.
12626         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12628         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
12630 2012-06-09  Chong Yidong  <cyd@gnu.org>
12632         * face-remap.el (face-remap-add-relative, face-remap-set-base)
12633         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12634         Doc fixes (Bug#11225).
12636 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12638         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12639         a function if there's a clear indication that it has a compiler-macro.
12640         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12641         (macro-declarations-alist): Add arglist to declaration functions.
12642         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12643         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12644         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12645         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12646         Also add autoload to find the compiler macro.
12647         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12648         (cl--compiler-macro-member, cl--compiler-macro-assoc)
12649         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12650         (cl--compiler-macro-get): New functions, replacing calls to
12651         cl-define-compiler-macro.
12652         (cl-typep) [compiler-macro]: Use macroexp-let².
12654 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
12656         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12657         string properly, fixes Bug#11473.
12659 2012-06-08  Chong Yidong  <cyd@gnu.org>
12661         * faces.el (set-face-attribute): Doc fix.
12662         (modify-face): Don't use :bold and :italic.
12663         (error, warning, success): Tweak definitions.
12665         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12666         (custom-modified, custom-set, custom-changed, custom-themed)
12667         (custom-saved, custom-button, custom-button-mouse)
12668         (custom-button-pressed, custom-state, custom-comment-tag)
12669         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12670         (custom-group-subtitle): Use new-style face specs.
12671         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12672         (custom-set-face, custom-changed-face, custom-saved-face)
12673         (custom-button-face, custom-button-pressed-face)
12674         (custom-documentation-face, custom-state-face)
12675         (custom-comment-face, custom-comment-tag-face)
12676         (custom-variable-tag-face, custom-variable-button-face)
12677         (custom-face-tag-face, custom-group-tag-face-1)
12678         (custom-group-tag-face): Remove obsolete face alias.
12680         * epa.el (epa-validity-high, epa-validity-medium)
12681         (epa-validity-low, epa-mark, epa-field-name, epa-string)
12682         (epa-field-name, epa-field-body):
12683         * font-lock.el (font-lock-comment-face, font-lock-string-face)
12684         (font-lock-keyword-face, font-lock-builtin-face)
12685         (font-lock-function-name-face, font-lock-variable-name-face)
12686         (font-lock-type-face, font-lock-constant-face):
12687         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12688         (ido-virtual, ido-indicator, ido-incomplete-regexp):
12689         * speedbar.el (speedbar-button-face, speedbar-file-face)
12690         (speedbar-directory-face, speedbar-tag-face)
12691         (speedbar-selected-face, speedbar-highlight-face)
12692         (speedbar-separator-face):
12693         * whitespace.el (whitespace-newline, whitespace-space)
12694         (whitespace-hspace, whitespace-tab, whitespace-trailing)
12695         (whitespace-line, whitespace-space-before-tab)
12696         (whitespace-space-after-tab, whitespace-indentation)
12697         (whitespace-empty):
12698         * emulation/cua-base.el (cua-global-mark):
12699         * eshell/em-prompt.el (eshell-prompt):
12700         * net/newst-plainview.el (newsticker-new-item-face)
12701         (newsticker-old-item-face, newsticker-immortal-item-face)
12702         (newsticker-obsolete-item-face, newsticker-date-face)
12703         (newsticker-statistics-face, newsticker-default-face):
12704         * net/newst-reader.el (newsticker-feed-face)
12705         (newsticker-extra-face, newsticker-enclosure-face):
12706         * net/newst-treeview.el (newsticker-treeview-face)
12707         (newsticker-treeview-new-face, newsticker-treeview-old-face)
12708         (newsticker-treeview-immortal-face)
12709         (newsticker-treeview-obsolete-face)
12710         (newsticker-treeview-selection-face):
12711         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12712         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12713         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12714         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12715         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12716         (nxml-outline-active-indicator, nxml-outline-ellipsis):
12717         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12718         (mpuz-text):
12719         * progmodes/vera-mode.el (vera-font-lock-number)
12720         (vera-font-lock-function, vera-font-lock-interface):
12721         * textmodes/table.el (table-cell): Use new-style face specs, and
12722         don't use the old :bold and :italic attributes.
12724         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12725         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12726         (ebrowse-member-class, ebrowse-progress): Likewise.
12727         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12728         (ebrowse-file-name-face, ebrowse-default-face)
12729         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12730         (ebrowse-progress-face): Remove obsolete faces.
12732         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12733         Inherit from error and warning faces respectively.
12735         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12736         Likewise.
12737         (flyspell-incorrect-face, flyspell-duplicate-face):
12738         Remove obsolete aliases.
12740 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
12742         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12743         Avoid infloop.
12745 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12747         * startup.el (argv, argi): Make lexically scoped.
12748         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12749         * emacs-lisp/cl-macs.el: Use lexical-binding.
12750         Rename cl-bind-* to cl--bind-*.
12751         * files.el: Don't require `cl' since it doesn't use it.
12752         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12754 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
12756         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12757         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12758         instead of calling external sort utility.
12759         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12761 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
12763         * descr-text.el (describe-char): Mention how to insert the
12764         character, if the current input method doesn't support it.
12765         See the discussion in this thread for the details:
12766         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12768 2012-06-08  Sam Steingold  <sds@gnu.org>
12770         * bindings.el (global-map): Bind XF86Forward to next-buffer and
12771         XF86Back to previous-buffer.
12772         (minibuffer-local-map): Bind them to next-history-element and
12773         previous-history-element respectively.
12774         * help-mode.el (help-mode-map): Bind them to help-go-forward and
12775         help-go-back respectively.
12776         * info.el (Info-mode-map): Bind them to Info-history-forward and
12777         Info-history-back respectively.
12778         These are the keys next to Up on the ThinkPad keyboard.
12780 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12782         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12783         * emacs-lisp/cl-macs.el: Provide itself.
12784         (cl--labels-convert-cache): New var.
12785         (cl--labels-convert): New function.
12786         (cl-flet, cl-labels): New implementation with new semantics, relying on
12787         lexical-binding.
12788         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12789         (cl-closure-vars, cl--function-convert-cache)
12790         (cl--function-convert): Move from cl-macs.el.
12791         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12792         rename by removing the "cl-" prefix.
12793         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12795 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12797         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12798         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12799         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12800         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12801         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12802         (cl-hash-table-count): Add old compatibility aliases.
12804         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12805         Use macroexpand-all-environment instead.
12806         (cl--old-macroexpand): New var.
12807         (cl--sm-macroexpand): New function.
12808         (cl-symbol-macrolet): Use it during macro expansion.
12809         (cl--function-convert-cache): New var.
12810         (cl--function-convert): New function, extracted from
12811         cl-macroexpand-all.
12812         (cl-lexical-let): Use it.
12814         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12815         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12816         (cl-member): Remove old alias.
12818         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12819         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12820         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12821         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12822         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12823         (cl-macroexpand-cmacs): Remove var.
12824         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12825         Use macroexpand-all instead.
12827 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12830         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12831         (macroexp-copyable-p): New functions and macros.
12832         * emacs-lisp/edebug.el (edebug-unwrap):
12833         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12834         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12835         (pcase--let*): Remove.
12836         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12837         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
12838         macroexp-const-p instead.
12839         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12841         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12842         instead of "cl-" for internal definitions.  Use macroexp-const-p.
12843         (cl-old-bc-file-form): Remove var.
12844         (cl-const-exprs-p): Remove fun.
12845         (cl-labels, cl-macrolet): Use backquote.
12846         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
12847         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12848         (cl-define-setf-expander): Rename from cl-define-setf-method.
12849         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12851         * international/mule-cmds.el: Don't require CL.
12852         (view-hello-file): Don't use `letf'.
12854 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12856         * tmm.el (tmm-prompt): Use string-prefix-p.
12857         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12858         (tmm-add-prompt): Use minibuffer-completion-help.
12859         (tmm-delete-map): Remove.
12861         * subr.el (kbd): Make it its own function.
12863 2012-06-07  Stefan Merten  <smerten@oekonux.de>
12865         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12866         Silence compiler warnings.  Fix versions.
12867         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12868         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12869         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12870         (rst-package-emacs-version-alist): Correct Emacs version to
12871         represent major merge with upstream.
12872         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12874 2012-06-06  Glenn Morris  <rgm@gnu.org>
12876         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12877         Only print environment variables if set.
12879 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12881         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12882         (macroexp--cons): Rename from maybe-cons.
12883         (macroexp--accumulate): Rename from macroexp-accumulate.
12884         (macroexp--all-forms): Rename from macroexpand-all-forms.
12885         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12886         (macroexp--expand-all): Rename from macroexpand-all-1.
12888 2012-06-06  Sam Steingold  <sds@gnu.org>
12890         * calendar/calendar.el (calendar-in-read-only-buffer):
12891         Call `special-mode' to enable the standard read-only keybindings.
12893 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12895         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12896         with "loading" messages (bug#11635).
12898 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
12900         * files.el (enable-remote-dir-locals): New option.
12901         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
12903         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12904         Ensure, that the temp directory is local.
12906         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12907         `temporary-file-directory'.
12909         * progmodes/python.el (python-send-region): Ensure, that the
12910         temporary file is created also in the remote case.
12912 2012-06-06  Glenn Morris  <rgm@gnu.org>
12914         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12915         (vc-rcs-update-changelog): Use it.
12917         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12919         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12920         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12921         (vc-sccs-diff): Replace use of the external vcdiff script.
12923 2012-06-05  Glenn Morris  <rgm@gnu.org>
12925         * ledit.el: Move to obsolete/.
12927 2012-06-05  Sam Steingold  <sds@gnu.org>
12929         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12930         patch (Bug#11140).
12932 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12934         * emacs-lisp/cust-print.el: Move to obsolete.
12936         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12937         compiler-macro expansion.
12939         Add native compiler-macro support.
12940         * emacs-lisp/macroexp.el (macroexpand-all-1):
12941         Support compiler-macros directly.  Properly follow aliases and apply
12942         the compiler macros more thoroughly.
12943         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12944         macroexpand now properly follows aliases.
12945         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12946         (cl-compiler-macroexpand): Use new prop.
12947         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12949         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12951 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
12953         * window.el (get-lru-window, get-mru-window, get-largest-window):
12954         New argument NOT-SELECTED to avoid picking the selected window.
12955         (window--display-buffer-1, window--display-buffer-2): Replace by
12956         new function window--display-buffer
12957         (display-buffer-same-window, display-buffer-reuse-window)
12958         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12959         Use window--display-buffer.
12960         (display-buffer-use-some-window): Remove temporary dedication
12961         hack by calling get-lru-window and get-largest-window with
12962         NOT-SELECTED argument non-nil.  Call window--display-buffer.
12964 2012-06-05  Glenn Morris  <rgm@gnu.org>
12966         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12967         Replace external vcdiff script.
12969 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12971         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12973 2012-06-04  Chong Yidong  <cyd@gnu.org>
12975         * image.el (imagemagick-types-inhibit): Revert last change.
12976         Add INFO and M.
12977         (imagemagick-enabled-types): Remove CIN and EPS*.
12979 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12981         * emacs-lisp/cl-lib.el: Rename from cl.el.
12982         * emacs-lisp/cl.el: New compatibility file.
12983         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12984         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12985         to obey the "cl-" prefix.
12986         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12988 2012-06-03  Glenn Morris  <rgm@gnu.org>
12990         * emacs-lisp/authors.el (authors-aliases): Addition.
12992         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12993         Fix :version.
12995 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12997         * textmodes/rst.el: Add comments.
12998         (rst-transition, rst-adornment): New faces.
12999         (rst-adornment-faces-alist): Make default safe to reevaluate.
13000         Fixes
13001         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13002         Improve customization tags.
13003         (rst-define-level-faces): Clarify meaning.
13005 2012-06-03  Chong Yidong  <cyd@gnu.org>
13007         * progmodes/compile.el (compilation-mode-line-fail)
13008         (compilation-mode-line-run, compilation-mode-line-exit):
13009         New faces.
13010         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13012 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
13014         * progmodes/which-func.el (which-func-update-ediff-windows):
13015         New function.  Use it in ediff-select-hook (Bug#11478).
13017 2012-06-03  Chong Yidong  <cyd@gnu.org>
13019         * bindings.el: Remove explicit help text from format-mode-line.
13020         It is now supplied by mode-line-default-help-echo.
13021         (mode-line-front-space, mode-line-end-spaces)
13022         (mode-line-misc-info): New variables.
13023         (mode-line-modes, mode-line-position): Move the default value to
13024         the variable definition.
13025         (mode-line-default-help-echo): New defcustom.
13026         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13027         (mode-line-modified-help-echo): New functions.
13028         (mode-line-mule-info, mode-line-modified): Use them.
13029         (mode-line-eol-desc, propertized-buffer-identification):
13030         Consistency fixes for help text.
13031         (mode-line-coding-system-map): Allow using mouse-3 to invoke
13032         set-buffer-file-coding-system (Bug#289).
13033         (mode-line-mule-info-help-echo): Update help text.
13035 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13037         * simple.el (execute-extended-command): Set real-this-command
13038         (bug#11506).
13040 2012-06-02  Chong Yidong  <cyd@gnu.org>
13042         Remove incorrect uses of "modeline" in comments, docstrings, and
13043         function/variable names (Bug#10329).
13045         * cus-edit.el (mode-line):
13046         * dframe.el (dframe-mouse-hscroll):
13047         * emacs-lisp/re-builder.el:
13048         * emacs-lisp/easy-mmode.el (define-minor-mode):
13049         * frame.el (set-frame-name):
13050         * help.el (lookup-minor-mode-from-indicator):
13051         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13052         * progmodes/cc-cmds.el (c-toggle-auto-newline)
13053         (c-toggle-hungry-state):
13054         * progmodes/antlr-mode.el (antlr-language-alist):
13055         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13056         * progmodes/vhdl-mode.el (vhdl-mode):
13057         * progmodes/which-func.el (which-func, which-func-cleanup-function):
13058         * term/ns-win.el (ns-face-at-pos):
13059         * term/sup-mouse.el (sup-mouse-report):
13060         * textmodes/flyspell.el (flyspell-mode-line-string):
13061         * textmodes/ispell.el (ispell-highlight-face):
13062         * textmodes/reftex-global.el:
13063         * vc/vc-arch.el (vc-arch-mode-line-string):
13064         * vc/vc-cvs.el (vc-cvs-mode-line-string):
13065         * vc/vc-git.el (vc-git-mode-line-string):
13066         * vc/vc-hooks.el (vc-display-status)
13067         (vc-default-mode-line-string):
13068         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13070         * ansi-color.el (ansi-color-faces-vector): Change default faces.
13072         * dired.el (dired-sort-set-mode-line): Rename from
13073         dired-sort-set-modeline.  All callers changed.
13075         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13076         eshell-status-in-modeline.
13078         * foldout.el (foldout-mode-line-string): Rename from
13079         foldout-modeline-string.  All callers changed.
13080         (foldout-update-mode-line): Rename from foldout-update-modeline.
13082         * subr.el (redraw-modeline): Make into obsolete alias.
13084         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13085         timeclock-modeline-display.  Make old name an alias.
13086         (timeclock-update-mode-line): Likewise.  All callers changed.
13087         (timeclock-mode-line-display): No need to check before using
13088         add-hook.
13089         (timeclock-relative, timeclock-day-over-hook)
13090         (timeclock-use-elapsed, timeclock-mode-string)
13091         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13093         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13094         crisp-mode-modeline-string.
13096         * play/solitaire.el (solitaire-build-mode-line): Rename from
13097         solitaire-build-modeline.  All callers changed.
13099         * play/zone.el (zone-hiding-mode-line): Rename from
13100         zone-hiding-modeline.  All callers changed.
13101         (zone): Remove unusued `modeline-hidden-level' property.
13103         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13104         xscheme-modeline-initialize.  All callers changed.
13106         * strokes.el (strokes-lighter): Rename from
13107         strokes-modeline-string.
13109         * textmodes/sgml-mode.el (html-face-tag-alist)
13110         (html-tag-face-alist): Use mode-line face instead of obsolete
13111         alias modeline.
13113 2012-06-02  Stefan Merten  <smerten@oekonux.de>
13115         * textmodes/rst.el: Always require `cl'.
13116         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13118 2012-06-02  Chong Yidong  <cyd@gnu.org>
13120         * image.el (imagemagick-enabled-types): Rename from
13121         imagemagick-types-enable.  Add many more types.
13122         (imagemagick-types-inhibit): Change default to nil.
13123         (imagemagick-filter-types): Caller changed.
13125 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13127         * emacs-lisp/cl-macs.el: Use backquotes.
13128         (cl-transform-function-property): Use eval-and-compile rather than
13129         abusing `require'.
13130         (defstruct): Use declare-function instead of with-no-warnings.
13132         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13133         (byte-compile-output-docform): Re-add the print-circle bindings.
13134         (byte-compile-fix-header): Use #$ just because it's shorter.
13135         (byte-compile-output-file-form): Remove defun/defmacro.
13137 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
13139         * simple.el (choose-completion): Remove now obsolete binding for
13140         owindow.
13142 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
13144         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13145         in order to avoid "Stack overflow in regexp matcher".
13147 2012-05-31  Glenn Morris  <rgm@gnu.org>
13149         * image.el: For clarity, call imagemagick-register-types at
13150         top-level, rather than relying on a custom :initialize.
13151         (imagemagick-types-enable): New option.  (Bug#11557)
13152         (imagemagick-filter-types): New function.  (Bug#7406)
13153         (imagemagick-register-types): Use imagemagick-filter-types.
13154         If disabling support, remove elements altogether rather
13155         than using an impossible regexp.
13156         (imagemagick-types-inhibit): Give it the default init function.
13158 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13160         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13161         Handle arbitrary file name lengths (Bug#11585).
13163 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
13165         * desktop.el (desktop-read): Clear previous and next buffers for
13166         all windows and bury *Messages* buffer (bug#11556).
13168 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13170         Add `declare' for `defun'.  Align `defmacro's with it.
13171         * emacs-lisp/easy-mmode.el (define-minor-mode)
13172         (define-globalized-minor-mode): Don't autoload the var definitions.
13173         * emacs-lisp/byte-run.el: Use lexical-binding.
13174         (defun-declarations-alist, macro-declarations-alist): New vars.
13175         (defmacro, defun): Use them.
13176         (make-obsolete, define-obsolete-function-alias)
13177         (make-obsolete-variable, define-obsolete-variable-alias):
13178         Use `declare'.
13179         (macro-declaration-function): Mark obsolete.
13180         * emacs-lisp/autoload.el: Use lexical-binding.
13181         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
13183 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13185         * textmodes/ispell.el (ispell-with-no-warnings):
13186         Define as a macro.
13187         (ispell-kill-ispell, ispell-change-dictionary):
13188         Use `called-interactively-p' for Emacs instead of obsolete
13189         `interactive-p'.
13191 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13193         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13194         (macro-declaration-function): Move var from C code.
13195         (macro-declaration-function): Define function with defalias.
13196         * emacs-lisp/macroexp.el (macroexpand-all-1):
13197         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13198         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13199         defun/defmacro any more.
13200         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13201         Provide fallback for unknown arglist.
13202         (byte-compile-arglist-warn): Change calling convention.
13203         (byte-compile-output-file-form): Move print-vars binding.
13204         (byte-compile-output-docform): Simplify accordingly.
13205         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13206         (byte-compile-defmacro-declaration): Remove.
13207         (byte-compile-file-form-defmumble): Generalize to defalias.
13208         (byte-compile-output-as-comment): Return byte-positions.
13209         Simplify callers accordingly.
13210         (byte-compile-lambda): Use `assert'.
13211         (byte-compile-defun, byte-compile-defmacro): Remove.
13212         (byte-compile-file-form-defalias):
13213         Use byte-compile-file-form-defmumble.
13214         (byte-compile-defalias-warn): Remove.
13216 2012-05-29  Stefan Merten  <smerten@oekonux.de>
13218         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13219         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
13221         (rst-mode-abbrev-table): Merge definition.
13222         (rst-mode): Make sure `font-lock-defaults' is buffer local.
13223         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13225 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
13227         * calendar/icalendar.el
13228         (icalendar-export-region): Export UID properly.
13230 2012-05-29  Leo Liu  <sdl.web@gmail.com>
13231         * calendar/icalendar.el (icalendar-import-format):
13232         Add `icalendar-import-format-uid' (Bug#11525).
13233         (icalendar-import-format-uid): New.
13234         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13235         Export UID.
13237 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13239         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13240         different alternative patterns.
13241         (pcase-codegen): Be more careful to preserve identity.
13242         (pcase--u1): Don't forget to mark vars as used.
13244         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13245         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13246         (byte-compile-from-buffer): ...rather than here.
13248         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13249         functions from byte-compile-function-environment.
13251 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
13253         * window.el (window-deletable-p): Avoid deleting the root window
13254         of a frame with an active minibuffer.
13256 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
13258         * simple.el (choose-completion): Use quit-window (Bug#11567).
13260 2012-05-29  Chong Yidong  <cyd@gnu.org>
13262         * whitespace.el (whitespace-cleanup): Fix usage of
13263         whitespace-empty-at-bob-regexp (Bug#11492).
13265 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13267         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13268         revert (Bug#11488).
13270 2012-05-29  Juri Linkov  <juri@jurta.org>
13272         * isearch.el (isearch-mode-map): Bind `M-s _' to
13273         `isearch-toggle-symbol'.  Bind `M-s c' to
13274         `isearch-toggle-case-fold'.
13275         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13276         (isearch-forward): Add `M-s _' to the docstring.
13277         (isearch-forward-symbol, isearch-toggle-case-fold)
13278         (isearch-symbol-regexp): New functions.  (Bug#11381)
13280 2012-05-29  Juri Linkov  <juri@jurta.org>
13282         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
13283         (isearch-occur, isearch-search-and-update): If `isearch-word' is
13284         a function, call it to get the regexp.
13285         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13286         property `isearch-message-prefix' instead of the string "word ".
13287         (isearch-search-fun-default): For the case of `isearch-word',
13288         return a lambda that calls re-search-forward/re-search-backward
13289         with a regexp returned by `word-search-regexp' or by the function
13290         in `isearch-word'.
13292 2012-05-29  Juri Linkov  <juri@jurta.org>
13294         * isearch.el (isearch-search-fun-default): New function.
13295         (isearch-search-fun): Move default part to the new function
13296         `isearch-search-fun-default'.
13297         (isearch-search-fun-function): Set the default value to
13298         `isearch-search-fun-default'.  (Bug#11381)
13300         * comint.el (comint-history-isearch-end):
13301         Use `isearch-search-fun-default'.
13302         (comint-history-isearch-search): Use `isearch-search-fun-default'
13303         and remove spacial case for `isearch-word'.
13304         (comint-history-isearch-wrap): Remove spacial case for
13305         `isearch-word'.
13307         * hexl.el (hexl-isearch-search-function):
13308         Use `isearch-search-fun-default'.
13310         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13311         Use `word-search-regexp' for `isearch-word'.
13313         * misearch.el (multi-isearch-search-fun):
13314         Use `isearch-search-fun-default'.
13316         * simple.el (minibuffer-history-isearch-search):
13317         Use `isearch-search-fun-default' and remove spacial case for
13318         `isearch-word'.
13319         (minibuffer-history-isearch-wrap): Remove spacial case for
13320         `isearch-word'.
13322         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13323         Remove spacial case for `isearch-word'.
13324         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13326 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13328         Decrease XEmacs incompatibilities.
13329         * textmodes/flyspell.el (flyspell-check-pre-word-p):
13330         Use `string-match'.
13331         (flyspell-delete-region-overlays): Use alternative definition for
13332         XEmacs.
13333         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13334         (flyspell-word): Use `process-kill-without-query' if XEmacs.
13335         (flyspell-mode-on): Use `interactive-p' if XEmacs.
13336         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13337         `define-obsolete-face-alias' under XEmacs, but old method.
13339         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13340         `with-no-warnings' definition or Emacs alias.
13341         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13342         (ispell-word): Do not use `region-p' if XEmacs.
13344 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13346         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13347         Check for `ispell-dictionary-base-alist' instead of full
13348         `ispell-dictionary-alist'.
13349         (ispell-init-process): Show spellchecker when starting new Ispell
13350         process.
13352 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13354         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13355         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13357 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
13359         * version.el (motif-version-string, gtk-version-string)
13360         (ns-version-string): Declare.
13362 2012-05-27  Juri Linkov  <juri@jurta.org>
13364         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13365         after the `eval-defun-1' specialcaseing
13366         like in `edebug-eval-defun' (bug#10181).
13368         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13369         like in `eval-defun-1'.
13371 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
13373         * mail/sendmail.el (mail-yank-region):
13374         Recognize rmail-yank-current-message in addition to insert-buffer.
13375         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13376         a *mail* buffer created through rmail-start-mail with sendmail as
13377         mail-user-agent.
13379 2012-05-27  Chong Yidong  <cyd@gnu.org>
13381         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13382         Default to 256 (Bug#11267).
13384         * help.el (describe-mode): Doc fix.
13386 2012-05-26  Glenn Morris  <rgm@gnu.org>
13388         * w32-fns.el (w32-init-info): Remove.
13389         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13391         * info.el (info-initialize): For self-contained NS builds, put the
13392         included info/ directory at the front.  (Bug#2791)
13394         * paths.el (Info-default-directory-list): Make it a defcustom,
13395         mainly so that we can use custom-initialize-delay.
13397 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13399         * subr.el (buffer-has-markers-at): Mark obsolete.
13401         * subr.el (lambda): Use declare.
13403         * emacs-lisp/lisp-mode.el (lambda):
13404         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13406 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13408         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
13410 2012-05-26  Glenn Morris  <rgm@gnu.org>
13412         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13414 2012-05-25  Glenn Morris  <rgm@gnu.org>
13416         * paths.el: Remove no-byte-compile.
13417         * loadup.el: No need to load paths.el uncompiled.
13419         * image.el (imagemagick-types-inhibit): Doc fix.
13421         * version.el: Remove no-byte-compile and associated formatting.
13422         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
13423         is ancient code from when there was an "inc-vers.el".
13425 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13427         * progmodes/gdb-mi.el: Minor style changes.
13428         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13429         Turn into minor modes.
13430         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13431         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13432         (gdb-shell): Remove unneeded let-binding.
13433         (gdb-get-many-fields): Eliminate O(n²) behavior.
13435 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
13437         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13438         platforms that don't link in fontset.c.
13440 2012-05-25  Juri Linkov  <juri@jurta.org>
13442         Use the same diff color scheme as in modern VCSes (bug#10181).
13444         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13445         to avoid confusion with `diff-added' that now uses green colors.
13446         (diff-removed): Use shades of red.
13447         (diff-added): Use shades of green.
13448         (diff-changed): Leave just the yellow color.
13449         (diff-use-changed-face): New variable.
13450         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13451         how to highlight context diff changes.
13452         (diff-refine-change): Use shades of yellow.
13453         (diff-refine-removed): New face that uses shades of red.
13454         (diff-refine-added): New face that uses shades of green.
13455         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13456         `diff-refine-removed' in the call to `smerge-refine-subst'
13457         depending on the value of `diff-use-changed-face'.
13459         * vc/smerge-mode.el (smerge-mine): Use shades of red.
13460         (smerge-other): Use shades of green.
13461         (smerge-base): Use shades of yellow.
13462         (smerge-refined-change): Empty face.
13463         (smerge-refined-removed): New face that uses shades of red.
13464         (smerge-refined-added): New face that uses shades of green.
13465         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
13466         args `props-r' and `props-a', and use them.  Doc fix.
13467         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13468         on its value use different faces `smerge-refined-change',
13469         `smerge-refined-removed', `smerge-refined-added' in the call to
13470         `smerge-refine-subst'.
13472         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13473         Add face condition `min-colors 88' with shades of red.
13474         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13475         `min-colors 88' with shades of green.
13476         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13477         `min-colors 88' with shades of yellow.
13479 2012-05-24  Glenn Morris  <rgm@gnu.org>
13481         * paths.el (prune-directory-list, remote-shell-program): Move to...
13482         * files.el (prune-directory-list, remote-shell-program): ...here.
13483         For the latter, delay initialization, prefer ssh, just search PATH.
13485         * paths.el (term-file-prefix): Move to faces.el (the only user).
13486         * faces.el (term-file-prefix): Move here, make it a defcustom.
13488         * paths.el (news-directory, news-path, news-inews-program):
13489         Move to gnus/nnspool.el.
13491         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13493         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13494         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13495         Make the latter a defcustom, with a delayed initialization.
13497         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13498         These were deleted from Gnus itself late 2010.
13500 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
13502         * progmodes/which-func.el (which-func-ff-hook):
13503         Check against user-error, not error.
13505         * emacs-lisp/edebug.el (top): Do not load or set up loading of
13506         cl-specs.el, which no longer exists.
13508 2012-05-22  Glenn Morris  <rgm@gnu.org>
13510         * info.el (info-emacs-bug): New command.
13511         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13512         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13514 2012-05-21  Glenn Morris  <rgm@gnu.org>
13516         * makefile.w32-in (update-subdirs-SH):
13517         * Makefile.in (update-subdirs): Update for moved update-subdirs.
13519 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13521         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13523         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13524         Simplify Maven regexp, and make sure the file can't start with a space
13525         (bug#11517).
13527 2012-05-21  Glenn Morris  <rgm@gnu.org>
13529         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13530         Scrap superfluous subshells.
13532 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13534         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13535         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13537 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
13539         * calc/calc.el (calc-ensure-consistent-units): New variable.
13541         * calc/calc-units.el (math-consistent-units-p)
13542         (math-check-unit-consistency): New functions.
13543         (calc-quick-units, calc-convert-units):
13544         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13545         is non-nil.
13546         (calc-extract-units): Fix typo.
13548 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13550         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13552         * textmodes/flyspell.el: Commenting style, plus code simplifications.
13553         (flyspell-default-deplacement-commands): Don't spell check after
13554         repeated window/frame switches (e.g. triggered by mouse-movement).
13555         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13556         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13557         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13558         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13559         Remove unused vars.
13560         (flyspell-get-casechars, flyspell-get-not-casechars):
13561         Simplify; Don't bother removing a ] just to add it back.
13562         * textmodes/ispell.el (ispell-program-name): Use executable-find.
13564 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
13566         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13567         New functions.
13568         (math-function-table): Add support for more C functions.
13570 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13572         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13573         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13574         Protect delay handling for otherchars against empty otherchars.
13576 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13578         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13579         their respective macro declarations.
13580         * skeleton.el (define-skeleton):
13581         * progmodes/compile.el (define-compilation-mode):
13582         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13583         (define-ibuffer-filter):
13584         * emacs-lisp/generic.el (define-generic-mode):
13585         * emacs-lisp/easy-mmode.el (define-minor-mode)
13586         (define-globalized-minor-mode):
13587         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13588         * emacs-lisp/byte-run.el (defsubst):
13589         * custom.el (deftheme): Add doc-string metadata.
13591 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13595 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13599         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13600         * emacs-lisp/cl-macs.el: Idem.
13601         * emacs-lisp/cl-specs.el: Remove.
13603 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13605         Minor renaming of internal CL functions and variables.
13606         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13607         (cl--position): Rename from cl-position.
13608         (cl--delete-duplicates): Rename from cl-delete-duplicates.
13609         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13610         (cl--random-state): Rename from *random-state*.
13612 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13615         parens around the arg list (bug#11499).
13617 2012-05-17  Juri Linkov  <juri@jurta.org>
13619         * isearch.el (word-search-regexp, word-search-backward)
13620         (word-search-forward, word-search-backward-lax)
13621         (word-search-forward-lax): Move functions from search.c
13622         (bug#10145, bug#11381).
13624 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13626         * textmodes/flyspell.el (flyspell-check-pre-word-p)
13627         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13628         Delay for otherchars as for normal word components.
13630 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13632         * minibuffer.el (completion--sifn-requote): Fix last change.
13633         (minibuffer-local-must-match-filename-map):
13634         Move define-obsolete-variable-alias before its var.
13636 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13638         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13640         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13641         behavior.
13642         (completion--string-equal-p): New function.
13643         (completion--twq-all): Use it to get better assertion failure data.
13645         Only handle ".." and '..' quoting in shell-mode (bug#11466).
13646         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13647         (shell--requote-argument): New functions.
13648         (shell-completion-vars): Use them.
13649         (shell--parse-pcomplete-arguments): Rename from
13650         shell-parse-pcomplete-arguments.
13651         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
13652         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13653         Obey comint-file-name-quote-list.
13655         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13656         (smie-indent-keyword): Use it.
13658 2012-05-14  Stefan Merten  <smerten@oekonux.de>
13660         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13662 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13664         * net/rlogin.el (rlogin-mode-map): Fix last change.
13666 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
13668         * mail/smtpmail.el (smtpmail-send-command): Send the command and
13669         the following \r\n using a single `process-send-string', since the
13670         Lotus SMTP server refuses to accept any commands if they are sent
13671         with two `process-send-string's (Bug#11444).
13673 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13675         * shell.el (shell-parse-pcomplete-arguments):
13676         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13678 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13680         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13681         (image-transform-scale, image-transform-right-angle-fudge): New vars.
13682         (image-transform-width, image-transform-fit-width): New functions.
13683         (image-transform-properties): Use them.
13684         (image-transform-check-size): New function.
13685         (image-toggle-display-image): Use it (for testing).
13686         (image-transform-set-rotation): Reduce angle mod 360.
13687         Delete obsolete comment.
13689 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
13691         * image-mode.el: Fix scaling (bug#11399).
13692         (image-transform-resize): Doc fix.
13693         (image-transform-properties): Default scale is 1 and height should
13694         be an integer.
13696 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
13698         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13699         than hard-coding `car', to fix misbehavior when moving forward.
13701 2012-05-13  Chong Yidong  <cyd@gnu.org>
13703         * emacs-lisp/tabulated-list.el (tabulated-list-format)
13704         (tabulated-list-entries, tabulated-list-padding)
13705         (tabulated-list-sort-key): Make permanent-local.
13707         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13708         (electric-buffer-list): Put electric buffer menu
13709         command descriptions in this docstring, instead of the docstring
13710         of electric-buffer-menu-mode.  Code cleanups.
13711         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
13712         Electric-buffer-menu-mode.
13713         (electric-buffer-update-highlight): Minor code cleanup.
13715 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
13717         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13718         (Bug#11447)
13720 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13722         Move define-obsolete-variable-alias before the var's definition.
13723         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13724         * tooltip.el (tooltip-hook):
13725         * textmodes/reftex-toc.el (reftex-toc-map):
13726         * textmodes/reftex-sel.el (reftex-select-label-map)
13727         (reftex-select-bib-map):
13728         * textmodes/reftex-index.el (reftex-index-map)
13729         (reftex-index-phrases-map):
13730         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13731         * progmodes/meta-mode.el (meta-mode-map):
13732         * novice.el (disabled-command-hook):
13733         * loadhist.el (unload-hook-features-list):
13734         * frame.el (blink-cursor):
13735         * files.el (find-file-not-found-hooks, write-file-hooks)
13736         (write-contents-hooks):
13737         * emulation/tpu-edt.el (GOLD-map):
13738         * emacs-lock.el (emacs-lock-from-exiting):
13739         * emacs-lisp/generic.el (generic-font-lock-defaults):
13740         * emacs-lisp/chart.el (chart-map):
13741         * dos-fns.el (register-name-alist):
13742         * dired-x.el (dired-omit-files-p):
13743         * desktop.el (desktop-enable):
13744         * cus-edit.el (custom-mode-hook):
13745         * buff-menu.el (buffer-menu-mode-hook):
13746         * bookmark.el (bookmark-read-annotation-text-func)
13747         (bookmark-exit-hooks):
13748         * allout.el (allout-mode-deactivate-hook)
13749         (allout-exposure-change-hook, allout-structure-added-hook)
13750         (allout-structure-deleted-hook, allout-structure-shifted-hook):
13751         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13752         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13753         comes before the corresponding variable's definition.
13755 2012-05-12  Chong Yidong  <cyd@gnu.org>
13757         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13758         (Buffer-menu-mouse-select): Restore function (Bug#11459).
13759         (Buffer-menu-mode-map): Bind it.
13760         (Buffer-menu--pretty-name): Add a mouse-face property.
13762 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13764         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
13765         (prolog-upper-case-string, prolog-lower-case-string)
13766         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13767         (prolog-use-smie, prolog-smie-grammar): New vars.
13768         (prolog-smie-forward-token, prolog-smie-backward-token)
13769         (prolog-smie-rules): New funs.
13770         (prolog-comment-indent): Remove.
13771         (prolog-mode-variables): Use default comment indentation instead.
13772         Setup SMIE.
13773         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13774         (prolog-mode): Don't call them any more.
13775         (prolog-electric-colon, prolog-electric-dash)
13776         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13778         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13780         * minibuffer.el (completion--twq-all): Again, allow case differences.
13782         * term.el: Move keymap initialization code to be more idiomatic.
13783         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13784         (term-terminal-menu): Move initialization into declaration.
13785         (term-escape-char): Let the user set it in her .emacs.
13787         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13788         Provide SMIE-based indentation (not enabled by default yet).
13789         (sh-mode-map): Don't bind electric keys.
13790         Use electric-pair-mode instead of skeleton-pair.
13791         (sh-assignment-regexp): Fit within 80 columns.
13792         (sh-indent-supported): Specify actual shell name instead of boolean.
13793         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13794         (sh-maybe-here-document): Use it.  Make obsolete.
13795         (sh-electric-here-document-mode) New minor mode.
13796         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
13797         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13798         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13799         (sh-smie-rc-grammar, sh-use-smie): New vars.
13800         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13801         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13802         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13803         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13804         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13805         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13806         (sh-set-shell): Use smie-setup if requested.
13808         * term.el (term-set-escape-char): Properly set term-escape-char.
13809         See http://stackoverflow.com/questions/10524656.
13811 2012-05-10  Chong Yidong  <cyd@gnu.org>
13813         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13814         Use url-generic-parse-url, and handle host names and Windows
13815         filenames properly.
13816         (ffap-url-unwrap-remote): Use url-generic-parse-url.
13817         (ffap-url-unwrap-remote): Accept list values, specifying a list of
13818         URL schemes to work on.
13819         (ffap--toggle-read-only): New function.
13820         (ffap-read-only, ffap-read-only-other-window)
13821         (ffap-read-only-other-frame): Use it.
13822         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13823         necessary for ffap-url-unwrap-remote.
13825 2012-05-10  Dave Abrahams  <dave@boostpro.com>
13827         * cus-start.el (create-lockfiles): Add it.
13829 2012-05-09  Chong Yidong  <cyd@gnu.org>
13831         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13832         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13834 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13836         * shell.el (shell-completion-vars): Fix last change (bug#11348).
13838 2012-05-09  Chong Yidong  <cyd@gnu.org>
13840         * ansi-color.el (ansi-color-process-output): Check for validity of
13841         comint-last-output-start before using it.  This avoids a bad
13842         interaction with gdb-mi's input/output buffer.
13844 2012-05-09  Glenn Morris  <rgm@gnu.org>
13846         * files.el (dir-locals-read-from-file):
13847         Mention dir-locals in any error message.
13849 2012-05-09  Chong Yidong  <cyd@gnu.org>
13851         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13852         package (Bug#11410).
13854         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13855         variables into description.
13857 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13859         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13860         shell-delimiter-argument-list (bug#11348).
13861         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13863 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
13865         * textmodes/rst.el: Silence byte-compiler warnings.
13866         (rst-re-alist, rst-reset-section-caches): Move around.
13867         (rst-re): Use `characterp', not `char-valid-p'.
13868         (font-lock-beg, font-lock-end): Declare.
13870         * progmodes/idlw-shell.el (specs): Remove reference to deleted
13871         variable `idlwave-shell-activate-alt-keybindings' and simplify.
13873         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13875 2012-05-08  Glenn Morris  <rgm@gnu.org>
13877         * files.el (auto-mode-alist): Treat ".make" like ".mk".
13879 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13881         * vc/log-edit.el: Add GNU coding standards highlighting.
13882         (log-edit-font-lock-gnu-style)
13883         (log-edit-font-lock-gnu-keywords): New vars.
13884         (log-edit-font-lock-keywords): New fun.
13885         (log-edit-mode): Don't fold case in font-lock.
13886         (log-edit-font-lock-keywords): Do not assume case-folding.
13888         * imenu.el: Misc cleanup.  Make docstrings out of comments.
13889         Use lexical-binding.
13890         (imenu--index-alist, imenu--last-menubar-index-alist)
13891         (imenu-menubar-modified-tick): Use defvar-local.
13892         (imenu--split-menu): Remove unused var.
13893         (imenu--cleanup-seen): Declare as global.
13894         (imenu--cleanup): Use dolist.
13896         * subr.el (defvar-local): Add debug spec and doc-string position.
13898 2012-05-08  Glenn Morris  <rgm@gnu.org>
13900         * language/burmese.el, language/cham.el, language/czech.el:
13901         * language/english.el, language/georgian.el, language/greek.el:
13902         * language/japanese.el, language/khmer.el, language/korean.el:
13903         * language/lao.el, language/misc-lang.el, language/romanian.el:
13904         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13905         * language/thai.el, language/utf-8-lang.el:
13906         Remove no-byte-compile setting.
13908         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
13910 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13912         * progmodes/make-mode.el (makefile-browse):
13913         Remove unnecessary interactive.  (Bug#11324)
13915 2012-05-07  Glenn Morris  <rgm@gnu.org>
13917         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13919         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13921 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13923         * loadup.el: Preload newcomment.el.
13924         * newcomment.el: Move autoload-only code to toplevel.
13926         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13927         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13928         Handle new :right-align column property.
13929         (tabulated-list-print-col): Idem, plus use `display' text-property to
13930         try and preserve alignment for variable pitch fonts.
13932 2012-05-07  Chong Yidong  <cyd@gnu.org>
13934         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13935         (tabulated-list-use-header-line): New var.
13936         (tabulated-list-init-header): Use it.
13937         (tabulated-list-print-fake-header): New function.
13938         (tabulated-list-print): Use it.
13939         (tabulated-list-sort-button-map): Add non-header-line commands.
13940         (tabulated-list-init-header): Add column name property to basic
13941         labels as well.
13942         (tabulated-list-col-sort): Handle non-header-line button case.
13943         (tabulated-list--sort-by-column-name): Fix a corner case.
13945         * buff-menu.el (list-buffers--refresh):
13946         Handle Buffer-menu-use-header-line.
13948 2012-05-06  Chong Yidong  <cyd@gnu.org>
13950         * buff-menu.el: Convert to Tabulated List mode.
13951         (Buffer-menu-buffer+size-width): Make obsolete.
13952         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13953         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13954         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
13955         documentation into docstring of buffer-menu.
13956         (Buffer-menu-toggle-files-only): Add an informative message.
13957         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13958         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13959         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13960         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13961         (Buffer-menu-execute, Buffer-menu-select)
13962         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13963         (Buffer-menu-bury): Use Tabulated List machinery.
13964         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13965         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13966         Delete.
13967         (list-buffers--refresh): New function.
13968         (list-buffers-noselect): Use it.
13969         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13970         (Buffer-menu--pretty-file-name): New helper functions.
13972         * loadup.el: Preload tabulated-list.
13974         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13975         tabulated-list-sort-column.
13976         (tabulated-list-init-header): Add the initial aligning space even
13977         if tabulated-list-padding is zero.
13979 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13981         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13982         whose cdr is not a cons cell correctly (bug#11038).
13984 2012-05-06  Chong Yidong  <cyd@gnu.org>
13986         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13987         Accept additional plist in column descriptors.
13988         (tabulated-list-init-header): Obey it.
13989         (tabulated-list-get-entry): New function.
13990         (tabulated-list-put-tag): Use it.  Use string-width instead of
13991         length.
13992         (tabulated-list--column-number): New function.
13993         (tabulated-list-print): Use it.
13994         (tabulated-list-print-col): New function.
13995         Set `tabulated-list-column-name' property on each column's text.
13996         (tabulated-list-print-entry): Use it.
13997         (tabulated-list-delete-entry, tabulated-list-set-col):
13998         New functions.
13999         (tabulated-list-sort-column): New command (Bug#11337).
14001         * buff-menu.el (list-buffers): Move C-x C-b binding from
14002         buff-menu.el to bindings.el.
14004         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14005         :advertised-binding feature.
14007 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
14009         * progmodes/compile.el (compilation-internal-error-properties):
14010         Calculate start position correctly when end-col is set but
14011         end-line is not (Bug#11382).
14013 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
14015         * man.el (Man-unindent): Use text-property-default-nonsticky to
14016         prevent untabify from inheriting face properties (Bug#11408).
14018 2012-05-05  Stefan Merten  <smerten@oekonux.de>
14020         * textmodes/rst.el: Major merge with upstream development up to
14021         Docutils SVN r7399 / rst.el V1.2.1.
14023         Clarify maintainership and authors.
14025         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14026         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14027         (rst-official-version, rst-official-cvs-rev, rst-version)
14028         (rst-package-emacs-version-alist): New functions and variables
14029         for version information.
14031         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14032         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14033         (rst-mode-syntax-table, rst-mode): New and corrected functions
14034         and variables representing reStructuredText features.
14036         (rst-re): New function for reStructuredText regexes.  Use in
14037         many places.
14039         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14040         (rst-mode-map): Rebind keys.
14042         (rst-mode-lazy, rst-font-lock-keywords)
14043         (rst-font-lock-extend-region)
14044         (rst-font-lock-extend-region-internal)
14045         (rst-font-lock-extend-region-extend)
14046         (rst-font-lock-find-unindented-line-limit)
14047         (rst-font-lock-find-unindented-line-match)
14048         (rst-adornment-level, rst-font-lock-adornment-level)
14049         (rst-font-lock-adornment-match)
14050         (rst-font-lock-handle-adornment-pre-match-form)
14051         (rst-font-lock-handle-adornment-matcher): Major revision of
14052         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
14054         (rst-preferred-adornments, rst-adjust-hook)
14055         (rst-new-adornment-down, rst-preferred-bullets)
14056         (rst-preferred-bullets, rst-indent, rst-indent-width)
14057         (rst-indent-field, rst-indent-literal-normal)
14058         (rst-indent-literal-minimized, rst-indent-comment): Change,
14059         extend and improve customization.
14061         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14062         (rst-normalize-cursor-position, rst-get-decoration)
14063         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14064         (rst-rstrip, rst-toc-insert-find-delete-contents)
14065         (rst-shift-fill-region, rst-compute-bullet-tabs)
14066         (rst-debug-print-tabs, rst-debug-mark-found)
14067         (rst-shift-region-guts, rst-shift-region-right)
14068         (rst-shift-region-left, rst-use-char-classes)
14069         (rst-font-lock-keywords-function)
14070         (rst-font-lock-indentation-point)
14071         (rst-font-lock-find-unindented-line-begin)
14072         (rst-font-lock-find-unindented-line-end)
14073         (rst-font-lock-find-unindented-line)
14074         (rst-font-lock-adornment-point, rst-font-lock-level)
14075         (rst-adornment-level-alist): Remove functions and variables.
14077         (rst-compare-adornments, rst-get-adornment-match)
14078         (rst-suggest-new-adornment, rst-get-adornments-around)
14079         (rst-adornment-complete-p, rst-get-next-adornment)
14080         (rst-adjust-adornment, rst-display-adornments-hierarchy)
14081         (rst-straighten-adornments): Standardize function names to
14082         use "adornment" instead of "decoration".  Correct callers.
14083         Similar standardizing in many places.
14085         (rst-update-section, rst-adjust, rst-promote-region)
14086         (rst-enumerate-region, rst-bullet-list-region)
14087         (rst-repeat-last-character): Correct use of `interactive'.
14089         (rst-classify-adornment, rst-find-all-adornments)
14090         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14091         (rst-find-leftmost-column, rst-repeat-last-character):
14092         Refactor functions.
14094         (rst-find-title-line, rst-reset-section-caches)
14095         (rst-get-adornments-around, rst-adjust-adornment-work)
14096         (rst-arabic-to-roman, rst-roman-to-arabic)
14097         (rst-insert-list-pos, rst-insert-list-new-item)
14098         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14099         New functions.
14101         (rst-all-sections, rst-section-hierarchy)
14102         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14103         New variables.
14105         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14106         configuration instead of only buffer.  Change where necessary.
14108         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14109         (rst-shift-region, rst-adaptive-fill): New functions for
14110         indentation and filling.
14112         (rst-comment-line-break, rst-comment-indent)
14113         (rst-comment-insert-comment, rst-comment-region)
14114         (rst-uncomment-region): New functions for handling comments.
14116         (rst-compile): Quote shell arguments.
14118         (rst-compile-pdf-preview, rst-compile-slides-preview):
14119         Delete temporary files after use.
14121 2012-05-05  Glenn Morris  <rgm@gnu.org>
14123         * calendar/cal-html.el: Optionally include holidays in the output.
14124         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14125         (cal-html-holidays): New option.
14126         (cal-html-css-default): Add holiday entry.
14127         (holiday-in-range): Autoload it.
14128         (cal-html-htmlify-entry): Add optional class argument.
14129         (cal-html-htmlify-list): Add optional holidays argument.
14130         (cal-html-insert-agenda-days): Include holidays in the output.
14131         (cal-html-one-month): Maybe include holidays.
14133         * calendar/holidays.el (holiday-in-range):
14134         Move here from cal-tex-list-holidays.
14135         * calendar/cal-tex.el (cal-tex-list-holidays):
14136         Make it an obsolete alias for holiday-in-range.  Update all callers.
14138 2012-05-05  Chong Yidong  <cyd@gnu.org>
14140         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14141         Nextstep.
14143 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
14145         * files.el (file-auto-mode-skip): New var.
14146         (set-auto-mode-1): Use it.
14148 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14150         * repeat.el: Use lexical-binding.
14151         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14152         (repeat-undo-count): Remove.
14153         (repeat):
14154         * progmodes/octave-mod.el (octave-abbrev-start):
14155         * progmodes/f90.el (f90-abbrev-start):
14156         * face-remap.el (text-scale-adjust):
14157         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14159         * emacs-lisp/pcase.el (pcase--let*): New function.
14160         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14161         a bit more.
14162         (pcase--split-pred): Be more clever about ruling out overlap between
14163         a predicate and some constant pattern.
14164         (pcase--q1): Use `null' instead of (eq foo nil).
14166         * subr.el (setq-local, defvar-local): New macros.
14167         (kbd): Redefine as an alias.
14168         (with-selected-window): Leave unrelated frames alone.
14169         (set-temporary-overlay-map): New function.
14171 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * subr.el (user-error): New function.
14174         * window.el (switch-to-buffer):
14175         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14176         (smerge-match-conflict):
14177         * simple.el (previous-matching-history-element)
14178         (next-matching-history-element, goto-history-element, undo-more)
14179         (undo-start):
14180         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14181         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14182         (next-file, tags-loop-scan, list-tags, complete-tag):
14183         * progmodes/compile.el (compilation-loop):
14184         * mouse.el (mouse-minibuffer-check):
14185         * man.el (Man-bgproc-sentinel, Man-goto-page):
14186         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14187         (Info-history-forward, Info-follow-reference, Info-menu)
14188         (Info-extract-menu-item, Info-extract-menu-counting)
14189         (Info-forward-node, Info-backward-node, Info-next-menu-item)
14190         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14191         (Info-next-reference, Info-prev-reference, Info-index)
14192         (Info-index-next, Info-follow-nearest-node)
14193         (Info-copy-current-node-name):
14194         * imenu.el (imenu--make-index-alist)
14195         (imenu-default-create-index-function, imenu-add-to-menubar):
14196         * files.el (basic-save-buffer, recover-file):
14197         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14198         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14199         (checkdoc-message-text, checkdoc-defun):
14200         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14201         * cus-edit.el (customize-changed-options, customize-rogue)
14202         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14203         (custom-variable-mark-to-reset-standard)
14204         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14205         (custom-file):
14206         * completion.el (check-completion-length):
14207         * comint.el (comint-search-arg)
14208         (comint-previous-matching-input-string-position)
14209         (comint-previous-matching-input)
14210         (comint-replace-by-expanded-history-before-point, comint-send-input)
14211         (comint-copy-old-input, comint-backward-matching-input)
14212         (comint-goto-process-mark, comint-set-process-mark):
14213         * calendar/calendar.el (calendar-cursor-to-date): Use it.
14214         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14216 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14218         * dabbrev.el (dabbrev--ignore-case-p): New function.
14219         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14220         Use it.
14222         * files.el (automount-dir-prefix): Mark as obsolete.
14224 2012-05-04  Glenn Morris  <rgm@gnu.org>
14226         * patcomp.el, play/bruce.el: Move to obsolete/.
14228 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
14230         Fix minor Y10k bugs.
14231         * arc-mode.el (archive-unixdate):
14232         * autoinsert.el (auto-insert-alist):
14233         * calc/calc-forms.el (math-this-year):
14234         * emacs-lisp/copyright.el (copyright-current-year)
14235         (copyright-update-year, copyright):
14236         * tar-mode.el (tar-clip-time-string):
14237         * time.el (display-time-update):
14238         Don't assume years have 4 digits.
14240 2012-05-04  Chong Yidong  <cyd@gnu.org>
14242         * dos-w32.el (file-name-buffer-file-type-alist)
14243         (direct-print-region-use-command-dot-com):
14244         * ffap.el (ffap-menu-regexp):
14245         * find-file.el (ff-special-constructs):
14246         * follow.el (follow-debug):
14247         * forms.el (forms--debug):
14248         * iswitchb.el (iswitchb-all-frames):
14249         * ido.el (ido-all-frames):
14250         * emacs-lisp/timer.el (timer-max-repeats):
14251         * mail/feedmail.el (feedmail-mail-send-hook)
14252         (feedmail-mail-send-hook-queued):
14253         * mail/footnote.el (footnote-signature-separator):
14254         * mail/mailabbrev.el (mail-alias-separator-string)
14255         (mail-abbrev-mode-regexp):
14256         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14257         * progmodes/idlwave.el (idlwave-libinfo-file)
14258         (idlwave-default-completion-case-is-down)
14259         (idlwave-library-routines): Convert defvars to defcustoms.
14261         * mail/rmail.el (rmail-decode-mime-charset):
14262         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14263         (idlwave-shell-fix-inserted-breaks)
14264         (idlwave-shell-activate-alt-keybindings)
14265         (idlwave-shell-use-breakpoint-glyph):
14266         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14268 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14270         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14272 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
14274         * progmodes/verilog-mode.el (font-lock-keywords):
14275         Fix mis-highligting auto.  Reported by Craig Barner.
14276         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14277         defines from global name space.  Reported by Dan Dever.
14278         (verilog-auto-reset, verilog-auto-reset-widths)
14279         (verilog-auto-tieoff): Support using unbased numbers for
14280         AUTORESET and AUTOTIEOFF.
14281         (verilog-submit-bug-report): Update variable list.
14282         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14283         parenthesis from not matching.  Reported by Michael Rytting.
14284         (verilog-auto-template-lint): Fix hash error when linting modules
14285         with no used templates.
14286         (verilog-warn, verilog-warn-error)
14287         (verilog-warn-fatal): When non-interactive report multiple
14288         warnings before exiting.  Suggested by Brad Dobbie.
14289         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14290         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14291         to report unused template errors.  Reported by Brad Dobbie.
14292         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14293         nets, bug438.  Reported by Vns Blore.
14294         (verilog-auto-inout-module, verilog-auto-reg)
14295         (verilog-read-decls, verilog-read-sub-decls-sig)
14296         (verilog-signals-edit-wire-reg, verilog-signals-with):
14297         Fix passing of Verilog data types in ANSI input/output ports
14298         such as "output logic" into the AUTOs.  Special case "wire" and
14299         "reg" for backwards compatibility presuming Verilog 2001.
14300         (verilog-auto-ascii-enum): Add "auto enum" as alias.
14301         (verilog-preprocess): Fix replication of preprocess output.
14302         Reported by Brad Dobbie.
14303         (verilog-auto-inst-interfaced-ports):
14304         Create verilog-auto-inst-interfaced-ports, bug429.
14305         Reported by Julian Gorfajn.
14306         (verilog-after-save-font-hook)
14307         (verilog-before-save-font-hook): New variable.
14308         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14309         (verilog-save-font-mods): Wrap disabling fontification, reported
14310         by David Rogoff.
14311         (verilog-do-indent, verilog-pretty-declarations-auto)
14312         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14313         Reported by Pierre-David Pfister.
14314         (verilog-set-auto-endcomments): Fix endtask auto comments outside
14315         of class declarations, bug292.  Reported by Kevin Heilman.
14316         (verilog-read-decls): Fix 'parameter type' not appearing in
14317         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
14318         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14319         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
14320         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14321         Reported by David Kravitz.
14323 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
14325         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14326         assignment with tests in ifs and for loops.
14327         (verilog-extended-complete-re, verilog-complete-reg): Change so
14328         that DPI inport functions don't look like fuction declarations.
14329         (verilog-pretty-expr): Don't line up assignment
14330         operations to the test and increment in if and for loops
14331         (verilog-extended-complete-re, verilog-complete-reg): Change so
14332         that DPI inport functions don't look like fuction declarations.
14334 2012-05-03  Kenichi Handa  <handa@m17n.org>
14336         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14337         decoding, and show a warning message without signaling an error
14338         (Bug#11282).
14340 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14342         * emacs-lisp/bytecomp.el
14343         (byte-compile-file-form-custom-declare-variable): Compile all elements,
14344         since cconv.el might have introduced :fun-body, internal-make-closure,
14345         and friends for bytecomp to handle (bug#11391).
14346         * custom.el (defcustom): Avoid ((λ ..) ..).
14348 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14350         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14352 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
14354         * notifications.el (dbus-debug):
14355         * term/linux.el (gpm-mouse-enable):
14356         * term/screen.el (xterm-register-default-colors): Declare.
14358 2012-05-02  Chong Yidong  <cyd@gnu.org>
14360         * cus-start.el (gc-cons-percentage, exec-suffixes)
14361         (dos-display-scancodes, dos-hyper-key, dos-super-key)
14362         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14363         (make-cursor-line-fully-visible, void-text-area-pointer)
14364         (font-list-limit): Add customization data.
14366         * allout.el (allout-exposure-change-functions)
14367         (allout-structure-added-functions)
14368         (allout-structure-deleted-functions)
14369         (allout-structure-shifted-functions): Rename abnormal hooks from
14370         *-hook, and convert to defcustoms.
14371         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14372         Convert to defcustoms.
14373         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14375         * allout-widgets.el: Hook callers changed.
14377 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
14379         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14380         the yanked message in preference to the default value of
14381         buffer-file-coding-system.
14383 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
14385         * window.el (display-buffer--action-function-custom-type):
14386         Fix entry.
14388 2012-05-02  Alan Mackenzie  <acm@muc.de>
14390         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14392 2012-05-01  Glenn Morris  <rgm@gnu.org>
14394         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14396         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
14398         * cus-edit.el (custom-variable-documentation): Simplify with format.
14400 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14401             Stefan Monnier  <monnier@iro.umontreal.ca>
14403         * simple.el (suggest-key-bindings, execute-extended-command):
14404         Move from keyboard.c.
14406 2012-05-01  Chong Yidong  <cyd@gnu.org>
14408         * follow.el: Eliminate advice.
14409         (set-process-filter, process-filter, sit-for): Advice deleted.
14410         (follow-mode-off-hook): Obsolete hook removed.
14411         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14412         Vars deleted.
14413         (follow-auto): Use a :set function.
14414         (follow-mode): Rewritten.  Don't advise process filters.
14415         (follow-switch-to-current-buffer-all, follow-scroll-up)
14416         (follow-scroll-down): Assume follow-mode is bound.
14417         (follow-comint-scroll-to-bottom)
14418         (follow-align-compilation-windows): New functions.
14419         (follow--window-sorter): New function.
14420         (follow-all-followers): Use it to explicitly sort windows by their
14421         positions; don't make assumptions about next-window order.
14422         (follow-windows-start-end, follow-delete-other-windows-and-split)
14423         (follow-calc-win-start): Doc fix.
14424         (follow-windows-aligned-p, follow-select-if-visible): Don't call
14425         vertical-motion unnecessarily.
14426         (follow-adjust-window): New function.
14427         (follow-post-command-hook): Use it.
14428         (follow-call-set-process-filter, follow-call-process-filter)
14429         (follow-intercept-process-output, follow-tidy-process-filter-alist)
14430         (follow-stop-intercept-process-output, follow-generic-filter):
14431         Functions deleted.
14432         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14433         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14434         New functions, replacing advice on scroll-bar-* commands.
14435         (follow-mwheel-scroll): New function (Bug#4112).
14437         * comint.el (comint-adjust-point): New function.
14438         (comint-postoutput-scroll-to-bottom): Use it.
14439         Call follow-comint-scroll-to-bottom for Follow mode buffers.
14441 2012-05-01  Glenn Morris  <rgm@gnu.org>
14443         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14444         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14445         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14446         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14447         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14448         Remove no-byte-compile setting.
14450 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14452         * minibuffer.el (completion-table-with-quoting): Fix compatibility
14453         all-completions code to not return a number in the last cdr.
14455 2012-04-30  Leo Liu  <sdl.web@gmail.com>
14457         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14458         read-only error.
14460 2012-04-29  Chong Yidong  <cyd@gnu.org>
14462         * follow.el (follow-calc-win-end): Rewrite to handle partial
14463         screen lines correctly (Bug#8390).
14464         (follow-avoid-tail-recenter): Minor cleanup.
14466 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14468         Avoid the obsolete `assoc' package.
14469         * speedbar.el (speedbar-refresh): Avoid adelete.
14470         (speedbar-file-lists): Simplify and avoid aput.
14471         * man.el (Man--sections, Man--refpages): New vars, replacing
14472         Man-sections-alist and Man-refpages-alist.
14473         (Man-build-section-alist, Man-build-references-alist):
14474         Use them; avoid aput.
14475         (Man--last-section, Man--last-refpage): New vars.
14476         (Man-follow-manual-reference): Use them.
14477         Use the `default' arg of completing-read.
14478         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
14480 2012-04-27  Chong Yidong  <cyd@gnu.org>
14482         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14484         * startup.el (x-apply-session-resources): New function.
14486         * term/ns-win.el (ns-initialize-window-system):
14487         * term/w32-win.el (w32-initialize-window-system):
14488         * term/x-win.el (x-initialize-window-system): Use it to properly
14489         set menu-bar-mode and other vars from X resources, even if the
14490         initial frame is not a window-system frame (Bug#2299).
14492         * subr.el (read-key): Avoid running filter function when setting
14493         up temporary tool bar entries (Bug#9922).
14495 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14497         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14498         (Bug#11344)
14500 2012-04-27  Chong Yidong  <cyd@gnu.org>
14502         * select.el (xselect--encode-string): New function, split from
14503         xselect-convert-to-string.
14504         (xselect-convert-to-string): Use it.
14505         (xselect-convert-to-filename, xselect-convert-to-os)
14506         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14507         returned strings are properly encoded (Bug#11315).
14509 2012-04-27  Chong Yidong  <cyd@gnu.org>
14511         * simple.el (delete-active-region): Move to killing custom group.
14513 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
14515         * progmodes/which-func.el (which-func-current): Quote %
14516         characters for mode-line processing.
14518 2012-04-27  Chong Yidong  <cyd@gnu.org>
14520         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14521         reaching eob (Bug#11286).
14523 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
14525         * progmodes/gdb-mi.el (gdb-control-level): New variable.
14526         (gdb): Make it buffer-local and init to zero.
14527         (gdb-control-commands-regexp): New variable.
14528         (gdb-send): Don't wrap in "-interpreter-exec console" if
14529         gdb-control-level is positive.  Increment gdb-control-level
14530         whenever the command matches gdb-control-commands-regexp, and
14531         decrement it each time the command is "end".  (Bug#11279)
14533 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
14535         * window.el (adjust-window-trailing-edge, enlarge-window)
14536         (shrink-window, window-resize):
14537         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14538         windows (Bug#11276).
14540 2012-04-27  Chong Yidong  <cyd@gnu.org>
14542         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14543         fix "missing prefix" warning.  All callers changed.
14545 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14547         * emacs-lisp/assoc.el: Move to obsolete/.
14549 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14551         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14553         * term/ns-win.el (ns-define-service):
14554         * progmodes/pascal.el (pascal-goto-defun):
14555         * progmodes/js.el (js--read-tab):
14556         * progmodes/etags.el (tags-lazy-completion-table):
14557         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14558         * emacs-lisp/ewoc.el (ewoc--wrap):
14559         * emacs-lisp/assoc.el (aput, adelete, amake):
14560         * doc-view.el (doc-view-convert-current-doc):
14561         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14563 2012-04-26  Chong Yidong  <cyd@gnu.org>
14565         * image.el (image-type-from-buffer): Only return supported image
14566         type (Bug#9045).
14568         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14569         value, for symmetry with diff-end-of-hunk.
14570         (diff-split-hunk, diff-find-source-location)
14571         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14572         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14573         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14574         compute the relevant hunk or file properly (Bug#6005).
14575         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14577 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14579         * vc/vc-mtn.el:
14580         * vc/vc-hg.el:
14581         * vc/vc-git.el:
14582         * vc/vc-dir.el:
14583         * vc/vc-cvs.el:
14584         * vc/vc-bzr.el:
14585         * vc/vc-arch.el:
14586         * vc/vc.el: Replace lexical-let by lexical-binding.
14587         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14588         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14589         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14591 2012-04-26  Chong Yidong  <cyd@gnu.org>
14593         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14594         (diff-mode-shared-map): Bind it to / and [remap undo].
14596         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14597         (ediff-window-setup-function): Use it as the default, to set up
14598         windows based on whether the current frame is graphical (Bug#2138).
14599         (ediff-choose-window-setup-function-automatically): Make obsolete.
14601         * vc/ediff-init.el: Always define ediff-pixel-width/height.
14603 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14605         * ffap.el: Remove old code for obsolete package.
14606         (ffap-complete-as-file-p): Remove.
14608         Use completion-table-with-quoting for comint and pcomplete.
14609         * comint.el (comint--unquote&requote-argument)
14610         (comint--unquote-argument, comint--requote-argument): New functions.
14611         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14612         (comint-quote-filename): Use regexp-opt-charset.
14613         (comint--common-suffix, comint--common-quoted-suffix)
14614         (comint--table-subvert): Remove.
14615         (comint-unquote-function, comint-requote-function): New vars.
14616         (comint--complete-file-name-data): Use them with
14617         completion-table-with-quoting.
14618         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14619         * pcomplete.el (pcomplete-arg-quote-list)
14620         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14621         (pcomplete-unquote-argument-function): Default to non-nil.
14622         (pcomplete-unquote-argument): Simplify.
14623         (pcomplete--common-quoted-suffix): Remove.
14624         (pcomplete-requote-argument-function): New var.
14625         (pcomplete--common-suffix): New function.
14626         (pcomplete-completions-at-point): Use completion-table-with-quoting
14627         and completion-table-subvert.
14629         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14630         (minibuffer--double-dollars): Preserve properties.
14631         (completion--sifn-requote): New function.
14632         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14634         * minibuffer.el: Add support for completion of quoted/escaped data.
14635         (completion-table-with-quoting, completion-table-subvert): New funs.
14636         (completion--twq-try, completion--twq-all): New functions.
14637         (completion--nth-completion): New function.
14638         (completion-try-completion, completion-all-completions): Use it.
14640 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14642         * progmodes/python.el (python-pdbtrack-get-source-buffer):
14643         Use compilation-message if available to find real filename.
14645 2012-04-25  Chong Yidong  <cyd@gnu.org>
14647         * vc/diff-mode.el (diff-setup-whitespace): New function.
14648         (diff-mode): Use it.
14650         * vc/diff.el (diff-sentinel):
14651         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14652         Whitespace mode variables based on diff style (Bug#8612).
14654 2012-04-25  Leo Liu  <sdl.web@gmail.com>
14656         * progmodes/python.el (python-send-region): Add suffix .py to the
14657         temp file.
14659         * files.el (auto-mode-alist): Use javascript-mode instead.
14661 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
14663         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
14665         * net/soap-client.el (soap-resolve-references-for-sequence-type)
14666         (soap-resolve-references-for-array-type): Hack to prevent self
14667         references, see Bug#9.
14668         (soap-parse-envelope): Report the contents of the 'detail' node
14669         when receiving a fault reply.
14670         (soap-parse-envelope): Report the contents of the entire 'detail' node.
14672         * net/soap-inspect.el (soap-sample-value-for-simple-type)
14673         (soap-inspect-simple-type): New function.
14675         * net/soap-client.el (soap-simple-type): New struct.
14676         (soap-default-xsd-types, soap-default-soapenc-types)
14677         (soap-decode-basic-type, soap-encode-basic-type):
14678         support unsignedInt and double basic types.
14679         (soap-resolve-references-for-simple-type)
14680         (soap-parse-simple-type, soap-encode-simple-type): New function.
14681         (soap-parse-schema): Parse xsd:simpleType declarations.
14683         * net/soap-client.el (soap-default-xsd-types)
14684         (soap-default-soapenc-types): Add integer, byte and anyURI types.
14685         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14686         the local name of "soapenc:Array".
14687         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14688         decoding integer, byte and anyURI xsd types.
14690 2012-04-25  Chong Yidong  <cyd@gnu.org>
14692         * cus-edit.el (custom-buffer-create-internal): Update header text.
14694 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
14696         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14697         settings on 'system-type', not on 'window-system'.  On MS-Windows,
14698         set interactive-mode on in GDB.
14700 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14702         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14703         (ruby-syntax-propertize-regexp): Remove.
14704         (ruby-syntax-propertize-function): Split regexp into chunks.
14705         Match following code directly.
14707 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
14709         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14710         (ruby-syntax-propertize-regexp): New function.
14711         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14712         by a special keyword.
14714         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14715         (ruby-syntax-general-delimiters-goto-beg)
14716         (ruby-syntax-propertize-general-delimiters): New functions.
14717         (ruby-syntax-propertize-function): Use them to handle GDL.
14718         (ruby-font-lock-keywords): Move old handling of GDL...
14719         (ruby-font-lock-syntactic-keywords): .. to here.
14720         (ruby-calculate-indent): Adjust indentation for GDL.
14722 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
14724         * notifications.el (top): Remove unneeded declarations.
14725         (notifications-specification-version): Change to "1.2".
14726         (notifications-interface, notifications-notify-method)
14727         (notifications-close-notification-method): Fix docstring.
14728         (notifications-get-capabilities-method): New defconst.
14729         (notifications-notify): Add :action-items, :resident and
14730         :transient hints.  Change "image_data" to "image-data" and
14731         "image_path" to "image-path".
14732         (notifications-get-capabilities): New defun.
14734 2012-04-24  Leo Liu  <sdl.web@gmail.com>
14736         * progmodes/python.el: Move hideshow setup to the end.
14738 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
14740         * window.el (handle-select-window): Clear echo area since this is
14741         no more done by read_char (Bug#11304).
14743 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14745         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14746         and `/ M' to filter-derived-mode.
14747         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14748         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14749         (ibuffer-mark-by-mode): Use default rather than initial-input.
14750         (ibuffer-filter-by-derived-mode): Autoload and require-match.
14752 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
14754         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14755         (ibuffer-filter-by-derived-mode): New filter.
14756         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14758 2012-04-23  Andreas Politz  <politza@fh-trier.de>
14760         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14762 2012-04-23  Chong Yidong  <cyd@gnu.org>
14764         * cus-edit.el (customize-apropos, customize-apropos-options):
14765         Disable matching of non-option variables (Bug#11176).
14766         (customize-option, customize-option-other-window)
14767         (customize-changed-options): Doc fix.
14768         (customize-apropos-options, customize-apropos-faces)
14769         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14771         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14772         Fix word list splitting (Bug#11132).
14773         (apropos-symbol, apropos-keybinding, apropos-label)
14774         (apropos-property, apropos-function-button)
14775         (apropos-variable-button, apropos-misc-button): New faces.
14776         (apropos-symbol-face, apropos-keybinding-face)
14777         (apropos-label-face, apropos-property-face, apropos-match-face):
14778         Variables removed (Bug#8396).
14779         (apropos-library-button, apropos-format-plist, apropos-print)
14780         (apropos-print-doc, apropos-describe-plist): Callers changed.
14782 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
14784         * net/xesam.el (xesam-mode-map): Use let-bound map in
14785         initialization.  (Bug#11292)
14787 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14789         Preserve ispell session localwords when switching back to
14790         original buffer.
14792         * textmodes/ispell.el (ispell-buffer-session-localwords):
14793         New buffer-local variable to hold buffer session localwords.
14794         (ispell-kill-ispell): Add option 'clear to delete session
14795         localwords.
14796         (ispell-command-loop, ispell-change-dictionary)
14797         (ispell-buffer-local-words): Preserve session localwords when
14798         needed.
14800         * textmodes/flyspell.el (flyspell-process-localwords)
14801         (flyspell-do-correct): Preserve session localwords when needed.
14803 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14805         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14806         using obsolete `translation-table-for-input'.
14807         (ispell-word, ispell-process-line, ispell-complete-word):
14808         Use plain `insert' instead of removed `ispell-insert-word'.
14810 2012-04-22  Chong Yidong  <cyd@gnu.org>
14812         * cus-edit.el (custom-variable-menu)
14813         (custom-variable-reset-saved, custom-face-menu)
14814         (custom-face-reset-saved): If there is no saved value, make the
14815         "reset-saved" operation bring back the default (Bug#9509).
14816         (custom-face-state): Properly detect themed faces.
14818         * faces.el (face-spec-set): Stop supporting deprecated form of
14819         third arg.
14821 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
14823         Move functions from C to Lisp.  Make non-blocking method calls
14824         the default.  Implement further D-Bus standard interfaces.
14826         * net/dbus.el (dbus-message-internal): Declare function.
14827         Remove unneeded function declarations.
14828         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14829         (dbus-message-type-method-return, dbus-message-type-error)
14830         (dbus-message-type-signal): Declare variables.  Remove local
14831         definitions.
14832         (dbus-interface-dbus, dbus-interface-peer)
14833         (dbus-interface-introspectable, dbus-interface-properties)
14834         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14835         Adapt docstring.
14836         (dbus-interface-objectmanager): New defconst.
14837         (dbus-call-method, dbus-call-method-asynchronously)
14838         (dbus-send-signal, dbus-method-return-internal)
14839         (dbus-method-error-internal, dbus-register-service)
14840         (dbus-register-signal, dbus-register-method): New defuns, moved
14841         from dbusbind.c
14842         (dbus-call-method-handler, dbus-setenv)
14843         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14844         New defuns.
14845         (dbus-call-method-non-blocking): Make it an obsolete function.
14846         (dbus-unregister-object, dbus-unregister-service)
14847         (dbus-handle-event, dbus-register-property)
14848         (dbus-property-handler): Obey the new structure of
14849         `bus-registered-objects'.
14850         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
14851         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14852         Use `dbus-call-method'.
14854 2012-04-22  Chong Yidong  <cyd@gnu.org>
14856         * cus-edit.el (custom-commands, custom-reset-menu)
14857         (Custom-reset-standard): Tweak labels.
14858         (custom-reset-button-menu): Change default to t.
14859         (custom-buffer-create-internal): For the custom-reset-button-menu
14860         case, put the revert button first.
14861         (custom-group-subtitle): New face.
14862         (custom-group-value-create): Align docstring to a specific column.
14864         * wid-edit.el (widget-documentation-link-add): Don't handle
14865         indentation in this function.
14866         (widget-documentation-string-indent-to): New function.
14867         (widget-documentation-string-value-create): Use it.
14869         * autorevert.el (auto-revert):
14870         * epg-config.el (epg):
14871         * ibuffer.el (ibuffer):
14872         * mpc.el (mpc):
14873         * ses.el (ses):
14874         * eshell/eshell.el (eshell):
14875         * net/ange-ftp.el (ange-ftp):
14876         * progmodes/ebnf2ps.el (postscript):
14877         * progmodes/flymake.el (flymake):
14878         * progmodes/prolog.el (prolog):
14879         * progmodes/verilog-mode.el (verilog-mode):
14880         * progmodes/which-func.el (which-func):
14881         * term/xterm.el (xterm):
14882         * textmodes/picture.el (picture):
14883         * textmodes/tildify.el (tildify):
14884         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14885         customization buffers.
14887 2012-04-22  Alan Mackenzie  <acm@muc.de>
14889         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14890         Adding a ) can hide the resulting (..) from searches.  Fix it.
14891         Bound the backward search to the position of the existing (.
14893 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
14895         * progmodes/verilog-mode.el (verilog-mode): Check whether
14896         which-func-modes is t before adding verilog-mode.
14897         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14899 2012-04-21  Leo Liu  <sdl.web@gmail.com>
14901         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14903 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
14905         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14906         filling of the last column of a table (Bug#5635).
14907         (woman-find-next-control-line): New arg, specifying an additional
14908         regexp component for the control line.
14909         (woman2-roff-buffer): Use it.
14910         (woman-break-table): New function.
14911         (woman2-TS): Use it.
14913 2012-04-21  Chong Yidong  <cyd@gnu.org>
14915         * woman.el (woman-set-buffer-display-table, woman-decode-region)
14916         (woman-horizontal-escapes, woman-negative-vertical-space)
14917         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14918         (WoMan-warn-ignored): Use ?\s instead of ?\ .
14920 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * minibuffer.el (completion-file-name-table): Complete user names.
14924 2012-04-20  Leo Liu  <sdl.web@gmail.com>
14926         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14927         and pcase-let*.
14929 2012-04-20  Chong Yidong  <cyd@gnu.org>
14931         * server.el (server-execute): Respect initial-buffer-choice if it
14932         is a string and there are no files to open (Bug#2825).
14933         (server-create-window-system-frame, server-create-tty-frame):
14934         Don't switch buffers here.
14935         (server-process-filter): Only try to open a window system frame if
14936         compiled with graphical support (Bug#8314).
14938 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
14940         * battery.el (battery-echo-area-format): Display remaining time
14941         for sysfs backend too (Bug#11269).
14942         (battery-linux-sysfs): Fix conditional for the charge.
14944 2012-04-20  Chong Yidong  <cyd@gnu.org>
14946         * progmodes/gdb-mi.el (gdb): Revert previous change.
14947         (gdb-inferior-io--init-proc): New function.
14948         (gdb-init-1): Use it.
14949         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14950         responsible for allocating a new pty and hooking it to gdb when
14951         the old pty gets an EIO due to process exit.
14952         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
14953         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14954         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14956 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14958         * window.el (window-min-size, window-sizable, window-min-delta)
14959         (window-max-delta, window--resizable, window-resizable)
14960         (window-total-size, window-full-height-p, window-full-width-p)
14961         (window-in-direction, window--resize-mini-window, window-resize)
14962         (window--resize-child-windows-normal)
14963         (window--resize-child-windows, window--resize-siblings)
14964         (window--resize-this-window, adjust-window-trailing-edge)
14965         (enlarge-window, shrink-window): Doc fixes.
14967 2012-04-20  Chong Yidong  <cyd@gnu.org>
14969         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14970         New function to call delete-process on the gdb-inferior buffer's pty.
14971         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14972         pty process (Bug#11273).
14973         (gdb-update): New arg to suppress talking to the gdb process.
14974         (gdb-done-or-error): Use it.
14975         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14976         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14977         sentinel not being called.
14979         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14981         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14983 2012-04-20  Glenn Morris  <rgm@gnu.org>
14985         * net/network-stream.el (open-network-stream): Doc fix.
14987 2012-04-20  Chong Yidong  <cyd@gnu.org>
14989         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14991 2012-04-20  Alan Mackenzie  <acm@muc.de>
14993         Ensure searching for keywords is case sensitive.
14995         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14996         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14997         (c-defun-name, c-mark-function, c-cpp-define-name)
14998         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14999         (c-context-line-break): Bind case-fold-search to nil.
15001         * progmodes/cc-mode.el (c-font-lock-fontify-region):
15002         Bind case-fold-search to nil.
15004 2012-04-20  Chong Yidong  <cyd@gnu.org>
15006         * mail/sendmail.el (mail-bury): Call return action with the right
15007         Rmail buffer (Bug#11242).
15009         * server.el (server-process-filter): Handle corner case where both
15010         tty and nowait options are present (Bug#11102).
15012 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15014         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15015         (top level): Put into the executable the ident-style '$Id:' tag on
15016         windows-nt as well.
15018 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15020         * electric.el (electric-indent-post-self-insert-function): Check that
15021         electric-indent-mode is enabled in current buffer.
15023 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15025         * imenu.el (imenu-progress-message): Restore; it is "used" in
15026         erc/erc-imenu.el and net/snmp-mode.el.
15028 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
15030         * avoid.el (mouse-avoidance-mode): Mark unused arg.
15031         (mouse-avoidance-nudge-mouse): Remove unused binding.
15033         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15035         * descr-text.el (describe-char):
15036         * progmodes/python.el (python-describe-symbol):
15037         Don't call `toggle-read-only', set `buffer-read-only'.
15039         * imenu.el (imenu-default-goto-function): Mark unused args.
15040         (imenu-progress-message): Remove obsolete macro; all callers changed.
15042         * subr.el (keymap-canonicalize): Remove unused binding.
15043         (read-passwd): Mark unused arg.
15045         * tutorial.el (tutorial--display-changes): Remove unused binding.
15046         (tutorial--save-tutorial-to): Remove unused variable.
15048         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15049         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15050         (package-generate-autoloads, package-menu--generate)
15051         (package-menu--find-upgrades): Remove unused bindings.
15053         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15054         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
15055         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15056         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15057         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15058         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15059         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15060         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15061         (cua-delete-char-rectangle): Mark unused args.
15062         (cua-align-rectangle): Remove unused binding.
15064         * mail/rmail.el (compilation--message->loc)
15065         (epa--find-coding-system-for-mime-charset): Declare.
15067         * net/dbus.el (dbus-register-service): Declare.
15068         (dbus-name-owner-changed-handler): Remove unused binding.
15070         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15071         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15072         (nxml-scan-backward-within): Mark unused arg.
15073         (nxml-dynamic-markup-word): Remove unused binding.
15075         * mouse.el (mouse-menu-major-mode-map):
15076         * emacs-lisp/authors.el (authors-scan-change-log)
15077         (authors-add-to-author-list):
15078         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15079         * emacs-lisp/smie.el (smie-auto-fill):
15080         * mail/sendmail.el (mail-bury):
15081         * mail/unrmail.el (unrmail):
15082         * net/tls.el (open-tls-stream):
15083         * textmodes/picture.el (picture-mouse-set-point):
15084         Remove unused bindings.
15086 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
15088         * net/tramp.el (tramp-action-password): Let-bind
15089         `enable-recursive-minibuffers' to t.
15091 2012-04-18  Sam Steingold  <sds@gnu.org>
15093         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15094         instead of 'string to accommodate values like [f11].
15095         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15096         * progmodes/gdb-mi.el: Likewise.
15098 2012-04-18  Leo Liu  <sdl.web@gmail.com>
15100         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15101         current buffer.
15102         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15103         LOCAL is nil.
15105 2012-04-18  Chong Yidong  <cyd@gnu.org>
15107         * simple.el (line-move): Use forward-line if in batch mode
15108         (Bug#11053).
15110 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
15112         * files.el (after-find-file): Do not try to add a final newline if
15113         the buffer is read-only (Bug#11156).
15115 2012-04-17  Richard Stallman  <rms@gnu.org>
15117         * mail/rmail.el (rmail-start-mail):
15118         Pass (rmail-mail-return...) for the return-action.
15119         Pass (rmail-yank-current-message...) for the yank-action.
15120         (rmail-yank-current-message): New function.
15121         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15122         (rmail-reply): Likewise.
15123         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15125         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15126         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
15127         buffer, not newbuf.
15129 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
15131         * server.el (server-ensure-safe-dir): Simplify.
15133 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15135         * emacs-lisp/smie.el: Provide smarter auto-filling.
15136         (smie-auto-fill): New function.
15137         (smie-setup): Use it.
15139         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15141 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
15143         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15144         (comment-indent): Use it.
15146 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
15148         * ses.el: The overall change is to add cell renaming, that is
15149         setting fancy names for cell symbols other than name matching
15150         "\\`[A-Z]+[0-9]+\\'" regexp .
15151         (ses-localvars): Add ses--renamed-cell-symb-list.
15152         (ses-create-cell-variable): New defun.
15153         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15154         (ses-relocate-formula): Relocate formulas only for cells the
15155         symbols of which are not renamed, i.e. symbols whose names do not
15156         match regexp "\\`[A-Z]+[0-9]+\\'".
15157         (ses-relocate-all): Relocate values only for cells the symbols of
15158         which are not renamed.
15159         (ses-load): Create cells variables as the (ses-cell ...) are read,
15160         in order to check row col consistency with cell symbol name only
15161         for cells that are not renamed.
15162         (ses-replace-name-in-formula): New defun.
15163         (ses-rename-cell): New defun.
15165 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
15167         * progmodes/perl-mode.el (perl-indent-parens-as-block):
15168         New option (bug#11118).
15169         (perl-calculate-indent): Respect it.
15171 2012-04-17  Glenn Morris  <rgm@gnu.org>
15173         * dired-aux.el (dired-mark-read-string): Doc fix.
15175 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
15177         * dired-aux.el (dired-mark-read-string): Offer optional completion.
15178         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
15180 2012-04-17  Glenn Morris  <rgm@gnu.org>
15182         * mouse.el (mouse-drag-track):
15183         * speedbar.el (speedbar-frame-mode):
15184         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15186 2012-04-16  Leo Liu  <sdl.web@gmail.com>
15188         * progmodes/python.el: Trivial cleanup.
15190 2012-04-16  Glenn Morris  <rgm@gnu.org>
15192         * vc/vc.el (vc-string-prefix-p):
15193         * vc/pcvs-util.el (cvs-string-prefix-p):
15194         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15195         * mpc.el (mpc-string-prefix-p):
15196         Make all of these into obsolete aliases for string-prefix-p.
15197         Update callers.
15198         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15200         * textmodes/two-column.el: Move custom options to the start.
15201         (frame-width): Remove compat definition.
15202         (2C-associate-buffer, 2C-dissociate):
15203         Use with-current-buffer rather than save-excursion.
15204         (2C-dissociate): Force a mode-line update.
15205         (2C-autoscroll): Use ignore-errors.
15207         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15208         Autoload trivia.
15210         * emacs-lisp/cl-extra.el (*random-state*):
15211         Remove unnecessary declaration.
15213         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15215         * play/cookie1.el (cookie-snarf):
15216         Give an explicit error if input file cannot be read.
15218         * play/yow.el (yow-file): Use expand-file-name rather than concat.
15220         * progmodes/perl-mode.el (c-macro-expand):
15221         Remove unnecessary autoload (it is in loaddefs.el).
15223         * textmodes/picture.el (picture-desired-column)
15224         (picture-update-desired-column): Convert comments to doc-strings.
15225         (picture-substitute): Remove function.
15226         (picture-mode-map): Initialize in the defvar.
15228         * woman.el: Remove eval-after-load for tar-mode.
15229         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15230         (woman-tar-extract-file): Autoload it.
15232         * frame.el (automatic-hscrolling): Make this alias obsolete.
15234 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15236         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15237         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15238         (ispell-dictionary-base-alist): Revert to original XEmacs
15239         friendly version for default.  [:alpha:] will be added in
15240         `ispell-set-spellchecker-params' if needed.
15242 2012-04-16  Chong Yidong  <cyd@gnu.org>
15244         * image.el (imagemagick--file-regexp): New variable.
15245         (imagemagick-register-types): Use it.
15246         (imagemagick-types-inhibit): Add :set function.  Allow new value
15247         of t to inhibit all types.
15249         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15250         so we can preload it.
15252         * loadup.el (fboundp): Preload regexp-opt, needed by
15253         imagemagick-register-types.
15255 2012-04-15  Chong Yidong  <cyd@gnu.org>
15257         * frame.el (scrolling): Remove nearly unused customization group.
15259         * scroll-all.el (scroll-all-mode): Move to windows group.
15261 2012-04-15  Chong Yidong  <cyd@gnu.org>
15263         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15265 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15267         Avoid the use of ((lambda ...) ...) in lexical-binding code.
15268         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15270 2012-04-15  Glenn Morris  <rgm@gnu.org>
15272         * simple.el (process-file-side-effects): Doc fix.
15274 2012-04-15  Glenn Morris  <rgm@gnu.org>
15276         * international/mule-cmds.el (set-language-environment): Doc fix.
15278 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15280         * server.el (server-auth-key, server-generate-key): Doc fixes.
15281         (server-get-auth-key): Doc fix.  Use `string-match-p'.
15282         (server-start): Reflow docstring.
15284 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
15286         * server.el (server-generate-key): `called-interactively-p'
15287         requires a parameter.
15289 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
15291         * server.el (server-auth-key): New variable.
15292         (server-generate-key, server-get-auth-key): New function.
15293         (server-start): Use the new variable and functions to allow
15294         setting a permanent server key (bug#9423).
15296 2012-04-14  Leo Liu  <sdl.web@gmail.com>
15298         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15300 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
15302         Spelling fixes.
15303         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15304         Emacs uses American spelling.
15306 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
15308         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15309         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
15310         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15311         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
15313 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15315         * progmodes/which-func.el (which-func-modes): Change default.
15317 2012-04-14  Kim F. Storm  <storm@cua.dk>
15319         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15320         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15322 2012-04-14  Chong Yidong  <cyd@gnu.org>
15324         * custom.el (custom-theme-set-variables): Doc fix.
15326 2012-04-14  Glenn Morris  <rgm@gnu.org>
15328         * international/mule.el (set-auto-coding-for-load): Doc fix.
15330 2012-04-14  Alan Mackenzie  <acm@muc.de>
15332         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15333         imenu work again for Objective C Mode.  Correct the *-index values,
15334         these having been disturbed by a previous change in 2011-08.
15336         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15337         Correct two search limits.
15339 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15341         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15343 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
15345         * international/characters.el: Fix sorting.
15347 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15349         * international/characters.el: Add more missing Latin case pairs.
15351 2012-04-14  Glenn Morris  <rgm@gnu.org>
15353         * files.el (dir-locals-set-class-variables): Doc fix.
15355 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15357         * international/characters.el: Add set-case-syntax-pair call for
15358         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15359         counterpart.  (Bug#11209)
15361         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
15363 2012-04-14  Glenn Morris  <rgm@gnu.org>
15365         * calendar/holidays.el (calendar-check-holidays): Doc fix.
15367 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15369         * textmodes/ispell.el (ispell-dictionary-base-alist):
15370         Add data for Hebrew.
15372 2012-04-14  Chong Yidong  <cyd@gnu.org>
15374         * net/rcirc.el (rcirc-cmd-quit):
15375         Revert 2012-03-18 change (Bug#11192).
15377 2012-04-14  Glenn Morris  <rgm@gnu.org>
15379         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15381 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
15383         * minibuffer.el (completion-in-region-mode-map):
15384         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
15386 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
15388         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15390 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
15392         * minibuffer.el (minibuffer-local-filename-syntax): New variable
15393         to allow `C-M-f' and `C-M-b' to move to the nearest path
15394         separator (bug#9511).
15396 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
15398         * avoid.el: Require cl when compiling.  And also move the
15399         `provide' to the end.
15401 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15403         * avoid.el (mouse-avoidance-banish-position): New variable.
15404         (mouse-avoidance-banish-destination): Use it (bug#10165).
15406 2012-04-13  Leo Liu  <sdl.web@gmail.com>
15408         * progmodes/which-func.el (which-func-modes): Add objc-mode.
15410 2012-04-13  Ken Brown  <kbrown@cornell.edu>
15412         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15413         this is no longer needed now that cygstart understands file:// URLs.
15414         (browse-url-filename-alist): For the same reason, don't modify
15415         file:// URLs on Cygwin.
15417 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15419         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15420         the region on shift if the binding is already shifted (bug#11221).
15422 2012-04-12  Glenn Morris  <rgm@gnu.org>
15424         * mail/mailpost.el: Move to obsolete/.
15426 2012-04-12  Drew Adams  <drew.adams@oracle.com>
15428         * imenu.el (imenu--generic-function): Ignore invisible definitions
15429         (bug#10123).
15431 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
15433         * hexl.el (hexl-bits): New variable.
15434         (hexl-options): Mention the variable in the doc string.
15435         (hexl-rulerise, hexl-line-displen): New functions.
15436         (hexl-mode): Mention the new variable.
15437         (hexl-mode, hexl-current-address, hexl-current-address):
15438         Use the displen.
15439         (hexl-ascii-start-column): New function.
15440         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15441         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15443 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15445         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15446         '("-i" ENCODING), in 2 separate command-line arguments, to specify
15447         the encoding, as expected by hunspell.
15449 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * battery.el (battery--linux-sysfs-regexp): New const.
15452         (battery-status-function): Use it.  Remove yeeloong special case.
15453         (battery-yeeloong-sysfs): Remove.
15454         (battery-echo-area-format): Remove yeeloong special case.
15456 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15458         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15459         Reported by Noah Friedman.
15461         * subr.el (read-passwd): Use read-string.
15463 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15465         * vcursor.el (vcursor-move): Increase the priority of the overlay
15466         (bug#9663).
15468 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
15470         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15471         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15473 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
15475         * textmodes/artist.el (artist-mode): Convert artist-mode to use
15476         define-minor-mode (bug#10760).
15478 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15480         * progmodes/grep.el (rgrep): Tweak the find command line so
15481         that directories matching `grep-find-ignored-files' won't be
15482         pruned (bug#10351).
15484 2012-04-11  Chong Yidong  <cyd@gnu.org>
15486         * startup.el (command-line): Remove support for long-obsolete
15487         variable font-lock-face-attributes.
15489 2012-04-11  Glenn Morris  <rgm@gnu.org>
15491         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15493 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15495         * window.el (window--state-get-1): Obey window-point-insertion-type.
15497 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
15499         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15500         to previous function when point is on the first character of a
15501         function.  Take care of that in `narrow-to-defun' (bug#6157).
15503 2012-04-11  Glenn Morris  <rgm@gnu.org>
15505         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15506         not just file-errors.
15508         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15509         (vc-bzr-sha1): Use internal sha1.
15511 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15513         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15515 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
15517         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15518         that start in the middle of the line (bug#10496).
15520 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
15522         * battery.el (battery-linux-proc-acpi): Only one battery is
15523         discharged at a time, but that seems to confuse battery.el when
15524         computing `rate-type' for the battery not being discharged
15525         (bug#10332).
15527 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15529         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15531         * international/quail.el: Use dolist and simplify.
15532         (quail-define-package, quail-update-keyboard-layout)
15533         (quail-define-rules): Use dolist.
15534         (quail-insert-kbd-layout, quail-get-translation): CSE.
15536         * tmm.el: Use dolist, remove left over hook.
15537         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15538         Use dolist.
15539         (calendar-load-hook): Don't mess with it.
15541         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15542         Use derived-mode-p.  Run the diff asynchronously.
15544 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546         * obsolete/mouse-sel.el: Add an Obsolete-since header.
15548 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
15550         * misc.el: Display absolute path of loaded DLLs (bug#10424).
15551         (list-dynamic-libraries--loaded): New function.
15552         (list-dynamic-libraries--refresh): Use it.
15554 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
15556         * progmodes/python.el (python-fill-paragraph):
15557         Make python-fill-region in a multiline string work when font-lock is
15558         disabled (bug#7018).
15560 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
15562         * language/european.el (cp775): Add oem/legacy (en)coding on
15563         DOS/MS Windows for the Baltic languages.  There are still plenty
15564         of texts written in this encoding/codepage (bug#6519).
15566 2012-04-10  Glenn Morris  <rgm@gnu.org>
15568         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15569         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15571 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
15573         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15574         next-line "n" and previous-line "p" in order to make recentf more
15575         consistent with ibuffer, dired or org-mode (bug#9387).
15577 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15579         * image.el (put-image): Return the overlay created instead of the
15580         optional input string (bug#7834).  Note that this may break code
15581         that is (for some reason or other) depending on `put-image'
15582         returning the string.
15584         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15586         * simple.el (zap-to-char): Allow zapping using input methods
15587         (bug#1580).
15589         * textmodes/fill.el (fill-region): Leave point and mark where they
15590         were before filling (bug#5399).
15592 2012-04-09  Glenn Morris  <rgm@gnu.org>
15594         * version.el (emacs-bzr-get-version):
15595         Handle lightweight checkouts of local branches.
15597 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
15599         * international/characters.el: Recover lost case pairs.  (Bug#11209)
15601 2012-04-09  Chong Yidong  <cyd@gnu.org>
15603         * custom.el (custom-variable-p): Return nil for non-symbol
15604         arguments instead of signaling an error.
15605         (user-variable-p): Obsolete alias for custom-variable-p.
15607         * apropos.el (apropos-variable):
15608         * files-x.el (read-file-local-variable):
15609         * simple.el (set-variable):
15610         * woman.el (woman-mini-help):
15611         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15613 2012-04-09  Glenn Morris  <rgm@gnu.org>
15615         * startup.el (normal-top-level): Don't look for leim-list.el
15616         in places where it will not be found.  (Bug#910)
15618         * international/mule-cmds.el (set-default-coding-systems):
15619         * files.el (normal-mode):
15620         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
15621         This function was removed with ucs-tables.el in 2008.
15623 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
15625         * textmodes/ispell.el (ispell-check-version): For hunspell, set
15626         ispell-encoding8-command to "-i", without a trailing space.
15627         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15628         separate command-line arguments, to specify the encoding, since
15629         that's how hunspell expects it.
15631 2012-04-08  Glenn Morris  <rgm@gnu.org>
15633         * loadup.el: Load bindings before cus-start.
15634         This reduces somewhat the number of "rogue" settings in emacs -Q.
15636 2012-04-07  Glenn Morris  <rgm@gnu.org>
15638         * version.el (emacs-bzr-get-version): New function.
15639         (emacs-bzr-version): New variable.
15640         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
15641         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15643 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15645         * international/uni-bidi.el, international/uni-category.el:
15646         * international/uni-combining.el, international/uni-decimal.el:
15647         * international/uni-decomposition.el, international/uni-digit.el:
15648         * international/uni-lowercase.el, international/uni-mirrored.el:
15649         * international/uni-name.el, international/uni-numeric.el:
15650         * international/uni-titlecase.el, international/uni-uppercase.el:
15651         Update for Unicode 6.1.
15653 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
15655         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15657 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15659         * window.el (shrink-window): Mention the `window-min-height'
15660         variable in the doc string.
15662 2012-04-05  Bastien Guerry  <bzg@altern.org>
15664         * color.el (color-lighten-name): Fix typo.
15666 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15668         * server.el (server--on-display-p): New function.
15669         (server--on-display-p): Use it.
15671 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
15673         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15674         (bug#11145).
15676 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15678         * comint.el (comint--common-quoted-suffix): Check string boundary
15679         before comparing (bug#11158).
15680         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15682 2012-04-04  Chong Yidong  <cyd@gnu.org>
15684         * minibuffer.el (completion-extra-properties): Doc fix.
15686         * subr.el (delayed-warnings-hook): Doc fix.
15688 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
15690         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15691         selection (Bug#11159).
15692         (epa-insert-keys): Inform that the default public key will be
15693         exported if no key is selected.
15695 2012-04-04  Richard Stallman  <rms@gnu.org>
15697         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15699 2012-04-03  Chong Yidong  <cyd@gnu.org>
15701         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15702         mail-insert-file, not its obsolete alias mail-attach-file.
15704 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
15706         * notifications.el (notifications-notify): Fix docstring.
15708 2012-04-02  Glenn Morris  <rgm@gnu.org>
15710         * emacs-lisp/authors.el (authors-aliases): Another addition.
15712 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
15714         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15715         `tramp-compat-call-process' instead of `tramp-local-call-process'.
15716         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15718 2012-04-01  Chong Yidong  <cyd@gnu.org>
15720         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15721         Handle root directory properly.
15722         (copy-directory): Caller changed.
15724         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15725         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15727 2012-03-31  Glenn Morris  <rgm@gnu.org>
15729         * term/xterm.el (xterm-extra-capabilities): Doc fix.
15731         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
15733         * calendar/calendar.el (calendar-window-list)
15734         (calendar-hide-window): Restore.  (Bug#11140)
15735         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15737         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15739 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15741         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15742         Check if file is a symlink (Bug#10489).
15744         * files.el (copy-directory): Likewise.
15746 2012-03-30  Chong Yidong  <cyd@gnu.org>
15748         * image.el (imagemagick-types-inhibit)
15749         (imagemagick-register-types): Doc fix.
15751 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15753         * textmodes/ispell.el (ispell-get-extended-character-mode):
15754         Disable extended-char-mode for hunspell.  hunspell does not support it
15755         and treats ~word as ordinary words in pipe mode.
15757 2012-03-30  Glenn Morris  <rgm@gnu.org>
15759         * tutorial.el (help-with-tutorial): Ensure local variables don't
15760         happen to make the buffer read-only.  (Bug#11127)
15762 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15764         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15765         (perl-calculate-indent): Return `noindent' in strings.
15767 2012-03-28  Sam Steingold  <sds@gnu.org>
15769         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15770         instead of the broken adhockery which does not prevent calendar
15771         buffers from being displayed at random after exit.
15772         (calendar-window-list, calendar-hide-window): Remove the broken
15773         adhockery.
15775 2012-03-28  Glenn Morris  <rgm@gnu.org>
15777         * replace.el (query-replace-map): Doc fix.
15779 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
15781         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15782         contents.  (Bug#11109)
15784 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15786         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15787         (bug#11077).
15788         (avl-tree--check, avl-tree--check-node): New funs.
15790 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
15792         * window.el (switch-to-visible-buffer): New option.
15793         (switch-to-prev-buffer, switch-to-next-buffer):
15794         Observe switch-to-visible-buffer.  Make sure that checking for a window
15795         showing a buffer already is done on the same frame.
15797 2012-03-27  Glenn Morris  <rgm@gnu.org>
15799         * startup.el (mail-host-address): Doc fix.
15801 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15803         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15804         than 197 variables.
15806 2012-03-26  Ami Fischman  <ami@fischman.org>
15808         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15810 2012-03-26  Glenn Morris  <rgm@gnu.org>
15812         * files.el (save-buffers-kill-emacs): Doc fix.
15814         * startup.el (normal-top-level, command-line, command-line-1):
15815         Give them doc strings.
15817 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
15819         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15820         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15822 2012-03-25  Chong Yidong  <cyd@gnu.org>
15824         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15825         theme if it was previously enabled before (Bug#11031).
15827         * cus-theme.el (custom-theme-write-faces): Retrieve current face
15828         spec with custom-face-get-current-spec if its :shown-value is not
15829         determined yet (Bug#9337).
15830         (customize-create-theme, custom-theme-revert): Doc fixes.
15832         * button.el (button-at): Minor addition to docstring.
15834 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
15836         * vc/vc.el (vc-merge): Fix a prompt.
15838 2012-03-24  Chong Yidong  <cyd@gnu.org>
15840         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15841         point (Bug#9623).
15843         * button.el (button-at): Minor addition to docstring.
15845 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15847         * newcomment.el (comment-choose-indent): No space after BOL.
15849 2012-03-22  Sam Steingold  <sds@gnu.org>
15851         * window.el (switch-to-prev-buffer): Revert last patch because the
15852         bug turned out to be an advertised feature (Elisp manual 28.14).
15854 2012-03-22  Glenn Morris  <rgm@gnu.org>
15856         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
15857         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15859 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861         * net/network-stream.el (network-stream-open-starttls): Make error
15862         message under Windows be less misleading.
15864 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
15866         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15867         understands (bug#9942).
15869 2012-03-22  Chong Yidong  <cyd@gnu.org>
15871         * simple.el (end-of-visible-line): Handle return value of
15872         next-single-property-change properly (Bug#9371).
15874 2012-03-22  Kenichi Handa  <handa@m17n.org>
15876         * international/quail.el (quail-insert-kbd-layout): Fix previous
15877         change.  To avoid unwanted bidi reordering, use
15878         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15880 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
15882         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15883         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15884         (ruby-beginning-of-indent): Be more careful with the difference
15885         between word-boundary and symbol boundary.
15886         (ruby-mode-syntax-table): Make : a symbol constituent.
15888 2012-03-21  Andreas Politz  <politza@fh-trier.de>
15890         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15892 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15894         * progmodes/etags.el (tags-completion-at-point-function):
15895         Improve last fix.
15897         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15899 2012-03-21  Sam Steingold  <sds@gnu.org>
15901         * progmodes/etags.el (tags-completion-at-point-function):
15902         Avoid the error when point is inside the pattern.
15904 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
15906         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15907         line (Bug#10855).
15909 2012-03-21  Drew Adams  <drew.adams@oracle.com>
15911         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15913 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
15915         * ido.el (ido-set-current-directory, ido-read-internal)
15916         (ido-choose-completion-string, ido-completion-help): Handle nil
15917         value of ido-completion-buffer (Bug#11008).
15919 2012-03-21  Sam Steingold  <sds@gnu.org>
15921         * window.el (switch-to-prev-buffer): Do not switch to a visible
15922         window previous buffer, just like with the frame previous buffers.
15924 2012-03-21  Chong Yidong  <cyd@gnu.org>
15926         * faces.el (make-face, make-empty-face, copy-face):
15927         * face-remap.el (face-remap-add-relative, face-remap-set-base):
15928         Doc fixes.
15930 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15932         * wid-edit.el (widget-complete-field): Remove (bug#11051).
15933         (widget-complete): Remove broken use of it.
15935 2012-03-20  Chong Yidong  <cyd@gnu.org>
15937         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15938         Use string-width and truncate-string-width to handle arbitrary
15939         characters.
15941 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
15943         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15944         to draw rectangles, not squares.  (Regression introduced by revno
15945         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15947 2012-03-18  Chong Yidong  <cyd@gnu.org>
15949         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15950         it is not yet defined (for temacs).
15952 2012-03-18  Leo Liu  <sdl.web@gmail.com>
15954         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15955         prefix.
15957 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15959         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15960         (ispell-choices-win-default-height, ispell-silently-savep)
15961         (ispell-dictionary-alist, ispell-encoding8-command)
15962         (ispell-check-version, ispell-aspell-find-dictionary)
15963         (ispell-valid-dictionary-list, ispell-words-keyword)
15964         (ispell-get-word, ispell-internal-change-dictionary)
15965         (ispell-region, ispell-skip-region-list)
15966         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15967         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15968         (ispell-message-text-end, ispell-message)
15969         (ispell-buffer-local-parsing): Doc fix.
15971 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
15973         * htmlfontify.el: Add support for code block fontification for ODT
15974         export (Bug #9914).
15975         (hfy-optimisations): Define new option
15976         `body-text-only'
15977         (hfy-fontify-buffer): Honor above setting.
15978         (hfy-begin-span, hfy-end-span): New routines factored out form
15979         `hfy-fontify-buffer'.
15980         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15981         that permit insertion of custom tags.
15982         (hfy-fontify-buffer): Use above handlers.
15983         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15984         (hfy-face-to-css): Re-defined to be a variable.
15985         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15986         over multiple runs.  This is made possible by having the caller let
15987         bind a special variable `hfy-user-sheet-assoc'.
15988         (htmlfontify-string): New defun.
15989         (hfy-compile-face-map): Make sure that the last char in the
15990         buffer is correctly fontified.
15991         (hfy-face-resolve-face): Whitespace only change.
15993 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15995         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15996         message more clear.
15998 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16000         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16002 2012-03-16  Alan Mackenzie  <acm@muc.de>
16004         Further optimize the handling of large macros.
16006         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16007         limit to a call of `c-literal-limits'.
16008         (c-determine-+ve-limit): New function.
16009         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16010         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16011         In CASE 5B, restrict a search limit to 500.
16012         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16014         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16015         Restrict macro bounds to +-500 from after-change's BEG END.
16017 2012-03-16  Leo Liu  <sdl.web@gmail.com>
16019         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16021 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
16023         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16024         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
16026 2012-03-16  Glenn Morris  <rgm@gnu.org>
16028         * view.el (view-buffer, view-buffer-other-window)
16029         (view-buffer-other-frame): Doc fixes re special mode-class.
16031         * subr.el (eval-after-load): If named feature is provided not from
16032         a file, run after-load forms.  (Bug#10946)
16034         * calendar/calendar.el (calendar-insert-at-column):
16035         Handle non-unit-width characters a bit better.  (Bug#10978)
16037 2012-03-15  Chong Yidong  <cyd@gnu.org>
16039         * emacs-lisp/ring.el (ring-extend): New function.
16040         (ring-insert+extend): Extend the ring correctly (Bug#11019).
16042         * comint.el (comint-read-input-ring)
16043         (comint-add-to-input-history): Grow comint-input-ring lazily.
16045 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16047         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16048         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16050         * imenu.el: Fix multiple inheritance breakage (bug#9199).
16051         (imenu-add-to-menubar): Don't add a redundant index.
16052         (imenu-update-menubar): Handle a dynamically composed keymap.
16054 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16056         * mail/sendmail.el (mail-encode-header):
16057         Bind rfc2047-encode-encoded-words to nil.
16059 2012-03-13  Glenn Morris  <rgm@gnu.org>
16061         * calendar/calendar.el (calendar-string-spread):
16062         Handle non-unit-width characters a bit better.  (Bug#10978)
16064 2012-03-13  Leo Liu  <sdl.web@gmail.com>
16066         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16067         directory and file as argument (Bug#10822).
16069 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16071         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16072         For dynamically generated code, follow $PC.
16073         (gdb-disassembly-handler-custom): Handle no function name case.
16075 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
16077         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16078         * emulation/ws-mode.el (ws-query-replace):
16079         * sort.el (sort-regexp-fields):
16080         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
16082 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16084         * dabbrev.el: Fix cycle completion order (bug#10963).
16085         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16086         (dabbrev-completion): Don't use an obarray; provide
16087         a cycle-sort-function.
16089 2012-03-12  Leo Liu  <sdl.web@gmail.com>
16091         * simple.el (kill-new): Use equal-including-properties for comparison.
16092         (kill-do-not-save-duplicates): Doc fix.
16094 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16096         * dabbrev.el: Fix cycle completion (bug#10963).
16097         Use lexical binding and wrap to 80 columns.
16098         (dabbrev-completion): Delay computing the list of completions.
16100 2012-03-12  Kenichi Handa  <handa@m17n.org>
16102         * international/quail.el (quail-insert-kbd-layout): Surround each
16103         row by LRO and PDF instead of inserting many LRMs.  Pad the left
16104         and right of each non-spacing marks.  Insert invisible space
16105         between lower and upper characters to prevent composition.
16107 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16109         * minibuffer.el (minibuffer-complete): Don't get confused when the
16110         function is run twice via different commands (bug#10958).
16111         (complete-with-action): Fix docstring.
16113 2012-03-12  Chong Yidong  <cyd@gnu.org>
16115         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16116         (nxml-completion-at-point-function): New function.
16117         (nxml-mode): Use it.
16118         (nxml-bind-meta-tab-to-complete-flag): Default to t.
16120         * emacs-lisp/package.el (package-unpack, package-unpack-single):
16121         Load generated autoloads file before byte compiling (Bug#10970).
16122         (package--make-autoloads-and-compile): New helper fun.
16124 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
16126         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16128 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
16130         * autorevert.el (auto-revert-handler): Ensure, that
16131         file-readable-p is applied only for local files or in
16132         auto-revert-tail-mode.
16134 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
16136         * server.el (server-eval-at): Handle non-tcp connections.
16137         Decode result string.
16139         * server.el (server-msg-size): New constant.
16140         (server-reply-print): New function.
16141         (server-eval-and-print): Use it.
16142         (server-eval-at): Use server-quote-arg and server-unquote-arg.
16143         Handle -print-nonl.
16145 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
16147         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16148         (Bug#10987).
16150 2012-03-11  Chong Yidong  <cyd@gnu.org>
16152         * simple.el (goto-line): Doc fix (Bug#9938).
16154         * subr.el (save-window-excursion): Doc fix (Bug#9979).
16156         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16157         when finished (Bug#10963).
16159 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
16161         * window.el (split-window-below): Fix bug in case where
16162         split-window-keep-point is nil (Bug#10971).
16164 2012-03-11  Juri Linkov  <juri@jurta.org>
16166         * replace.el (replace-highlight): Set isearch-word to nil
16167         unconditionally.  (Bug#10887)
16169 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
16171         * net/mairix.el (mairix-replace-invalid-chars): Rename from
16172         mairix-replace-illegal-chars; all callers changed.  Don't remove
16173         ^, ~, and = characters: they are meaningful in mairix search specs.
16174         (mairix-widget-create-query): Add usage information about mairix
16175         search forms: negating words, searching for substrings, etc.
16177 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
16179         * international/fontset.el (font-encoding-alist): Add an entry for
16180         ksx1001 (Bug#5667).
16182 2012-03-10  Richard Stallman  <rms@gnu.org>
16184         * mail/sendmail.el (mail-encode-header):
16185         Set rfc2047-encode-encoded-words.
16187         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16189         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16190         view buffer means not swapped.
16191         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16192         (rmail-write-region-annotate): Error if real text has disappeared.
16194         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16196 2012-03-10  Chong Yidong  <cyd@gnu.org>
16198         * emulation/cua-rect.el (cua--init-rectangles):
16199         * emulation/cua-base.el (cua--init-keymaps):
16200         Add delete-forward-char to remappings (Bug#9666).
16202 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
16204         * speedbar.el (speedbar-unhighlight-one-tag-line):
16205         Avoid unhighlighting due to frame switching (Bug#10275).
16207 2012-03-10  Chong Yidong  <cyd@gnu.org>
16209         * minibuffer.el (completion-in-region, completion-help-at-point):
16210         Give the completion field overlay a high priority (Bug#6830).
16212         * dired.el (dired-goto-file): Recognize absolute file name
16213         listings (Bug#7126).
16214         (dired-goto-file-1): New helper function.
16215         (dired-toggle-read-only): Inhibit warnings.
16217 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
16219         * net/dbus.el (dbus-property-handler): Return empty array if
16220         there are no properties.
16222 2012-03-09  Leo Liu  <sdl.web@gmail.com>
16224         * savehist.el (savehist-printable): Stricter check for string
16225         value (Bug#10937).
16227 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
16229         * mail/smtpmail.el (smtpmail-send-it):
16230         Bind coding-system-for-write to *-unix, so that FCC files are kept in
16231         valid mbox format.
16233 2012-03-09  Glenn Morris  <rgm@gnu.org>
16235         * files.el (dir-locals-find-file):
16236         Don't check result is regular, readable.
16237         (dir-locals-read-from-file): Demote errors.
16239 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
16241         * international/quail.el (quail-insert-kbd-layout):
16242         Insert invisible LRM characters before each character in a keyboard
16243         layout cell, to prevent their reordering by bidi display engine.
16244         For details, see the discussion in
16245         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16247 2012-03-08  Alan Mackenzie  <acm@muc.de>
16249         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16250         the starting position; make it extend the marked region when
16251         invoked repeatedly - all under appropriate circumstances.
16252         Fixes bugs #5525, #10906.
16254 2012-03-08  Glenn Morris  <rgm@gnu.org>
16256         * files.el (locate-dominating-file, dir-locals-find-file):
16257         Undo 2012-03-06 change.
16259 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
16261         * international/quail.el (quail-help):
16262         Force bidi-paragraph-direction be left-to-right.  See discussion in
16263         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16264         for the reason.
16266 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
16268         Avoid superfluous registering of signals.  (Bug#10807)
16270         * notifications.el (notifications-on-action-object)
16271         (notifications-on-close-object): New defvars.
16272         (notifications-on-action-signal, notifications-on-closed-signal):
16273         Unregister the signal if not needed any longer.
16274         (notifications-notify): Register `notifications-action-signal' or
16275         `notifications-closed-signal', if :on-action or :on-close has been
16276         passed as argument.
16278 2012-03-07  Chong Yidong  <cyd@gnu.org>
16280         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16281         non-X platforms.
16283 2012-03-06  Glenn Morris  <rgm@gnu.org>
16285         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16286         (x-disown-selection-internal, x-get-selection-internal):
16287         Doc fix (add arglist signatures).  (Bug#10783)
16289 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
16291         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16292         Handle breakpoints with no "type".
16294 2012-03-06  Glenn Morris  <rgm@gnu.org>
16296         * files.el (locate-dominating-file): Add optional predicate argument.
16297         (dir-locals-find-file): Make use of above change.
16299 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
16301         * info.el (Info-insert-dir): Also try "dir.gz".
16303 2012-03-06  Glenn Morris  <rgm@gnu.org>
16305         * files.el (dir-locals-find-file):
16306         Ignore non-readable or non-regular files.  (Bug#10928)
16308         * files.el (locate-dominating-file): Doc fix.
16310 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
16312         * calendar/calendar.el (calendar-set-mode-line):
16313         `getenv' returns a string.  (Bug#10951)
16315 2012-03-05  Leo Liu  <sdl.web@gmail.com>
16317         * simple.el (backward-delete-char-untabify): Constrain point to
16318         field (Bug#10939).
16320         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16322 2012-03-05  Chong Yidong  <cyd@gnu.org>
16324         * simple.el (count-words): If called from Lisp, return the word
16325         count, for symmetry with `count-lines'.  Arglist changed.
16326         (count-words--message): Args changed.  Consolidate counting code
16327         from count-words and count-words-region.
16328         (count-words-region): Caller changed.
16329         (count-lines-region): Make it an obsolete alias.
16331 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
16333         * saveplace.el (save-place-to-alist)
16334         (save-place-ignore-files-regexp): Allow value nil to disable this
16335         feature.
16337 2012-03-04  Chong Yidong  <cyd@gnu.org>
16339         * faces.el (face-spec-reset-face): For the default face, reset the
16340         attributes to default values (Bug#10748).
16342 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16344         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16345         previous patch: Check `message-send-mail-function', and not the
16346         default function (bug#10897).
16348 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
16350         * notifications.el (notifications-on-action-signal)
16351         (notifications-on-closed-signal): Check for unique service name of
16352         incoming event.  Fix error in removing entry.
16353         (top): Register for signals with wildcard service name.
16354         (notifications-notify): Use daemon unique service name for map entries.
16356 2012-03-04  Chong Yidong  <cyd@gnu.org>
16358         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16360 2012-03-04  Glenn Morris  <rgm@gnu.org>
16362         * abbrev.el (copy-abbrev-table, abbrev-table-p)
16363         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16364         (expand-abbrev, define-abbrev-table): Doc fixes.
16366 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16368         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16369         `message-default-send-mail-function' and not `send-mail-function'
16370         when doing the prompting for `sendmail-query-once' before sending
16371         in Message buffers (bug#10897).
16373         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16374         This is inconsistent with all the other stream functions, which leave
16375         the setting up to the higher levels (if so wanted) (bug#10931).
16377 2012-03-02  Alan Mackenzie  <acm@muc.de>
16379         Depessimize the handling of very large macros.
16381         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16382         (c-macro-cache-syntactic): New variables to implement a one
16383         element macro cache.
16384         (c-invalidate-macro-cache): New function.
16385         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16386         Adapt to use the new cache.
16387         (c-state-safe-place): Use better the cache of safe positions.
16388         (c-state-semi-nonlit-pos-cache)
16389         (c-state-semi-nonlit-pos-cache-limit):
16390         New variables for...
16391         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
16392         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16393         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16394         Use c-state-semi-safe-place.
16396         * progmodes/cc-langs.el (c-get-state-before-change-functions):
16397         Add c-invalidate-macro-cache to the C, C++, Obj entries.
16399 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
16401         * jka-compr.el (jka-compr-call-process):
16402         Apply `file-accessible-directory-p' only when the default directory is
16403         not remote.
16405 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
16407         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
16408         access of FILE2, if FILE1 does not exist.
16410         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16411         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16413         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16414         Add "PAGER=" to `process-environment'.
16416 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
16418         * progmodes/sql.el: Bug fix
16419         (sql-get-login-ext): Save login values in globals.
16420         (sql-get-login): Use new version of `sql-get-login-ext'.
16421         (sql-interactive-mode): Set global `sql-connection' to nil.
16422         (sql-connect): Set global values for connection.
16423         (sql-product-interactive): Save global values as buffer local.
16425 2012-02-29  Leo Liu  <sdl.web@gmail.com>
16427         * abbrev.el (define-abbrevs): Reset sys to nil.
16429 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16431         * files.el (file-equal-p): Rename from `files-equal-p'.
16432         Return nil when one or both files don't exist.
16433         (file-subdir-of-p): Now only top directory must exists,
16434         return nil if it doesn't.
16435         (copy-directory): No need to test with `file-subdir-of-p' after
16436         creating dir.
16437         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16438         to `file-equal-p'.
16440 2012-02-28  Glenn Morris  <rgm@gnu.org>
16442         * shell.el (shell-mode):
16443         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16444         * play/landmark.el (landmark-font-lock-face-O):
16445         * play/handwrite.el (handwrite):
16446         * play/gomoku.el (gomoku-O):
16447         * net/browse-url.el (browse-url-browser-display):
16448         * international/mule.el (define-charset):
16449         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16450         * filesets.el (filesets-find-file-delay):
16451         * eshell/em-xtra.el (eshell-xtra):
16452         * eshell/em-unix.el (eshell-grep):
16453         * emulation/viper.el (viper-mode):
16454         * emacs-lisp/regexp-opt.el (regexp-opt-group):
16455         * emacs-lisp/easymenu.el (easy-menu-define):
16456         * calendar/timeclock.el (timeclock-use-display-time):
16457         * bs.el (bs-mode):
16458         * bookmark.el (bookmark-save-flag):
16459         Doc fix (standardize possessive apostrophe usage).
16461 2012-02-27  Chong Yidong  <cyd@gnu.org>
16463         * emulation/viper-cmd.el (viper-intercept-ESC-key):
16464         Fix key-binding lookup for ESC key (Bug#9146).
16466         * font-lock.el (font-lock-specified-p): Rename from
16467         font-lock-spec-present.  Callers changed.
16469 2012-02-27  Daniel Hackney  <dan@haxney.org>
16471         * emacs-lisp/package.el (package-compute-transaction):
16472         Handle holding a package version to t in package-load-list.
16474 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
16476         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16477         (tramp-get-inode, tramp-get-device): Use cached values.
16479 2012-02-26  Alan Mackenzie  <acm@muc.de>
16481         Check there is a font-lock specification before doing initial
16482         fontification.
16484         * font-core.el (font-lock-mode): Move the conditional from
16485         :after-hook to font-lock-initial-fontify.
16486         (font-lock-default-function): Move the check for a specification
16487         to font-lock-spec-present.
16489         * font-lock.el (font-lock-initial-fontify): Call ...
16490         (font-lock-spec-present): New function.
16492 2012-02-26  Jim Blandy  <jimb@red-bean.com>
16494         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16495         (gdb-send): Apply it to the operand of the '-interpreter-exec
16496         console' command, so that we can pass arguments with (say) quotes
16497         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
16499 2012-02-26  Chong Yidong  <cyd@gnu.org>
16501         * help-fns.el (describe-function-1): Clarify description of
16502         remapping (Bug#10844).
16504         * files.el (files-equal-p): Doc fix.
16505         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
16506         and quit the loop once a mismatch is found.
16508 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
16510         * bs.el (bs--show-with-configuration): Don't throw an error
16511         if the window cannot be split; otherwise, subsequent calls to
16512         bs-show fail, restoring a stale window config.  (Bug#10882)
16514 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
16516         * term/ns-win.el (global-map): Bind ns-drag-file to
16517         ns-find-file (Bug#5855, Bug#10050).
16519 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
16521         * calendar/parse-time.el (parse-time-string): Allow extractor to
16522         return nil.
16524 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
16526         * net/tramp.el (tramp-file-name-for-operation):
16527         Add `files-equal-p' and `file-subdir-of-p'.
16529         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16530         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16531         Add COPY-CONTENTS argument.
16533 2012-02-25  Chong Yidong  <cyd@gnu.org>
16535         Add custom groups for VC backends, for consistency with vc-bzr.
16537         * vc/vc-arch.el (vc-arch):
16538         * vc/vc-cvs.el (vc-cvs):
16539         * vc/vc-git.el (vc-git):
16540         * vc/vc-hg.el (vc-hg):
16541         * vc/vc-mtn.el (vc-mtn):
16542         * vc/vc-rcs.el (vc-rcs):
16543         * vc/vc-sccs.el (vc-sccs):
16544         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16545         All relevant defcustoms reassigned.
16547 2012-02-25  Chong Yidong  <cyd@gnu.org>
16549         * newcomment.el (comment-styles): Add autoload (Bug#10868).
16551         * term/x-win.el (x-initialize-window-system): Reduce default for
16552         x-selection-timeout to 5 seconds (Bug#8869).
16554 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16556         * files.el (files-equal-p, file-subdir-of-p): New functions.
16557         (copy-directory): Error when trying to copy a directory on itself.
16558         Add missing copy-contents arg to tramp handler.
16559         * dired-aux.el (dired-copy-file-recursive): Same.
16560         (dired-create-files): Modify destination when source is equal to
16561         dest when copying files.
16562         Return also when dest is a subdir of source.  (Bug#10489)
16564 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
16566         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16567         (Bug#10874)
16569 2012-02-23  Alan Mackenzie  <acm@muc.de>
16571         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16572         parameter "after-hook:" to allow the expansion to run code after
16573         the execution of the mode hooks.
16575         * font-lock.el (font-lock-initial-fontify): New function extracted
16576         from font-lock-mode-internal.
16578         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16579         :after-hook.
16581 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16584         (completion--cache-all-sorted-completions): New function.
16585         (completion-all-sorted-completions): Use it.
16586         (completion--do-completion, minibuffer-force-complete):
16587         Use it to re-instate the flush hook.
16589         * icomplete.el (icomplete-completions): Replace last fix with a better
16590         one (bug#10850).
16592 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
16594         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16595         when it might call us back infinitely (bug#10797).
16597 2012-02-23  Glenn Morris  <rgm@gnu.org>
16599         * minibuffer.el (completion-category-overrides): Doc fix.
16601 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16603         * minibuffer.el (completion-table-with-context): Fix inf-loop.
16604         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16606 2012-02-23  Glenn Morris  <rgm@gnu.org>
16608         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16609         (authors-obsolete-files-regexps, authors-ignored-files)
16610         (authors-ambiguous-files, authors-renamed-files-alist):
16611         Add more entries.
16613 2012-02-23  Juri Linkov  <juri@jurta.org>
16615         * isearch.el (isearch-occur): Sync interactive spec with occur's
16616         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
16618         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16620 2012-02-22  Juri Linkov  <juri@jurta.org>
16622         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16623         (ucs-insert): Doc fix.  Check for hex digits in the string.
16624         Don't display `nil' in the error message.  (Bug#10857)
16626 2012-02-22  Alan Mackenzie  <acm@muc.de>
16628         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16630 2012-02-22  Glenn Morris  <rgm@gnu.org>
16632         * ffap.el (ffap-c-path):
16633         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
16635 2012-02-22  Chong Yidong  <cyd@gnu.org>
16637         * custom.el (load-theme): Doc fix.
16639 2012-02-22  Glenn Morris  <rgm@gnu.org>
16641         * dired-x.el (dired-guess-shell-alist-default):
16642         Remove escape sequences from nroff output.  (Bug#172)
16644 2012-02-21  Glenn Morris  <rgm@gnu.org>
16646         * vc/emerge.el (emerge-defvar-local):
16647         Set `permanent-local' property rather than unused `preserved'.
16649         * textmodes/picture.el (picture-delete-char): New alias.
16650         (picture-mode-map): Use it.  (Bug#10860)
16651         (picture-mode): Doc fix.
16653 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
16655         * newcomment.el (uncomment-region-default): Remove unused binding.
16657 2012-02-21  Glenn Morris  <rgm@gnu.org>
16659         * textmodes/picture.el (picture-motion, picture-motion-reverse)
16660         (picture-self-insert, picture-tab-chars): Doc fix.
16661         (picture-mode-map): Fix C-a, C-e.
16663 2012-02-20  Glenn Morris  <rgm@gnu.org>
16665         * emacs-lisp/authors.el (authors-aliases): Add another entry.
16667 2012-02-20  Leo Liu  <sdl.web@gmail.com>
16669         * icomplete.el (icomplete-completions): Check FROM arg before
16670         passing to substring (Bug#10850).
16672 2012-02-19  Chong Yidong  <cyd@gnu.org>
16674         * comint.el: Require ansi-color.
16675         (comint-output-filter-functions): Add ansi-color-process-output.
16677         * ansi-color.el: Don't set comint-output-filter-functions; it is
16678         now in the initial value defined in comint.el.
16679         (ansi-color-apply-face-function): New variable.
16680         (ansi-color-apply-on-region): Use it.
16681         (ansi-color-apply-overlay-face): New function.
16683         * shell.el (shell): No need to require ansi-color.
16684         (shell-mode): Use ansi-color-apply-face-function to highlight
16685         color escapes using font-lock-face property (Bug#10835).
16687 2012-02-19  Chong Yidong  <cyd@gnu.org>
16689         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16690         mode-line formats (Bug#10839).
16692 2012-02-18  Glenn Morris  <rgm@gnu.org>
16694         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16696         * mail/undigest.el (unforward-rmail-message): Doc fix.
16698         * saveplace.el (save-place-ignore-files-regexp): Add :version.
16700 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
16702         * international/characters.el (script-list): Sync with the latest
16703         Unicode Character Database.
16705 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
16707         * international/titdic-cnv.el: Remove duplicate coding tag.
16708         * language/cham.el: Likewise.
16709         * language/tai-viet.el: Likewise.
16711 2012-02-18  Glenn Morris  <rgm@gnu.org>
16713         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16714         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16715         (calendar-bahai-all-holidays-flag, calendar-other-dates):
16716         * calendar/diary-lib.el (diary-abbreviated-year-flag):
16717         * calendar/holidays.el (holiday-bahai-holidays)
16718         (calendar-holidays, list-holidays):
16719         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
16721 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
16723         * saveplace.el (save-place-ignore-files-regexp): New variable
16724         allowing for excluding files from saving their location of point.
16725         The default value matches the temporary commit message editing
16726         files from Git, SVN, Bazaar, and Mercurial.
16727         (save-place-to-alist): Use it.
16729 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
16730             Stefan Monnier  <monnier@iro.umontreal.ca>
16732         * newcomment.el (uncomment-region-default): Don't leave extra space
16733         when an arg is provided (bug#8150).
16735 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
16737         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16739 2012-02-17  Glenn Morris  <rgm@gnu.org>
16741         * net/socks.el: Require network-stream.  (Bug#10599)
16743 2012-02-17  Kenichi Handa  <handa@m17n.org>
16745         * international/charprop.el:
16746         * international/uni-name.el:
16747         * international/uni-old-name.el:
16748         * international/uni-comment.el: Regenerate.
16750 2012-02-16  Glenn Morris  <rgm@gnu.org>
16752         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16753         Interactively in calendar buffer, give an error if not on a date.
16755 2012-02-15  Glenn Morris  <rgm@gnu.org>
16757         * shell.el (shell-delimiter-argument-list):
16758         Revert 2011-02-17 change.  (Bug#8027)
16760 2012-02-15  Chong Yidong  <cyd@gnu.org>
16762         * minibuffer.el (completion-at-point-functions): Doc fix.
16764         * custom.el (defcustom): Doc fix; note use of defvar.
16766 2012-02-15  Glenn Morris  <rgm@gnu.org>
16768         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16769         Doc fixes.
16771 2012-02-14  Glenn Morris  <rgm@gnu.org>
16773         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16775 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
16777         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16778         way the ports list is computed.
16779         (smtpmail-query-smtp-server): Prompt the user for a port number if
16780         we can't connect to any of the standard ports (bug#10810).
16782 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16784         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16786 2012-02-13  Glenn Morris  <rgm@gnu.org>
16788         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
16790 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
16792         * net/gnutls.el (gnutls-trustfiles): New variable.
16793         (gnutls-negotiate): Use it.
16795 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
16797         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16798         does its stuff if Gnus is running.
16800 2012-02-13  Alan Mackenzie  <acm@muc.de>
16802         Fix a loop in c-set-fl-decl-start.
16804         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16805         c-backward-syntactic-ws actually moves backwards.
16807 2012-02-13  Leo Liu  <sdl.web@gmail.com>
16809         * net/rcirc.el (rcirc-markup-attributes): Move point to the
16810         beginning so that all \C-o chars are removed.
16812 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
16814         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16816 2012-02-12  Alan Mackenzie  <acm@muc.de>
16818         Fix infinite loop with long macros.
16819         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16821 2012-02-12  Chong Yidong  <cyd@gnu.org>
16823         * window.el (display-buffer): Doc fix (Bug#10785).
16825 2012-02-12  Glenn Morris  <rgm@gnu.org>
16827         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16828         (x-disown-selection-internal, x-get-selection-internal):
16829         Sync docs with the xselect.c versions.
16831         * allout-widgets.el: Add missing license notice.
16833 2012-02-11  Glenn Morris  <rgm@gnu.org>
16835         * select.el (x-get-selection-internal, x-own-selection-internal)
16836         (x-disown-selection-internal):
16837         * x-dnd.el (x-get-selection-internal): Update declarations.
16839         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16841         * window.el (window-sides-slots):
16842         * tool-bar.el (tool-bar-position):
16843         * term/xterm.el (xterm-extra-capabilities):
16844         * ses.el (ses-self-reference-early-detection):
16845         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16846         (verilog-auto-wire-type)
16847         (verilog-auto-delete-trailing-whitespace)
16848         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16849         (verilog-auto-tieoff-declaration):
16850         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16851         (sql-oracle-statement-starters, sql-oracle-scan-on):
16852         * progmodes/prolog.el (prolog-align-comments-flag)
16853         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16854         (prolog-left-indent-regexp, prolog-paren-indent-p)
16855         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16856         (prolog-types, prolog-mode-specificators)
16857         (prolog-determinism-specificators, prolog-directives)
16858         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16859         (prolog-electric-dot-flag)
16860         (prolog-electric-dot-full-predicate-template)
16861         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16862         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16863         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16864         (prolog-program-switches, prolog-prompt-regexp)
16865         (prolog-debug-on-string, prolog-debug-off-string)
16866         (prolog-trace-on-string, prolog-trace-off-string)
16867         (prolog-zip-on-string, prolog-zip-off-string)
16868         (prolog-use-standard-consult-compile-method-flag)
16869         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16870         (prolog-imenu-max-lines, prolog-info-predicate-index)
16871         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16872         (prolog-char-quote-workaround):
16873         * progmodes/cc-vars.el (c-defun-tactic):
16874         * net/tramp.el (tramp-encoding-command-interactive)
16875         (tramp-local-end-of-line):
16876         * net/soap-client.el (soap-client):
16877         * net/netrc.el (netrc-file):
16878         * net/gnutls.el (gnutls):
16879         * minibuffer.el (completion-category-overrides)
16880         (completion-cycle-threshold)
16881         (completion-pcm-complete-word-inserts-delimiters):
16882         * man.el (Man-name-local-regexp):
16883         * mail/feedmail.el (feedmail-display-full-frame):
16884         * international/characters.el (glyphless-char-display-control):
16885         * eshell/em-ls.el (eshell-ls-date-format):
16886         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16887         (lisp-lambda-list-keyword-parameter-indentation)
16888         (lisp-lambda-list-keyword-parameter-alignment):
16889         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16890         * dired-x.el (dired-omit-verbose):
16891         * cus-theme.el (custom-theme-allow-multiple-selections):
16892         * calc/calc.el (calc-highlight-selections-with-faces)
16893         (calc-lu-field-reference, calc-lu-power-reference)
16894         (calc-note-threshold):
16895         * battery.el (battery-mode-line-limit):
16896         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16897         (archive-7z-update):
16898         * allout.el (allout-prefixed-keybindings)
16899         (allout-unprefixed-keybindings)
16900         (allout-inhibit-auto-fill-on-headline)
16901         (allout-flattened-numbering-abbreviation):
16902         * allout-widgets.el (allout-widgets-auto-activation)
16903         (allout-widgets-icons-dark-subdir)
16904         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16905         (allout-widgets-theme-dark-background)
16906         (allout-widgets-theme-light-background)
16907         (allout-widgets-item-image-properties-emacs)
16908         (allout-widgets-item-image-properties-xemacs)
16909         (allout-widgets-run-unit-tests-on-load)
16910         (allout-widgets-time-decoration-activity)
16911         (allout-widgets-hook-error-post-time)
16912         (allout-widgets-track-decoration):
16913         Add missing :version tags to new defcustoms and defgroups.
16915         * progmodes/sql.el (sql-ansi-statement-starters)
16916         (sql-oracle-statement-starters): Add custom type.
16918         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16919         (prolog-system-version): Give it a type.
16921 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
16923         * term/pc-win.el (x-select-text, x-selection-owner-p)
16924         (x-own-selection-internal, x-disown-selection-internal)
16925         (x-get-selection-internal): Sync doc strings and argument lists
16926         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
16928 2012-02-11  Leo Liu  <sdl.web@gmail.com>
16930         * progmodes/python.el (python-end-of-statement): Fix infinite
16931         loop.  (Bug#10788)
16933 2012-02-10  Glenn Morris  <rgm@gnu.org>
16935         * international/mule-cmds.el (unify-8859-on-encoding-mode)
16936         (unify-8859-on-decoding-mode): Properly mark as obsolete.
16938 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
16940         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16941         about SMTP before checking the From header.
16943         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16944         into own function for reuse by emacsbug.el.
16946 2012-02-10  Leo Liu  <sdl.web@gmail.com>
16948         * subr.el (condition-case-unless-debug): Rename from
16949         condition-case-no-debug.  All callers changed.
16950         (with-demoted-errors): Fix caller.
16952         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16953         * nxml/rng-valid.el (rng-do-some-validation):
16954         * emacs-lisp/package.el (package-refresh-contents)
16955         (package-menu-execute):
16956         * desktop.el (desktop-create-buffer):
16957         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16959 2012-02-10  Glenn Morris  <rgm@gnu.org>
16961         * textmodes/bibtex.el:
16962         Add missing :version tags for new/changed defcustoms.
16964         * files.el (remote-file-name-inhibit-cache): Doc fixes.
16966 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
16968         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16969         (smtpmail-via-smtp): Use it, or fall back on the From address.
16970         (smtpmail-send-it): Ditto.
16972 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16974         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16975         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16976         (byte-compile-tmp-var): New const.
16977         (byte-compile-defvar): Use it to minimize .elc size.
16978         Just use `defvar' rather than simulate it (bug#10761).
16980 2012-02-09  Glenn Morris  <rgm@gnu.org>
16982         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16984         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16985         Add :version tags.
16987         * progmodes/compile.el (compilation-error-screen-columns)
16988         (compilation-first-column, compilation-filter-start): Doc fixes.
16990         * vc/log-view.el (log-view-toggle-entry-display):
16991         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16993         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16994         (report-emacs-bug-can-use-xdg-email):
16995         (report-emacs-bug-insert-to-mailer): Doc fixes.
16996         (report-emacs-bug): Message fix.
16998         * net/browse-url.el (browse-url-can-use-xdg-open)
16999         (browse-url-xdg-open): Doc fixes.
17001         * electric.el (electric-indent-mode, electric-pair-mode)
17002         (electric-layout-rules, electric-layout-mode): Doc fixes.
17003         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17005 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
17007         * server.el (server-unselect-display): Don't inadvertently kill
17008         the current buffer.  (Bug#10729)
17010 2012-02-08  Glenn Morris  <rgm@gnu.org>
17012         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17013         (sql-list-table): Doc fixes.
17015         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17016         Comment out (does nothing).
17018         * completion.el (dynamic-completion-mode):
17019         * dirtrack.el (dirtrack-debug-mode):
17020         * electric.el (electric-layout-mode):
17021         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17022         * face-remap.el (text-scale-mode, buffer-face-mode):
17023         * iimage.el (iimage-mode):
17024         * image-mode.el (image-transform-mode):
17025         * minibuffer.el (completion-in-region-mode):
17026         * scroll-lock.el (scroll-lock-mode):
17027         * simple.el (next-error-follow-minor-mode):
17028         * tar-mode.el (tar-subfile-mode):
17029         * tooltip.el (tooltip-mode):
17030         * vcursor.el (vcursor-use-vcursor-map):
17031         * wid-browse.el (widget-minor-mode):
17032         * emulation/tpu-edt.el (tpu-edt-mode):
17033         * emulation/tpu-extras.el (tpu-cursor-free-mode):
17034         * international/iso-ascii.el (iso-ascii-mode):
17035         * language/thai-util.el (thai-word-mode):
17036         * mail/supercite.el (sc-minor-mode):
17037         * net/goto-addr.el (goto-address-mode):
17038         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17039         * progmodes/cwarn.el (cwarn-mode):
17040         * progmodes/flymake.el (flymake-mode):
17041         * progmodes/glasses.el (glasses-mode):
17042         * progmodes/hideshow.el (hs-minor-mode):
17043         * progmodes/pascal.el (pascal-outline-mode):
17044         * textmodes/enriched.el (enriched-mode):
17045         * vc/smerge-mode.el (smerge-mode):
17046         Doc fixes (minor mode argument).
17048 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
17050         * ls-lisp.el (ls-lisp-sanitize): New function.
17051         (ls-lisp-insert-directory): Use it to fix or remove any elements
17052         in file-alist with missing attributes.  (Bug#4673)
17054 2012-02-07  Alan Mackenzie  <acm@muc.de>
17056         Fix spurious recognition of c-in-knr-argdecl.
17058         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17059         putative K&R region.
17061 2012-02-07  Alan Mackenzie  <acm@muc.de>
17063         * progmodes/cc-engine.el (c-forward-objc-directive):
17064         Prevent looping in "#pragma mark @implementation".
17066 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
17068         * notifications.el (notifications-on-closed-signal): Make `reason'
17069         optional.  (Bug#10744)
17071 2012-02-07  Glenn Morris  <rgm@gnu.org>
17073         * emacs-lisp/easy-mmode.el (define-minor-mode):
17074         Doc fixes for the macro and the mode it defines.
17076         * image.el (imagemagick-types-inhibit): Doc fix.
17078         * cus-start.el (imagemagick-render-type): Add it.
17080 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
17082         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17083         Set the default at load time, too, so that `font-lock-fontify-buffer'
17084         can be called without setting up the entire mode first.  This fixes
17085         a bug in `mm-inline-text' with C MIME parts.
17087 2012-02-06  Chong Yidong  <cyd@gnu.org>
17089         * simple.el (list-processes--refresh): Delete exited processes
17090         (Bug#8094).
17092         * comint.el (comint-next-prompt): next-single-char-property-change
17093         and prev-single-char-property-change never return nil (Bug#8657).
17095         * custom.el (defcustom): Doc fix (Bug#9711).
17097 2012-02-05  Chong Yidong  <cyd@gnu.org>
17099         * cus-edit.el (custom-variable-reset-backup): Quote the value
17100         before storing it in the customized-value property (Bug#6712).
17101         (custom-display): Add a customization type tag.
17102         (custom-buffer-create-internal): Improve tooltip message.
17104         * wid-edit.el (widget-field-value-get): New optional arg to
17105         suppress trailing whitespace truncation.
17106         (character): Use it (Bug#2689).
17108 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
17110         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17111         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17113 2012-02-05  Chong Yidong  <cyd@gnu.org>
17115         * cus-edit.el (custom-variable-value-create): For mismatched
17116         types, show the current value (Bug#7600).
17118         * custom.el (defcustom): Doc fix.
17120 2012-02-05  Glenn Morris  <rgm@gnu.org>
17122         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17124 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
17126         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17127         (pp-buffer): Use `ignore-errors', `looking-at-p'.
17128         (pp-last-sexp): Use `looking-at-p'.
17130 2012-02-04  Glenn Morris  <rgm@gnu.org>
17132         * files.el (revert-buffer):
17133         Doc fix (mention revert-buffer-in-progress-p).
17135         * emacs-lisp/ert-x.el (ert-simulate-command):
17136         Check deferred-action-list (which is obsolete) is bound.
17138         * subr.el (with-wrapper-hook): Doc fixes.
17140         * simple.el (filter-buffer-substring-functions)
17141         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17143 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
17145         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17146         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
17148 2012-02-04  Leo Liu  <sdl.web@gmail.com>
17150         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17152 2012-02-04  Glenn Morris  <rgm@gnu.org>
17154         * image.el (image-extension-data): Add obsolete alias.
17156         * isearch.el (isearch-update): Doc fix.
17158         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17160         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17162 2012-02-03  Glenn Morris  <rgm@gnu.org>
17164         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
17165         (image-animate-timeout): Doc fix.
17167         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17169 2012-02-02  Glenn Morris  <rgm@gnu.org>
17171         * server.el (server-auth-dir): Doc fix.
17172         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
17174         * subr.el (run-mode-hooks): Doc fix.
17176 2012-02-02  Juri Linkov  <juri@jurta.org>
17178         * image-mode.el (image-toggle-display-image): Remove tautological
17179         `major-mode' from the `derived-mode-p' test.
17181 2012-02-02  Kenichi Handa  <handa@m17n.org>
17183         * composite.el (compose-region): Cancel previous change.
17185 2012-02-02  Kenichi Handa  <handa@m17n.org>
17187         * composite.el (compose-region, compose-string): Signal error for
17188         a null string component (Bug#6988).
17190 2012-02-01  Chong Yidong  <cyd@gnu.org>
17192         * view.el (view-buffer-other-window, view-buffer-other-frame):
17193         Handle special modes like view-buffer (Bug#10650).
17194         (view-buffer): Simplify.
17196         * frame.el (set-frame-font): Tweak meaning of third argument.
17198         * dynamic-setting.el (font-setting-change-default-font):
17199         Use set-frame-font (Bug#9982).
17201 2012-02-01  Glenn Morris  <rgm@gnu.org>
17203         * progmodes/compile.el (compilation-internal-error-properties):
17204         Respect compilation-first-column in the "*compilation*" buffer.
17206         * emacs-lisp/easy-mmode.el (define-minor-mode):
17207         Relax :variable's test for a named function.
17209 2012-01-31  Alan Mackenzie  <acm@muc.de>
17211         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17212         off by one error.
17214 2012-01-31  Chong Yidong  <cyd@gnu.org>
17216         * frame.el (set-frame-font): New arg ALL-FRAMES.
17218         * menu-bar.el (menu-set-font): Use set-frame-font.
17220         * faces.el (face-spec-reset-face): Don't apply unspecified
17221         attribute values to the default face.
17223 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
17225         * progmodes/cwarn.el (cwarn): Remove dead link.
17226         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17227         Remove * from defcustom docstrings.
17228         (turn-on-cwarn-mode): Make obsolete.
17229         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17230         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17232 2012-01-31  Glenn Morris  <rgm@gnu.org>
17234         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17235         Fix :variable handling of mode a symbol not equal to modefun.
17236         Allow named functions to be used as the cdr of :variable.
17238 2012-01-30  Glenn Morris  <rgm@gnu.org>
17240         * emacs-lisp/authors.el (authors-fixed-entries):
17241         Remove reference to deleted file rnewspost.el.
17243 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
17245         * window.el (window-with-parameter): Remove unused variable `windows'.
17246         (window--side-check): Remove unused variable `code'.
17247         (window--resize-siblings): Remove unused variable `first'.
17248         (adjust-window-trailing-edge): Remove unused variable `failed'.
17249         (window-deletable-p, window--delete): Remove unused variable `buffer'.
17250         Use `let', not `let*'.
17251         (balance-windows-2): Remove unused variable `found'.
17252         (window--state-put-2): Remove unused variable `splits'.
17253         (window-state-put): Remove unused variable `selected'.
17254         (same-window-p): Use `string-match-p'.
17255         (display-buffer-assq-regexp): Remove unused variable `value'.
17256         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17257         Mark argument ALIST as ignored.
17258         (pop-to-buffer): Remove unused variable `old-window'.
17260 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
17262         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17263         and .lzma compressed files.
17265 2012-01-29  Chong Yidong  <cyd@gnu.org>
17267         * frame.el (window-system-default-frame-alist): Doc fix.
17269         * dynamic-setting.el (font-setting-change-default-font): Don't
17270         change the default face if SET-FONT argument is non-nil (Bug#9982).
17272 2012-01-29  Samuel Bronson  <naesten@gmail.com>
17274         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17276 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
17278         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17279         breakpoints in files outside current directory (Bug#6098).
17281 2012-01-29  Chong Yidong  <cyd@gnu.org>
17283         * progmodes/python.el: Require ansi-color at top-level.
17285         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17286         Define and use in Emacs Lisp mode (Bug#9360).
17287         (lisp-mode-abbrev-table): Add doc.
17288         (lisp-mode-variables): Don't set local-abbrev-table.
17289         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17291 2012-01-28  Roland Winkler  <winkler@gnu.org>
17293         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17295 2012-01-28  Roland Winkler  <winkler@gnu.org>
17297         * textmodes/bibtex.el (bibtex-entry-alist): New function.
17298         (bibtex-set-dialect): Use it.  Either set global values of
17299         dialect-dependent variables or bind these variables buffer-locally
17300         (Bug#10254).
17301         (bibtex-mode): Call bibtex-set-dialect via
17302         hack-local-variables-hook.
17303         (bibtex-dialect): Update docstring.
17304         Add safe-local-variable predicate.
17305         (bibtex-entry-alist, bibtex-field-alist): Initialize via
17306         bibtex-set-dialect.
17307         (bibtex-mode-map): Define menu for each dialect.
17308         (bibtex-entry): Fix docstring.
17310 2012-01-28  Chong Yidong  <cyd@gnu.org>
17312         * eshell/esh-arg.el (eshell-quote-argument): New function.
17314         * eshell/esh-ext.el (eshell-invoke-batch-file):
17315         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17316         first arg to eshell-parse-command (Bug#10523).
17318 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17320         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17321         `default-directory' is non-nil.
17323 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17325         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17326         line that displays system-configuration-options.  (Bug#9924)
17328 2012-01-28  Drew Adams  <drew.adams@oracle.com>
17330         * descr-text.el (describe-char): Show information about POS, in
17331         addition to information about the character at POS.  Improve and
17332         update the doc string.  Change "code point" to "code point in
17333         charset", to avoid confusion with the character's Unicode code
17334         point shown above that.  (Bug#10129)
17336 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
17338         * descr-text.el (describe-char): Show the raw character, not only
17339         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
17340         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17341         for the reasons.
17343 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
17345         * emacs-lisp/package.el (package-install):
17346         Run package-refresh-contents if there is no archive yet (Bug#9798).
17348 2012-01-28  Chong Yidong  <cyd@gnu.org>
17350         * emacs-lisp/package.el (package-maybe-load-descriptor):
17351         New function, split from package-maybe-load-descriptor.
17352         (package-maybe-load-descriptor): Use it.
17353         (package-download-transaction): Fully load required packages
17354         inside the loop, so that `require' calls work (Bug#10593).
17355         (package-install): No need to call package-initialize now.
17357 2012-01-28  Chong Yidong  <cyd@gnu.org>
17359         * simple.el (deactivate-mark): Doc fix (Bug#8614).
17361         * tooltip.el (tooltip-mode): Doc fix.
17362         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17364         * frame.el (set-cursor-color): Doc fix (Bug#352).
17366         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17367         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17369         * cus-edit.el (custom-buffer-create-internal): Fix search button
17370         action (Bug#10542).
17371         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17373 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
17375         * dired.el (dired-mark-files-regexp):
17376         Include any subdirectory components.  (Bug#10445)
17378 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17380         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17381         Handle [host]:port syntax.  (Bug#10533)
17383 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
17385         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17387 2012-01-26  Glenn Morris  <rgm@gnu.org>
17389         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17390         * term.el (term-raw-escape-map): Use Control-X-prefix.
17391         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
17393 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
17395         * window.el (window-state-get, window--state-get-1): Don't deal
17396         with fixed-sizeness of windows.  Simplify code.
17398 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
17400         * window.el (window--state-get-1, window--state-put-2):
17401         Don't save and restore the mark.
17403 2012-01-25  Chong Yidong  <cyd@gnu.org>
17405         * custom.el (custom-variable-p): Doc fix.
17407 2012-01-25  Glenn Morris  <rgm@gnu.org>
17409         * dired.el (dired-goto-file): Handle some of the more common
17410         characters that `ls -b' escapes.  (Bug#10596)
17412         * progmodes/compile.el (compilation-next-error-function):
17413         Respect compilation-first-column in the "*compilation*" buffer.
17414         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
17416         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
17418 2012-01-24  Glenn Morris  <rgm@gnu.org>
17420         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
17422 2012-01-24  Julien Danjou  <julien@danjou.info>
17424         * color.el (color-rgb-to-hsl): Fix value computing.
17425         (color-hue-to-rgb): New function.
17426         (color-hsl-to-rgb): New function.
17427         (color-clamp, color-saturate-hsl, color-saturate-name)
17428         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17429         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17431 2012-01-24  Glenn Morris  <rgm@gnu.org>
17433         * vc/vc-rcs.el (vc-rcs-create-tag):
17434         * vc/vc-sccs.el (vc-sccs-create-tag):
17435         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
17437 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
17439         * eshell/esh-util.el (eshell-read-hosts-file):
17440         Skip comment lines.  (Bug#10549)
17442         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
17444 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
17446         * subr.el (display-delayed-warnings): Doc fix.
17447         (collapse-delayed-warnings): New function to collapse identical
17448         adjacent warnings.
17449         (delayed-warnings-hook): Add it.
17451 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
17453         * net/tramp.el (tramp-action-login): Set connection property "login-as".
17455         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17456         (tramp-default-user-alist): Don't add "pscp".
17457         (tramp-do-copy-or-rename-file-out-of-band): Use connection
17458         property "login-as", if set.  (Bug#10530)
17460 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
17462         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17463         "plink1" and "psftp".  (Bug#10530)
17465 2012-01-21  Kenichi Handa  <handa@m17n.org>
17467         * international/mule-cmds.el (prefer-coding-system): Show a
17468         warning message if the default value of file-name-coding-system
17469         was not changed.
17471 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
17473         * windmove.el (windmove-reference-loc):
17474         Fix windmove-reference-loc miscalculation.
17476 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
17478         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17479         default unit.
17481 2012-01-21  Glenn Morris  <rgm@gnu.org>
17483         * international/mule.el (auto-coding-alist): Add .tbz.
17485         * files.el (local-enable-local-variables): Doc fix.
17486         (inhibit-local-variables-regexps): Rename from
17487         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
17488         Doc fix.  Add some extensions from auto-coding-alist.
17489         (inhibit-local-variables-suffixes):
17490         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
17491         (inhibit-local-variables-p):
17492         New function, extracted from set-auto-mode-1.
17493         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
17494         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
17495         (hack-local-variables): Doc fix.  Make the mode-only case
17496         respect enable-local-variables and friends.
17497         Respect inhibit-local-variables-regexps for file-locals, but
17498         not for directory-locals.
17499         (set-visited-file-name):
17500         Take account of inhibit-local-variables-regexps.
17501         Whether it applies may change as the file name is changed.
17502         * jka-cmpr-hook.el (jka-compr-install):
17503         * jka-compr.el (jka-compr-uninstall):
17504         Update for inhibit-first-line-modes-suffixes name change.
17506 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
17508         * help-macro.el (make-help-screen): Temporarily restore original
17509         binding for minor-mode-map-alist (Bug#10454).
17511 2012-01-19  Julien Danjou  <julien@danjou.info>
17513         * color.el (color-name-to-rgb): Use the white color to find the max
17514         color component value and return correctly computed values.
17515         (color-name-to-rgb): Add missing float conversion for max value.
17517 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
17519         * window.el (window--state-get-1, window-state-get): Do not use
17520         special state value for window-persistent-parameters.
17521         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
17522         (window--state-put-2): Reset all window parameters to nil before
17523         assigning values of persistent parameters.
17525 2012-01-18  Alan Mackenzie  <acm@muc.de>
17527         Eliminate sluggishness and hangs in fontification of "semicolon
17528         deserts".
17530         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17531         Change value 10000 -> 3000.
17532         (c-state-safe-place): Reformulate so it doesn't stack up an
17533         infinite number of wrong entries in c-state-nonlit-pos-cache.
17534         (c-determine-limit-get-base, c-determine-limit): New functions to
17535         determine backward search limits disregarding literals.
17536         (c-find-decl-spots): Amend commenting.
17537         (c-cheap-inside-bracelist-p): New function which detects "={".
17539         * progmodes/cc-fonts.el
17540         (c-make-font-lock-BO-decl-search-function): Give a limit to a
17541         backward search.
17542         (c-font-lock-declarations): Fix an occurrence of point being
17543         undefined.  Check additionally for point being in a bracelist or
17544         near a macro invocation without a semicolon so as to avoid a
17545         fruitless time consuming search for a declarator.  Give a more
17546         precise search limit for declarators using the new
17547         c-determine-limit.
17549 2012-01-18  Glenn Morris  <rgm@gnu.org>
17551         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17552         (set-auto-mode): Doc fixes.
17554 2012-01-17  Glenn Morris  <rgm@gnu.org>
17556         * isearch.el (search-nonincremental-instead): Fix doc typo.
17558         * dired.el (dired-insert-directory): Handle newlines in directory name.
17559         (dired-build-subdir-alist): Unescape newlines in directory name.
17561 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
17563         * net/tramp.el (tramp-local-end-of-line): New defcustom.
17564         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17565         (tramp-action-terminal): Use it.  (Bug#10530)
17567 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17569         * minibuffer.el (completion--replace): Strip properties (bug#10062).
17571 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
17573         * window.el (window-state-ignored-parameters): Remove variable.
17574         (window--state-get-1): Rename argument MARKERS to IGNORE.
17575         Handle persistent window parameters.  Make copy of clone-of
17576         parameter only if requested.  (Bug#10348)
17577         (window--state-put-2): Install a window parameter only if it has
17578         a non-nil value or an existing parameter shall be overwritten.
17580 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
17582         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17584 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
17586         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17587         don't pass the (nil) value of `upnode' to string-match.
17589 2012-01-14  Chong Yidong  <cyd@gnu.org>
17591         * startup.el (command-line): Fix X resource class for cursorColor.
17592         Fix values recognized by the cursorBlink resource.
17594 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
17596         * epg.el (epg--make-temp-file): Avoid permission race condition
17597         when running on old Emacs versions (bug#10403).
17599 2012-01-14  Glenn Morris  <rgm@gnu.org>
17601         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17603 2012-01-13  Alan Mackenzie  <acm@muc.de>
17605         Fix filling for when filladapt mode is enabled.
17607         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17608         c-mask-paragraph, pass in `fill-paragraph' rather than
17609         `fill-region-as-paragraph'.  (This is a reversion of a previous
17610         change.)
17611         * progmodes/cc-mode.el (c-basic-common-init):
17612         Make fill-paragraph-handle-comment buffer local and set it to nil.
17614 2012-01-13  Glenn Morris  <rgm@gnu.org>
17616         * dired.el (dired-switches-escape-p): New function.
17617         (dired-insert-directory): Use dired-switches-escape-p.
17618         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
17620         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
17622 2012-01-12  Glenn Morris  <rgm@gnu.org>
17624         * mail/sendmail.el (mail-mode): Update paragraph-separate for
17625         changes in adaptive-fill-regexp.  (Bug#10276)
17627 2012-01-11  Alan Mackenzie  <acm@muc.de>
17629         Fix Emacs bug #10463 - put `widen's around the critical spots.
17631         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17632         widen around each invocation of c-state-pp-to-literal.  Remove an
17633         unused let variable.
17635 2012-01-11  Glenn Morris  <rgm@gnu.org>
17637         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
17638         Doc fix.
17640 2012-01-10  Chong Yidong  <cyd@gnu.org>
17642         * net/network-stream.el (network-stream-open-starttls):
17643         Avoid emitting a confusing error message when the server gives a bad
17644         response to the capability command.
17646 2012-01-10  Glenn Morris  <rgm@gnu.org>
17648         * mail/unrmail.el (unrmail): Tweak previous change.
17650 2012-01-09  Chong Yidong  <cyd@gnu.org>
17652         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17654 2012-01-08  Alan Mackenzie  <acm@muc.de>
17656         Optimize font locking in long enum definitions.
17658         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17659         arm to a cond form to handle enums.
17660         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17661         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17663 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
17665         * files.el (move-file-to-trash): Preserve default file modes on error.
17666         (Bug#10401)
17668 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17670         * faces.el (set-face-attribute): Clarify the meaning of the nil
17671         frame (bug#10294).
17673         * subr.el (with-selected-frame): Mention that the selected frame
17674         is restored (bug#9980).
17676         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17677         (bug#9759).
17679         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17680         (password-read): Don't autoload unused function.
17682 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
17684         * progmodes/which-func.el (which-func-mode): Turn into a
17685         non-interactive function and mark as obsolete (bug#10428).
17687 2012-01-06  Chong Yidong  <cyd@gnu.org>
17689         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17690         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17691         functions, along with 1 and -1.
17693 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
17695         * time.el (display-time-load-average)
17696         (display-time-default-load-average): Doc fixes.  See the thread
17697         starting at
17698         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17699         for the details.
17701 2012-01-06  Glenn Morris  <rgm@gnu.org>
17703         * mail/unrmail.el (unrmail): Give an explicit error if the input file
17704         has no messages.  (Bug#10377)
17706         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17707         than Info-edit.  (Bug#10385)
17709         * time.el (display-time-load-average, display-time-next-load-average):
17710         Doc fixes.
17712         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17713         local setting of buffer-read-only to the input buffer.  (Bug#10419)
17715         * calendar/calendar.el (calendar-mode):
17716         Locally set scroll-margin to 0.  (Bug#10379)
17718 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
17720         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
17722 2012-01-05  Glenn Morris  <rgm@gnu.org>
17724         * eshell/em-unix.el (diff-no-select): Autoload it.
17725         (eshell/diff): Use diff-no-select.  (Bug#10420)
17727 2012-01-05  Chong Yidong  <cyd@gnu.org>
17729         * shell.el (shell-dynamic-complete-functions): Revert last change.
17730         (shell-command-completion-function): New function.
17731         (shell-completion-vars): Use it to implement
17732         shell-completion-execonly (Bug#10417).
17734         * custom.el (enable-theme): Don't set custom-safe-themes.
17736         * cus-theme.el (custom-theme-merge-theme):
17737         Ignore custom-enabled-themes and custom-safe-themes.
17739 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
17741         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17742         first prompt in `sql-interacive-mode'.
17743         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17744         keywords.
17745         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17746         (sql-product-interactive): Bug fix: Set `sql-buffer' in
17747         context of original buffer.  Invoke `sql-login-hook'.
17749 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
17751         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17752         letters in cite-prefix.
17754 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17756         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17758 2012-01-03  Chong Yidong  <cyd@gnu.org>
17760         * shell.el (shell-dynamic-complete-functions):
17761         Put pcomplete-completions-at-point, so as to try
17762         comint-filename-completion first (Bug#10417).
17764 2012-01-02  Richard Stallman  <rms@gnu.org>
17766         * battery.el (battery-status-function):
17767         Detect when to use battery-yeeloong-sysfs.
17768         (battery-echo-area-format): Add string for Yeeloong.
17769         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17770         (battery-yeeloong-sysfs): New function.
17772 2012-01-02  Chong Yidong  <cyd@gnu.org>
17774         * dirtrack.el (dirtrack-list): Eliminate unused third element.
17775         (dirtrack): Merge code for handling relative filenames in prompt
17776         from shell-dir-cookie-watcher.
17777         (dirtrack-debug-message): New arg to avoid excess format calls.
17779         * shell.el (shell-dir-cookie-re): Variable deleted.
17780         (shell-dir-cookie-watcher): Function deleted.
17781         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17782         with dirtrack-mode.
17784 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
17786         * term/w32-win.el (dynamic-library-alist) <gnutls>:
17787         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17788         libgnutls-26.dll.
17790 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
17792         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17794 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
17796         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17797         headers of non-MIME messages, when rmail-enable-mime is non-nil.
17799 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
17801         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17802         also for alternative shells.
17803         (tramp-open-connection-setup-interactive-shell): Check, whether
17804         the shell is a busybox.
17805         (tramp-send-command): Don't suppress multiple prompts for
17806         busyboxes, it hurts.
17808 2011-12-28  Chong Yidong  <cyd@gnu.org>
17810         * progmodes/gdb-mi.el (gdb-get-source-file-list)
17811         (gdb-get-source-file): Move mode line update to
17812         gdb-get-source-file (Bug#10087).
17814 2011-12-25  Chong Yidong  <cyd@gnu.org>
17816         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17817         gud-gdb-marker-filter without taking it as an argument.
17818         (gud-gdb-run-command-fetch-lines): Caller changed.
17819         (gud-gdb-completion-function): New variable.
17820         (gud-gdb-completion-at-point): Use it.
17821         (gud-gdb-completions-1): Split from gud-gdb-completions.
17823         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17824         function as separate arguments.
17825         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17826         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17827         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17828         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17829         (gdb-stopped, def-gdb-auto-update-trigger)
17830         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17831         (gdb-get-changed-registers, gdb-get-main-selected-frame):
17832         Callers changed.
17833         (gud-gdbmi-completions): New function.
17834         (gdb): Use it for generating the completion table.
17836 2011-12-24  Alan Mackenzie  <acm@muc.de>
17838         Introduce a mechanism to widen the region used in context font
17839         locking.  Use this to protect declarations from losing their contexts.
17841         * progmodes/cc-langs.el (c-before-font-lock-functions):
17842         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17843         (c-before-context-fontification-functions): New defvar, a list of
17844         functions to be run just before context (etc.) font locking.
17846         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17847         New, functionality extracted from
17848         c-neutralize-syntax-in-and-mark-CPP.
17849         (c-in-after-change-fontification): New variable.
17850         (c-after-change): Set c-in-after-change-fontification.
17851         (c-set-fl-decl-start): Rejig its interface, so it can be called
17852         from both after-change and context fontifying.
17853         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17854         New functions.
17855         (c-standard-font-lock-fontify-region-function): New variable.
17856         (c-font-lock-fontify-region): New function.
17858 2011-12-24  Juri Linkov  <juri@jurta.org>
17860         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17861         (Bug#10348)
17863 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
17865         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17866         existence of source file.  (Bug#10325)
17868 2011-12-23  Alan Mackenzie  <acm@muc.de>
17870         Fix unstable fontification inside templates.
17872         * progmodes/cc-langs.el (c-before-font-lock-functions):
17873         Newly created from the singular version.  The (c c++ objc) entry now
17874         additionally has c-set-fl-decl-start.  The other languages (apart
17875         from AWK) have that as a single entry.
17877         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17878         The functionality for "local" declarations has been extracted to
17879         c-set-fl-decl-start.
17881         * progmodes/cc-mode.el (c-common-init, c-after-change):
17882         Changes due to pluralisation of c-before-font-lock-functions.
17883         (c-set-fl-decl-start): New function, extracted from
17884         c-font-lock-enclosing-decls and enhanced.
17886 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
17888         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17890 2011-12-22  Juri Linkov  <juri@jurta.org>
17892         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
17894 2011-12-22  Chong Yidong  <cyd@gnu.org>
17896         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17898 2011-12-21  Drew Adams  <drew.adams@oracle.com>
17900         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
17902 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
17904         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17906 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17908         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
17909         highlighting and support.  Fix up comments for capitalization.
17910         (cfengine-mode-debug): New var.
17911         (cfengine3-mode): Change the modeline indicator to "CFE3".
17912         (cfengine3-font-lock-keywords): Improve defun highlighting.
17913         (cfengine2-actions): Rename from `cfengine-actions'.
17914         (cfengine2-font-lock-keywords): Rename from
17915         `cfengine-font-lock-keywords'.
17916         (cfengine2-imenu-expression): Rename from
17917         `cfengine-imenu-expression'.
17918         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17919         (cfengine2-beginning-of-defun): Rename from
17920         `cfengine-beginning-of-defun'.
17921         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17922         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17923         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
17924         modeline indicator to "CFE2".
17925         (cfengine-mode): Defalias to `cfengine-auto-mode'.
17926         (cfengine-mode-abbrevs): Mark obsolete.
17928 2011-12-21  Chong Yidong  <cyd@gnu.org>
17930         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17931         filename argument.
17933 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
17935         * window.el (window-normalize-buffer-to-display): Remove.
17936         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17938 2011-12-19  Chong Yidong  <cyd@gnu.org>
17940         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17941         Don't signal an error in a predicate function; return non-nil.
17942         (vc-dir-mark-file): Move the error here.
17943         (vc-dir-mark-unmark): If acting on the region, keep going if one
17944         of the entries cannot be marked/unmarked.
17945         (vc-dir-mark-all-files): If current entry is a directory, mark
17946         only child files, as documented.
17948 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17950         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17951         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17952         addition.
17954 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
17956         * term/ns-win.el (ns-get-selection-internal)
17957         (ns-store-selection-internal): Declare.
17958         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17959         Declare as obsolete.
17960         (ns-get-pasteboard, ns-paste-secondary):
17961         Use ns-get-selection-internal.
17962         (ns-set-pasteboard, ns-copy-including-secondary):
17963         Use ns-store-selection-internal.
17965 2011-12-17  Chong Yidong  <cyd@gnu.org>
17967         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17968         (vc-deduce-fileset): Doc fix.
17970 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
17972         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17974 2011-12-13  Sam Steingold  <sds@gnu.org>
17976         * man.el (Man-getpage-in-background): When running under a
17977         window-system, ignore $MANWIDTH and $COLUMNS.
17979 2011-12-15  Kenichi Handa  <handa@m17n.org>
17981         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17982         (setup-ethiopic-environment-internal): Comment out key-binding for
17983         ethio-toggle-punctuation.
17985 2011-12-13  Alan Mackenzie  <acm@muc.de>
17987         Add the switch statement to AWK Mode.
17989         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17990         "default" to the keywords regexp.
17992         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17993         expression as the rest.
17994         (c-nonlabel-token-key): Allow string literals for AWK.
17995         Refactor for the other modes.
17997         Large brace-block initialisation makes CC Mode slow: Fix.
17998         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17999         routines.  Limit backward searching in c-font-lock-enclosing.decl.
18001         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18002         pp-state and literal type in addition to the limits.
18003         (c-state-safe-place): New defun, extracted from c-state-literal-at.
18004         (c-state-literal-at): Use the above new defun.
18005         (c-slow-in-literal, c-fast-in-literal): Remove.
18006         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18008         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18009         being in a literal.  Add a limit for backward searching.
18011         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18012         c-slow-in-literal.
18014 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18016         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18018 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
18020         * window.el (delete-other-windows): Use correct frame in call to
18021         window-with-parameter.
18023 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
18025         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18026         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18027         (makefile-gmake-statements, makefile-makepp-statements):
18028         Use it and add new makepp keywords.
18029         (makefile-makepp-font-lock-keywords): Add new patterns.
18030         (makefile-match-function-end): Match new [...] and [[...]].
18032 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
18034         * ses.el (ses-call-printer-return, ses-cell-property-get)
18035         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18036         (ses-create-cell-variable, ses-reset-header-string)
18037         (ses-cell-set-formula, ses-repair-cell-reference-all)
18038         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18039         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18040         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18041         (ses-aset-with-undo, ses-load, ses-truncate-cell)
18042         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18043         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18044         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18045         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18046         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18047         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18048         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18049         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18051 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18053         * ses.el: The overall change is to add cell renaming, that is
18054         setting fancy names for cell symbols other than name matching
18055         "\\`[A-Z]+[0-9]+\\'" regexp .
18056         (ses-create-cell-variable): New defun.
18057         (ses-relocate-formula): Relocate formulas only for cells the
18058         symbols of which are not renamed, i.e. symbols whose names do not
18059         match regexp "\\`[A-Z]+[0-9]+\\'".
18060         (ses-relocate-all): Relocate values only for cells the symbols of
18061         which are not renamed.
18062         (ses-load): Create cells variables as the (ses-cell ...) are read,
18063         in order to check row col consistency with cell symbol name only
18064         for cells that are not renamed.
18065         (ses-replace-name-in-formula): New defun.
18066         (ses-rename-cell): New defun.
18068 2011-12-11  Chong Yidong  <cyd@gnu.org>
18070         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18071         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18073 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
18075         * window.el (other-window): Fix docstring.
18077 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18079         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18080         `from' or `to' address before taking its substring.
18081         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18082         encoded name is chopped in the middle of the encoded string, and
18083         thus displayed encoded.
18085 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
18087         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18089 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
18091         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
18092         to use texinfo-update-node and commands that call it if the
18093         Texinfo file uses @node lines without next/prev/up pointers.
18094         Correct outdated description about texinfo-master-menu.
18095         (texinfo-all-menus-update, texinfo-master-menu)
18096         (texinfo-update-node, texinfo-every-node-update)
18097         (texinfo-multiple-files-update): Doc fix.  Warn against updating
18098         all the @node lines.
18099         (texinfo-master-menu): Only call texinfo-update-node if the prefix
18100         argument is numeric.  Explain better in the doc string what the
18101         function really does.
18102         (texinfo-insert-master-menu-list): Improve the error message
18103         displayed if there's no menu in the Top node.
18104         (Bug#2975)  See also this thread:
18105         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18107 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
18109         * speedbar.el (speedbar-supported-extension-expressions):
18110         Add .adb and .ads, commonly used for Ada source code (bug#10256).
18112 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
18114         * printing.el (pr-mode-alist):
18115         * simple.el (filter-buffer-substring-functions)
18116         (completion-list-insert-choice-function):
18117         * window.el (window-with-parameter, window-atom-root)
18118         (window-sides-slots, window-size-fixed, window-min-delta)
18119         (window-max-delta, window--resize-mini-window)
18120         (window--resize-child-windows-normal, window-tree)
18121         (delete-other-windows, quit-window, split-window)
18122         (display-buffer-record-window, special-display-buffer-names)
18123         (special-display-regexps, special-display-popup-frame)
18124         (same-window-p, split-window-sensibly)
18125         (display-buffer-overriding-action, display-buffer-alist)
18126         (display-buffer-base-action, display-buffer, switch-to-buffer)
18127         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18128         (fit-window-to-buffer, recenter-positions)
18129         (mouse-autoselect-window-state, mouse-autoselect-window-select):
18130         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18131         and remove unneeded backslashes in docstrings.
18133 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18135         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18137         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18138         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18139         end in ".mk".
18140         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18141         when reading the makefile (bug#10116).
18143 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18145         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18146         (bug#10116).
18148 2011-12-06  Glenn Morris  <rgm@gnu.org>
18150         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18152 2011-12-06  Chong Yidong  <cyd@gnu.org>
18154         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18156 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
18158         * textmodes/table.el (table-shorten-cell): Fix typo.
18160 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
18162         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18164 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
18166         * descr-text.el (describe-char): Fix display of strong
18167         right-to-left characters and directional embeddings and overrides.
18169         * simple.el (what-cursor-position): Fix display of codepoints of
18170         strong right-to-left characters.
18172 2011-12-05  Chong Yidong  <cyd@gnu.org>
18174         * faces.el (read-color): Doc fix.
18176 2011-12-05  Glenn Morris  <rgm@gnu.org>
18178         * align.el (align--set-marker): Add doc-string.
18179         Don't try to move something that is not a marker.  (Bug#10216)
18181 2011-12-04  Glenn Morris  <rgm@gnu.org>
18183         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18184         overly zealous deletion of trailing whitespace.
18186 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
18188         * server.el (server-delete-client): On Windows, do not try to delete
18189         the only terminal.
18190         (server-process-filter): On Windows, treat requests for a tty frame as
18191         if they were for a GUI frame if the running server is in GUI mode.
18193 2011-12-03  Glenn Morris  <rgm@gnu.org>
18195         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
18197 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18199         * electric.el: Streamline electric-indent's hook.
18200         (electric-indent-chars): Revert to simple list.
18201         (electric-indent-functions): New var.
18202         (electric-indent-post-self-insert-function): Use it.
18204         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18205         there's no inferior buffer (bug#10196).
18206         (prolog-consult-compile): Don't use toggle-read-only.
18208 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
18210         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18211         interrupt.  (Bug#10187)
18213 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18215         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18216         (bug#9160).
18218         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18219         (bug#10191).
18221 2011-12-02  Juri Linkov  <juri@jurta.org>
18223         * info.el (Info-search): Display "end of manual" when Isearch
18224         reaches the end of single-file Info manual.  (Bug#9918)
18226 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
18228         * isearch.el (isearch-message-prefix): Run the input method part
18229         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
18231 2011-12-02  Juri Linkov  <juri@jurta.org>
18233         * isearch.el (isearch-occur): Use `word-search-regexp' for
18234         `isearch-word'.
18235         (isearch-search-and-update): Add condition for `isearch-word' and
18236         call `word-search-regexp'.  (Bug#10145)
18238 2011-12-01  Glenn Morris  <rgm@gnu.org>
18240         * eshell/em-hist.el (eshell-hist-initialize):
18241         Handle eshell-history-size nil and HISTSIZE set or unset.
18242         (eshell-history-file-name, eshell-history-size): Fix custom type.
18244 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18246         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18248 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
18250         * progmodes/verilog-mode.el (verilog-pretty-expr):
18251         Rework verilog-pretty-expr to handle new assignment operators in system
18252         verilog, such as += *= and the like.
18253         (verilog-assignment-operator-re): Regular expression to find the
18254         assigment operator in a verilog assignment.
18255         (verilog-assignment-operation-re): Regular expression to find an
18256         assignment statement for pretty-expr.
18257         (verilog-in-attribute-p): Query returns true if point is in an
18258         attribute context; used to skip these for expression line up from
18259         pretty-expr.
18260         (verilog-in-parameter-p): Query returns true if point is in an
18261         parameter definition context; used to skip these for expression
18262         line up from pretty-expr.
18263         (verilog-in-parenthesis-p): Query returns true if point is in a
18264         parenthetical expression, specifically ( ) but not [ ] or { };
18265         used by pretty-expr.
18266         (verilog-just-one-space): If there is no space, don't add one.
18267         (verilog-get-lineup-indent-2): Specifically skip just attribute
18268         contexts for expression lineup, rather than skipping all
18269         parenthetical expressions.
18270         (verilog-calculate-indent): Fix comment, and fix indent.
18271         (verilog-do-indent): Indent declarations in lists (suggested by
18272         Joachim Lechner).
18273         (verilog-mode-abbrev-table): Populate abbrev mode with the various
18274         skeleton items.
18275         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18276         by Alain Mellan).
18278 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
18280         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18281         parameters with embedded comments.  Reported by Ray Stevens.
18282         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18283         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18284         Reported by Tim Holt.
18285         (verilog-auto): Fix AUTOing a upper module then AUTOing module
18286         instantiated by upper module causing wrong expansion until AUTOed a
18287         second time.  Reported by K C Buckenmaier.
18288         (verilog-diff-auto): Fix showing .* as a difference when
18289         `verilog-auto-star-save' off.  Reported by Dan Dever.
18290         (verilog-auto-reset, verilog-read-always-signals)
18291         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18292         temporary signals in reset list if
18293         verilog-auto-reset-blocking-in-non is nil, and match assignment
18294         style to each signal's assignment type, bug381.
18295         Reported by Thomas Esposito.
18296         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18297         (verilog-uvm-statement-re): Support UVM indentation and
18298         highlighting, with old OVM keywords only.
18299         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18300         Support AUTOTIEOFF creating non-wire data types.
18301         Suggested by Jonathan Greenlaw.
18302         (verilog-auto-insert-lisp, verilog-delete-to-paren)
18303         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18304         (verilog-inject-sense, verilog-read-inst-pins)
18305         (verilog-read-sub-decls, verilog-read-sub-decls-line):
18306         Fix mismatching parenthesis inside commented out code when deleting
18307         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
18308         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18309         non-numeric vector width.  Reported by Alex Reed.
18310         (verilog-auto-ascii-enum): Add "onehot" option to work around not
18311         detecting signals with parameter widths.  Reported by Alex Reed.
18312         (verilog-auto-delete-trailing-whitespace):
18313         With `verilog-auto-delete-trailing-whitespace' remove trailing
18314         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
18315         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18316         Fix verilog-scan-cache corruption when running user AUTO expansion
18317         hooks that call indentation routines.
18318         (verilog-simplify-range-expression): Fix typo ignoring lower case
18319         identifiers.
18320         (verilog-delete-auto): Fix delete-autos to also remove user created
18321         automatics, as long as they start with AUTO.
18322         (verilog-batch-diff-auto, verilog-diff-auto)
18323         (verilog-diff-function): Add `verilog-diff-auto' and bind to
18324         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
18325         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18326         (verilog-in-paren-quick, verilog-re-search-backward-quick)
18327         (verilog-re-search-forward-quick, verilog-syntax-ppss):
18328         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18329         is disabled and its cache will get corrupt, causing AUTOS not to
18330         expand.  Instead use only -quick functions.
18331         (verilog-scan-region): Fix scanning over escaped quotes.
18332         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18333         (verilog-re-search-backward-quick)
18334         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18335         related functions now ignore strings, to fix misparsing of strings
18336         with magic comments embedded in them.
18337         (verilog-read-auto-template):
18338         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18339         Reported by Brad Dobbie.
18340         (verilog-read-auto-template):
18341         Fix 'verilog-auto-inst-template-numbers' with comments.
18342         Reported by Brad Dobbie.
18343         (verilog-auto-inst, verilog-auto-inst-param)
18344         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18345         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
18346         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18347         debugging templates without merge conflicts, bug357.
18348         Reported by Brad Dobbie.
18349         (verilog-read-auto-template):
18350         Fix verilog-auto-inst-template-numbers with multiple templates.
18351         Reported by Brad Dobbie.
18352         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18353         abbrevs so user won't be asked to save.
18354         (verilog-read-auto-lisp-present): Fix to start at beginning of
18355         buffer in case called outside of verilog-auto.
18356         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18357         to "X-2".  Reported by Matthew Myers.
18358         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18359         all inputs from module templates.  Reported by Leith Johnson.
18360         (verilog-module-inside-filename-p): Fix locating programs as with
18361         modules.
18362         (verilog-auto-inst-port): Fix vl-width expressions when using
18363         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
18364         (verilog-decls-get-regs, verilog-decls-get-signals,
18365         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18366         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18367         verilog-read-decls): Combine reg and wire structures into one var
18368         structure to represent SystemVerilog concepts.
18369         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18370         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18371         (verilog-auto-wire-type, verilog-insert-definition):
18372         Add verilog-auto-wire-type and AUTOLOGIC to support using
18373         SystemVerilog "logic" keyword instead of "wire"/"reg".
18374         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18375         to declares outputs that also have assignments (presumably in an
18376         ifdef or generate if so there's not a driver conflict).
18377         Reported by Matthew Myers.
18378         (verilog-auto-declare-nettype, verilog-insert-definition):
18379         Add verilog-auto-declare-nettype to fix declarations using
18380         `default_nettype none.  Reported by Julian Gorfajn.
18381         (verilog-read-always-signals-recurse, verilog-read-decls)
18382         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18383         malformed end statement, bug325.  Reported by Joshua Wise and
18384         Andrew Drake.
18385         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18386         (verilog-inst-comment-re): Fix not deleting Interfaced comment
18387         when expanding .* in interfaces, bug320.
18388         Reported by Pierre-David Pfister.
18389         (verilog-read-module-name): Fix import statements between module
18390         name and open parenthesis, bug317.
18391         Reported by Pierre-David Pfister.
18392         (verilog-simplify-range-expression): Fix simplification of
18393         multiplications inside AUTOWIRE connections, bug303.
18394         (verilog-auto-inst-port): Support parameter expansion in
18395         multidimensional arrays.
18396         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18397         after "assert property".  Reported by Julian Gorfajn.
18398         (verilog-simplify-range-expression): Fix "couldn't merge" errors
18399         with multiplication, bug303.
18400         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18401         Reported by Jan Frode Lonnum.
18403 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
18405         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18406         (hfy-shell-file-name, hfy-shell):
18407         * international/fontset.el (x-decompose-font-name): Fix typos.
18409 2011-11-29  Ken Brown  <kbrown@cornell.edu>
18411         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18412         (gdb-version): Remove defvar.
18413         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18414         (gdb-gud-context-command, gdb-non-stop-handler)
18415         (gdb-current-context-command, gdb-stopped): Use it.
18416         (gdb-init-1): Enable pretty printing here.
18417         (gdb-non-stop-handler): Don't enable pretty-printing here.
18418         Check to see if the target supports non-stop mode; if not, turn off
18419         non-stop mode.  Use the following.
18420         (gdb-check-target-async): New defun.
18421         (gud-watch, gdb-stopped): Fix whitespace.
18422         (gdb-get-source-file): Don't try to display the source file if
18423         `gdb-main-file' is nil.
18425 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18427         * align.el: Try to generate fewer markers (bug#10047).
18428         (align--set-marker): New macro.
18429         (align-region): Use it.
18431 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18433         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18435 2011-11-29  Chong Yidong  <cyd@gnu.org>
18437         * indent.el (indent-for-tab-command, indent-according-to-mode):
18438         Doc fix.
18439         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
18441 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
18443         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18444         aware of remote file names.  (Bug#10124)
18446 2011-11-29  Chong Yidong  <cyd@gnu.org>
18448         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18450 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18452         * files.el (find-file): Don't use force-same-window (bug#10144).
18453         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18454         use pop-to-buffer if the selected window can't be used.
18455         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18457 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
18459         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18460         special-mode-map.
18462 2011-11-28  Chong Yidong  <cyd@gnu.org>
18464         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18466 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
18468         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18469           gdb-get-source-file-list on gdb-create-source-file-list.
18471 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
18473         * whitespace.el (whitespace-newline): Use a different foreground
18474         color for 16-color light-background displays.
18476 2011-11-24  Chong Yidong  <cyd@gnu.org>
18478         * window.el (display-buffer--special-action): Doc fix.
18480 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
18482         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18483         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18484         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18485         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18486         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18487         (avl-tree-stack-first):
18488         * emacs-lisp/cconv.el (cconv--analyse-use):
18489         * net/gnutls.el (gnutls-negotiate): Fix typos.
18491 2011-11-24  Glenn Morris  <rgm@gnu.org>
18493         * lpr.el (lpr-windows-system, lpr-lp-system):
18494         * mail/binhex.el (binhex-begin-line):
18495         * progmodes/grep.el (grep-history, grep-find-history):
18496         * textmodes/flyspell.el:
18497         * vc/pcvs-defs.el (cvs-global-menu):
18498         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18499         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18500         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18502         * net/tls.el: Fix case of "GnuTLS".
18504         * paths.el (rmail-file-name): Format doc-string for make-docfile.
18506         * version.el (emacs-build-system): Give it a doc-string.
18508 2011-11-24  Juri Linkov  <juri@jurta.org>
18510         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18512 2011-11-24  Glenn Morris  <rgm@gnu.org>
18514         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18515         if called on a non-mime message just toggle the headers.  (Bug#8006)
18517 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
18519         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18520         (allout-lead-with-comment-string, allout-structure-deleted-hook)
18521         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18522         (allout-rebullet-heading, allout-open-sibtopic)
18523         (allout-toggle-current-subtree-encryption)
18524         (allout-toggle-subtree-encryption, allout-encrypt-string)
18525         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18526         (allout-distinctive-bullets-string, allout-auto-activation):
18527         * window.el (window-normalize-buffer-to-display):
18528         * progmodes/verilog-mode.el (verilog-batch-indent):
18529         * textmodes/bibtex.el (bibtex-field-braces-opt)
18530         (bibtex-field-strings-opt):
18531         * vc/cvs-status.el (cvs-tree-merge):
18532         Fix typos.
18534 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
18536         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18537         `non-essential' to t, in order to avoid remote connections.
18539 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
18541         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18542         On MS-DOS and MS-Windows, compare with loaddefs.el
18543         case-insensitively.
18545 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18547         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
18549 2011-11-23  Glenn Morris  <rgm@gnu.org>
18551         * paths.el (rmail-file-name): Reformat the doc-string so that it
18552         is picked up.
18554         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18555         (rmail-auto-file): Ignore case in the "special" field names,
18556         as mail-fetch-field does for all others.
18558         * mail/rmail.el (rmail-forward):
18559         * mail/rmailkwd.el (rmail-set-label):
18560         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18561         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
18563         * mail/rmail.el (rmail-current-message): Doc fix.
18565         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
18567 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18569         * server.el (server-eval-and-print): Allow C-g (bug#6585).
18571 2011-11-22  Glenn Morris  <rgm@gnu.org>
18573         * mail/rmailmm.el (test-rmail-mime-handler)
18574         (test-rmail-mime-bulk-handler)
18575         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18577 2011-11-21  Juri Linkov  <juri@jurta.org>
18579         * calc/calc.el (calc-read-key-sequence):
18580         Let-bind `input-method-function' to nil.  (Bug#10018)
18582 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18584         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18585         Tell the caller that the next line needs recomputation, even
18586         though it doesn't start a sexp (bug#10094).
18588 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18590         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18592 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18594         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18595         Use force-same-window.
18597 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18599         * descr-text.el (describe-char-unicode-data):
18600         * json.el (json-string-escape):
18601         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18602         (Footnote-unicode, Footnote-style-p):
18603         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18605 2011-11-20  Chong Yidong  <cyd@gnu.org>
18607         * window.el (replace-buffer-in-windows): Restore interactive spec.
18609 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18611         * electric.el (electric-indent-mode): Fix last change (too optimistic).
18613         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18614         (byte-compile-global-not-obsolete-vars): New var.
18615         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18616         Use it.
18617         (byte-compile-warn-obsolete): Align text with the one in *Help*.
18619 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
18621         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18622         * progmodes/pascal.el (electric-pascal-equal):
18623         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18624         * xml.el (xml-substitute-special): Fix typos.
18626 2011-11-20  Glenn Morris  <rgm@gnu.org>
18628         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18629         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18630         Doc fixes.
18631         (rmail-decode-mime-charset): Mark as obsolete.
18633         * mail/rmailsum.el (rmail-message-regexp-p-1):
18634         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18635         Before using mime functions, check they are set.  (Bug#10077)
18637 2011-11-19  Juri Linkov  <juri@jurta.org>
18639         * info.el (Info-finder-find-node): Use `package--builtins' instead
18640         of `package-alist'.  Use node names formed by the pattern "Keyword "
18641         and the keyword name.
18643 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18645         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18647 2011-11-19  Juri Linkov  <juri@jurta.org>
18649         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18650         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
18651         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18652         `old-history', `old-history-forward'.  Add let-binding
18653         `window-selected'.  Remove calls to `kill-buffer',
18654         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
18655         before calling `Info-find-node', so `Info-find-node-2' will reread
18656         the Info file.  Restore window positions only when `window-selected'
18657         is non-nil.
18659 2011-11-19  Juri Linkov  <juri@jurta.org>
18661         * isearch.el (isearch-lazy-highlight-new-loop):
18662         Remove condition `(not isearch-error)'.  (Bug#9918)
18664         * misearch.el (multi-isearch-search-fun): Add condition
18665         `(not bound)' to ignore lazy-highlighting search.
18666         Add the search-failed message "end of multi" when the end of
18667         multi-sequence is reached.  Uncapitalize the search-failed
18668         message "Repeat for next buffer".
18670         * info.el (Info-search): Add the search-failed message
18671         "end of the manual" when the end of the manual is reached
18672         in Isearch mode.
18674 2011-11-19  Juri Linkov  <juri@jurta.org>
18676         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18677         Use non-destructive `remove' instead of `delete' because
18678         `Info-history-list' stored to `Info-isearch-initial-history-list' in
18679         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18681 2011-11-19  Juri Linkov  <juri@jurta.org>
18683         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18684         to nil instead of binding `search-ring' and `regexp-search-ring'.
18685         (Bug#9185)
18687 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18689         * simple.el (line-move): Force movement by logical lines for any
18690         hscrolled window, not only when auto-hscroll-mode is on.
18691         (line-move-visual): Update doc string to that effect.  (Bug#10076)
18693 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
18695         * language/european.el (macintosh): Define as alias for mac-roman.
18697 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
18699         * mail/rmailmm.el (rmail-mime-display-header)
18700         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18701         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18702         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18703         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18704         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18705         of a raw aref.
18706         (rmail-mime-entity-segment): To get past the tagline, move forward
18707         2 more lines, to account for the 2 empty lines that precede and
18708         follow the line with the buttons.
18709         (rmail-mime-update-tagline): Move one more line, to get past the
18710         empty line that follows the buttons in the tagline.  (Bug#9520)
18712 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
18714         * window.el (window-max-delta-1, window-min-delta-1)
18715         (window-min-size-1, window-state-get-1, window-state-put-1)
18716         (window-state-put-2): Use "window--" prefix.
18718 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18720         * emacs-lisp/smie.el: Improve warnings and conflict detection.
18721         (smie-warning-count): New var.
18722         (smie-set-prec2tab): Use it.
18723         (smie-bnf->prec2): Improve warnings.  Add docstring.
18724         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18725         (smie-bnf--set-class): New function.
18726         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
18727         corner case.
18729         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18730         (compilation-error-properties, compilation-move-to-column):
18731         Handle compilation-first-column while in the target buffer.
18733         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18734         Don't hardcode point-min==1.
18736         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18737         (eshell-rewrite-for-command): Remove workaround.
18738         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18739         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18740         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18742         * files-x.el (modify-file-local-variable): Obey commenting conventions.
18744 2011-11-17  Glenn Morris  <rgm@gnu.org>
18746         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18747         Ignore buffer-local generated-autoload-file if it is the same
18748         as the global value.  (Bug#10049)
18750 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
18752         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18753         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18754         (reftex-toc-previous-heading, reftex-toc-max-level)
18755         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18756         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18757         (reftex-toc-do-promote, reftex-toc-promote-prepare)
18758         (reftex-toc-promote-action, reftex-toc-extract-section-number)
18759         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18760         (reftex-toc-rename-label, reftex-toc-visit-location)
18761         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18762         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18763         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18764         leaving "*toc*" only for references to the buffer.
18766 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
18768         * window.el (window-resize, delete-window, split-window):
18769         Replace window-splits by window-combination-resize.
18770         * cus-start.el (window-splits): Replace by window-combination-resize.
18772 2011-11-17  Glenn Morris  <rgm@gnu.org>
18774         * progmodes/sh-script.el (sh-font-lock-keywords-var):
18775         Make bash entry derive from sh entry, not shell entry.
18777 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
18779         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18780         local file name.
18782 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18784         * menu-bar.el (menu-bar-file-menu):
18785         * printing.el (pr-ps-utility):
18786         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18787         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18788         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18789         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18790         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18791         (icalendar--convert-cyclic-to-ical)
18792         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18793         (icalendar--convert-ical-to-diary)
18794         (icalendar--convert-recurring-to-diary)
18795         (icalendar--convert-non-recurring-all-day-to-diary)
18796         (icalendar-import-format-sample):
18797         * progmodes/idlw-shell.el (idlwave-shell-mode):
18798         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18799         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18800         (vhdl-ps-print-init): Fix typos.
18802 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
18804         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18805         FSF and collapse date sequence, obscure author/maintainer email address
18806         better, remove extra version line, track relocation of author's webpage.
18808         * progmodes/python.el (python-pdbtrack-input-prompt)
18809         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18810         regular python pdb prompts.  Adjustments shamelessly taken exactly as
18811         suggested in EmacsWiki page (tiny change):
18812         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18814 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
18816         * expand.el (expand-pos, expand-index, expand-point):
18817         Remove redundant info from docstring.
18818         (expand-add-abbrevs): Doc fix.
18819         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18820         (expand-sample-perl-mode-expand-list): Fix typos.
18822         * net/dbus.el (dbus-event-member-name):
18823         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18824         * term/pc-win.el (msdos-create-frame-with-faces):
18825         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18827 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
18829         * window.el (split-window, window-state-get-1)
18830         (window-state-put-1, window-state-put-2): Rename occurrences of
18831         window-nest to window-combination-limit.
18832         * cus-start.el (window-nest): Rename to window-combination-limit.
18834 2011-11-16  Chong Yidong  <cyd@gnu.org>
18836         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18837         regexp (Bug#10033).
18839 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18841         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18842         `completing-read' will remove *Completions* and will preserve
18843         current-buffer for us.
18844         (tmm-add-prompt): Users of *Completions* will always (re)set its
18845         major mode.
18846         (tmm-old-comp-map): Remove.
18848 2011-11-16  Glenn Morris  <rgm@gnu.org>
18850         * mail/rmailedit.el: Require rmailmm when compiling.
18851         (rmail-old-mime-state): New declaration.
18852         (rmail-edit-current-message): If editing a mime message,
18853         edit the "raw" message from the mbox buffer.
18854         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
18856 2011-11-15  Glenn Morris  <rgm@gnu.org>
18858         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18859         which wasn't being used.  Add optional arg to force given state.
18860         (rmail-mime): Add optional arg to force given state.
18862 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18864         * allout.el (allout-encryption-plaintext-sanitization-regexps):
18865         * frame.el (display-mm-dimensions-alist):
18866         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18867         (outline-move-subtree-down):
18868         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18869         (newsticker--treeview-do-get-node):
18870         * net/quickurl.el (quickurl-list-buffer-name):
18871         * progmodes/dcl-mode.el (dcl-mode):
18872         * progmodes/gdb-mi.el (gdb-mapcar*):
18873         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18875 2011-11-15  Glenn Morris  <rgm@gnu.org>
18877         * mail/rmail.el (rmail-file-coding-system): It's only ever used
18878         in a boolean sense, so just make it a boolean, and fix the doc.
18879         (rmail-show-mime-function, rmail-mime-feature)
18880         (rmail-require-mime-maybe): Doc fixes.
18881         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18883         * mail/rmailmm.el (rmail-show-mime): Doc fix.
18885 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
18887         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18888         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18889         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18890         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18892 2011-11-15  Glenn Morris  <rgm@gnu.org>
18894         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18895         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18896         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18897         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18898         (rmail-mime, rmail-show-mime): Doc fixes.
18900         * term/ns-win.el (mode-line-frame-identification):
18901         Leave it alone.  (Bug#10051)
18903         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
18905         * mail/rmailout.el (rmail-output-to-rmail-buffer):
18906         Handle empty buffers.  (Bug#9978)
18908 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
18910         * international/mule.el (define-charset):
18911         * mail/rmailmm.el (rmail-mime-find-header-encoding):
18912         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18913         * progmodes/verilog-mode.el (verilog-backward-token):
18914         * textmodes/ispell.el (lookup-words):
18915         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18917 2011-11-14  Glenn Morris  <rgm@gnu.org>
18919         * progmodes/executable.el
18920         (executable-make-buffer-file-executable-if-script-p):
18921         Handle file-modes returning nil.
18923         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18924         message - not necessary, and causes problems.  (Bug#9831)
18926         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18928         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18930         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18931         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
18932         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18934 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
18936         * window.el (window-resize, delete-window): Use window-splits
18937         variable instead of function.
18938         (window-state-get-1, window-state-put-2, window-state-put):
18939         Don't deal with windows' splits status.
18941 2011-11-12  Glenn Morris  <rgm@gnu.org>
18943         * apropos.el (apropos-do-all, apropos-library, apropos-value)
18944         (apropos-documentation): Doc fixes.
18946 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
18948         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18949         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18951 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18953         * electric.el (electric-indent-post-self-insert-function): Make it
18954         possible for a char to only indent in some circumstances.
18955         (electric-indent-mode): Simplify.
18957 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
18959         * window.el (windows-with-parameter): Remove unused function.
18960         (windows-at-side): Rename to window-at-side-list.
18961         (window-check, window-atom-check, window-atom-check-1)
18962         (window-side-check, window-size-ignore, window-size-fixed-1)
18963         (window-in-direction-2): Prefix with "window--".
18964         (window-tree-1): Rename to window--subtree, fix doc-string.
18966 2011-11-11  Glenn Morris  <rgm@gnu.org>
18968         * subr.el (eval-after-load): If FILE is already loaded,
18969         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
18971 2011-11-10  Glenn Morris  <rgm@gnu.org>
18973         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18974         Call svn via vc-svn-command rather than vc-do-command.
18975         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18976         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18978         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18979         Add toggle-read-only.  (Bug#7292)
18980         * files.el (toggle-read-only): Mention that it should only
18981         be used interactively.  (Bug#10006)
18983 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18985         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18986         Adjust regexp for OCaml warnings.
18988         * electric.el (electric-pair-post-self-insert-function): Let user
18989         turn it off buffer-locally (bug#9932).
18991         * progmodes/python.el (python-beginning-of-statement):
18992         Rewrite (bug#2703).
18994         * progmodes/compile.el: Better handle TABs (bug#9749).
18995         (compilation-internal-error-properties)
18996         (compilation-next-error-function): Obey the target buffer's
18997         compilation-error-screen-columns.
18999 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
19001         * progmodes/meta-mode.el: Remove obsolete comments.
19002         (meta-right-comment-regexp, meta-ignore-comment-regexp):
19003         Fix typos in docstrings.
19005 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
19007         * window.el (window-size-fixed-p): Rewrite doc-string.
19008         (window-resizable-p): Rename to window--resizable-p.  Update callers.
19009         (window--resizable): New function.  Make all callers of
19010         window-resizable call window--resizable instead.
19011         (window-resizable): Rewrite in terms of window--resizable.
19013 2011-11-08  Glenn Morris  <rgm@gnu.org>
19015         * progmodes/delphi.el (delphi-mode-syntax-table):
19016         Let define-derived-mode define a proper syntax table.  (Bug#9994)
19018 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19020         * window.el: Stay away from defsubst.
19021         (window-list-no-nils): Remove.
19022         (window-state-get-1, window-state-get): Use backquote instead.
19024 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19026         * emacs-lisp/find-func.el (find-function-read):
19027         Fix incorrect use of default argument in `completing-read'.
19029 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
19031         * window.el (display-buffer-function, special-display-function):
19032         Mention display-buffer-record-window but do not mention
19033         help-setup parameter in doc-strings.
19034         (window-min-delta): Fix doc-string typo.
19036 2011-11-08  Chong Yidong  <cyd@gnu.org>
19038         * window.el (window-total-height, window-total-width): Doc fix.
19039         (window-body-size): Move from C.
19040         (window-body-height, window-body-width): Move to C.
19042 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19044         * window.el: Make special-display like display-buffer-alist (bug#9532).
19045         (display-buffer--special-action): New function, morphed
19046         from display-buffer--special.
19047         (display-buffer): Use it to handle special-display-buffers at higher
19048         priority (just after display-buffer-alist).
19049         (display-buffer-fallback-action, display-buffer--other-frame-action)
19050         (pop-to-buffer-same-window): Remove display-buffer--special.
19052 2011-11-07  Glenn Morris  <rgm@gnu.org>
19054         * calendar/cal-menu.el (cal-menu-set-date-title):
19055         Do nothing if not in a calendar.  (Bug#9976)
19057 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19059         * files.el (find-file): Always use selected-window.
19061 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
19063         * window.el (window-combinations): Make WINDOW argument
19064         mandatory.  Rewrite doc-string.
19065         (walk-window-subtree, window-atom-check, window-min-delta)
19066         (window-max-delta, window--resize-this-window)
19067         (window--resize-root-window-vertically, window-tree)
19068         (balance-windows, window-state-put): Rewrite doc-strings as to
19069         not mention the term "subwindow".
19070         (window--resize-subwindows-skip-p): Rename to
19071         window--resize-child-windows-skip-p.
19072         (window--resize-subwindows-normal): Rename to
19073         window--resize-child-windows-normal.
19074         (window--resize-subwindows): Rename to
19075         window--resize-child-windows.
19076         (window-or-subwindow-p): Rename to window--in-subtree-p.
19078 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19080         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19081         Ensure that mbox format messages end in two newlines (Bug#9974).
19083 2011-11-06  Chong Yidong  <cyd@gnu.org>
19085         * window.el (window-combination-p): Function deleted; its
19086         side-effect is not used in any existing code.
19087         (window-combinations, window-combined-p): Call window-*-child
19088         directly.
19090 2011-11-05  Chong Yidong  <cyd@gnu.org>
19092         * window.el (window-valid-p): Rename from window-any-p.
19093         (window-size-ignore, window-state-get): Callers changed.
19094         (window-normalize-window): Rename from window-normalize-any-window.
19095         New arg LIVE-ONLY, replacing window-normalize-live-window.
19096         (window-normalize-live-window): Delete.
19097         (window-combination-p, window-combined-p, window-combinations)
19098         (walk-window-subtree, window-atom-root, window-min-size)
19099         (window-sizable, window-sizable-p, window-size-fixed-p)
19100         (window-min-delta, window-max-delta, window-resizable)
19101         (window-resizable-p, window-full-height-p, window-full-width-p)
19102         (window-current-scroll-bars, window-point-1, set-window-point-1)
19103         (window-at-side-p, window-in-direction, window-resize)
19104         (adjust-window-trailing-edge, maximize-window, minimize-window)
19105         (window-deletable-p, delete-window, delete-other-windows)
19106         (record-window-buffer, unrecord-window-buffer)
19107         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19108         (quit-window, split-window, window-state-put)
19109         (set-window-text-height, fit-window-to-buffer)
19110         (shrink-window-if-larger-than-buffer): Callers changed.
19112 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
19114         * mail/rmail.el (rmail-simplified-subject): Decode subject with
19115         rfc2047-decode-string.
19116         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19117         warnings.
19119         * window.el (window-body-height, window-body-width): Mention in
19120         the doc string that the return values are in frame's canonical
19121         units.  (Bug#9949)
19123 2011-11-03  Alan Mackenzie  <acm@muc.de>
19125         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19126         change in cc-engine.el.
19128 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19130         * window.el (switch-to-buffer): Use `force-same-window' interactively.
19132 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
19134         * window.el (quit-window): Call unrecord-window-buffer after
19135         showing another buffer in the window.  (Bug#9937)
19136         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19138 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
19140         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19141         Accept status with more than 9 shelves.  (Bug#9935)
19142         Reported by Colin D Bennett <colin@gibibit.com>.
19144 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
19146         * help.el (with-help-window): Don't reference
19147         temp-buffer-show-specifiers in doc-string.
19149 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
19151         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19152         menu-item.
19154 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19156         * whitespace.el: New version 13.2.2.
19157         (whitespace-newline-mode): Disable properly.  Reported by Sarah
19158         <EmacsWiki>.
19160 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
19162         * net/newst-treeview.el: Remove "Time-stamp".
19163         (newsticker--group-manage-orphan-feeds): Do not call
19164         newsticker--treeview-tree-update.
19165         (newsticker-treeview-update, newsticker-treeview):
19166         Call newsticker--treeview-tree-update if necessary.
19168 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
19170         * window.el (window-iso-combination-p, window-iso-combined-p)
19171         (window-iso-combinations): Remove "iso-" infix.
19172         Suggested by Chong Yidong.
19173         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19174         (window-max-delta-1, window-resize, window--resize-siblings)
19175         (window--resize-this-window, adjust-window-trailing-edge)
19176         (split-window, balance-windows-1)
19177         (shrink-window-if-larger-than-buffer):
19178         * calendar/calendar.el (calendar-generate-window):
19179         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19181 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19183         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19184         in place (bug#9907).
19185         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19186         (eshell-rewrite-if-command, eshell-rewrite-for-command)
19187         (eshell-structure-basic-command, eshell-rewrite-while-command)
19188         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19189         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19190         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19191         (eshell-do-pipelines-synchronously, eshell-eval-command):
19192         Use backquotes and prefer setq to set.
19193         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19194         (eshell-macrop): Use functionp.
19195         (eshell-do-eval): Handle multiple expressions in `while' body.
19197 2011-10-30  Chong Yidong  <cyd@gnu.org>
19199         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19200         instead of set-mark (Bug#9810).
19202 2011-10-30  Chong Yidong  <cyd@gnu.org>
19204         * window.el (split-window-below, split-window-right): Rename from
19205         split-window-above-each-other and split-window-side-by-side
19206         respectively.  All callers changed.
19207         (split-window-sensibly, split-window-sensibly): Use them.
19208         (split-window-keep-point): Doc fix.
19210         * isearch.el: Add isearch-scroll property to split-window-below
19211         and split-window-right.
19213         * follow.el (follow-mode):
19214         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19215         * progmodes/ada-xref.el (ada-gdb-application):
19216         * emulation/vip.el (vip-buffer-in-two-windows):
19217         * image-dired.el (image-dired-dired-with-window-configuration):
19218         * dired-x.el (dired-do-find-marked-files):
19219         * dired.el (dired-pop-to-buffer):
19220         * bs.el (bs--show-with-configuration):
19221         * vc/emerge.el (emerge-setup-windows):
19222         * textmodes/two-column.el (2C-two-columns):
19223         * textmodes/reftex-toc.el (reftex-toc):
19224         * progmodes/gdb-mi.el (gdb-setup-windows):
19225         * progmodes/fortran.el (fortran-window-create):
19226         * net/newst-treeview.el (newsticker--treeview-window-init):
19227         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19228         * emulation/tpu-edt.el (tpu-gold-map):
19229         * emulation/crisp.el (crisp-mode-map):
19230         * calendar/calendar.el (calendar-basic-setup): Callers changed.
19232 2011-10-29  Chong Yidong  <cyd@gnu.org>
19234         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19236         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19238         * textmodes/flyspell.el (flyspell-word): Fix char offset for
19239         forged Ispell output (Bug#7904).
19241         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19243 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19245         * doc-view.el: Avoid ugly errors about not finding nil.
19246         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19247         (doc-view-dvipdf-program, doc-view-unoconv-program)
19248         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19249         Avoid nil or absolute file name as default value.
19250         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19252 2011-10-28  Alan Mackenzie  <acm@muc.de>
19254         * progmodes/cc-defs.el (c-version): -> 5.32.2.
19256 2011-10-28  Alan Mackenzie  <acm@muc.de>
19258         Amend the handling of c-beginning/end-of-defun in nested declaration
19259         scopes.
19261         * progmodes/cc-vars.el (c-defun-tactic): Move here from
19262         cc-langs.el.  Change it to a defcustom.
19264         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19265         cc-vars.el.
19267         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19268         Prevent "class foo : bar" being spuriously recognized as a label.
19270         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19271         Add parameter `inclusive' (to include enclosing braces in the region).
19272         (c-widen-to-enclosing-decl-scope): New function.
19273         (c-while-widening-to-decl-block): New macro.
19274         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19275         outward for defun boundaries, and correspondingly change symbol
19276         `respect-enclosure' to `go-outward'.
19277         (c-declaration-limits): Change algorithm to report only the "innermost"
19278         defun's boundaries.
19280 2011-10-28  Deniz Dogan  <deniz@dogan.se>
19282         * net/rcirc.el (rcirc-mode): Use hard newlines.
19284 2011-10-28  Alan Mackenzie  <acm@muc.de>
19286         Amend to indent and fontify macros "which include their own semicolon"
19287         correctly, using the "virtual semicolon" mechanism.
19289         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19291         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19292         Recode to scan one line at a time rather than having \n and \r
19293         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19294         (c-forward-label): Amend for virtual semicolons.
19295         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19297         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19298         of the new C macros.
19300         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19301         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19302         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19303         (c-opt-cpp-macro-define): Make into a full language variable.
19304         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19305         AWK Mode (including \n, \r) removed, no longer needed.
19307         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19308         Invoke c-make-macro-with-semi-re.
19310         * progmodes/cc-vars.el (c-macro-with-semi-re):
19311         (c-macro-names-with-semicolon): New variables.
19312         (c-make-macro-with-semi-re): New function.
19314 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19316         * vc/log-edit.el: Fill empty field rather than adding new one.
19317         (log-edit-add-field): New function.
19318         (log-edit-insert-changelog): Use it.
19320 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19322         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19324 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19326         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19327         (gdb--check-interpreter): New function.
19328         (gdb): Use it.
19330 2011-10-27  Glenn Morris  <rgm@gnu.org>
19332         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19333         (least-positive-float, least-negative-float)
19334         (least-positive-normalized-float, least-negative-normalized-float)
19335         (float-epsilon, float-negative-epsilon):
19336         Remove unnecessary declarations.
19338         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19339         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19340         (least-positive-float, least-negative-float)
19341         (least-positive-normalized-float, least-negative-normalized-float)
19342         (float-epsilon, float-negative-epsilon): Add doc-strings,
19343         based on those in cl.texi.
19345         * files.el (set-visited-file-name): If the major-mode changed,
19346         reload the local variables.  (Bug#9796)
19348 2011-10-27  Chong Yidong  <cyd@gnu.org>
19350         * subr.el (change-major-mode-after-body-hook): New hook.
19351         (run-mode-hooks): Run it.
19353         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19354         Use change-major-mode-before-body-hook.
19356         * simple.el (fundamental-mode):
19357         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19358         change introducing fundamental-mode-hook.
19360 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
19362         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19364 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
19366         * ido.el (ido-file-name-all-completions-1): Do not require
19367         tramp.el explicitly.  (Bug#7583)
19369 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19371         * progmodes/octave-mod.el:
19372         * progmodes/octave-inf.el: Update maintainer.
19374 2011-10-26  Chong Yidong  <cyd@gnu.org>
19376         * subr.el (with-wrapper-hook): Rewrite doc.
19378 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
19380         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19381         filenames "/method:foo:".  (Bug#9793)
19383 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19385         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19386         (bug#9865).
19388 2011-10-24  Glenn Morris  <rgm@gnu.org>
19390         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
19392 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
19394         * notifications.el: Add the requirement of a running D-Bus session
19395         bus to the Commentary.
19397 2011-10-24  Juri Linkov  <juri@jurta.org>
19399         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19400         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19401         (Bug#9364)
19403 2011-10-24  Juri Linkov  <juri@jurta.org>
19405         * info.el (Info-following-node-name-re): Add newline to the list
19406         of allowed characters for leading space.  (Bug#9824)
19408 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19410         * progmodes/octave-inf.el (inferior-octave-mode-map):
19411         Fix C-c C-h binding.
19412         * progmodes/octave-mod.el (octave-help): Remove.
19414 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
19416         Sync with Tramp 2.2.3.
19418         * net/tramp-cache.el (top): Pacify byte-compiler using
19419         `init-file-user' and `site-run-file'.
19421         * net/trampver.el: Update release number.
19423 2011-10-23  Chong Yidong  <cyd@gnu.org>
19425         * files.el (toggle-read-only): Remove obsolete comment about
19426         version control.
19428         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19429         for toggle-read-only.  Note that this hasn't called vc-next-action
19430         since 2008-05-02, though it wasn't documented at the time.
19432         * vc/ediff-init.el (ediff-toggle-read-only-function):
19433         Use toggle-read-only.
19435 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
19437         Fix bug #9560, sporadic wrong indentation; improve instrumentation
19438         of c-parse-state.
19440         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19441         correct faulty logical expression.
19442         (c-parse-state-state, c-record-parse-state-state):
19443         (c-replay-parse-state-state): New defvar/defuns.
19444         (c-debug-parse-state): Use new functions.
19446 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
19448         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19449         last fix.  Use window-in-direction correctly.
19451 2011-10-21  Chong Yidong  <cyd@gnu.org>
19453         * progmodes/idlwave.el (idlwave-mode):
19454         * progmodes/vera-mode.el (vera-mode): No need to set
19455         require-final-newline; that's done in prog-mode.
19456         Suggested by Stefan Monnier.
19458 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
19460         * mouse.el (mouse-drag-window-above)
19461         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19462         (mouse-drag-mode-line-1, mouse-drag-header-line)
19463         (mouse-drag-vertical-line-rightward-window): Remove.
19464         (mouse-drag-line): New function.
19465         (mouse-drag-mode-line, mouse-drag-header-line)
19466         (mouse-drag-vertical-line): Call mouse-drag-line.
19467         * window.el (window-at-side-p, windows-at-side): New functions.
19469 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
19471         * tar-mode.el (tar-grind-file-mode):
19472         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
19474 2011-10-21  Chong Yidong  <cyd@gnu.org>
19476         * progmodes/idlwave.el (idlwave-mode):
19477         * progmodes/vera-mode.el (vera-mode):
19478         Use mode-require-final-newline.
19480 2011-10-20  Glenn Morris  <rgm@gnu.org>
19482         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
19484 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
19486         * emulation/cua-base.el (cua-set-mark): Fix case of string.
19488 2011-10-20  Chong Yidong  <cyd@gnu.org>
19490         * emulation/cua-base.el (cua-mode):
19491         * mail/footnote.el (footnote-mode):
19492         * mail/mailabbrev.el (mail-abbrevs-mode):
19493         * net/xesam.el (xesam-minor-mode):
19494         * progmodes/bug-reference.el (bug-reference-mode):
19495         * progmodes/cap-words.el (capitalized-words-mode):
19496         * progmodes/compile.el (compilation-minor-mode)
19497         (compilation-shell-minor-mode):
19498         * progmodes/gud.el (gud-tooltip-mode):
19499         * progmodes/hideif.el (hide-ifdef-mode):
19500         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19501         * progmodes/subword.el (subword-mode):
19502         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19503         * progmodes/which-func.el (which-function-mode):
19504         * term/tvi970.el (tvi970-set-keypad-mode):
19505         * term/vt100.el (vt100-wide-mode):
19506         * textmodes/flyspell.el (flyspell-mode):
19507         * textmodes/ispell.el (ispell-minor-mode):
19508         * textmodes/nroff-mode.el (nroff-electric-mode):
19509         * textmodes/paragraphs.el (use-hard-newlines):
19510         * textmodes/refill.el (refill-mode):
19511         * textmodes/reftex.el (reftex-mode):
19512         * textmodes/rst.el (rst-minor-mode):
19513         * textmodes/sgml-mode.el (html-autoview-mode)
19514         (sgml-electric-tag-pair-mode):
19515         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19516         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19517         * emulation/crisp.el (crisp-mode):
19518         * emacs-lisp/eldoc.el (eldoc-mode):
19519         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19520         minor mode behavior.
19522 2011-10-19  Juri Linkov  <juri@jurta.org>
19524         * descr-text.el (describe-char): Add #x2010 and #x2011 to
19525         the list of hard-coded chars with escape-glyph face.
19527 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19529         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19531 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
19533         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19534         running process.
19536 2011-10-19  Glenn Morris  <rgm@gnu.org>
19538         * vc/vc-bzr.el (vc-bzr-after-dir-status):
19539         Ignore ignored files.  (Bug#9726)
19541 2011-10-19  Chong Yidong  <cyd@gnu.org>
19543         Doc fix for minor modes, stating that an omitted argument enables
19544         the mode unconditionally when called from Lisp.
19546         * abbrev.el (abbrev-mode):
19547         * allout.el (allout-mode):
19548         * autoinsert.el (auto-insert-mode):
19549         * autoarg.el (autoarg-mode, autoarg-kp-mode):
19550         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19551         (global-auto-revert-mode):
19552         * battery.el (display-battery-mode):
19553         * composite.el (global-auto-composition-mode)
19554         (auto-composition-mode):
19555         * delsel.el (delete-selection-mode):
19556         * desktop.el (desktop-save-mode):
19557         * dired-x.el (dired-omit-mode):
19558         * dirtrack.el (dirtrack-mode):
19559         * doc-view.el (doc-view-minor-mode):
19560         * double.el (double-mode):
19561         * electric.el (electric-indent-mode, electric-pair-mode):
19562         * emacs-lock.el (emacs-lock-mode):
19563         * epa-hook.el (auto-encryption-mode):
19564         * follow.el (follow-mode):
19565         * font-core.el (font-lock-mode):
19566         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19567         * help.el (temp-buffer-resize-mode):
19568         * hilit-chg.el (highlight-changes-mode)
19569         (highlight-changes-visible-mode):
19570         * hi-lock.el (hi-lock-mode):
19571         * hl-line.el (hl-line-mode, global-hl-line-mode):
19572         * icomplete.el (icomplete-mode):
19573         * ido.el (ido-everywhere):
19574         * image-file.el (auto-image-file-mode):
19575         * image-mode.el (image-minor-mode):
19576         * iswitchb.el (iswitchb-mode):
19577         * jka-cmpr-hook.el (auto-compression-mode):
19578         * linum.el (linum-mode):
19579         * longlines.el (longlines-mode):
19580         * master.el (master-mode):
19581         * mb-depth.el (minibuffer-depth-indicate-mode):
19582         * menu-bar.el (menu-bar-mode):
19583         * minibuf-eldef.el (minibuffer-electric-default-mode):
19584         * mouse-sel.el (mouse-sel-mode):
19585         * msb.el (msb-mode):
19586         * mwheel.el (mouse-wheel-mode):
19587         * outline.el (outline-minor-mode):
19588         * paren.el (show-paren-mode):
19589         * recentf.el (recentf-mode):
19590         * reveal.el (reveal-mode, global-reveal-mode):
19591         * rfn-eshadow.el (file-name-shadow-mode):
19592         * ruler-mode.el (ruler-mode):
19593         * savehist.el (savehist-mode):
19594         * scroll-all.el (scroll-all-mode):
19595         * scroll-bar.el (scroll-bar-mode):
19596         * server.el (server-mode):
19597         * shell.el (shell-dirtrack-mode):
19598         * simple.el (auto-fill-mode, transient-mark-mode)
19599         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19600         (line-number-mode, column-number-mode, size-indication-mode)
19601         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19602         * strokes.el (strokes-mode):
19603         * time.el (display-time-mode):
19604         * t-mouse.el (gpm-mouse-mode):
19605         * tool-bar.el (tool-bar-mode):
19606         * tooltip.el (tooltip-mode):
19607         * type-break.el (type-break-mode-line-message-mode)
19608         (type-break-query-mode):
19609         * view.el (view-mode):
19610         * whitespace.el (whitespace-mode, whitespace-newline-mode)
19611         (global-whitespace-mode, global-whitespace-newline-mode):
19612         * xt-mouse.el (xterm-mouse-mode): Doc fix.
19614         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19615         Fix autogenerated docstring.
19617 2011-10-19  Juri Linkov  <juri@jurta.org>
19619         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19620         by checking environment variables "DESKTOP_SESSION" and
19621         "XDG_CURRENT_DESKTOP".  (Bug#9779)
19623 2011-10-19  Juri Linkov  <juri@jurta.org>
19625         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19626         (browse-url-chromium-program, browse-url-chromium-arguments):
19627         New defcustoms.
19628         (browse-url-default-browser): Check for `browse-url-chromium' and
19629         call `browse-url-chromium-program'.
19630         (browse-url-chromium): New command.  (Bug#9779)
19632 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
19634         * facemenu.el (list-colors-duplicates): On Windows, detect more
19635         duplicates by assuming that only colors matching "^System" are
19636         special "system colors".  (Bug#9722)
19638 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19640         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19641         to distinguish the author from the committer.
19643 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
19645         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19647 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
19649         * international/mule.el (sgml-html-meta-auto-coding-function):
19650         Add support for detecting encoding in HTML5 specified only as
19651         <meta charset="UTF-8">.  Implementation just makes http-equiv and
19652         content-type parts from HTML4 encoding string optional.  (Bug#9716)
19654 2011-10-18  Glenn Morris  <rgm@gnu.org>
19656         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
19658 2011-10-18  Chong Yidong  <cyd@gnu.org>
19660         * faces.el (cursor): Doc fix.
19662 2011-10-17  Chong Yidong  <cyd@gnu.org>
19664         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19666 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
19668         * dirtrack.el (dirtrack): Support shell buffers with path
19669         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
19671 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
19673         * json.el: Bump version to 1.3 and note change in History.
19674         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19676 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19678         * comint.el (comint-insert-input, comint-send-input)
19679         (comint-get-old-input-default, comint-backward-matching-input)
19680         (comint-next-prompt): Use nil instead of `input' for field property of
19681         past user input (bug#114).
19683         * minibuffer.el (completion--replace): Inherit surrounding properties
19684         (bug#114).
19685         (minibuffer-complete-and-exit): Use it.
19687         * comint.el (comint--table-subvert): Quote the all-completions output
19688         (bug#9160).
19690 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
19692         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19694         * menu-bar.el (menu-bar-file-menu): Add entry for making new
19695         window on right of selected.  (Bug#9350) Reword other window
19696         entries and separate them from frame entries.
19698 2011-10-15  Glenn Morris  <rgm@gnu.org>
19700         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19701         Doc fixes.
19703 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
19705         * net/network-stream.el (network-stream-open-starttls):
19706         Improve detection of failure due to lack of TLS support.
19708         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19709         putting the input text in front and in bold.
19711 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19713         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19715         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19716         empty buffer.
19718         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19719         unread-command-events rather than pushing yet-another event.
19721 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
19723         * mail/sendmail.el (sendmail-query-once): Improve the wording of
19724         the explanation of the possible choices.  Make the options passed
19725         to completing-read shorter.
19727 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
19729         * textmodes/flyspell.el (flyspell-large-region): Make sure
19730         extended character mode is used if defined (Bug#1339).
19732 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
19734         * simple.el (what-cursor-position): Fix the display of the
19735         character info for LRE, LRO, RLE, and RLO characters by appending
19736         an invisible PDF.
19738 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19740         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19741         even in case of error; add debug spec; simplify data flow.
19742         (with-timeout-handler): Remove.
19744 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
19746         Fix Bug#6019, Bug#9315.
19748         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19749         complete `buffer-file-name', the local file name part could look
19750         remotely (for example on VMS).
19752         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19753         `tramp-run-real-handler'.
19754         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19755         already quoted by '"'.
19757         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19758         Let `file-name-handler-alist' be nil, the local file name part
19759         could look remotely (for example on VMS).
19761 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19763         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19764         from here...
19765         (flyspell-post-command-hook): ...to here.
19767 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19769         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19770         if not needed.
19771         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
19772         using completion.  Protect against "slow" callers.
19773         Remove the "message hack".
19775 2011-10-11  Juri Linkov  <juri@jurta.org>
19777         * isearch.el (isearch-lazy-highlight-word): New variable.
19778         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19779         Use it.  (Bug#9727)
19781 2011-10-11  Glenn Morris  <rgm@gnu.org>
19783         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19784         like f90-previous-statement does.
19786 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19788         * eshell/eshell.el (eshell-command): History should be saved
19789         only in interactive use, to avoid error.
19791 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19793         * minibuffer.el (completion-file-name-table): Fix last change,
19794         i.e. ignore normal errors but not the other ones.
19796 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
19798         * window.el (special-display-buffer-names)
19799         (special-display-regexps): Remove some remnants of earlier
19800         changes from doc-strings.
19801         (quit-windows-on): New function.
19803         * vc/vc.el (vc-revert, vc-rollback):
19804         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19805         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
19806         (Bug#6183) (Bug#7074) (Bug#7447)
19808 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
19810         * window.el (frame-auto-hide-function): Add version tag.
19811         (Bug#9699)
19813 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
19815         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19816         condition.
19818 2011-10-09  Leo Liu  <sdl.web@gmail.com>
19820         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19821         (Bug#9701)
19823 2011-10-08  Glenn Morris  <rgm@gnu.org>
19825         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19826         before the first code statement zero indent.  (Bug#9690)
19828 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
19830         * simple.el (count-words-region): Always count in the region.
19831         Report the number of lines and characters too.
19832         (count-words): New command, which counts in the buffer if the
19833         region is inactive, as count-words-region used to.
19834         (count-words--message): New function.  Handle plurals.
19835         (count-lines-region): Make it an alias for count-words-region.
19837         * bindings.el (esc-map): Replace count-lines-region with
19838         count-words-region.
19840 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
19842         * window.el (window--delete): Delete dedicated frame
19843         unconditionally when argument KILL is non-nil.  (Bug#9699)
19844         (switch-to-buffer): Fix doc-string typo.
19846 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19848         * eshell/eshell.el (eshell-command): Avoid using hooks.
19850 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
19852         * bindings.el ([M-left],[M-right]): Bind to left-word and
19853         right-word respectively.
19855 2011-10-07  Glenn Morris  <rgm@gnu.org>
19857         * cus-start.el (debug-on-quit): Fix custom type.
19859 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19861         * subr.el (define-key-after): Clarify that the function is not
19862         useful for non-menu keymaps.
19864         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19866 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19868         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19869         in current minibuffer (Fix bug with recursive minibuffers).
19871 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
19873         * progmodes/gdb-mi.el (gdb): Doc fix.
19875 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
19877         * window.el (frame-auto-hide-function): New option replacing
19878         frame-auto-delete.  Suggested by Stefan Monnier.
19879         (window--delete): Call frame-auto-hide-function instead of
19880         investigating frame-auto-delete.
19881         (window-point-1, set-window-point-1): New functions.
19882         (window-in-direction, record-window-buffer, window-state-get-1)
19883         (display-buffer-record-window): Use window-point-1 instead of
19884         window-point.
19885         (set-window-buffer-start-and-point): Use set-window-point-1.
19887 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19889         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19891 2011-10-05  Glenn Morris  <rgm@gnu.org>
19893         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19894         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
19896 2011-10-05  Leo Liu  <sdl.web@gmail.com>
19898         * subr.el (read-char-choice): Fix argument to buffer-live-p which
19899         works with buffer object.
19901 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19903         * mpc.el (mpc-tool-bar-map): Add labels.
19905 2011-10-04  Glenn Morris  <rgm@gnu.org>
19907         * calendar/holidays.el (calendar-check-holidays): Doc fix.
19909 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
19911         * window.el (window--delete): New function.
19912         (frame-auto-delete): Resuscitate option.
19913         (bury-buffer, replace-buffer-in-windows)
19914         (quit-window): Rewrite using window--delete.
19915         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19916         Pass display-buffer-mark-dedicated to window--display-buffer-2
19917         (Bug#9639).
19919 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19921         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19922         returns a list (bug#9554).  Add remote file name completion.
19923         * comint.el (comint--table-subvert): Curry and get quote&unquote
19924         functions as arguments.
19925         (comint--complete-file-name-data): Adjust call accordingly.
19926         * pcomplete.el (pcomplete--table-subvert): Remove.
19927         (pcomplete-completions-at-point): Use comint--table-subvert instead.
19929         * minibuffer.el (completion-table-case-fold): Use currying.
19930         (completion--styles-type, completion--cycling-threshold-type):
19931         New constants.
19932         (completion-styles, completion-category-overrides)
19933         (completion-cycle-threshold): Use them.
19934         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19935         completion-table-case-fold.
19937 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
19939         * minibuffer.el (completion-category-overrides): Fix type of styles
19940         and add more user friendly tags (bug#9660).
19942 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19944         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19945         (mule-input-method-string): New widget.
19946         (default-input-method, language-info-custom-alist): Use it.
19948 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19950         * pcomplete.el: Require comint.
19951         (pcomplete--common-suffix): Remove.
19952         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19953         (pcomplete--table-subvert): Sync with comint--table-subvert.
19954         (pcomplete--entries): Use comint-completion-file-name-table.
19955         * comint.el (comint-unquote-filename): Simplify.
19956         (comint-completion-file-name-table): New function (bug#9616).
19957         (comint--complete-file-name-data): Use it.
19959         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19960         (pcmpl-gnu-tar-buffer): Remove.
19961         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19962         around.  Make sure pcomplete-suffix-list is only changed temporarily.
19963         Don't look inside the tar's file if it's too large.
19965 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
19967         * cus-edit.el (custom-mode-map):
19968         * epa.el (epa-key-list-mode-map):
19969         * man.el (Man-mode-map):
19970         * startup.el (splash-screen-keymap):
19971         * simple.el (special-mode-map): Use scroll-up-command and
19972         scroll-down-command.
19974         * progmodes/idlw-help.el (idlwave-help-mode-map):
19975         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19976         * net/newst-plainview.el (newsticker-mode-map):
19977         * emulation/ws-mode.el (wordstar-mode-map):
19978         * emulation/vi.el (vi-com-map):
19979         * calc/calc-graph.el (calc-graph-show-dumb):
19980         * term/sun.el (terminal-init-sun):
19981         * term/ns-win.el (global-map):
19982         * progmodes/grep.el (grep-mode-map):
19983         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19984         * mail/rmail.el (rmail-mode-map):
19985         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19987         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19988         custom-safe-themes as special.
19990 2011-10-01  Julien Danjou  <julien@danjou.info>
19992         * notifications.el (notifications-notify): Fix docstring.
19994 2011-10-01  Per Starbäck  <per@starback.se>
19996         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19998 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
20000         * startup.el (command-line-1): Fix last fix by inserting
20001         initial-scratch-message into *scratch* before displaying it.
20002         (Bug#9605) and (Bug#9636)
20004 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
20006         * simple.el (line-move): If auto-hscroll-mode is disabled and the
20007         window is hscrolled, move by logical lines.  (Bug#9607)
20008         (line-move-visual): Update the doc string to the above effect.
20010 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
20012         * window.el (display-buffer-record-window): When WINDOW is the
20013         selected window use `point' instead of `window-point'.  (Bug#9626)
20015         * startup.el (command-line-1): Use insert-before-markers when
20016         inserting initial-scratch-message.  (Bug#9605)
20018         * help.el (help-window): Remove variable.
20020 2011-09-29  Glenn Morris  <rgm@gnu.org>
20022         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20024 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
20026         * descr-text.el (describe-char-categories): Accept category
20027         descriptions more than one line long.
20029 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20031         * simple.el (delete-trailing-whitespace): Fix last change.
20033         * progmodes/perl-mode.el (perl-syntax-propertize-function):
20034         Don't confuse "y => 3" as the beginning of a `y' operation.
20036         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20037         object has more than 4 slots (bug#9613).
20039 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
20041         * subr.el (with-output-to-temp-buffer):
20042         * net/quickurl.el (quickurl, quickurl-browse-url):
20043         Fix typos in docstrings.
20045 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
20047         * minibuffer.el (completion-styles)
20048         (completion-category-overrides): Cross reference each other in doc
20049         strings.
20051 2011-09-27  Glenn Morris  <rgm@gnu.org>
20053         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20054         to split-string.  (Bug#9606)
20056 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20058         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20059         (bug#9615).
20061 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
20063         * emacs-lisp/package.el (list-packages): Fix echo area message.
20065 2011-09-27  Leo Liu  <sdl.web@gmail.com>
20067         * ido.el (ido-read-internal): Accept cons cell HIST arg.
20069 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
20071         * net/dbus.el (dbus-unregister-object): Don't release services for
20072         registered signals.  (Bug#9581)
20074 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
20076         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20077         function that picks between cfengine 2 and 3 support
20078         automatically.  Update docs accordingly.
20080 2011-09-22  Kenichi Handa  <handa@m17n.org>
20082         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20083         ZERO.
20084         (indian-itrans-v5-table-for-tamil): New variable.
20085         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20087 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
20089         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20090         that's true if the current command involved collapsing of text.
20091         It's reset to false at the beginning of the next command.
20092         (allout-post-command-business): Move the cursor to the beginning
20093         of entry if the cursor is hidden and collapsing activity just
20094         happened.
20096 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
20098         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20099         tracking (Bug#9541).
20101 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
20103         * net/newst-reader.el (newsticker-html-renderer)
20104         (newsticker-show-news): Automatically load html rendering package
20105         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
20106         because w3m-fill-column is let-bound" and the error "Symbol's value
20107         as variable is void: w3m-fill-column".
20109 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
20111         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20112         Release services only if they are defined.  (Bug#9581)
20114 2011-09-23  Richard Stallman  <rms@gnu.org>
20116         * textmodes/paragraphs.el (forward-sentence): For backwards case,
20117         distinguish start of paragraph from start of its text.
20119         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20121         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20122         (rmail-generate-viewer-buffer): Put that hook on view buffer.
20123         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20125 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
20127         * international/mule-diag.el (mule-diag): Insert a newline after
20128         each fontset description.
20130 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20132         * simple.el (delete-trailing-whitespace):
20133         Document last change; simplify.
20135 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
20137         * simple.el (delete-trailing-whitespace): Also delete
20138         extra newlines at the end of the buffer.
20140         * textmodes/picture.el: Make motion commands obey shift-select-mode.
20141         (picture-newline): Use forward-line so as to ignore fields.
20143 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20145         * subr.el (with-wrapper-hook): Fix edebug spec.
20147 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20149         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20150         (bug#4538).
20152 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
20154         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20155         Fix nasty bug using wrong cached values.
20157 2011-09-23  Alan Mackenzie  <acm@muc.de>
20159         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20161 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
20163         * window.el (pop-to-buffer): Ensure right window is selected if we
20164         chose another frame.
20166 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
20168         * simple.el (what-cursor-position): Use get-char-property-change
20169         and next-single-char-property-change, to be able to show display
20170         properties that come from overlays as well as text properties.
20172 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
20174         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20176         * cmuscheme.el (run-scheme, switch-to-scheme):
20177         * cus-edit.el (customize-group, custom-buffer-create)
20178         (customize-browse):
20179         * info.el (info):
20180         * shell.el (shell):
20181         * mail/sendmail.el (mail):
20182         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20184 2011-09-22  Richard Stallman  <rms@gnu.org>
20186         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20187         move back only to line beg, don't move back over blank lines.
20189 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
20191         * files.el (copy-directory): Set directory attributes only in case
20192         they could be retrieved from the source directory.  (Bug#9565)
20194 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
20196         * progmodes/hideshow.el (hs-looking-at-block-start-p)
20197         (hs-find-block-beginning, hs-hide-level-recursive):
20198         Ignore strings as well as comments.  (Bug#9502)
20200 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
20202         * progmodes/sql.el (sql-comint-postgres):
20203         Convert port number to a string.  (Bug#9566)
20205 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
20207         * window.el (quit-window): Undedicate window when switching to
20208         previous buffer.  Reported by Thierry Volpiatto
20209         <thierry.volpiatto@gmail.com>.
20210         (special-display-popup-frame): When popping up a new frame reset
20211         its previous buffers to nil.  Simplify code.
20213 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
20215         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20216         and process filter, as done also in `shell-command'.
20218 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
20220         * window.el (set-window-buffer-start-and-point):
20221         Call set-window-start with NOFORCE argument t.
20222         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20223         (quit-window): Reword doc-string.  Handle new format of
20224         quit-restore parameter.  Don't delete window if it has a
20225         previous buffer we can show instead of the present one.
20226         (display-buffer-record-window): Rewrite using a new format for
20227         the quit-restore window parameter
20228         (special-display-popup-frame, display-buffer-same-window)
20229         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20230         (display-buffer-pop-up-window, display-buffer-use-some-window):
20231         Adapt symbol passed to display-buffer-record-window.
20232         * help.el (help-window-setup): Handle new format of quit-restore
20233         parameter.
20235 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20237         * faces.el (face-list): Fix docstring (bug#9564).
20239         * window.el (display-buffer--action-function-custom-type):
20240         Don't include internal functions in the Custom interface.
20242 2011-09-20  Juri Linkov  <juri@jurta.org>
20244         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20245         (Info-forward-node, Info-backward-node, Info-next-preorder)
20246         (Info-last-preorder): Use it.  (Bug#9528)
20248 2011-09-20  Juri Linkov  <juri@jurta.org>
20250         * info.el (Info-last-preorder): Visit last menu item only when
20251         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20253 2011-09-20  Julien Danjou  <julien@danjou.info>
20255         * password-cache.el (password-cache-remove): Remove entries even if the
20256         value is nil, so that password with a nil value (negative caching) is
20257         possible to invalidate.
20259 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
20261         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20262         all whitespace around breakpoint.  (Bug#9553)
20263         (f90-find-breakpoint): Only break at whitespace inside a comment.
20265 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20267         * minibuffer.el (completion-file-name-table): Keep track of errors.
20268         (completion-table-with-predicate): Handle the case where pred1 is nil.
20269         * pcomplete.el (pcomplete-completions-at-point): Simplify.
20271 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20273         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20274         (debugger-return-value): Signal an error if the debugging context does
20275         not await any return value.
20277         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20278         * image-mode.el (image-toggle-display-text)
20279         (image-toggle-display-image): Stay away from evil `intangible'.
20281 2011-09-19  Leo Liu  <sdl.web@gmail.com>
20283         * replace.el (occur-revert-arguments): Make it permanent-local.
20284         (occur-mode): Don't call font-lock-defontify.
20286 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
20288         * net/ldap.el (ldap-search-internal): Don't push empty search
20289         result (Bug#9508).
20291 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20293         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20295 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
20297         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20298         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20300 2011-09-18  Juri Linkov  <juri@jurta.org>
20302         * buff-menu.el (Buffer-menu-mode-map):
20303         * dired.el (dired-mode-map):
20304         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20305         (lisp-interaction-mode-map):
20306         * emacs-lisp/package.el (package-menu-mode-map):
20307         * epa.el (epa-key-list-mode-map):
20308         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20309         (menu-bar-options-menu):
20310         * outline.el (outline-mode-menu-bar-map):
20311         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20312         * vc/vc-dir.el (vc-dir-menu-map):
20313         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20314         Capitalize non-function content words in menu item strings.
20316         * dired.el (dired-mode-map): Add menu item for
20317         `image-dired-dired-toggle-marked-thumbs'.
20319 2011-09-18  Juri Linkov  <juri@jurta.org>
20321         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20322         to `isearch-case-fold-search' and restore its original value
20323         after the `isearch-mode' call.
20325 2011-09-18  Juri Linkov  <juri@jurta.org>
20327         * progmodes/grep.el (grep-process-setup): Don't check code for 1
20328         because `zgrep' returns 1 for successful matches (bug#9226).
20330 2011-09-18  Juri Linkov  <juri@jurta.org>
20332         * info.el (Info-extract-menu-node-name): Check the second match
20333         for empty string (second test-case of bug#9528).
20334         (Info-last-preorder): Let-bind `Info-history' to nil to not add
20335         intermediate nodes to the history (first test-case of bug#9528).
20337 2011-09-18  Juri Linkov  <juri@jurta.org>
20339         * info.el (Info-mode-syntax-table): New variable.
20340         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20342 2011-09-18  Juri Linkov  <juri@jurta.org>
20344         * info.el (Info-file-supports-index-cookies):
20345         Increment line-beginning-position's arg from 3 to 4 because makeinfo
20346         outputs one more line for long file names (bug#4142).
20348 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20350         * newcomment.el (comment-normalize-vars): If prompting for
20351         comment-start, set comment-start-skip too (Bug#8424).
20353 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
20355         * icomplete.el: Fix previous fix of Bug#5849.
20356         (icomplete-mode): Don't set completion-show-inline-help.
20357         (icomplete-minibuffer-setup): Set completion-show-inline-help
20358         locally during icompletion.
20360 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
20362         * woman.el (woman2-process-escapes): Don't delete unrecognized
20363         escapes (Bug#7843).
20365         * files.el (inhibit-first-line-modes-regexps): Add image files.
20366         (hack-local-variables-prop-line): Return nil for malformed
20367         prop-lines (Bug#9044).
20369 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
20371         * net/tramp.el (top): Don't require 'shell.
20372         (tramp-methods): Fix docstring.
20373         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20374         Return complete remote file name.  Handle "smb" case.
20375         Use `tramp-tmpdir', if defined for the respective method.
20376         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20378         * net/tramp-compat.el (top): Require 'shell.
20380         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20381         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20382         `tramp-current-host'.
20383         (tramp-get-remote-tmpdir): Remove.
20385         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20386         `tramp-tmpdir' entries.
20387         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20388         (tramp-smb-handle-file-attributes): Ignore errors.
20389         (tramp-smb-wait-for-output): Check also for process end.
20391 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20393         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20394         when sending QUIT (bug#9312).
20396 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
20398         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20399         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20400         occur-mode-display-occurrence.
20401         (occur-edit-mode): Add usage message.
20402         (occur-cease-edit): New command.
20403         (occur-after-change-function): Use text properties to find the
20404         position of the prefix text.
20405         (occur-engine): Set stickiness of prefix text properties.
20407 2011-09-17  Glenn Morris  <rgm@gnu.org>
20409         * progmodes/etags.el (complete-tag):
20410         Fix call to completion-in-region.  (Bug#9526)
20412 2011-09-17  Juri Linkov  <juri@jurta.org>
20414         * textmodes/ispell.el (ispell-word): Add to the error message
20415         the word, ispell program name and current dictionary (bug#9121).
20416         (ispell-tex-arg-end): Capitalize "error" in the error message.
20418 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
20420         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20421         check.  (Bug#4251)
20423 2011-09-17  Juri Linkov  <juri@jurta.org>
20425         * window.el (window-safe-min-height, window-safe-min-width):
20426         Fix typos (followup to bug#9522).
20428 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
20430         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20432 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
20434         * simple.el (line-move): If goal-column is set, move by logical
20435         lines, not by display lines.  (Bug#971)
20436         (next-line, previous-line, goal-column, line-move-visual): Doc fix
20437         to reflect the above change.
20439 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20441         * image.el (imagemagick-register-types): Use regexp-opt.
20443 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20445         * window.el (display-buffer-base-action): Rename from
20446         display-buffer-default-action.  Make default value empty.
20447         (display-buffer-overriding-action): Convert to defvar.
20448         (display-buffer-fallback-action): New var.
20450 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
20452         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20453         declaration.
20454         (package--add-to-archive-contents): If there is a duplicate entry
20455         with an older version, remove it.
20456         (package-menu-mark-delete, package-menu-mark-install)
20457         (package-menu-mark-unmark): Make unused args optional.
20458         (package-menu-mark-obsolete-for-deletion):
20459         Use package-menu-get-status instead of a regexp search.
20460         (package-menu-get-status): Use tabulated-list-entry.
20461         (package-menu-mark-upgrades): New command.
20462         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
20463         (package-menu-execute): Do installation before deletion.
20464         (package-menu-refresh, package-menu-execute): Use derived-mode-p
20465         instead of checking major-mode.
20466         (package-menu--find-upgrades): New function.
20468 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20470         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20471         passwords in the log buffer.
20472         (smtpmail-process-filter): Update the process marker so that the
20473         "broken by peer" status message is inserted in the right place.
20475 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20477         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20478         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20479         bibtex-completion-at-point-function.
20480         (bibtex-completion-at-point-function): Use them.
20482         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20484         * mpc.el (mpc-constraints-tag-lookup): New function.
20485         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20486         also to browser "album|playlist".
20488 2011-09-14  Juri Linkov  <juri@jurta.org>
20490         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
20491         (isearch-edit-string): Use length of `isearch-string' when
20492         `isearch-fail-pos' returns nil.
20493         (isearch-message): Remove duplicate code and call
20494         `isearch-fail-pos' with arg `t'.
20496 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
20498         * replace.el (occur-mode-goto-occurrence): Don't force using other
20499         window (Bug#9499).
20501         * dired-aux.el (dired-do-chmod): Don't provide initial input.
20503 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
20505         * window.el (display-buffer-window): Remove.
20506         (display-buffer-record-window): Use help-setup window parameter
20507         instead of variable display-buffer-window.
20508         (display-buffer-function, special-display-buffer-names)
20509         (special-display-function): Mention help-setup parameter instead
20510         of display-buffer-window in doc-string.
20511         * help.el (help-window-setup): New argument help-window.
20512         Use help-window-setup parameter instead of display-buffer-window.
20513         Reword some messages.
20514         (with-help-window): Pass window used for displaying the buffer
20515         to help-window-setup.  Don't set display-buffer-window.
20517 2011-09-13  Glenn Morris  <rgm@gnu.org>
20519         * emacs-lisp/debug.el (debugger-make-xrefs):
20520         Preserve point.  (Bug#9462)
20522 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20524         * window.el (window-deletable-p): Use next-frame.
20526 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
20528         * window.el (window-auto-delete): Remove.
20529         (window-deletable-p): Remove argument FORCE.  Don't deal with
20530         dedication and previous buffers.
20531         (switch-to-prev-buffer): Don't delete window.
20532         (delete-windows-on): Delete a window's frame if and only if the
20533         window is dedicated.
20534         (replace-buffer-in-windows): Delete buffer's window or frame if
20535         and only if window is dedicated.
20536         (quit-window): Handle quit-restore as before last change.
20537         (bury-buffer): Delete window only if window-deletable-p returns t.
20539 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
20541         * window.el (window-deletable-p): Never delete the last frame on a
20542         given terminal.
20544 2011-09-13  Glenn Morris  <rgm@gnu.org>
20546         * help.el (describe-key-briefly): Copy previous standard-output change.
20548 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
20550         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
20552 2011-09-13  Glenn Morris  <rgm@gnu.org>
20554         * emacs-lisp/lisp-mode.el (lisp-indent-function):
20555         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20557 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
20559         * dired-aux.el (dired-mark-read-string): Don't return default
20560         value on empty input (Bug#9361).
20561         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20562         Omit initial minibuffer contents.
20563         (dired-do-chmod): Signal an error on empty input.
20564         (dired-mark-read-string): Don't return default on empty input.
20566         * files.el (file-modes-symbolic-to-number): Doc fix.
20568 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20570         * international/mule-cmds.el (ucs-completions): Remove.
20571         (read-char-by-name): Use complete-with-action instead; add metadata.
20573 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20575         * window.el (display-buffer--action-function-custom-type)
20576         (display-buffer--action-custom-type): New vars.
20577         (display-buffer-alist, display-buffer-default-action)
20578         (display-buffer-overriding-action): Add defcustom types.
20580         * frame.el (delete-other-frames): Doc fix (Bug#276).
20582 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20584         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20586 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
20588         Change modes that used same-window-* vars to use switch-to-buffer.
20590         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20591         Use switch-to-buffer.
20593         * cus-edit.el (customize-group, custom-buffer-create)
20594         (customize-browse, custom-buffer-create-other-window):
20595         Use switch-to-buffer or switch-to-buffer-other-window.
20597         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20598         (Info-prev, Info-up, Info-speedbar-goto-node)
20599         (info-display-manual): Use switch-to-buffer.
20600         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20602         * mail/sendmail.el (mail): Use switch-to-buffer.
20603         (mail-recover): Use switch-to-buffer-other-window.
20605         * cmuscheme.el (run-scheme, switch-to-scheme):
20606         * ielm.el (ielm):
20607         * shell.el (shell):
20608         * net/rlogin.el (rlogin):
20609         * net/telnet.el (telnet, rsh):
20610         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20612 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
20614         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20616 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20618         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20619         so don't mention it (bug#9301).
20620         (dired-sort-toggle-or-edit): Clarify string further.
20622         * faces.el (face-spec-set-match-display): Make `(type graphic)'
20623         match `x', `w32' and `ns', like the manual says (bug#9029).
20625         * subr.el (eval-after-load): Doc string clarification (bug#9125).
20626         (process-kill-buffer-query-function): Mention the buffer name in
20627         the query.
20629         * image-mode.el (image-next-line): The line parameter is mandatory
20630         (bug#9258).
20632         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20633         which can be useful (bug#9301).
20635         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20637         * subr.el (match-string): Mention that the current buffer should
20638         be the same as the search was done in (bug#9282).
20640         * facemenu.el: Disable the remove-* commands if the mark isn't
20641         active (bug#9162).
20643 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20645         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20646         of display-buffer.
20647         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20649         * replace.el (occur-mode-goto-occurrence)
20650         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20651         and display-buffer.
20653         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20654         display-buffer.
20656         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20657         special-display and same-window variables.
20658         (mail-other-window): Use switch-to-buffer-other-window.
20659         (mail-other-frame): USe switch-to-buffer-other-frame.
20661         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20662         Use display-buffer-other-frame.
20663         (gdb-display-gdb-buffer): Use pop-to-buffer.
20665         * progmodes/gud.el (gud-goto-info): Use info-other-window.
20667         * progmodes/python.el: Don't set same-window-buffer-names.
20669         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20671         * window.el (display-buffer-alist): Add *Python*.
20673 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
20675         * window.el (display-buffer-alist): Add entry for buffers
20676         previously handled same-window-*.
20677         (display-buffer-alist, display-buffer-default-action)
20678         (display-buffer-overriding-action): Mark as risky.
20679         (display-buffer-alist): Document action function changes.
20680         (display-buffer--same-window-action)
20681         (display-buffer--other-frame-action): New variables.
20682         (switch-to-buffer, display-buffer-other-frame): Use them.
20683         (display-buffer): Rename reuse-frame entry to reusable-frames.
20684         (display-buffer-reuse-selected-window): Function deleted.
20685         (display-buffer-reuse-window): Handle reusable-frames alist entry.
20686         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20687         (display-buffer-special): New function.
20688         (display-buffer--maybe-pop-up-frame-or-window): Rename from
20689         display-buffer-reuse-or-pop-window.  Split off special-display
20690         part into display-buffer-special.
20691         (display-buffer-use-some-window): Don't perform any special
20692         pop-up-frames handling.
20693         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20694         (display-buffer--maybe-same-window): Rename from
20695         display-buffer-maybe-same-window.
20697         * info.el: Don't set same-window-regexps.
20698         (info-setup): New function.
20699         (info-other-window, info): Call it.
20701         * cus-edit.el: Don't set same-window-regexps.
20702         (customize-group): New argument.
20703         (customize-group-other-window): Use it.
20704         (customize-face, customize-face-other-window): Likewise.
20705         (custom-buffer-create-other-window): Use pop-to-buffer directly.
20707         * net/rlogin.el:
20708         * net/telnet.el:
20709         * progmodes/gud.el: Don't set same-window-regexps.
20711         * cmuscheme.el:
20712         * ielm.el:
20713         * shell.el:
20714         * mail/sendmail.el:
20715         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20717 2011-09-10  Juri Linkov  <juri@jurta.org>
20719         * isearch.el (isearch-edit-string): Remove obsolete mention of
20720         `C-w' (`isearch-yank-word-or-char') from docstring.
20721         (isearch-query-replace): Fix typo in docstring (bug#9466).
20723 2011-09-10  Juri Linkov  <juri@jurta.org>
20725         * paren.el (show-paren-function): Don't show escaped parens.
20726         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
20728 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
20730         * mail/sendmail.el (mml-to-mime, mml-attach-file)
20731         (mm-default-file-encoding): Remove autoload forms, they are
20732         replaced with autoload cookies in mml.el and mm-encode.el.
20733         (mail-add-attachment): New command.
20734         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20735         (mail-mode): Mention mail-insert-file and mail-add-attachment in
20736         the doc string.
20737         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20739 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
20741         * simple.el (count-words-region): Use buffer if there's no region
20742         (bug#9429).
20744 2011-09-09  Juri Linkov  <juri@jurta.org>
20746         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20747         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20748         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
20750 2011-09-09  Alan Mackenzie  <acm@muc.de>
20752         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20753         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
20755 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
20757         Fix for Savannah bug#9392.
20758         * simple.el (mail-encode-mml): New defvar.
20760         * mail/rmail.el (mail-encode-mml): Add a defvar.
20761         (rmail-enable-mime-composing): Default to t.
20762         (rmail-forward): Use MIME method of forwarding only if both
20763         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20764         Set mail-encode-mml non-nil if the MIME method was used.
20766         * mail/sendmail.el (mml-to-mime): Add autoload form.
20767         (mail-encode-mml): Add a defvar.
20768         (mail-mode): Make mail-encode-mml buffer-local and initialize it
20769         to nil.
20770         (mail-send): If mail-encode-mml is non-nil, run the outgoing
20771         message through mml-to-mime, and reset mail-encode-mml to nil.
20773 2011-09-09  Glenn Morris  <rgm@gnu.org>
20775         * woman.el (woman-if-body): When processing an .el block,
20776         do not delete the next .el block as well.  (Bug#9447)
20777         (woman-special-characters): Add oq, cq, and hy characters.
20779 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20781         * window.el (window-deletable-p): Make sure window is live before
20782         invoking window-prev-buffers.
20784 2011-09-08  Leo Liu  <sdl.web@gmail.com>
20786         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
20788 2011-09-08  Juri Linkov  <juri@jurta.org>
20790         * progmodes/compile.el (compilation-environment): Make it
20791         a defcustom (bug#8340).
20793 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
20795         * window.el (frame-auto-delete): Rename to window-auto-delete.
20796         Make it control auto-deletion of windows and/or frames.
20797         (window-deletable-p): New argument FORCE.  Rewrite conditions
20798         for deleting window/frame.  (Bug#9419)
20799         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20800         Rewrite handling of case when window/frame can be deleted.
20801         (delete-windows-on): Call window-deletable-p with new FORCE
20802         argument t.  (Bug#9456)
20804 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
20806         * help-mode.el (help-mode): Restore autoload.
20808 2011-09-07  Juri Linkov  <juri@jurta.org>
20810         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20811         `compilation-environment'.  Set buffer-local
20812         `compilation-environment' to `thisenv' later after (funcall mode).
20813         (Bug#8340)
20815         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
20816         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20817         instead of replacing its value.  (Bug#8340)
20819 2011-09-07  Juri Linkov  <juri@jurta.org>
20821         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20822         based on text properties put by `grep-filter' instead of matching
20823         escape sequences.
20824         (grep-mode): Set buffer-local `compilation-error-screen-columns'
20825         to the value of `grep-error-screen-columns' (bug#9438).
20827 2011-09-07  Juri Linkov  <juri@jurta.org>
20829         * simple.el (next-error-highlight, next-error-highlight-no-select):
20830         Doc fix (bug#9432).
20832 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
20834         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20835         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
20837 2011-09-07  Leo Liu  <sdl.web@gmail.com>
20839         * net/rcirc.el (rcirc-mode): Conditionally initialize
20840         rcirc-input-ring.
20842 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20844         * emacs-lisp/find-func.el (find-function-C-source): Only set
20845         find-function-C-source-directory after checking that we found a source
20846         file there (bug#9440).
20848 2011-09-06  Alan Mackenzie  <acm@muc.de>
20850         * isearch.el (isearch-other-meta-char): Wherever a key list is
20851         unread, "unread" the prefix arg, too.  This fixes bug #8901.
20853 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
20855         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20857 2011-09-05  Juri Linkov  <juri@jurta.org>
20859         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20861 2011-09-05  Juri Linkov  <juri@jurta.org>
20863         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20864         keeping point where processing of grep matches begins, and
20865         continue to delete remaining escape sequences from the same point.
20866         (grep-filter): Make leading zero optional in "0?1;31m" because
20867         git-grep emits "\033[1;31m" escape sequences unlike expected
20868         "\033[01;31m" as GNU Grep does (bug#9408).
20869         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20871 2011-09-05  Juri Linkov  <juri@jurta.org>
20873         * subr.el (y-or-n-p): Capitalize "yes".
20875 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
20877         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
20878         `tramp-cache-unload-hook' where appropriate.
20879         (tramp-methods): Rename `tramp-remote-sh' to
20880         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
20881         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20883         * net/tramp-sh.el (top): Don't require 'shell.
20884         (tramp-methods): Add `tramp-remote-shell' and
20885         `tramp-remote-shell-args' entries.
20886         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20887         (tramp-sh-handle-shell-command): Remove.
20888         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20889         Use `tramp-remote-shell'.
20891 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
20893         * mail/sendmail.el (sendmail-query-once-function): Delete.
20894         (sendmail-query-once): Save directly to send-mail-function.
20895         Update message-send-mail-function too.
20897         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20899 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20901         * progmodes/python.el (python-mode-map): Use correct function to
20902         start python interpreter from menu-bar (as reported by Geert
20903         Kloosterman).
20904         (inferior-python-mode-map): Fix typo.
20905         (python-shell-map): Remove.
20907 2011-09-03  Deniz Dogan  <deniz@dogan.se>
20909         * net/rcirc.el (rcirc-print): Simplify code for
20910         rcirc-scroll-show-maximum-output.  There is no need to walk
20911         through all windows to find the right one.
20913 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
20915         * help.el (help-return-method): Doc fix.
20917 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
20919         * window.el (window-deletable-p): Don't return a non-nil value
20920         when there's a buffer that was shown in the window before.
20921         (Bug#9419)
20922         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20923         Set window's previous buffers to nil.
20925 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
20927         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20928         newline before and after the tag line, so it doesn't interfere
20929         with determining the paragraph direction of bidirectional text.
20931 2011-09-03  Leo Liu  <sdl.web@gmail.com>
20933         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
20935 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20937         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20938         (pop-to-buffer): Change interactive spec.  Pass second argument
20939         directly to display-buffer.
20940         (display-buffer): Fix interactive spec.  Use functionp to
20941         distinguish between a function and a list of functions.
20943         * abbrev.el (edit-abbrevs):
20944         * arc-mode.el (archive-extract):
20945         * autoinsert.el (auto-insert):
20946         * bookmark.el (bookmark-bmenu-list):
20947         * files.el (find-file):
20948         * view.el (view-buffer):
20949         * progmodes/compile.el (compilation-goto-locus):
20950         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20952 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20954         * window.el (display-buffer-alist): Doc fix.
20955         (display-buffer): Add docstring.  Don't treat
20956         display-buffer-default specially.
20957         (display-buffer-reuse-selected-window)
20958         (display-buffer-same-window, display-buffer-maybe-same-window)
20959         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20960         (display-buffer-pop-up-window)
20961         (display-buffer-reuse-or-pop-window)
20962         (display-buffer-use-some-window): New functions.
20963         (display-buffer-default-action): Use them.
20964         (display-buffer-default): Delete.
20965         (pop-to-buffer-1): Fix choice of actions.
20967 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20969         * minibuffer.el (completion--insert-strings): Don't get confused by
20970         completion entries that end with an LF char.
20972 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
20974         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20976 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20978         * window.el (display-buffer): Restore interactive spec.
20979         (display-buffer-same-window, display-buffer-other-window):
20980         New functions.
20981         (pop-to-buffer-1): New function.  Use the above.
20982         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20983         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20985         * view.el (view-buffer-other-window, view-buffer-other-frame):
20986         Just use pop-to-buffer.
20988 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20990         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20992 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20994         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20996 2011-08-31  Richard Stallman  <rms@gnu.org>
20998         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20999         of the separation of rmail-view-buffer from rmail-buffer.
21000         If you say no to "replace original", the decrypt is in the
21001         view buffer.  If you say yes, the decrypt goes into the
21002         rmail buffer also.
21004 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
21006         * window.el (display-buffer-window): Rewrite doc-string.
21007         (display-buffer-record-window): New function.
21008         (display-buffer-macro-specifiers)
21009         (display-buffer-even-window-sizes, display-buffer-set-height)
21010         (display-buffer-set-width, display-buffer-in-window)
21011         (display-buffer-reuse-window, display-buffer-split-specifiers)
21012         (display-buffer-side-specifiers, display-buffer-split-window-1)
21013         (display-buffer-split-window, display-buffer-split-atom-window)
21014         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21015         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21016         (display-buffer-other-window-means-other-frame)
21017         (display-buffer-normalize-special)
21018         (display-buffer-normalize-default)
21019         (display-buffer-normalize-argument)
21020         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21021         (display-buffer-normalize-specifiers, display-buffer-frame)
21022         (display-buffer-same-window, display-buffer-same-frame)
21023         (display-buffer-other-window)
21024         (display-buffer-same-frame-other-window)
21025         (display-buffer-other-frame, pop-to-buffer-same-window)
21026         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21027         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21028         (switch-to-buffer-same-frame)
21029         (switch-to-buffer-other-window-same-frame)
21030         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21031         (display-buffer-alist-set-1, display-buffer-alist-set-2)
21032         (display-buffer-alist-set): Remove.
21033         (display-buffer-function, special-display-buffer-names)
21034         (special-display-regexps, special-display-function):
21035         In doc-string refer to display-buffer-window and quit-restore
21036         parameter.
21037         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21038         (special-display-frame-alist, special-display-popup-frame)
21039         (same-window-buffer-names, same-window-regexps, same-window-p)
21040         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21041         (split-window-preferred-function, split-height-threshold)
21042         (split-width-threshold, window-splittable-p)
21043         (split-window-sensibly, window--try-to-split-window)
21044         (window--frame-usable-p, even-window-heights)
21045         (window--even-window-heights, window--display-buffer-1)
21046         (window--display-buffer-2, display-buffer-other-frame):
21047         Restore old Emacs 23 code, order and doc-strings where applicable.
21048         (display-buffer-default, display-buffer-assq-regexp): New functions.
21049         (display-buffer-alist): Rewrite doc-string.
21050         (display-buffer-default-action)
21051         (display-buffer-overriding-action): New variables.
21052         (display-buffer, switch-to-buffer): Rewrite.
21053         (pop-to-buffer): Restore Emacs 23 behavior but use
21054         window-normalize-buffer-to-display.
21055         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21056         Restore Emacs 23 behavior but use
21057         window-normalize-buffer-to-switch-to.
21058         (pop-to-buffer-same-window): Rewrite.
21059         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21060         Rewrite using Emacs 23 options.
21062 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
21064         * net/tramp.el (tramp-root-regexp): Remove.
21065         (tramp-completion-file-name-regexp-unified)
21066         (tramp-completion-file-name-regexp-separate)
21067         (tramp-completion-file-name-regexp-url): Don't use leading volume
21068         letter on w32 systems.  (Bug#5303, Bug#9311)
21069         (tramp-drop-volume-letter): Simplify definition.
21070         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21072 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21074         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21075         (bug#9356).
21077 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
21079         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21081 2011-08-29  Juri Linkov  <juri@jurta.org>
21083         * isearch.el (isearch-done): Don't display message "Mark saved"
21084         when arg `edit' is non-nil to prevent its flicker in the echo area.
21086 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21088         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21089         obsolete packages for deletion.
21091 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
21093         * help-mode.el (help-mode-map): Add special-mode-map to parent.
21094         (help-mode): Derive help-mode from special-mode.  Don't invoke
21095         view-mode from help-mode.
21096         (help-xref-override-view-map): Remove.
21097         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21098         view-mode is not used anymore.
21100 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
21102         * server.el (server-port): Doc fix.
21104         * cus-theme.el (custom-theme-choose-mode): Inherit from
21105         special-mode (Bug#9124).
21106         (custom-theme-choose-mode-map): Add special-mode to parent.
21108 2011-08-28  Alan Mackenzie  <acm@muc.de>
21110         * progmodes/cc-fonts.el
21111         (c-make-font-lock-BO-decl-search-function): New function.
21112         (c-basic-matchers-after - "Fontify the clauses after various
21113         keywords"): Extract the three keyword lists for the 3 erroneous
21114         constructs from the list of four, and use the new function above
21115         in place of an old one.
21117 2011-08-28  Deniz Dogan  <deniz@dogan.se>
21119         * net/rcirc.el (rcirc-insert-prev-input)
21120         (rcirc-insert-next-input): Remove unused argument.
21122 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21124         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21126 2011-08-27  Alan Mackenzie  <acm@muc.de>
21128         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21129         handle function pointer parameters properly.
21131 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
21133         * window.el (display-buffer-reuse-window): Fix case where
21134         selected window was reused with non-nil OTHER-WINDOW argument.
21135         (Bug#9381)
21137 2011-08-27  Deniz Dogan  <deniz@dogan.se>
21139         * net/rcirc.el (rcirc-check-auth-status): Adding support for
21140         oftc's NickServ messages.
21142 2011-08-27  Glenn Morris  <rgm@gnu.org>
21144         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
21146 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
21148         * emacs-lisp/package.el (package-install): Call package-initialize
21149         if called interactively.
21151 2011-08-26  Leo Liu  <sdl.web@gmail.com>
21153         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
21155 2011-08-25  Juri Linkov  <juri@jurta.org>
21157         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21158         `search-whitespace-regexp' (bug#9364).
21160 2011-08-25  Juri Linkov  <juri@jurta.org>
21162         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21163         `regexp-search-ring' to their global values to protect from
21164         updating by `read-from-minibuffer' (bug#9185).
21166 2011-08-25  Juri Linkov  <juri@jurta.org>
21168         * textmodes/ispell.el (ispell-command-loop): Add newline
21169         at the end of the "Use option `i'..." line.
21171 2011-08-25  Juri Linkov  <juri@jurta.org>
21173         * battery.el (display-battery-mode): If `battery-status-function'
21174         or `battery-mode-line-format' is nil, display the message and set
21175         `display-battery-mode' to nil (bug#9363).
21177 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
21179         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21180         bidi-string-mark-left-to-right; they are unnecessary now.
21182 2011-08-25  Deniz Dogan  <deniz@dogan.se>
21184         * net/quickurl.el: Documentation typo fixes.
21186 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
21188         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21190 2011-08-25  Glenn Morris  <rgm@gnu.org>
21192         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21194         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21195         (smtpmail-via-smtp): Handle nil response from smtp.
21197 2011-08-24  Juri Linkov  <juri@jurta.org>
21199         * proced.el (proced-marked): Inherit from `error' instead of
21200         `font-lock-warning-face'.
21202         * ibuffer.el (ibuffer-marked-face): Change default face from
21203         `font-lock-warning-face' to `warning'.
21204         (ibuffer-deletion-face): Change default face from
21205         `font-lock-type-face' to `error'.
21207         * battery.el (battery-update): Use the face `error' instead of
21208         `font-lock-warning-face' (bug#6117).
21210 2011-08-24  Juri Linkov  <juri@jurta.org>
21212         * faces.el (success): Change face color from "Green3" to
21213         "ForestGreen" on light background (bug#9353).
21215 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
21217         * window.el (quit-window): Rename from quit-restore-window.
21218         Use same arglist as old quit-window.
21219         (frame-auto-delete): Doc fix.
21221         * view.el (view-mode-exit): Use quit-window.
21223 2011-08-24  Juri Linkov  <juri@jurta.org>
21225         * isearch.el (isearch-ring-adjust1): Start visiting previous
21226         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21227         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21228         for empty search string (when the last search string is reused
21229         automatically) to adjust the isearch ring to the last element and
21230         prepare the correct index for further M-p commands (bug#9185).
21232 2011-08-24  Kenichi Handa  <handa@m17n.org>
21234         * international/ucs-normalize.el: If decomposition property of
21235         CHAR is the default one (i.e. a list of CHAR itself), treat it as
21236         nil.
21237         (nfd, nfkd): Likewise.
21239 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21241         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21242         from process filters aren't reliably transmitted to the surrounding
21243         accept-process-output.
21244         (mpc-proc-check): New function.
21245         (mpc-proc-sync): Use it (bug#8293)
21247 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21249         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21250         Add compatibility functions (bug#9313).
21252 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
21254         * cus-start.el (all): Add entry for bidi-paragraph-direction.
21256         * international/uni-bidi.el: Regenerate.
21258 2011-08-23  Kenichi Handa  <handa@m17n.org>
21260         * international/charprop.el:
21261         * international/uni-bidi.el:
21262         * international/uni-category.el:
21263         * international/uni-combining.el:
21264         * international/uni-comment.el:
21265         * international/uni-decimal.el:
21266         * international/uni-decomposition.el:
21267         * international/uni-digit.el:
21268         * international/uni-lowercase.el:
21269         * international/uni-mirrored.el:
21270         * international/uni-name.el:
21271         * international/uni-numeric.el:
21272         * international/uni-old-name.el:
21273         * international/uni-titlecase.el:
21274         * international/uni-uppercase.el: Regenerate.
21276 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
21278         * help.el (help-window-setup): Fix message displayed when other
21279         window is reused.  (Bug#9341)
21281 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21283         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21284         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21286         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21287         Mark obsolete.
21288         * shell.el (shell-parse-pcomplete-arguments): New function.
21289         (shell-completion-vars): Use it instead (bug#9160).
21291 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21293         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21294         strings and comments (bug#9333).
21296         * emacs-lisp/debug.el (debug-arglist): New function.
21297         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
21298         (debug-on-entry-1): Handle interpreted closures (bug#9120).
21300 2011-08-22  Juri Linkov  <juri@jurta.org>
21302         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21303         Revert regexp that highlights output switches to its old
21304         pre-2010-10-28 value and remove one `?' from it (bug#9319).
21306         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21307         to check for empty output (bug#9226).
21309 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
21311         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21312         symbol-constituent as the default, as that stops font-lock from
21313         working properly (Bug#8843).
21315 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21317         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21318         `coding-system-for-*' around the process open call to avoid
21319         auth-source side effects.
21320         (smtpmail-try-auth-methods): Expand the secret password.
21321         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21322         probe hangs.
21324 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21326         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21328         * emacs-lisp/find-func.el (find-function-noselect): New arg
21329         lisp-only.
21331         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21332         signal an error for built-in functions (Bug#6664).
21334 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21336         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21337         (smtpmail-try-auth-methods): Use it.
21339 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
21341         * font-lock.el (font-lock-fontify-region)
21342         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21343         (font-lock-default-unfontify-buffer)
21344         (font-lock-default-fontify-region)
21345         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21347         * progmodes/compile.el (compilation-error-properties):
21348         Fix confusion between file struct and message struct (Bug#9319).
21349         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21350         `ant' regexp.
21352         * net/browse-url.el (browse-url-firefox): Don't call
21353         browse-url-firefox-sentinel unless using -remote (Bug#9328).
21355 2011-08-20  Glenn Morris  <rgm@gnu.org>
21357         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21359         * tutorial.el (tutorial--default-keys): Update some default bindings.
21361         * files.el (hack-local-variables): Fully ignore case for "mode:".
21363 2011-08-20  Alan Mackenzie  <acm@muc.de>
21365         Resolve invalid use of a regexp in regexp-opt.
21367         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21368         detection for a java annotation.
21370         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21371         detection for a java annotation.
21373         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21374         handling for java.
21375         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21377 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
21379         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21380         (Bug#9274).
21382 2011-08-20  Alan Mackenzie  <acm@muc.de>
21384         Fontify CPP expressions correctly when starting in the middle of
21385         such a construct.  Mainly for when jit-lock etc. starts a chunk
21386         here.
21388         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21389         variable.
21390         (c-make-font-lock-search-form): New function, extracted from
21391         c-make-font-lock-search-function.
21392         (c-make-font-lock-search-function): Use the above function.
21393         (c-make-font-lock-context-search-function): New function.
21394         (c-cpp-matchers): Enhance the preprocessor expression case with
21395         the above function
21396         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21397         which takes an expression.
21399         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21401 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
21403         * window.el (display-buffer-reuse-window)
21404         (display-buffer-pop-up-window): Don't reuse or split a side
21405         window.
21407 2011-08-19  Glenn Morris  <rgm@gnu.org>
21409         * files.el (hack-local-variables-prop-line, hack-local-variables):
21410         Downcase "Mode:".  (Bug#9331)
21412 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
21414         * international/characters.el: Add L and R categories.
21416         * subr.el (bidi-string-mark-left-to-right): Rename from
21417         string-mark-left-to-right.  Use category search.
21419         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21421 2011-08-18  Juri Linkov  <juri@jurta.org>
21423         * faces.el (error, warning, success): New faces with definitions
21424         copied from old default values of `font-lock-warning-face',
21425         `compilation-warning', `compilation-info' (bug#6117).
21427         * font-lock.el (font-lock-warning-face): Inherit from `error'.
21429         * progmodes/compile.el (compilation-error): Inherit from `error'.
21430         (compilation-warning): Inherit from `warning'.
21431         (compilation-info): Inherit from `success'.
21433         * dired.el (dired-marked): Inherit from `warning'.
21434         (dired-flagged): Inherit from `error'.
21436 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21438         * mail/smtpmail.el (auth-source): Require to avoid problems with
21439         binding variables (bug#9298).  Also clean up some unused
21440         autoloads.
21442         * net/network-stream.el (network-stream-open-starttls):
21443         Support using starttls.el without using gnutls-cli.
21445 2011-08-17  Juri Linkov  <juri@jurta.org>
21447         * progmodes/grep.el (rgrep): Handle the case when
21448         `grep-find-command' is a cons cell (bug#9278).
21450 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
21452         * window.el (display-buffer-pop-up-frame): Run frame creation
21453         function with BUFFER current (as special-display-popup-frame
21454         does).  Reported by Drew Adams.
21456 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
21458         * epa-mail.el: Simplify GnuPG group expansion using
21459         epg-expand-group.
21460         (epa-mail-group-alist, epa-mail-group-modtime)
21461         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21462         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21463         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21464         Remove.
21466 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
21468         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21470 2011-08-16  Alan Mackenzie  <acm@muc.de>
21472         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21473         Correct, to avoid the inside of macros.
21475 2011-08-16  Richard Stallman  <rms@gnu.org>
21477         * epa-mail.el: Handle GnuPG group definitions.
21478         (epa-mail-group-alist, epa-mail-group-modtime)
21479         (epa-mail-gnupg-conf-file): New variables.
21480         (epa-mail-parse-groups, epa-mail-sync-groups)
21481         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21482         (epa-mail-expand-recipients): New functions.
21483         (epa-mail-encrypt): Call epa-mail-expand-recipients.
21485         * mail/rmail.el (rmail-epa-decrypt): New command.
21487         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21488         Don't bind buffer-read-only, just inhibit-read-only.
21489         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21490         (epa-decrypt-armor-in-region): Make error message clearer.
21492 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21494         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21495         and "a2b" to "ab" for `prefix'.
21497 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
21499         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21500         filter groups.
21501         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
21502         Fourquet (Bug#8804).
21504 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
21506         * startup.el (argi): Declare as global variable (bug#9275).
21508 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
21510         * subr.el (string-mark-left-to-right): Search the entire string
21511         for RTL script, not just the terminating character.  Doc fix.
21513 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21515         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21516         New function.
21517         (js--regexp-literal, js-syntax-propertize-function): Remove.
21518         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21519         (js-mode-map): Don't rebind electric keys.
21520         (js-insert-and-indent): Remove.
21521         (js-mode): Setup electric-layout and electric-indent instead.
21523         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21525 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
21527         * epa.el (epa-progress-callback-function): Fix the logic of
21528         displaying progress.
21529         * epa-file.el (epa-file-insert-file-contents): Make progress
21530         display more user-friendly.
21531         (epa-file-write-region): Ditto.
21533 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
21535         * subr.el (string-mark-left-to-right): New function.
21537         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21538         Use string-mark-left-to-right.
21539         (list-buffers-noselect): Caller changed.
21541         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21542         Use string-mark-left-to-right.
21543         (tabulated-list-print): Recenter after moving point.
21545 2011-08-10  Juri Linkov  <juri@jurta.org>
21547         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21548         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21549         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21551 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
21553         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21554         (Bug#7554).
21556 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
21558         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21559         character.  (Bug#6594)
21561 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
21563         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21564         (image-dired--with-db-file): New macro.
21565         (image-dired-write-tags, image-dired-remove-tag)
21566         (image-dired-create-gallery-lists, image-dired-write-comments)
21567         (image-dired-get-comment, image-dired-mark-tagged-files)
21568         (image-dired-list-tags, image-dired-gallery-generate): Use it.
21569         (image-dired-gallery-generate): Use insert-file-contents.
21571         * time.el (display-time-world-list, display-time-world-display):
21572         * time-stamp.el (time-stamp-string):
21573         * vc/add-log.el (add-change-log-entry): Use setenv instead of
21574         set-time-zone-rule (Bug#7337).
21576 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
21578         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21579         (epg-error-to-string, epg-errors-to-string): New function.
21580         (epg-wait-for-completion): Reverse errors list.
21581         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21582         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21583         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21584         (epg-sign-keys, epg-generate-key-from-file)
21585         (epg-generate-key-from-string): Format errors by using
21586         epg-errors-to-string (bug#9255).
21587         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21589 2011-08-07  Juri Linkov  <juri@jurta.org>
21591         * faces.el (list-faces-display): Remove extra angle bracket
21592         from `help-mode-map'.
21594         * info.el (Info-history-toc-nodes): Doc fix.
21596         * longlines.el (longlines-mode): Doc fix.
21598 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21600         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21601         of statements and in a few more cases (bug#9183).
21603         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21604         New functions.
21605         (cl-transform-lambda): Use them (bug#9239).
21607 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
21609         * window.el (display-buffer-same-window)
21610         (display-buffer-same-frame, display-buffer-other-window)
21611         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21612         (pop-to-buffer-other-window)
21613         (pop-to-buffer-same-frame-other-window)
21614         (pop-to-buffer-other-frame): Make them defuns.
21615         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21617 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21619         * subr.el (make-composed-keymap): Move from C.  Change calling
21620         convention, and improve docstring to bring attention to a subtle point.
21621         * minibuffer.el (completing-read-default): Adjust accordingly.
21623 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
21625         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21626         (tramp-open-shell): Use `tramp-shell-quote-argument'.
21628         * net/trampver.el: Update release number.
21630 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21632         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21633         "in" (bug#9190).
21635 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21637         * mail/sendmail.el (sendmail-query-once): Restore the current
21638         buffer after querying (bug#9074).
21640         * dired.el (dired-flagged): Use different faces for marked and
21641         flagged files (bug#6117).
21643         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21644         (bug#4433).
21646         * ido.el (ido-mode): Switch off the message if called
21647         non-interactively.
21649         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21650         before 587, since it appears that that's more likely to work for
21651         more people.
21653         * cus-edit.el (custom-file): When running under emacs -q, always
21654         refuse to save the customizations, even if the .emacs file doesn't
21655         exist.
21657         * info.el: Remove the `Info-beginning-of-buffer' function
21658         (bug#8325).
21660         * net/network-stream.el (network-stream-open-starttls):
21661         Use `starttls-available-p' to see whether starttls.el can be used.
21663 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
21665         * window.el (display-buffer-in-window): Don't set dedicated status
21666         of window here (Bug#9215).
21667         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21668         (display-buffer-pop-up-side-window)
21669         (display-buffer-in-side-window): Set dedicated status of window here.
21671 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21673         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21674         before binding generated-autoload-file.
21676 2011-08-01  Deniz Dogan  <deniz@dogan.se>
21678         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21680 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
21682         Sync with Tramp 2.2.2.
21684         * net/trampver.el: Update release number.
21686 2011-07-30  Juri Linkov  <juri@jurta.org>
21688         * dired-aux.el (dired-touch-initial): Remove function.
21689         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21690         current time, and `default' to the last modification time of the
21691         current marked file (bug#6887).
21693 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
21695         * simple.el (goto-line): Use string-to-number to provide a
21696         numeric argument to read-number (bug#9163).
21698 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
21700         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21701         connection process, it could be nil.
21703 2011-07-27  Leo Liu  <sdl.web@gmail.com>
21705         Simplify url handling in rcirc-mode.
21707         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21708         (rcirc-browse-url-at-mouse): Remove.
21709         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21711 2011-07-26  Alan Mackenzie  <acm@muc.de>
21713         Fontify bitfield declarations properly.
21715         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21716         (c-symbol-chars): Now exported as a lang variable.
21717         (c-not-primitive-type-keywords): New lang variable.
21719         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21720         QT keyword "more" to prevent "more slots: ...." being spuriously
21721         parsed as a bitfield declaration.
21723         * progmodes/cc-engine.el (c-beginning-of-statement-1):
21724         Refactor and enhance to handle bitfield declarations.
21725         (c-punctuation-in): New function.
21726         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21727         declarations properly.
21729 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
21731         * calendar/icalendar.el (icalendar--all-events): Take care of
21732         multiple vcalendars in a single file.
21733         (icalendar--convert-float-to-ical): Checkdoc fixes.
21735 2011-07-25  Deniz Dogan  <deniz@dogan.se>
21737         * image.el (insert-image): Clarifying docstring.
21739 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
21741         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21742         `tramp-send-command-and-check' if there is no error.
21743         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21745 2011-07-22  Alan Mackenzie  <acm@muc.de>
21747         Prevent cc-langs.elc being loaded at run time.
21749         * progmodes/cc-mode.el: Remove two autoload forms which loaded
21750         cc-langs.
21752         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21753         "(require 'cc-langs)".  Quote a form so it will evaluate at
21754         (cc-mode's) compilation time.
21756 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
21758         * net/tramp.el (tramp-file-name-handler): Avoid recursive
21759         loading.  (Bug#9114)
21761 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
21763         * window.el (display-buffer-pop-up-window)
21764         (display-buffer-pop-up-side-window)
21765         (display-buffer-in-side-window): Call display-buffer-set-height
21766         and display-buffer-set-width after setting the new window's
21767         buffer so `fit-window-to-buffer' and friends work on the right buffer.
21769 2011-07-20  Sam Steingold  <sds@gnu.org>
21771         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21772         (etags-tags-included-tables): Call `convert-standard-filename' on
21773         the file names contained in TAGS so that windows Emacs can handle
21774         TAGS files created by cygwin ctags.
21776 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21778         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21779         which apparently didn't work.
21781 2011-07-19  Roland Winkler  <winkler@gnu.org>
21783         * proced.el (proced-send-signal): For *Marked Processes* buffer
21784         put point at beginning of buffer.
21786 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
21788         * proced.el (proced-format): Make header lines align with the text
21789         (bug#1779).
21791 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21793         * view.el (view-buffer): Allow running in `special' modes if we're
21794         visiting a file (bug#8615).
21796 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
21798         * window.el (display-buffer-alist-of-strings-p)
21799         (display-buffer-alist-set-1, display-buffer-alist-set-2):
21800         New functions.
21801         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21802         more accurately.
21804 2011-07-18  Alan Mackenzie  <acm@muc.de>
21806         Fontify declarators properly when, e.g., a jit-lock chunk begins
21807         inside a declaration.
21809         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21811         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21812         New function.
21813         (c-complex-decl-matchers): Insert reference to
21814         c-font-lock-enclosing-decls.
21816         * progmodes/cc-engine.el (c-backward-single-comment):
21817         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21818         to nil around calls to (forward-comment -1).
21820 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21822         * image.el (put-image): Doc typo fix.
21824         * progmodes/etags.el (tags-search): Doc typo fix.
21826         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21827         password if we get errors 550 to 554.
21829 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21831         * net/gnutls.el (gnutls-log-level): Remove.
21833         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21834         indentation character (bug#6380).
21836         * files.el (buffer-offer-save): Made permanently local (bug#6241).
21838         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21839         to clarify what the problem is (bug#4291).
21841         * simple.el (current-kill): Clarify what
21842         `interprogram-paste-function' does (bug#7500).
21843         (auto-fill-mode): Document `auto-fill-function' in relation to
21844         `auto-fill-mode' (bug#2470).
21846 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
21848         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21849         method if slot is read-only (bug#9035).
21851 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
21853         * frame.el (select-frame-set-input-focus): New argument NORECORD.
21854         * window.el (pop-to-buffer): Select window used even if it was
21855         selected before, see discussion of (Bug#8615), (Bug#6954).
21856         Pass argument NORECORD on to select-frame-set-input-focus.
21858 2011-07-15  Glenn Morris  <rgm@gnu.org>
21860         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
21861         Respect help-form.
21863 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
21865         * net/gnutls.el (gnutls-min-prime-bits): New variable.
21866         (gnutls-negotiate): Use it.
21868 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21870         * net/gnutls.el (gnutls-negotiate):
21871         Upcase `gnutls-algorithm-priority'.
21873 2011-07-15  Glenn Morris  <rgm@gnu.org>
21875         * jka-compr.el (jka-compr-verbose): Move from here...
21876         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
21877         Add missing :version tag.
21878         * info.el: No need to require jka-compr when compiling.
21880 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21882         * net/gnutls.el (gnutls-algorithm-priority): New variable.
21883         (gnutls-negotiate): Use it.
21885         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21887         * info.el (Info-beginning-of-buffer): New command.
21888         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21889         announcing `b' as the key (bug#8325).
21890         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21892         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21894         * international/mule-cmds.el
21895         (describe-specified-language-support): Make the error message
21896         clearer (bug#8905).
21898         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21900         * isearch.el (isearch-barrier): Add a doc string, since it's
21901         mentioned in a function doc string (bug#8678).
21903 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
21905         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21906         buffer argument (Bug#9083) and self-identifying label argument.
21908 2011-07-15  Glenn Morris  <rgm@gnu.org>
21910         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
21912 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21914         * man.el (Man-fontify-manpage): Fix message when formatting the
21915         man page (bug#7929).
21917 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21919         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21920         argument LRM; if non-nil, append an invisible LRM character to the
21921         buffer name.
21922         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21923         last argument non-nil, when formatting buffer names.
21924         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21925         paragraph direction.
21927 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21929         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21930         the man page name (bug#7929).
21932         * image.el (put-image): Mention the `put-image' overlay property
21933         (bug#7834).
21935         * scroll-bar.el (set-scroll-bar-mode): Mention that
21936         `scroll-bar-mode' lists the values (bug#7772).
21938         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21939         command (bug#7729).
21941         * rect.el (apply-on-rectangle): Return the point after the last
21942         operation.
21943         (string-rectangle): Go to the point after the last operation
21944         (bug#7522).
21946         * printing.el (pr-toggle-region): Clarify the documentation
21947         slightly (bug#7493).
21949         * time.el (display-time-update):
21950         Allow `display-time-mail-function' to return nil (bug#7158).
21951         Fix suggested by Detlev Zundel.
21953         * vc/diff.el (diff): Clarify the order the file names are read
21954         (bug#7111).
21956         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21957         the doc string (bug#7015).
21959         * font-lock.el (font-lock-maximum-decoration): Mention what
21960         numeric levels mean (bug#6935).
21962         * startup.el (initial-buffer-choice): Don't mention the `none'
21963         selection, which is against policy.
21965 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
21967         * window.el (display-buffer-normalize-special):
21968         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21970 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21972         * subr.el (version<, version<=, version=): Mention "-CVS" and
21973         "-12345" alpha version numbers.
21975 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21977         * bindings.el: Add advertised binding for set-mark-command
21978         (Bug#5772).
21980 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21982         * bindings.el (mode-line-other-buffer):
21983         * bookmark.el (bookmark-bmenu-2-window):
21984         * bs.el (bs-cycle-next, bs-cycle-previous):
21985         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21986         switch-to-buffer.
21988         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21989         Delete.
21991 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21993         * follow.el (follow-debug-message, follow-redisplay):
21994         * jka-cmpr-hook.el (with-auto-compression-mode):
21995         Fix typos in docstrings.
21997 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21999         * subr.el (with-silent-modifications): Clarify somewhat what the
22000         macro inhibits (bug#6525).
22002         * simple.el (eval-expression): Note what it does if called
22003         interactively (bug#6495).
22005 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22007         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22008         Use pop-to-buffer buffer-or-name if it is nil.
22010         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22011         Remove switch-to-buffer.
22013 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22015         * files.el (make-directory): Clarify that an error will be raised
22016         if there's an error (bug#6397).
22018         * startup.el (initial-buffer-choice): Add `none' as a choice
22019         (bug#6234).
22021         * subr.el (add-hook): Clarify section about buffer-local hooks
22022         (bug#6218).
22024         * dired.el (dired-flagged): Clarify doc string (bug#6117).
22026 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22028         * tabify.el (untabify): Preserve the current column so that point
22029         doesn't move (bug#6032).
22031 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22033         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22034         Rewrite to avoid awkward possessive "s" (bug#5986).
22036 2011-07-13  Glenn Morris  <rgm@gnu.org>
22038         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
22039         (dired-insert-directory): Give a message the first time
22040         if ls is found not to support --dired.
22042 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22044         * simple.el (toggle-truncate-lines): Clarify what is toggled
22045         (bug#5580).  Text by Drew Adams.
22047 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
22049         * simple.el (blink-matching-open): Make the error message from the
22050         last change less verbose.
22052 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
22054         * font-lock.el (font-lock-comment-face): Use the high contrast
22055         "yellow" color for font-lock-comment-face on low color terminals
22056         using a dark background color (bug#4221).
22058 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22060         * dired.el (dired-insert-set-properties): Make the doc string
22061         reflect what it does now (bug#5325).
22063         * simple.el (blink-matching-open): Say that we were unable to find
22064         the match within the limit, if we're limited (bug#5122).
22066         * international/mule-cmds.el (prefer-coding-system): Add an
22067         example (bug#4869).
22069         * progmodes/etags.el (tags-search): Document `file-list-form'
22070         (bug#4731).
22072 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
22074         * net/browse-url.el (browse-url-default-browser)
22075         (browse-url-browser-function): Make the default browser choice a
22076         bit more logical (bug#4300).  Also clean up the doc string.
22078 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
22080         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22081         binary endings (bug#4440).
22083 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22085         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22086         which can be pretty annoying (bug#8971).
22088         * jka-compr.el (jka-compr-verbose): New variable, and use
22089         throughout (bug#8971).
22091         * info.el (Info-find-file): Fall back on the installation
22092         directory if we can't find the info node anywhere else.
22094 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
22096         * vc/vc.el (vc-revert-file):
22097         Don't set file time-stamp in the past.  (Bug#5181)
22099 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22101         * files.el (after-find-file): Give a better error message when
22102         trying to find a symlink that points to a file that doesn't exist
22103         (bug#4398).
22105         * progmodes/cc-vars.el: Remove (probably) misleading comment
22106         (bug#4396).
22108 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
22110         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22112 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22114         * mouse-sel.el: Hack restoring functionality, while keeping
22115         compatibility with 2010-07-03 changes to mouse selection.
22116         (mouse-sel-primary-overlay): New var.
22117         (mouse-sel-selection-alist): Use it.
22118         (mouse-sel-mode): Doc fix; remove points that are default features
22119         of mouse.el.
22121 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
22123         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22124         Fix previous fix (bug#2490).
22126 2011-07-12  Roland Winkler  <winkler@gnu.org>
22128         * textmodes/bibtex.el (bibtex-initialize):
22129         Use pop-to-buffer-same-window.
22130         (bibtex-search-entries): Fix interactive call.
22132 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22134         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22135         Fontise bytecomp Error lines more correctly (bug#2490).
22136         Fix suggested by Johan BockgĂ¥rd.
22138         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22140         * dired-x.el (dired-guess-default): Use `delete-dups'.
22142 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
22144         * dired.el (dired-mark-prompt):
22145         * dired-aux.el (dired-read-shell-command): Doc fix.
22147 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22149         * mail/sendmail.el (sendmail-query-once):
22150         Use `customize-save-variable' unconditionally, now that it works under
22151         emacs -Q.
22153         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22155         * cus-edit.el (custom-file): Take an optional no-error variable.
22156         (customize-save-variable): Set the variable, and give a warning if
22157         running under "emacs -q".
22159 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
22161         * loadhist.el (unload-feature-special-hooks):
22162         Add `auto-coding-functions', `fill-nobreak-predicate' and
22163         `find-directory-functions' (bug#5327).
22165 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22167         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22169         * cus-edit.el (custom-guess-name-alist): -alist variables should
22170         use the `alist' type (bug#3120).  Suggested by Drew Adams.
22172         * printing.el: Add documentation to all the `pr-toggle-' commands.
22174 2011-07-11  Leo Liu  <sdl.web@gmail.com>
22176         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22177         backends where it makes sense (bug#2623).
22179 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22181         * dired-x.el (dired-guess-default): Remove duplicate shell command
22182         entries (bug#2028).
22183         (dired-guess-default): Fix grammar in doc string (bug#2028).
22184         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22186         * subr.el (remove-duplicates): New conveniency function.
22188 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22190         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22191         (bug#1526).
22193 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
22195         * window.el (display-buffer-normalize-default): Don't invert
22196         meaning of even-window-heights.  Reported by Eli Zaretskii
22197         <eliz@gnu.org>.
22199 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
22201         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22203 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
22205         * window.el (display-buffer): Fix arguments to
22206         display-buffer-reuse-window in last change.
22208         * faces.el (link): Use a less saturated blue on light backgrounds.
22210         * startup.el (fancy-startup-text, fancy-about-text)
22211         (fancy-startup-tail): Use font-lock faces, for background safety.
22213 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
22215         * emulation/viper-cmd.el (viper-change-state-to-vi):
22216         Limit triggering of abbrev expansion (Bug#9038).
22218 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
22220         * window.el (display-buffer-default-specifiers): Remove.
22221         (display-buffer-macro-specifiers): Remove default specifiers.
22222         (display-buffer-alist): Default to nil.
22223         (display-buffer-reuse-window): New optional argument other-window.
22224         (display-buffer-pop-up-window): Allow splitting internal
22225         windows.  Check whether a live window was created.
22226         (display-buffer-other-window-means-other-frame)
22227         (display-buffer-normalize-arguments): Rename to
22228         display-buffer-normalize-argument and rewrite.  Set the
22229         other-window specifier.
22230         (display-buffer-normalize-special): New function.
22231         (display-buffer-normalize-options): Rename to
22232         display-buffer-normalize-default and rewrite.
22233         (display-buffer-normalize-options-inhibit): Remove.
22234         (display-buffer-normalize-specifiers): Rewrite.
22235         (display-buffer): Process other-window specifier and call
22236         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
22237         more faithfully.
22238         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22239         (display-buffer-alist-set): Don't handle 'unset default values.
22240         (display-buffer-in-window, display-buffer-alist-set):
22241         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
22242         <tassilo@member.fsf.org>.
22244 2011-07-09  Leo Liu  <sdl.web@gmail.com>
22246         * register.el (insert-register): Restore accidental change on
22247         2011-06-26.  (Bug#9028)
22249 2011-07-09  Glenn Morris  <rgm@gnu.org>
22251         * subr.el (remq): Handle the empty list.  (Bug#9024)
22253 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
22255         * mail/sendmail.el (send-mail-function): No longer delay custom
22256         initialization.
22257         * custom.el (custom-initialize-delay): Doc fix.
22259 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22261         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22263 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
22265         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22266         human-friendly prompt.
22268 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22270         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22271         provided by a particular plugin.
22273 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22275         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22276         save customizations (with "emacs -Q"), just set the variable
22277         instead of erroring out.
22279         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22281 2011-07-08  Juri Linkov  <juri@jurta.org>
22283         * arc-mode.el (archive-zip-expunge, archive-zip-update)
22284         (archive-zip-update-case): Use 7z if found by `executable-find'.
22285         The order of searching the available programs is the same as in
22286         `archive-zip-extract' (bug#8968).
22288 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22290         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22291         (menu-bar-options-menu): Tweak descriptions.
22293 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22295         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22296         menu items into verb phrases (bug#1421).  Also refill to fit under
22297         80 columns.
22299 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22301         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22302         (Info-read-node-name): Doc fix (Bug#1084).
22304         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22305         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22306         (end-of-sexp, beginning-of-sexp)
22307         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22308         (forward-symbol, forward-same-syntax, word-at-point)
22309         (sentence-at-point): Doc fix (Bug#1144).
22311 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22313         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22314         should cover it (bug#1281).
22316         * cus-edit.el (custom-show): Mark as obsolete.
22318         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22319         negotiation fails, then possibly try again with a non-encrypted
22320         connection (bug#9017).
22322         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22323         be used.
22325 2011-07-07  Richard Stallman  <rms@gnu.org>
22327         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22328         property, and handle its changed format.
22329         Look for the correct line number.
22330         Use file's line contents (but not past first =) to find
22331         correct line in message.
22333 2011-07-07  Kenichi Handa  <handa@m17n.org>
22335         * international/characters.el (build-unicode-category-table):
22336         Delete it.
22337         (unicode-category-table): Set it by unicode-property-table-internal.
22339         * international/mule-cmds.el (char-code-property-alist): Move to
22340         to src/chartab.c.
22341         (get-char-code-property): Call unicode-property-table-internal to
22342         load a file.  Call get-unicode-property-internal where necessary.
22343         (put-char-code-property): Call unicode-property-table-internal to
22344         load a file.  Call put-unicode-property-internal where necessary.
22345         put-unicode-property-internal where necessary.
22346         (char-code-property-description):
22347         Call unicode-property-table-internal to load a file.
22349         * international/charprop.el:
22350         * international/uni-bidi.el:
22351         * international/uni-category.el:
22352         * international/uni-combining.el:
22353         * international/uni-comment.el:
22354         * international/uni-decimal.el:
22355         * international/uni-decomposition.el:
22356         * international/uni-digit.el:
22357         * international/uni-lowercase.el:
22358         * international/uni-mirrored.el:
22359         * international/uni-name.el:
22360         * international/uni-numeric.el:
22361         * international/uni-old-name.el:
22362         * international/uni-titlecase.el:
22363         * international/uni-uppercase.el: Regenerate.
22365         * loadup.el: Load international/charprop.el before
22366         international/characters.
22368 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
22370         * window.el (next-buffer, previous-buffer): Signal an error if
22371         called from a minibuffer window.
22373         * bindings.el: Revert 2011-07-04 change.
22375 2011-07-06  Richard Stallman  <rms@gnu.org>
22377         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22378         (rmail-mime-insert-bulk, rmail-mime-insert-text):
22379         Treat markers like ints.
22380         (rmail-mime-entity): Doc fix.
22382 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22384         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22385         defcustom again for backwards compatibility.
22387         * simple.el (shell-command-on-region): Fill.
22389         * dired-aux.el (dired-kill-line): Add a doc string.
22391         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22392         to "\\sw\\|\\s_" (bug#358).
22394         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22395         (dired-unmark-backward): Ditto.
22396         (dired-flag-backup-files): Ditto.
22398         * dired-x.el (dired-mark-sexp): Ditto.
22400 2011-07-06  Richard Stallman  <rms@gnu.org>
22402         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22403         (rmail-mime-entity): New arg TRUNCATED.
22404         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22405         New functions.
22406         (rmail-mime-save): Warn if entity is truncated.
22407         (rmail-mime-toggle-hidden): Likewise, for showing.
22408         (rmail-mime-process-multipart): Record when an entity is truncated.
22410         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22411         if ENTITY is a string.
22413 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22415         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22416         of faces when `M-C-x'-ing their definitions (bug#8378).
22417         Also clean up the code slightly.
22419         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22420         because that makes the colors go away.
22422         * mail/sendmail.el (send-mail-function): Change the default to
22423         `sendmail-query-once'.
22424         (sendmail-query-once): Add an autoload cookie.
22426         * net/network-stream.el (network-stream-open-starttls): Try using
22427         a plain connection even if the server offered STARTTLS, and we
22428         kinda wanted to use it, if Emacs doesn't have any STARTTLS
22429         capability.  This should make smtpmail.el work in slightly more
22430         configurations.
22432 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
22434         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22435         New defun.
22436         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22438 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
22440         * progmodes/sql.el: Version 3.0
22441         (sql-product-alist): Add product :completion-object,
22442         :completion-column, and :statement attributes.
22443         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22444         (sql-mode-syntax-table): Mark all punctuation.
22445         (sql-font-lock-keywords-builder): Temporarily remove fallback on
22446         ansi keywords.
22447         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22448         (sql-mode-oracle-font-lock-keywords): Improve.
22449         (sql-oracle-show-reserved-words): New function for development.
22450         (sql-product-font-lock): Simplify for source code buffers.
22451         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22452         New functions.
22453         (sql-highlight-product): Set product specific syntax table.
22454         (sql-mode-map): Add statement movement functions.
22455         (sql-ansi-statement-starters, sql-oracle-statement-starters):
22456         New variable.
22457         (sql-statement-regexp, sql-beginning-of-statement)
22458         (sql-end-of-statement, sql-signum): New functions.
22459         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22460         (sql-show-sqli-buffer): Bug fix.
22461         (sql-interactive-mode): Store connection data as buffer local.
22462         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
22463         with sql-interactive-mode.
22464         (sql-save-connection): Save buffer local settings.
22465         (sql-connection-menu-filter): Change menu entry name.
22466         (sql-product-interactive): Bug fix.
22467         (sql-preoutput-hold): New variable.
22468         (sql-interactive-remove-continuation-prompt): Bug fixes.
22469         (sql-debug-redirect): New variable.
22470         (sql-str-literal): New function.
22471         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22472         Redesign.
22473         (sql-oracle-save-settings, sql-oracle-restore-settings)
22474         (sql-oracle-list-all, sql-oracle-list-table): New functions.
22475         (sql-completion-object, sql-completion-column)
22476         (sql-completion-sqlbuf): New variables.
22477         (sql-build-completions-1, sql-build-completions)
22478         (sql-try-completion): New functions.
22479         (sql-read-table-name): Use them.
22480         (sql-contains-names): New buffer local variable.
22481         (sql-list-all, sql-list-table): Use it.
22482         (sql-oracle-completion-types): New variable.
22483         (sql-oracle-completion-object, sql-sqlite-completion-object)
22484         (sql-postgres-completion-object): New functions.
22486 2011-07-06  Glenn Morris  <rgm@gnu.org>
22488         * window.el (pop-to-buffer): Doc fix.
22490 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
22492         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22494 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
22496         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22498         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22500 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
22502         * button.el (button): Inherit from link face.  Suggested by Dan
22503         Nicolaescu.
22505 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22507         * progmodes/gdb-mi.el: Fit in 80 columns.
22508         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22509         switch-to-buffer.
22511         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22512         if imenu is simply not configured (bug#8941).
22514 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
22516         * allout.el (allout-post-undo-hook): New allout outline-change
22517         event hook to signal undo activity.
22518         (allout-post-command-business): Run allout-post-undo-hook if an
22519         undo just occurred.
22520         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22521         * allout-widgets.el (allout-widgets-after-undo-function):
22522         Ensure the integrity of the current item's decoration after it has been
22523         in the vicinity of an undo.
22524         (allout-widgets-mode): Include allout-widgets-after-undo-function
22525         on the new allout-post-undo-hook.
22527 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22529         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22530         Let define-derived-mode define it.
22531         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22532         cycles of abbrev-table inheritance (bug#8998).
22534 2011-07-05  Roland Winkler  <winkler@gnu.org>
22536         * textmodes/bibtex.el: Add support for biblatex.
22537         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22538         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22539         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22540         (bibtex-entry-alist, bibtex-field-alist): New variables.
22541         (bibtex-entry-field-alist): Obsolete alias for
22542         bibtex-BibTeX-entry-alist.
22543         (bibtex-entry-alist, bibtex-field-alist): New widgets.
22544         (bibtex-set-dialect): New command.
22545         (bibtex-entry-type, bibtex-entry-head)
22546         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22547         Bind via bibtex-set-dialect.
22548         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22549         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22550         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22551         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22552         Define via bibtex-set-dialect.
22553         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22554         Obey bibtex-no-opt-remove-re.
22555         (bibtex-vec-push, bibtex-vec-incr): New functions.
22556         (bibtex-format-entry, bibtex-field-list)
22557         (bibtex-print-help-message, bibtex-validate)
22558         (bibtex-search-entries): Use new format of bibtex-entry-alist.
22560 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22562         * progmodes/compile.el (compilation-goto-locus):
22563         * net/tramp-cmds.el (tramp-append-tramp-buffers):
22564         * bs.el (bs-cycle-next, bs-cycle-previous):
22565         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22566         * bindings.el (mode-line-other-buffer):
22567         * autoinsert.el (auto-insert):
22568         * arc-mode.el (archive-extract):
22569         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22571 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22573         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22574         Fix check of `emacs-lock-unlockable-modes'.
22575         Coerce true values of `emacs-lock--try-unlocking' to t.
22577 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22579         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22580         * emacs-lock.el: New file.
22582 2011-07-05  Julien Danjou  <julien@danjou.info>
22584         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22585         than `boundp' to check if face is set.
22587 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
22589         * register.el (registerv-make):
22590         * window.el (window-min-height): Fix typos in docstrings.
22592 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
22594         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22595         Update doc string.
22597 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22599         * server.el (server-execute): Catch quit and call
22600         `server-return-error' to pass the error back to emacsclient and
22601         close the connection (bug#8942).
22603 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
22605         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22606         insecure exception for current topic.  Also note that auto-saves
22607         are handled differently.
22609         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22610         State variables for tracking auto-save inhibition situation.
22612         (allout-write-contents-hook-handler): Rename from
22613         'allout-write-file-hook-handler', and describe how it depends on
22614         write-contents-functions sensitivity to non-nil value to prevent
22615         file write.
22617         (allout-auto-save-hook-handler): Remove.  auto-save does not check
22618         this in individual buffers, only in the starting buffer, so this
22619         is not the right way for us to inhibit auto-save in a buffer
22620         according to its condition.
22622         (allout-mode): Use new allout-write-contents-hook-handler, and
22623         only with write-contents-functions.  Remove auto-save provisions -
22624         they're implemented elsewhere.
22626         (allout-before-change-handler): If undo is in progress, note that
22627         for attention of allout-post-command-business.
22629         (allout-post-command-business): If the command we're following was
22630         an undo, check for change in the status of encrypted items and
22631         adjust auto-save inhibitions accordingly.
22633         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22634         according to whether there are or aren't any plain-text topics
22635         pending encryption.
22637         (allout-inhibit-auto-save-info-for-decryption):
22638         Adjust buffer-saved-size and some allout state to inhibit auto-saves
22639         if there are plain-text topics pending encryption.
22641         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22642         buffer-saved-size and some allout state to not inhibit auto-saves
22643         if there are no longer any plain-text topics pending encryption.
22645         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22646         No longer provide for exemption of the current topic.
22648 2011-07-04  Juri Linkov  <juri@jurta.org>
22650         Add 7z operations to delete and save changed members (bug#8968).
22651         * arc-mode.el (archive-7z-expunge, archive-7z-update):
22652         New defcustoms.
22653         (archive-7z-write-file-member): New function.
22654         (archive-7z-summarize): Fix the number of dashes in the
22655         listing output.
22657 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22659         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22660         (bug#8958).
22662 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
22664         * bindings.el: Ignore next-buffer and previous-buffer in
22665         minibuffer-local-map.
22667         * font-lock.el (font-lock-builtin-face): Change light background
22668         color to dark slate blue (Bug#6693).
22670 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
22672         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22674 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22676         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22677         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22678         Add switch-to-buffer.
22680 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22682         * isearch.el (isearch-search-fun-function): Clarify further the
22683         meaning of the function returned.
22685 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
22687         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22689         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22690         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22691         Use it.
22692         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
22693         `tramp-default-remote-path' does not exist.
22694         (tramp-send-command-and-read): New optional argument NOERROR.
22695         (tramp-open-connection-setup-interactive-shell)
22696         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22697         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22698         (tramp-process-sentinel): Flush also process' connection property.
22699         (tramp-sh-handle-start-file-process): Do not set process
22700         sentinel.  It is done now ...
22701         (tramp-maybe-open-connection): ... here.  (Bug#8929)
22703 2011-07-04  MON KEY  <monkey@sandpframing.com>
22705         * play/animate.el (animate-string): Doc fixes and allow changing
22706         the buffer name (bug#5417).
22708 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22710         * play/animate.el (animation-buffer-name): Rename from *animate*.
22712 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
22714         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22715         This is simpler and helps future-proof the code.
22716         (timer-until): Use time-subtract and float-time.
22717         (timer--time-less-p): Use time-less-p.
22719 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
22721         * type-break.el (timep): Use the value of `float-time' to avoid a
22722         byte-compiler warning.
22724         * server.el (server-eval-and-print): Return any result, even nil.
22726 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
22728         * type-break.el: Accept time formats that the builtins accept.
22729         (timep, type-break-time-difference): Accept any format that
22730         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22731         This is simpler and helps future-proof the code.
22732         (type-break-time-difference): Round rather than ignoring
22733         subseconds components.
22735 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22737         * info.el (Info-apropos-matches): Make non-interactive, since it
22738         doesn't seem to do anything useful as a command (bug#8829).
22740 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
22742         * frame.el (frame-background-mode, frame-set-background-mode):
22743         Move from faces.el.
22744         (frame-default-terminal-background): New function.
22746         * custom.el (custom-push-theme): Don't record faces in `changed'
22747         theme; this doesn't work correctly for per-frame face settings.
22748         (disable-theme): Use face-set-after-frame-default to reset faces.
22749         (custom--frame-color-default): New function.
22751 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22753         * dired.el (dired-flagging-regexp): Remove unused variable
22754         (bug#8769).
22756 2011-03-29  Kevin Ryde  <user42@zip.com.au>
22758         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22759         `perl-Test2' extend to match possible "fail #N" rep count
22760         (bug#8377).
22762 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22764         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22765         `smtpmail-via-smtp' now returns the error instead of nil.
22767         * isearch.el (isearch-search-fun-function): Clarify the doc string
22768         (bug#8101).
22770 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
22772         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22773         unnecessary spaces (bug#8987).
22775 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22777         * net/network-stream.el (open-network-stream): Use the
22778         :end-of-capability command thoughout.
22780 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
22782         * net/network-stream.el (open-network-stream): Add the
22783         :end-of-capability command parameter, used by pop3.el.
22785 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22787         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22789         * fringe.el (fringe-query-style): Remove redundant text " (type ?
22790         for list)" (bug#6475).
22792         * files.el (file-expand-wildcards): Ignore non-readable
22793         sub-directories while trying to find matches instead of signaling
22794         an error (bug#6297).
22796         * man.el (Man-reference-regexp): Allow matching possible
22797         word-wrapped references (bug#6289).
22799         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22800         for consistency with the other vc buffers (bug#6197).
22801         (vc-checkin): Ditto.
22803         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22805         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22807 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22809         * custom.el (defcustom): Clarify that :set is only used in the
22810         Customize user interface (bug#6089).
22812         * progmodes/flymake.el (flymake-mode): If the buffer isn't
22813         associated with a file, refuse to run instead of erroring out
22814         (bug#6084).
22816         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22817         the doc string, since it appears that using `fill-column' always
22818         controls the width (bug#7845).
22820         * simple.el (shell-command-on-region): Say where the error output
22821         went if `shell-command-default-error-buffer' is set (bug#6857).
22823 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
22825         * allout.el (allout-yank-processing): Adjust cursor position for
22826         backwards-deleted space.
22828         (allout-rebullet-heading): Register changes with
22829         allout-exposure-changed-hook, so the modified topic is properly
22830         decorated.
22832 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22834         * minibuffer.el (completion-in-region): Document PREDICATE
22835         (bug#7136).
22837         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22838         of keyword/argument pairs (bug#6904).
22840         * replace.el (multi-occur):
22841         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22843 2011-07-02  Drew Adams  <drew.adams@oracle.com>
22845         * dired.el (dired-mark-if): Make the message about whether it's
22846         marking or unmarking clearer (bug#8523).
22848 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22850         * disp-table.el (display-table-print-array): New function.
22851         (describe-display-table): Use it to print the vectors more pretty
22852         (Bug#8859).
22854 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
22856         * window.el (window-state-get-1): Don't assign clone numbers.
22857         Add clone-of item to list of window parameters.
22858         (window-state-put-2): Don't process clone numbers.
22859         (display-buffer-alist): Fix doc-string.
22861 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22863         * subr.el (remq): Don't allocate if it's not needed.
22864         (keymap--menu-item-binding, keymap--menu-item-with-binding)
22865         (keymap--merge-bindings): New functions.
22866         (keymap-canonicalize): Use them to refine the canonicalization.
22867         * minibuffer.el (minibuffer-local-completion-map)
22868         (minibuffer-local-must-match-map): Move initialization from C.
22869         (minibuffer-local-filename-completion-map): Move initialization from C;
22870         don't inherit from anything here.
22871         (minibuffer-local-filename-must-match-map): Make obsolete.
22872         (completing-read-default): Use make-composed-keymap to combine
22873         minibuffer-local-filename-completion-map with either
22874         minibuffer-local-must-match-map or
22875         minibuffer-local-filename-completion-map.
22877 2011-07-01  Glenn Morris  <rgm@gnu.org>
22879         * type-break.el (type-break-time-sum): Use dolist.
22881         * textmodes/flyspell.el (flyspell-word-search-backward):
22882         Replace CL function.
22884 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22886         * mouse.el (mouse--strip-first-event): New function.
22887         (function-key-map): Use it to map fringe clicks to normal clicks
22888         by default.
22890         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22891         (vc-bzr-revision-completion-table): Add support for annotate and date.
22893         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22894         inherit from parent.
22896 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22898         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22899         (dired-show-file-type): Doc fixup (bug#8818).
22901         * dired.el (dired-mode): Fix up the doc string as suggested by
22902         Drew Adams (bug#8817).
22904         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22905         cookie, since the manual says that it should be possible to add
22906         this function to `find-file-hook' (bug#8709).
22908 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22910         * progmodes/cfengine.el: Moved all cfengine3.el functionality
22911         here.  Noted Ted Zlatanov as the maintainer.
22912         (cfengine-common-settings, cfengine-common-syntax): New functions
22913         to set up common things between `cfengine-mode' and
22914         `cfengine3-mode'.
22915         (cfengine3-mode): New mode.
22916         (cfengine3-defuns cfengine3-defuns-regex
22917         (cfengine3-class-selector-regex cfengine3-category-regex)
22918         (cfengine3-vartypes cfengine3-font-lock-keywords)
22919         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22920         (cfengine3-indent-line): Add from cfengine3.el.
22922 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
22924         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22926         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22928 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
22930         * window.el (same-window-buffer-names, same-window-regexps)
22931         (same-window-p, special-display-frame-alist)
22932         (special-display-popup-frame, special-display-function)
22933         (special-display-buffer-names, special-display-regexps)
22934         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22935         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22936         (split-window-preferred-function, split-height-threshold)
22937         (split-width-threshold, even-window-heights)
22938         (display-buffer-mark-dedicated, window-splittable-p)
22939         (split-window-sensibly, window-safely-shrinkable-p):
22940         Un-obsolete.
22941         (display-buffer): Don't spread args with function specifier
22942         because special-display-popup-frame won't like it.
22944 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22946         Time-stamp simplifications and fixes.
22947         These improve accuracy slightly, and future-proof the code
22948         against some potential changes to current-time format.
22950         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22951         by using time-since and float-time.
22953         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22954         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
22955         + NNN microseconds".
22957         * type-break.el (type-break-time-sum): Rewrite using time-add.
22959         * play/hanoi.el (hanoi-current-time-float): Remove.
22960         All uses replaced by float-time.
22962         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22963         This yields a more-accurate answer.
22964         (rng-time-to-float): Remove; no longer needed.
22966         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22968         * calendar/timeclock.el (timeclock-seconds-to-time):
22969         Defalias to seconds-to-time, since they're the same thing.
22971         * emacs-lisp/elp.el (elp-elapsed-time):
22972         * emacs-lisp/benchmark.el (benchmark-elapse):
22973         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22975 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22977         * window.el (bury-buffer): Don't iconify the only frame.
22978         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22979         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22981 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22983         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22984         Add mouse-yank-primary.
22986 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22988         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22990 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22992         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22993         (find-library-name): Use it to find relative load names when provided
22994         absolute file name (bug#8803).
22996 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22998         * textmodes/flyspell.el (flyspell-word): Consider words that
22999         differ only in case as potential doublons (bug#5687).
23001         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23002         Remove two rather uninteresting debugging-like messages to make
23003         debbugs.el more silent.
23005         * comint.el (comint-password-prompt-regexp): Accept "Response" as
23006         a password-like phrase.
23008 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
23010         * progmodes/cc-guess.el: New file.
23012         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23014         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23015         derived from `c-basic-common-init'.
23017         * progmodes/cc-mode.el (top-level): Require cc-guess.
23018         (c-basic-common-init): Use `cc-choose-style-for-mode'.
23020 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
23022         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23024 2011-06-30  Alan Mackenzie  <acm@muc.de>
23026         * progmodes/cc-engine.el (c-guess-continued-construct):
23027         Correct the handling of template-args-cont, particularly for when font
23028         lock is disabled.  Name this case as "CASE G".
23030 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
23032         * allout.el (allout-yank-processing): Fix injection of extra space
23033         between bullet and non-whitespace character in first topic when
23034         pasting, ensuring that the actual spacing in the pasted topic
23035         following the bullet char is preserved.  This extra space was
23036         causing pasted encrypted topics to get a decrypted status even
23037         when the content was actually still encrypted.  Now the decryption
23038         status from before the paste is preserved.
23040         (allout-flag-region): Set all allout overlays so they evaporate
23041         when reduced to zero length (evanescent), to prevent overlay
23042         leakage.
23044 2011-06-30  Glenn Morris  <rgm@gnu.org>
23046         * w32-fns.el (w32-charset-info-alist): Declare.
23048         * find-dired.el (find-grep-options): Simplify.
23050         * term/ns-win.el (ns-set-resource): Declare.
23052         * ses.el (row, col): Declare dynamic variables honestly.
23054         * textmodes/reftex-parse.el (index-tags): Declare.
23056 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
23058         * cus-edit.el (customize-push-and-save): New function.
23060         * files.el (hack-local-variables-confirm): Use it.
23062         * custom.el (load-theme): New arg NO-CONFIRM.
23063         Use customize-push-and-save (Bug#8720).
23064         (custom-enabled-themes): Doc fix.
23066         * cus-theme.el (customize-create-theme)
23067         (custom-theme-merge-theme): Callers to load-theme changed.
23069 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23071         * thingatpt.el (thing-at-point-short-url-regexp): Require that
23072         short URLs have at least one dot in them (bug #7614).
23074         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23075         nil, because using a pty is apparently too slow (bug #895).
23077 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23079         * mail/sendmail.el (sendmail-query-once): New function.
23080         (sendmail-query-once-function): New variable.
23082 2011-06-29  Glenn Morris  <rgm@gnu.org>
23084         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23086         * ses.el (top-level): Require cl when compiling.
23087         (ses-set-localvars): Fix error statement.
23088         Call it at compile time to silence a storm of warnings.
23090 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
23092         * window.el (normalize-live-buffer): Rename to
23093         window-normalize-buffer.
23094         (normalize-live-frame): Rename to window-normalize-frame.
23095         (normalize-any-window): Rename to window-normalize-any-window.
23096         (normalize-live-window): Rename to window-normalize-live-window.
23097         (make-window-atom): Rename to window-make-atom.
23098         (window-resize-reset): Rename to window--resize-reset.
23099         (window-resize-reset-1): Rename to window--resize-reset-1.
23100         (resize-mini-window): Rename to window--resize-mini-window.
23101         (resize-subwindows-skip-p): Rename to
23102         window--resize-subwindows-skip-p.
23103         (resize-subwindows-normal): Rename to
23104         window--resize-subwindows-normal.
23105         (resize-subwindows): Rename to window--resize-subwindows.
23106         (resize-other-windows): Rename to window--resize-siblings.
23107         (resize-this-window): Rename to window--resize-this-window.
23108         (resize-root-window): Rename to window--resize-root-window.
23109         (resize-root-window-vertically): Rename to
23110         window--resize-root-window-vertically.
23111         (normalize-buffer-to-display): Rename to
23112         window-normalize-buffer-to-display.
23113         (normalize-buffer-to-switch-to): Rename to
23114         window-normalize-buffer-to-switch-to.
23115         Correspondingly update all callers of the functions listed
23116         above.
23117         (display-buffer-alist, display-buffer-normalize-arguments)
23118         (display-buffer-normalize-options, display-buffer)
23119         (display-buffer-alist-set): Use "function" instead of
23120         "fun-with-args".
23122 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
23124         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23125         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
23126         debbugs.gnu.org.  Mention acknowledgment email.
23128 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23130         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23131         buffer multibyteness, since it shouldn't matter.
23133 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
23135         * window.el (display-buffer-in-side-window): Handle dedicated
23136         windows as in display-buffer-reuse-window.
23137         (display-buffer-normalize-alist): Use value of override
23138         specifier.
23139         (display-buffer-normalize-specifiers): Use value of
23140         other-window-means-other-frame specifier.
23141         (display-buffer-alist): Rewrite some texts in widgets.
23142         (display-buffer): Spread arguments when calling function
23143         specified by fun-with-args.
23145 2011-06-28  Deniz Dogan  <deniz@dogan.se>
23147         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23148         Unnest `let'.
23150         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23151         selectors (Bug#5732).
23152         (css-proprietary-nmstart-re): Use `regexp-opt'.
23154 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
23156         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23157         (eshell-ls-date-format): New defcustom.
23158         (eshell-ls-file): Use it.
23160 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23162         * help-fns.el (describe-variable): Fix message for terminal-local vars.
23164 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23166         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23167         (ange-ftp-make-tmp-name): New arg.
23168         (ange-ftp-file-local-copy): Use it.
23170 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
23172         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23173         no-conversion (Bug#8870).
23175 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
23177         * window.el (window-right, window-left, window-child)
23178         (window-child-count, window-last-child)
23179         (window-iso-combination-p, walk-window-tree-1)
23180         (window-atom-check-1, window-tree-1, delete-window)
23181         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23182         new naming conventions - window-vchild, window-hchild,
23183         window-next and window-prev are now called window-top-child,
23184         window-left-child, window-next-sibling and window-prev-sibling
23185         respectively.
23186         (resize-window-reset): Rename to window-resize-reset.
23187         (resize-window-reset-1): Rename to window-resize-reset-1.
23188         (resize-window): Rename to window-resize.
23189         (window-min-height, window-min-width)
23190         (resize-mini-window, resize-this-window, resize-root-window)
23191         (resize-root-window-vertically, adjust-window-trailing-edge)
23192         (enlarge-window, shrink-window, maximize-window)
23193         (minimize-window, delete-window, quit-restore-window)
23194         (split-window, balance-windows, balance-windows-area-adjust)
23195         (balance-windows-area, window-state-put-2)
23196         (display-buffer-even-window-sizes, display-buffer-set-height)
23197         (display-buffer-set-width, set-window-text-height)
23198         (fit-window-to-buffer): Rename all "resize-window" prefixed
23199         calls to use the "window-resize" prefix convention.
23200         (display-buffer-alist): Fix symbol for label specifier.
23201         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23202         corresponding specifier.
23203         Reported by Juanma Barranquero <lekktu@gmail.com>.
23205 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23207         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23208         convention.
23209         (ses-call-printer): Does not pass an empty string to formatter when the
23210         cell is empty to keep from barking printer Calc math-format-value.
23212 2011-06-27  Richard Stallman  <rms@gnu.org>
23214         * battery.el (battery-mode-line-limit): New variable.
23215         (battery-update): Handle it.
23217         * mail/rmailmm.el (rmail-mime-process-multipart):
23218         Handle truncated messages.
23220 2011-06-27  Glenn Morris  <rgm@gnu.org>
23222         * progmodes/flymake.el (flymake-err-line-patterns):
23223         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
23225 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23227         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23228         (ses--clean-!, ses--clean-_): New functions.
23229         (ses-range): Add configurability of readout order, and conversion
23230         to Calc vector.
23232         * ses.el (ses-repair-cell-reference-all): New function.
23233         (ses-cell-symbol): Set macro as safe, so that it can be used in
23234         formulas.
23236         * ses.el: Update cycle detection algorithm.
23237         (ses-localvars): Add ses--Dijkstra-attempt-nb and
23238         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23239         (ses-set-localvars): New function.
23240         (ses-make-cell): Add property-list as a cell element.
23241         (ses-cell-property-get-fun, ses-cell-property-get)
23242         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23243         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23244         New functions.
23245         (ses-cell-property-set, ses-cell-property-pop)
23246         (ses-cell-property-get-handle): New macro.
23247         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23248         New aliases, used for code readability.
23249         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23250         cycle detection.
23251         (ses-self-reference-early-detection): New defcustom.
23252         (ses-formula-references): Robustify against self-referring cells.
23253         (ses-mode): Use ses-set-localvars.
23254         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23255         before lauching the update processing.
23256         (ses-initialize-Dijkstra-attempt): New function.
23257         (ses-recalculate-cell): Update for cycle detection based on
23258         Dijkstra algorithm.
23260         * ses.el: Fix commenting and indenting convention.
23262 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23264         * bs.el (bs-cycle-next): Complete last change.
23266 2011-06-27  Drew Adams  <drew.adams@oracle.com>
23268         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23270 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23272         * net/network-stream.el (network-stream-open-starttls):
23273         Don't re-get capabilities unless we've reestablished connection.
23274         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23276         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23277         to binary to possibly avoid line encoding issues on Windows (among
23278         other things).
23280 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23282         * net/network-stream.el (open-network-stream): Return an :error
23283         saying what the problem was, if possible.
23285         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23286         server.
23288         * net/network-stream.el (network-stream-open-starttls): If we
23289         wanted to use STARTTLS, and the server offered it, but we weren't
23290         able to because we had no STARTTLS support, then close the connection.
23291         (open-network-stream): Return an :error element, if present.
23293 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23295         * hl-line.el (hl-line-sticky-flag): Doc fix.
23296         (global-hl-line-sticky-flag): New option (Bug#8323).
23297         (global-hl-line-highlight): Obey it.
23299         * vc/vc.el (vc-revert-show-diff): Default to t.
23301 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
23303         * allout-widgets.el (allout-widgets-post-command-business):
23304         Stop decorating intermediate isearch matches.  They're not being
23305         undecorated when an isearch is continued past, and isearch
23306         automatically collapses them.  This leads to "widget leaks", where
23307         decorated items accumulate in collapsed areas.  Lines with lots of
23308         hidden widgets can slow down cursor travel, substantially.
23309         Too much complicated machinery would be needed to ensure undecoration,
23310         so we're doing without this nicety.
23312         (allout-widgets-tally-string): Don't try to do a hash-table-count
23313         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
23314         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23315         *Messages* when allout-widgets-maintain-tally is t.
23317 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
23319         * window.el (display-buffer-normalize-argument): Rename to
23320         display-buffer-normalize-arguments.  Handle special meaning of
23321         LABEL argument.  Respect special-display-function when popping up
23322         a new frame.  Fix code searching for a window showing the buffer
23323         on another frame.
23324         (display-buffer-normalize-specifiers):
23325         Call display-buffer-normalize-arguments.
23326         (display-buffer-in-window): Don't undedicate the window if its
23327         buffer remains the same.
23328         Reported by Drew Adams <drew.adams@oracle.com>.
23329         (display-buffer-alist): Add choice for same-window macro
23330         specfier.
23331         (display-buffer): Mention special meaning of LABEL argument in
23332         doc-string.  Fix quoting.  Don't pop up a new frame even as
23333         fallback.
23335 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
23337         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23338         avoid deleting the current window in some cases (bug#8911).
23340 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
23342         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23343         (Bug#8934)
23345 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23347         * net/network-stream.el (network-stream-open-starttls):
23348         Use built-in TLS support if `gnutls-available-p' is true.
23349         (network-stream-open-tls): Ditto.
23351 2011-06-26  Leo Liu  <sdl.web@gmail.com>
23353         * register.el (registerv): New struct.
23354         (registerv-make): New function.
23355         (jump-to-register, describe-register-1, insert-register):
23356         Support the jump-func, print-func and insert-func slot of a registerv
23357         struct.  (Bug#8415)
23359 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
23361         * vc/vc.el (vc-revert-show-diff): New defcustom.
23362         (vc-diff-internal): New arg specifying diff buffer.
23363         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
23364         reuse an existing *vc-diff* buffer (Bug#8927).
23366         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23368 2011-06-26  Glenn Morris  <rgm@gnu.org>
23370         * progmodes/f90.el (f90-critical-indent): New option.
23371         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23372         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23373         (f90-mode): Doc fix.
23374         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23375         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23376         (f90-beginning-of-block, f90-next-block, f90-indent-region)
23377         (f90-match-end): Handle block, critical.
23379 2011-06-25  Glenn Morris  <rgm@gnu.org>
23381         * calendar/diary-lib.el (diary-included-files): Doc fix.
23382         (diary-include-files): New function, extracted from
23383         diary-include-other-diary-files and diary-mark-included-diary-files.
23384         (diary-include-other-diary-files, diary-mark-included-diary-files):
23385         Just call diary-include-files.
23386         (diary-mark-entries): Reset diary-included-files on first call.
23388         * calendar/diary-lib.el (diary-mark-entries)
23389         (diary-mark-included-diary-files):
23390         Visit included diary-files in temp buffers.
23392         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23393         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23394         (f90-start-block-re, f90-imenu-generic-expression)
23395         (f90-looking-at-program-block-start, f90-no-block-limit):
23396         Add support for submodules.
23398         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23399         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23401 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
23403         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23404         buffer-file-type before setting its value, to avoid disastrous
23405         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
23407 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23409         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23411         * ses.el (ses-unload-function):
23412         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23414         * proced.el (proced-unload-function):
23415         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23417 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
23419         * server.el (server-create-window-system-frame): Add parameters arg.
23420         (server-process-filter): Doc fix.  Handle frame-parameters.
23422 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
23424         Fix bug#8730, bug#8781.
23426         * loadhist.el (unload--set-major-mode): New function.
23427         (unload-feature): Use it.
23429         * progmodes/python.el (python-after-info-look): Add autoload cookie.
23430         (python-unload-function): New function.
23432 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23434         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23436 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
23438         * net/browse-url.el (browse-url-firefox-program): Add icecat to
23439         the candidates list.
23441 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
23443         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23445 2011-06-23  Richard Stallman  <rms@gnu.org>
23447         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23448         (rmail-variables): Set next-error-move-function.
23449         (rmail-what-message): Take argument POS.
23450         (rmail-next-error-move): New function.
23452 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23454         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23455         messages for adjacent non-terminals.
23457 2011-06-23  Richard Stallman  <rms@gnu.org>
23459         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23460         (rmail-show-message-1): Preserve buffer modified flag.
23461         (rmail-start-mail): Don't specify use of rmail-mail-return;
23462         that's done by mail-bury now.
23463         (rmail-mail-return): Handle arg NEWBUF.
23465 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
23467         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23468         SIZE is a number.
23470 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
23472         * window.el (get-lru-window, get-mru-window)
23473         (get-largest-window): Never return a minibuffer window.
23474         (display-buffer-pop-up-window): Fix a bug that could lead to
23475         reusing the minibuffer window.
23476         (display-buffer): Pass original specifier argument to
23477         display-buffer-function instead of the normalized one.
23478         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23480 2011-06-22  Leo Liu  <sdl.web@gmail.com>
23482         * minibuffer.el (completing-read-function)
23483         (completing-read-default): Move from minibuf.c.
23485 2011-06-22  Richard Stallman  <rms@gnu.org>
23487         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23488         to Rmail even if not started by a special Rmail command.
23490         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23491         Copy the buffer currently showing just one message.
23493 2011-06-22  Roland Winkler  <winkler@gnu.org>
23495         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23496         (bibtex-clean-entry): First delete the old key so that a
23497         customized algorithm for generating the new key does not get
23498         confused by the old key.
23499         (bibtex-url): Obey regexp of first step.
23500         (bibtex-search-entries): Do not use add-to-list with local
23501         list-var.
23503 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23505         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23506         stored a user name, then query for the password first, instead of
23507         waiting for SMTP to give an error message and the trying again.
23509 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
23511         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23512         BUFFER in call-process.
23514 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23516         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23517         QUIT twice.
23518         (smtpmail-try-auth-methods): Require user name and password from
23519         auth-source.
23521 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
23523         * window.el (display-buffer-default-specifiers)
23524         (display-buffer-alist): Remove entries for pop-up-frame-alist.
23525         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23526         (split-window): Normalize SIDE argument (Bug#8916).
23528         * frame.el (pop-up-frame-alist, pop-up-frame-function)
23529         (special-display-frame-alist, special-display-popup-frame):
23530         Remove duplicate declarations.  These are now in window.el.
23532 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23534         * mail/smtpmail.el (smtpmail-via-smtp):
23535         Set :use-starttls-if-possible so that we always use STARTTLS if the
23536         server supports it.  SMTP servers that support STARTTLS commonly
23537         require it.
23539         * net/network-stream.el (network-stream-open-starttls): Support
23540         upgrading to STARTTLS always, even if we don't have built-in support.
23541         (open-network-stream): Add the :always-query-capabilities keyword.
23543         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23544         upgrades with `open-network-stream', and rely solely on
23545         auth-source for all credentials.  Big changes throughout the file,
23546         but in particular:
23547         (smtpmail-auth-credentials): Remove.
23548         (smtpmail-starttls-credentials): Remove.
23549         (smtpmail-via-smtp): Check for servers saying they want AUTH after
23550         MAIL FROM, too.
23552         * net/network-stream.el (network-stream-open-starttls):
23553         Provide support for client certificates both for external and built-in
23554         STARTTLS.
23555         (auth-source): Require.
23556         (open-network-stream): Document the :client-certificate keyword.
23557         (network-stream-certificate): Change cert-cert to cert and
23558         cert-key to key.
23560 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
23562         * net/tramp-cache.el (top): Don't load the persistency file when
23563         "emacs -Q" has been called.
23565 2011-06-21  Tim Harper  <timcharper@gmail.com>
23567         * term/ns-win.el (ns-initialize-window-system):
23568         Set application-specific `ApplePressAndHoldEnabled' system
23569         resource to NO as it is not yet supported by the NS port.
23571 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
23573         * misc.el (list-dynamic-libraries--refresh): Compute header here...
23574         (list-dynamic-libraries): ...not here.
23576 2011-06-21  Leo Liu  <sdl.web@gmail.com>
23578         * subr.el (sha1): Implement sha1 using secure-hash.
23580 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
23582         * window.el (display-buffer-alist): In default value do not
23583         enforce searching a window on any but the selected frame.
23584         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23585         (display-buffer-select-window): Remove function.
23586         (display-buffer-in-window): When a window on another frame gets
23587         reused, do not select it any more but just raise its frame if
23588         necessary (Bug#8851) and (Bug#8856).
23589         (display-buffer-normalize-options): Handle pop-up-frames related
23590         options more faithfully.
23591         (pop-to-buffer): Don't rely on `display-buffer' selecting the
23592         window if it is on another frame.
23593         (display-buffer-alist, display-buffer-default-specifiers):
23594         Don't make new frame unsplittable by default.
23595         (display-buffer-normalize-argument): Fix doc-string typo and use
23596         'same-frame-other-window instead of 'other-window when associating
23597         with display-buffer-macro-specifiers.
23599 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
23601         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23602         New functions.
23603         (5x5-mode-map, 5x5-mode-menu): Bind them.
23604         (5x5-draw-grid): Tweak the solver's rendering.
23606 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23608         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23609         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23611 2011-06-21  Drew Adams  <drew.adams@oracle.com>
23613         * menu-bar.el: Use function variable instead of switch-to-buffer.
23614         (menu-bar-select-buffer-function): New variable.
23615         (menu-bar-update-buffers): Use it (bug#8876).
23617 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23619         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23620         variable's status.
23622 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
23624         * x-dnd.el (x-dnd-version-from-flags)
23625         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23626         and long as number (Bug#8899).
23627         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23629 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23631         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23632         (completion-try-completion, completion-all-completions): Compute the
23633         metadata argument if it's missing; make it optional (bug#8795).
23635         * wid-edit.el: Use lex-bind and move towards completion-at-point.
23636         (widget-complete): Use new :completion-function property.
23637         (widget-completions-at-point): New function.
23638         (default): Use :completion-function instead of :complete.
23639         (widget-default-completions): Rename from widget-default-complete;
23640         Rewrite.
23641         (widget-string-complete, widget-file-complete, widget-color-complete):
23642         Remove functions.
23643         (file, symbol, function, variable, coding-system, color):
23644         * international/mule-cmds.el (default-input-method, charset)
23645         (language-info-custom-alist):
23646         * cus-edit.el (face): Use new property :completions.
23648         * progmodes/pascal.el (pascal-completions-at-point): New function.
23649         (pascal-mode): Use it.
23650         (pascal-mode-map): Use completion-at-point.
23651         (pascal-toggle-completions): Make obsolete.
23652         (pascal-complete-word, pascal-show-completions):
23653         * progmodes/octave-mod.el (octave-complete-symbol):
23654         Redefine as obsolete alias.
23655         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23656         Signal absence of completion info for old Octave,
23657         (inferior-octave-complete): Redefine as obsolete alias.
23658         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23659         (meta-completions-at-point): Rename from meta-complete-symbol and
23660         adapt it for use on completion-at-point-functions.
23661         (meta-common-mode): Use it.
23662         (meta-looking-at-backward, meta-match-buffer): Remove.
23663         (meta-complete-symbol): Redefine as obsolete alias.
23664         (meta-common-mode-map): Use completion-at-point.
23665         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23666         (makefile-mode-map): Use completion-at-point.
23667         (makefile-completions-at-point): Rename from makefile-complete and
23668         adapt it for use on completion-at-point-functions.
23669         (makefile-mode): Use it.
23670         (makefile-complete): Redefine as obsolete alias.
23672 2011-06-20  Deniz Dogan  <deniz@dogan.se>
23674         * net/rcirc.el: Delete trailing whitespaces once and for all.
23676 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
23678         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23680 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
23682         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23684         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23686 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
23688         * window.el (display-buffer-other-window-means-other-frame):
23689         Call display-buffer-normalize-alist.
23690         (display-buffer-normalize-specifiers-1): Rename to
23691         display-buffer-normalize-argument.  New argument other-frame.
23692         Rewrite.
23693         (display-buffer-normalize-specifiers-2): Rename to
23694         display-buffer-normalize-options.
23695         (display-buffer-normalize-alist-1): New function.
23696         (display-buffer-normalize-specifiers-3): Rename to
23697         display-buffer-normalize-alist.
23698         Call display-buffer-normalize-alist-1.
23699         (display-buffer-normalize-options-inhibit): New variable.
23700         (display-buffer-normalize-specifiers): Rewrite calling
23701         display-buffer-normalize-alist,
23702         display-buffer-normalize-argument, and
23703         display-buffer-normalize-options.  Don't call the latter if
23704         display-buffer-normalize-options-inhibit is non-nil.
23705         (frame-auto-delete): New option.
23706         (window-deletable-p): Use frame-auto-delete.
23707         (window-list-no-nils, window-state-ignored-parameters)
23708         (window-state-get-1, window-state-get, window-state-put-list)
23709         (window-state-put-1, window-state-put-2, window-state-put):
23710         New functions.
23711         (display-buffer-normalize-options): Move special-display-p group
23712         after pop-up-frame group (Bug#8851) and (Bug#8856).
23714 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
23716         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23717         groups (Bug#8776).
23718         (rx-submatch-n): New function.
23719         (rx): Document it.
23721         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23722         (Bug#8768).
23724         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23726         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23728         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23729         anytime existing face settings are present (Bug#8889).
23731         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23732         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23733         Remove unused argument.
23735 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
23737         * window.el (display-buffer-default-specifiers):
23738         Remove pop-up-frame.  Add pop-up-window-min-height,
23739         pop-up-window-min-width, and another reuse-window specifier
23740         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
23741         (display-buffer-normalize-specifiers-2):
23742         Handle split-height-threshold and split-width-threshold also when
23743         pop-up-windows is unset.  Add a reuse-window specifier for the
23744         case popping up a new window fails.
23745         (special-display-popup-frame): Remove double quoting.
23746         (display-buffer-normalize-specifiers-1): Fix thinko.
23748 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23750         * shell.el (shell-completion-vars): Set pcomplete-termination-string
23751         according to comint-completion-addsuffix.
23753         * pcomplete.el: Convert to lexical binding and fix bug#8819.
23754         (pcomplete-suffix-list): Mark as obsolete.
23755         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23756         pcomplete-seen in the closure.
23757         (pcomplete-comint-setup): Setup completion-at-point as well.
23758         (pcomplete--entries): New function.
23759         (pcomplete--env-regexp): New var.
23760         (pcomplete-entries): Rewrite to work with partial-completion and
23761         without relying on pcomplete-suffix-list.
23762         (pcomplete-pare-list): Remove, unused.
23764 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23766         * window.el (display-buffer-alist): Set pop-up-window-min-height
23767         and pop-up-window-min-width in default value.  Reported by
23768         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
23769         other-window-means-other-frame.
23770         (display-buffer-macro-specifiers): Comment out entry for
23771         other-window specifier.
23772         (display-buffer-other-window-means-other-frame): New function.
23773         (display-buffer-normalize-specifiers-1): New arguments
23774         buffer-name and label.  Treat other-window case specially.
23775         (display-buffer-normalize-specifiers-2): Treat other-window case
23776         specially.
23777         (display-buffer-normalize-specifiers-3): New function.
23778         (display-buffer-normalize-specifiers):
23779         Call display-buffer-normalize-specifiers-3.
23781 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
23783         * window.el (same-window-p): Fix two typos introduced when
23784         adding with-no-warnings.
23785         (display-buffer-normalize-specifiers-1): Don't check
23786         pop-up-frames for 'unset initialization.
23787         (display-buffer-normalize-specifiers-2): Major rewrite using
23788         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23789         (pop-up-frames, display-buffer-reuse-frames)
23790         (display-buffer-mark-dedicated): Don't initialize to 'unset.
23791         Suggested by David Engster <deng@randomsample.de>.
23792         (even-window-heights): Initialize to 'unset.
23793         (display-buffer-alist-set): Handle new 'unset initializations.
23794         (display-buffer-macro-specifiers): Don't pop up a new frame in the
23795         other window case.
23797 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
23799         * window.el (display-buffer-normalize-specifiers-1):
23800         Respect current value of pop-up-frames for most reasonable values of
23801         second argument of display-buffer (Bug#8865).
23802         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23803         (switch-to-buffer-other-window-same-frame)
23804         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
23805         Adams (Bug#8875).
23806         (display-buffer): Don't check noninteractive when calling
23807         display-buffer-pop-up-frame.
23808         (display-buffer-pop-up-frame): Never pop up a frame in
23809         noninteractive mode (Bug#8857).
23810         (enlarge-window, shrink-window): Don't report an error when the
23811         window can't be resized as requested (Bug#8862).
23813 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23815         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23817         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23819         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23821 2011-06-15  Alan Mackenzie  <acm@muc.de>
23823         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23824         for declarators, disable knr checking to speed up for normal files.
23825         2: Refactor, replacing a sequence of nested if forms by a cond form.
23827 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23829         * net/network-stream.el (open-network-stream): Add the keyword
23830         :always-query-capabilities for the case where you want to force a
23831         `plain' network connection, but the protocol still requires the
23832         capabilitiy command (i.e., SMTP and EHLO).
23834         * subr.el (process-live-p): Rename from `process-alive-p' for
23835         consistency with other `-live-p' functions.
23837 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23839         * window.el (same-window-buffer-names, same-window-regexps)
23840         (special-display-frame-alist, special-display-popup-frame)
23841         (special-display-function, special-display-buffer-names)
23842         (special-display-regexps, pop-up-frame-alist)
23843         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23844         (pop-up-windows, split-window-preferred-function)
23845         (split-height-threshold, split-width-threshold, even-window-heights)
23846         (display-buffer-mark-dedicated): Don't encourage the use of
23847         display-buffer-alist from Elisp code.
23849 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
23851         * progmodes/python.el (python-mode): Derive from prog-mode.
23852         * progmodes/ps-mode.el (ps-mode):
23853         * progmodes/mixal-mode.el (mixal-mode):
23854         * progmodes/cfengine.el (cfengine-mode):
23855         * progmodes/ld-script.el (ld-script-mode): Likewise.
23857 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
23859         * window.el (display-buffer-alist): Trim default value to avoid
23860         popping up a new frame (Bug#8857) or reusing an arbitrary window
23861         on another frame.
23862         (display-buffer): Do not fall back on popping up a new frame in
23863         batch mode (Bug#8857).
23865 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
23867         * cus-theme.el (describe-theme-1): Use custom-theme-p.
23868         (custom-theme-summary): New function.
23869         (customize-themes): Use it.
23871 2011-06-13  Glenn Morris  <rgm@gnu.org>
23873         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23875 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
23877         * help.el (help-window): Remove variable.
23878         (help-window-point-marker, temp-buffer-max-height)
23879         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23880         (help-print-return-message): Don't set help-window.
23881         (resize-temp-buffer-window): Rewrite cod eand doc-string.
23882         (help-window-setup-finish): Remove.
23883         (help-window-display-message, help-window-setup)
23884         (with-help-window): Major rewrite based on new
23885         display-buffer-window variable.
23887         * help-mode.el (help-mode-finish): Remove help-window related
23888         code.
23890         * view.el (view-exits-all-viewing-windows): Remove reference to
23891         view-return-to-alist in doc-string.
23892         (view-return-to-alist): Make obsolete.
23893         (view-buffer): Call pop-to-buffer-same-window and remove
23894         undo-window code.
23895         (view-buffer-other-window): Call pop-to-buffer-other-window and
23896         simplify code.  Ignore second argument.
23897         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23898         simplify code.  Ignore second argument.
23899         (view-return-to-alist-update): Make obsolete.
23900         (view-mode-enter): Rename second argument to QUIT-RESTORE.
23901         Rewrite using quit-restore window parameters.
23902         (view-mode-exit): Rename second argument to EXIT-ONLY.
23903         Rewrite using quit-restore-window.
23904         (View-exit, View-exit-and-edit, View-leave, View-quit)
23905         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23906         appropriate arguments.
23907         (view-end-message): Use quit-restore window parameter.
23909         * window.el (display-buffer-function): Rewrite doc-string.
23910         (display-buffer-window, display-buffer-alist): New variables.
23911         (display-buffer-split-specifiers)
23912         (display-buffer-side-specifiers)
23913         (display-buffer-macro-specifiers): New constants.
23914         (display-buffer-even-window-sizes, display-buffer-set-height)
23915         (display-buffer-set-width, display-buffer-select-window)
23916         (display-buffer-in-window, display-buffer-reuse-window)
23917         (display-buffer-split-window-1, display-buffer-split-window)
23918         (display-buffer-split-atom-window, display-buffer-pop-up-window)
23919         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23920         (display-buffer-in-side-window, normalize-buffer-to-display)
23921         (display-buffer-normalize-specifiers-1)
23922         (display-buffer-normalize-specifiers-2)
23923         (display-buffer-normalize-specifiers, display-buffer-frame):
23924         New functions.
23925         (display-buffer): Major rewrite.
23926         (display-buffer-other-window, display-buffer-other-frame)
23927         (pop-to-buffer, switch-to-buffer-other-window)
23928         (switch-to-buffer-other-frame): Rewrite.
23929         (display-buffer-same-window, display-buffer-same-frame)
23930         (display-buffer-same-frame-other-window)
23931         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23932         (pop-to-buffer-other-window)
23933         (pop-to-buffer-same-frame-other-window)
23934         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23935         (switch-to-buffer-other-window-same-frame): New functions.
23936         (same-window-p, special-display-p): Rewrite disabling warnings.
23937         Make obsolete.
23938         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23939         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23940         Make obsolete
23941         (same-window-buffer-names, same-window-regexps)
23942         (special-display-frame-alist, special-display-popup-frame)
23943         (special-display-function, special-display-buffer-names)
23944         (special-display-regexps, pop-up-frame-alist)
23945         (pop-up-frame-function, split-window-preferred-function)
23946         (split-height-threshold, split-width-threshold)
23947         (even-window-heights): Make obsolete.
23949 2011-06-12  Glenn Morris  <rgm@gnu.org>
23951         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
23952         Misc simplifications.
23954 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
23956         * window.el (window-safely-shrinkable-p): Restore function which
23957         was inadvertently removed in change from 2011-06-11.  Declare as
23958         obsolete.
23960         * calendar/calendar.el (calendar-generate-window):
23961         Use window-iso-combined-p instead of combination of one-window-p and
23962         window-safely-shrinkable-p.
23964 2011-06-12  Glenn Morris  <rgm@gnu.org>
23966         * progmodes/fortran.el (fortran-mode-syntax-table):
23967         * progmodes/f90.el (f90-mode-syntax-table):
23968         Set % to punctuation.  (Bug#8820)
23969         (f90-find-tag-default): Remove, no longer needed.
23971 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
23973         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23975 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23977         * image.el (image-animated-p): Return animation delay in seconds.
23978         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23979         (image-animate-timeout): Remove DELAY argument.  Don't assume
23980         every subimage has the same delay; get it from image-animated-p.
23981         (image-animate): Caller changed.
23983 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23985         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23986         to ignored backtrace functions.
23988 2011-06-11  Glenn Morris  <rgm@gnu.org>
23990         * calendar/appt.el (appt-disp-window-function): Doc fix.
23991         (appt-check): Handle overlapping appointments.  (Bug#8337)
23993 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23995         * window.el (window-tree-1, window-tree): New functions, moving
23996         the latter to window.el.
23997         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23998         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23999         (bw-refresh-edges): Remove.
24000         (balance-windows-1, balance-windows-2): New functions.
24001         (balance-windows): Rewrite in terms of window tree functions,
24002         balance-windows-1 and balance-windows-2.
24003         (bw-adjust-window): Remove.
24004         (balance-windows-area-adjust): New function with functionality of
24005         bw-adjust-window but using resize-window.
24006         (set-window-text-height): Rewrite doc-string.
24007         Use normalize-live-window and resize-window.
24008         (enlarge-window-horizontally, shrink-window-horizontally):
24009         Rename argument to DELTA.
24010         (window-buffer-height): New function.
24011         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24012         Rewrite using new window resize routines.
24013         (kill-buffer-and-window, mouse-autoselect-window-select):
24014         Use ignore-errors instead of condition-case.
24015         (quit-window): Call delete-frame instead of delete-windows-on
24016         for the only buffer on frame.
24018 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24020         * loadup.el (top-level): Load window before files for the sake
24021         of replace-buffer-in-windows.
24023         * files.el (read-buffer-to-switch)
24024         (switch-to-buffer-other-window)
24025         (switch-to-buffer-other-frame, display-buffer-other-frame):
24026         Move to window.el.
24028         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24029         (previous-buffer): Move to window.el.
24031         * bindings.el (unbury-buffer): Move to window.el.
24033         * window.el (delete-other-windows-vertically): Move after
24034         definition of delete-other-windows.
24035         (other-window, delete-windows-on, replace-buffer-in-windows):
24036         Move here from window.c.
24037         (record-window-buffer, unrecord-window-buffer)
24038         (set-window-buffer-start-and-point, switch-to-prev-buffer)
24039         (switch-to-next-buffer): New functions.
24040         (get-next-valid-buffer, last-buffer, next-buffer): Move here
24041         from simple.el.  Call switch-to-next-buffer.
24042         (previous-buffer): Move here from simple.el.
24043         Call switch-to-prev-buffer.
24044         (bury-buffer): Move here from buffer.c.  Switch to previous
24045         buffer when window cannot be deleted.
24046         (unbury-buffer): Move here from bindings.el.
24047         (ctl-x-map): Move binding for other-window from window.c to
24048         here.
24049         (read-buffer-to-switch, switch-to-buffer-other-window)
24050         (switch-to-buffer-other-frame): Move here from files.el.
24051         (normalize-buffer-to-switch-to): New functions.
24052         (switch-to-buffer): Move here from buffer.c.
24053         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24055 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
24057         * window.el (window-min-height, window-min-width): Move here
24058         from window.c.  Add defcustoms and rewrite doc-strings.
24059         (resize-mini-window, resize-window): New functions.
24060         (adjust-window-trailing-edge, enlarge-window, shrink-window):
24061         Move here from window.c.
24062         (maximize-window, minimize-window): New functions.
24063         (delete-window, delete-other-windows, split-window): Move here
24064         from window.c.
24065         (window-split-min-size): New function.
24066         (split-window-keep-point): Mention split-window-above-each-other
24067         instead of split-window-vertically.
24068         (split-window-above-each-other, split-window-vertically):
24069         Rename split-window-vertically to split-window-above-each-other
24070         and provide defalias for old definition.
24071         (split-window-side-by-side, split-window-horizontally):
24072         Rename split-window-horizontally to split-window-side-by-side
24073         and provide defalias for the old definition.
24074         (ctl-x-map): Move bindings for delete-window,
24075         delete-other-windows and enlarge-window here from window.c.
24076         Replace bindings for split-window-vertically and
24077         split-window-horizontally by bindings for
24078         split-window-above-each-other and split-window-side-by-side.
24080         * cus-start.el (all): Remove entries for window-min-height and
24081         window-min-width.  Add entries for window-splits and
24082         window-nest.
24084 2011-06-09  Glenn Morris  <rgm@gnu.org>
24086         * calendar/appt.el (appt-mode-line): New function.
24087         (appt-check, appt-disp-window): Use it.
24089         * files.el (hack-one-local-variable-eval-safep):
24090         Allow minor-modes with explicit +/-1 arguments.
24092 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
24094         * term/xterm.el (xterm): Add defgroup.
24095         (xterm-extra-capabilities): Add defcustom to supply known xterm
24096         capabilities, skip querying them, or query them (default).
24097         (terminal-init-xterm): Use it.
24098         (terminal-init-xterm-modify-other-keys): New function to set up
24099         modifyOtherKeys support to simplify `terminal-init-xterm'.
24101 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
24103         * window.el (resize-window-reset, resize-window-reset-1)
24104         (resize-subwindows-skip-p, resize-subwindows-normal)
24105         (resize-subwindows, resize-other-windows, resize-this-window)
24106         (resize-root-window, resize-root-window-vertically)
24107         (window-deletable-p, window-or-subwindow-p)
24108         (frame-root-window-p): New functions.
24110 2011-06-09  Glenn Morris  <rgm@gnu.org>
24112         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24113         (ange-ftp-get-files): Use it.
24115 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
24117         * mail/sendmail.el (mail-recover-1, mail-recover):
24118         * files.el (recover-file, recover-session):
24119         Handle dired-listing-switches not being just a single short option.
24121 2011-06-09  Glenn Morris  <rgm@gnu.org>
24123         * calendar/appt.el (appt-display-message, appt-disp-window):
24124         Handle lists of appointments.
24126 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24128         * window.el (one-window-p): Move down in code.
24129         Rewrite doc-string.
24130         (window-current-scroll-bars): Rewrite doc-string.
24131         Normalize live window argument.
24132         (walk-windows, get-window-with-predicate, count-windows):
24133         Rewrite doc-string.  Use window-list-1.
24134         (window-in-direction-2, window-in-direction, get-mru-window):
24135         New functions.
24137 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
24139         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24140         Doc fix (Bug#8713).
24142 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
24144         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24146 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
24148         * loadhist.el (unload-feature-special-hooks):
24149         Add `comint-output-filter-functions'.
24151 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
24153         * calendar/appt.el (appt-check): Move some initializations into the let.
24155 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
24157         * window.el (window-height): Defalias to window-total-height.
24158         (window-width): Defalias to window-body-width.
24160 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
24162         * image-mode.el (image-toggle-animation): New command.
24163         (image-mode-map): Bind it to RET.
24164         (image-mode): Update message.
24165         (image-toggle-display-image): Avoid a spurious cache flush.
24166         (image-transform-rotation): Doc fix.
24167         (image-transform-properties): Return quickly in the normal case.
24168         (image-animate-loop): Rename from image-animate-max-time.
24170         * image.el (image-animate-max-time): Move to image-mode.el.
24171         (create-animated-image): Remove unnecessary function.
24172         (image-animate): Rename from image-animate-start.  New arg.
24173         (image-animate-stop): Remove; just use image-animate-timer.
24174         (image-animate-timer): Use car-safe.
24175         (image-animate-timeout): Rename argument.
24177 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
24179         * window.el (get-lru-window, get-largest-window): Move here from
24180         window.c.  Rename first argument to ALL-FRAMES.
24181         Rephrase doc-strings.
24182         (get-buffer-window-list): Rewrite using window-list-1.
24183         Rephrase doc-string.
24184         (window-safe-min-height, window-safe-min-width): New constants.
24185         (window-size-ignore, window-min-size, window-min-size-1)
24186         (window-sizable, window-sizable-p, window-size-fixed-1)
24187         (window-size-fixed-p, window-min-delta-1, window-min-delta)
24188         (window-max-delta-1, window-max-delta, window-resizable)
24189         (window-resizable-p, window-total-height, window-total-width)
24190         (window-body-width): New functions.
24191         (window-full-height-p, window-full-width-p): Rewrite using
24192         window-total-size.
24193         (window-body-height): Rewrite using window-body-size.
24195 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
24197         * window.el (window-right, window-left, window-child)
24198         (window-child-count, window-last-child, window-any-p)
24199         (normalize-live-buffer, normalize-live-frame)
24200         (normalize-any-window, normalize-live-window)
24201         (window-iso-combination-p, window-iso-combined-p)
24202         (window-iso-combinations)
24203         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24204         (windows-with-parameter, window-with-parameter)
24205         (window-atom-root, make-window-atom, window-atom-check-1)
24206         (window-atom-check, window-side-check, window-check):
24207         New functions.
24208         (ignore-window-parameters, window-sides, window-sides-vertical)
24209         (window-sides-slots): New variables.
24210         (window-size-fixed): Move down in code.  Minor doc-string fix.
24212 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
24214         * comint.el (comint-dynamic-complete-as-filename)
24215         (comint-dynamic-complete-filename): Correctly call
24216         completion-in-region.
24218 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24220         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24221         in last change.
24223 2011-06-05  Deniz Dogan  <deniz@dogan.se>
24225         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24226         (rcirc): Use it to prompt for encryption.
24228 2011-06-05  Roland Winkler  <winkler@gnu.org>
24230         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24231         (bibtex-search-entries): New command bound to C-c C-a.
24232         (bibtex-display-entries): New function.
24234 2011-06-05  Roland Winkler  <winkler@gnu.org>
24236         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24237         (bibtex-insert-kill): After yanking insert newline if necessary.
24238         (bibtex-initialize): Call bibtex-string-files-init only once.
24239         (bibtex-mode): Do not call easy-menu-add.
24240         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24241         (bibtex-yank): Set arg properly if nil.
24243 2011-06-05  Roland Winkler  <winkler@gnu.org>
24245         * textmodes/bibtex.el (bibtex-search-entry-globally):
24246         New variable.
24247         (bibtex-search-entry): Use it.
24249 2011-06-05  Roland Winkler  <winkler@gnu.org>
24251         * textmodes/bibtex.el (bibtex-entry-format): New option
24252         sort-fields.
24253         (bibtex-format-entry, bibtex-reformat): Honor this option.
24254         (bibtex-parse-entry): Return fields in proper order.
24256 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
24258         * doc-view.el (doc-view-remove-if): Move computation of result out
24259         of `dolist' to silence misleading lexical-binding warning.
24261 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
24263         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24264         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24266 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24268         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24269         "SunOS 5.10".
24271 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
24273         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24274         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24275         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24276         (tramp-parse-putty):
24277         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24278         (tramp-completion-function-alist-ssh)
24279         (tramp-completion-function-alist-telnet)
24280         (tramp-completion-function-alist-su)
24281         (tramp-completion-function-alist-putty): Set `tramp-autoload'
24282         cookie.
24284         * net/tramp-ftp.el:
24285         * net/tramp-sh.el:
24286         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24287         load "tramp.el" `tramp-set-completion-function'.
24289 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24291         * shell.el: Require and use pcomplete.
24292         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24293         (shell-completion-vars): Set pcomplete-default-completion-function.
24295 2011-06-04  Deniz Dogan  <deniz@dogan.se>
24297         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24298         `memq' (Bug#8799).
24300 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24302         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24304 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
24306         * bs.el (bs--mark-unmark, bs--nth-wrapper):
24307         * mpc.el (mpc-select-extend, mpc-songpointer-context):
24308         * vc/log-view.el (log-view-beginning-of-defun):
24309         * vc/smerge-mode.el (smerge-apply-resolution-patch)
24310         (smerge-refine-forward, smerge-refine-chopup-region):
24311         Silence warning for unused `dotimes' counter variables.
24313 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24315         * net/tramp.el (tramp-with-progress-reporter): Rename from
24316         with-progress-reporter.  Use `declare'.
24317         * net/tramp-smb.el:
24318         * net/tramp-sh.el:
24319         * net/tramp-gvfs.el: Update all uses.
24321 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
24323         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24324         buffer isn't killed before making it current.
24326 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24328         Silence various byte-compiler warnings.
24329         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24330         `access-type' and new obsolescence format.
24331         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24332         new format.
24333         (byte-compile-check-variable): New `access-type' argument.
24334         Only warn if the access-type is obsolete.
24335         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24336         (byte-compile-variable-set): Adjust callers.
24337         * help-fns.el (describe-variable): Adjust to new obsolescence format.
24338         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24339         setting it as obsolete.
24340         * simple.el (minibuffer-completing-symbol):
24341         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24342         access as obsolete.
24343         * minibuffer.el (minibuffer-completing-file-name): Don't make it
24344         obsolete yet.
24345         * international/quail.el (quail-mouse-choose-completion): Remove unused
24346         code referring to obsolete var.
24347         (quail-choose-completion-string): Remove.
24348         * server.el (server-clients-with, server-kill-buffer-query-function)
24349         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24350         * proced.el (proced-send-signal):
24351         * emacs-lisp/lisp.el (lisp-complete-symbol):
24352         Replace completion-annotate-function with completion-extra-properties.
24354 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24356         * simple.el (goto-line): Use read-number.
24357         (overriding-map-is-bound): Remove.
24358         (saved-overriding-map): Change default.
24359         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24360         Take the map as argument.
24361         (universal-argument, negative-argument, digit-argument): Use it.
24362         (restore-overriding-map): Adjust.
24363         (do-auto-fill): Use fill-forward-paragraph.
24364         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24366         * minibuffer.el (minibuffer-inactive-mode-map): New var.
24367         (minibuffer-inactive-mode): New major mode.
24368         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24369         the *Messages* buffer" hack.
24370         (mouse-popup-menubar): Don't burp if the event is a normal key.
24372         Miscellaneous tweaks.
24373         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24374         lexical scoping as in subr.el's dolist and dotimes.
24375         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24376         Silence compiler warning.
24377         * thingatpt.el (forward-whitespace): Trivial coding style fix.
24378         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24379         * international/ccl.el (ccl-compile): Trivial simplification.
24380         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24381         * emacs-lisp/testcover.el (testcover-end): Remove spurious
24382         `printflag' argument.
24383         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24384         Purecopy the whole obsolescence data.
24386 2011-06-01  Leo Liu  <sdl.web@gmail.com>
24388         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24389         improve doc-string as suggested by Marco Pessotto
24390         <melmothx@gmail.com>.
24391         (rcirc-print): Fix last change.
24393 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24395         * minibuffer.el (complete-with-action): Return nil for the metadata and
24396         boundaries of non-functional tables.
24397         (completion-table-dynamic): Return nil for the metadata.
24398         (completion-table-with-terminator): Add default case, using
24399         complete-with-action.
24400         (completion--metadata): New function.
24401         (completion-all-sorted-completions, minibuffer-completion-help): Use it
24402         to try and avoid pathological performance problems.
24403         (completion--embedded-envvar-table): Return `category' metadata.
24405 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24407         * subr.el (process-alive-p): New tiny convenience function.
24409 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24411         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24412         content but also its previous major mode.
24414 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
24416         * emacs-lisp/debug.el (debug): Restore the previous content of the
24417         *Backtrace* buffer when we exit with C-M-c.
24419 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24421         * minibuffer.el: Add metadata method to completion tables.
24422         (completion-category-overrides): New defcustom.
24423         (completion-metadata, completion--field-metadata)
24424         (completion-metadata-get, completion--styles)
24425         (completion--cycle-threshold): New functions.
24426         (completion-try-completion, completion-all-completions):
24427         Add `metadata' argument to choose completion-styles.
24428         (completion--do-completion): Use metadata to choose cycling.
24429         (completion-all-sorted-completions): Use metadata for sorting.
24430         Remove :completion-cycle-penalty which is not needed any more.
24431         (completion--try-word-completion): Add `metadata' argument.
24432         (minibuffer-completion-help): Check metadata for annotation function
24433         and sorting.
24434         (completion-file-name-table): Return `category' metadata.
24435         (minibuffer-completing-file-name): Make obsolete.
24436         * simple.el (minibuffer-completing-symbol): Make obsolete.
24437         * icomplete.el (icomplete-completions): Pass new `metadata' param to
24438         completion-try-completion.
24440 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24442         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24444 2011-05-30  Leo Liu  <sdl.web@gmail.com>
24446         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24447         (rcirc-print): Decode all incoming messages (bug#8744).
24448         (rcirc-decode-coding-system): Allow value nil for automatic coding
24449         system detection.
24451 2011-06-01  Glenn Morris  <rgm@gnu.org>
24453         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24455 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24457         * image.el (image-animate-max-time): Allow nil and t values.
24458         Default to nil.
24459         (create-animated-image): Doc fix.
24460         (image-animate-start): Remove second arg; just use
24461         image-animate-max-time.
24462         (image-animate-timeout): Doc fix.  Args changed.
24464         * image-mode.el (image-toggle-display-image): Ensure that the
24465         image spec passed to the animate timer is the same object as in
24466         the buffer's display property (Bug#6981).
24467         (image-transform-properties): Doc fix.
24469         * image.el (image-animate-max-time): Default to nil.
24471 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
24473         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24474         entire buffer list (Bug#8184).
24476 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24478         * image.el (imagemagick-types-inhibit)
24479         (imagemagick-register-types): Doc fix.
24481 2011-05-29  Deniz Dogan  <deniz@dogan.se>
24483         * net/rcirc.el (rcirc): Use the user's stored encryption method by
24484         default.
24486 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
24488         * select.el: Don't perform clipboard-manager saving in hooks;
24489         leave the hooks empty.
24491 2011-05-28  Leo Liu  <sdl.web@gmail.com>
24493         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24494         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
24495         (occur-edit-mode): New major mode (Bug#8463).
24496         (occur-after-change-function): New function.
24497         (occur-engine): Give Occur tags a read-only property.
24499 2011-05-28  Kevin Ryde  <user42@zip.com.au>
24501         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24503 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24505         * bindings.el (help-echo): Make the initial non-indicator dash
24506         empty on graphical terminals (Bug#7295).
24508         * files.el (auto-mode-alist): Move config rule after the
24509         in-stripping one (Bug#8547).
24511         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24513         * startup.el (normal-splash-screen): Remove gratuitous mode-line
24514         setting (Bug#8740).
24516 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
24518         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24519         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24520         (Bug#8539).
24522 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24524         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24526 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
24528         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24529         (hs-hide-block-at-point, hs-find-block-beginning)
24530         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24531         (Bug#8279).
24533 2011-05-28  Glenn Morris  <rgm@gnu.org>
24535         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
24537 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
24539         * help-fns.el (describe-function-1): If the function is a derived
24540         major mode, print the parent mode.
24542         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24543         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24545 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24547         * minibuffer.el (completion--capf-wrapper): Check applicability before
24548         returning non-nil for non-exclusive completion data.
24549         * progmodes/etags.el (tags-completion-at-point-function):
24550         * info-look.el (info-lookup-completions-at-point): Mark as
24551         non-exclusive.
24552         (info-complete): Adjust accordingly.
24554         * info-look.el: Convert to lexical-binding and completion-at-point.
24555         (info-lookup-completions-at-point): New function.
24556         (info-complete): Use it and completion-in-region.
24558 2011-05-28  Drew Adams  <drew.adams@oracle.com>
24560         * isearch.el: Let M-e start with point at the first mismatched char.
24561         (isearch-fail-pos): New function.
24562         (isearch-edit-string): Use it.
24564 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24566         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24568 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
24570         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
24571         traversal functions for avl-trees.
24572         (avl-tree--stack): New struct.
24573         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24574         (avl-tree-enter): Add optional `updatefun' arg.
24575         (avl-tree--do-enter): Add optional `updatefun' arg.
24576         Change return value.
24577         (avl-tree-delete): Add optional `test' and `nilflag' args.
24578         (avl-tree--do-delete): Add `test' and `nilflag' args.
24579         Change return value.
24580         (avl-tree-member): Add optional `nilflag'
24581         (avl-tree-member-p): New function.
24582         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24583         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24584         (avl-tree-stack-empty-p): New functions.
24586         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24587         avl-tree--del-balance1 and make it work both ways.
24588         (avl-tree--del-balance2): Remove.
24589         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24590         make it work both ways.
24591         (avl-tree--enter-balance2): Remove.
24592         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24593         New macros.
24594         (avl-tree--mapc, avl-tree-map): Add direction argument.
24596 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
24598         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24600 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
24602         * select.el: Support clipboard managers with built-in function
24603         x-clipboard-manager-save, via delete-frame-functions and
24604         kill-emacs-hook.
24605         (xselect-convert-to-targets): Add MULTIPLE target to list.
24606         (xselect-convert-to-save-targets): New function.
24608 2011-05-27  Kenichi Handa  <handa@m17n.org>
24610         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24611         let-binding rfc2047-encode-encoded-words to nil.
24613 2011-05-27  Glenn Morris  <rgm@gnu.org>
24615         * mail/emacsbug.el: Don't require url-util.
24617         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
24619         * files.el (set-auto-mode):
24620         Also respect mode: entries at the end of the file.  (Bug#8586)
24622 2011-05-26  Glenn Morris  <rgm@gnu.org>
24624         * files.el (hack-local-variables-prop-line, hack-local-variables):
24625         Downcase mode names, as seems to be traditional.
24626         (hack-local-variables, hack-local-variables-apply): Doc fixes.
24628         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24629         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
24631 2011-05-25  Julien Danjou  <julien@danjou.info>
24633         * textmodes/rst.el (rst-define-level-faces): Do not define face
24634         symbol if it is already defined.
24636 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24638         * play/5x5.el (5x5-new-game, 5x5-randomize):
24639         Reset 5x5-solver-output to nil when a new grid is cast.
24640         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24641         these debugging traces, as defmacro breaks the compiled code.
24643 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
24645         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24647 2011-05-24  Leo Liu  <sdl.web@gmail.com>
24649         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24650         (vc-bzr-sha1): Adapt.
24652         * sha1.el: Remove.  Function `sha1' is now builtin.
24654         * bindings.el: Provide sha1 feature.
24656 2011-05-24  Kenichi Handa  <handa@m17n.org>
24658         * mail/sendmail.el: Require `rfc2047'.
24659         (mail-insert-from-field): Do not perform RFC2047 encoding.
24660         (mail-encode-header): New function.
24661         (sendmail-send-it): Set buffer-file-coding-system of the work
24662         buffer to the return value of select-message-coding-system.
24663         Call mail-encode-header.
24665         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24667 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
24669         * mail/supercite.el (sc-default-cite-frame):
24670         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24672 2011-05-24  Glenn Morris  <rgm@gnu.org>
24674         * progmodes/python.el (brm-menu): Declare.
24676         * emulation/viper.el (viper-set-hooks): Declare.
24678         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24679         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24680         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24681         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24682         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24683         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24685 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24687         Add an :exit-function for completion-at-point.
24689         * minibuffer.el (completion--done): New fun.
24690         (completion--do-completion): Use it.  New arg `expect-exact'.
24691         (minibuffer-complete, minibuffer-complete-word): Don't output message,
24692         since completion--do-completion does it for us now.
24693         (minibuffer-force-complete): Use completion--done and
24694         completion--replace.  Handle sole-completion case with more care.
24695         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24696         (completion-extra-properties): New var.
24697         (completion-annotate-function): Make obsolete.
24698         (minibuffer-completion-help): Adjust accordingly.
24699         Use completion-list-insert-choice-function.
24700         (completion-at-point, completion-help-at-point):
24701         Bind completion-extra-properties.
24702         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24703         * simple.el (completion-list-insert-choice-function): New var.
24704         (completion-setup-function): Preserve it.
24705         (choose-completion): Pay attention to it, shuffle the code a bit.
24706         (choose-completion-string): New arg `insert-function'.
24708         * textmodes/bibtex.el: Convert to lexical binding.
24709         (bibtex-mode-map): Use completion-at-point.
24710         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24711         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24712         (bibtex-complete): Define as obsolete alias.
24713         (bibtex-complete-internal): Remove.
24714         (bibtex-format-entry): Remove unused sub-group in regexp.
24715         * shell.el (shell--command-completion-data)
24716         (shell-environment-variable-completion):
24717         * pcomplete.el (pcomplete-completions-at-point):
24718         * comint.el (comint--complete-file-name-data): Use :exit-function
24719         instead of completion-table-with-terminator so it also works for
24720         choose-completion.
24722 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24724         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24726         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24727         (bug#8710).
24729         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24731 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
24733         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24734         customization variable and implement: If non-nil, auto-fill will
24735         be inhibited while on topic's header line.
24737 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24739         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24740         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
24741         always have a solution in grid size = 5 cases.
24742         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24743         (5x5-solver-output, 5x5-log-buffer): New vars.
24744         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24745         Make these variables buffer local to achieve 5x5 multi-session-ness.
24746         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24747         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24748         (5x5-solve-suggest): New funs.
24749         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24750         randomize a grid so that we ensure that there is always a solution.
24751         (5x5-make-random-grid): Allow other movement than flipping.
24753 2011-05-23  Kevin Ryde  <user42@zip.com.au>
24755         * emacs-lisp/advice.el (ad-read-advised-function):
24756         Use `function-called-at-point' as the default, if it has
24757         advice and passes PREDICATE.
24759 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24761         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24762         byte-compile-lambda if it's actually a lambda.
24764         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24765         Fix function quoting.  Use backquote better.
24767 2011-05-22  Yuanle Song  <sylecn@gmail.com>
24769         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24770         matching (Bug#8516).
24772 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
24774         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24775         different face (Bug#8178).
24777 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
24779         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24780         defface (Bug#8144).
24782 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24784         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24785         funcall as well (bug#8712).  Warn when performing those conversions.
24786         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24788         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24790 2011-05-22  Glenn Morris  <rgm@gnu.org>
24792         * files.el (hack-local-variables-prop-line): Small simplifications.
24793         (hack-local-variables, hack-local-variables-prop-line):
24794         If MODE-ONLY, return the mode, rather than just `t'.
24796 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24798         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24800 2011-05-21  Glenn Morris  <rgm@gnu.org>
24802         * files.el (hack-local-variables-prop-line, hack-local-variables):
24803         If only interested in the mode, don't bother doing the other stuff.
24805         * image-mode.el (image-after-revert-hook):
24806         Redraw all frames on which the image is visible.  (Bug#8567)
24808         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
24810         * wid-edit.el (widget-checklist-match-inline):
24811         Fix 2011-04-19 change.  (Bug#8649)
24813 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24815         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24816         Also allow singlespace after single-letter capitals followed by a dot.
24818         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24819         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24821 2011-05-20  Nix  <nix@esperi.org.uk>
24823         * files.el (basic-save-buffer-2):
24824         Fix handling of break-hardlink-on-save with non-existent files.
24826 2011-05-19  Deniz Dogan  <deniz@dogan.se>
24828         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24829         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24831 2011-05-19  Glenn Morris  <rgm@gnu.org>
24833         * progmodes/f90.el (f90-type-def-re):
24834         Handle "type, bind(c)".  (Bug#8691)
24836         * emacs-lisp/autoload.el (batch-update-autoloads):
24837         Set autoload-excludes by parsing loadup.el rather than Makefiles.
24839 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
24841         * net/tramp.el (tramp-process-actions): Set "first-password-request"
24842         property for the correct connection in case of multihops.
24844 2011-05-18  Glenn Morris  <rgm@gnu.org>
24846         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24847         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24849         Rationalize calendar handling of day and month abbrev-arrays.
24850         * calendar/calendar.el (calendar-customized-p): New function.
24851         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24852         (calendar-day-name-array, calendar-month-name-array): Doc fix.
24853         Add :set function.
24854         (calendar-abbrev-length, calendar-day-abbrev-array)
24855         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24856         (calendar-day-abbrev-array, calendar-month-abbrev-array):
24857         Elements may no longer be nil.
24858         (calendar-day-name, calendar-month-name):
24859         Update for changed nature of abbrev arrays.
24860         * calendar/diary-lib.el (diary-name-pattern):
24861         Update for changed nature of abbrev arrays.
24862         (diary-mark-entries-1): Update calendar-make-alist calls.
24863         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24864         * calendar/cal-html.el (cal-html-day-abbrev-array):
24865         Simply inherit from calendar-day-abbrev-array.
24867 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24869         * progmodes/grep.el (grep-mode): Disable default
24870         compilation-directory-matcher setting (bug#8684).
24872 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
24874         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24875         instead of "head" and "tail".  There were problems with SunOS 5.9,
24876         and it performs better.
24878 2011-05-17  Glenn Morris  <rgm@gnu.org>
24880         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24882         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24883         Replace obsolete function.
24885         * shell.el (pcomplete-parse-arguments-function): Declare.
24887         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24888         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24889         (appt-check): Doc fixes.
24890         (appt-disp-window-function, appt-delete-window-function):
24891         Remove needless special case in custom :type.
24892         (appt-display-count): Default to 0, not nil.
24893         (appt-check): Reset appt-display-count to 0, not nil.
24895 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
24897         * progmodes/python.el (python-font-lock-keywords):
24898         Add the Python 3.X keyword "nonlocal" (bug#8639).
24900 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24902         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24904 2011-05-16  Kevin Ryde  <user42@zip.com.au>
24906         * info-look.el (makefile-automake-mode): New setups, looking in
24907         automake manual, then makefile-mode.
24908         (makefile-mode): Remove automake manual, have it just in
24909         makefile-automake-mode since there's various things different or
24910         not relevant to plain make.
24911         (makefile-mode): Remove "other-modes" non-existent automake-mode,
24912         believe a hypothetical automake-mode would go to makefile-mode,
24913         not the other way around.
24915 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
24917         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24918         hunk-end tags (Bug#8672).
24920         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24921         vc-annotate-show-diff-revision-at-line (Bug#8671).
24923 2011-05-14  Glenn Morris  <rgm@gnu.org>
24925         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24926         in the middle of an existing one with multiple authors.  (Bug#8645)
24927         (change-log-font-lock-keywords): Also handle multiple author lines
24928         with leading tabs.  (Bug#8644)
24930         * calendar/appt.el (appt-check): Rename some local variables.
24931         Some simplification/reordering.
24933         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24934         (feedmail-sendmail-f-doesnt-sell-me-out)
24935         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24936         (feedmail-debug-sit-for, feedmail-queue-express-hook)
24937         (feedmail-queue-runner-message-sender): Set :version.
24938         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24939         (bbdb-dwim-net-address, vm-mail): Declare.
24940         (feedmail-binmail-gnulinuxish-template):
24941         Rename from feedmail-binmail-linuxish-template.
24942         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24943         Use insert-buffer-substring.
24945 2011-05-14  Bill Carpenter  <bill@carpenter.org>
24947         * mail/feedmail.el (feedmail-patch-level): Increase.
24948         (feedmail-debug): New custom group.
24949         (feedmail-confirm-outgoing-timeout)
24950         (feedmail-sendmail-f-doesnt-sell-me-out)
24951         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24952         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24953         (feedmail-sender-line, feedmail-from-line)
24954         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24955         (feedmail-spray-this-address)
24956         (feedmail-spray-address-fiddle-plex-list)
24957         (feedmail-queue-use-send-time-for-date)
24958         (feedmail-queue-use-send-time-for-message-id)
24959         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24960         (feedmail-buffer-eating-function):
24961         Doc fixes.
24962         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24963         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24964         (feedmail-message-action-scroll-down): New functions.
24965         (feedmail-queue-directory, feedmail-queue-draft-directory):
24966         Use expand-file-name.
24967         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24968         Remove C-v help entry.
24969         (feedmail-queue-buffer-file-name): New variable.
24970         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24971         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24972         (feedmail-message-action-send-strong, feedmail-message-action-edit)
24973         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24974         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24975         (feedmail-message-action-toggle-spray)
24976         (feedmail-run-the-queue-no-prompts)
24977         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24978         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24979         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24980         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24981         (feedmail-envelope-deducer, feedmail-fiddle-from)
24982         (feedmail-fiddle-sender, feedmail-default-date-generator)
24983         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24984         (feedmail-fiddle-spray-address)
24985         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24986         (feedmail-fiddle-list-of-fiddle-plexes)
24987         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24988         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24989         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24990         Change default.  Doc fix.
24991         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24992         (feedmail-binmail-linuxish-template): New constant.
24993         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24994         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24995         (feedmail-send-it): Add debug call.
24996         Use feedmail-queue-buffer-file-name, and
24997         feedmail-send-it-immediately-wrapper.
24998         (feedmail-message-action-send): Add debug call.
24999         Use feedmail-send-it-immediately-wrapper.
25000         (feedmail-queue-express-to-queue): Add debug call.
25001         Run feedmail-queue-express-hook.
25002         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
25003         (feedmail-message-action-help-blat):
25004         Rename from feedmail-queue-send-edit-prompt-help-first.
25005         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
25006         Check line-endings.  Handle errors better.
25007         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25008         Doc fix.  Add debug call.
25009         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
25010         Use feedmail-queue-send-edit-prompt-inner.
25011         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25012         (feedmail-queue-send-edit-prompt-inner): New function, extracted
25013         from feedmail-queue-send-edit-prompt.
25014         (feedmail-queue-send-edit-prompt-help)
25015         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25016         (feedmail-tidy-up-slug): Add debug call.
25017         Respect feedmail-queue-slug-suspect-regexp.
25018         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25019         (feedmail-dump-message-to-queue): Add debug call.
25020         Expand queue-directory.
25021         (feedmail-dump-message-to-queue): Change message slightly.
25022         Use feedmail-say-chatter.
25023         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
25024         (feedmail-send-it-immediately-wrapper): New function.
25025         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
25026         Insert empty string rather than newline.  Handle full-frame case.
25027         Use catch/throw.  Use feedmail-say-chatter.
25028         (feedmail-fiddle-from): Try mail-host-address.
25029         (feedmail-default-message-id-generator): Doc fix.
25030         Bind system-time-locale.  Handle missing end.
25031         (feedmail-fiddle-x-mailer): Add debug call.
25032         Handle feedmail-x-mailer-line being nil.
25033         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25034         Add debug call.  Use buffer-substring-no-properties.
25035         (feedmail-say-debug, feedmail-say-chatter): New functions.
25036         (feedmail-find-eoh): Give an explicit error.
25038 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
25040         * net/newst-treeview.el (newsticker-treeview-face): Change default
25041         family from helvetica to sans.
25042         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25043         etc/images/newsticker.
25045         * net/newst-reader.el (newsticker-feed-face): Change default
25046         family from helvetica to sans.
25048         * net/newst-plainview.el (newsticker-new-item-face)
25049         (newsticker-old-item-face, newsticker-immortal-item-face)
25050         (newsticker-obsolete-item-face, newsticker-date-face)
25051         (newsticker-statistics-face): Change default family from
25052         helvetica to sans.
25053         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25054         etc/images/newsticker.
25056         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25057         (newsticker--process-auto-mark-filter-match): Tell user about
25058         auto-marking.
25060 2011-05-13  Didier Verna  <didier@xemacs.org>
25062         Common Lisp indentation improvements on defmethod and lambda-lists.
25063         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25064         TODO entries.
25065         (lisp-lambda-list-keyword-parameter-indentation)
25066         (lisp-lambda-list-keyword-parameter-alignment)
25067         (lisp-lambda-list-keyword-alignment): New customizable user options.
25068         (lisp-indent-defun-method): Improve docstring.
25069         (extended-loop-p): Fix comment.
25070         (lisp-indent-lambda-list-keywords-regexp): New variable.
25071         (lisp-indent-lambda-list): New function.
25072         (lisp-indent-259): Use it.
25073         (lisp-indent-defmethod): Support for more than one
25074         method qualifier and properly indent methods lambda-lists.
25075         (defgeneric): Provide a missing common-lisp-indent-function property.
25077 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25079         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25080         bounds for the empty string (bug#8667).
25082 2011-05-13  Glenn Morris  <rgm@gnu.org>
25084         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25086         * mail/sendmail.el (sendmail-program): Try executable-find first.
25087         (sendmail-send-it): `sendmail-program' cannot be unbound.
25089         * calendar/appt.el (appt-make-list): Simplify.
25090         (appt-time-msg-list): Doc fix.
25091         (appt-check): Change mode-line message at the time of the appointment.
25093 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
25095         * progmodes/ld-script.el (ld-script-keywords)
25096         (ld-script-builtins): Update keywords list.
25098 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25100         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25102         * shell.el (shell-completion-vars): New function.
25103         (shell-mode):
25104         * simple.el (read-shell-command): Use it.
25105         (blink-matching-open): No need for " [...]" in minibuffer-message.
25107 2011-05-12  Glenn Morris  <rgm@gnu.org>
25109         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25110         (appt-check): Simplify.
25112 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
25114         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25115         literal "/dev/null".
25117 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25119         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25120         Fix typo.
25122 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
25124         * progmodes/which-func.el (which-function):
25125         Use add-log-current-defun instead of add-log-current-defun-function,
25126         which might not be defined (Bug#8260).
25128 2011-05-12  Glenn Morris  <rgm@gnu.org>
25130         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25131         Let byte-compile-initial-macro-environment always take precedence.
25133 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25135         * net/rcirc.el: Add support for SSL/TLS connections.
25136         (rcirc-server-alist): New field `encryption'.
25137         (rcirc): Check `encryption' settings.
25138         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
25139         Merge make-local-variable into `set'.
25140         (rcirc--connection-open-p): New function.
25141         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25142         the process is not a network process (e.g. running gnutls-cli).
25143         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25144         Make rcirc-(en|de)code-coding-system local here.
25145         (rcirc-mode): Merge make-local-variable into `set'.
25146         (rcirc-parent-buffer): Make permanent buffer-local.
25147         (rcirc-multiline-minor-mode): Don't do it here.
25148         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25149         there's no server buffer.
25151 2011-05-11  Glenn Morris  <rgm@gnu.org>
25153         * newcomment.el (comment-kill): Prefix "unused" local.
25155         * term/w32console.el (get-screen-color): Declare.
25157         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25158         Handle symbol elements of byte-compile-initial-macro-environment.
25160 2011-05-10  Leo Liu  <sdl.web@gmail.com>
25162         * bookmark.el (bookmark-bmenu-mode-map):
25163         Bind bookmark-bmenu-search to `/'.
25165         * mail/footnote.el: Convert to utf-8 encoding.
25166         (footnote-unicode-string, footnote-unicode-regexp): New variable.
25167         (Footnote-unicode): New function.
25168         (footnote-style-alist): Add unicode style to the list.
25169         (footnote-style): Doc fix.
25171 2011-05-10  Jim Meyering  <meyering@redhat.com>
25173         Fix doubled-word typos.
25174         * international/quail.el (quail-insert-kbd-layout): and and -> and
25175         * kermit.el: and and -> and
25176         * net/ldap.el (ldap-search-internal): to to -> to
25177         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25178         * progmodes/js.el (js-mode): and and -> and
25179         * textmodes/artist.el (artist-move-to-xy): at at -> at
25180         (artist-draw-region-trim-line-endings): if if -> if
25181         And Safetyc -> Safety.
25182         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25184 2011-05-10  Glenn Morris  <rgm@gnu.org>
25185             Stefan Monnier  <monnier@iro.umontreal.ca>
25187         * files.el (hack-one-local-variable-eval-safep):
25188         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
25190 2011-05-10  Glenn Morris  <rgm@gnu.org>
25192         * calendar/diary-lib.el (diary-list-entries-hook)
25193         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25194         (diary-nongregorian-marking-hook, diary-list-entries)
25195         (diary-include-other-diary-files, diary-mark-entries)
25196         (diary-mark-included-diary-files): Doc fixes.
25198 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25200         * misc.el: Require tabulated-list.el during compilation.
25202 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25204         * progmodes/compile.el (compilation-start):
25205         Run compilation-filter-hook for the async case too.
25206         (compilation-filter-hook): Doc fix.
25208 2011-05-09  Deniz Dogan  <deniz@dogan.se>
25210         * wdired.el: Remove outdated installation comment.  Fix usage
25211         comment.
25213 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
25215         * misc.el: Implement new command `list-dynamic-libraries'.
25216         (list-dynamic-libraries--loaded-only-p): New variable.
25217         (list-dynamic-libraries--refresh): New function.
25218         (list-dynamic-libraries): New command.
25220 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
25222         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25223         Fix the ant regexp to handle end-line and end-column info from jikes.
25224         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
25225         higher priority to avoid clobbering by gnu.
25227 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25229         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25230         if the face has existing theme settings (Bug#8454).
25232 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
25234         * progmodes/perl-mode.el (perl-imenu-generic-expression):
25235         Only match variables declared via `my' or `our' (Bug#8261).
25237         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25238         special file names `.' and `..' (Bug#8259).
25240 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
25242         * progmodes/grep.el (grep-mode-font-lock-keywords):
25243         Remove buffer-changing entries.
25244         (grep-filter): New function.
25245         (grep-mode): Add it to compilation-filter-hook.
25247         * progmodes/compile.el (compilation-filter-hook)
25248         (compilation-filter-start): New defvars.
25249         (compilation-filter): Call compilation-filter-hook prior to
25250         updating the process mark.
25252 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25254         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25256 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
25258         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25259         mailclient-send-it even if window-system is nil.  (Bug#8595)
25261         * term/w32console.el (terminal-init-w32console):
25262         Call get-screen-color and use its output to set the frame
25263         background-mode.  (Bug#8597)
25265 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25267         Make bytecomp.el understand that defmethod defines funs (bug#8631).
25268         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25269         New functions.
25270         (defgeneric, eieio--defmethod): Use them.
25271         (eieio-defgeneric): Remove.
25272         (defmethod): Call defgeneric in a way visible to the byte-compiler.
25274 2011-05-07  Glenn Morris  <rgm@gnu.org>
25276         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25277         Use let rather than let*.
25278         (timeclock-find-discrep): Remove unused local.
25280         * calendar/diary-lib.el (diary-comment-start): Doc fix.
25282         * calendar/appt.el (appt-time-msg-list): Doc fix.
25284 2011-05-06  Noah Friedman  <friedman@splode.com>
25286         * apropos.el (apropos-print-doc): Only use
25287         emacs-lisp-docstring-fill-column when it is bound to an integer,
25288         per that variable's documentation.
25290 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25292         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25293         and warnings are not silently discarded (e.g. use -d instead of -P).
25295 2011-05-06  Glenn Morris  <rgm@gnu.org>
25297         * calendar/appt.el (appt-message-warning-time): Doc fix.
25298         (appt-warning-time-regexp): New option.
25299         (appt-make-list): Respect appt-message-warning-time.
25301         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25302         New options.
25303         (diary-add-to-list): Strip comments from the displayed string.
25304         (diary-mode): Set comment-start and comment-end.
25306         * vc/diff-mode.el (smerge-refine-subst): Declare.
25307         (diff-refine-hunk): Don't require smerge-mode when compiling.
25309 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
25311         * simple.el (list-processes): Return nil as the docstring says.
25313 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25315         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25316         to "".
25317         (ange-ftp-write-region, ange-ftp-insert-file-contents)
25318         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25319         determining of binary transfer.  (Bug#7383)
25321 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
25323         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25324         Fix port computation bug.  (Bug#8618)
25326 2011-05-05  Glenn Morris  <rgm@gnu.org>
25328         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25330         * simple.el (shell-dynamic-complete-functions)
25331         (comint-dynamic-complete-functions): Declare.
25333         * net/network-stream.el (gnutls-negotiate):
25334         * simple.el (tabulated-list-print): Fix declarations.
25336         * progmodes/gud.el (syntax-symbol, syntax-point):
25337         Remove unnecessary and incorrect declarations.
25339         * emacs-lisp/check-declare.el (check-declare-scan):
25340         Handle byte-compile-initial-macro-environment in bytecomp.el.
25342 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25344         Fix earlier half-done eieio-defmethod change (bug#8338).
25345         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25346         Streamline and change calling convention.
25347         (defmethod): Adjust accordingly and simplify.
25348         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25349         new eieio--defmethod.
25350         (slot-boundp): Minor CSE simplification.
25352 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
25354         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25355         (glasses-make-readable): Use glasses-separate-capital-groups.
25357 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
25359         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25360         (warning-series): Doc fix.
25361         (display-warning): Don't try to create the buffer if we just found it.
25363 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
25365         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25366         (autoload-find-generated-file): New function.
25367         (generate-file-autoloads): Bind generated-autoload-file to
25368         buffer-file-name.
25369         (update-file-autoloads, update-directory-autoloads):
25370         Use autoload-find-generated-file.  If called interactively, prompt for
25371         output file (Bug#7989).
25372         (batch-update-autoloads): Doc fix.
25374 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
25376         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25378 2011-05-04  Glenn Morris  <rgm@gnu.org>
25380         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25381         function, so it follows changes in calendar-date-style.
25382         (diary-fancy-date-matcher): New function.
25383         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25384         (diary-fancy-font-lock-fontify-region-function):
25385         Use diary-fancy-date-pattern as a function.
25387         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25388         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
25390 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
25392         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25393         instead of positional arguments.  Allow :keylist and :crlfiles
25394         arguments.
25395         (open-gnutls-stream): Call it.
25397         * net/network-stream.el (network-stream-open-starttls): Adjust to
25398         call `gnutls-negotiate' with :process and :hostname arguments.
25400 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25402         * minibuffer.el (completion--message): New function.
25403         (completion--do-completion, minibuffer-complete)
25404         (minibuffer-force-complete, minibuffer-complete-word): Use it.
25405         (completion--do-completion): Don't ignore completion-auto-help when in
25406         icomplete-mode.
25408         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25409         internal encoding (e.g. tibetan zero is not whitespace).
25410         (global-whitespace-mode): Prefer save-current-buffer.
25411         (whitespace-trailing-regexp): Remove useless save-match-data.
25412         (whitespace-empty-at-bob-regexp): Minor simplification.
25414 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
25416         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25418 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
25420         * textmodes/ispell.el (ispell-add-per-file-word-list):
25421         Use `concat' to create string for insertion.
25423 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25425         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25426         Avoid open-line which runs post-self-insert-hook.
25427         (bibtex-fill-entry): Remove unused `end' var.
25429 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
25431         * textmodes/ispell.el (ispell-add-per-file-word-list):
25432         Protect against `nil' value of `comment-start' (Bug#8579).
25434 2011-05-03  Leo Liu  <sdl.web@gmail.com>
25436         * isearch.el (isearch-yank-pop): New command.
25437         (isearch-mode-map): Bind it to `M-y'.
25438         (isearch-forward): Mention it.
25440 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25442         * simple.el (minibuffer-complete-shell-command): Remove.
25443         (minibuffer-local-shell-command-map): Use completion-at-point.
25444         (read-shell-command): Setup completion vars here instead.
25445         (read-expression-map): Bind TAB to symbol completion.
25447         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25448         error directly rather via storing it into `results'.
25450 2011-05-02  Leo Liu  <sdl.web@gmail.com>
25452         * vc/diff.el: Fix description.
25454 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25456         * server.el (server-eval-at): New function.
25458 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25460         * net/network-stream.el (open-network-stream): Take a :nowait
25461         parameter and pass it on to `make-network-process'.
25462         (network-stream-open-plain): Ditto.
25464 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
25466         * faces.el (face-spec-set-match-display): Don't match toolkit
25467         options on terminal frames.
25469 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25471         * progmodes/pascal.el: Use lexical binding.
25472         (pascal-mode-map): Remove author preferences.
25474         * pcomplete.el (pcomplete-std-complete): Don't abuse
25475         completion-at-point.
25477 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25479         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25480         removing code that has been dead since 1991 or so.
25482         * startup.el (command-line): When warning about "_emacs", use a
25483         delayed warning to allow the user to filter it out.
25485 2011-04-28  Deniz Dogan  <deniz@dogan.se>
25487         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25488         user has not joined.
25490 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25492         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25493         aren't any completions at point.
25495 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
25497         * subr.el (display-delayed-warnings): New function.
25498         (delayed-warnings-hook): New variable.
25500 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25502         * minibuffer.el (completion-at-point, completion-help-at-point):
25503         Don't presume that a given completion-at-point-function will always
25504         use the same calling convention.
25506         * pcomplete.el (pcomplete-completions-at-point):
25507         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
25508         pcomplete-seen is non-nil.
25509         (pcomplete-comint-setup): Also recognize the new comint/shell
25510         completion functions.
25511         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25512         pcomplete-seen is non-nil.
25514 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
25516         * calendar/icalendar.el (diary-lib): Add require statement.
25517         (icalendar--create-uid): Read out a uid from a text-property on
25518         the first character in the entry.  This allows for code to add its
25519         own uid to the entry.
25520         (icalendar--convert-float-to-ical): Add export of
25521         `diary-float'-entries save for those with the optional DAY
25522         argument.
25524 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
25526         * subr.el (shell-quote-argument): Use alternate escaping strategy
25527         when we spot a variable reference in a string.
25529 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25531         * cus-start.el (all): Define customization for debug-on-event.
25533 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
25535         * subr.el (shell-quote-argument): Escape correctly under Windows.
25537 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25539         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25541 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
25543         * net/tramp.el (tramp-process-actions): Add POS argument.
25544         Delete region between POS and (pos).
25546         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25547         Use `nil' position in `tramp-process-actions' call.
25548         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25550         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25551         position in `tramp-process-actions' call.
25553         * net/trampver.el: Update release number.
25555 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25557         * custom.el (defcustom): Obey lexical-binding.
25559         Fix octave-inf completion problems reported by Alexander Klimov.
25560         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25561         Inherit from octave-mode-syntax-table.
25562         (inferior-octave-mode): Set info-lookup-mode.
25563         (inferior-octave-completion-at-point): New function.
25564         (inferior-octave-complete): Use it and completion-in-region.
25565         (inferior-octave-dynamic-complete-functions): Use it as well, and use
25566         comint-filename-completion.
25567         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25568         symbol elements which shouldn't be word elements.
25569         (octave-font-lock-keywords, octave-beginning-of-defun)
25570         (octave-function-header-regexp): Adjust regexps accordingly.
25571         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25573 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
25575         * net/gnutls.el (gnutls-errorp): Declare before first use.
25577 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
25579         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25580         verify-error, and verify-hostname-error parameters.  Check whether
25581         default trustfile exists before going to use it.  Add missing
25582         argument to gnutls-message-maybe call.  Return value.
25583         Reported by Claudio Bley <claudio.bley@gmail.com>.
25584         (open-gnutls-stream): Add usage example.
25586         * net/network-stream.el (network-stream-open-starttls): Give host
25587         parameter to `gnutls-negotiate'.
25588         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25589         * subr.el (shell-quote-argument): Escape correctly under Windows.
25591 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
25593         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25594         Use correct match group (bug#8438).
25596 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25598         * emacs-lisp/package.el (package-built-in-p): Fix typo.
25599         (package-menu--generate): New arg specifying packages to show.
25600         (package-menu-refresh, package-menu-execute, list-packages):
25601         Callers changed.
25602         (package-show-package-list): New function, replacing deleted
25603         package--list-packages (renamed because it is non-internal).
25605         * finder.el (finder-list-matches): Use package-show-package-list
25606         instead of deleted package--list-packages.
25608         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25609         Based on a previous implementation by Juanma Barranquero (Bug#8366).
25610         (vc-annotate-mode-map): Bind it to RET.
25612 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
25614         * progmodes/etags.el (next-file): Don't use set-buffer to change
25615         buffers (Bug#8478).
25617 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
25619         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25621         * apropos.el (apropos-label-face): Avoid variable-pitch face.
25622         (apropos-accumulator): Doc fix.
25623         (apropos-function, apropos-macro, apropos-command)
25624         (apropos-variable, apropos-face, apropos-group, apropos-widget)
25625         (apropos-plist): Add face property.
25626         (apropos-symbols-internal): Fix indentation.
25627         (apropos-print): Simplify help, and recognize apropos-multi-type.
25628         (apropos-print-doc): Use button-type-get to extract the button's
25629         face property.  Fill docstring (Bug#8352).
25631 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
25633         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25635         * play/mpuz.el (mpuz-silent): Doc fix.
25636         (mpuz-mode-map): Use mapc.
25637         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25638         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25639         Fix typos in docstrings.
25641         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25642         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25644         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25646 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
25648         * minibuffer.el (completion--do-completion): Avoid the "Next char
25649         not unique" prompt if icomplete-mode is enabled (Bug#5849).
25651         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25652         mouse-2 into unread-command-events, it is interpreted correctly.
25654         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25655         (image-toggle-display): Doc fix.
25657 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
25659         * textmodes/page.el (what-page): Use line-number-at-pos to
25660         calculate line number (Bug#6825).
25662 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25664         * eshell/esh-mode.el (find-tag-interactive): Declare function.
25665         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25666         Pass argument NO-DEFAULT to `find-tag-interactive'.
25668 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
25670         Lexical-binding cleanup.
25672         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25673         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25674         * progmodes/ada-prj.el (ada-prj-initialize-values)
25675         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25676         (ada-prj-show-value):
25677         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25678         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25679         (antlr-invalidate-context-cache, antlr-options-menu-filter)
25680         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25681         * progmodes/bug-reference.el (bug-reference-push-button):
25682         * progmodes/fortran.el (fortran-line-length):
25683         * progmodes/glasses.el (glasses-change):
25684         * progmodes/octave-mod.el (octave-fill-paragraph):
25685         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25686         (python-pdbtrack-grub-for-buffer, python-sentinel):
25687         * progmodes/sql.el (sql-save-connection):
25688         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25689         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25690         Mark unused parameters.
25692         * progmodes/compile.el (compilation--flush-directory-cache)
25693         (compilation--flush-parse, compile-internal): Mark unused parameters.
25694         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25695         (compilation-next-error-function): Remove unused variable `timestamp'.
25697         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25698         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25700         * progmodes/dcl-mode.el (dcl-end-of-command):
25701         Remove unused variable `start'.
25702         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25703         (dcl-option-value-basic, dcl-option-value-offset)
25704         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25705         Mark unused parameters.
25706         (dcl-save-local-variable): Remove unused variable `val'.
25707         (mode): Declare.
25709         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25710         Mark unused parameters.
25711         (delphi-ignore-changes): Move before first use.
25712         (delphi-charset-token-at): Remove unused variable `start'.
25713         (delphi-else-start): Remove unused variable `if-count'.
25714         (delphi-comment-block-start, delphi-comment-block-end):
25715         Remove unused variable `kind'.
25716         (delphi-indent-line): Remove unused variable `new-point'.
25718         * progmodes/ebrowse.el (ebrowse-files-list)
25719         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25720         Mark unused parameters.  Don't quote `lambda'.
25721         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25722         Don't quote `lambda'.
25723         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25724         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25725         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25726         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25727         Use `ignore-errors'.
25728         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25729         (ebrowse-view/find-file-and-search-pattern)
25730         (ebrowse-view/find-member-declaration/definition):
25731         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25732         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25733         Rename parameter PREFIX-ARG to PREFIX.
25734         (ebrowse-tags-read-name): Remove unused variables `start' and
25735         `member-info'.
25736         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25737         to `tags-file'.
25739         * progmodes/etags.el (local-find-tag-hook): Declare.
25740         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25741         Mark unused parameters.
25743         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25744         (executable-interpret): Mark unused parameter.
25746         * progmodes/flymake.el (flymake-process-sentinel)
25747         (flymake-after-change-function)
25748         (flymake-create-temp-with-folder-structure)
25749         (flymake-get-include-dirs-dot): Mark unused parameters.
25750         (flymake-safe-delete-directory): Remove unused variable `err'.
25752         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25753         (speedbar-timer-fn, speedbar-line-text)
25754         (speedbar-change-expand-button-char, speedbar-delete-subblock)
25755         (speedbar-center-buffer-smartly): Declare functions.
25756         (gdb-find-watch-expression): Remove unused variable `array'.
25757         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25758         (gdb-starting): Mark unused parameters.
25759         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25760         (gdb-table-string): Remove unused variable `res'.
25761         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25762         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25763         (gdb-display-buffer): Remove unused variable `cur-size'.
25765         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25766         allow lexical-binding compilation.
25767         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25768         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25769         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25770         Mark unused parameters.
25771         (gud-gdb-marker-filter): Remove unused variable `match'.
25772         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25773         lambda expressions and funcall them, instead of using `fset'.
25775         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25776         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25778         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25779         variable `header-beg'; use `let'.
25781         * progmodes/icon.el (indent-icon-exp): Remove unused variables
25782         `restart', `last-sexp' and `at-do'.
25784         * progmodes/js.el (js--debug): Mark unused parameter.
25785         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25786         (js--splice-into-items): Remove unused variable `item'.
25787         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25789         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25790         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25791         (makefile-complete): Remove unused variable `try'.
25792         (makefile-fill-paragraph, makefile-match-function-end):
25793         Mark unused parameters.
25795         * progmodes/octave-inf.el (inferior-octave-complete):
25796         Remove unused variable `proc'.
25797         (inferior-octave-output-digest): Mark unused parameter.
25799         * progmodes/perl-mode.el (perl-calculate-indent):
25800         Remove unused variable `err'.
25802         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25803         (prolog-indent-line): Mark unused parameters.
25804         (prolog-indent-line): Remove unused variable `beg'.
25806         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25807         (reporter-dont-compact-list): Declare.
25809         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25810         Remove unused variable `char'.
25811         (sh-debug): Mark unused parameter.
25812         (sh-get-indent-info): Remove unused variable `start'.
25813         (sh-calculate-indent): Remove unused variable `var'.
25815         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25816         (simula-electric-keyword): Remove unused variable `null'.
25817         (simula-search-backward, simula-search-forward): Remove unused
25818         variables `begin' and `end'.
25820         * progmodes/vera-mode.el (vera-guess-basic-syntax):
25821         Remove unused variable `pos'.
25822         (vera-electric-tab, vera-comment-uncomment-region):
25823         Mark unused parameters.
25824         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25826 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
25828         * emacs-lisp/package.el (package--builtins, package-alist)
25829         (package-load-descriptor, package-built-in-p, package-activate)
25830         (define-package, package-installed-p)
25831         (package-compute-transaction, package-buffer-info)
25832         (package--push): Doc fix.  Distinguish more clearly between
25833         version strings and version lists.
25835 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
25837         Lexical-binding cleanup.
25839         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25840         (5x5-make-mutate-best):
25841         * play/fortune.el (fortune-in-buffer):
25842         * play/gomoku.el (gomoku-init-display):
25843         * play/solitaire.el (solitaire, solitaire-do-check):
25844         * play/tetris.el (tetris-default-update-speed-function):
25845         Mark unused parameters.
25847         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25848         (bubbles--shift): Remove unused variable `char-org'.
25849         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
25850         (bubbles--show-images): Remove unused variable `char'.
25852         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25853         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25854         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25855         (decipher-analyze-buffer): Use ?\s.
25856         (decipher-make-checkpoint): Remove unused variable `mapping'.
25858         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25860         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25861         Remove unused variable `result'; use `let'.
25863         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25864         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25865         (gametree-children-shown-p, gametree-compute-reduced-score):
25866         Use `ignore-errors'.
25868         * play/handwrite.el (ps-lpr-switches): Declare.
25869         (handwrite): Remove unused variables `pmin' and `lastp'.
25871         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25873         * play/landmark.el (landmark-init-display)
25874         (landmark-update-naught-weights): Mark unused parameters.
25875         (landmark-y): Remove unused variable `noise'.  Simplify.
25876         (landmark-human-plays): Remove unused variable `score'.
25878         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25879         (mpuz-try-proposal): Remove unused variable `game'.
25881         * play/zone.el (life-patterns): Declare.
25883 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
25885         * vc/vc.el (ediff-vc-internal): Declare function.
25887 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25889         * shell.el: Use lexical-binding and std completion UI.
25890         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25891         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25892         comint-preoutput-filter-functions rather than on
25893         comint-output-filter-functions.
25894         (shell-command-completion, shell--command-completion-data)
25895         (shell-filename-completion, shell-environment-variable-completion)
25896         (shell-c-a-p-replace-by-expanded-directory): New functions.
25897         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25898         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25899         (shell-dynamic-complete-environment-variable): Use them.
25900         (shell-dynamic-complete-as-environment-variable)
25901         (shell-dynamic-complete-as-command): Remove.
25902         (shell-match-partial-variable): Match past point.
25903         * comint.el: Clean up use of completion-at-point-functions.
25904         (comint-completion-at-point): New function.
25905         (comint-mode): Use it completion-at-point-functions.
25906         (comint-dynamic-complete): Make it obsolete.
25907         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25908         (comint-c-a-p-replace-by-expanded-history): New function.
25909         (comint-dynamic-complete-functions)
25910         (comint-replace-by-expanded-history): Use it.
25911         * minibuffer.el (completion-table-with-terminator): Allow dynamic
25912         termination strings.  Try harder to avoid second try-completion.
25913         (completion-in-region-mode-map): Disable bindings that don't work yet.
25915         * comint.el: Use lexical-binding.  Require CL.
25916         (comint-dynamic-complete-functions): Use comint-filename-completion.
25917         (comint-completion-addsuffix): Tweak custom type.
25918         (comint-filename-completion, comint--common-suffix)
25919         (comint--common-quoted-suffix, comint--table-subvert)
25920         (comint--complete-file-name-data): New functions.
25921         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25922         (comint-dynamic-list-filename-completions): Use them.
25923         (comint-dynamic-simple-complete): Make obsolete.
25925         * minibuffer.el (completion-in-region-mode):
25926         Keep completion-in-region-mode--predicate global.
25927         (completion-in-region--postch):
25928         Assume completion-in-region-mode--predicate is not null.
25930         * progmodes/flymake.el (flymake-start-syntax-check-process):
25931         Obey `dir'.  Simplify.
25933         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25934         we're in VC after all.
25936 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
25938         * vc/vc.el (vc-diff-build-argument-list-internal)
25939         (vc-version-ediff, vc-ediff): New commands.
25940         (vc-version-diff): Use vc-diff-build-argument-list-internal.
25942 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25944         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25945         add sanity check.
25947         * obsolete/erc-hecomplete.el: Make obsolete.
25948         * obsolete/: Standardize obsolescence info in the header.
25950 2011-04-20  Glenn Morris  <rgm@gnu.org>
25952         * calendar/solar.el (solar-horizontal-coordinates):
25953         Use the longitude argument rather than `calendar-longitude'.
25954         (solar-date-next-longitude): Remove unused locals.
25956 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25958         * whitespace.el: New version 13.2.1.
25960 2011-04-20  felix  <EmacsWiki>  (tiny change)
25962         * whitespace.el (global-whitespace-mode): Keep highlight when
25963         switching between major modes on a file.
25965 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25967         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25968         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25969         multi-line comments as well.
25971 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
25973         Lexical-binding cleanup.
25975         * arc-mode.el (archive-mode-revert):
25976         * cmuscheme.el (scheme-interactively-start-process):
25977         * custom.el (custom-initialize-delay):
25978         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25979         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25980         * emacs-lock.el (emacs-lock-clear-sentinel):
25981         * ezimage.el (defezimage):
25982         * follow.el (follow-avoid-tail-recenter):
25983         * fringe.el (set-fringe-mode-1):
25984         * generic-x.el (bat-generic-mode-compile):
25985         * help-mode.el (help-info-variable, help-do-xref)
25986         (help-mode-revert-buffer):
25987         * help.el (view-emacs-todo):
25988         * iswitchb.el (iswitchb-completion-help):
25989         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25990         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25991         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25992         * locate.el (locate-update):
25993         * longlines.el (longlines-encode-region)
25994         (longlines-after-change-function):
25995         * outline.el (outline-isearch-open-invisible):
25996         * ps-def.el (declare-function, charset-dimension, char-width)
25997         (encode-char):
25998         * ps-mule.el (ps-mule-plot-string):
25999         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26000         (recentf-edit-list-select, recentf-edit-list-validate)
26001         (recentf-open-files-action):
26002         * rect.el (delete-whitespace-rectangle-line)
26003         (rectangle-number-line-callback):
26004         * register.el (window-configuration-to-register)
26005         (frame-configuration-to-register):
26006         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26007         * select.el (xselect-convert-to-string, xselect-convert-to-length)
26008         (xselect-convert-to-targets, xselect-convert-to-delete)
26009         (xselect-convert-to-filename, xselect-convert-to-charpos)
26010         (xselect-convert-to-lineno, xselect-convert-to-colno)
26011         (xselect-convert-to-os, xselect-convert-to-host)
26012         (xselect-convert-to-user, xselect-convert-to-class)
26013         (xselect-convert-to-name, xselect-convert-to-integer)
26014         (xselect-convert-to-atom, xselect-convert-to-identity):
26015         * subr.el (declare, ignore, process-kill-without-query)
26016         (text-clone-maintain):
26017         * terminal.el (te-get-char, te-tic-sentinel):
26018         * tool-bar.el (tool-bar-make-keymap):
26019         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26020         * type-break.el (type-break-mode, type-break-noninteractive-query):
26021         * view.el (View-back-to-mark):
26022         * wid-browse.el (widget-browse-action, widget-browse-widget)
26023         (widget-browse-widgets, widget-browse-sexp):
26024         * widget.el (define-widget-keywords):
26025         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26026         Mark unused parameters.
26028         * align.el (align-adjust-col-for-rule): Mark unused parameter.
26029         (align-areas): Remove unused variable `look'.
26030         (align-region): Remove unused variables `real-end' and `pos-list'.
26032         * apropos.el (apropos-score-doc): Remove unused variable `i'.
26034         * bindings.el (mode-line-modified, mode-line-remote):
26035         Mark unused parameters.
26036         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26038         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26039         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26041         * comint.el (comint-history-isearch-pop-state)
26042         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26043         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26044         (comint-substitute-in-file-name): Doc fix.
26046         * completion.el (cmpl-statistics-block): Mark unused parameter.
26047         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26048         (save-completions-to-file, load-completions-from-file):
26049         Remove unused local variable `e'.
26051         * composite.el (compose-chars): Remove unused variable `len'.
26052         (lgstring-insert-glyph): Remove unused variable `g'.
26053         (compose-glyph-string): Remove unused variables `ascent',
26054         `descent', `lbearing' and `rbearing'.
26055         (compose-glyph-string-relative): Remove unused variables
26056         `lbearing', `rbearing' and `wadjust'.
26057         (compose-gstring-for-graphic): Remove unused variables `header',
26058         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
26059         (compose-gstring-for-terminal): Remove unused variables `header'
26060         and `nchars'.  Use `let', not `let*'.
26062         * cus-edit.el (Custom-set, Custom-save, custom-reset)
26063         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26064         (Custom-buffer-done, custom-buffer-create-internal)
26065         (custom-browse-visibility-action, custom-browse-group-tag-action)
26066         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26067         (widget-magic-mouse-down-action, custom-toggle-parent)
26068         (custom-add-parent-links, custom-toggle-hide-variable)
26069         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26070         (custom-toggle-hide-face, face, hook, custom-group-link-action)
26071         (custom-face-menu-create, custom-variable-menu-create, get)
26072         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26073         (custom-reset-standard-save-and-update): Remove unused variable `value'.
26074         (customize-apropos): Remove unused variable `tests'.
26075         (custom-group-value-create): Remove unused variable `hidden-p'.
26076         (sort-fold-case): Declare.
26078         * cus-theme.el (custom-reset-standard-faces-list)
26079         (custom-reset-standard-variables-list): Declare.
26080         (customize-create-theme, custom-theme-revert, custom-theme-write)
26081         (custom-theme-choose-mode, customize-themes, custom-theme-save):
26082         Mark unused parameters.
26084         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26086         * delim-col.el (delimit-columns-max): Move defvar before first use.
26088         * descr-text.el (describe-char-categories): Don't quote `lambda'.
26089         (describe-char): Don't quote `lambda'.  Mark unused parameter.
26091         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26092         (auto-insert): Declare.
26093         (desktop-restore-file-buffer): Rename desktop-* parameters;
26094         mark unused ones.
26095         (desktop-create-buffer): Rename desktop-* parameters and bind them.
26096         (desktop-buffer): Rename desktop-* parameters.
26098         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26099         (dframe-reposition-frame-xemacs, dframe-help-echo)
26100         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26101         Mark unused parameters.
26103         * dired-aux.el (backup-extract-version-start, overwrite-query)
26104         (overwrite-backup-query, rename-regexp-query)
26105         (rename-non-directory-query): Declare.
26106         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26107         (dired-add-entry): Remove unused variable `orig-file-name'.
26108         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26109         Use parameter PRESERVE-TIME instead of accessing dynamic variable
26110         `dired-copy-preserve-time' directly.
26111         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26112         (dired-insert-subdir-newpos): Rename unused variable `pos'.
26114         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26115         (dired-virtual-revert, dired-make-relative-symlink):
26116         Mark unused parameters.
26117         (manual-program): Declare.
26118         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26119         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26120         wrapped in `with-no-warnings' to avoid replacing one warning by another.
26122         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26124         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26126         * echistory.el (electric-history-in-progress, Helper-return-blurb):
26127         Declare.
26129         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26131         * electric.el (Electric-command-loop): Rename parameter
26132         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26134         * expand.el (expand-in-literal): Remove unused variable `here'.
26136         * facemenu.el (facemenu-add-new-color):
26137         Remove unused variable `docstring'.
26139         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26140         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26141         (face-attr-construct): Mark unused parameter.  Doc fix.
26142         (read-color): Remove unused variable `hex-string'.
26144         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26145         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26146         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26147         (display-buffer-other-frame): Remove unused variable `old-window'.
26148         (kill-buffer-hook): Declare.
26149         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26150         Mark unused parameters.
26151         (after-find-file): Pass 1 to `auto-save-mode', not t.
26153         * files-x.el (auto-insert): Declare.
26154         (modify-file-local-variable-prop-line): Remove unused variable `val'.
26156         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26157         variable `buf'.  Mark unused parameter.
26158         (find-lisp-insert-directory): Mark unused parameter.
26160         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26161         (format-encode-region): Remove unused variables `cur-buf' and `result'.
26162         (format-common-tail): Remove, unused.
26163         (format-deannotate-region): Remove unused variable `loc'.
26164         (format-annotate-region): Remove unused variable `p'.
26165         (format-annotate-single-property-change): Remove unused variables
26166         `default' and `tail'.
26168         * forms.el (read-file-filter): Declare.
26169         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26171         * frame.el (frame-creation-function-alist): Mark unused parameter.
26172         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26174         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26175         Remove unused parameters.
26176         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26177         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26179         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26180         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26181         (hfy-prepare-tag-map): Mark unused parameters.
26182         (htmlfontify-buffer): Use `called-interactively-p'.
26184         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26185         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26186         (ibuffer-do-occur): Mark unused parameters.
26187         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26188         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26190         * ibuffer.el: Don't quote `lambda'.
26191         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26192         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26193         Mark unused parameters.
26195         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26196         (ido-completing-read): Mark unused parameters.
26197         (ido-copy-current-word): Mark unused parameters;
26198         remove unused variable `name'.
26199         (ido-sort-merged-list): Remove unused parameter `dirs'.
26201         * ielm.el (ielm-input-sender): Mark unused parameter.
26202         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26203         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26204         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26205         `ielm-string' as a dynamic variable accessible from the IELM prompt.
26206         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
26208         * image-dired.el (image-dired-display-thumbs): Remove unused
26209         variables `curr-file' and `count'.
26210         (image-dired-remove-tag): Remove unused variable `start'.
26211         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26212         variable `curr-file'
26213         (image-dired-rotate-original): Remove unused variable `temp-file'.
26214         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26215         Remove unused variable `file'.
26216         (image-dired-gallery-generate): Remove unused variable `curr'.
26217         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26219         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26221         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26223         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26225         * isearch.el (minibuffer-history-symbol): Declare.
26226         (isearch-edit-string): Remove unused variable `err'.
26227         (isearch-message-prefix, isearch-message-suffix):
26228         Mark unused parameters.
26230         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26232         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26234         * makesum.el (double-column): Remove unused variable `cnt'.
26236         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26237         (ido-ignore-item-temp-list): Declare.
26239         * mouse-drag.el (mouse-drag-throw): Remove unused variables
26240         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26241         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26242         (mouse-drag-drag): Remove unused variables `mouse-delta' and
26243         `mouse-col-delta'.
26245         * mouse-sel.el (mouse-extend-internal):
26246         Remove unused variable `orig-window-frame'.
26248         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26249         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26250         Move declarations before first use.
26251         (pcomplete-opt): Mark unused parameters; doc fix.
26253         * proced.el (proced-revert): Mark unused parameter.
26254         (proced-send-signal): Remove unused variable `err'.
26256         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26257         Rename parameter PREFIX-ARG to ARG.
26258         (ps-basic-plot-string, ps-basic-plot-whitespace):
26259         Mark unused parameters.
26261         * replace.el (replace-count): Define.
26262         (occur-revert-function): Mark unused parameters.
26263         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26264         (isearch-case-fold-search, isearch-string): Declare.
26265         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26266         bind `case-fold-search'.  Remove unused variables `beg' and `end',
26267         and simplify.
26268         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26269         COUNT and bind `replace-count'.
26270         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26271         to COUNT.
26273         * savehist.el (print-readably, print-string-length): Declare.
26275         * shadowfile.el (shadow-expand-cluster-in-file-name):
26276         Remove unused variable `cluster'.
26277         (shadow-copy-file): Remove unused variable `i'.
26278         (shadow-noquery, shadow-clusters, shadow-site-cluster)
26279         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26280         (shadow-define-literal-group, shadow-define-regexp-group)
26281         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26283         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26284         (shell): Use `called-interactively-p'.
26285         (shell-directory-tracker): Remove unused variable `chdir-failure'.
26287         * simple.el (compilation-context-lines, comint-file-name-quote-list)
26288         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26289         (delete-backward-char): Remove unused variable `ocol'.
26290         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26291         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26292         (event-apply-hyper-modifier, event-apply-shift-modifier)
26293         (event-apply-control-modifier, event-apply-meta-modifier):
26294         Mark unused parameters.
26295         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26296         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26298         * speedbar.el (speedbar-ignored-directory-expressions)
26299         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26300         (speedbar-find-file, speedbar-dir-follow)
26301         (speedbar-directory-buttons-follow, speedbar-tag-find)
26302         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26303         (speedbar-buffers-line-directory, speedbar-buffer-click):
26304         Mark unused parameters.
26305         (speedbar-tag-file): Remove unused variable `mode'.
26306         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26308         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26310         * talk.el (talk): Remove unused variable `display'.
26312         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26313         (tar-write-region-annotate): Mark unused parameter.
26315         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26316         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26317         Declare them, wrapped in `with-no-warnings' to avoid replacing one
26318         warning by another.
26320         * time-stamp.el (time-stamp-string-preprocess):
26321         Remove unused variable `require-padding'.
26323         * tree-widget.el (widget-glyph-enable): Declare.
26324         (tree-widget-action): Mark unused parameter.
26326         * w32-fns.el (x-get-selection): Mark unused parameter.
26327         (autoload-make-program, generated-autoload-file): Declare.
26329         * wdired.el (wdired-revert): Mark unused parameters.
26330         (wdired-xcase-word): Remove unused variable `err'.
26332         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26333         (whitespace-help-scroll): Remove unused variable `data-help'.
26335         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26336         (widget-image-insert, widget-after-change, default)
26337         (widget-default-format-handler, widget-default-notify)
26338         (widget-default-prompt-value, widget-info-link-action)
26339         (widget-url-link-action, widget-function-link-action)
26340         (widget-variable-link-action, widget-file-link-action)
26341         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26342         (widget-field-prompt-internal, widget-field-action, widget-field-match)
26343         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26344         (widget-insert-button-action, widget-delete-button-action, visibility)
26345         (widget-documentation-link-action, widget-documentation-string-action)
26346         (widget-const-prompt-value, widget-regexp-match, symbol)
26347         (widget-coding-system-prompt-value)
26348         (widget-key-sequence-value-to-external, sexp)
26349         (widget-sexp-value-to-internal, character, vector, cons)
26350         (widget-choice-prompt-value, widget-boolean-prompt-value)
26351         (widget-color--choose-action): Mark unused parameters.
26352         (widget-item-match-inline, widget-choice-match-inline)
26353         (widget-checklist-match, widget-checklist-match-inline)
26354         (widget-group-match): Rename parameter VALUES to VALS.
26355         (widget-field-value-set): Remove unused variable `size'.
26356         (widget-color-action): Remove unused variables `value' and `start'.
26358         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26359         variable `dir'.  Doc fix.
26360         (windmove-find-other-window): Don't pass it.
26362         * window.el (count-windows): Mark unused parameter.
26363         (bw-adjust-window): Remove unused variable `err'.
26365         * woman.el (woman-file-name): Remove unused variable `default'.
26366         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26367         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26368         (global-font-lock-mode): Declare.
26369         (woman-decode-region): Mark unused parameter.
26370         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26372         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26373         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26374         (x-dnd-handle-moz-url): Remove unused variable `title'.
26375         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26377         * xml.el (xml-parse-tag, xml-parse-attlist):
26378         Remove unused variable `pos'.
26380 2011-04-19  Glenn Morris  <rgm@gnu.org>
26382         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26383         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26384         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26385         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26386         * calendar/cal-html.el (cal-html-insert-minical):
26387         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26388         (calendar-mark-date-pattern):
26389         Prefix "unused" locals.
26391         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26392         optional argument `style'.
26394         * calendar/appt.el (appt-make-list):
26395         * calendar/cal-china.el (calendar-chinese-date-string):
26396         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26397         (diary-hebrew-yahrzeit):
26398         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26399         * calendar/calendar.el (calendar-generate-window):
26400         * calendar/time-date.el (time-to-days):
26401         Remove unused local variables.
26403 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
26405         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26406         glyphless-char-display table.
26407         (tabulated-list-glyphless-char-display): New var.
26409 2011-04-18  Sam Steingold  <sds@gnu.org>
26411         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26412         to acknowledgments.
26414 2011-04-17  Glenn Morris  <rgm@gnu.org>
26416         * calendar/diary-lib.el (diary-sexp-entry):
26417         * calendar/holidays.el (holiday-sexp):
26418         Set debug-on-error rather than the removed stack-trace-on-error.
26420 2011-04-16  Glenn Morris  <rgm@gnu.org>
26422         * progmodes/f90.el: Use lexical-binding.
26423         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26425 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26427         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26428         (mail-mode): Setup mailalias completion here instead.
26429         * mail/mailalias.el: Use lexical-binding.
26430         (pattern, mailalias-done): Declare dynamic.
26431         (mail-completion-at-point-function): New function, from mail-complete.
26432         (mail-complete): Use it.
26433         (mail-completion-expand): New function.
26434         (mail-get-names): Use it.
26435         (mail-directory, mail-directory-process, mail-directory-stream):
26436         Don't use `pattern' for lexically bound arg.
26438         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26440         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26441         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26442         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26444         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26445         (byte-save-window-excursion, byte-temp-output-buffer-setup)
26446         (byte-interactive-p): Define them again, for use when inlining
26447         old code.
26449 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
26451         * loadup.el: Use `string-to-number', not `string-to-int'.
26453 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26455         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26456         gud-gdb-complete-command.
26457         (gud-gdb-completions): New function, from gud-gdb-complete-command.
26458         (gud-gdb-completion-at-point): New function.
26459         (gud-gdb-completions): Remove.
26461 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
26463         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26464         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
26465         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26466         whether `executable-find' is bound.
26468         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26470 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26472         * minibuffer.el (completion-in-region-mode-predicate)
26473         (completion-in-region-mode--predicate): New vars.
26474         (completion-in-region, completion-in-region--postch)
26475         (completion-in-region-mode): Use them.
26476         (completion--capf-wrapper): Also return the hook function.
26477         (completion-at-point, completion-help-at-point):
26478         Adjust and provide a predicate.
26480         Preserve arg names for advice of subr and lexical functions (bug#8457).
26481         * help-fns.el (help-function-arglist): Consolidate the subr and
26482         new-byte-code cases.  Add argument `preserve-names' to extract names
26483         from the docstring when needed.
26484         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26485         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26486         (ad-arglist): Use help-function-arglist's new arg.
26487         (ad-definition-type): Use cond.
26489 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
26491         * autorevert.el (auto-revert-handler):
26492         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26493         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26494         Don't quote lambda.
26496         * image-mode.el (image-transform-set-scale):
26497         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26499 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26501         * net/network-stream.el (network-stream-open-starttls): Only do
26502         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26503         Upgrades via gnutls-cli are too slow to be done opportunistically.
26505 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
26507         * dframe.el (dframe-current-frame): Remove spurious quote.
26509 2011-04-12  Glenn Morris  <rgm@gnu.org>
26511         * calendar/cal-tex.el (cal-tex-end-document):
26512         Try to automatically use latin1 input if needed.
26514         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26515         Don't try to cons a mark onto an empty element.
26517 2011-04-11  Leo Liu  <sdl.web@gmail.com>
26519         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26520         buffers.
26521         (ido-kill-buffer-at-head): Support killing virtual buffers.
26523 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
26525         * minibuffer.el (completion-show-inline-help): New var.
26526         (completion--do-completion, minibuffer-complete)
26527         (minibuffer-force-complete, minibuffer-complete-word):
26528         Inhibit minibuffer messages if completion-show-inline-help is nil.
26530         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26531         to avoid interference from inline help (Bug#5849).
26533 2011-04-10  Leo Liu  <sdl.web@gmail.com>
26535         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26536         Fix typo.
26538 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
26540         * image-mode.el (image-toggle-display-image): Signal an error if
26541         not in Image mode.
26542         (image-transform-mode, image-transform-resize)
26543         (image-transform-set-rotation): Doc fix.
26544         (image-transform-set-resize): Delete.
26545         (image-transform-set-scale, image-transform-fit-to-height)
26546         (image-transform-fit-to-width): Handle image-toggle-display-image
26547         and image-transform-resize directly.
26549 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
26551         * doc-view.el (doc-view-fit-width-to-window)
26552         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26553         New functions for fitting the shown image to the Emacs window size.
26554         (doc-view-mode-map): Add bindings for the new functions.
26556 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
26558         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26559         Fix typo in docstring.
26561 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26563         * files.el (file-size-human-readable): Produce one digit after
26564         decimal, like "ls -lh" does.
26566         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26567         the file size representation.
26569         * simple.el (list-processes): If async subprocesses are not
26570         available, error out with a clear error message.
26572 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
26574         * help.el (help-form-show): New function, to be called from C.
26575         Put help-form output in a buffer named differently than *Help*.
26577 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
26579         * files.el (file-size-human-readable): New function.
26581         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26582         computing the representation inline.  Don't require `cl'.
26584 2011-04-08  Glenn Morris  <rgm@gnu.org>
26586         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26588         * net/browse-url.el (browse-url-firefox):
26589         Test system-type, not system-configuration.
26591         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26592         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26593         Use log-edit-empty-buffer-p.  (Bug#7598)
26595         * net/rlogin.el (rlogin-process-connection-type): Simplify.
26596         (rlogin-mode-map): Initialize in the defvar.
26597         (rlogin): Use ignore-errors.
26599         * replace.el (occur-mode-map): Some fixes for menu items.
26601 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
26603         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
26605 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26607         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26608         issuing unused warnings.
26610         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26611         macro directly.
26613         * simple.el: Lisp reimplement of list-processes.  Based on an
26614         earlier reimplementation by Leo Liu, but using tabulated-list.el.
26615         (process-menu-mode): New major mode.
26616         (list-processes--refresh, list-processes):
26617         (process-menu-visit-buffer): New functions.
26619         * files.el (save-buffers-kill-emacs): Don't assume any return
26620         value of list-processes, which is undocumented anyway.
26622 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
26624         * emacs-lisp/tabulated-list.el: New file.
26626         * emacs-lisp/package.el: Use Tabulated List mode.
26627         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26628         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
26629         table format using Tabulated List mode variables.
26630         (package--push): New macro, replacing package-list-maybe-add.
26631         (package-menu--generate): Use package--push.  Renamed from
26632         package--generate-package-list.
26633         (package-menu-refresh, list-packages): Use it.
26634         (package-menu--print-info): Rename from package-print-package.
26635         Return insertion data instead of inserting it directly.
26636         (package-menu-describe-package, package-menu-execute):
26637         Use tabulated-list-get-id.
26638         (package-menu-mark-delete, package-menu-mark-install)
26639         (package-menu-mark-unmark, package-menu-backup-unmark)
26640         (package-menu-mark-obsolete-for-deletion):
26641         Use tabulated-list-put-tag.
26642         (package--list-packages, package-menu-revert)
26643         (package-menu-get-package, package-menu-get-version)
26644         (package-menu-sort-by-column): Functions deleted.
26645         (package-menu-package-list, package-menu-sort-key): Vars deleted.
26646         (package-menu--status-predicate, package-menu--version-predicate)
26647         (package-menu--name-predicate)
26648         (package-menu--description-predicate): Handle arguments in the
26649         Tabulated List format.
26650         (package-list-packages-no-fetch): Call list-packages.
26652 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
26654         * files.el (after-find-file-from-revert-buffer): Remove variable.
26655         (after-find-file): Don't bind it.
26656         (revert-buffer-in-progress-p): New variable.
26657         (revert-buffer): Bind it.
26658         Pass nil for `after-find-file-from-revert-buffer'.
26660         * saveplace.el (save-place-find-file-hook): Use new variable
26661         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26663 2011-04-06  Glenn Morris  <rgm@gnu.org>
26665         * Makefile.in (AUTOGEN_VCS): New variable.
26666         (autoloads): Use $AUTOGEN_VCS.
26668         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26669         * calendar/calendar.el (calendar-mode-map):
26670         Check for toolkit scroll bars.  (Bug#8305)
26672 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26674         * minibuffer.el (completion-in-region--postch)
26675         (completion-in-region-mode): Remove unnecessary messages.
26677 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
26679         * font-lock.el (font-lock-refresh-defaults):
26680         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26681         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26683         * info.el (Info-directory-list, Info-read-node-name-2)
26684         (Info-split-parameter-string): Doc fixes.
26685         (Info-virtual-nodes): Reflow docstring.
26686         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26687         (Info-apropos-toc-nodes, info-finder, Info-get-token)
26688         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26689         Fix typos in docstrings.
26690         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26691         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26692         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26693         (Info-restore-desktop-buffer): Mark unused parameters.
26694         (Info-directory-find-file, Info-directory-find-node)
26695         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26696         (Info-virtual-index-find-node, Info-apropos-find-file)
26697         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26698         Mark unused parameters; fix typos in docstrings.
26699         (Info-virtual-index): Remove unused local variable `nodename'.
26701 2011-04-05  Deniz Dogan  <deniz@dogan.se>
26703         * net/rcirc.el: Update my e-mail address.
26704         (rcirc-mode-map): Remove M-o binding.
26706 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
26708         * startup.el (command-line): Save the cursor's theme-face
26709         directly, instead of using face-override-spec.
26711         * custom.el (load-theme): Minor optimization in assigning faces.
26713 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26715         * help-fns.el (describe-variable): Complete all variables having
26716         documentation, including keywords.
26717         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26719 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
26721         Convert to lexical-binding.
26723         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26724         (bs--get-marked-string, bs--get-modified-string)
26725         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26726         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26727         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26729         * ehelp.el (electric-help-execute-extended)
26730         (electric-help-ctrl-x-prefix):
26731         * hexl.el (hexl-revert-buffer-function):
26732         * linum.el (linum-after-change, linum-after-scroll):
26733         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26735         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26737 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
26739         * epa-dired.el:
26740         * epa-mail.el:
26741         * epa-hook.el:
26742         * epa-file.el:
26743         * epa.el:
26744         * epg.el: Use lexical binding.
26746 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
26748         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26750         * textmodes/flyspell.el (flyspell-word): Recognize default
26751         dictionary case for flyspell-mark-duplications-exceptions.
26752         Use regexp matching for languages.
26753         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26754         default dictionary (Bug#7926).
26756 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
26758         * emacs-lisp/package.el (package--with-work-buffer):
26759         Recognize https URLs.
26761         * net/network-stream.el: Move from gnus/proto-stream.el.
26762         Change prefix to network-stream throughout.
26763         (open-protocol-stream): Merge into open-network-stream, leaving
26764         open-protocol-stream as an alias.  Handle nil BUFFER args.
26766         * subr.el (open-network-stream): Move to net/network-stream.el.
26768 2011-04-02  Glenn Morris  <rgm@gnu.org>
26770         * find-dired.el (find-exec-terminator): New option.
26771         (find-ls-option): Test for -ls support.
26772         (find-ls-subdir-switches): Test for -b in find-ls-option.
26773         (find-dired, find-grep-dired): Doc fixes.
26774         (find-dired): Use find-exec-terminator.
26776         * find-dired.el (find-ls-option, find-ls-subdir-switches)
26777         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26778         (find-name-arg): Remove purecopy.
26780         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26781         (grep-compute-defaults): Check for `-exec COMMAND +' support.
26782         Set grep-find-use-xargs, grep-find-command, and grep-find-template
26783         accordingly.  Don't add the null-device if not needed.
26785         * files.el (save-some-buffers): Doc fix.
26787 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
26789         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26791 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
26793         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26794         Use `dolist' rather than `mapcar'.
26796 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26798         Add lexical binding.
26800         * subr.el (apply-partially): Use new closures rather than CL.
26801         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26802         (dolist, dotimes): Use slightly different expansion for lexical code.
26803         (functionp): Move to C.
26804         (letrec): New macro.
26805         (with-wrapper-hook): Use it and apply-partially instead of CL.
26806         (eval-after-load): Preserve lexical-binding.
26807         (save-window-excursion, with-output-to-temp-buffer): Turn them
26808         into macros.
26810         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26812         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26813         than the arglist.
26814         (help-add-fundoc-usage): Don't add `Not documented'.
26815         (help-function-arglist): Handle closures, subroutines, and new
26816         byte-code-functions.
26817         (help-make-usage): Remove leading underscores.
26818         (describe-function-1): Handle closures.
26819         (describe-variable): Use special-variable-p for completion.
26821         * files.el (lexical-binding): Declare safe.
26823         * emacs-lisp/pcase.el: Don't use destructuring-bind.
26824         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
26825         (pcase): Add `let' pattern.
26826         Change memoization so it actually works.
26827         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26828         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26829         <let>: New case.
26831         * emacs-lisp/macroexp.el: Use lexical binding.
26832         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
26833         Don't convert ' to #' without checking that it's indeed quoting
26834         a lambda.
26836         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26837         Use eval-sexp-add-defvars.
26838         (eval-sexp-add-defvars): New fun.
26840         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26842         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26843         Don't autoload.
26844         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26845         than the internal `byte-compile-lambda'.
26846         (defmethod): Don't hide code under quotes.
26847         (eieio-defmethod): New `code' argument.
26849         * emacs-lisp/eieio-comp.el: Remove.
26851         * emacs-lisp/edebug.el (edebug-eval-defun)
26852         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26853         (edebug-toggle): Avoid `eval'.
26855         * emacs-lisp/disass.el (disassemble-internal): Handle new
26856         `closure' objects.
26857         (disassemble-1): Handle new byte codes.
26859         * emacs-lisp/cl.el (pushnew): Silence warning.
26861         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26862         (cl-byte-compile-throw): Remove.
26863         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26865         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26866         closures.
26868         * emacs-lisp/cconv.el: New file.
26870         * emacs-lisp/bytecomp.el: Use lexical binding instead of
26871         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
26872         (byte-compile-initial-macro-environment):
26873         Handle declare-function here.
26874         (byte-compile--lexical-environment): New var.
26875         (byte-stack-ref, byte-stack-set, byte-discardN)
26876         (byte-discardN-preserve-tos): New lap codes.
26877         (byte-interactive-p): Don't use any more.
26878         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26879         New macros.
26880         (byte-compile-lapcode): Use them and handle new lap codes.
26881         (byte-compile-obsolete): Remove.
26882         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26883         (byte-compile-arglist-warn): Check late def of inlinable funs.
26884         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26885         since they should have been expanded by now.
26886         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26887         (byte-compile-from-buffer): Remove unused second arg.
26888         (byte-compile-preprocess): New function.
26889         (byte-compile-toplevel-file-form): New function to distinguish
26890         file-form calls from outside from file-form calls from hunk-handlers.
26891         (byte-compile-file-form): Simplify.
26892         (byte-compile-file-form-defsubst): Remove.
26893         (byte-compile-file-form-defmumble): Simplify now that
26894         byte-compile-lambda always returns a byte-code-function.
26895         (byte-compile): Preprocess.
26896         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26897         Remove, not used any more.
26898         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26899         (byte-compile-make-args-desc): New funs.
26900         (byte-compile-lambda): Handle lexical functions.  Always return
26901         a byte-code-function.
26902         (byte-compile-reserved-constants): New var, to make up room for
26903         closed-over variables.
26904         (byte-compile-constants-vector): Obey it.
26905         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26906         (byte-compile-macroexpand-declare-function): New function.
26907         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26908         byte-code-functions.
26909         (byte-compile-form): Check obsolescence here.
26910         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26911         (byte-compile-variable-ref): Remove.
26912         (byte-compile-dynamic-variable-op): New fun.
26913         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26914         (byte-compile-variable-set): New funs.
26915         (byte-compile-discard): Add 2 args.
26916         (byte-compile-stack-ref, byte-compile-stack-set)
26917         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26918         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26919         macroexpand-all instead.
26920         (byte-compile-quote-form): Remove.
26921         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26922         (byte-compile-bind, byte-compile-unbind): New funs.
26923         (byte-compile-let): Handle let* and lexical binding.
26924         (byte-compile-let*): Remove.
26925         (byte-compile-catch, byte-compile-unwind-protect)
26926         (byte-compile-track-mouse, byte-compile-condition-case):
26927         Handle a new :fun-body form, used for lexical scoping.
26928         (byte-compile-save-window-excursion)
26929         (byte-compile-with-output-to-temp-buffer): Remove.
26930         (byte-compile-defun): Simplify.
26931         (byte-compile-stack-adjustment): New fun.
26932         (byte-compile-out): Use it.
26933         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26935         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26936         handler any more.
26938         * emacs-lisp/byte-opt.el: Use lexical binding.
26939         (byte-inline-lapcode): Remove (to bytecomp).
26940         (byte-compile-inline-expand): Pay attention to inlining to/from
26941         lexically bound code.
26942         (byte-compile-unfold-lambda): Don't handle byte-code-functions
26943         any more.
26944         (byte-optimize-form-code-walker): Don't handle save-window-excursion
26945         any more and don't call compiler-macros.
26946         (byte-compile-splice-in-already-compiled-code): Remove.
26947         (byte-code): Don't inline any more.
26948         (disassemble-offset): Receive `bytes' as argument rather than via
26949         dynamic scoping.
26950         (byte-compile-tag-number): Declare before first use.
26951         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26952         `return' even if make-spliceable.
26953         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26954         obsolete interactive-p.
26955         (byte-optimize-lapcode): Optimize new lap-codes.
26956         Don't trip up on new form of `byte-constant' lap code.
26958         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26960         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26962         * custom.el (custom-initialize-default, custom-declare-variable):
26963         Use `defvar'.
26965         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26966         New variables.
26967         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26968         (COMPILE_FIRST): Add macroexp and cconv.
26969         * makefile.w32-in: Mirror changes in Makefile.in.
26971         * vc/cvs-status.el:
26972         * vc/diff-mode.el:
26973         * vc/log-edit.el:
26974         * vc/log-view.el:
26975         * vc/smerge-mode.el:
26976         * textmodes/bibtex-style.el:
26977         * textmodes/css-mode.el:
26978         * startup.el:
26979         * uniquify.el:
26980         * minibuffer.el:
26981         * newcomment.el:
26982         * reveal.el:
26983         * server.el:
26984         * mpc.el:
26985         * emacs-lisp/smie.el:
26986         * doc-view.el:
26987         * dired.el:
26988         * abbrev.el: Use lexical binding.
26990 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26992         * info.el (info-display-manual): New function.
26994 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26996         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26998 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
27000         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27001         an entry for that server in rcirc-authinfo.  (Bug#8385)
27003 2011-03-31  Glenn Morris  <rgm@gnu.org>
27005         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27007         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27009 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
27011         * progmodes/python.el (python-default-interpreter)
27012         (python-python-command-args, python-jython-command-args)
27013         (python-which-shell, python-which-args, python-which-bufname)
27014         (python-file-queue, python-comint-output-filter-function)
27015         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27016         variables and functions.
27018 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27020         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27021         (completion-in-region-mode): New minor mode.
27022         (completion-in-region): Use it.
27023         (completion-in-region--data, completion-in-region-mode-map): New vars.
27024         (completion-in-region--postch): New function.
27025         (completion--capf-misbehave-funs, completion--capf-safe-funs):
27026         New vars.
27027         (completion--capf-wrapper): New function.
27028         (completion-at-point): Use it to track well-behavedness of
27029         hook functions.
27030         (completion-help-at-point): New command.
27032 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
27034         * vc/add-log.el (add-change-log-entry): Don't use whitespace
27035         syntax class to search for whitespace on a single line
27036         (Message-ID: <4D938140.4030905@redhat.com>).
27038 2011-03-30  Leo Liu  <sdl.web@gmail.com>
27040         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27041         New commands.
27042         (edit-abbrevs-map): Bind them here.
27043         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
27045 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
27047         * allout.el (allout-hide-by-annotation, allout-flag-region):
27048         Reduce possibility of overlay leakage by making them volatile.
27050         * allout-widgets.el (allout-widgets-tally): Define as nil so the
27051         hash is not shared between buffers.  Mode initialization is
27052         responsible for giving it a useful starting value.
27053         (allout-item-span): Reduce possibility of overlay leakage by
27054         making them volatile.
27055         (allout-widgets-count-buttons-in-region): Add diagnostic function
27056         for tracking down button overlay leaks.
27058 2011-03-29  Leo Liu  <sdl.web@gmail.com>
27060         * ido.el (ido-read-internal): Use the default history var
27061         minibuffer-history if no HISTORY is specified.
27063 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
27065         * net/imap.el (imap-shell-open, imap-process-connection-type):
27066         Use imap-process-connection-type for 'shell' streams as well as
27067         Kerberos, SSL, other subprocesses.
27069 2011-03-28  Leo Liu  <sdl.web@gmail.com>
27071         * abbrev.el (abbrev-table-empty-p): New function.
27072         (prepare-abbrev-list-buffer): Place empty abbrev tables after
27073         nonempty ones.  (Bug#5937)
27075 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
27077         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27079 2011-03-27  Leo Liu  <sdl.web@gmail.com>
27081         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27082         for foreground and background colors.
27083         (ansi-color-make-color-map): Adapt.
27085 2011-03-25  Leo Liu  <sdl.web@gmail.com>
27087         * midnight.el (midnight-time-float): Remove.  Note it calculates
27088         the microsecond component incorrectly and seconds-to-time does the
27089         same job.
27090         Remove redundant (require 'timer).
27092         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27093         (ido-completions): Remove unused arguments.  (Bug#8329)
27095 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27097         * minibuffer.el (completion--flush-all-sorted-completions):
27098         Remove itself from hook.
27099         (completion-at-point): Let the functions perform the completion
27100         immediately and return nil or t.
27101         * comint.el (comint-dynamic-complete-functions): Now identical to
27102         completion-at-point-functions.
27103         (comint-dynamic-list-input-ring): Remove unused var `index'.
27104         (comint--match-partial-filename, comint--unquote&expand-filename):
27105         New funs, split from comint-match-partial-filename.
27106         (comint-dynamic-complete): Use completion-at-point.
27107         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27109 2011-03-24  Drew Adams  <drew.adams@oracle.com>
27111         * thingatpt.el: Support `defun'.
27113 2011-03-23  Leo Liu  <sdl.web@gmail.com>
27115         * abbrevlist.el: Move to obsolete/abbrevlist.el.
27117         * help-mode.el (help-mode-finish): Tweak regexp.
27119 2011-03-23  Glenn Morris  <rgm@gnu.org>
27121         * eshell/esh-opt.el (eshell-eval-using-options):
27122         Do not bind unused local variable `eshell-option-stub'.
27124         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27126 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27128         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27129         keymap variable in `with-no-warnings' to avoid a warning when the
27130         keymap has been already `defconst'ed.
27132 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27134         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27135         encode all chars in abbrevs; otherwise use emacs-mule or
27136         utf-8-emacs.  (Bug#8308)
27138 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
27140         * simple.el (backward-delete-char-untabify):
27141         Avoid warning about using `delete-backward-char'.
27143         * image.el (image-type-file-name-regexps): Make it variable.
27144         `imagemagick-register-types' modifies it, and the user may want
27145         to add new extensions for known image types.
27146         (imagemagick-register-types): Throw error if not using ImageMagick.
27148 2011-03-22  Leo Liu  <sdl.web@gmail.com>
27150         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27151         located before rcirc-prompt-end-marker.
27152         (rcirc-complete): Error if point is not after rcirc prompt.
27153         Handle the case when table is nil.
27154         (rcirc-user-authenticated): Define to fix compiler warning.
27156 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
27158         * custom.el (custom--inhibit-theme-enable): Make it affect only
27159         custom-theme-set-variables and custom-theme-set-faces.
27160         (provide-theme): Ignore custom--inhibit-theme-enable.
27161         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27162         (custom-enabling-themes): Delete variable.
27163         (enable-theme): Accept only loaded themes as arguments.
27164         Ignore the special custom-enabled-themes variable.
27165         (custom-enabled-themes): Forbid themes from setting this.
27166         Eliminate use of custom-enabling-themes.
27167         (custom-push-theme): Quote "changed" custom var entry.
27169 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27171         * ido.el (ido-read-internal): Add ido-selected to history instead
27172         of user input.
27174 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27176         * subr.el (deferred-action-list, deferred-action-function):
27177         Mark obsolete.
27179 2011-03-21  Leo Liu  <sdl.web@gmail.com>
27181         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27182         change on 2011-02-13 (bug#8309).
27184         * minibuffer.el (read-file-name-function): Change default value.
27185         (read-file-name--defaults): Rename from read-file-name-defaults.
27186         (read-file-name-default): Rename from read-file-name.
27187         (read-file-name): Call read-file-name-function.
27189 2011-03-21  Glenn Morris  <rgm@gnu.org>
27191         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27192         Doc fixes.
27194 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
27196         * cus-theme.el: Add missing provide statement.
27197         (customize-create-theme): Extract theme value correctly.
27198         (custom-theme-visit-theme): Autoload.
27199         (customize-create-theme): Prompt before inserting default faces.
27201 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
27203         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27204         units and musical notes.
27206 2011-03-20  Leo Liu  <sdl.web@gmail.com>
27208         * ido.el (ido-read-internal): Use completing-read-default.
27209         (ido-completing-read): Fix compatibility with completing-read.
27211 2011-03-20  Christian Ohler  <ohler@gnu.org>
27213         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27214         (ert-delete-all-tests): Use `called-interactively-p' rather than
27215         `interactive-p'.
27216         (ert--make-xrefs-region): Respect END.
27218 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27220         * dired-aux.el (dired-create-directory): Signal an error if the
27221         directory already exists (Bug#8246).
27223         * facemenu.el (list-colors-display): Call list-faces-display
27224         inside with-help-window.
27225         (list-colors-print): Use display property to align the final
27226         column, instead of checking window-width.
27228 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
27230         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27231         windows-nt systems.
27232         (emerge-protect-metachars): Quote correctly for ms-dos and
27233         windows-nt systems.
27235 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
27237         * info.el (info-initialize): Replace all uses of `:' with
27238         path-separator for compatibility with non-Unix systems.
27239         Cache quoting of path-separator.  (Bug#8258)
27241 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
27243         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27244         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27245         (mouse-avoidance-mode): Fix typos in docstrings.
27247 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
27249         * startup.el (package-subdirectory-regexp): Move from package.el.
27250         Omit \\` and \\', and let callers add them.
27252         * emacs-lisp/package.el (package-strip-version)
27253         (package-load-all-descriptors): Add \\` and \\' to
27254         package-subdirectory-regexp before using it.
27255         (package-untar-buffer): New arg DIR; ensure that file untars only
27256         into this expected directory.  Remove superfluous delete-region.
27257         (package-unpack): Caller changed.
27258         (package-tar-file-info): Use package-subdirectory-regexp.
27260 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27262         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27263         diff-mode-shared-map (bug#8284).
27264         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27266 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27268         * calendar/time-date.el (format-seconds): Use assoc instead of
27269         assoc-string, since assoc-string doesn't exist in XEmacs.
27271 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
27273         * custom.el (custom-known-themes): Reflow docstring.
27274         (custom-theme-load-path): Fix typo in docstring.
27275         (load-theme): Fix typo in error message.
27276         (custom-available-themes, custom-variable-theme-value):
27277         Use `let', not `let*'.
27279 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
27281         * calc/README: Mention inclusion of musical notes.
27283         * calc/calc-units.el (calc-lu-quant): Rename from
27284         `calc-logunits-quantity'.
27285         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27286         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27287         (calc-db): Rename from `calc-dblevel'.
27288         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27289         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27290         (calc-np): Rename from `calc-nplevel'.
27291         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27292         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27293         (calc-lu-plus): Rename from `calc-logunits-add'.
27294         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27295         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27296         (calc-lu-minus): Rename from `calc-logunits-sub'.
27297         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27298         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27299         (calc-lu-times): Rename from `calc-logunits-mul'.
27300         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27301         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27302         (calc-lu-divide): Rename from `calc-logunits-div'.
27303         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27304         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27306         * calc/calc-ext.el (calc-init-extensions): Update the names of the
27307         functions being autoloaded.
27309         * calc/calc.el (calc-lu-power-reference): Rename from
27310         `calc-logunits-power-reference'.
27311         (calc-lu-field-reference): Rename from
27312         `calc-logunits-field-reference'.
27314         * calc/calc-help.el (calc-l-prefix-help):
27315         Mention musical note functions.
27317 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27319         * minibuffer.el (completion-all-sorted-completions):
27320         Use :completion-cycle-penalty text property if present.
27322 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
27324         * allout.el (allout-yank-processing): Adjust for new rebulleting
27325         regime so bullet being yanked is used without prompting the user
27326         for a choice.
27328 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27330         * startup.el (command-line): Warn the user that _emacs is deprecated.
27332 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
27334         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27335         (delphi-verbose, delphi-comment-face, delphi-string-face)
27336         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27337         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27338         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27339         (delphi-new-comment-line, delphi-font-lock-defaults)
27340         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27341         Fix typos in docstrings.
27343 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
27345         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27346         Invert the roles of character and string values for INSTEAD, so a
27347         string is used for the more common case of a defaulting prompt.
27349 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27351         * progmodes/ruby-mode.el (ruby-backward-sexp):
27352         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27353         * play/gamegrid.el (gamegrid-make-face):
27354         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27355         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27356         * notifications.el (notifications-notify):
27357         * net/xesam.el (xesam-search-engines):
27358         * net/quickurl.el (quickurl-list-insert):
27359         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27361 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
27363         * startup.el (command-line): Update package subdirectory regexp.
27365 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27367         * allout.el (allout-abbreviate-flattened-numbering)
27368         (allout-mode-deactivate-hook): Fix up obsolescence "date".
27370         * subr.el (read-char-choice): Only show the cursor after the prompt,
27371         not after the answer.
27373 2011-03-15  Kevin Ryde  <user42@zip.com.au>
27375         * help-fns.el (variable-at-point): Skip leading quotes, if any
27376         (bug#8253).
27378 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27380         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27381         warning message.
27383 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
27385         * shell.el (shell): When called interactively, offer to change the
27386         shell file name on remote hosts.
27388 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
27390         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27391         integration for LDAP parameters.  The host, base, user or binddn,
27392         and secret tokens can be specified in a netrc file, for instance.
27393         This is optional because an `auth-source' parameter must be
27394         specified in the search attributes.
27396 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
27398         * help.el (describe-mode): Link to the mode's definition (bug#8185).
27400 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27402         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27403         into declaration.  Remove redundant and harmful binding.
27405 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
27407         * files.el (file-ownership-preserved-p): Pass `integer' as an
27408         explicit 2nd argument to `file-attributes'.  If the file's owner
27409         is the Administrators group on Windows, and the current user is
27410         Administrator, consider that a match.
27412         * server.el (server-ensure-safe-dir): Consider server directory
27413         safe on MS-Windows if its owner is the Administrators group while
27414         the current Emacs user is Administrator.  Use `=' to compare
27415         numerical UIDs, since they could be integers or floats.
27417 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
27419         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27421 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
27423         Sync with Tramp 2.2.1.
27425         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27427         * net/trampver.el: Update release number.
27429 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27431         * progmodes/compile.el (compilation--previous-directory): Fix up
27432         various nil/dead-marker mismatches (bug#8014).
27433         (compilation-directory-properties, compilation-error-properties):
27434         Don't call it at a position past the one we're about to change.
27436         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27437         Disable obsolescence warnings in the file that declares it.
27439 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
27441         * allout-widgets.el (allout-widgets-tally):
27442         Initialize allout-widgets-tally as a hash table rather than nil to
27443         prevent mode-line redisplay warnings.  Also, clarify the module
27444         description and fix a comment typo.
27446 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
27448         * help-fns.el (describe-variable): Don't complete keywords.
27449         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27451 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
27453         * emacs-lisp/package.el (package-version-join): Impose a standard
27454         string representation for pre/alpha/beta version lists.
27455         (package-unpack-single): Standardize the directory name by passing
27456         it through package-version-join.
27457         (package-strip-rcs-id): Accept any version string that does not
27458         signal an error in version-to-list.
27460 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
27462         * simple.el (delete-trailing-whitespace): Return nil for the
27463         benefit of `write-file-functions'.
27465 2011-03-10  Glenn Morris  <rgm@gnu.org>
27467         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27469         * vc/vc-git.el (vc-git-program): New option.
27470         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27471         (vc-git--call): Use it.
27473         * eshell/esh-util.el (eshell-condition-case): Doc fix.
27475         * cus-edit.el (Custom-newline): If no button at point, look
27476         for a subgroup button at start-of-line.  (Bug#2298)
27478         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27480 2011-03-10  Julien Danjou  <julien@danjou.info>
27482         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27483         `cursor-type' is nil.
27485 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
27487         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27489 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
27491         * allout.el: Change so yank of distinctive-bullet items
27492         preserves the existing header prefix, rebulleting it if necessary,
27493         rather than replacing it.  This is necessary for proper operation
27494         of cooperative addons like allout-widgets.
27495         (allout-make-topic-prefix, allout-rebullet-heading):
27496         Change SOLICIT arg to INSTEAD, and interpret additionally a string
27497         value as alternate bullet to be used, instead of prompting the user
27498         for a bullet character.
27500 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
27502         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27503         Do not use `tramp-file-name-port', because this returns also
27504         `tramp-default-port'.
27506 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
27508         * net/rcirc.el (rcirc-handler-001): Remove useless
27509         with-rcirc-process-buffer.
27510         (rcirc-check-auth-status): Swap arguments to string-match.
27512 2011-03-09  Glenn Morris  <rgm@gnu.org>
27514         * shell.el (shell-mode):
27515         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
27517         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27518         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
27520 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27522         * emacs-lisp/package.el (package-refresh-contents)
27523         (package-menu-execute): Use condition-case-no-debug.
27525 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
27527         * simple.el (shell-command-to-string): Use `process-file'.
27529         * emacs-lisp/package.el (package-tar-file-info): Handle also
27530         remote files.
27532         * emacs-lisp/package-x.el (package-upload-buffer-internal):
27533         Use `equal' for upload base check.
27535 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
27537         * textmodes/texinfo.el (texinfo-environments):
27538         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
27540 2011-03-08  Glenn Morris  <rgm@gnu.org>
27542         * cus-start.el (cursor-in-non-selected-windows):
27543         Fix :set quoting oddness.  (Bug#8192)
27545         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27546         in some setf expressions.  (Bug#2159)
27548 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
27550         * custom.el (custom-available-themes): Return themes in
27551         alphabetical order.
27553 See ChangeLog.15 for earlier changes.
27555 ;; Local Variables:
27556 ;; coding: utf-8
27557 ;; End:
27559   Copyright (C) 2011-2013 Free Software Foundation, Inc.
27561   This file is part of GNU Emacs.
27563   GNU Emacs is free software: you can redistribute it and/or modify
27564   it under the terms of the GNU General Public License as published by
27565   the Free Software Foundation, either version 3 of the License, or
27566   (at your option) any later version.
27568   GNU Emacs is distributed in the hope that it will be useful,
27569   but WITHOUT ANY WARRANTY; without even the implied warranty of
27570   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27571   GNU General Public License for more details.
27573   You should have received a copy of the GNU General Public License
27574   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.