Update CEDET from upstream.
[emacs.git] / lisp / ChangeLog
blobb324dce51648fbe6eb2c5afeb7d575fe2a9f197b
1 2012-10-01  David Engster  <deng@randomsample.de>
3         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4         from symbol property and change message to be more consistent with
5         Emacs proper.
6         (eieio-describe-generic): Add filename for each implementation.
7         Fix indices for generic and normal methods.
8         (eieio-method-def, eieio-class-def): New buttons.
9         (eieio-help-find-method-definition)
10         (eieio-help-find-class-definition): New functions.
11         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
12         class, constructor and method definitions.
14         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
15         information in symbol property.
16         (scoped-class): Remove.
17         (eieio-slot-name-index, call-next-method): Check if it is bound.
19 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
21         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
22         (eieio-custom-mode): New major mode.
23         (eieio-customize-object): Use it.
25 2012-10-01  Eric Ludlam  <zappo@gnu.org>
27         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
28         specifying the expected class, and whether subclassing is allowed.
29         (eieio-persistent-convert-list-to-object):
30         (eieio-persistent-validate/fix-slot-value)
31         (eieio-persistent-slot-type-is-class-p): New functions.
32         (eieio-named::slot-missing): Doc fix.
34         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
35         Stop using unused publd variable.
37         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
38         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
39         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
40         (eieio-speedbar-handle-click): Do not specify a class for the
41         method.  Fixes method invocation order problems with EDE.
43 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
46         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
48 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
50         * bookmark.el (bookmark-version-control): Give tags in the
51         :type choices (Bug#12309), and improve doc string.
52         (bookmark-write-file): Bind `print-circle' to `t' to allow
53         circular custom bookmark types.  (Bug#12503)
55 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
57         Revert the FOLLOW-SYMLINKS change for file-attributes.
58         * files.el (remote-file-name-inhibit-cache, after-find-file):
59         * time.el (display-time-file-nonempty-p): Undo last change.
61         * profiler.el (profiler-sampling-interval): Change default back to 1.
62         See Stefan Monnier in
63         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
65 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
67         Shell output catching a la gud-gdb.
68         * progmodes/python.el (python-shell-fetch-lines-in-progress)
69         (python-shell-fetch-lines-string, python-shell-fetched-lines):
70         New Vars.
71         (python-shell-fetch-lines-filter): New function.
72         (python-shell-send-string-no-output): Use them.
74 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
76         * profiler.el (profiler-sampling-interval): Rename from
77         profiler-sample-interval.
78         (profiler-sampling-interval): Default to 10.
79         (profiler-find-profile): New command (was profiler-find-log).
80         (profiler-find-profile-other-window): New command.
81         (profiler-find-profile-other-frame): New command.
82         (profiler-profile): Introduce API-level data structure.
84 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
86         file-attributes has a new optional arg FOLLOW-SYMLINKS.
87         * files.el (remote-file-name-inhibit-cache):
88         * time.el (display-time-file-nonempty-p): Use it.
89         * files.el (after-find-file): Don't chase links before calling
90         file-exists-p, as file-exists-p already does the right thing.
92 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
94         Merge from standalone RefTeX repository.
96         The following ChangeLog entries are shortened versions of the
97         original ones with file paths adapted.  A not so strongly edited
98         version of the original ChangeLog can be found in the commit log.
100         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
101         (reftex-arg-cite): Use `reftex-cite-key-separator'.
102         Correctly handle new value type returned by `reftex-citation'.
104         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
105         that entries with whitespace at various places are found.
106         Doc fix. Include entries that are cross-referenced from cited entries.
107         Include @String definitions in the resulting bib file.  Add header
108         and footer defined in `reftex-create-bibtex-header' and
109         `reftex-create-bibtex-footer'.
110         (reftex-do-citation): Make it possible again to insert
111         non-existent entries.  Save match data when asking for optional
112         arguments. Return all keys, not just the first one.
113         (reftex-all-used-citation-keys): Fix regexp to correctly extract
114         all citations in the same line.
115         (reftex-parse-bibtex-entry): Accept additional optional argument
116         `raw' and keep quotes or braces if it is non-nil.  Match fields
117         containing hyphens besides word constituents.
118         (reftex-get-string-refs): New function.
119         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
120         and ask if it should be reread in case it did.
121         (reftex-pop-to-bibtex-entry)
122         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
123         entries with spaces or tabs in front of arguments.
124         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
125         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
126         Match entries containing numbers and symbol constituents.
127         (reftex-do-citation, reftex-figure-out-cite-format):
128         Use `reftex-cite-key-separator'.
130         * textmodes/reftex-dcr.el: Move provide statement to end of file.
131         (reftex-mouse-view-crossref): Explain why point is set.
133         * textmodes/reftex-global.el: Whitespace changes.
135         * textmodes/reftex-index.el: Move provide statement to end of
136         file.
137         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
138         (reftex-index-visit-phrases-buffer): Set marker when visiting
139         buffer.  This allows for returning from the phrases file to the
140         file one was just editing instead of the file where the last
141         phrases was added from.
142         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
143         punctuation syntax as it usually is not used as string quote in
144         TeX-related modes and may occur unmatched.  The change also
145         prevents fontification of quoted content.
146         (reftex-index-phrases-mode): Use it.
148         * textmodes/reftex-parse.el (reftex-parse-from-file):
149         Move backward one char if a `\' was matched after a section macro.
150         (reftex-parse-from-file): Use beginning of match instead of end as
151         bound.
153         * textmodes/reftex-ref.el: Adapt creation of
154         `reftex-<package>-<macro>' functions to new structure of
155         `reftex-ref-style-alist'.
156         (reftex-reference): Use `reftex-ref-style-list' function.
157         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
158         reference macro if `reftex-ref-macro-prompt' is non-nil.
159         (reftex-reference): Pass refstyle to `reftex-format-special'.
160         Determine reference macro by looking at
161         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
162         Use only one special format function.
163         (reftex-varioref-vref, reftex-fancyref-fref)
164         (reftex-fancyref-Fref): Remove definitions.  The functions are now
165         generated from `reftex-ref-style-alist'.
166         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
167         Remove.
168         (reftex-format-special): New function.
170         * textmodes/reftex-sel.el
171         (reftex-select-cycle-ref-style-internal): Adapt to new structure
172         of `reftex-ref-style-alist'. Remove code for testing macro type.
173         (reftex-select-toggle-varioref)
174         (reftex-select-toggle-fancyref): Remove.
175         (reftex-select-cycle-ref-style-internal)
176         (reftex-select-cycle-ref-style-forward)
177         (reftex-select-cycle-ref-style-backward): New functions.
178         (reftex-select-label-map): Use `v' and `V' for general cycling
179         through reference styles.  Add `p' for switching between number
180         and page reference types.
182         * textmodes/reftex-toc.el (reftex-re-enlarge):
183         Call `enlarge-window' only if there is something to do because in Emacs
184         the horizontal version throws an error even if the parameter is 0.
186         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
187         (reftex-plug-into-AUCTeX): Doc fix.
188         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
189         string.  Adapt to new name.
190         (reftex-ref-style-alist): Change structure so that it is not
191         possible to use multiple different package names within a style.
192         Remove the symbols for symbols for macro type distinction.
193         Add characters for macro selection.
194         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
195         (reftex-create-bibtex-footer): New variables.
196         (reftex-format-ref-function): Mention third argument of special
197         format function.
198         (reftex-ref-style-alist, reftex-ref-style-default-list):
199         New variables.
200         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
201         to new implementation.  Mark as obsolete.  Add compatibility code
202         for honoring the variable values in case they are set.
203         (reftex-cite-format-builtin, reftex-bibliography-commands):
204         Add support for ConTeXt.
205         (reftex-format-ref-function, reftex-format-cite-function):
206         Fix custom type.
207         (reftex-cite-key-separator): New variable.
209         * textmodes/reftex.el (reftex-syntax-table-for-bib)
210         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
211         `reftex-syntax-table' because parens have to retain their paren
212         syntax in order for parsing of BibTeX entries like @book(...) to
213         work.
214         (reftex-in-comment): Do not error out if `comment-start-skip' is
215         not set.  Deal correctly with escaped comment characters.
216         (reftex-tie-multifile-symbols): Add doc string.
217         Initialize `reftex-ref-style-list'.
218         (reftex-untie-multifile-symbols): Add doc string.
219         (reftex-add-index-macros): Doc fix.
220         (reftex-ref-style-activate, reftex-ref-style-toggle)
221         (reftex-ref-style-list): New functions.
222         (reftex-mode-menu): Use them.  Adapt to new structure of
223         `reftex-ref-style-alist'.
224         (reftex-select-with-char): Kill the RefTeX Select buffer when
225         done.
226         (reftex-remove-if): New function.
227         (reftex-erase-all-selection-and-index-buffers)
228         (reftex-mode-menu): Reference styles are now computed from
229         `reftex-ref-style-alist'.  Fix typo.
230         (reftex-report-bug): New function.
231         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
232         algorithms with O(n log n).  Introduce optional argument SORT (not
233         yet used).
235 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
237         Enhancements for triple-quote string syntax.
238         * progmodes/python.el (python-syntax-propertize-function):
239         Match both quote cases in one regexp.
240         (python-syntax-stringify): Handle matches properly.
242 2012-09-30  Juri Linkov  <juri@jurta.org>
244         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
245         to nil around the call to `add-text-properties' to prevent
246         directory time modification by lock_file.  (Bug#2295)
247         * tar-mode.el (tar-summarize-buffer): Idem.
249 2012-09-30  Juri Linkov  <juri@jurta.org>
251         * facemenu.el (list-colors-sort): Add option "Luminance".
252         (list-colors-sort-key): Implement it.
254         * vc/diff-mode.el (diff-refine-removed):
255         * vc/ediff-init.el (ediff-fine-diff-A):
256         * vc/smerge-mode.el (smerge-refined-removed):
257         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
259 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
261         * term/ns-win.el (x-file-dialog): New function.
263 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
265         * ido.el (ido-max-directory-size): Default to nil; the current
266         default is small for POSIX systems, and impractical on Windows 7
267         now that lstat returns directory sizes for NTFS.
269 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
271         In buffer display functions handle window-height/window-width
272         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
273         * window.el (window--display-buffer): New argument ALIST.
274         Obey window-height and window-width alist entries.
275         (window--try-to-split-window): New argument ALIST.
276         Bind window-combination-limit to t when the window's size shall be
277         changed and window-combination-limit equals `window-size'.
278         (display-buffer-in-atom-window)
279         (display-buffer-in-major-side-window)
280         (display-buffer-in-side-window, display-buffer-same-window)
281         (display-buffer-reuse-window, display-buffer-pop-up-frame)
282         (display-buffer-pop-up-window, display-buffer-below-selected)
283         (display-buffer-at-bottom, display-buffer-in-previous-window)
284         (display-buffer-use-some-window): Adjust all callers of
285         window--display-buffer and window--try-to-split-window.
286         (fit-frame-to-buffer): New option.
287         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
288         is non-nil.
289         (display-buffer-in-major-side-window): Evaluate window-height /
290         window-width alist entries.
292         * help.el (temp-buffer-resize-frames)
293         (temp-buffer-resize-regexps): Remove options.
294         (temp-buffer-resize-mode): Adjust doc-string.
295         (resize-temp-buffer-window): Don't consult
296         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
297         temp-buffer-resize-frames.
299         * dired.el (dired-mark-pop-up):
300         Call display-buffer-below-selected with a fit-window-to-buffer alist
301         entry.
303 2012-09-30  Chong Yidong  <cyd@gnu.org>
305         * server.el (server-host): Document the security implications.
306         (server-auth-key): Doc fix.
308         * startup.el (initial-buffer-choice): Doc fix.
310         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
312         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
313         restriction change.
315         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
317         * help-fns.el (help-fns--obsolete): Fix last change.
319 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
322         (minor-mode-map-alist): Remove redundant code.
324         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
325         visited in a buffer.
326         (cvs-insert-visited-file): New function.
327         (find-file-hook): Use it.
329         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
331         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
332         chose face.
333         (log-edit-empty-buffer-p): Don't require a space after a header.
335         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
337         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
339         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
340         a proper minor-mode.
342         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
344 2012-09-29  Glenn Morris  <rgm@gnu.org>
346         * winner.el (winner-mode): Remove variable (let define-minor-mode
347         handle it).
348         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
349         Doc fixes.
350         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
351         (winner-mode): Use define-minor-mode.
353         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
354         the full definition in loaddefs, rather than duplicating it.
356         * help-macro.el (three-step-help): No need to autoload defcustom.
358         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
359         (inferior-lisp-program, inferior-lisp-load-command)
360         (inferior-lisp-prompt, inferior-lisp-mode-hook):
361         No need to autoload defcustoms.
363         * hippie-exp.el (hippie-expand-try-functions-list)
364         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
365         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
366         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
367         (hippie-expand-only-buffers): No need to autoload defcustoms.
368         * progmodes/vhdl-mode.el (vhdl-line-expand):
369         Explicitly load hippie-exp, so it does not get autoloaded
370         while hippie-expand-try-functions-list is let-bound.
372 2012-09-28  Glenn Morris  <rgm@gnu.org>
374         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
376         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
377         Only "cl.el" counts as cl these days.
379 2012-09-28  Juri Linkov  <juri@jurta.org>
381         Display archive errors in the echo area instead of inserting
382         to the file buffer.
384         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
385         to STDERR-TEST that can be a regexp matching a successful output.
386         Create a temporary file and redirect stderr to it.  Search for
387         STDERR-TEST in the stderr output and display it in the echo area
388         if no match is found.
389         (archive-extract-by-file): New function like
390         `archive-extract-by-stdout' but extracting archives to files
391         and looking for successful matches in stdout.  Function body is
392         mostly copied from `archive-rar-extract'.
393         (archive-rar-extract): Use `archive-extract-by-file'.
394         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
396 2012-09-28  Leo Liu  <sdl.web@gmail.com>
398         * pcomplete.el (pcomplete-show-completions):
399         Use minibuffer-message to make pcomplete usable in minibuffer.
401         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
403 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * type-break.el: Use lexical-binding.
406         (type-break-mode): Use define-minor-mode.
408         * emacs-lisp/pcase.el (pcase--mark-used): New.
409         (pcase--u1): Use it (bug#12512).
411         * custom.el (load-theme): Set buffer-file-name so the load is recorded
412         in load-history with the right file name.
414 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
416         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
417         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
418         (doc-view-get-bounding-box): Make bounding box slicing work for
419         ODF and DVI documents.
421 2012-09-28  Glenn Morris  <rgm@gnu.org>
423         * type-break.el (type-break-mode, type-break-interval)
424         (type-break-good-rest-interval, type-break-keystroke-threshold):
425         No need to autoload.
426         (type-break-good-rest-interval, type-break-keystroke-threshold):
427         Add :set-after.
429 2012-09-28  Chong Yidong  <cyd@gnu.org>
431         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
432         Add :version tag.
434 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
438 2012-09-27  Glenn Morris  <rgm@gnu.org>
440         * faces.el (x-display-name): Declare (for without-x builds).
442         * linum.el (linum-format): Don't autoload it.  Improve :type.
444         * progmodes/tcl.el: Don't require outline when compiling.
445         (outline-regexp, outline-level): Declare.
446         * textmodes/sgml-mode.el: Don't require outline when compiling.
447         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
449         * term.el (term-ansi-reset):
450         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
452         * vc/vc.el (vc-next-action): Only gripe about committing read-only
453         files for RCS and SCCS.  (Bug#9781)
455 2012-09-27  Chong Yidong  <cyd@gnu.org>
457         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
458         change; value should be t.
460 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
462         * image-mode.el: Use lexical-binding.
463         (image-mode-winprops): Use t to stand for the window of
464         a buffer that's not displayed.
465         * doc-view.el (doc-view-new-window-function): Handle the new
466         t in winprops.
467         (doc-view-enlarge): Make it a real nop if the size is not changed.
468         (doc-view-display): Handle the case where the buffer is not (yet?)
469         displayed in any window.
470         (doc-view-saved-settings): New var.
471         (doc-view-mode): Use it.
472         (doc-view-fallback-mode): Set it.
474         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
475         Set lexical-binding.
476         (minibuffer-eldef-shorten-default): New var.
477         (minibuffer-default-in-prompt-regexps): Use it for new default.
478         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
480 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
482         * international/uni-bidi.el:
483         * international/uni-category.el:
484         * international/uni-name.el:
485         * international/uni-numeric.el: Regenerate.
487 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
488             Stefan Monnier  <monnier@iro.umontreal.ca>
490         * profiler.el: New file.
492 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
495         (testcover-reinstrument): Simplify with CSE.
497 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
499         * window.el (temp-buffer-window-setup): Fix typo in docstring.
501 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
503         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
504         (verilog-auto-input, verilog-auto-insert-lisp)
505         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
506         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
507         (verilog-auto-unused, verilog-auto-wire)
508         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
509         newline.  Reported by Andrew Jones.
510         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
511         Reported by Brad Dobbie.
512         (verilog-batch-delete-trailing-whitespace):
513         Create verilog-batch-delete-trailing-whitespace.
514         Reported by Brad Dobbie.
515         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
516         parameters from another module.  Reported by Dan Katz.
517         (verilog-auto, verilog-auto-assign-modport)
518         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
519         AUTOINOUTMODPORT for UVM interface module shell generation.
520         Reported by Brad Dobbie.
521         (verilog-auto-inst-interfaced-ports): Make default nil, as more
522         standard behavior.
523         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
524         Reported by Matt Martin.
526 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
528         * window.el (window--resize-child-windows): When resizing child
529         windows proportionally, process them in reverse order to
530         preserve the "when splitting a window the new one gets the odd
531         line" behavior.
532         (window--resize-root-window-vertically): When resizing the
533         minibuffer window try to affect only windows at the bottom of the
534         frame.  (Bug#12419)
536 2012-09-25  Chong Yidong  <cyd@gnu.org>
538         * subr.el (declare): Doc fix.
540         * help-fns.el (help-fns--obsolete): Handle macros properly.
542 2012-09-25  Chong Yidong  <cyd@gnu.org>
544         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
545         this function obsolete.
547         * calendar/cal-x.el (calendar-two-frame-setup)
548         (calendar-only-one-frame-setup, calendar-one-frame-setup):
549         * calendar/calendar.el (american-calendar, european-calendar)
550         (calendar-for-loop):
551         * comint.el (comint-dynamic-simple-complete)
552         (comint-dynamic-complete-as-filename, comint-unquote-filename):
553         * desktop.el (desktop-load-default):
554         * dired-x.el (dired-omit-here-always)
555         (dired-hack-local-variables, dired-default-directory):
556         * emacs-lisp/derived.el (derived-mode-class):
557         * emacs-lisp/timer.el (timer-set-time-with-usecs):
558         * emacs-lock.el (toggle-emacs-lock):
559         * epa.el (epa-display-verify-result):
560         * epg.el (epg-sign-keys, epg-start-sign-keys)
561         (epg-passphrase-callback-function):
562         * eshell/esh-util.el (eshell-for):
563         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
564         (eshell-add-to-window-buffer-names):
565         * files.el (locate-file-completion):
566         * imenu.el (imenu-example--create-c-index)
567         (imenu-example--create-lisp-index)
568         (imenu-example--lisp-extract-index-name)
569         (imenu-example--name-and-position):
570         * international/mule-cmds.el (princ-list):
571         * international/mule-diag.el (decode-codepage-char):
572         * international/mule-util.el (detect-coding-with-priority):
573         * iswitchb.el (iswitchb-read-buffer):
574         * mail/mailalias.el (mail-complete):
575         * mail/sendmail.el (mail-sent-via):
576         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
577         (mouse-major-mode-menu):
578         * password-cache.el (password-read-and-add):
579         * pcomplete.el (pcomplete-parse-comint-arguments):
580         * progmodes/sh-script.el (sh-maybe-here-document):
581         * replace.el (query-replace-regexp-eval):
582         * savehist.el (savehist-load):
583         * simple.el (choose-completion-delete-max-match):
584         * term.el (term-dynamic-simple-complete):
585         * vc/ediff-init.el (ediff-check-version):
586         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
587         * vc/vc.el (vc-diff-switches-list):
588         * view.el (view-return-to-alist-update): Likewise.
590         * subr.el (eval-next-after-load, makehash, insert-string)
591         (assoc-ignore-representation, assoc-ignore-case): Use declare to
592         mark obsolete.
593         (mode-line-inverse-video): Variable deleted.
595         * international/mule-util.el (string-to-sequence): Remove.
597         * calendar/calendar.el (calendar-version):
598         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
599         (icalendar-convert-diary-to-ical):
600         * cus-edit.el (custom-mode):
601         * ansi-color.el (ansi-color-unfontify-region):
602         * international/latin1-disp.el (latin1-char-displayable-p):
603         * progmodes/cwarn.el (turn-on-cwarn-mode):
604         * progmodes/which-func.el (which-func-update-1):
605         Use define-obsolete-function-alias.
607         * net/newst-backend.el (newsticker-cache-filename):
608         * net/newst-treeview.el (newsticker-groups-filename):
609         Fix incorrect obsolescence declaration.
611         * allout.el (allout-passphrase-hint-string): Likewise.
612         (allout-init): Use a declare form to mark obsolete.
614         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
615         this applies to functions.
617         * iswitchb.el (iswitchb-read-buffer): Move code of
618         iswitchb-define-mode-map here, and delete that obsolete function.
620         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
621         font-lock-reference-face.
623 2012-09-25  Glenn Morris  <rgm@gnu.org>
625         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
626         Doc fixes.
628         * eshell/em-term.el (eshell-term-name):
629         Default to term-term-name.  (Bug#12485)
631 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
633         * progmodes/python.el (python-shell-send-buffer): Better handling
634         of "if __name__ == '__main__':" conditionals when sending the buffer.
636 2012-09-24  Glenn Morris  <rgm@gnu.org>
638         * eshell/esh-cmd.el (eshell-find-alias-function):
639         Tighten up file-name regexp.  (Bug#12499)
641 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
643         Enhancements for triple-quote string syntax.
644         * progmodes/python.el (python-quote-syntax): Remove.
645         (python-syntax-propertize-function): New value.
646         (python-syntax-count-quotes, python-syntax-stringify):
647         New functions.
649 2012-09-24  Chong Yidong  <cyd@gnu.org>
651         * mail/supercite.el (sc-version): Remove obsolete function.
652         (sc-describe): Don't mark as obsolete, since it is bound.
653         (sc-submit-bug-report): Remove.
655         * vc/log-edit.el (cvs-changelog-full-paragraphs)
656         (cvs-commit-buffer-require-final-newline): Remove.
657         (log-edit-require-final-newline)
658         (log-edit-changelog-full-paragraphs): Default to t.
660         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
661         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
662         * vc/vc.el (vc-checkout-carefully): Likewise.
664         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
665         (emerge-version): Remove.
667         * progmodes/compile.el (compile-internal): Remove.
668         (compilation-parse-errors-function): Fix typo.
670         * international/mule.el (set-char-table-default): Remove.
671         (set-coding-priority, make-coding-system, generic-char-p)
672         (charset-list, charset-bytes, charset-id): Use declare to mark
673         functions as obsolete.
675         * vc/pcvs-defs.el (cvs-buffer-name-alist)
676         (cvs-invert-ignore-marks): Remove references to obsolete vars.
677         * vc/vc-hooks.el (vc-default-registered): Don't use
678         vc-master-templates.
680         * font-lock.el (font-lock-reference-face):
681         Use define-obsolete-variable-alias.
683         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
684         * calendar/calendar.el (calendar-font-lock-keywords):
685         * calendar/diary-lib.el (diary-font-lock-keywords)
686         (diary-fancy-font-lock-keywords):
687         * textmodes/reftex-sel.el (reftex-insert-docstruct):
688         * textmodes/reftex-index.el (reftex-insert-index):
689         * textmodes/reftex-cite.el (reftex-format-bib-entry):
690         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
691         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
692         * progmodes/prolog.el (prolog-font-lock-keywords):
693         * progmodes/idlwave.el (idlwave-idl-keywords):
694         * progmodes/ada-mode.el (ada-font-lock-keywords):
695         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
697 2012-09-24  Glenn Morris  <rgm@gnu.org>
699         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
701 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
703         * progmodes/python.el (python-indent-line): More consistent cursor
704         movement behavior.
706 2012-09-23  Stefan Merten  <smerten@oekonux.de>
708         * textmodes/rst.el: Fix compiler warning.
710 2012-09-23  Roland Winkler  <winkler@gnu.org>
712         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
713         Transcribe also LaTeX hyphenation.
714         (bibtex-reformat): Bug fix. Do not quote twice the elements of
715         bibtex-reformat-previous-options.
717 2012-09-23  Roland Winkler  <winkler@gnu.org>
719         * proced.el (proced-renice-command): New variable.
720         (proced-marked-processes): New function.
721         (proced-with-processes-buffer): New macro.
722         (proced-send-signal): Use them.
723         (proced-renice): New command bound to r.
725 2012-09-23  Roland Winkler  <winkler@gnu.org>
727         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
728         ibuffer-saved-filter-groups has one element, shortcut the call of
729         completing-read.  (Bug#12331)
731 2012-09-23  Chong Yidong  <cyd@gnu.org>
733         * bindings.el (mode-line-toggle-read-only):
734         * bs.el (bs-toggle-readonly):
735         * buff-menu.el (Buffer-menu-toggle-read-only):
736         * dired.el (dired-toggle-read-only):
737         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
739 2012-09-23  Chong Yidong  <cyd@gnu.org>
741         * image.el (image-type-available-p): Adapt to init-image-library
742         argument changes.
744 2012-09-22  Juri Linkov  <juri@jurta.org>
746         * dired.el (dired-mode-map): Add [remap read-only-mode] for
747         `dired-toggle-read-only'.  (Bug#12462)
749 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
751         * subr.el (temp-output-buffer-show): New function.
752         (with-output-to-temp-buffer): Call temp-output-buffer-show
753         instead of internal-temp-output-buffer-show.
755 2012-09-22  Chong Yidong  <cyd@gnu.org>
757         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
758         (Bug#12462).
760         * repeat.el (repeat): Doc fix (Bug#12348).
762         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
763         (Bug#10909).
765         * simple.el (shell-command-on-region): Doc fix.
766         (read-only-mode): Doc fix.
768 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
770         * emacs-lisp/timer.el (run-with-idle-timer)
771         (timer-activate-when-idle): Warn against reinvoking an idle timer
772         from within its own timer action.  (Bug#12447)
774 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
776         * cus-start.el (window-combination-limit): Add new optional
777         values.
778         * window.el (temp-buffer-window-show)
779         (window--try-to-split-window): Handle new values of
780         window-combination-limit (Bug#1806).
781         (split-window): Test window-combination-limit for t instead of
782         non-nil.
783         (display-buffer-at-bottom): New buffer display action function.
784         * help.el (temp-buffer-resize-regexps): New option.
785         (temp-buffer-resize-mode): Rewrite doc-string.
786         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
787         Don't resize reused window.  Suggested by Glenn Morris.
789 2012-09-22  Stefan Merten  <smerten@oekonux.de>
791         * textmodes/rst.el: Revamp section title faces.
792         (rst-official-version)
793         (rst-package-emacs-version-alist): Sync with official version
794         V1.4.0.
795         (rst-faces-defaults, rst-set-level-default)
796         (rst-level-face-max, rst-level-face-base-color)
797         (rst-level-face-base-light, rst-level-face-format-light)
798         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
799         (rst-adornment-faces-alist): Match new setup.
800         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
801         (rst-level-5, rst-level-6): New faces.
803 2012-09-22  Chong Yidong  <cyd@gnu.org>
805         * simple.el (undo): Handle indirect buffers (Bug#8207).
807 2012-09-21  Leo Liu  <sdl.web@gmail.com>
809         IDO: Disable match re-ordering for buffer switching.
810         * ido.el (ido-buffer-disable-smart-matches): New variable.
811         (ido-set-matches-1): Use it.  (Bug#2042)
813 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
815         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
816         Fix 2011-05-17 change.  (Bug#12418)
818 2012-09-21  Leo Liu  <sdl.web@gmail.com>
820         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
822 2012-09-21  Glenn Morris  <rgm@gnu.org>
824         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
825         Be more robust about locating simple.el.
827 2012-09-21  Glenn Morris  <rgm@gnu.org>
829         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
831 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
833         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
835 2012-09-20  Juri Linkov  <juri@jurta.org>
837         * replace.el (query-replace-read-from): Use `read-regexp' instead
838         of `read-from-minibuffer' when `regexp-flag' is non-nil.
839         (occur-read-primary-args): Use `read-regexp' instead of
840         `read-string'.
841         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
842         `read-from-minibuffer'.
843         * isearch.el (isearch-occur): Use `read-regexp' instead of
844         `read-string'.
845         * dired.el (dired-read-regexp): Use `read-regexp' instead of
846         `read-from-minibuffer'.
847         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
848         of `read-string'.  (Bug#7567)
850         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
851         and allow accepting a list of strings prepended to a list of
852         standard default values.  Doc fix.  (Bug#12321)
854         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
856         * replace.el (read-regexp): Don't add ": " when PROMPT already
857         ends with a colon and space.  (Bug#12321)
859 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
861         * doc-view.el (doc-view-display): Better fix for the cl-assertion
862         error.
864 2012-09-20  Stefan Merten  <smerten@oekonux.de>
866         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
867         Fixes feature request bug#11711.
868         (rst-mode): Create `imenu-create-index-function'.
869         (rst-get-stripped-line): Delete after refactoring.
870         (rst-section-tree, rst-section-tree-rec)
871         (rst-section-tree-point): Refactor and document properly.
872         (rst-imenu-find-adornments-for-position)
873         (rst-imenu-convert-cell, rst-imenu-create-index):
874         New function.
876 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
879         (macroexp--expand-all): Use it.
880         (macroexp--funcall-and-return): Remove by folding it into its sole
881         caller (macroexp--warn-and-return).
882         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
883         Use macroexp--obsolete-warning.
885         * calc/calc.el: Fix last change by removing the whole chunk, since it
886         was only needed back when Calc was not bundled.
888 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
890         * emacs-lisp/debug.el (debug): Restore assignment to
891         debugger-old-buffer removed on 2012-09-08.
893 2012-09-20  Juri Linkov  <juri@jurta.org>
895         * dired-aux.el (dired-diff): Remove (require 'diff) since
896         `diff-latest-backup-file' is now autoloaded.
898 2012-09-20  Chong Yidong  <cyd@gnu.org>
900         * vc/diff.el (diff-latest-backup-file): Autoload.
902 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * calc/calc.el: Remove redundant autoload shape check.
905         (sel-mode): Don't defvar.
906         (calc-get-stack-element): Add `sel-mode' arg instead.
907         (calc-top, calc-top-list): Pass it this additional argument.
908         * calc/calc-store.el (calc-store-map):
909         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
910         (calc-map-equation, calc-outer-product, calc-inner-product):
911         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
913         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
915 2012-09-19  Juri Linkov  <juri@jurta.org>
917         * dired-aux.el (dired-diff): Add (require 'diff) because
918         `diff-latest-backup-file' is not autoloaded.
919         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
920         of `dired-get-filename' to t to not report error when there is
921         no default file on the current line.
923 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
925         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
926         macroexp--eval-if-compile.
927         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
928         (macroexp--expand-all): Use them (bug#12371).
930         * doc-view.el (doc-view-guess-paper-size)
931         (doc-view-scale-bounding-box): Fix unbound `caddr'.
933 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
935         New feature: set optimal slice from BoundingBox information.
936         * doc-view.el (doc-view-mode-map): Add keybinding.
937         (doc-view-menu): Add menu entry.
938         (doc-view-set-slice): Adapt docstring.
939         (doc-view-get-bounding-box, doc-view-guess-paper-size)
940         (doc-view-scale-bounding-box)
941         (doc-view-set-slice-from-bounding-box): New functions.
942         (doc-view-paper-sizes): New defvar.
944 2012-09-19  Glenn Morris  <rgm@gnu.org>
946         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
947         (byte-compile-log-warning): Autoload.  (Bug#12371)
949         * calendar/calendar.el (calendar-american-month-header)
950         (calendar-european-month-header, calendar-iso-month-header)
951         (calendar-month-header): New options.
952         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
953         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
955 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
957         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
959 2012-09-18  Juri Linkov  <juri@jurta.org>
961         * dired-aux.el (dired-diff): Restore original functionality of
962         getting the default value, but keep new feature of using the
963         latest existing backup file (`diff-latest-backup-file').
965 2012-09-18  Juri Linkov  <juri@jurta.org>
967         * dired.el (dired-mark): If the region is active in Transient Mark
968         mode, mark all files in the active region.  Doc fix.
969         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
970         Doc fix.  (Bug#10624)
972 2012-09-18  Juri Linkov  <juri@jurta.org>
974         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
975         attributes for M-n are pulled from the file at point.
976         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
977         Suggested by Drew Adams.  (Bug#10624)
979 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
981         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
982         whitespace after "end".
983         (ruby-do-end-to-brace): Collapse block to one line if it fits
984         within fill-column.
986 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
988         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
989         value.
990         (debug): Don't remove debugger window when debugger is expected
991         to be back.
993 2012-09-18  Chong Yidong  <cyd@gnu.org>
995         * custom.el (defface): Doc fix.
997         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
999 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
1001         * progmodes/compile.el (compilation-start): Use compilation-always-kill
1002         to initialize query-on-exit; then test that instead (bug#12288).
1004 2012-09-17  Stefan Merten  <smerten@oekonux.de>
1006         * textmodes/rst.el: Add support for `testcover'.
1007         (rst-defcustom-testcover, rst-testcover-add-compose)
1008         (rst-testcover-add-1value): New functions.
1009         (rst-portable-mark-active-p): Replace by `use-region-p'.
1010         (rst-update-section, rst-classify-adornment)
1011         (rst-find-title-line): Mark `1value' forms.
1012         (rst-classify-adornment): Remove superfluous form.
1013         (rst-update-section, rst-get-adornments-around)
1014         (rst-adornment-complete-p, rst-get-next-adornment)
1015         (rst-adjust, rst-promote-region)
1016         (rst-display-adornments-hierarchy, rst-straighten-adornments)
1017         (rst-find-pfx-in-region, rst-section-tree-rec)
1018         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1019         (rst-toc-node, rst-toc, rst-forward-section)
1020         (rst-iterate-leftmost-paragraphs)
1021         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1022         (rst-bullet-list-region)
1023         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1024         (rst-compile-find-conf, rst-compile)
1025         (rst-repeat-last-character): Fix style.
1027 2012-09-17  Chong Yidong  <cyd@gnu.org>
1029         * comint.el (comint--complete-file-name-data): Don't add a space
1030         if the status is `sole'; that adds a gratuitous space in the
1031         completion-cycling case (Bug#12092).
1033         * pcomplete.el (pcomplete-completions-at-point): Likewise.
1035 2012-09-17  Richard Stallman  <rms@gnu.org>
1037         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1038         only in the mime-shown mode, not in raw mode.
1039         (rmail-mime): Toggle off mime by displaying the message without
1040         mime processing.  (Bug#12305)
1042         * mail/rmail.el (rmail-retry-failure):
1043         Turn off mime processing first.  (Bug#12037)
1045         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1047 2012-09-17  Chong Yidong  <cyd@gnu.org>
1049         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
1050         (shell-dynamic-complete-functions): Convert to defcustom.
1051         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
1053         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
1054         * comint.el (comint-prompt-read-only):
1055         * custom.el (defcustom):
1056         * hi-lock.el (hi-lock-mode):
1057         * ibuffer.el (ibuffer-formats):
1058         * ielm.el (ielm-prompt-read-only):
1059         * novice.el (disable-command):
1060         * saveplace.el (toggle-save-place):
1061         * speedbar.el (speedbar-supported-extension-expressions):
1062         * startup.el (auto-save-list-file-prefix, init-file-user)
1063         (after-init-hook, inhibit-startup-echo-area-message):
1064         * strokes.el (strokes-help):
1065         * time-stamp.el (time-stamp):
1066         * calendar/calendar.el (calendar, diary-file):
1067         * calendar/diary-lib.el (diary-mail-entries, diary)
1068         (diary-list-entries-hook):
1069         * calendar/holidays.el (holidays, calendar-holidays):
1070         * calendar/lunar.el (lunar-phases):
1071         * calendar/solar.el (sunrise-sunset):
1072         * emulation/edt.el (edt-load-keys):
1073         * emulation/viper.el (viper-mode):
1074         * eshell/em-alias.el (eshell-command-aliases-list):
1075         * eshell/esh-util.el (eshell-convert-numeric-arguments):
1076         * international/ogonek.el (ogonek-information):
1077         * net/tramp-cmds.el (tramp-bug):
1078         * net/quickurl.el (quickurl-reread-hook-postfix):
1079         * play/decipher.el (decipher-font-lock-keywords):
1080         * progmodes/cc-styles.el (c-set-style):
1081         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
1082         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1083         * progmodes/octave-mod.el (octave-mode):
1084         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
1085         * progmodes/verilog-mode.el (verilog-read-defines):
1086         * textmodes/two-column.el (2C-mode): Likewise.
1088 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1090         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
1091         that holds many addresses.
1093 2012-09-16  Chong Yidong  <cyd@gnu.org>
1095         * align.el (align-areas): Call the indication function with
1096         positions instead of markers for arguments (Bug#12343).
1098         * files.el (parse-colon-path): Use split-string (Bug#12351).
1100         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
1101         (display-buffer-function): Mark as obsolete.
1103         * progmodes/compile.el (compilation-parse-errors): Accept list
1104         values similar to font-lock-keywords (Bug#12136).
1105         Suggested by Oleksandr Manzyuk.
1106         (compilation-error-regexp-alist): Doc fix.
1108 2012-09-15  Glenn Morris  <rgm@gnu.org>
1110         * version.el (emacs-bzr-version-bzr): New function.
1111         (emacs-bzr-get-version): Add optional EXTERNAL argument.
1113         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
1114         checkouts, check the parent dirstate matches the branch.
1115         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
1116         empty string.
1118         * version.el (emacs-bzr-version): Doc fix.
1119         (emacs-bzr-version-dirstate): New function.
1120         (emacs-bzr-get-version): For lightweight checkouts, if the parent
1121         is local try and check that it matches the branch.  If not, just
1122         use dirstate information.  (Bug#12441)
1124 2012-09-14  Juri Linkov  <juri@jurta.org>
1126         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
1127         (Bug#12399)
1129 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
1133         * emacs-lisp/edebug.el: Miscellaneous cleanup.
1134         Remove obsolete byte-compiler hack that tried to silence some warnings.
1135         (edebug-submit-bug-report): Remove.
1136         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
1137         Remove aliases, use the un-prefixed name instead.
1138         (edebug-pop-to-buffer): Consider other frames.
1139         (edebug-original-read):: Make it more obvious that it's always defined.
1140         (edebug--make-form-data-entry, edebug--form-data-name)
1141         (edebug--form-data-begin, edebug--form-data-end): Rename from the
1142         single-dashed name, and implement with cl-defstruct.
1143         (edebug-set-form-data-entry): Use the standard accessors.
1144         (edebug-make-top-form-data-entry): Use push.
1145         (edebug-no-match): Drop useless `funcall'.
1146         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
1147         to functions.
1148         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
1149         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
1150         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
1151         (easy-menu-define, with-custom-print): Remove redundant specs.
1152         (edebug-outside-overriding-local-map)
1153         (edebug-outside-overriding-terminal-local-map): Remove, unused.
1154         (edebug--display): Bind unread-command-events directly to nil rather
1155         than binding it to unread-command-events and later setting it to nil.
1156         (edebug--display): Kill edebug-eval-buffer here...
1157         (edebug--recursive-edit): ...rather than here.
1158         Bind standard-output and standard-input.
1159         (edebug-eval): Check cl-macroexpand-all is fboundp.
1160         (edebug-temp-display-freq-count): Fix last change.
1162         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
1163         * subr.el (noreturn, 1value): Add `debug' spec.
1164         * emacs-lisp/advice.el: Require cl-lib.
1165         (ad-copy-tree): Remove, use copy-tree instead.
1166         (ad-dolist): Remove use dolist or cl-dolist instead.
1167         (ad-do-return): Remove, use cl-return instead.
1168         (defadvice): Add `debug' spec.
1170 2012-09-13  Juri Linkov  <juri@jurta.org>
1172         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
1173         (Bug#12399)
1175 2012-09-13  Glenn Morris  <rgm@gnu.org>
1177         * calc/calc.el (math-compose-expr):
1178         * calc/calc-ext.el (math-compose-expr):
1179         * progmodes/cc-defs.el (cl-macroexpand-all):
1180         * progmodes/cc-langs.el (delete-duplicates, mapcan)
1181         (cl-macroexpand-all): Update declarations.
1183         * vc/vc.el: No need to require ediff.
1184         (ediff-load-version-control): Declare.
1185         (ediff-vc-internal): Fix declaration.
1186         (vc-version-ediff): Require ediff.
1188 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1190         Use a more backwards-compatible timer format (Bug#12430).
1191         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
1192         being right after USECS, as that better supports old code that
1193         inadvisedly looked directly at the timer vector.
1195 2012-09-13  Kenichi Handa  <handa@gnu.org>
1197         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1198         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
1199         `coding-priority' property of these language environment.
1201 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1203         Fix glitches caused by addition of psec to timers (Bug#12430).
1204         * image.el (image-animate-timer):
1205         * time.el (display-time-world-timer):
1206         Use timer--function and timer--args rather than raw access to
1207         timer vector.
1209 2012-09-13  Glenn Morris  <rgm@gnu.org>
1211         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1212         If not compiling a file, try using load-file-name.
1214 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
1217         Fix last change.
1218         (edebug-update-eval-list): Use `push'.
1220         * emacs-lisp/edebug.el: Use lexical-binding.
1221         Remove the "edebug-" prefix from non-dynamically-scoped variables.
1222         Mark unused args with underscore.
1223         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
1224         (edebug-form-data): Use defvar-local.
1225         (edebug-make-before-and-after-form, edebug-make-after-form):
1226         Use backquote.
1227         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
1228         Not dynamically scoped any more.
1229         (edebug--enter-trace): Add arguments `function' and `args'.
1230         Rename from edebug-enter-trace.
1231         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
1232         (edebug--update-coverage): Add `after-index' and `value' args.
1233         Rename from edebug-update-coverage.
1234         (edebug-slow-after): Call it accordingly.
1235         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
1236         edebug-recursive-edit.
1237         (edebug--display): Call it accordingly.  Add args `value',
1238         `offset-index', and `arg-mode'.  Rename from edebug-display.
1239         (edebug-debugger, edebug): Call it accordingly.
1240         (edebug-eval-display-list): Use dolist.
1242 2012-09-12  Juri Linkov  <juri@jurta.org>
1244         * info.el (Info-search): Don't check for isearch-mode and
1245         isearch-regexp before let-binding search-spaces-regexp to
1246         Info-search-whitespace-regexp.
1247         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
1248         search-whitespace-regexp if isearch-lax-whitespace or
1249         isearch-regexp-lax-whitespace is non-nil.
1250         (Info-mode): Don't set local variable search-whitespace-regexp.
1251         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
1253 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
1256         (debugger-env-macro): Remove support for unread-command-char.
1258         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
1259         the temporary map re-appearing on emulation-mode-map-alists.
1261         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
1262         since 22.1.
1264         * ehelp.el (with-electric-help): Accept functions in
1265         electric-help-form-to-execute.
1266         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
1267         And replace unread-command-char -> unread-command-events.
1269 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
1271         Sync with Tramp 2.2.6.
1273         * net/tramp.el (tramp-accept-process-output): Don't use
1274         JUST-THIS-ONE in the XEmacs case.
1276         * net/trampver.el: Update release number.
1278 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
1280         * emacs-lisp/debug.el (debugger-previous-window-height):
1281         New variable.
1282         (debug): When debugger-jumping-flag is non-nil try to restore
1283         height of debugger window.  (Bug#8789)
1285 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
1288         overriding-local-map and pre/post-command-hook here.
1289         (edebug-recursive-edit): Do it here instead (bug#12345).
1290         (edebug-outside-unread-command-char): Remove all uses of
1291         unread-command-char.
1293         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
1294         inhibit-debugger is bound instead.
1296 2012-09-11  Bastien Guerry  <bzg@gnu.org>
1298         * subr.el (set-temporary-overlay-map): Add a docstring.
1299         (Bug#12346)
1301 2012-09-11  Bastien Guerry  <bzg@gnu.org>
1303         * minibuffer.el (completion-table-subvert): Fix docstring.
1304         (Bug#12347)
1306 2012-09-11  Bastien Guerry  <bzg@gnu.org>
1308         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
1310 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
1312         * progmodes/sql.el: Version 3.1
1313         (sql-db2-escape-newlines): New variable.
1314         (sql-escape-newlines-filter): Use it.
1316 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
1318         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
1320 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
1322         * vc/diff-mode.el (diff-mode-menu):
1323         Bind diff-remove-trailing-whitespace.
1325 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1327         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
1328         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
1329         (emacs-lisp-byte-code-mode): New functions.
1330         (eval-sexp-add-defvars): Don't skip defvars in column >0.
1331         (eval-defun-2): Remove bogus interactive spec.
1332         (lisp-indent-line): Remove redundant whole-exp code, now done in
1333         indent-according-to-mode.
1334         (save-match-data): Remove redundant indent data.
1336         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
1337         Use `declare'.
1339 2012-09-09  Juri Linkov  <juri@jurta.org>
1341         * replace.el (replace-regexp-lax-whitespace): New defcustom.
1342         (replace-lax-whitespace, query-replace-regexp)
1343         (query-replace-regexp-eval, replace-regexp): Doc fix.
1344         (perform-replace, replace-highlight): Let-bind
1345         isearch-lax-whitespace to replace-lax-whitespace and
1346         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
1348         * isearch.el (isearch-query-replace): Let-bind
1349         replace-lax-whitespace to isearch-lax-whitespace and
1350         replace-regexp-lax-whitespace to
1351         isearch-regexp-lax-whitespace.  (Bug#10885)
1353 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1355         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
1357 2012-09-09  Alan Mackenzie  <acm@muc.de>
1359         * progmodes/cc-engine.el (c-state-cache-init):
1360         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
1361         (c-record-parse-state-state):
1362         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
1364 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
1366         * register.el (register-separator): Rename from
1367         separator-register.  All uses changed.  Doc fix.
1368         (register): Fix version.
1370 2012-09-09  Chong Yidong  <cyd@gnu.org>
1372         * replace.el (query-replace-map): Bind four new symbols for
1373         requesting window scrolling.
1375         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
1376         query-replace-map (Bug#8948).
1378         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
1380         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
1381         since they are now in query-replace-map.
1383         * window.el (scroll-other-window-down): Make the arg optional.
1385 2012-09-09  Chong Yidong  <cyd@gnu.org>
1387         * files.el (hack-local-variables-confirm): Use quit-window to kill
1388         the *Local Variables* buffer.
1390 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1392         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
1393         not just expect to be at its beginning.  Adjust callees.
1394         Succeed when do-end block has no space before the pipe character.
1395         (ruby-brace-to-do-end): When the original block is one-liner,
1396         convert to multiline.  Reindent the result.
1398 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
1400         * register.el (register): New group.
1401         (register-separator): New user option.
1402         (increment-register): Route it to `append-to-register', if
1403         register contains text.  Implication is that `C-x r +' can now be
1404         used for appending to a text register (bug#12217).
1405         (append-to-register, prepend-to-register): Add separator based on
1406         `register-separator.
1408 2012-09-08  Alan Mackenzie  <acm@muc.de>
1410         AWK Mode: make auto-newline work when there's "==" in the pattern.
1411         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
1412         correctly.
1413         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
1414         Test more rigorously for "=" token.
1416 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1418         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
1419         Only fail when reached LIMIT.
1421 2012-09-08  Chong Yidong  <cyd@gnu.org>
1423         * dired.el (dired-mode-map): Don't bind M-=.
1425         * dired-aux.el (dired-diff): Use backup file as default.
1427 2012-09-08  Drew Adams  <drew.adams@oracle.com>
1429         * subr.el (add-to-history): Fix delete usage (Bug#12314).
1431 2012-09-08  Chong Yidong  <cyd@gnu.org>
1433         * subr.el (syntax-after, syntax-class): Doc fix.
1435 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
1437         * window.el (display-buffer-in-previous-window): New buffer
1438         display action function.
1440         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
1441         (debugger-previous-window): New variable.
1442         (debug): Rewrite using display-buffer-in-previous-window,
1443         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
1445 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
1449 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
1451         * progmodes/python.el (python-shell-send-string):
1452         When default-directory is remote, create temp file on remote
1453         filesystem.
1454         (python-shell-send-file): When file is remote, pass local view of
1455         file paths to remote Python interpreter.  (Bug#12340)
1457 2012-09-07  Chong Yidong  <cyd@gnu.org>
1459         * window.el (switch-to-buffer): Doc fix (Bug#12181).
1461         * files.el (after-find-file): Don't fail on a read-only buffer if
1462         require-final-newline is `visit' or `visit-save' (Bug#11156).
1464         * subr.el (read-char-choice): Allow quitting via ESC ESC.
1466         * userlock.el (ask-user-about-supersession-threat):
1467         Use read-char-choice (Bug#12093).
1469 2012-09-07  Chong Yidong  <cyd@gnu.org>
1471         * subr.el (buffer-narrowed-p): New function.
1473         * ses.el (ses-widen):
1474         * simple.el (count-words--buffer-message):
1475         * net/browse-url.el (browse-url-of-buffer): Use it
1477         * simple.el (count-words-region): Don't signal an error if there
1478         is a non-nil prefix arg and the mark is not set.
1480         * help.el (describe-key-briefly): Allow the message to be seen
1481         when invoked from the minibuffer (Bug#7014).
1483 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1485         * progmodes/ruby-mode.el (ruby-end-of-defun)
1486         (ruby-beginning-of-defun): Simplify, allow indentation before
1487         block beginning and end keywords.
1488         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
1489         (ruby-end-of-defun): Expect that the point is at the beginning of
1490         the defun.
1492 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1494         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
1495         (bug#12367).
1496         (cl--make-usage-args): Strip _ from argument names.
1498 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1500         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
1501         obsolete alias speedbar-key-map.
1502         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
1503         (vhdl-index-menu-init): Don't use obsolete variable
1504         font-lock-maximum-size.
1506 2012-09-06  Chong Yidong  <cyd@gnu.org>
1508         * frame.el (window-system-version): Mark as obsolete.
1510         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
1511         of obsolete variable speedbar-key-map.
1513 2012-09-06  Juri Linkov  <juri@jurta.org>
1515         * replace.el (replace-lax-whitespace): New defcustom.
1516         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1517         (replace-string, replace-regexp): Mention it in docstrings.
1518         (perform-replace, replace-highlight): Let-bind
1519         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
1520         to the values of replace-lax-whitespace and regexp-flag.
1521         Don't let-bind search-whitespace-regexp.  (Bug#10885)
1523         * isearch.el (isearch-query-replace): Let-bind
1524         replace-lax-whitespace instead of let-binding
1525         replace-search-function and replace-re-search-function.
1526         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
1527         and isearch-regexp-lax-whitespace to lazy-highlight variables.
1528         (isearch-toggle-symbol): Set isearch-regexp to nil
1529         in isearch-word mode (like in isearch-toggle-word).
1531 2012-09-06  Juri Linkov  <juri@jurta.org>
1533         * replace.el (replace-search-function)
1534         (replace-re-search-function): Set default values to nil.
1535         (perform-replace): Let-bind isearch-related variables based on
1536         replace-related values, call `isearch-search-fun' and let-bind
1537         the result to `search-function'.  Remove code that sets
1538         `search-function' and `search-string' separately for
1539         `delimited-flag'.
1540         (replace-highlight): Add new argument `delimited-flag' and
1541         rename other arguments to the names used in `perform-replace'.
1542         Let-bind `isearch-word' to the argument `delimited-flag'.
1543         (Bug#10885, bug#10887)
1545 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1547         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
1548         ruby-beginning-of-indent, simplify, allow all keywords to have
1549         indentation before them.
1550         (ruby-beginning-of-indent): Adjust for above.  Search until the
1551         found point is not inside a string or comment.
1552         (ruby-font-lock-keywords): Allow symbols to start with "@"
1553         character, give them higher priority than variables.
1554         (ruby-syntax-propertize-function)
1555         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
1556         matchers.  Expression expansions are not comments when inside a
1557         string, and there comment syntax status is irrelevant.
1558         (ruby-match-expression-expansion): New function.  Check that
1559         expression expansion is inside a string, and it's not escaped.
1560         (ruby-font-lock-keywords): Use it.
1562 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
1564         * help.el (temp-buffer-max-height): New default value.
1565         (temp-buffer-resize-frames): New option.
1566         (resize-temp-buffer-window): Optionally resize frame.
1568         * window.el (fit-frame-to-buffer-bottom-margin): New option.
1569         (fit-frame-to-buffer): New function.
1571 2012-09-05  Glenn Morris  <rgm@gnu.org>
1573         * emulation/cua-rect.el (cua--init-rectangles):
1574         * textmodes/picture.el (picture-mode-map):
1575         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
1576         like forward-char and backward-char.  (Bug#12317)
1578 2012-09-05  Leo Liu  <sdl.web@gmail.com>
1580         * progmodes/flymake.el (flymake-warning-re): New variable.
1581         (flymake-parse-line): Use it.
1583 2012-09-05  Glenn Morris  <rgm@gnu.org>
1585         * calendar/holidays.el (holiday-christian-holidays):
1586         Rename an entry.  (Bug#12289)
1588 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
1591         (bug#12222).
1593 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * loadup.el: Load macroexp.  Remove hack.
1596         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
1597         (macroexp--expand-all): Use it to get better warnings.
1598         (macroexp--backtrace, macroexp--trim-backtrace-frame)
1599         (internal-macroexpand-for-load): New functions.
1600         (macroexp--pending-eager-loads): New var.
1601         (emacs-startup-hook): New hack to replace one in loadup.el.
1602         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
1603         (cl--compiler-macro-cXXr): Move to top, before they can be used.
1604         (cl-psetf): Simplify.
1605         (cl-defstruct): Add indent rule.
1607 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
1609         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
1610         over `user-mail-address' for the SMTP MAIL FROM envelope.
1611         (smtpmail-via-smtp): Ditto.
1613 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
1615         * progmodes/ruby-mode.el: Clean up keybindings.
1616         (ruby-mode-map): Don't bind ruby-electric-brace,
1617         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
1618         backward-kill-word, reindent-then-newline-and-indent.
1619         (ruby-mark-defun): Remove.
1620         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
1621         (ruby-mode): Set local beginning-of-defun-function and
1622         end-of-defun-function values.
1624 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
1626         * window.el (temp-buffer-window-setup-hook)
1627         (temp-buffer-window-show-hook): New hooks.
1628         (temp-buffer-window-setup, temp-buffer-window-show)
1629         (with-temp-buffer-window): New functions.
1630         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
1631         (special-display-popup-frame): Make sure the window used shows BUFFER.
1633         * help.el (temp-buffer-resize-mode): Fix doc-string.
1634         (resize-temp-buffer-window): New optional argument WINDOW.
1636         * files.el (recover-file, save-buffers-kill-emacs):
1637         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
1639 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
1641         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
1642         remote definition of `default-directory', ensure we can connect.
1644 2012-09-02  Juri Linkov  <juri@jurta.org>
1646         Toggle whitespace matching mode with M-s SPC.
1647         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
1649         * isearch.el (search-whitespace-regexp): Doc fix.
1650         Remove cons cell customization.
1651         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
1652         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
1653         New variables.
1654         (isearch-forward, isearch-forward-regexp): Doc fix.
1655         (isearch-toggle-lax-whitespace): New command.
1656         (search-forward-lax-whitespace, search-backward-lax-whitespace)
1657         (re-search-forward-lax-whitespace)
1658         (re-search-backward-lax-whitespace): New functions.
1659         (isearch-whitespace-regexp): Remove function.
1660         (isearch-query-replace): Let-bind replace-search-function and
1661         replace-re-search-function.
1662         (isearch-occur): Let-bind search-spaces-regexp according to the
1663         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
1664         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
1665         condition for C-q SPC.
1666         (isearch-search-fun-default): Use new functions mentioned above.
1667         (isearch-search-forward, isearch-search-backward): Remove functions.
1668         (isearch-search): Don't let-bind search-spaces-regexp.
1669         (isearch-lazy-highlight-space-regexp): Remove variable.
1670         (isearch-lazy-highlight-lax-whitespace)
1671         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
1672         (isearch-lazy-highlight-new-loop): Use them.
1673         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
1675 2012-09-02  Chong Yidong  <cyd@gnu.org>
1677         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
1679 2012-09-02  Glenn Morris  <rgm@gnu.org>
1681         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
1683 2012-09-01  Glenn Morris  <rgm@gnu.org>
1685         * term.el: Tidy up menu definitions.
1686         (term-mode-map): Use easymenu for In/Out, Complete menus.
1687         (term-pager-break-map): Initialize in the defvar.
1688         (term-terminal-menu, term-signals-menu): Define with easymenu.
1689         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
1690         (term-pager-menu): New, extracted from term-process-pager.
1691         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
1692         (term-update-mode-line): Propertize line/char and page items.
1693         (term-process-pager): Move keymap initialization elsewhere.
1695 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
1697         * window.el (switch-to-prev-buffer): Handle additional values of
1698         BURY-OR-KILL argument.  Don't switch in minibuffer window.
1699         (switch-to-next-buffer): Don't switch in minibuffer window.
1700         (quit-restore-window): New function based on quit-window.
1701         Handle additional values of former KILL argument.
1702         (quit-window): Call quit-restore-window with appropriate
1703         interpretation of KILL argument.
1704         (display-buffer-below-selected): New buffer display action
1705         function.
1707 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1709         * minibuffer.el (completion-at-point-functions): Complete docstring
1710         (bug#12254).
1712 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1714         Better seed support for (random).
1715         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
1716         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
1717         * play/mpuz.el, play/tetris.el, play/zone.el:
1718         * calc/calc-comb.el (math-init-random-base):
1719         * play/blackbox.el (bb-init-board):
1720         * play/life.el (life):
1721         * server.el (server-use-tcp):
1722         * type-break.el (type-break):
1723         Remove unnecessary call to (random t).
1724         * net/sasl.el (sasl-unique-id-function):
1725         Change (random t) to (random), now that the latter is more random.
1726         * play/life.el (life-initialized): Remove no-longer-needed var.
1728 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
1730         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1731         Consider frame's buffer predicate when choosing the buffer.
1732         (Bug#12081)
1734 2012-08-30  Richard Stallman  <rms@gnu.org>
1736         * simple.el (special-mode-map): Delete binding for `z'.
1738 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
1740         * progmodes/compile.el (compilation-always-kill): Doc fix.
1742 2012-08-30  Chong Yidong  <cyd@gnu.org>
1744         * window.el (display-buffer-reuse-frames): Make the obsolescence
1745         message more informative.
1747 2012-08-30  Glenn Morris  <rgm@gnu.org>
1749         * paren.el (show-paren-delay):
1750         Add a :set function.  Doc fix.  (Bug#12297)
1752 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
1754         * progmodes/compile.el (compilation-always-kill): New var.
1755         (compilation-start): Use it.
1757 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * simple.el (read-only-mode): Move from files.el for bootstrapping.
1760         * files.el (read-only-mode): Move to simple.el.
1762         * files.el (read-only-mode): New minor mode.
1763         (toggle-read-only): Use it and mark obsolete.
1764         (find-file--read-only):
1765         * vc/vc.el (vc-next-action, vc-checkout):
1766         * vc/vc-cvs.el (vc-cvs-checkout):
1767         * obsolete/vc-mcvs.el (vc-mcvs-update):
1768         * ffap.el (ffap--toggle-read-only): Update callers.
1770 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
1772         * eshell/esh-ext.el (eshell-external-command): Do not examine
1773         remote shell scripts.
1774         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
1776         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
1777         "/usr/local/sbin".
1779 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
1783 2012-08-28  Leo Liu  <sdl.web@gmail.com>
1785         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
1786         completion-at-point.  (Bug#12220)
1788         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
1790         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
1792 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
1795         be buffer-local; add delete-trailing-whitespace (bug#12259).
1797 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
1799         * progmodes/hideif.el (hif-compress-define-list):
1800         Fix typo.  (Bug#11951)
1802 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
1804         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
1805         buffer local setting.
1807         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1808         rcirc-encode-coding-system.
1810 2012-08-28  Leo Liu  <sdl.web@gmail.com>
1812         * net/rcirc.el (rcirc-split-message): New function.
1813         (rcirc-send-message): Use it.  (Bug#12051)
1815 2012-08-28  Juri Linkov  <juri@jurta.org>
1817         * info.el (Info-fontify-node): Hide empty lines at the end of
1818         the node.  (Bug#12272)
1820 2012-08-27  Drew Adams  <drew.adams@oracle.com>
1822         * dired.el (dired-pop-to-buffer): Make window start at beginning
1823         of buffer (Bug#12281).
1825 2012-08-26  Chong Yidong  <cyd@gnu.org>
1827         * window.el (special-display-regexps, special-display-frame-alist)
1828         (special-display-buffer-names, special-display-function)
1829         (display-buffer-reuse-frames): Mark as obsolete.
1831         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1833         * help.el (help-print-return-message): Don't treat
1834         display-buffer-reuse-frames specially.
1836 2012-08-26  Chong Yidong  <cyd@gnu.org>
1838         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1839         New variable, replacing gdb-frame-parameters.
1840         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1841         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1842         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1843         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1844         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
1845         the functions directly with gdb-display-buffer-other-frame-action.
1846         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1847         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1848         (gdb-display-stack-buffer, gdb-display-locals-buffer)
1849         (gdb-display-registers-buffer): Define directly.
1850         (def-gdb-display-buffer): Macro deleted.
1851         (gdb-display-buffer): Remove second and third args, callers don't
1852         use them.  Defer to the default display-buffer behavior, apart
1853         from making windows dedicated.
1854         (gdb-setup-windows): Don't call display-buffer unnecessarily.
1856         * progmodes/gud.el (gud-display-line): Just use display-buffer.
1858         * window.el (display-buffer-pop-up-frame): Handle a
1859         pop-up-frame-parameters alist entry.
1860         (display-buffer): Document it.
1862 2012-08-26  Chong Yidong  <cyd@gnu.org>
1864         * isearch.el (search-whitespace-regexp): Make string and nil
1865         values apply to both ordinary and regexp search.  Allow a cons
1866         cell value to distinguish between the two.
1867         (isearch-whitespace-regexp, isearch-search-forward)
1868         (isearch-search-backward): New functions.
1869         (isearch-occur, isearch-search-fun-default, isearch-search)
1870         (isearch-lazy-highlight-new-loop): Use them.
1871         (isearch-forward, isearch-forward-regexp): Doc fix.
1873 2012-08-26  Chong Yidong  <cyd@gnu.org>
1875         * faces.el (help-argument-name): Always inherit from italic
1876         (Bug#12213).
1878 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
1880         * window.el (window--even-window-heights): Even heights when
1881         WINDOW and the selected window form a vertical combination.
1882         (display-buffer-use-some-window): Provide that window used gets
1883         sized back by quit-window.  (Bug#11880) and (Bug#12091)
1885 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1887         Fix file time stamp problem with bzr and CVS (Bug#12001).
1888         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1889         in the file's time stamp, since the version control system loses
1890         that information.
1892 2012-08-22  Juri Linkov  <juri@jurta.org>
1894         * info.el (Info-fontify-node): Hide the suffix of the
1895         Info file name in the header line.  (Bug#12187)
1897 2012-08-22  Glenn Morris  <rgm@gnu.org>
1899         * calendar/cal-tex.el (cal-tex-weekly-common):
1900         Restore leading blank page.
1902 2012-08-22  Le Wang  <l26wang@gmail.com>  (tiny change)
1904         * misc.el (forward-to-word, backward-to-word): Activate or extend
1905         the region under `shift-select-mode'.  (Bug#12231)
1907 2012-08-22  Bastien Guerry  <bzg@gnu.org>
1909         * progmodes/executable.el (executable-prefix): Set to "#!" instead
1910         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
1911         gives details on why the space is never needed.
1913 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
1915         * window.el (walk-window-tree, window-with-parameter):
1916         New optional argument MINIBUF to control whether these functions
1917         should run on the minibuffer window.
1918         (window-at-side-list): Don't operate on minibuffer window.
1919         (window-in-direction): Simplify and rewrite doc-string.
1920         (window--size-ignore): Rename to window--size-ignore-p.
1921         Update callers.
1922         (display-buffer-in-atom-window, window--major-non-side-window)
1923         (window--major-side-window, display-buffer-in-major-side-window)
1924         (delete-side-window, display-buffer-in-side-window):
1925         New functions.
1926         (window--side-check, window-deletable-p, delete-window)
1927         (delete-other-windows, split-window): Handle side windows and
1928         atomic windows appropriately.
1929         (window--display-buffer): Call display-buffer-record-window also
1930         when the window buffer did not change.
1932 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
1934         * help-fns.el (help-fns--key-bindings):
1935         Abbreviate non-symbol remap targets.  (Bug#12174)
1937 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
1939         * dired.el (dired-mark-remembered): Don't clobber point.
1940         (Bug#11795)
1942 2012-08-22  Glenn Morris  <rgm@gnu.org>
1944         * progmodes/bug-reference.el (bug-reference): New custom group.
1945         (bug-reference-bug-regexp): Make it a defcustom.
1947 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
1949         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1950         (js-paren-indent-offset, js-square-indent-offset)
1951         (js-curly-indent-offset): Add :safe (Bug#12257).
1953 2012-08-22  Edward O'Connor  <hober0@gmail.com>
1955         * json.el (json-key-format): Add error properties.
1956         (json-encode-key): New function.
1957         (json-encode-hash-table, json-encode-alist, json-encode-plist):
1958         Use json-encode-key.
1960 2012-08-22  Glenn Morris  <rgm@gnu.org>
1962         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1963         (cal-tex-leftday, cal-tex-rightday): Remove functions.
1964         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1965         Update for above change.
1967 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
1969         * cus-face.el (custom-face-attributes): Fix customize type for the
1970         :underline attribute.  (Bug#11805)
1972 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
1974         * window.el (window-point-1, set-window-point-1): Remove.
1975         (window-in-direction, record-window-buffer)
1976         (set-window-buffer-start-and-point, split-window-below)
1977         (window--state-get-1, display-buffer-record-window):
1978         Replace calls to window-point-1 and set-window-point-1 by calls to
1979         window-point and set-window-point respectively.
1981 2012-08-21  Glenn Morris  <rgm@gnu.org>
1983         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1984         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1985         Use it.
1987         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1988         (cal-tex-shortday): New function.
1989         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1990         (cal-tex-cursor-filofax-daily): Use the above.
1992         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1993         New functions.
1994         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1995         (cal-tex-cursor-filofax-week): Use them.
1997         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1998         New constants.
1999         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2000         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2002         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2003         (cal-tex-end-document): Don't rely on buffer name.
2005         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2006         Use cal-tex-vspace.
2007         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2008         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2009         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2010         Use cal-tex-arg.
2012         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2013         (cal-tex-cursor-week, cal-tex-cursor-week2)
2014         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2015         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2016         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2017         (cal-tex-insert-preamble, cal-tex-b-document)
2018         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2019         Improve cal-tex-cmd usage.
2021         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2022         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2023         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2024         (cal-tex-weekly-paper): New function.
2025         (cal-tex-cursor-week, cal-tex-cursor-week2)
2026         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2027         (cal-tex-cursor-day): Use it.
2029         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2030         (cal-tex-cursor-filofax-week): Remove leading blank page.
2032         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2033         Add autoload cookie.  For now at least, don't use color, since
2034         no other cal-tex function does.
2036         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2037         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2038         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2040 2012-08-21  Juri Linkov  <juri@jurta.org>
2042         * info.el (Info-file-attributes): New variable.
2043         (info-insert-file-contents): Add file attributes to
2044         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
2045         `Info-toc-nodes' when previous modtime of the Info file is less
2046         than new modtime.
2047         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
2048         of info.el.  (Bug#12230)
2050 2012-08-20  Glenn Morris  <rgm@gnu.org>
2052         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
2053         * calendar/holidays.el (calendar-holiday-list):
2054         Report errors with display-warning rather than beep'n'sleep.
2056 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
2058         * net/tramp.el (tramp-accept-process-output): Accept only output
2059         from PROC.  Otherwise, process filters and sentinels might be
2060         confused.  (Bug#12145)
2062 2012-08-20  Chong Yidong  <cyd@gnu.org>
2064         * descr-text.el (describe-text-properties-1): Use overlays-in to
2065         report on empty overlays (Bug#3322).
2067 2012-08-20  Glenn Morris  <rgm@gnu.org>
2069         * mail/rmailout.el (rmail-output-read-file-name):
2070         Trap and report errors in rmail-output-file-alist elements.
2072         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
2073         since most non-font-lock faces are not also variables).
2075 2012-08-20  Edward Reingold  <reingold@iit.edu>
2077         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2078         New function.  (Bug12160)
2080 2012-08-19  Glenn Morris  <rgm@gnu.org>
2082         * mail/rmailout.el (rmail-output-read-file-name):
2083         Fix previous change (when the alist is nil or does not match).
2085 2012-08-19  Chong Yidong  <cyd@gnu.org>
2087         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
2088         (Bug#12228).
2090 2012-08-18  Chong Yidong  <cyd@gnu.org>
2092         * simple.el (yank-handled-properties): New defcustom.
2093         (yank-excluded-properties): Add font-lock-face and category.
2094         (yank): Doc fix.
2096         * subr.el (remove-yank-excluded-properties):
2097         Obey yank-handled-properties.  The special handling of font-lock-face
2098         and category is now done this way, instead of being hard-coded.
2099         (insert-for-yank-1): Remove font-lock-face handling.
2100         (yank-handle-font-lock-face-property)
2101         (yank-handle-category-property): New function.
2103 2012-08-17  Glenn Morris  <rgm@gnu.org>
2105         * mail/rmailout.el (rmail-output-read-file-name):
2106         Check rmail-output-file-alist against the full message body
2107         in the correct rmail buffer.  (Bug#12214)
2109 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
2111         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2112         Eliminate superfluous prompt.  (Bug#12203)
2114 2012-08-17  Chong Yidong  <cyd@gnu.org>
2116         * mouse.el (mouse-appearance-menu): If x-select-font returns a
2117         font spec, set the font directly (Bug#3228).
2119 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
2121         * window.el (delete-window): Fix last fix.
2123 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
2125         * window.el (window-valid-p): Move to window.c.
2126         (window-child, window-child-count, window-last-child)
2127         (window-normalize-window, window-combined-p)
2128         (window-combinations, window-atom-root, window-min-size)
2129         (window-sizable, window-sizable-p, window-size-fixed-p)
2130         (window-min-delta, window-max-delta, window--resizable)
2131         (window--resizable-p, window-resizable, window-total-size)
2132         (window-full-height-p, window-full-width-p, window-body-size)
2133         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
2134         (minimize-window, window-deletable-p, delete-window)
2135         (delete-other-windows, set-window-buffer-start-and-point)
2136         (next-buffer, previous-buffer, split-window, balance-windows-2)
2137         (set-window-text-height, window-buffer-height)
2138         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2139         (truncated-partial-width-window-p): Minor code adjustments.
2140         In doc-strings state whether the argument window has to denote a
2141         live, valid or any window.
2143 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
2145         * progmodes/subword.el (subword-forward-function)
2146         (subword-backward-function, subword-forward-regexp)
2147         (subword-backward-regexp): New variables.
2148         (subword-forward, subword-forward-internal, subword-backward-internal):
2149         Use new variables, eg so that different "word" definitions
2150         can be easily used.  (Bug#11411)
2152 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2154         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
2155         for composite selectors.
2156         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
2157         operation just because we can't find a previous revision.
2159 2012-08-15  Chong Yidong  <cyd@gnu.org>
2161         * frame.el (set-frame-font): Accept font objects.
2163 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
2167 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
2169         * man.el (Man-overstrike-face, Man-underline-face)
2170         (Man-reverse-face): Remove variables.
2171         (Man-overstrike, Man-underline, Man-reverse): New faces.
2172         (Man-fontify-manpage): Use them instead of the variables.
2173         (Man-cleanup-manpage): Comment change.
2174         (Man-ansi-color-map): New variable.
2175         (Man-fontify-manpage): Use it.
2176         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
2178         Implement ANSI SGR parameters 22-27 (bug#12146).
2179         * ansi-color.el (ansi-colors): Doc fix.
2180         (ansi-color-context, ansi-color-context-region): Doc fix.
2181         (ansi-color--find-face): New function.
2182         (ansi-color-apply, ansi-color-apply-on-region): Use it.
2183         Rename the local variable `face' to `codes' since it is now a list of
2184         ansi codes.  Doc fix.
2185         (ansi-color-get-face): Remove.
2186         (ansi-color-parse-sequence): New function, derived from
2187         ansi-color-get-face.
2188         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
2189         codes 22-27.
2191 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2193         * subr.el (read-passwd): Allow use from a minibuffer.
2195 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
2197         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
2198         inside comments and strings as identifiers.
2200         * progmodes/gud.el (gud-tooltip-print-command): Quote the
2201         expression to evaluate.  This allows to evaluate expressions with
2202         embedded whitespace.
2203         (gud-tooltip-tips): Add a blank before the newline in the
2204         message-box text, for the benefit of message-box emulation on
2205         MS-Windows.
2207         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
2208         messages from GDB, pop them up in a tooltip to give feedback to
2209         user.
2210         (gdb-tooltip-print-1): Quote the expression to evaluate.
2211         This allows to evaluate expressions with embedded whitespace.
2212         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
2213         if the TTY name is nil or empty (which happens when communicating
2214         with the inferior via pipes, e.g. on MS-Windows).
2215         (gdb-internals): If GDB sends a "&\n" empty debugging message,
2216         don't send that to the GUD buffer.
2218 2012-08-14  Glenn Morris  <rgm@gnu.org>
2220         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
2221         Optimize away setq-default with no args, as for setq.  (Bug#12195)
2223 2012-08-14  Chong Yidong  <cyd@gnu.org>
2225         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
2227         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
2228         (Bug#12085).
2230 2012-08-14  Glenn Morris  <rgm@gnu.org>
2232         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
2234 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
2236         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
2237         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2238         Use cached shell name.
2240 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
2242         * progmodes/python.el (python-shell-send-string):
2243         (python-shell-send-setup-code): Do not use `format' with `message'.
2245 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2247         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
2248         (ruby-percent-literal-beg-re): New constant.
2249         (ruby-syntax-general-delimiters-goto-beg): Rename to
2250         `ruby-syntax-enclosing-percent-literal', improve literal type check.
2251         (ruby-syntax-propertize-general-delimiters): Rename to
2252         `ruby-syntax-propertize-percent-literal', it's a shorter and more
2253         popular term.  Adjust comments everywhere.
2254         (ruby-syntax-propertize-percent-literal): Only propertize when not
2255         inside a simple string or comment.  When the literal is unclosed,
2256         leave the text after it unpropertized.
2257         (ruby-syntax-methods-before-regexp): New constant.
2258         (ruby-syntax-propertize-function): Use it to recognize regexps.
2259         Don't look at the text after regexp, just use the whitelist.
2261 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
2263         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
2264         non-nil always load the compiled file if it exists.  (Bug#12197)
2266 2012-08-14  Chong Yidong  <cyd@gnu.org>
2268         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
2269         (hi-lock-set-pattern): When deciding whether to use font lock or
2270         overlays, look at font-lock-mode instead of font-lock-fontified
2271         (Bug#12168).
2272         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
2273         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
2275 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
2277         * subr.el (internal--after-with-selected-window): Fix typo
2278         (Bug#12193).
2280 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
2282         Use `completion-table-dynamic' for completion functions.
2283         * progmodes/python.el
2284         (python-shell-completion--do-completion-at-point)
2285         (python-shell-completion--get-completions):
2286         Remove functions.
2287         (python-shell-completion-complete-at-point): New function.
2288         (python-completion-complete-at-point): Use it.
2290 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
2292         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
2293         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
2295 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2297         * subr.el (function-get): Refine `autoload' arg so it can also
2298         autoload functions for gv.el (bug#12191).
2299         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
2300         autoloads macros.
2302         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
2303         Prefer pcase-let over destructuring-bind.
2304         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
2305         Also, remove whitespace as we go, rather than after accumulating the
2306         various places.
2308         * subr.el (internal--before-with-selected-window)
2309         (internal--after-with-selected-window): Fix typo seleted->selected.
2310         (with-selected-window): Adjust callers.
2311         Reported by Dmitry Gutov <dgutov@yandex.ru>.
2313 2012-08-13  Bastien Guerry  <bzg@gnu.org>
2315         * window.el (special-display-popup-frame): Minor docstring
2316         enhancement.  (Bug#12172)
2318 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2320         * tar-mode.el (tar-header-data-end): Only ignore size for files of
2321         type 1-6.
2322         (tar-header-block-summarize, tar-get-descriptor): Handle pax
2323         extended headers.
2325         * files.el (hack-local-variables-filter): Remove useless eval.
2327 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
2329         * subr.el (with-selected-window): Fix last change.
2331 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2333         * subr.el (internal--before-with-seleted-window)
2334         (internal--after-with-seleted-window): New functions.
2335         (with-selected-window): Use them, to replace dependency on
2336         tty-top-frame.
2338 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2340         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
2341         binding for `newline'.
2342         (ruby-move-to-block): When moving backward, stop at block opening,
2343         not indentation.
2344         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
2345         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
2346         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2347         `ruby-toggle-block'.
2349 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2351         * ibuffer.el (ibuffer-do-toggle-read-only):
2352         * dired.el (dired-toggle-read-only):
2353         * buff-menu.el (Buffer-menu-toggle-read-only):
2354         * bindings.el (mode-line-toggle-read-only):
2355         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
2357 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
2359         * descr-text.el (describe-char): Put the overlays over the
2360         "displayed as" character.
2362 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
2364         * calc/calc-units.el (math-default-units-table): Give an
2365         initial value.
2366         (math-put-default-units): Add options to put composite units and
2367         unit systems in the default units table.
2368         (calc-convert-units): Send composite units to
2369         `math-put-default-units' when appropriate.
2371 2012-08-11  Glenn Morris  <rgm@gnu.org>
2373         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
2375         * tutorial.el (help-with-tutorial):
2376         * emacs-lisp/copyright.el (copyright-update-directory):
2377         * emacs-lisp/autoload.el (autoload-find-generated-file)
2378         (autoload-find-file): Disable local eval: (for insurance).
2380         * files.el (hack-local-variables-filter): If an eval: form is not
2381         known to be safe, and enable-local-variables is :safe, then ignore
2382         the form totally, as is done for non-eval forms.  (Bug#12155)
2383         This is CVE-2012-3479.
2385 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
2388         (rx-form): Simplify.
2390 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2392         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
2393         ?, _, and : are symbol constituents, ! is not (but kinda should be).
2394         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
2395         (ruby-syntax-propertize-function): Adjust for changes in
2396         `ruby-syntax-propertize-heredoc'.
2398 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
2400         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
2401         binding (use `M-;' instead).
2402         (ruby-singleton-class-p): New function.
2403         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
2405 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
2409 2012-08-10  Chong Yidong  <cyd@gnu.org>
2411         * progmodes/python.el (python-shell-get-process-name): Don't mess
2412         with same-window-buffer-names.
2414         * eshell/eshell.el (eshell-add-to-window-buffer-names)
2415         (eshell-remove-from-window-buffer-names): Make obsolete.
2416         (eshell-buffer-name, eshell-unload-hook): Don't use them.
2417         (eshell): Just use pop-to-buffer-same-window instead.
2419 2012-08-10  Chong Yidong  <cyd@gnu.org>
2421         * bindings.el: Bind M-= back to count-words-region.
2423         * simple.el (count-words-region): Accept a prefix arg for acting
2424         on the entire buffer.
2425         (count-words--buffer-message): New helper function.
2427 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
2430         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
2431         (event-start, event-end): Use posn-at-point to return a more
2432         informative posn.
2433         (posnp): New function.
2434         * mouse.el (popup-menu-normalize-position): Use it.
2436 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
2438         * mouse.el (popup-menu-normalize-position): New function.
2439         (popup-menu): Use `popup-menu-normalize-position' to normalize
2440         the form for POSITION argument.
2442         * term/x-win.el (x-menu-bar-open):
2443         Use the value returend from (posn-at-point) as position
2444         passed to `popup-menu'.
2446 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2448         * calc/calccomp.el (math-compose-expr): Add extra argument
2449         indicating that parentheses should be put around products in
2450         denominators.  Give multiplication precedence over division during
2451         composition.
2453 2012-08-09  Chong Yidong  <cyd@gnu.org>
2455         * man.el (Man-switches, Man-sed-command, Man-awk-command)
2456         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
2457         (Man-untabify-command, manual-program): Convert to defcustom
2458         (Bug#10429).
2460         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
2462         * descr-text.el (describe-char): Don't insert extra newlines
2463         (Bug#10127).
2465         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
2466         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
2468         * align.el (align-region): Delete temporary markers (Bug#10047).
2469         Plus some code cleanups.
2471 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
2473         * progmodes/python.el (python-pdbtrack-tracked-buffer)
2474         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
2475         (python-shell-internal-last-output): Use make-local-variable
2476         instead of make-variable-buffer-local.
2478 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
2480         * progmodes/python.el: Enhancements to forward-sexp.
2481         (python-nav-forward-sexp): Rename from
2482         python-nav-forward-sexp-function.
2483         (python-nav--forward-sexp, python-nav--backward-sexp):
2484         New functions.
2486 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2488         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
2489         modes and simplification modes.
2491 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * delsel.el (delete-selection-pre-hook): Don't propagate the
2494         file-supersession signals (bug#12161).
2496 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2498         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
2499         (cl-map-extents): Add compatibility aliases (bug#12135).
2501 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
2503         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
2504         tests by `ignore-error'.
2505         (tramp-find-shell): Open also a new shell, when cache is already
2506         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
2508 2012-08-08  Juri Linkov  <juri@jurta.org>
2510         * bookmark.el: Add `defaults' property to the bookmark record.
2511         (bookmark-current-buffer): Doc fix.
2512         (bookmark-make-record): Add `defaults' property with default values
2513         to the bookmark record.
2514         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
2515         with `bookmark-insert-current-bookmark'.
2516         (bookmark-set): Get `defaults' property from the bookmark record
2517         and use it in `read-from-minibuffer'.
2518         (bookmark-insert-current-bookmark): Remove function.
2520         * info.el (Info-bookmark-make-record): Add `defaults' property
2521         with values of canonical Info node name, the current Info file
2522         name and the current Info node name.  (Bug#12107)
2524 2012-08-08  Juri Linkov  <juri@jurta.org>
2526         * files.el (basic-save-buffer): Use `buffer-name' as the default
2527         of `read-file-name' when buffer is not visiting a file (bug#12128).
2529 2012-08-08  Juri Linkov  <juri@jurta.org>
2531         * info.el (Info-isearch-search): Doc fix.
2532         (Info-search): Change search-failed message from "initial node" to
2533         "end of node" (bug#12078).
2534         (Info-isearch-search): Change `isearch-string-state' to
2535         `isearch--state-string'.
2537 2012-08-08  Glenn Morris  <rgm@gnu.org>
2539         * language/persian.el: Remove file.
2540         * language/misc-lang.el: Move unique part of persian.el here.
2541         * loadup.el: Remove language/persian.
2543 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
2545         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
2547 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
2549         * progmodes/python.el Fixed defsubst warning.
2550         (python-syntax-context) Rename from python-info-ppss-context.
2551         (python-syntax-context-type): Rename from
2552         python-info-ppss-context-type.
2553         (python-syntax-comment-or-string-p): Rename from
2554         python-info-ppss-comment-or-string-p.
2556 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2558         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
2560 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
2562         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
2563         a defcustom that is quoted with backquote.
2565         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
2566         Fix handling of interactive spec when the body uses return.
2567         (math-do-arg-check, math-define-function-body): Use backquote forms.
2568         * calc/calc-ext.el (math-defcache): Likewise.
2569         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
2570         * allout.el (allout-new-exposure): Likewise.
2571         * calc/calcalg2.el (math-tracing-integral): Likewise.
2572         * info.el (Info-last-menu-item): Likewise.
2573         * emulation/vip.el (vip-loop): Likewise.
2574         * textmodes/artist.el (artist-funcall): Likewise.
2575         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
2576         Construct menu-item directly.
2578         * progmodes/autoconf.el (font-lock-syntactic-keywords):
2579         Don't declare.
2581 2012-08-07  Chong Yidong  <cyd@gnu.org>
2583         * simple.el (deactivate-mark): Preserve text properties when
2584         saving the primary selection (Bug#8384).
2586 2012-08-07  Kevin Ryde  <user42@zip.com.au>
2588         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
2589         (woman-parse-numeric-value): On a bad .IP line, issue a warning
2590         and continue processing (Bug#12110).
2592 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2594         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
2595         syntax-propertize-function (bug#10095).
2597 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * help-fns.el (help-fns--key-bindings, help-fns--signature)
2600         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
2601         describe-function-1.
2602         (describe-function-1): Use them.  Move compiler macro after sig.
2603         (help-fns--compiler-macro): Use function-get.  Assume we're already in
2604         standard-output.  Adjust layout to new call order.
2606         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
2607         re-binding a symbol that has a symbol-macro (bug#12119).
2609 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
2611         * language/persian.el: New file.  (Bug#11812)
2612         * loadup.el: Add language/persian.el.
2614 2012-08-06  Chong Yidong  <cyd@gnu.org>
2616         * window.el (window--maybe-raise-frame): New function.
2617         (window--display-buffer): Split off from here.
2618         (display-buffer-reuse-window, display-buffer-pop-up-frame)
2619         (display-buffer-pop-up-window, display-buffer-use-some-window):
2620         Obey an inhibit-switch-frame action alist entry.
2621         (display-buffer): Update doc.
2623         * replace.el (occur-after-change-function): Avoid losing focus by
2624         using the inhibit-switch-frame display parameter (Bug#12139).
2626 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
2628         Make internal shell process buffer names start with space.
2629         * progmodes/python.el (python-shell-make-comint): Add optional
2630         argument INTERNAL.
2631         (run-python-internal): Use it.
2632         (python-shell-internal-get-or-create-process): Check for new
2633         internal buffer names.
2635 2012-08-06  Glenn Morris  <rgm@gnu.org>
2637         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
2638         Do less getting and setting of environment variables.
2640 2012-08-05  Chong Yidong  <cyd@gnu.org>
2642         * proced.el (proced): Add substitution string to docstring to
2643         trigger autoloading of the proced library on C-h f (Bug#1768).
2645         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2646         Don't show defvars which have no second argument (Bug#8638).
2648         * imenu.el (imenu-generic-expression): Move documentation here
2649         from imenu--generic-function.
2650         (imenu--generic-function): Refer to imenu-generic-expression.
2652 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
2654         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
2655         indentation declaration.
2656         (viper-loop): Add indentation declaration (Bug#7025).
2658 2012-08-05  Chong Yidong  <cyd@gnu.org>
2660         * help-fns.el (describe-variable): Add hyperlink for
2661         directory-local variables files.  Improve buffer-local and
2662         permanent-local reporting; suggested by MON KEY (Bug#6644).
2664         * help-mode.el (help-dir-local-var-def): New button type.
2666         * files.el (kill-buffer-hook): Provide a defvar.
2668 2012-08-05  Glenn Morris  <rgm@gnu.org>
2670         * eshell/esh-ext.el (eshell/addpath):
2671         Also update eshell-path-env.  (Bug#12013)
2673 2012-08-05  Chong Yidong  <cyd@gnu.org>
2675         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
2677         * fringe.el (fringe-styles): Add docstring.
2678         (fringe--check-mode): New function.
2679         (set-fringe-mode, set-fringe-style): Use it.
2680         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
2682         * files.el (set-auto-mode): Fix invalid setq call.
2684 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2686         * isearch.el: Misc simplification; use defstruct.
2687         (isearch-mode-map): Dense maps now work like sparse ones.
2688         (isearch--state): New defstruct.
2689         (isearch-string-state, isearch-message-state, isearch-point-state)
2690         (isearch-success-state, isearch-forward-state)
2691         (isearch-other-end-state, isearch-word-state, isearch-error-state)
2692         (isearch-wrapped-state, isearch-barrier-state)
2693         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
2694         replaced by defstruct's accessors.
2695         (isearch--set-state): Rename from isearch-top-state and change
2696         calling convention.
2697         (isearch-push-state): Use new isearch--get-state.
2698         (isearch-toggle-word): Disable regexp when enabling word.
2699         (isearch-message-prefix): Remove unused arg _c-q-hack.
2700         (isearch-message-suffix): Remove unused arg _ellipsis.
2702 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
2704         * simple.el (list-processes--refresh): For a server use :host or
2705         :local as the address.
2706         (list-processes): Doc fix.
2708 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
2710         * lisp/mpc.el: Support password in host argument.
2711         (mpc--proc-connect): Parse and use new password element.
2712         Set mpc-proc variable instead of returning process.
2713         (mpc-proc): Adjust accordingly.
2715 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
2717         * whitespace.el (whitespace-display-mappings): Use Unicode
2718         codepoints, instead of emacs-mule codepoints.  See
2719         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
2720         for the details.
2722         * files.el (file-truename): Don't skip symlink-chasing part on
2723         windows-nt.  Incorporate the resolution of 8+3 short aliases on
2724         Windows into the loop that recursively chases symlinks.
2725         Compare directory and its parent case-insensitively on MS-Windows and
2726         MS-DOS.
2728 2012-08-03  Chong Yidong  <cyd@gnu.org>
2730         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
2732         * sort.el (sort-regexp-fields): Doc fix.
2734 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
2736         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
2737         labels regex position point at the expected place.
2739 2012-08-03  MON KEY  <monkey@sandpframing.com>
2741         * net/imap.el (imap-interactive-login, imap-authenticate)
2742         (imap-mailbox-lsub, imap-mailbox-list)
2743         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
2744         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
2745         (imap-parse-response): Doc fix.
2747 2012-08-03  João Távora  <joaotavora@gmail.com>
2749         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
2750         if sexp scanning does not move point (Bug#5734).
2752 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
2754         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
2755         Add listings, minted, and ctable packages.
2756         (reftex-label-alist-builtin): Move listings, minted, and ctable
2757         entries before LaTeX.
2758         (reftex-label-alist): Docfix.
2760 2012-08-02  Bastien Guerry  <bzg@gnu.org>
2762         * replace.el (occur): Fix docstring (bug#12122).
2764 2012-08-02  Glenn Morris  <rgm@gnu.org>
2766         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
2768 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
2770         Obsolete alias inactivate-current-input-method-function (Bug#10150).
2771         * international/mule-cmds.el: Create
2772         inactivate-current-input-method-function as an obsolete alias for
2773         deactivate-current-input-method-function.  See Katsumi Yamaoka in
2774         <http://bugs.gnu.org/10150#46>.
2776 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
2778         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
2779         of nested `if's.
2781 2012-08-01  Glenn Morris  <rgm@gnu.org>
2783         * progmodes/autoconf.el (autoconf-definition-regexp):
2784         Add AH_TEMPLATE, adjust submatch numbering.
2785         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
2786         (autoconf-current-defun-function): Update for above change.
2787         (autoconf-current-defun-function): First skip to end of current word.
2789 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
2791         * calendar/cal-html.el (cal-html-insert-agenda-days):
2792         Fix typo.  (Bug#12018)
2794 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
2796         Shell processes: enhancements to startup and CEDET compatibility.
2797         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
2798         (python-shell-make-comint): accept-process-output at startup.
2799         (run-python-internal): Set inferior-python-mode-hook to nil.
2800         (python-shell-internal-get-or-create-process): call sit-for.
2801         (python-preoutput-result): Add obsolete alias.
2802         (python-shell-internal-send-string): Use it.
2803         (python-shell-send-setup-code): Remove call to
2804         accept-process-output.
2806 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
2808         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2809         (Bug#12108)
2811 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
2813         * calc-mode.el (calc-basic-simplification-mode): Rename from
2814         `calc-limited-simplification-mode'.
2815         (calc-alg-simplification-mode): New function.
2816         (calc-set-simplify-mode): Adjust message.
2818         * calc.el (calc-set-mode-line): Adjust mode line display for
2819         basic simplification mode.
2821         * calc-help.el (calc-m-prefix-help): Update help message.
2823         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2824         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2826 2012-07-31  Bastien Guerry  <bzg@gnu.org>
2828         * man.el (man): Fix comment.  (bug#12101)
2830 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
2832         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2833         Don't return a non-nil value when no suitable buffer was found.
2835 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
2837         * progmodes/python.el (run-python-internal): Disable font lock for
2838         internal shells.
2840 2012-07-30  Stefan Merten  <smerten@oekonux.de>
2842         * textmodes/rst.el: Silence `checkdoc-ispell'.
2843         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2844         (rst-official-version, rst-official-cvs-rev)
2845         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2846         (rst-mode-map): New key binding.
2848 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
2850         Update .PHONY listings in makefiles.
2851         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2852         autoloads, update-subdirs, updates, bzr-update, update-authors,
2853         compile-onefile, compile-calc, backup-compiled-files,
2854         compile-after-backup, compile-one-process, mh-autoloads,
2855         bootstrap-clean, distclean, maintainer-clean.
2857 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
2859         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2860         (calc-set-mode-line): Don't display "AlgSimp ".
2862         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2863         (calc-lim-simplify-mode): New function.
2864         (calc-set-simplify-mode): Default to 'alg.
2865         (calc-default-simplify-mode): Make algebraic simplifications
2866         the default.
2868         * calc/calc-ext.el (calc-init-extensions): Remove binding for
2869         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
2871         * calc/calc-help.el (calc-m-prefix-help): Change messages to
2872         indicate new simplification modes.
2874         * calc/README: Mention new default simplification mode.
2876         * calc/calc.el (math-normalize-error): New variable.
2877         (math-normalize): Set `math-normalize-error' to t
2878         when there's an error.
2880         * calc/calc-alg.el (math-simplify): Don't simplify when
2881         `math-normalize' returns an error.
2883 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
2885         * international/mule-cmds.el (set-locale-environment): Revert last
2886         change, since display-graphic-p returns nil when this function is
2887         called during startup.  Instead...
2889         * term/w32console.el (terminal-init-w32console): ...setup the
2890         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
2892 2012-07-29  Juri Linkov  <juri@jurta.org>
2894         * simple.el (goto-line): Don't display default line number in the
2895         prompt because it should be displayed by `read-number' (bug#9952).
2896         Add the current line number to the defaults of `goto-line' to
2897         allow its easier modification by users with `M-n' (bug#9201).
2899         * subr.el (read-number): Support multiple default values like in
2900         other minibuffer reading functions.  Replace `read' with
2901         `string-to-number' for consistency with `number-to-string'.
2903 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
2905         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2906         * emulation/viper-init.el (viper-deactivate-input-method-action):
2907         Rename from viper-inactivate-input-method-action.
2908         (viper-deactivate-input-method):
2909         Rename from viper-inactivate-input-method.
2910         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2911         * international/mule-cmds.el (deactivate-input-method):
2912         Rename from inactivate-input-method.
2913         Also run input-method-deactivate-hook.
2914         (deactivate-current-input-method-function):
2915         Rename from inactivate-current-input-method-function.
2916         (input-method-deactivate-hook): New hook.
2917         (input-method-inactivate-hook): Mark obsolete.
2918         (inactivate-input-method): Mark obsolete.
2920         * international/quail.el (quail-activate):
2921         Also run quail-deactivate-hook.
2922         (quail-deactivate): Rename from quail-inactivate.
2923         * international/robin.el (robin-activate):
2924         Also run robin-deactivate-hook.
2925         (robin-deactivate): Rename from robin-inactivate.
2927 2012-07-29  Chong Yidong  <cyd@gnu.org>
2929         * simple.el (indicate-copied-region): New function.
2930         (kill-ring-save): Split off from here.
2932         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2933         (kill-rectangle): Set deactivate-mark to t on read-only error.
2935         * register.el (copy-to-register, copy-rectangle-to-register):
2936         Deactivate the mark, and use indicate-copied-region (Bug#10056).
2937         (append-to-register, prepend-to-register): Call indicate-copied-region.
2939 2012-07-29  Juri Linkov  <juri@jurta.org>
2941         * simple.el (async-shell-command-buffer): New defcustom.
2942         (shell-command): Use it.  (Bug#4719)
2944 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2946         * international/mule-cmds.el (set-locale-environment): In a
2947         console session on MS-Windows, set up keyboard and terminal
2948         encoding from the OEM codepage, not the ANSI codepage.
2949         (Bug#12055)
2951 2012-07-28  Chong Yidong  <cyd@gnu.org>
2953         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2954         gdb-get-location.
2956 2012-07-28  Leo Liu  <sdl.web@gmail.com>
2958         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2959         the alist (bug#12029).
2961 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2963         * makefile.w32-in (custom-deps, finder-data, updates, compile)
2964         (compile-always, compile-first)
2965         ($(lisp)/calendar/cal-loaddefs.el)
2966         ($(lisp)/calendar/diary-loaddefs.el)
2967         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2968         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2969         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2970         instead of on update-subdirs.
2971         (bootstrap-clean): Delete $(lisp)/subdirs.el.
2973 2012-07-28  Chong Yidong  <cyd@gnu.org>
2975         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2976         directory if vc-deduce-backend returns nil (Bug#7350).
2978         * simple.el (delete-trailing-lines): New option.
2979         (delete-trailing-whitespace): Obey it (Bug#11879).
2981 2012-07-28  David Engster  <deng@randomsample.de>
2983         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2984         Explanation of new 'symbol-qnames feature in doc-strings.
2985         (xml-maybe-do-ns): Return expanded names as plain symbols if
2986         'symbol-qnames was provided in XML-NS argument (Bug#11916).
2987         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2989 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
2991         Consistent completion in inferior python with emacs -nw.
2992         * progmodes/python.el (inferior-python-mode): replace "<tab>"
2993         binding in inferior-python-mode-map with "\t".
2994         (python-shell-completion-complete-at-point)
2995         (python-completion-complete-at-point): Remove interactive spec.
2997 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
2999         * calc/calccomp.el (math-compose-expr): Undo previous change.
3001 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
3003         * progmodes/python.el (python-mode-map): Add keybinding for
3004         run-python.
3005         (python-shell-make-comint): Fix pop-to-buffer call.
3006         (run-python): Autoload.  New arg SHOW.
3007         (python-shell-get-or-create-process): Do not pop python process
3008         buffer.
3010 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
3012         * notifications.el (notifications-on-action-signal)
3013         (notifications-on-closed-signal): Use also the bus address for the map.
3014         (notifications-notify, notifications-close-notification)
3015         (notifications-get-capabilities): Add optional argument BUS.
3017 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
3019         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3020         Add support for the lstlisting and minted environments, and for the
3021         ctable macro.
3022         * textmodes/reftex.el (reftex-compile-variables): Also recognize
3023         labels written in keyvals syntax.
3025 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
3027         * calc/calccomp.el (math-compose-expr): Use parentheses when
3028         there is a product in the denominator of a fraction.
3030 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
3032         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3033         ($(lisp)/calendar/diary-loaddefs.el)
3034         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3035         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3036         Fixes failures in parallel bootstrap because subdirs.el is being
3037         rewritten while the autoload files are built at the same time,
3038         which needs to load subdirs.el.
3040 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
3042         * mouse.el (popup-menu): Fix doc-string and re-indent code.
3043         (mouse-drag-line): Don't exit tracking when a switch-frame or
3044         switch-window event occurs (Bug#12006).
3046 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3048         * mouse.el (popup-menu): Fix last change.
3050 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         Autoload from Lisp with more care.  Follow aliases when looking for
3053         function properties.
3054         * subr.el (autoloadp): New function.
3055         (symbol-file): Use it.
3056         (function-get): New function.
3057         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
3058         autoload-do-load.
3059         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
3060         (lisp-indent-function):
3061         * emacs-lisp/gv.el (gv-get):
3062         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
3063         * emacs-lisp/byte-opt.el (byte-optimize-form):
3064         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3065         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
3066         Use function-get.
3067         * emacs-lisp/cl.el: Don't propagate function properties any more.
3069         * speedbar.el (speedbar-add-localized-speedbar-support):
3070         * emacs-lisp/disass.el (disassemble-internal):
3071         * desktop.el (desktop-load-file):
3072         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
3073         (describe-function-1):
3074         * emacs-lisp/find-func.el (find-function-noselect):
3075         * emacs-lisp/elp.el (elp-instrument-function):
3076         * emacs-lisp/advice.el (ad-has-proper-definition):
3077         * apropos.el (apropos-safe-documentation, apropos-macrop):
3078         * emacs-lisp/debug.el (debug-on-entry):
3079         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
3080         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3081         * calc/calc.el (name): Use autoloadp & autoload-do-load.
3083 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
3085         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
3086         function, not an obsolete variable (Bug#12046).
3088 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
3090         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
3092 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
3094         * emacs-lisp/pp.el (pp-display-expression): Select old selected
3095         window only if it is still live (Bug#12034).
3097 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
3099         * subr.el (redirect-frame-focus): Add advertised calling
3100         convention (Bug#12030).
3102 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
3104         Prefer typical American spelling for "acknowledgment".
3105         * vc/add-log.el (change-log-acknowledgment): Rename from
3106         change-log-acknowledgement, with an alias for the old name.
3108 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
3110         * calc-alg.el (math-simplify-divide): Don't cross multiply
3111         in an equation when the lhs is a variable.
3113 2012-07-24  Julien Danjou  <julien@danjou.info>
3115         * net/netrc.el (netrc-find-service-number, netrc-store-data):
3116         Remove, unused.
3118 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
3120         * startup.el (command-line): Don't display an empty user name in
3121         the error message about non-existent home directory, when
3122         init-file-user was set to an empty string.  See
3123         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
3124         for the details and context.
3126 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3128         * ses.el (ses-cell-formula-aset): New macro.
3129         (ses-cell-references-aset): New macro.
3130         (ses-cell-p): New function.
3131         (ses-rename-cell): Do no longer rely on complex operations like
3132         ses-cell-set-formula or ses-set-cell to change the cell and handle
3133         the undo at the same time, but rather use lower level new macros
3134         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
3135         the undo directly.  Refresh the mode line.
3137 2012-07-21  Leo Liu  <sdl.web@gmail.com>
3139         * progmodes/cc-cmds.el (c-defun-name):
3140         Use match-string-no-properties instead for consistency.
3142 2012-07-20  Leo Liu  <sdl.web@gmail.com>
3144         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
3145         (Bug#7879)
3147         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
3149 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3151         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
3152         * progmodes/bug-reference.el, misearch.el: Provide themselves
3153         (bug#11915).
3155         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
3156         of narrowed buffer (bug#11966).
3158 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3160         * ses.el (ses-rename-cell): Set new name also in reference list of
3161         cells of which the renamed cell depends.
3163 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
3165         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
3166         to check whether menu-bar is shown or not.  If not shown,
3167         show the menu-bar as a popup menu instead of using tmm.
3168         * mouse.el (popup-menu): Accept `point' as `position' argument.
3170 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
3172         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
3173         up inside string symbol literal (bug#11923).
3175 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
3177         * startup.el (fancy-startup-text): Read the whole tutorial, not
3178         just its first 256 bytes.  Prevents gibberish in display of the
3179         tutorial title.
3181 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
3183         Drop idle buffer compaction due to an absence of the
3184         proved efficiency.
3185         * compact.el: Remove.
3187 2012-07-19  Sam Steingold  <sds@gnu.org>
3189         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
3190         vc-bzr-pull & vc-bzr-merge-branch.
3191         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
3192         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
3193         for consistency with compilation-error-regexp-alist.
3194         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
3195         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
3196         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
3197         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
3199 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * emacs-lisp/chart.el: Use lexical-binding.
3202         (chart-emacs-storage): Don't hardcode the list of entries.
3204 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
3206         Next round of tweaks caused by Fgarbage_collect changes.
3207         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
3209 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
3211         Compact buffers when idle.
3212         * compact.el: New file.
3214 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3216         * subr.el (eventp): Presume that if it looks vaguely like an event,
3217         it's an event (bug#10190).
3219 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
3221         Enhancements to ppss related code (thanks Stefan).
3222         * progmodes/python.el (python-indent-context)
3223         (python-indent-calculate-indentation, python-indent-dedent-line)
3224         (python-indent-electric-colon, python-nav-forward-block)
3225         (python-mode-abbrev-table)
3226         (python-info-assignment-continuation-line-p): Simplify checks
3227         for ppss context.
3228         (python-info-continuation-line-p): Cleanup.
3229         (python-info-ppss-context): Do not catch 'quote.
3230         (python-info-ppss-context-type)
3231         (python-info-ppss-comment-or-string-p): Simplify.
3233 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
3235         * progmodes/python.el: Enhancements to eldoc support.
3236         (python-info-current-symbol): New function.
3237         (python-eldoc-at-point): Use python-info-current-symbol.
3238         (python-info-current-defun): Fix cornercase on first defun scan.
3239         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
3240         and signal error when no inferior python process is available.
3242 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
3244         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
3245         assume it's always t.
3246         (vc-git-registered): Remove caching, the function is only called
3247         once.
3248         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
3250 2012-07-18  Chong Yidong  <cyd@gnu.org>
3252         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
3254         * simple.el (count-words): Report on narrowing (Bug#9959).
3256         * bindings.el: Bind M-= to count-words.
3258         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
3260 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
3262         * progmodes/sh-script.el (sh-imenu-generic-expression):
3263         Capture a function with `function' keyword and without parentheses
3264         like "function FOO" (bug#11856).
3266 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
3268         * window.el (split-window-sensibly): Make WINDOW argument
3269         optional.
3271 2012-07-18  Chong Yidong  <cyd@gnu.org>
3273         * subr.el (keyboard-translate): Doc fix (Bug#7261).
3275         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
3276         and make C-x 8 RET exit isearch (Bug#11439).
3278         * international/iso-transl.el: Move isearch-mode-map key
3279         definitions to isearch.el.
3281 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
3284         (eieio-defclass): Use gv-define-setter when possible.
3286 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
3288         Reflect recent changes in Fgarbage_collect.
3289         * emacs-lisp/chart.el (chart-emacs-storage): Change to
3290         reflect new format of data returned by Fgarbage_collect.
3292 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
3294         New utility functions + python-info-ppss-context fix (Bug#11910).
3295         * progmodes/python.el (python-info-beginning-of-block-statement-p)
3296         (python-info-ppss-comment-or-string-p): New functions.
3297         (python-info-ppss-context): Small fix for string check.
3299 2012-07-17  Juri Linkov  <juri@jurta.org>
3301         * dired-aux.el (dired-do-async-shell-command): Doc fix.
3302         (dired-do-async-shell-command): Don't add `*' at the end of the
3303         command (Bug#11815).
3304         (dired-do-shell-command): Doc fix.
3305         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
3306         Join the individual commands using either "&" or ";" as the
3307         separator depending on the values of these trailing characters.
3308         At the end re-add the trailing "&".  (Bug#10598)
3310         * simple.el (async-shell-command): Sync the interactive spec with
3311         `shell-command'.  Doc fix.
3312         (shell-command): Doc fix.
3314 2012-07-17  Juri Linkov  <juri@jurta.org>
3316         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
3318 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
3320         Final renames and doc fixes for movement commands (bug#11899).
3321         * progmodes/python.el (python-nav-beginning-of-statement):
3322         Rename from python-nav-statement-start.
3323         (python-nav-end-of-statement): Rename from
3324         python-nav-statement-end.
3325         (python-nav-beginning-of-block): Rename from
3326         python-nav-block-start.
3327         (python-nav-end-of-block): Rename from python-nav-block-end.
3329 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
3331         * progmodes/python.el (python-shell-send-string-no-output):
3332         Allow accept-process-output to quit, keeping shell process ready for
3333         future interactions (Bug#11868).
3335 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3337         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
3339         * emacs-lisp/elint.el (elint-find-args-in-code):
3340         Use help-function-arglist, so as to handle lexical byte-code.
3342         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
3343         change (bug#11826).
3345 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
3348         Avoid spuriously marking the buffer as modified because of c-is-sws.
3350         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
3351         as not-a-comment (bug#11946).
3353         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
3354         for uninterned vars.
3356         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
3357         Use read-event since we don't really want to read chars but bytes.
3359         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
3360         $$..$$ but also $..$ using regexps (bug#11953).
3361         Use tex-verbatim for \url and \path.
3362         (tex-font-lock-keywords): Define as defconst like the others.
3363         (tex-common-initialization): Don't use font-lock-syntax-table any more.
3365 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
3367         * international/mule-cmds.el (ucs-insert): Make it an obsolete
3368         alias for insert-char.
3370 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
3372         * progmodes/python.el: Simplified imenu implementation.
3373         (python-nav-jump-to-defun): Remove command.
3374         (python-mode-map): Use `imenu' instead.
3375         (python-nav-list-defun-positions-cache)
3376         (python-imenu-include-defun-type, python-imenu-make-tree)
3377         (python-imenu-subtree-root-label, python-imenu-index-alist):
3378         Remove vars.
3379         (python-nav-list-defun-positions, python-nav-read-defun)
3380         (python-imenu-tree-assoc, python-imenu-make-element-tree)
3381         (python-imenu-make-tree, python-imenu-create-index):
3382         Remove functions.
3383         (python-mode): Update to interact with imenu by setting
3384         `imenu-extract-index-name-function' only.
3386 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
3388         * progmodes/python.el: Enhancements to navigation commands.
3389         (python-nav-backward-sentence)
3390         (python-nav-forward-sentence): Remove.
3391         (python-nav-backward-statement, python-nav-forward-statement)
3392         (python-nav-statement-start, python-nav-statement-end)
3393         (python-nav-backward-block, python-nav-forward-block)
3394         (python-nav-block-start, python-nav-block-end)
3395         (python-nav-forward-sexp-function)
3396         (python-info-current-line-comment-p)
3397         (python-info-current-line-empty-p): New functions.
3398         (python-indent-context): Use `python-nav-statement-start'.
3400 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
3402         * eshell/em-ls.el (eshell/ls): Use `apply'.
3404         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
3405         multi-hops, instead of Tramp internals.
3407         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
3409         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
3410         when F1 and F2 are located on different hosts.
3412 2012-07-14  Chong Yidong  <cyd@gnu.org>
3414         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
3415         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
3416         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
3417         (xterm-mouse--read-event-sequence-1000)
3418         (xterm-mouse--read-event-sequence-1006): New functions.  For old
3419         mouse protocol, handle M-mouse-X events correctly.
3420         (xterm-mouse-event): New arg specifying mouse protocol.
3421         (turn-on-xterm-mouse-tracking-on-terminal)
3422         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
3423         sequence to toggle extended coordinates on newer XTerms.
3424         This appears to be harmless on terminals which do not support this.
3426 2012-07-14  Leo Liu  <sdl.web@gmail.com>
3428         Add fringe bitmap indicators for flymake.  (Bug#11253)
3429         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
3430         (flymake-make-overlay): New arg BITMAP.
3431         (flymake-error-bitmap, flymake-warning-bitmap)
3432         (flymake-fringe-indicator-position): New user variables.
3434         * fringe.el: New bitmap exclamation-mark.
3436 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
3438         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
3439         also (Bug#7879).
3441 2012-07-14  Chong Yidong  <cyd@gnu.org>
3443         * electric.el (electric-pair-post-self-insert-function): Fix pair
3444         insertion in empty-region case (Bug#11520).
3446 2012-07-14  Chong Yidong  <cyd@gnu.org>
3448         * bindings.el: Consolidate ctl-x-r-map bindings.
3449         Bind copy-rectangle-as-kill to C-x r w.
3451         * rect.el, register.el: Move bindings to bindings.el.
3453 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
3455         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
3457 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
3459         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
3461 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
3463         * bindings.el (top): Use `mapc' instead of `mapcar'.
3465         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
3467 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
3469         * progmodes/sql.el (sql-comint): Suppress the check for program on
3470         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
3471         (Bug#11908)
3473 2012-07-13  Chong Yidong  <cyd@gnu.org>
3475         * bindings.el: Assign a non-nil permanent-local property to
3476         per-buffer variables which lack a default value (Bug#11930).
3478         * help-fns.el (describe-variable): In the "automatically becomes
3479         local" notice, take note of permanent-local variables.
3481 2012-07-13  Chong Yidong  <cyd@gnu.org>
3483         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
3484         to allow printing the message when called from Lisp.
3486         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3487         Remove toggle-read-only.
3489         * bs.el (bs-toggle-readonly):
3490         * buff-menu.el (Buffer-menu-toggle-read-only):
3491         Remove with-no-warnings around toggle-read-only.
3493         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
3494         Remove with-no-warnings around toggle-read-only.
3495         (ffap-read-only, ffap-read-only-other-window)
3496         (ffap-read-only-other-frame): Callers changed.
3498         * help-mode.el: Don't require view package.
3499         (help-mode-finish): Set buffer-read-only instead of calling
3500         toggle-read-only.
3502         * bindings.el (mode-line-toggle-read-only):
3503         * dired.el (dired-toggle-read-only):
3504         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
3505         with non-nil second arg.
3507         * emacs-lisp/eieio-custom.el (eieio-customize-object):
3508         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
3509         directly.
3511 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
3513         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
3514         not incf.
3516 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3518         More CL cleanups and reduction of use of cl.el.
3519         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
3520         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
3521         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
3522         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
3523         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
3524         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
3525         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
3526         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
3527         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
3528         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
3529         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
3530         * eshell/em-cmpl.el, eshell/em-banner.el:
3531         * calendar/parse-time.el: Use cl-lib.
3532         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
3533         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
3534         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
3535         * term/ns-win.el, term.el, shell.el, ps-samp.el:
3536         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
3537         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
3538         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
3539         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
3540         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
3541         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
3542         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
3543         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
3544         `lambda' rather than with `quote'.
3545         (eshell-do-opt): Adjust accordingly.
3546         (eshell-process-option): Simplify.
3547         * eshell/esh-var.el:
3548         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
3549         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
3550         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
3551         to `pcase--dontcare'.
3552         * emacs-lisp/cl.el (labels): Mark obsolete.
3553         (cl--letf, letf): Move to cl-lib.
3554         (cl--letf*, letf*): Remove.
3555         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
3556         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
3557         (cl-progv): Rewrite.
3558         (cl--letf, cl-letf): Move from cl.el.
3559         (cl-letf*): New macro.
3560         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
3562 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
3564         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
3566 2012-07-11  Chong Yidong  <cyd@gnu.org>
3568         * vc/log-edit.el (log-edit-vc-backend): New variable.
3569         (log-edit): Doc fix.
3571         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
3572         argument of log-edit to set up all local variables.
3573         (vc-start-logentry): New optional arg specifying VC backend.
3575         * vc/vc.el (vc-checkin): Use it.
3576         (vc-deduce-fileset): Handle Log Edit buffers.
3577         (vc-diff): Make first argument optional too.
3579         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
3581 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
3583         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
3584         command, just in case.  The function is not needed anymore.
3585         (eshell-external-command): Do not call `eshell-remote-command'.
3587 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3589         Reduce use of (require 'cl).
3590         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
3591         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
3592         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
3593         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
3594         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
3595         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
3596         * battery.el, avoid.el, abbrev.el: Use cl-lib.
3597         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
3598         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
3599         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
3600         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
3601         * calculator.el, autorevert.el, apropos.el: Don't require CL.
3602         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
3603         (byte-compile-unfold-bcf, byte-compile-check-variable):
3604         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3605         (byte-compile-nilconstp):
3606         * emacs-lisp/autoload.el (make-autoload): Use pcase.
3607         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
3609         * emacs-lisp/gv.el (cond): Make it a valid place.
3610         (if): Simplify slightly.
3612         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
3613         (pcase--self-quoting-p): New function.
3614         (pcase--u1): Use it.
3616 2012-07-10  Glenn Morris  <rgm@gnu.org>
3618         * emacs-lisp/authors.el (authors-fixed-entries):
3619         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
3621 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3623         Rename configure.in to configure.ac (Bug#11603).
3624         * emacs-lisp/authors.el (authors-canonical-file-name):
3625         * progmodes/autoconf.el (autoconf-mode):
3626         Prefer configure.ac to configure.in.
3628 2012-07-08  Chong Yidong  <cyd@gnu.org>
3630         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
3631         Implement the mouse-1-click-follows-link handling properly.
3633         * info.el (Info-link-keymap): Use follow-link mechanism for
3634         header-line links (Bug#374).
3636         * simple.el (deactivate-mark): Do not set the primary selection
3637         if another program has acquired it (Bug#11772).
3639 2012-07-07  Kevin Ryde  <user42@zip.com.au>
3641         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
3642         (woman-decode-region): Replace escaped-escapes without destroying
3643         bold or underline (Bug#11552).
3644         (woman2-process-escapes): Handle nofill regions (Bug#11591).
3646 2012-07-07  Chong Yidong  <cyd@gnu.org>
3648         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
3649         (interprogram-cut-function, interprogram-paste-function):
3650         Mention that we typically mean the clipboard.
3652 2012-07-06  Glenn Morris  <rgm@gnu.org>
3654         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
3656         * files.el (toggle-read-only): Restrict message to interactive use.
3658 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
3660         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
3662         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
3664 2012-07-06  Glenn Morris  <rgm@gnu.org>
3666         * Makefile.in (compile-one-process): Rename from "recompile".
3668         * Makefile.in (bzr-update): "compile" is the same as "recompile
3669         autoloads", but parallelizable, so use that instead.
3671 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
3673         * window.el (quit-window): Always restore window height when
3674         it's saved in quit-restore parameter (Bug#11810).
3676 2012-07-06  Glenn Morris  <rgm@gnu.org>
3678         * simple.el (kill-whole-line): Doc tweak.
3680 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
3682         * files.el (file-relative-name): Compare file names
3683         case-insensitively if on MS-Windows or MS-DOS, or if
3684         read-file-name-completion-ignore-case is non-nil.  Don't use
3685         case-fold-search for this purpose.  (Bug#11827)
3687 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3689         * calendar/cal-dst.el (calendar-current-time-zone):
3690         Return calendar-current-time-zone-cache if non-nil.
3692 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
3693 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3695         * calendar/cal-dst.el (calendar-current-time-zone):
3696         Return calendar-current-time-zone-cache if non-nil.
3698 2012-07-06  Glenn Morris  <rgm@gnu.org>
3700         * Makefile.in (cvs-update): Remove old alias.
3702 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
3704         Sync with Tramp 2.2.6-pre.
3706         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
3707         compatible declaration.
3709         * net/tramp-cmds.el (tramp-append-tramp-buffers):
3710         Protect `list-load-path-shadows' call.
3712         * net/tramp-compat.el (top): Require packages, which aren't
3713         autoloaded anymore for XEmacs.  Protect call of
3714         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
3715         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
3716         it hurts at least for SXEmacs.
3717         (tramp-compat-temporary-file-directory): In XEmacs, there is no
3718         standard-value for `temporary-file-directory'.
3720         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
3721         Redirect stderr to /dev/null.
3722         (tramp-sh-handle-write-region): uid and gid can be floats.
3723         Reported by Russell Sim <russell.sim@gmail.com>.
3724         (tramp-sh-handle-vc-registered): Hide errors.
3725         (tramp-vc-file-name-handler): Use dummy results for `process-file'
3726         and `start-file-process'.
3727         (tramp-maybe-open-connection): Check also whether `non-essential'
3728         is bound.
3730 2012-07-04  Chong Yidong  <cyd@gnu.org>
3732         * xml.el (xml--parse-buffer): Use xml-syntax-table.
3733         (xml-parse-tag): Likewise, and avoid changing entity tables.
3734         (xml-syntax-table): Define from scratch, making sure not to give
3735         x2000 and other Unicode spaces whitespace syntax, since those are
3736         not spaces in XML.
3737         (xml-parse-fragment): Delete unused function.
3738         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
3739         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
3740         (xml-entity-ref, xml-pe-reference-re)
3741         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
3742         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
3743         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
3744         (xml-entity-value-re): Use syntax references in regexps where
3745         possible; no need to define inside a let-binding.
3746         (xml-parse-dtd): Use xml-pe-reference-re.
3747         (xml-entity-or-char-ref-re): New defconst.
3748         (xml-parse-string, xml-substitute-special): Use it.
3750 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * files.el (locate-dominating-file): Allow `name' to be a predicate.
3753         (find-file--read-only): New function.
3754         (find-file-read-only, find-file-read-only-other-window)
3755         (find-file-read-only-other-frame): Use it.
3756         (insert-file-contents-literally): Don't `fset'.
3757         (get-free-disk-space): Use locate-dominating-file.
3759         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
3760         function is already compiled.
3762         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
3764 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
3766         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
3767         files on the same host.
3769 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
3771         * help-fns.el (describe-function-1): Only call
3772         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
3774 2012-07-03  Chong Yidong  <cyd@gnu.org>
3776         * xml.el: Protect parser against XML bombs.
3777         (xml-entity-expansion-limit): New variable.
3778         (xml-parse-string, xml-substitute-special): Use it.
3779         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
3781 2012-07-03  Glenn Morris  <rgm@gnu.org>
3783         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3784         Allow linking to specific messages in debbugs reports (eg 123#5).
3786 2012-07-02  Chong Yidong  <cyd@gnu.org>
3788         * xml.el: Fix entity and character reference expansion, allowing
3789         them to expand into markup as per XML spec.
3790         (xml-default-ns): New variable.
3791         (xml-entity-alist): Use XML spec definitions for lt and amp.
3792         (xml-parse-region): Make first two arguments optional.
3793         Discard text properties.
3794         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
3795         All callers changed.
3796         (xml-parse-tag): Call xml-parse-tag-1.  For backward
3797         compatibility, this function should not modify buffer contents.
3798         (xml-parse-tag-1): Fix opening-tag regexp.
3799         (xml-parse-string): Rewrite, handling entity and character
3800         references properly.
3801         (xml--entity-replacement-text): Signal an error if a parameter
3802         entity is undefined.
3804 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * comint.el (comint-output-filter): Filter out repeated prompts.
3808         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3809         and file-name-absolute-p.
3810         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3811         internal calls.
3813 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3815         Spelling fixes.
3816         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3817         Rename from byte-compile--refiy-function.  All uses changed.
3819 2012-07-01  Chong Yidong  <cyd@gnu.org>
3821         * xml.el (xml--parse-buffer): New function.  Move most of
3822         xml-parse-region here.
3823         (xml-parse-region): Copy region into a temporary buffer, since
3824         parameter entity substitution requires changing buffer contents.
3825         Use xml--parse-buffer.
3826         (xml-parse-file): Use xml--parse-buffer.
3827         (xml-parse-dtd): Make parameter entity substitution work right.
3828         Use proper regexps for ELEMENT declarations (Bug#7172).
3830 2012-06-30  Glenn Morris  <rgm@gnu.org>
3832         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3834         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3835         Remove outdated and unnecessary dbus declarations.
3837 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
3839         * emacs-lisp/timer.el (timer-until): Subtract results of
3840         float-time, instead of taking float-time of the result of
3841         time-subtract, since float-time signals an error for negative time
3842         arguments.
3844 2012-06-30  Chong Yidong  <cyd@gnu.org>
3846         * xml.el (xml-*-re): Convert defvars into defconsts, and
3847         eval-and-compile them so eval-and-compile works on derivatives.
3848         (xml--entity-replacement-text): Use eval-and-comple.
3850 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
3852         * vc/vc-git.el (vc-git-registered): Use cache property
3853         `git-registered'.
3854         (vc-git-mode-line-string): Call `vc-working-revision' instead of
3855         `vc-git-working-revision' in order to benefit from the cache.
3856         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
3858 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
3860         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
3861         removed (likely outside Emacs).  (Bug#11757)
3863 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3865         * emacs-lisp/cl-lib.el: Require macroexp.
3867 2012-06-30  Chong Yidong  <cyd@gnu.org>
3869         * xml.el: Implement XML parameter entities.
3870         (xml-parameter-entity-alist): New variable.
3871         (xml-parse-region, xml-parse-fragment): Preserve previous values
3872         of xml-entity-alist and xml-parameter-entity-alist, so that
3873         repeated calls on different documents do not change them.
3874         (xml-parse-tag): Fix doctype regexp.
3875         (xml--entity-replacement-text): New function.
3876         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
3877         properly requires url retrieval which is unimplemented.
3878         (xml-escape-string): Doc fix.
3880 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3882         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3884 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
3886         * fringe.el (fringe-mode): Doc fix.
3888 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
3890         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3891         is non-nil.
3892         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3893         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
3895 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
3897         * calendar/cal-dst.el (calendar-current-time-zone):
3898         Return calendar-current-time-zone-cache if non-nil.
3900 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
3902         * progmodes/which-func.el (which-func-format):
3903         Add mouse-face.  (Bug#11698)
3905 2012-06-29  Leo Liu  <sdl.web@gmail.com>
3907         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3909 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3911         * minibuffer.el (minibuffer-confirm-exit-commands):
3912         Add completion-at-point (bug#11725).
3914 2012-06-29  Glenn Morris  <rgm@gnu.org>
3916         * progmodes/f90.el (f90-font-lock-keywords-2):
3917         Add some preprocessor elements.  (Bug#10499)
3919 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * progmodes/cperl-mode.el (cperl-update-syntaxification):
3922         Use syntax-propertize (bug#11739).
3924 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
3926         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3928 2012-06-28  Julien Danjou  <julien@danjou.info>
3930         * term.el (term-handle-colors-array): Use a set of new faces to
3931         color the terminal.  Also uses :inverse-video property.
3932         (term-default-fg-color): Set to nil by default, deprecate in favor
3933         of `term-face'.
3934         (term-default-bg-color): Set to nil by default, deprecate in favor
3935         of `term-face'.
3936         (term-current-face): Use `term-face' by default.
3937         (term-bold-attribute): Variable deleted.
3939 2012-06-28  Glenn Morris  <rgm@gnu.org>
3941         * simple.el (completion-list-mode-finish):
3942         Don't use toggle-read-only.  (Since completion-list-mode has
3943         a special mode-class, it wasn't doing anything extra anyway.)
3945 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3947         Make inlining of other-mode interpreted functions work (bug#11799).
3948         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3949         (byte-compile): Use it to fix compilation of lexical-binding closures.
3950         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3951         function, if needed.
3953 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3955         * help-mode.el (help-make-xrefs): Don't just withstand
3956         cyclic-variable-indirection but any error in documentation-property.
3958         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3959         memory use.
3960         * bindings.el (bindings--define-key): New function.
3961         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3962         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3963         * bindings.el: Use it to purecopy define-key bindings.
3965         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3967         * emacs-lisp/cl.el (flet): Mark obsolete.
3968         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3969         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3970         * progmodes/js.el (js-c-fill-paragraph):
3971         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3972         (ebrowse-switch-member-buffer-to-derived-class):
3973         * play/5x5.el (5x5-solver): Use cl-flet.
3975         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
3976         (cl--symbol-function): New macro.
3977         (cl--letf, cl--letf*): Use it.
3979         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3980         Strip "toggle-" if any.
3982 2012-06-27  Glenn Morris  <rgm@gnu.org>
3984         * info.el (Info-default-directory-list): Move here from paths.el.
3985         * paths.el: Remove file, which is now empty.
3986         * loadup.el: No longer load "paths".
3988         * custom.el (custom-initialize-delay): Doc fix.
3990         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3991         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3992         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3993         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3994         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3995         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3996         * eshell/eshell.el (eshell-defgroup): Remove alias.
3998 2012-06-27  Chong Yidong  <cyd@gnu.org>
4000         * help.el (help-enable-auto-load): New variable.
4002         * help-fns.el (help-fns--autoloaded-p): New function.
4003         (describe-function-1): Refer to a function as "autoloaded" if it
4004         was autoloaded at any time in the past.  Perform autoloading if
4005         help-enable-auto-load is non-nil.
4007 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
4009         * makefile.w32-in (compile, compile-always): Depend on
4010         update-subdirs, not on subdirs.el.  Otherwise, several different
4011         sub-targets of 'bootstrap' running in parallel could
4012         simultaneously write to subdirs.el, producing a garbled file.
4014 2012-06-26  Sam Steingold  <sds@gnu.org>
4016         * files.el (file-name-base): New convenience function.
4017         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4018         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4019         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4020         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4021         * textmodes/ispell.el, textmodes/reftex-ref.el:
4022         * textmodes/tex-mode.el: Use it.
4023         Did not touch cedet and org because they are maintained elsewhere.
4025 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
4027         * calendar/calendar.el (calendar-exit): Don't try to delete or
4028         iconify last frame.  See:
4029         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4031 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
4033         * server.el (server-process-filter): Remember dir in the
4034         process's `server-client-directory' properties.
4036 2012-06-24  Chong Yidong  <cyd@gnu.org>
4038         * xml.el (xml-parse-tag): Correctly handle comment embedded in
4039         non-tag text.
4041 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
4043         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
4045 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4047         * help-fns.el (describe-variable): Don't croak when doc is not found.
4048         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
4049         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
4050         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
4051         * emacs-lisp/smie.el (smie-next-sexp): CSE.
4052         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
4053         ((lambda ..) ..).
4054         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
4056 2012-06-23  Chong Yidong  <cyd@gnu.org>
4058         * info.el (Info-mouse-follow-link): Accept symbol values of
4059         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
4060         (Info-fontify-node): Use Info-link-keymap for all navigation
4061         buttons, with link-args property to perform the desired action.
4062         (Info-link-keymap): Doc fix.
4063         (Info-next-link-keymap, Info-prev-link-keymap)
4064         (Info-up-link-keymap): Delete now-unused keymaps.
4066 2012-06-23  Chong Yidong  <cyd@gnu.org>
4068         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4070         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
4071         system abbrevs.
4073         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
4075 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4078         (bug#11719).
4080         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
4081         the requote function doesn't work properly (bug#11714).
4083 2012-06-23  Glenn Morris  <rgm@gnu.org>
4085         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
4087 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4089         Further GV/CL cleanups.
4090         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
4091         gv-expander.
4092         (gv--defun-declaration): New function.
4093         (defun-declarations-alist): Use it.
4094         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
4095         (gv-place): Autoload.
4096         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
4097         original definition of dotimes and dolist.
4098         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
4099         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
4100         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
4101         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4102         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
4103         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
4104         to the function's definition.
4105         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
4106         * window.el:
4107         * files.el:
4108         * faces.el:
4109         * env.el: Don't use CL.
4111 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4113         Support higher-resolution time stamps (Bug#9000).
4115         * calendar/time-date.el (with-decoded-time-value): New arg
4116         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
4117         (encode-time-value): New optional arg PICO.  New type 3.
4118         (time-to-seconds) [!float-time]: Support the new picoseconds
4119         component if it's used.
4120         (seconds-to-time, time-subtract, time-add):
4121         Support ps-resolution time stamps as well.
4123         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
4124         (timerp): Timer vectors now have length 9, not 8.
4125         (timer--time): Support new-style (4-part) time stamps.
4126         (timer-next-integral-multiple-of-time): Time stamps now have
4127         picosecond resolution, so take a bit more care about rounding.
4128         (timer-relative-time, timer-inc-time): New optional arg psecs.
4129         (timer-set-time-with-usecs): Set psecs to 0.
4130         (timer--activate): Check psecs component, too.
4132         * proced.el (proced-time-lessp): Support ps-resolution stamps.
4134 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
4137         Move the non-essential binding to the post/pre-command-hook where it is
4138         more obviously correct.
4140         * subr.el (read-passwd): Don't use a history at all.
4141         * savehist.el (savehist-save): Remove password saved accidentally
4142         because of the above bug.
4144 2012-06-22  Bastien Guerry  <bzg@gnu.org>
4146         * files.el (toggle-read-only): Display a message telling whether
4147         the buffer is read-only or not (bug#11726).
4149 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * emacs-lisp/gv.el: New file.
4152         * subr.el (push, pop): Extend to generalized variables.
4153         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
4154         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
4155         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
4156         gv-define-simple-setter, and gv-define-expander.
4157         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
4158         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
4159         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
4160         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
4161         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
4162         gv-letplace.
4163         (cl-defstruct): Don't define setf-method any more.
4164         * emacs-lisp/cl.el (flet): Don't autoload.
4165         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
4166         (define-setf-expander, defsetf, define-modify-macro)
4167         (cl-struct-setf-expander): Move from cl-lib.el.
4168         * emacs-lisp/syntax.el:
4169         * emacs-lisp/ewoc.el:
4170         * emacs-lisp/smie.el:
4171         * emacs-lisp/cconv.el:
4172         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
4173         (timer--time): Use gv-define-simple-setter.
4174         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
4175         to avoid coding-system problems in subr.el.  Adjust all users.
4176         (macroexp--maxsize, macroexp-small-p): New functions.
4177         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
4178         * scroll-bar.el (scroll-bar-mode):
4179         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4180         (normal-erase-is-backspace-mode): Don't use the `eq' place.
4181         * winner.el (winner-configuration, winner-make-point-alist)
4182         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
4183         * files.el (locate-file-completion-table): Avoid list*.
4185 2012-06-22  Chong Yidong  <cyd@gnu.org>
4187         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
4188         (dired-create-files): Doc fix (Bug#11329).
4189         (dired-do-copy): Doc fix (Bug#11334).
4190         (dired-mark-read-string): Doc fix (Bug#11553).
4192         * dired.el (dired-recursive-copies, dired-recursive-deletes):
4193         Doc fix (Bug#11326).
4194         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
4195         (dired-dwim-target): Doc fix.
4197         * wdired.el (wdired-mode): Doc fix.
4199 2012-06-22  Glenn Morris  <rgm@gnu.org>
4201         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
4202         (pcmpl-rpm-cache-stamp-file): New constant.
4203         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
4204         (pcmpl-rpm-packages): Optionally cache list of packages.
4206         * pcmpl-rpm.el (pcmpl-rpm): New group.
4207         (pcmpl-rpm-query-options): New option.
4208         (pcmpl-rpm-packages): No need to inline it.
4209         Use pcmpl-rpm-query-options.
4211         * calendar/calendar.el (calendar-in-read-only-buffer):
4212         Avoid some needless mode changes.
4214 2012-06-21  Chong Yidong  <cyd@gnu.org>
4216         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
4217         (desktop-path): Remove . from the default value (Bug#10977).
4218         (desktop-read): Use user-emacs-directory if desktop-path is nil.
4220 2012-06-20  Chong Yidong  <cyd@gnu.org>
4222         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
4224 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
4226         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
4227         (bug#11201).
4229 2012-06-20  Chong Yidong  <cyd@gnu.org>
4231         * term.el (term-window-width): Handle the case of a missing right
4232         fringe (Bug#8837).
4233         (term-check-size): Use window-text-height (Bug#5445).
4234         (term-mode): Use define-derived-mode.  Minor cleanups.
4235         Set font-lock-defaults (Bug#7692).
4236         (term-move-columns, term-insert-char, term-emulate-terminal)
4237         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
4239 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
4241         * net/ange-ftp.el (ange-ftp-get-passwd):
4242         Bind `enable-recursive-minibuffers'.
4243         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
4245 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
4247         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
4249 2012-06-19  Glenn Morris  <rgm@gnu.org>
4251         * progmodes/python.el (python-mode): Derive from prog-mode.
4253 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4255         * emulation/edt.el (edt-default-menu-bar-update-buffers)
4256         (edt-user-menu-bar-update-buffers): New functions.
4257         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
4259 2012-06-19  Chong Yidong  <cyd@gnu.org>
4261         * subr.el (with-selected-window): Preserve the selected window's
4262         terminal's top-frame (Bug#4702).
4264         * window.el (save-selected-window): Likewise.
4266 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4268         * progmodes/python.el (python-rx-constituents): Move backquote.
4269         (python-skeleton-define, python-define-auxiliary-skeleton):
4270         Use `declare'.
4272 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
4274         * minibuffer.el (read-file-name-default): Revert the patch from
4275         2012-06-17.
4277 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4279         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
4280         (pcase--u1, pcase--q1): Don't use apply-partially.
4282 2012-06-18  Glenn Morris  <rgm@gnu.org>
4284         * progmodes/python.el (python-proc, python-buffer)
4285         (python-send-receive, python-send-string): Fix obsolete versions.
4287 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
4289         * window.el (special-display-p): Completely remove stringp
4290         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
4292 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
4294         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
4296         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
4298         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
4299         * net/tramp-sh.el (tramp-maybe-open-connection):
4300         Throw if `non-essential' is non-nil.
4302 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
4304         * window.el (special-display-p): Signal an error if BUFFER-NAME
4305         is not a string (Bug#11713).
4307 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
4309         * progmodes/python.el (python-info-beginning-of-backslash):
4310         Rename from python-info-beginning-of-backlash, as a spelling fix.
4312 2012-06-17  Chong Yidong  <cyd@gnu.org>
4314         * term.el (term-emulate-terminal): If term-check-size is called,
4315         move point to the process mark without resetting point (Bug#4635).
4317 2012-06-17  Glenn Morris  <rgm@gnu.org>
4319         * international/mule-cmds.el (mule-menu-keymap)
4320         (set-language-environment, set-locale-environment): Doc tweaks.
4322 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
4324         * cus-face.el (custom-face-attributes): Add wave-style underline
4325         attribute.
4326         * faces.el (set-face-attribute): Update docstring to describe
4327         wave-style underline attribute.
4329 2012-06-16  Chong Yidong  <cyd@gnu.org>
4331         * term/xterm.el (terminal-init-xterm): Discard input before
4332         querying background mode (Bug#10959).
4334 2012-06-16  Stefan Merten  <smerten@oekonux.de>
4336         * textmodes/rst.el: Added and corrected some comments.
4337         (rst-re-alist-def): Improve symbol syntax.
4338         (rst-mode-syntax-table): Correct syntax entries.
4339         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4340         (rst-official-version, rst-official-cvs-rev): Update version
4341         information.
4343 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
4345         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
4346         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
4348 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
4350         * progmodes/python.el: New python.el merge.
4351         (python-guess-indent): Obsolete var.
4352         (python-indent-guess-indent-offset): New defcustom.
4353         (python-indent): Obsolete var.
4354         (python-indent-offset): New defcustom.
4355         (python-python-command, python-jython-command): Delete var.
4356         (python-shell-interpreter): New defcustom.
4357         (python-pdbtrack-do-tracking-p): Delete var.
4358         (python-pdbtrack-activate): New defcustom.
4359         (python-use-skeletons): Obsolete var.
4360         (python-skeleton-autoinsert): New defcustom.
4361         (inferior-python-filter-regexp, python-continuation-offset)
4362         (python-honour-comment-indentation, python-indent-string-contents)
4363         (python-jython-packages, python-mode-hook)
4364         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
4365         (python-shell-prompt-alist)
4366         (python-source-modes): Delete defcustoms.
4367         (python-check-buffer-name, python-eldoc-setup-code)
4368         (python-eldoc-string-code, python-ffap-setup-code)
4369         (python-ffap-string-code, python-fill-comment-function)
4370         (python-fill-decorator-function, python-fill-paren-function)
4371         (python-fill-string-function, python-imenu-include-defun-type)
4372         (python-imenu-make-tree, python-imenu-subtree-root-label)
4373         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
4374         (python-shell-compilation-regexp-alist)
4375         (python-shell-completion-module-string-code)
4376         (python-shell-completion-pdb-string-code)
4377         (python-shell-completion-setup-code)
4378         (python-shell-completion-string-code)
4379         (python-shell-enable-font-lock, python-shell-exec-path)
4380         (python-shell-extra-pythonpaths)
4381         (python-shell-internal-buffer-name, python-shell-interpreter-args)
4382         (python-shell-process-environment)
4383         (python-shell-prompt-block-regexp)
4384         (python-shell-prompt-output-regexp)
4385         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
4386         (python-shell-send-setup-max-wait, python-shell-setup-codes)
4387         (python-shell-virtualenv-path): New defcustoms.
4388         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
4389         (inferior-python-mode-syntax-table, python--prompt-regexp)
4390         (python-buffer, python-command python-python-command)
4391         (python-default-template, python-imports, python-indent-index)
4392         (python-indent-list, python-indent-list-length)
4393         (python-mode-running, python-pdbtrack-is-tracking-p)
4394         (python-preoutput-continuation, python-preoutput-leftover)
4395         (python-preoutput-result, python-preoutput-skip-next-prompt)
4396         (python-prev-dir/file, python-recursing)
4397         (python-saved-check-command, python-version-checked)
4398         (python-which-func-length-limit)
4399         (view-return-to-alist): Delete vars.
4400         (python-check-custom-command, python-dotty-syntax-table)
4401         (python-imenu-index-alist, python-indent-current-level)
4402         (python-indent-dedenters, python-indent-levels)
4403         (python-nav-beginning-of-defun-regexp)
4404         (python-nav-list-defun-positions-cache)
4405         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
4406         (python-shell-internal-buffer)
4407         (python-skeleton-available): New vars.
4408         (def-python-skeleton): Delete macro.
4409         (python-skeleton-define): New macro.
4410         (python-define-auxiliary-skeleton, python-rx): New macros.
4411         (python-insert-class): Delete command.
4412         (python-skeleton-class): New command.
4413         (python-insert-def): Delete command.
4414         (python-skeleton-def): New command.
4415         (python-insert-for): Delete command.
4416         (python-skeleton-for): New command.
4417         (python-insert-if): Delete command.
4418         (python-skeleton-if): New command.
4419         (python-insert-try/except, python-insert-try/finally): Delete commands.
4420         (python-skeleton-try): New command.
4421         (python-insert-while): Delete command.
4422         (python-skeleton-while): New command.
4423         (python-backspace): Delete command.
4424         (python-indent-dedent-line-backspace): New command.
4425         (python-electric-colon): Delete command.
4426         (python-indent-electric-colon): New command.
4427         (python-guess-indent): Delete command.
4428         (python-indent-guess-indent-offset): New command.
4429         (python-shift-left): Delete command.
4430         (python-indent-shift-left): New command.
4431         (python-shift-right): Delete command.
4432         (python-indent-shift-right): New command.
4433         (python-find-function): Delete command.
4434         (python-nav-jump-to-defun): New command.
4435         (python-next-statement): Delete command.
4436         (python-nav-forward-sentence): New command.
4437         (python-previous-statement): Delete command.
4438         (python-nav-backward-sentence): New command.
4439         (python-fill-paragraph): Delete command.
4440         (python-fill-paragraph-function): New command.
4441         (python-send-buffer): Delete command.
4442         (python-shell-send-buffer): New command.
4443         (python-send-defun): Delete command.
4444         (python-shell-send-defun): New command.
4445         (python-send-region, python-send-region-and-go): Delete commands.
4446         (python-shell-send-region)
4447         (python-shell-switch-to-shell): New commands.
4448         (python-send-string): Delete command.
4449         (python-shell-send-string): New command.
4450         (python-switch-to-python): Delete command.
4451         (python-shell-switch-to-shell): New command.
4452         (python-describe-symbol): Delete command.
4453         (python-eldoc-at-point): New command.
4454         (python--set-prompt-regexp, python-args-to-list)
4455         (python-after-info-look, python-check-version)
4456         (python-check-comint-prompt, python-find-imports)
4457         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
4458         (python-unload-function, python-expand-template)
4459         (python-maybe-jython, python-preoutput-filter)
4460         (python-pdbtrack-get-source-buffer)
4461         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
4462         (python-pdbtrack-toggle-stack-tracking)
4463         (python-pdbtrack-track-stack-file, python-initial-text)
4464         (python-first-word, python-comment-line-p, python-send-command)
4465         (python-setup-brm, python-sentinel, python-set-proc)
4466         (python-skip-out, python-input-filter, python-outdent-p)
4467         (python-outline-level, python-backslash-continuation-line-p)
4468         (python-end-of-block, python-end-of-statement, python-mark-block)
4469         (python-beginning-of-block, python-beginning-of-statement)
4470         (python-blank-line-p, python-beginning-of-string)
4471         (python-open-block-statement-p): Delete functions.
4472         (python-indent-line, python-indent-line-1): Delete functions.
4473         (python-indent-line): New function.
4474         (python-indentation-levels): Delete function.
4475         (python-indent-calculate-levels): New function.
4476         (python-proc): Delete function.
4477         (python-shell-get-process): New function.
4478         (python-send-receive): Delete function.
4479         (python-shell-send-string-no-output): New function.
4480         (python-module-path): Delete function.
4481         (python-ffap-module-path): New function.
4482         (python-completion-at-point)
4483         (python-symbol-completions): Delete functions.
4484         (python-completion-complete-at-point): New function.
4485         (python-load-file): Delete function.
4486         (python-shell-send-file): New function.
4487         (python-calculate-indentation): Delete function.
4488         (python-indent-calculate-indentation): New function.
4489         (python-skip-comments/blanks): Delete function.
4490         (python-util-forward-comment): New function.
4491         (python-continuation-line-p): Delete function.
4492         (python-info-continuation-line-p): New function.
4493         (python-which-func, python-current-defun): Delete function.
4494         (python-info-current-defun): New function.
4495         (python-beginning-of-defun): Delete function.
4496         (python-nav-beginning-of-defun): New function.
4497         (python-close-block-statement-p)
4498         (python-block-end-p): Delete function.
4499         (python-info-closing-block): New function.
4500         (python-comint-output-filter-function)
4501         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
4502         (python-fill-comment, python-fill-decorator, python-fill-paren)
4503         (python-fill-string, python-imenu-make-element-tree)
4504         (python-imenu-make-tree, python-imenu-tree-assoc)
4505         (python-indent-context, python-indent-dedent-line)
4506         (python-indent-line-function)
4507         (python-indent-post-self-insert-function)
4508         (python-indent-toggle-levels)
4509         (python-info-assignment-continuation-line-p)
4510         (python-info-beginning-of-backlash)
4511         (python-info-block-continuation-line-p)
4512         (python-info-closing-block-message)
4513         (python-info-line-ends-backslash-p)
4514         (python-info-looking-at-beginning-of-defun)
4515         (python-info-ppss-context, python-info-ppss-context-type)
4516         (python-nav-list-defun-positions, python-nav-read-defun)
4517         (python-nav-sentence-end, python-nav-sentence-start)
4518         (python-pdbtrack-comint-output-filter-function)
4519         (python-pdbtrack-set-tracked-buffer)
4520         (python-shell-calculate-exec-path)
4521         (python-shell-calculate-process-environment)
4522         (python-shell-completion--do-completion-at-point)
4523         (python-shell-completion--get-completions)
4524         (python-shell-completion-complete-at-point)
4525         (python-shell-completion-complete-or-indent)
4526         (python-shell-get-or-create-process)
4527         (python-shell-get-process-name)
4528         (python-shell-internal-get-or-create-process)
4529         (python-shell-internal-get-process-name)
4530         (python-shell-internal-send-string, python-shell-make-comint)
4531         (python-shell-parse-command, python-shell-send-setup-code)
4532         (python-skeleton-add-menu-items)
4533         (python-util-clone-local-variables, python-util-position)
4534         (run-python-internal, python-indentation-levels)
4535         (python-nav-beginning-of-defun)
4536         (python-completion-complete-at-point): New functions.
4537         (run-python): Change arguments.  New API requirements.
4539 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4541         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
4542         (bug#11649).
4544         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
4545         (macroexp--expand-all): Use it.
4547         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4548         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
4549         Use `cl-function' instead.
4551 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
4553         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4554         Suggested by Stefan Monnier while discussing bug#11657.
4556 2012-06-14  Sam Steingold  <sds@gnu.org>
4558         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
4560 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4562         * play/doctor.el (doctor-doc): Remove parameter and use
4563         doctor-sent instead of sent.
4564         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
4566 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4568         * files.el: Require cl-lib.
4569         (file-name-non-special): Replace case -> cl-case.
4571         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
4573         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
4574         mapping from #' to function*.
4576 2012-06-13  Chong Yidong  <cyd@gnu.org>
4578         * mouse.el (mouse-drag-track): Do not set the mark if the user
4579         releases the mouse without selecting anything (Bug#11588).
4581 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4583         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
4584         as well (bug#11646).
4586         * loadup.el: Count byte-code functions as well.
4588         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
4589         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
4591         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
4592         (bug#11649).  Add cl-defun and cl-defmacro.
4594 2012-06-13  Drew Adams  <drew.adams@oracle.com>
4596         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4597         Fix last change.
4599 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
4601         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
4602         Otherwise, it blocks in batch mode.
4604 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
4606         * help-mode.el (bookmark-make-record-default): Declare.
4608 2012-06-13  Chong Yidong  <cyd@gnu.org>
4610         * emacs-lisp/package.el (list-packages): Compute a list of
4611         packages that are newly-available since the last list-packages
4612         invocation.
4613         (package-menu--new-package-list): New var.
4614         (package-menu--generate, package-menu--print-info)
4615         (package-menu--status-predicate, package-menu-mark-install):
4616         Handle new status label "new".
4618 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
4621         conversion to backquotes.
4623 2012-06-12  Chong Yidong  <cyd@gnu.org>
4625         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
4626         Rename from gud-inhibit-global-bindings.
4628         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
4630         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
4631         hook from nxml-glyph-set-hook.
4633         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
4634         declaration.
4636         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
4638         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
4639         Convert to defcustom.
4641 2012-06-12  Drew Adams  <drew.adams@oracle.com>
4643         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4644         New functions.
4645         (help-mode): Use them.
4647 2012-06-11  Glenn Morris  <rgm@gnu.org>
4649         * progmodes/fortran.el (fortran-font-lock-keywords-3):
4650         Use preprocessor face for directives.
4651         (fortran-directive-re): Doc fix.
4653 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4655         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
4656         conversion to backquotes (bug#11652).
4658         Fix compiler-expansion of CL's cXXr functions (bug#11673).
4659         * emacs-lisp/cl-lib.el (cl--defalias): New function.
4660         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
4661         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
4662         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4663         (cl-ninth, cl-tenth): Mark them as inlinable.
4664         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
4665         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
4666         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
4667         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
4668         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
4669         (cl-list*, cl-adjoin): Don't put an autoload manually.
4670         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
4671         (cl--compiler-macro-list*): Add autoload cookie.
4672         (cl--compiler-macro-cXXr): New function.
4674         * help-fns.el (help-fns--compiler-macro): New function extracted from
4675         describe-function-1; follow aliases and use `compiler-macro' property.
4676         (describe-function-1): Use it.
4678 2012-06-11  Chong Yidong  <cyd@gnu.org>
4680         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
4681         is uninstalled, if imagemagick is installed.
4683 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         * emacs-lisp/cl-lib.el: Use lexical-binding.
4686         (cl-map-extents, cl-maclisp-member): Remove.
4687         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
4688         (cl--set-substring, cl--block-wrapper, cl--block-throw)
4689         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
4690         * emacs-lisp/cl-extra.el: Use lexical-binding.
4691         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
4692         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
4693         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
4694         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
4695         * emacs-lisp/cl-seq.el: Use lexical-binding.
4696         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
4697         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
4698         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
4699         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
4700         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
4701         CL's internals.
4703 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
4705         Sync with Tramp 2.2.6-pre.
4707         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
4708         `print-length' and `print-level' to nil, in order to avoid
4709         truncation.  Reported by Christopher Schmidt
4710         <christopher@ristopher.com>.
4712         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
4714         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
4715         New defmacro.
4716         (tramp-compat-copy-directory): Add optional argument
4717         COPY-CONTENTS.  It is not handled yet.
4719         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
4720         (tramp-ftp-file-name-p): Simplify.
4722         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
4723         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
4724         connection vector.
4726         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
4727         (tramp-methods): Do not use `tramp-password-end-of-line'.
4728         (tramp-completion-function-alist-putty): Handle UNIX case.
4729         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
4730         (tramp-do-file-attributes-with-stat)
4731         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
4732         gid as real numbers.  They could run out of integer range on cygwin.
4733         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
4734         (tramp-sh-handle-expand-file-name): Handle hops.
4735         (tramp-open-connection-setup-interactive-shell):
4736         Use `tramp-cleanup'.  Move check for busyboxes ...
4737         (tramp-find-shell): ... here.  Simplify implementation.
4738         Set "remote-shell" property also for alternative shells.
4739         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
4740         If failing, a regular file would be written otherwise.
4741         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
4742         (tramp-find-inline-encoding): Cache the coding commands in the
4743         process cache.  Apply test command on the remote side, if defined.
4744         (tramp-find-inline-compress): Cache the compress commands in the
4745         process cache.
4746         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
4747         when requested.  Handle hops.
4748         (tramp-current-connection): New defvar.
4749         (tramp-maybe-open-connection): Use `tramp-cleanup'.
4750         Throw `suppress', if there was a failed connection shortly before.
4751         Handle user interrupt.  (Bug#10187)
4752         (tramp-get-inline-compress, tramp-get-inline-coding):
4753         Read connection properties from the process cache.
4755         * net/tramp-smb.el (tramp-smb-server-version)
4756         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
4757         New defconsts.
4758         (tramp-smb-prompt): Extend for powershell prompt.
4759         (tramp-smb-file-name-handler-alist): Add handlers for
4760         `process-file', `shell-command' and `start-file-process'.
4761         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
4762         (tramp-smb-winexe-shell-command-switch): New defcustoms.
4763         (tramp-smb-file-name-p): Simplify.
4764         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
4765         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
4766         (tramp-smb-shell-quote-argument): New defuns.
4767         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
4768         Implement using "tar".  By this, time-stamps are preserved.
4769         (tramp-smb-handle-copy-file): Handle also the case of directories.
4770         (tramp-smb-do-file-attributes-with-stat)
4771         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
4772         Use `tramp-get-connection-buffer').
4773         (tramp-smb-handle-rename-file): Use "rename", when source and
4774         target are on the same share.
4775         (tramp-smb-maybe-open-connection): Handle wrong passwords.
4776         Use `tramp-smb-server-version'.
4777         (tramp-smb-wait-for-output): Remove prompt.
4779         * net/tramp.el (top): Require 'cl.
4780         (tramp-methods, tramp-rsh-end-of-line):
4781         Remove `tramp-password-end-of-line' from docstring.
4782         (tramp-save-ad-hoc-proxies): New defcustom.
4783         (tramp-completion-function-alist): Adapt docstring.
4784         (tramp-default-password-end-of-line): Remove defcustom.
4785         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
4786         (tramp-user-regexp, tramp-file-name-regexp-unified)
4787         (tramp-file-name-regexp-url): Extend regexp by hop separator.
4788         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
4789         (tramp-remote-file-name-spec-regexp): New defconst.
4790         (tramp-file-name-structure): Extend structure for hops.
4791         (tramp-get-method-parameter): Move up.
4792         (tramp-file-name-p, tramp-dissect-file-name)
4793         (with-parsed-tramp-file-name): Handle hops.
4794         (tramp-file-name-hop): New defun.
4795         (tramp-make-tramp-file-name): New optional arg HOP.
4796         (tramp-message-show-progress-reporter-message): New defvar.
4797         (tramp-with-progress-reporter): Use it.  We cannot use
4798         `tramp-message-show-message' here, because this suppresses also
4799         error buffers.
4800         (tramp-error-with-buffer): Suppress buffer view, if
4801         `tramp-message-show-message' is nil.
4802         Use `tramp-get-connection-buffer'.
4803         (tramp-cleanup): New defun.
4804         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
4805         (tramp-file-name-handler): If `debug-on-error' is set, propagate
4806         an error unchanged.
4807         (tramp-completion-handle-file-name-all-completions): Handle hops.
4808         Fix an error when called from ido.
4809         (tramp-completion-dissect-file-name): Use better local variable
4810         name.  Add hop to the vector.
4811         (tramp-handle-insert-file-contents): Use progress-reporter for the
4812         whole scenario.
4813         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4814         to `t'.
4815         (tramp-check-for-regexp): Simplify search.
4816         (tramp-enter-password): Remove it.  Move implementation ...
4817         (tramp-action-password): ... here.
4818         (tramp-mode-string-to-int, tramp-local-host-p)
4819         (tramp-make-tramp-temp-file, tramp-read-passwd)
4820         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4821         Set tramp-autoload cookie.
4823         * net/trampver.el: Update release number.
4825 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4826             Michael Albinus  <michael.albinus@gmx.de>
4828         * net/tramp.el (tramp-set-completion-function): Fix docstring.
4829         (tramp-parse-group, tramp-parse-file)
4830         (tramp-parse-shostkeys-sknownhosts): New defuns.
4831         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4832         (tramp-parse-shosts-group, tramp-parse-sconfig)
4833         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4834         (tramp-parse-sknownhosts, tramp-parse-hosts)
4835         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4836         Use them.
4837         (tramp-parse-passwd-group, tramp-parse-netrc-group)
4838         (tramp-parse-putty-group): Don't narrow.
4839         (tramp-parse-putty): Make a loop.
4840         (tramp-file-name-handler): Catch the `suppress' signal.
4842 2012-06-11  Chong Yidong  <cyd@gnu.org>
4844         * image.el (imagemagick-register-types): Put the ImageMagick entry
4845         at the end of image-type-file-name-regexps.
4847 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
4849         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4850         (pcase, pcase-let*, pcase-dolist): Use them.
4852 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4854         * emacs-lisp/pcase.el (pcase--let*): New function.
4855         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
4856         (pcase--expand): Use macroexp-let².
4858 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4860         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4861         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4862         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4863         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4864         * emacs-lisp/derived.el: Use pcase instead of `cl'.
4865         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4867 2012-06-10  Glenn Morris  <rgm@gnu.org>
4869         * mail/rmail.el (rmail-yank-current-message): Leave point at
4870         correct position.  (Bug#11660)
4872 2012-06-10  Chong Yidong  <cyd@gnu.org>
4874         * allout-widgets.el: Fix code header.
4876 2012-06-10  Chong Yidong  <cyd@gnu.org>
4878         * cus-edit.el (customize-changed-options-previous-release):
4879         Bump to 24.1.
4881 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
4883         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4885 2012-06-09  Chong Yidong  <cyd@gnu.org>
4887         * ebuff-menu.el (electric-buffer-list): Preserve header line.
4889 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
4891         * window.el (special-display-popup-frame): Don't use
4892         window--display-buffer (Bug#11651).
4894 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
4896         Fix parallel builds: make sure loaddefs.el is not being written
4897         while Lisp files are compiled.
4898         (compile): Don't depend on 'mh-autoloads'.
4899         (compile-CMD, compile-SH): Depend on 'autoloads'.
4900         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4902         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
4904 2012-06-09  Chong Yidong  <cyd@gnu.org>
4906         * face-remap.el (face-remap-add-relative, face-remap-set-base)
4907         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4908         Doc fixes (Bug#11225).
4910 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4912         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4913         a function if there's a clear indication that it has a compiler-macro.
4914         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4915         (macro-declarations-alist): Add arglist to declaration functions.
4916         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4917         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4918         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4919         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4920         Also add autoload to find the compiler macro.
4921         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4922         (cl--compiler-macro-member, cl--compiler-macro-assoc)
4923         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4924         (cl--compiler-macro-get): New functions, replacing calls to
4925         cl-define-compiler-macro.
4926         (cl-typep) [compiler-macro]: Use macroexp-let².
4928 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
4930         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4931         string properly, fixes Bug#11473.
4933 2012-06-08  Chong Yidong  <cyd@gnu.org>
4935         * faces.el (set-face-attribute): Doc fix.
4936         (modify-face): Don't use :bold and :italic.
4937         (error, warning, success): Tweak definitions.
4939         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4940         (custom-modified, custom-set, custom-changed, custom-themed)
4941         (custom-saved, custom-button, custom-button-mouse)
4942         (custom-button-pressed, custom-state, custom-comment-tag)
4943         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4944         (custom-group-subtitle): Use new-style face specs.
4945         (custom-invalid-face, custom-rogue-face, custom-modified-face)
4946         (custom-set-face, custom-changed-face, custom-saved-face)
4947         (custom-button-face, custom-button-pressed-face)
4948         (custom-documentation-face, custom-state-face)
4949         (custom-comment-face, custom-comment-tag-face)
4950         (custom-variable-tag-face, custom-variable-button-face)
4951         (custom-face-tag-face, custom-group-tag-face-1)
4952         (custom-group-tag-face): Remove obsolete face alias.
4954         * epa.el (epa-validity-high, epa-validity-medium)
4955         (epa-validity-low, epa-mark, epa-field-name, epa-string)
4956         (epa-field-name, epa-field-body):
4957         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4958         (font-lock-keyword-face, font-lock-builtin-face)
4959         (font-lock-function-name-face, font-lock-variable-name-face)
4960         (font-lock-type-face, font-lock-constant-face):
4961         * ido.el (ido-first-match, ido-only-match, ido-subdir)
4962         (ido-virtual, ido-indicator, ido-incomplete-regexp):
4963         * speedbar.el (speedbar-button-face, speedbar-file-face)
4964         (speedbar-directory-face, speedbar-tag-face)
4965         (speedbar-selected-face, speedbar-highlight-face)
4966         (speedbar-separator-face):
4967         * whitespace.el (whitespace-newline, whitespace-space)
4968         (whitespace-hspace, whitespace-tab, whitespace-trailing)
4969         (whitespace-line, whitespace-space-before-tab)
4970         (whitespace-space-after-tab, whitespace-indentation)
4971         (whitespace-empty):
4972         * emulation/cua-base.el (cua-global-mark):
4973         * eshell/em-prompt.el (eshell-prompt):
4974         * net/newst-plainview.el (newsticker-new-item-face)
4975         (newsticker-old-item-face, newsticker-immortal-item-face)
4976         (newsticker-obsolete-item-face, newsticker-date-face)
4977         (newsticker-statistics-face, newsticker-default-face):
4978         * net/newst-reader.el (newsticker-feed-face)
4979         (newsticker-extra-face, newsticker-enclosure-face):
4980         * net/newst-treeview.el (newsticker-treeview-face)
4981         (newsticker-treeview-new-face, newsticker-treeview-old-face)
4982         (newsticker-treeview-immortal-face)
4983         (newsticker-treeview-obsolete-face)
4984         (newsticker-treeview-selection-face):
4985         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4986         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4987         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4988         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4989         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4990         (nxml-outline-active-indicator, nxml-outline-ellipsis):
4991         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4992         (mpuz-text):
4993         * progmodes/vera-mode.el (vera-font-lock-number)
4994         (vera-font-lock-function, vera-font-lock-interface):
4995         * textmodes/table.el (table-cell): Use new-style face specs, and
4996         don't use the old :bold and :italic attributes.
4998         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4999         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5000         (ebrowse-member-class, ebrowse-progress): Likewise.
5001         (ebrowse-tree-mark-face, ebrowse-root-class-face)
5002         (ebrowse-file-name-face, ebrowse-default-face)
5003         (ebrowse-member-attribute-face, ebrowse-member-class-face)
5004         (ebrowse-progress-face): Remove obsolete faces.
5006         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5007         Inherit from error and warning faces respectively.
5009         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5010         Likewise.
5011         (flyspell-incorrect-face, flyspell-duplicate-face):
5012         Remove obsolete aliases.
5014 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
5016         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5017         Avoid infloop.
5019 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         * startup.el (argv, argi): Make lexically scoped.
5022         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5023         * emacs-lisp/cl-macs.el: Use lexical-binding.
5024         Rename cl-bind-* to cl--bind-*.
5025         * files.el: Don't require `cl' since it doesn't use it.
5026         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5028 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
5030         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5031         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5032         instead of calling external sort utility.
5033         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5035 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
5037         * descr-text.el (describe-char): Mention how to insert the
5038         character, if the current input method doesn't support it.
5039         See the discussion in this thread for the details:
5040         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5042 2012-06-08  Sam Steingold  <sds@gnu.org>
5044         * bindings.el (global-map): Bind XF86Forward to next-buffer and
5045         XF86Back to previous-buffer.
5046         (minibuffer-local-map): Bind them to next-history-element and
5047         previous-history-element respectively.
5048         * help-mode.el (help-mode-map): Bind them to help-go-forward and
5049         help-go-back respectively.
5050         * info.el (Info-mode-map): Bind them to Info-history-forward and
5051         Info-history-back respectively.
5052         These are the keys next to Up on the ThinkPad keyboard.
5054 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5056         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
5057         * emacs-lisp/cl-macs.el: Provide itself.
5058         (cl--labels-convert-cache): New var.
5059         (cl--labels-convert): New function.
5060         (cl-flet, cl-labels): New implementation with new semantics, relying on
5061         lexical-binding.
5062         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
5063         (cl-closure-vars, cl--function-convert-cache)
5064         (cl--function-convert): Move from cl-macs.el.
5065         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
5066         rename by removing the "cl-" prefix.
5067         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
5069 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5071         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
5072         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
5073         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
5074         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
5075         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
5076         (cl-hash-table-count): Add old compatibility aliases.
5078         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
5079         Use macroexpand-all-environment instead.
5080         (cl--old-macroexpand): New var.
5081         (cl--sm-macroexpand): New function.
5082         (cl-symbol-macrolet): Use it during macro expansion.
5083         (cl--function-convert-cache): New var.
5084         (cl--function-convert): New function, extracted from
5085         cl-macroexpand-all.
5086         (cl-lexical-let): Use it.
5088         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
5089         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
5090         (cl-member): Remove old alias.
5092         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
5093         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
5094         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
5095         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
5096         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
5097         (cl-macroexpand-cmacs): Remove var.
5098         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
5099         Use macroexpand-all instead.
5101 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5103         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
5104         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
5105         (macroexp-copyable-p): New functions and macros.
5106         * emacs-lisp/edebug.el (edebug-unwrap):
5107         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
5108         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
5109         (pcase--let*): Remove.
5110         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
5111         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
5112         macroexp-const-p instead.
5113         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
5115         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
5116         instead of "cl-" for internal definitions.  Use macroexp-const-p.
5117         (cl-old-bc-file-form): Remove var.
5118         (cl-const-exprs-p): Remove fun.
5119         (cl-labels, cl-macrolet): Use backquote.
5120         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
5121         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
5122         (cl-define-setf-expander): Rename from cl-define-setf-method.
5123         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
5125         * international/mule-cmds.el: Don't require CL.
5126         (view-hello-file): Don't use `letf'.
5128 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * tmm.el (tmm-prompt): Use string-prefix-p.
5131         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
5132         (tmm-add-prompt): Use minibuffer-completion-help.
5133         (tmm-delete-map): Remove.
5135         * subr.el (kbd): Make it its own function.
5137 2012-06-07  Stefan Merten  <smerten@oekonux.de>
5139         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
5140         Silence compiler warnings.  Fix versions.
5141         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
5142         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
5143         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
5144         (rst-package-emacs-version-alist): Correct Emacs version to
5145         represent major merge with upstream.
5146         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
5148 2012-06-06  Glenn Morris  <rgm@gnu.org>
5150         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
5151         Only print environment variables if set.
5153 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5155         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
5156         (macroexp--cons): Rename from maybe-cons.
5157         (macroexp--accumulate): Rename from macroexp-accumulate.
5158         (macroexp--all-forms): Rename from macroexpand-all-forms.
5159         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
5160         (macroexp--expand-all): Rename from macroexpand-all-1.
5162 2012-06-06  Sam Steingold  <sds@gnu.org>
5164         * calendar/calendar.el (calendar-in-read-only-buffer):
5165         Call `special-mode' to enable the standard read-only keybindings.
5167 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5169         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
5170         with "loading" messages (bug#11635).
5172 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
5174         * files.el (enable-remote-dir-locals): New option.
5175         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
5177         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5178         Ensure, that the temp directory is local.
5180         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
5181         `temporary-file-directory'.
5183         * progmodes/python.el (python-send-region): Ensure, that the
5184         temporary file is created also in the remote case.
5186 2012-06-06  Glenn Morris  <rgm@gnu.org>
5188         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
5189         (vc-rcs-update-changelog): Use it.
5191         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
5193         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
5194         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
5195         (vc-sccs-diff): Replace use of the external vcdiff script.
5197 2012-06-05  Glenn Morris  <rgm@gnu.org>
5199         * ledit.el: Move to obsolete/.
5201 2012-06-05  Sam Steingold  <sds@gnu.org>
5203         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
5204         patch (Bug#11140).
5206 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5208         * emacs-lisp/cust-print.el: Move to obsolete.
5210         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
5211         compiler-macro expansion.
5213         Add native compiler-macro support.
5214         * emacs-lisp/macroexp.el (macroexpand-all-1):
5215         Support compiler-macros directly.  Properly follow aliases and apply
5216         the compiler macros more thoroughly.
5217         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
5218         macroexpand now properly follows aliases.
5219         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
5220         (cl-compiler-macroexpand): Use new prop.
5221         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
5223         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
5225 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
5227         * window.el (get-lru-window, get-mru-window, get-largest-window):
5228         New argument NOT-SELECTED to avoid picking the selected window.
5229         (window--display-buffer-1, window--display-buffer-2): Replace by
5230         new function window--display-buffer
5231         (display-buffer-same-window, display-buffer-reuse-window)
5232         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5233         Use window--display-buffer.
5234         (display-buffer-use-some-window): Remove temporary dedication
5235         hack by calling get-lru-window and get-largest-window with
5236         NOT-SELECTED argument non-nil.  Call window--display-buffer.
5238 2012-06-05  Glenn Morris  <rgm@gnu.org>
5240         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
5241         Replace external vcdiff script.
5243 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
5247 2012-06-04  Chong Yidong  <cyd@gnu.org>
5249         * image.el (imagemagick-types-inhibit): Revert last change.
5250         Add INFO and M.
5251         (imagemagick-enabled-types): Remove CIN and EPS*.
5253 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5255         * emacs-lisp/cl-lib.el: Rename from cl.el.
5256         * emacs-lisp/cl.el: New compatibility file.
5257         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
5258         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
5259         to obey the "cl-" prefix.
5260         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
5262 2012-06-03  Glenn Morris  <rgm@gnu.org>
5264         * emacs-lisp/authors.el (authors-aliases): Addition.
5266         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
5267         Fix :version.
5269 2012-06-03  Stefan Merten  <smerten@oekonux.de>
5271         * textmodes/rst.el: Add comments.
5272         (rst-transition, rst-adornment): New faces.
5273         (rst-adornment-faces-alist): Make default safe to reevaluate.
5274         Fixes
5275         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
5276         Improve customization tags.
5277         (rst-define-level-faces): Clarify meaning.
5279 2012-06-03  Chong Yidong  <cyd@gnu.org>
5281         * progmodes/compile.el (compilation-mode-line-fail)
5282         (compilation-mode-line-run, compilation-mode-line-exit):
5283         New faces.
5284         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
5286 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
5288         * progmodes/which-func.el (which-func-update-ediff-windows):
5289         New function.  Use it in ediff-select-hook (Bug#11478).
5291 2012-06-03  Chong Yidong  <cyd@gnu.org>
5293         * bindings.el: Remove explicit help text from format-mode-line.
5294         It is now supplied by mode-line-default-help-echo.
5295         (mode-line-front-space, mode-line-end-spaces)
5296         (mode-line-misc-info): New variables.
5297         (mode-line-modes, mode-line-position): Move the default value to
5298         the variable definition.
5299         (mode-line-default-help-echo): New defcustom.
5300         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
5301         (mode-line-modified-help-echo): New functions.
5302         (mode-line-mule-info, mode-line-modified): Use them.
5303         (mode-line-eol-desc, propertized-buffer-identification):
5304         Consistency fixes for help text.
5305         (mode-line-coding-system-map): Allow using mouse-3 to invoke
5306         set-buffer-file-coding-system (Bug#289).
5307         (mode-line-mule-info-help-echo): Update help text.
5309 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5311         * simple.el (execute-extended-command): Set real-this-command
5312         (bug#11506).
5314 2012-06-02  Chong Yidong  <cyd@gnu.org>
5316         Remove incorrect uses of "modeline" in comments, docstrings, and
5317         function/variable names (Bug#10329).
5319         * cus-edit.el (mode-line):
5320         * dframe.el (dframe-mouse-hscroll):
5321         * emacs-lisp/re-builder.el:
5322         * emacs-lisp/easy-mmode.el (define-minor-mode):
5323         * frame.el (set-frame-name):
5324         * help.el (lookup-minor-mode-from-indicator):
5325         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
5326         * progmodes/cc-cmds.el (c-toggle-auto-newline)
5327         (c-toggle-hungry-state):
5328         * progmodes/antlr-mode.el (antlr-language-alist):
5329         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
5330         * progmodes/vhdl-mode.el (vhdl-mode):
5331         * progmodes/which-func.el (which-func, which-func-cleanup-function):
5332         * term/ns-win.el (ns-face-at-pos):
5333         * term/sup-mouse.el (sup-mouse-report):
5334         * textmodes/flyspell.el (flyspell-mode-line-string):
5335         * textmodes/ispell.el (ispell-highlight-face):
5336         * textmodes/reftex-global.el:
5337         * vc/vc-arch.el (vc-arch-mode-line-string):
5338         * vc/vc-cvs.el (vc-cvs-mode-line-string):
5339         * vc/vc-git.el (vc-git-mode-line-string):
5340         * vc/vc-hooks.el (vc-display-status)
5341         (vc-default-mode-line-string):
5342         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
5344         * ansi-color.el (ansi-color-faces-vector): Change default faces.
5346         * dired.el (dired-sort-set-mode-line): Rename from
5347         dired-sort-set-modeline.  All callers changed.
5349         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
5350         eshell-status-in-modeline.
5352         * foldout.el (foldout-mode-line-string): Rename from
5353         foldout-modeline-string.  All callers changed.
5354         (foldout-update-mode-line): Rename from foldout-update-modeline.
5356         * subr.el (redraw-modeline): Make into obsolete alias.
5358         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
5359         timeclock-modeline-display.  Make old name an alias.
5360         (timeclock-update-mode-line): Likewise.  All callers changed.
5361         (timeclock-mode-line-display): No need to check before using
5362         add-hook.
5363         (timeclock-relative, timeclock-day-over-hook)
5364         (timeclock-use-elapsed, timeclock-mode-string)
5365         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
5367         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
5368         crisp-mode-modeline-string.
5370         * play/solitaire.el (solitaire-build-mode-line): Rename from
5371         solitaire-build-modeline.  All callers changed.
5373         * play/zone.el (zone-hiding-mode-line): Rename from
5374         zone-hiding-modeline.  All callers changed.
5375         (zone): Remove unusued `modeline-hidden-level' property.
5377         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
5378         xscheme-modeline-initialize.  All callers changed.
5380         * strokes.el (strokes-lighter): Rename from
5381         strokes-modeline-string.
5383         * textmodes/sgml-mode.el (html-face-tag-alist)
5384         (html-tag-face-alist): Use mode-line face instead of obsolete
5385         alias modeline.
5387 2012-06-02  Stefan Merten  <smerten@oekonux.de>
5389         * textmodes/rst.el: Always require `cl'.
5390         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
5392 2012-06-02  Chong Yidong  <cyd@gnu.org>
5394         * image.el (imagemagick-enabled-types): Rename from
5395         imagemagick-types-enable.  Add many more types.
5396         (imagemagick-types-inhibit): Change default to nil.
5397         (imagemagick-filter-types): Caller changed.
5399 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5401         * emacs-lisp/cl-macs.el: Use backquotes.
5402         (cl-transform-function-property): Use eval-and-compile rather than
5403         abusing `require'.
5404         (defstruct): Use declare-function instead of with-no-warnings.
5406         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
5407         (byte-compile-output-docform): Re-add the print-circle bindings.
5408         (byte-compile-fix-header): Use #$ just because it's shorter.
5409         (byte-compile-output-file-form): Remove defun/defmacro.
5411 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
5413         * simple.el (choose-completion): Remove now obsolete binding for
5414         owindow.
5416 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
5418         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
5419         in order to avoid "Stack overflow in regexp matcher".
5421 2012-05-31  Glenn Morris  <rgm@gnu.org>
5423         * image.el: For clarity, call imagemagick-register-types at
5424         top-level, rather than relying on a custom :initialize.
5425         (imagemagick-types-enable): New option.  (Bug#11557)
5426         (imagemagick-filter-types): New function.  (Bug#7406)
5427         (imagemagick-register-types): Use imagemagick-filter-types.
5428         If disabling support, remove elements altogether rather
5429         than using an impossible regexp.
5430         (imagemagick-types-inhibit): Give it the default init function.
5432 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
5435         Handle arbitrary file name lengths (Bug#11585).
5437 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
5439         * desktop.el (desktop-read): Clear previous and next buffers for
5440         all windows and bury *Messages* buffer (bug#11556).
5442 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5444         Add `declare' for `defun'.  Align `defmacro's with it.
5445         * emacs-lisp/easy-mmode.el (define-minor-mode)
5446         (define-globalized-minor-mode): Don't autoload the var definitions.
5447         * emacs-lisp/byte-run.el: Use lexical-binding.
5448         (defun-declarations-alist, macro-declarations-alist): New vars.
5449         (defmacro, defun): Use them.
5450         (make-obsolete, define-obsolete-function-alias)
5451         (make-obsolete-variable, define-obsolete-variable-alias):
5452         Use `declare'.
5453         (macro-declaration-function): Mark obsolete.
5454         * emacs-lisp/autoload.el: Use lexical-binding.
5455         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
5457 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5459         * textmodes/ispell.el (ispell-with-no-warnings):
5460         Define as a macro.
5461         (ispell-kill-ispell, ispell-change-dictionary):
5462         Use `called-interactively-p' for Emacs instead of obsolete
5463         `interactive-p'.
5465 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5467         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
5468         (macro-declaration-function): Move var from C code.
5469         (macro-declaration-function): Define function with defalias.
5470         * emacs-lisp/macroexp.el (macroexpand-all-1):
5471         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
5472         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
5473         defun/defmacro any more.
5474         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
5475         Provide fallback for unknown arglist.
5476         (byte-compile-arglist-warn): Change calling convention.
5477         (byte-compile-output-file-form): Move print-vars binding.
5478         (byte-compile-output-docform): Simplify accordingly.
5479         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
5480         (byte-compile-defmacro-declaration): Remove.
5481         (byte-compile-file-form-defmumble): Generalize to defalias.
5482         (byte-compile-output-as-comment): Return byte-positions.
5483         Simplify callers accordingly.
5484         (byte-compile-lambda): Use `assert'.
5485         (byte-compile-defun, byte-compile-defmacro): Remove.
5486         (byte-compile-file-form-defalias):
5487         Use byte-compile-file-form-defmumble.
5488         (byte-compile-defalias-warn): Remove.
5490 2012-05-29  Stefan Merten  <smerten@oekonux.de>
5492         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
5493         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
5495         (rst-mode-abbrev-table): Merge definition.
5496         (rst-mode): Make sure `font-lock-defaults' is buffer local.
5497         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
5499 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
5501         * calendar/icalendar.el
5502         (icalendar-export-region): Export UID properly.
5504 2012-05-29  Leo Liu  <sdl.web@gmail.com>
5505         * calendar/icalendar.el (icalendar-import-format):
5506         Add `icalendar-import-format-uid' (Bug#11525).
5507         (icalendar-import-format-uid): New.
5508         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
5509         Export UID.
5511 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5513         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
5514         different alternative patterns.
5515         (pcase-codegen): Be more careful to preserve identity.
5516         (pcase--u1): Don't forget to mark vars as used.
5518         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
5519         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
5520         (byte-compile-from-buffer): ...rather than here.
5522         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
5523         functions from byte-compile-function-environment.
5525 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
5527         * window.el (window-deletable-p): Avoid deleting the root window
5528         of a frame with an active minibuffer.
5530 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
5532         * simple.el (choose-completion): Use quit-window (Bug#11567).
5534 2012-05-29  Chong Yidong  <cyd@gnu.org>
5536         * whitespace.el (whitespace-cleanup): Fix usage of
5537         whitespace-empty-at-bob-regexp (Bug#11492).
5539 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5541         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
5542         revert (Bug#11488).
5544 2012-05-29  Juri Linkov  <juri@jurta.org>
5546         * isearch.el (isearch-mode-map): Bind `M-s _' to
5547         `isearch-toggle-symbol'.  Bind `M-s c' to
5548         `isearch-toggle-case-fold'.
5549         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
5550         (isearch-forward): Add `M-s _' to the docstring.
5551         (isearch-forward-symbol, isearch-toggle-case-fold)
5552         (isearch-symbol-regexp): New functions.  (Bug#11381)
5554 2012-05-29  Juri Linkov  <juri@jurta.org>
5556         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
5557         (isearch-occur, isearch-search-and-update): If `isearch-word' is
5558         a function, call it to get the regexp.
5559         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
5560         property `isearch-message-prefix' instead of the string "word ".
5561         (isearch-search-fun-default): For the case of `isearch-word',
5562         return a lambda that calls re-search-forward/re-search-backward
5563         with a regexp returned by `word-search-regexp' or by the function
5564         in `isearch-word'.
5566 2012-05-29  Juri Linkov  <juri@jurta.org>
5568         * isearch.el (isearch-search-fun-default): New function.
5569         (isearch-search-fun): Move default part to the new function
5570         `isearch-search-fun-default'.
5571         (isearch-search-fun-function): Set the default value to
5572         `isearch-search-fun-default'.  (Bug#11381)
5574         * comint.el (comint-history-isearch-end):
5575         Use `isearch-search-fun-default'.
5576         (comint-history-isearch-search): Use `isearch-search-fun-default'
5577         and remove spacial case for `isearch-word'.
5578         (comint-history-isearch-wrap): Remove spacial case for
5579         `isearch-word'.
5581         * hexl.el (hexl-isearch-search-function):
5582         Use `isearch-search-fun-default'.
5584         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
5585         Use `word-search-regexp' for `isearch-word'.
5587         * misearch.el (multi-isearch-search-fun):
5588         Use `isearch-search-fun-default'.
5590         * simple.el (minibuffer-history-isearch-search):
5591         Use `isearch-search-fun-default' and remove spacial case for
5592         `isearch-word'.
5593         (minibuffer-history-isearch-wrap): Remove spacial case for
5594         `isearch-word'.
5596         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
5597         Remove spacial case for `isearch-word'.
5598         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
5600 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5602         Decrease XEmacs incompatibilities.
5603         * textmodes/flyspell.el (flyspell-check-pre-word-p):
5604         Use `string-match'.
5605         (flyspell-delete-region-overlays): Use alternative definition for
5606         XEmacs.
5607         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
5608         (flyspell-word): Use `process-kill-without-query' if XEmacs.
5609         (flyspell-mode-on): Use `interactive-p' if XEmacs.
5610         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
5611         `define-obsolete-face-alias' under XEmacs, but old method.
5613         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
5614         `with-no-warnings' definition or Emacs alias.
5615         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
5616         (ispell-word): Do not use `region-p' if XEmacs.
5618 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5620         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5621         Check for `ispell-dictionary-base-alist' instead of full
5622         `ispell-dictionary-alist'.
5623         (ispell-init-process): Show spellchecker when starting new Ispell
5624         process.
5626 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5628         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
5629         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
5631 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
5633         * version.el (motif-version-string, gtk-version-string)
5634         (ns-version-string): Declare.
5636 2012-05-27  Juri Linkov  <juri@jurta.org>
5638         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
5639         after the `eval-defun-1' specialcaseing
5640         like in `edebug-eval-defun' (bug#10181).
5642         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
5643         like in `eval-defun-1'.
5645 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
5647         * mail/sendmail.el (mail-yank-region):
5648         Recognize rmail-yank-current-message in addition to insert-buffer.
5649         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
5650         a *mail* buffer created through rmail-start-mail with sendmail as
5651         mail-user-agent.
5653 2012-05-27  Chong Yidong  <cyd@gnu.org>
5655         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5656         Default to 256 (Bug#11267).
5658         * help.el (describe-mode): Doc fix.
5660 2012-05-26  Glenn Morris  <rgm@gnu.org>
5662         * w32-fns.el (w32-init-info): Remove.
5663         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
5665         * info.el (info-initialize): For self-contained NS builds, put the
5666         included info/ directory at the front.  (Bug#2791)
5668         * paths.el (Info-default-directory-list): Make it a defcustom,
5669         mainly so that we can use custom-initialize-delay.
5671 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * subr.el (buffer-has-markers-at): Mark obsolete.
5675         * subr.el (lambda): Use declare.
5677         * emacs-lisp/lisp-mode.el (lambda):
5678         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
5680 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5682         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
5684 2012-05-26  Glenn Morris  <rgm@gnu.org>
5686         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
5688 2012-05-25  Glenn Morris  <rgm@gnu.org>
5690         * paths.el: Remove no-byte-compile.
5691         * loadup.el: No need to load paths.el uncompiled.
5693         * image.el (imagemagick-types-inhibit): Doc fix.
5695         * version.el: Remove no-byte-compile and associated formatting.
5696         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
5697         is ancient code from when there was an "inc-vers.el".
5699 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         * progmodes/gdb-mi.el: Minor style changes.
5702         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
5703         Turn into minor modes.
5704         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
5705         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
5706         (gdb-shell): Remove unneeded let-binding.
5707         (gdb-get-many-fields): Eliminate O(n²) behavior.
5709 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
5711         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
5712         platforms that don't link in fontset.c.
5714 2012-05-25  Juri Linkov  <juri@jurta.org>
5716         Use the same diff color scheme as in modern VCSes (bug#10181).
5718         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
5719         to avoid confusion with `diff-added' that now uses green colors.
5720         (diff-removed): Use shades of red.
5721         (diff-added): Use shades of green.
5722         (diff-changed): Leave just the yellow color.
5723         (diff-use-changed-face): New variable.
5724         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
5725         how to highlight context diff changes.
5726         (diff-refine-change): Use shades of yellow.
5727         (diff-refine-removed): New face that uses shades of red.
5728         (diff-refine-added): New face that uses shades of green.
5729         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
5730         `diff-refine-removed' in the call to `smerge-refine-subst'
5731         depending on the value of `diff-use-changed-face'.
5733         * vc/smerge-mode.el (smerge-mine): Use shades of red.
5734         (smerge-other): Use shades of green.
5735         (smerge-base): Use shades of yellow.
5736         (smerge-refined-change): Empty face.
5737         (smerge-refined-removed): New face that uses shades of red.
5738         (smerge-refined-added): New face that uses shades of green.
5739         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
5740         args `props-r' and `props-a', and use them.  Doc fix.
5741         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
5742         on its value use different faces `smerge-refined-change',
5743         `smerge-refined-removed', `smerge-refined-added' in the call to
5744         `smerge-refine-subst'.
5746         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
5747         Add face condition `min-colors 88' with shades of red.
5748         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
5749         `min-colors 88' with shades of green.
5750         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
5751         `min-colors 88' with shades of yellow.
5753 2012-05-24  Glenn Morris  <rgm@gnu.org>
5755         * paths.el (prune-directory-list, remote-shell-program): Move to...
5756         * files.el (prune-directory-list, remote-shell-program): ...here.
5757         For the latter, delay initialization, prefer ssh, just search PATH.
5759         * paths.el (term-file-prefix): Move to faces.el (the only user).
5760         * faces.el (term-file-prefix): Move here, make it a defcustom.
5762         * paths.el (news-directory, news-path, news-inews-program):
5763         Move to gnus/nnspool.el.
5765         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
5767         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
5768         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
5769         Make the latter a defcustom, with a delayed initialization.
5771         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
5772         These were deleted from Gnus itself late 2010.
5774 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
5776         * progmodes/which-func.el (which-func-ff-hook):
5777         Check against user-error, not error.
5779         * emacs-lisp/edebug.el (top): Do not load or set up loading of
5780         cl-specs.el, which no longer exists.
5782 2012-05-22  Glenn Morris  <rgm@gnu.org>
5784         * info.el (info-emacs-bug): New command.
5785         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
5786         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
5788 2012-05-21  Glenn Morris  <rgm@gnu.org>
5790         * makefile.w32-in (update-subdirs-SH):
5791         * Makefile.in (update-subdirs): Update for moved update-subdirs.
5793 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5795         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
5797         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5798         Simplify Maven regexp, and make sure the file can't start with a space
5799         (bug#11517).
5801 2012-05-21  Glenn Morris  <rgm@gnu.org>
5803         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5804         Scrap superfluous subshells.
5806 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5808         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5809         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5811 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
5813         * calc/calc.el (calc-ensure-consistent-units): New variable.
5815         * calc/calc-units.el (math-consistent-units-p)
5816         (math-check-unit-consistency): New functions.
5817         (calc-quick-units, calc-convert-units):
5818         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5819         is non-nil.
5820         (calc-extract-units): Fix typo.
5822 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5824         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5826         * textmodes/flyspell.el: Commenting style, plus code simplifications.
5827         (flyspell-default-deplacement-commands): Don't spell check after
5828         repeated window/frame switches (e.g. triggered by mouse-movement).
5829         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5830         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5831         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5832         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5833         Remove unused vars.
5834         (flyspell-get-casechars, flyspell-get-not-casechars):
5835         Simplify; Don't bother removing a ] just to add it back.
5836         * textmodes/ispell.el (ispell-program-name): Use executable-find.
5838 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5840         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5841         New functions.
5842         (math-function-table): Add support for more C functions.
5844 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5846         * textmodes/flyspell.el (flyspell-check-pre-word-p)
5847         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5848         Protect delay handling for otherchars against empty otherchars.
5850 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5852         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5853         their respective macro declarations.
5854         * skeleton.el (define-skeleton):
5855         * progmodes/compile.el (define-compilation-mode):
5856         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5857         (define-ibuffer-filter):
5858         * emacs-lisp/generic.el (define-generic-mode):
5859         * emacs-lisp/easy-mmode.el (define-minor-mode)
5860         (define-globalized-minor-mode):
5861         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5862         * emacs-lisp/byte-run.el (defsubst):
5863         * custom.el (deftheme): Add doc-string metadata.
5865 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5869 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5871         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5873         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5874         * emacs-lisp/cl-macs.el: Idem.
5875         * emacs-lisp/cl-specs.el: Remove.
5877 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5879         Minor renaming of internal CL functions and variables.
5880         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5881         (cl--position): Rename from cl-position.
5882         (cl--delete-duplicates): Rename from cl-delete-duplicates.
5883         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5884         (cl--random-state): Rename from *random-state*.
5886 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5888         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5889         parens around the arg list (bug#11499).
5891 2012-05-17  Juri Linkov  <juri@jurta.org>
5893         * isearch.el (word-search-regexp, word-search-backward)
5894         (word-search-forward, word-search-backward-lax)
5895         (word-search-forward-lax): Move functions from search.c
5896         (bug#10145, bug#11381).
5898 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5900         * textmodes/flyspell.el (flyspell-check-pre-word-p)
5901         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5902         Delay for otherchars as for normal word components.
5904 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * minibuffer.el (completion--sifn-requote): Fix last change.
5907         (minibuffer-local-must-match-filename-map):
5908         Move define-obsolete-variable-alias before its var.
5910 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5914         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5915         behavior.
5916         (completion--string-equal-p): New function.
5917         (completion--twq-all): Use it to get better assertion failure data.
5919         Only handle ".." and '..' quoting in shell-mode (bug#11466).
5920         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5921         (shell--requote-argument): New functions.
5922         (shell-completion-vars): Use them.
5923         (shell--parse-pcomplete-arguments): Rename from
5924         shell-parse-pcomplete-arguments.
5925         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
5926         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5927         Obey comint-file-name-quote-list.
5929         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5930         (smie-indent-keyword): Use it.
5932 2012-05-14  Stefan Merten  <smerten@oekonux.de>
5934         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5936 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * net/rlogin.el (rlogin-mode-map): Fix last change.
5940 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
5942         * mail/smtpmail.el (smtpmail-send-command): Send the command and
5943         the following \r\n using a single `process-send-string', since the
5944         Lotus SMTP server refuses to accept any commands if they are sent
5945         with two `process-send-string's (Bug#11444).
5947 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * shell.el (shell-parse-pcomplete-arguments):
5950         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
5952 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
5954         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
5955         (image-transform-scale, image-transform-right-angle-fudge): New vars.
5956         (image-transform-width, image-transform-fit-width): New functions.
5957         (image-transform-properties): Use them.
5958         (image-transform-check-size): New function.
5959         (image-toggle-display-image): Use it (for testing).
5960         (image-transform-set-rotation): Reduce angle mod 360.
5961         Delete obsolete comment.
5963 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
5965         * image-mode.el: Fix scaling (bug#11399).
5966         (image-transform-resize): Doc fix.
5967         (image-transform-properties): Default scale is 1 and height should
5968         be an integer.
5970 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
5972         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5973         than hard-coding `car', to fix misbehavior when moving forward.
5975 2012-05-13  Chong Yidong  <cyd@gnu.org>
5977         * emacs-lisp/tabulated-list.el (tabulated-list-format)
5978         (tabulated-list-entries, tabulated-list-padding)
5979         (tabulated-list-sort-key): Make permanent-local.
5981         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5982         (electric-buffer-list): Put electric buffer menu
5983         command descriptions in this docstring, instead of the docstring
5984         of electric-buffer-menu-mode.  Code cleanups.
5985         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
5986         Electric-buffer-menu-mode.
5987         (electric-buffer-update-highlight): Minor code cleanup.
5989 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
5991         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5992         (Bug#11447)
5994 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5996         Move define-obsolete-variable-alias before the var's definition.
5997         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5998         * tooltip.el (tooltip-hook):
5999         * textmodes/reftex-toc.el (reftex-toc-map):
6000         * textmodes/reftex-sel.el (reftex-select-label-map)
6001         (reftex-select-bib-map):
6002         * textmodes/reftex-index.el (reftex-index-map)
6003         (reftex-index-phrases-map):
6004         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6005         * progmodes/meta-mode.el (meta-mode-map):
6006         * novice.el (disabled-command-hook):
6007         * loadhist.el (unload-hook-features-list):
6008         * frame.el (blink-cursor):
6009         * files.el (find-file-not-found-hooks, write-file-hooks)
6010         (write-contents-hooks):
6011         * emulation/tpu-edt.el (GOLD-map):
6012         * emacs-lock.el (emacs-lock-from-exiting):
6013         * emacs-lisp/generic.el (generic-font-lock-defaults):
6014         * emacs-lisp/chart.el (chart-map):
6015         * dos-fns.el (register-name-alist):
6016         * dired-x.el (dired-omit-files-p):
6017         * desktop.el (desktop-enable):
6018         * cus-edit.el (custom-mode-hook):
6019         * buff-menu.el (buffer-menu-mode-hook):
6020         * bookmark.el (bookmark-read-annotation-text-func)
6021         (bookmark-exit-hooks):
6022         * allout.el (allout-mode-deactivate-hook)
6023         (allout-exposure-change-hook, allout-structure-added-hook)
6024         (allout-structure-deleted-hook, allout-structure-shifted-hook):
6025         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6026         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6027         comes before the corresponding variable's definition.
6029 2012-05-12  Chong Yidong  <cyd@gnu.org>
6031         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
6032         (Buffer-menu-mouse-select): Restore function (Bug#11459).
6033         (Buffer-menu-mode-map): Bind it.
6034         (Buffer-menu--pretty-name): Add a mouse-face property.
6036 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
6039         (prolog-upper-case-string, prolog-lower-case-string)
6040         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6041         (prolog-use-smie, prolog-smie-grammar): New vars.
6042         (prolog-smie-forward-token, prolog-smie-backward-token)
6043         (prolog-smie-rules): New funs.
6044         (prolog-comment-indent): Remove.
6045         (prolog-mode-variables): Use default comment indentation instead.
6046         Setup SMIE.
6047         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
6048         (prolog-mode): Don't call them any more.
6049         (prolog-electric-colon, prolog-electric-dash)
6050         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
6052         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6054         * minibuffer.el (completion--twq-all): Again, allow case differences.
6056         * term.el: Move keymap initialization code to be more idiomatic.
6057         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
6058         (term-terminal-menu): Move initialization into declaration.
6059         (term-escape-char): Let the user set it in her .emacs.
6061         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
6062         Provide SMIE-based indentation (not enabled by default yet).
6063         (sh-mode-map): Don't bind electric keys.
6064         Use electric-pair-mode instead of skeleton-pair.
6065         (sh-assignment-regexp): Fit within 80 columns.
6066         (sh-indent-supported): Specify actual shell name instead of boolean.
6067         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
6068         (sh-maybe-here-document): Use it.  Make obsolete.
6069         (sh-electric-here-document-mode) New minor mode.
6070         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
6071         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
6072         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
6073         (sh-smie-rc-grammar, sh-use-smie): New vars.
6074         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
6075         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
6076         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
6077         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
6078         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
6079         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
6080         (sh-set-shell): Use smie-setup if requested.
6082         * term.el (term-set-escape-char): Properly set term-escape-char.
6083         See http://stackoverflow.com/questions/10524656.
6085 2012-05-10  Chong Yidong  <cyd@gnu.org>
6087         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
6088         Use url-generic-parse-url, and handle host names and Windows
6089         filenames properly.
6090         (ffap-url-unwrap-remote): Use url-generic-parse-url.
6091         (ffap-url-unwrap-remote): Accept list values, specifying a list of
6092         URL schemes to work on.
6093         (ffap--toggle-read-only): New function.
6094         (ffap-read-only, ffap-read-only-other-window)
6095         (ffap-read-only-other-frame): Use it.
6096         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
6097         necessary for ffap-url-unwrap-remote.
6099 2012-05-10  Dave Abrahams  <dave@boostpro.com>
6101         * cus-start.el (create-lockfiles): Add it.
6103 2012-05-09  Chong Yidong  <cyd@gnu.org>
6105         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
6106         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
6108 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * shell.el (shell-completion-vars): Fix last change (bug#11348).
6112 2012-05-09  Chong Yidong  <cyd@gnu.org>
6114         * ansi-color.el (ansi-color-process-output): Check for validity of
6115         comint-last-output-start before using it.  This avoids a bad
6116         interaction with gdb-mi's input/output buffer.
6118 2012-05-09  Glenn Morris  <rgm@gnu.org>
6120         * files.el (dir-locals-read-from-file):
6121         Mention dir-locals in any error message.
6123 2012-05-09  Chong Yidong  <cyd@gnu.org>
6125         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
6126         package (Bug#11410).
6128         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
6129         variables into description.
6131 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
6134         shell-delimiter-argument-list (bug#11348).
6135         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
6137 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
6139         * textmodes/rst.el: Silence byte-compiler warnings.
6140         (rst-re-alist, rst-reset-section-caches): Move around.
6141         (rst-re): Use `characterp', not `char-valid-p'.
6142         (font-lock-beg, font-lock-end): Declare.
6144         * progmodes/idlw-shell.el (specs): Remove reference to deleted
6145         variable `idlwave-shell-activate-alt-keybindings' and simplify.
6147         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
6149 2012-05-08  Glenn Morris  <rgm@gnu.org>
6151         * files.el (auto-mode-alist): Treat ".make" like ".mk".
6153 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6155         * vc/log-edit.el: Add GNU coding standards highlighting.
6156         (log-edit-font-lock-gnu-style)
6157         (log-edit-font-lock-gnu-keywords): New vars.
6158         (log-edit-font-lock-keywords): New fun.
6159         (log-edit-mode): Don't fold case in font-lock.
6160         (log-edit-font-lock-keywords): Do not assume case-folding.
6162         * imenu.el: Misc cleanup.  Make docstrings out of comments.
6163         Use lexical-binding.
6164         (imenu--index-alist, imenu--last-menubar-index-alist)
6165         (imenu-menubar-modified-tick): Use defvar-local.
6166         (imenu--split-menu): Remove unused var.
6167         (imenu--cleanup-seen): Declare as global.
6168         (imenu--cleanup): Use dolist.
6170         * subr.el (defvar-local): Add debug spec and doc-string position.
6172 2012-05-08  Glenn Morris  <rgm@gnu.org>
6174         * language/burmese.el, language/cham.el, language/czech.el:
6175         * language/english.el, language/georgian.el, language/greek.el:
6176         * language/japanese.el, language/khmer.el, language/korean.el:
6177         * language/lao.el, language/misc-lang.el, language/romanian.el:
6178         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
6179         * language/thai.el, language/utf-8-lang.el:
6180         Remove no-byte-compile setting.
6182         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
6184 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6186         * progmodes/make-mode.el (makefile-browse):
6187         Remove unnecessary interactive.  (Bug#11324)
6189 2012-05-07  Glenn Morris  <rgm@gnu.org>
6191         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
6193         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
6195 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6197         * loadup.el: Preload newcomment.el.
6198         * newcomment.el: Move autoload-only code to toplevel.
6200         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
6201         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6202         Handle new :right-align column property.
6203         (tabulated-list-print-col): Idem, plus use `display' text-property to
6204         try and preserve alignment for variable pitch fonts.
6206 2012-05-07  Chong Yidong  <cyd@gnu.org>
6208         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
6209         (tabulated-list-use-header-line): New var.
6210         (tabulated-list-init-header): Use it.
6211         (tabulated-list-print-fake-header): New function.
6212         (tabulated-list-print): Use it.
6213         (tabulated-list-sort-button-map): Add non-header-line commands.
6214         (tabulated-list-init-header): Add column name property to basic
6215         labels as well.
6216         (tabulated-list-col-sort): Handle non-header-line button case.
6217         (tabulated-list--sort-by-column-name): Fix a corner case.
6219         * buff-menu.el (list-buffers--refresh):
6220         Handle Buffer-menu-use-header-line.
6222 2012-05-06  Chong Yidong  <cyd@gnu.org>
6224         * buff-menu.el: Convert to Tabulated List mode.
6225         (Buffer-menu-buffer+size-width): Make obsolete.
6226         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
6227         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
6228         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
6229         documentation into docstring of buffer-menu.
6230         (Buffer-menu-toggle-files-only): Add an informative message.
6231         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
6232         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
6233         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
6234         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
6235         (Buffer-menu-execute, Buffer-menu-select)
6236         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
6237         (Buffer-menu-bury): Use Tabulated List machinery.
6238         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
6239         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
6240         Delete.
6241         (list-buffers--refresh): New function.
6242         (list-buffers-noselect): Use it.
6243         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
6244         (Buffer-menu--pretty-file-name): New helper functions.
6246         * loadup.el: Preload tabulated-list.
6248         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
6249         tabulated-list-sort-column.
6250         (tabulated-list-init-header): Add the initial aligning space even
6251         if tabulated-list-padding is zero.
6253 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
6255         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
6256         whose cdr is not a cons cell correctly (bug#11038).
6258 2012-05-06  Chong Yidong  <cyd@gnu.org>
6260         * emacs-lisp/tabulated-list.el (tabulated-list-format):
6261         Accept additional plist in column descriptors.
6262         (tabulated-list-init-header): Obey it.
6263         (tabulated-list-get-entry): New function.
6264         (tabulated-list-put-tag): Use it.  Use string-width instead of
6265         length.
6266         (tabulated-list--column-number): New function.
6267         (tabulated-list-print): Use it.
6268         (tabulated-list-print-col): New function.
6269         Set `tabulated-list-column-name' property on each column's text.
6270         (tabulated-list-print-entry): Use it.
6271         (tabulated-list-delete-entry, tabulated-list-set-col):
6272         New functions.
6273         (tabulated-list-sort-column): New command (Bug#11337).
6275         * buff-menu.el (list-buffers): Move C-x C-b binding from
6276         buff-menu.el to bindings.el.
6278         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
6279         :advertised-binding feature.
6281 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
6283         * progmodes/compile.el (compilation-internal-error-properties):
6284         Calculate start position correctly when end-col is set but
6285         end-line is not (Bug#11382).
6287 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
6289         * man.el (Man-unindent): Use text-property-default-nonsticky to
6290         prevent untabify from inheriting face properties (Bug#11408).
6292 2012-05-05  Stefan Merten  <smerten@oekonux.de>
6294         * textmodes/rst.el: Major merge with upstream development up to
6295         Docutils SVN r7399 / rst.el V1.2.1.
6297         Clarify maintainership and authors.
6299         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
6300         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
6301         (rst-official-version, rst-official-cvs-rev, rst-version)
6302         (rst-package-emacs-version-alist): New functions and variables
6303         for version information.
6305         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
6306         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
6307         (rst-mode-syntax-table, rst-mode): New and corrected functions
6308         and variables representing reStructuredText features.
6310         (rst-re): New function for reStructuredText regexes.  Use in
6311         many places.
6313         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
6314         (rst-mode-map): Rebind keys.
6316         (rst-mode-lazy, rst-font-lock-keywords)
6317         (rst-font-lock-extend-region)
6318         (rst-font-lock-extend-region-internal)
6319         (rst-font-lock-extend-region-extend)
6320         (rst-font-lock-find-unindented-line-limit)
6321         (rst-font-lock-find-unindented-line-match)
6322         (rst-adornment-level, rst-font-lock-adornment-level)
6323         (rst-font-lock-adornment-match)
6324         (rst-font-lock-handle-adornment-pre-match-form)
6325         (rst-font-lock-handle-adornment-matcher): Major revision of
6326         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
6328         (rst-preferred-adornments, rst-adjust-hook)
6329         (rst-new-adornment-down, rst-preferred-bullets)
6330         (rst-preferred-bullets, rst-indent, rst-indent-width)
6331         (rst-indent-field, rst-indent-literal-normal)
6332         (rst-indent-literal-minimized, rst-indent-comment): Change,
6333         extend and improve customization.
6335         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
6336         (rst-normalize-cursor-position, rst-get-decoration)
6337         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
6338         (rst-rstrip, rst-toc-insert-find-delete-contents)
6339         (rst-shift-fill-region, rst-compute-bullet-tabs)
6340         (rst-debug-print-tabs, rst-debug-mark-found)
6341         (rst-shift-region-guts, rst-shift-region-right)
6342         (rst-shift-region-left, rst-use-char-classes)
6343         (rst-font-lock-keywords-function)
6344         (rst-font-lock-indentation-point)
6345         (rst-font-lock-find-unindented-line-begin)
6346         (rst-font-lock-find-unindented-line-end)
6347         (rst-font-lock-find-unindented-line)
6348         (rst-font-lock-adornment-point, rst-font-lock-level)
6349         (rst-adornment-level-alist): Remove functions and variables.
6351         (rst-compare-adornments, rst-get-adornment-match)
6352         (rst-suggest-new-adornment, rst-get-adornments-around)
6353         (rst-adornment-complete-p, rst-get-next-adornment)
6354         (rst-adjust-adornment, rst-display-adornments-hierarchy)
6355         (rst-straighten-adornments): Standardize function names to
6356         use "adornment" instead of "decoration".  Correct callers.
6357         Similar standardizing in many places.
6359         (rst-update-section, rst-adjust, rst-promote-region)
6360         (rst-enumerate-region, rst-bullet-list-region)
6361         (rst-repeat-last-character): Correct use of `interactive'.
6363         (rst-classify-adornment, rst-find-all-adornments)
6364         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
6365         (rst-find-leftmost-column, rst-repeat-last-character):
6366         Refactor functions.
6368         (rst-find-title-line, rst-reset-section-caches)
6369         (rst-get-adornments-around, rst-adjust-adornment-work)
6370         (rst-arabic-to-roman, rst-roman-to-arabic)
6371         (rst-insert-list-pos, rst-insert-list-new-item)
6372         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
6373         New functions.
6375         (rst-all-sections, rst-section-hierarchy)
6376         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
6377         New variables.
6379         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
6380         configuration instead of only buffer.  Change where necessary.
6382         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
6383         (rst-shift-region, rst-adaptive-fill): New functions for
6384         indentation and filling.
6386         (rst-comment-line-break, rst-comment-indent)
6387         (rst-comment-insert-comment, rst-comment-region)
6388         (rst-uncomment-region): New functions for handling comments.
6390         (rst-compile): Quote shell arguments.
6392         (rst-compile-pdf-preview, rst-compile-slides-preview):
6393         Delete temporary files after use.
6395 2012-05-05  Glenn Morris  <rgm@gnu.org>
6397         * calendar/cal-html.el: Optionally include holidays in the output.
6398         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
6399         (cal-html-holidays): New option.
6400         (cal-html-css-default): Add holiday entry.
6401         (holiday-in-range): Autoload it.
6402         (cal-html-htmlify-entry): Add optional class argument.
6403         (cal-html-htmlify-list): Add optional holidays argument.
6404         (cal-html-insert-agenda-days): Include holidays in the output.
6405         (cal-html-one-month): Maybe include holidays.
6407         * calendar/holidays.el (holiday-in-range):
6408         Move here from cal-tex-list-holidays.
6409         * calendar/cal-tex.el (cal-tex-list-holidays):
6410         Make it an obsolete alias for holiday-in-range.  Update all callers.
6412 2012-05-05  Chong Yidong  <cyd@gnu.org>
6414         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
6415         Nextstep.
6417 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
6419         * files.el (file-auto-mode-skip): New var.
6420         (set-auto-mode-1): Use it.
6422 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * repeat.el: Use lexical-binding.
6425         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
6426         (repeat-undo-count): Remove.
6427         (repeat):
6428         * progmodes/octave-mod.el (octave-abbrev-start):
6429         * progmodes/f90.el (f90-abbrev-start):
6430         * face-remap.el (text-scale-adjust):
6431         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
6433         * emacs-lisp/pcase.el (pcase--let*): New function.
6434         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
6435         a bit more.
6436         (pcase--split-pred): Be more clever about ruling out overlap between
6437         a predicate and some constant pattern.
6438         (pcase--q1): Use `null' instead of (eq foo nil).
6440         * subr.el (setq-local, defvar-local): New macros.
6441         (kbd): Redefine as an alias.
6442         (with-selected-window): Leave unrelated frames alone.
6443         (set-temporary-overlay-map): New function.
6445 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * subr.el (user-error): New function.
6448         * window.el (switch-to-buffer):
6449         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
6450         (smerge-match-conflict):
6451         * simple.el (previous-matching-history-element)
6452         (next-matching-history-element, goto-history-element, undo-more)
6453         (undo-start):
6454         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
6455         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
6456         (next-file, tags-loop-scan, list-tags, complete-tag):
6457         * progmodes/compile.el (compilation-loop):
6458         * mouse.el (mouse-minibuffer-check):
6459         * man.el (Man-bgproc-sentinel, Man-goto-page):
6460         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
6461         (Info-history-forward, Info-follow-reference, Info-menu)
6462         (Info-extract-menu-item, Info-extract-menu-counting)
6463         (Info-forward-node, Info-backward-node, Info-next-menu-item)
6464         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
6465         (Info-next-reference, Info-prev-reference, Info-index)
6466         (Info-index-next, Info-follow-nearest-node)
6467         (Info-copy-current-node-name):
6468         * imenu.el (imenu--make-index-alist)
6469         (imenu-default-create-index-function, imenu-add-to-menubar):
6470         * files.el (basic-save-buffer, recover-file):
6471         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6472         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6473         (checkdoc-message-text, checkdoc-defun):
6474         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
6475         * cus-edit.el (customize-changed-options, customize-rogue)
6476         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
6477         (custom-variable-mark-to-reset-standard)
6478         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
6479         (custom-file):
6480         * completion.el (check-completion-length):
6481         * comint.el (comint-search-arg)
6482         (comint-previous-matching-input-string-position)
6483         (comint-previous-matching-input)
6484         (comint-replace-by-expanded-history-before-point, comint-send-input)
6485         (comint-copy-old-input, comint-backward-matching-input)
6486         (comint-goto-process-mark, comint-set-process-mark):
6487         * calendar/calendar.el (calendar-cursor-to-date): Use it.
6488         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
6490 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6492         * dabbrev.el (dabbrev--ignore-case-p): New function.
6493         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
6494         Use it.
6496         * files.el (automount-dir-prefix): Mark as obsolete.
6498 2012-05-04  Glenn Morris  <rgm@gnu.org>
6500         * patcomp.el, play/bruce.el: Move to obsolete/.
6502 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
6504         Fix minor Y10k bugs.
6505         * arc-mode.el (archive-unixdate):
6506         * autoinsert.el (auto-insert-alist):
6507         * calc/calc-forms.el (math-this-year):
6508         * emacs-lisp/copyright.el (copyright-current-year)
6509         (copyright-update-year, copyright):
6510         * tar-mode.el (tar-clip-time-string):
6511         * time.el (display-time-update):
6512         Don't assume years have 4 digits.
6514 2012-05-04  Chong Yidong  <cyd@gnu.org>
6516         * dos-w32.el (file-name-buffer-file-type-alist)
6517         (direct-print-region-use-command-dot-com):
6518         * ffap.el (ffap-menu-regexp):
6519         * find-file.el (ff-special-constructs):
6520         * follow.el (follow-debug):
6521         * forms.el (forms--debug):
6522         * iswitchb.el (iswitchb-all-frames):
6523         * ido.el (ido-all-frames):
6524         * emacs-lisp/timer.el (timer-max-repeats):
6525         * mail/feedmail.el (feedmail-mail-send-hook)
6526         (feedmail-mail-send-hook-queued):
6527         * mail/footnote.el (footnote-signature-separator):
6528         * mail/mailabbrev.el (mail-alias-separator-string)
6529         (mail-abbrev-mode-regexp):
6530         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
6531         * progmodes/idlwave.el (idlwave-libinfo-file)
6532         (idlwave-default-completion-case-is-down)
6533         (idlwave-library-routines): Convert defvars to defcustoms.
6535         * mail/rmail.el (rmail-decode-mime-charset):
6536         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
6537         (idlwave-shell-fix-inserted-breaks)
6538         (idlwave-shell-activate-alt-keybindings)
6539         (idlwave-shell-use-breakpoint-glyph):
6540         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
6542 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
6546 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
6548         * progmodes/verilog-mode.el (font-lock-keywords):
6549         Fix mis-highligting auto.  Reported by Craig Barner.
6550         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
6551         defines from global name space.  Reported by Dan Dever.
6552         (verilog-auto-reset, verilog-auto-reset-widths)
6553         (verilog-auto-tieoff): Support using unbased numbers for
6554         AUTORESET and AUTOTIEOFF.
6555         (verilog-submit-bug-report): Update variable list.
6556         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
6557         parenthesis from not matching.  Reported by Michael Rytting.
6558         (verilog-auto-template-lint): Fix hash error when linting modules
6559         with no used templates.
6560         (verilog-warn, verilog-warn-error)
6561         (verilog-warn-fatal): When non-interactive report multiple
6562         warnings before exiting.  Suggested by Brad Dobbie.
6563         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
6564         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
6565         to report unused template errors.  Reported by Brad Dobbie.
6566         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
6567         nets, bug438.  Reported by Vns Blore.
6568         (verilog-auto-inout-module, verilog-auto-reg)
6569         (verilog-read-decls, verilog-read-sub-decls-sig)
6570         (verilog-signals-edit-wire-reg, verilog-signals-with):
6571         Fix passing of Verilog data types in ANSI input/output ports
6572         such as "output logic" into the AUTOs.  Special case "wire" and
6573         "reg" for backwards compatibility presuming Verilog 2001.
6574         (verilog-auto-ascii-enum): Add "auto enum" as alias.
6575         (verilog-preprocess): Fix replication of preprocess output.
6576         Reported by Brad Dobbie.
6577         (verilog-auto-inst-interfaced-ports):
6578         Create verilog-auto-inst-interfaced-ports, bug429.
6579         Reported by Julian Gorfajn.
6580         (verilog-after-save-font-hook)
6581         (verilog-before-save-font-hook): New variable.
6582         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
6583         (verilog-save-font-mods): Wrap disabling fontification, reported
6584         by David Rogoff.
6585         (verilog-do-indent, verilog-pretty-declarations-auto)
6586         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
6587         Reported by Pierre-David Pfister.
6588         (verilog-set-auto-endcomments): Fix endtask auto comments outside
6589         of class declarations, bug292.  Reported by Kevin Heilman.
6590         (verilog-read-decls): Fix 'parameter type' not appearing in
6591         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
6592         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
6593         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
6594         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
6595         Reported by David Kravitz.
6597 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
6599         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
6600         assignment with tests in ifs and for loops.
6601         (verilog-extended-complete-re, verilog-complete-reg): Change so
6602         that DPI inport functions don't look like fuction declarations.
6603         (verilog-pretty-expr): Don't line up assignment
6604         operations to the test and increment in if and for loops
6605         (verilog-extended-complete-re, verilog-complete-reg): Change so
6606         that DPI inport functions don't look like fuction declarations.
6608 2012-05-03  Kenichi Handa  <handa@m17n.org>
6610         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
6611         decoding, and show a warning message without signaling an error
6612         (Bug#11282).
6614 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6616         * emacs-lisp/bytecomp.el
6617         (byte-compile-file-form-custom-declare-variable): Compile all elements,
6618         since cconv.el might have introduced :fun-body, internal-make-closure,
6619         and friends for bytecomp to handle (bug#11391).
6620         * custom.el (defcustom): Avoid ((λ ..) ..).
6622 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6624         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
6626 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
6628         * notifications.el (dbus-debug):
6629         * term/linux.el (gpm-mouse-enable):
6630         * term/screen.el (xterm-register-default-colors): Declare.
6632 2012-05-02  Chong Yidong  <cyd@gnu.org>
6634         * cus-start.el (gc-cons-percentage, exec-suffixes)
6635         (dos-display-scancodes, dos-hyper-key, dos-super-key)
6636         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
6637         (make-cursor-line-fully-visible, void-text-area-pointer)
6638         (font-list-limit): Add customization data.
6640         * allout.el (allout-exposure-change-functions)
6641         (allout-structure-added-functions)
6642         (allout-structure-deleted-functions)
6643         (allout-structure-shifted-functions): Rename abnormal hooks from
6644         *-hook, and convert to defcustoms.
6645         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
6646         Convert to defcustoms.
6647         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
6649         * allout-widgets.el: Hook callers changed.
6651 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6653         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
6654         the yanked message in preference to the default value of
6655         buffer-file-coding-system.
6657 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
6659         * window.el (display-buffer--action-function-custom-type):
6660         Fix entry.
6662 2012-05-02  Alan Mackenzie  <acm@muc.de>
6664         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
6666 2012-05-01  Glenn Morris  <rgm@gnu.org>
6668         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
6670         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
6672         * cus-edit.el (custom-variable-documentation): Simplify with format.
6674 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
6675             Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * simple.el (suggest-key-bindings, execute-extended-command):
6678         Move from keyboard.c.
6680 2012-05-01  Chong Yidong  <cyd@gnu.org>
6682         * follow.el: Eliminate advice.
6683         (set-process-filter, process-filter, sit-for): Advice deleted.
6684         (follow-mode-off-hook): Obsolete hook removed.
6685         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
6686         Vars deleted.
6687         (follow-auto): Use a :set function.
6688         (follow-mode): Rewritten.  Don't advise process filters.
6689         (follow-switch-to-current-buffer-all, follow-scroll-up)
6690         (follow-scroll-down): Assume follow-mode is bound.
6691         (follow-comint-scroll-to-bottom)
6692         (follow-align-compilation-windows): New functions.
6693         (follow--window-sorter): New function.
6694         (follow-all-followers): Use it to explicitly sort windows by their
6695         positions; don't make assumptions about next-window order.
6696         (follow-windows-start-end, follow-delete-other-windows-and-split)
6697         (follow-calc-win-start): Doc fix.
6698         (follow-windows-aligned-p, follow-select-if-visible): Don't call
6699         vertical-motion unnecessarily.
6700         (follow-adjust-window): New function.
6701         (follow-post-command-hook): Use it.
6702         (follow-call-set-process-filter, follow-call-process-filter)
6703         (follow-intercept-process-output, follow-tidy-process-filter-alist)
6704         (follow-stop-intercept-process-output, follow-generic-filter):
6705         Functions deleted.
6706         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
6707         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
6708         New functions, replacing advice on scroll-bar-* commands.
6709         (follow-mwheel-scroll): New function (Bug#4112).
6711         * comint.el (comint-adjust-point): New function.
6712         (comint-postoutput-scroll-to-bottom): Use it.
6713         Call follow-comint-scroll-to-bottom for Follow mode buffers.
6715 2012-05-01  Glenn Morris  <rgm@gnu.org>
6717         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
6718         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
6719         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
6720         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
6721         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
6722         Remove no-byte-compile setting.
6724 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6726         * minibuffer.el (completion-table-with-quoting): Fix compatibility
6727         all-completions code to not return a number in the last cdr.
6729 2012-04-30  Leo Liu  <sdl.web@gmail.com>
6731         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
6732         read-only error.
6734 2012-04-29  Chong Yidong  <cyd@gnu.org>
6736         * follow.el (follow-calc-win-end): Rewrite to handle partial
6737         screen lines correctly (Bug#8390).
6738         (follow-avoid-tail-recenter): Minor cleanup.
6740 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6742         Avoid the obsolete `assoc' package.
6743         * speedbar.el (speedbar-refresh): Avoid adelete.
6744         (speedbar-file-lists): Simplify and avoid aput.
6745         * man.el (Man--sections, Man--refpages): New vars, replacing
6746         Man-sections-alist and Man-refpages-alist.
6747         (Man-build-section-alist, Man-build-references-alist):
6748         Use them; avoid aput.
6749         (Man--last-section, Man--last-refpage): New vars.
6750         (Man-follow-manual-reference): Use them.
6751         Use the `default' arg of completing-read.
6752         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
6754 2012-04-27  Chong Yidong  <cyd@gnu.org>
6756         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
6758         * startup.el (x-apply-session-resources): New function.
6760         * term/ns-win.el (ns-initialize-window-system):
6761         * term/w32-win.el (w32-initialize-window-system):
6762         * term/x-win.el (x-initialize-window-system): Use it to properly
6763         set menu-bar-mode and other vars from X resources, even if the
6764         initial frame is not a window-system frame (Bug#2299).
6766         * subr.el (read-key): Avoid running filter function when setting
6767         up temporary tool bar entries (Bug#9922).
6769 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
6771         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
6772         (Bug#11344)
6774 2012-04-27  Chong Yidong  <cyd@gnu.org>
6776         * select.el (xselect--encode-string): New function, split from
6777         xselect-convert-to-string.
6778         (xselect-convert-to-string): Use it.
6779         (xselect-convert-to-filename, xselect-convert-to-os)
6780         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
6781         returned strings are properly encoded (Bug#11315).
6783 2012-04-27  Chong Yidong  <cyd@gnu.org>
6785         * simple.el (delete-active-region): Move to killing custom group.
6787 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
6789         * progmodes/which-func.el (which-func-current): Quote %
6790         characters for mode-line processing.
6792 2012-04-27  Chong Yidong  <cyd@gnu.org>
6794         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
6795         reaching eob (Bug#11286).
6797 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
6799         * progmodes/gdb-mi.el (gdb-control-level): New variable.
6800         (gdb): Make it buffer-local and init to zero.
6801         (gdb-control-commands-regexp): New variable.
6802         (gdb-send): Don't wrap in "-interpreter-exec console" if
6803         gdb-control-level is positive.  Increment gdb-control-level
6804         whenever the command matches gdb-control-commands-regexp, and
6805         decrement it each time the command is "end".  (Bug#11279)
6807 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
6809         * window.el (adjust-window-trailing-edge, enlarge-window)
6810         (shrink-window, window-resize):
6811         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6812         windows (Bug#11276).
6814 2012-04-27  Chong Yidong  <cyd@gnu.org>
6816         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
6817         fix "missing prefix" warning.  All callers changed.
6819 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * emacs-lisp/assoc.el: Move to obsolete/.
6823 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6825         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
6827         * term/ns-win.el (ns-define-service):
6828         * progmodes/pascal.el (pascal-goto-defun):
6829         * progmodes/js.el (js--read-tab):
6830         * progmodes/etags.el (tags-lazy-completion-table):
6831         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6832         * emacs-lisp/ewoc.el (ewoc--wrap):
6833         * emacs-lisp/assoc.el (aput, adelete, amake):
6834         * doc-view.el (doc-view-convert-current-doc):
6835         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6837 2012-04-26  Chong Yidong  <cyd@gnu.org>
6839         * image.el (image-type-from-buffer): Only return supported image
6840         type (Bug#9045).
6842         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6843         value, for symmetry with diff-end-of-hunk.
6844         (diff-split-hunk, diff-find-source-location)
6845         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6846         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6847         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6848         compute the relevant hunk or file properly (Bug#6005).
6849         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6851 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6853         * vc/vc-mtn.el:
6854         * vc/vc-hg.el:
6855         * vc/vc-git.el:
6856         * vc/vc-dir.el:
6857         * vc/vc-cvs.el:
6858         * vc/vc-bzr.el:
6859         * vc/vc-arch.el:
6860         * vc/vc.el: Replace lexical-let by lexical-binding.
6861         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6862         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6863         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6865 2012-04-26  Chong Yidong  <cyd@gnu.org>
6867         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6868         (diff-mode-shared-map): Bind it to / and [remap undo].
6870         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6871         (ediff-window-setup-function): Use it as the default, to set up
6872         windows based on whether the current frame is graphical (Bug#2138).
6873         (ediff-choose-window-setup-function-automatically): Make obsolete.
6875         * vc/ediff-init.el: Always define ediff-pixel-width/height.
6877 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * ffap.el: Remove old code for obsolete package.
6880         (ffap-complete-as-file-p): Remove.
6882         Use completion-table-with-quoting for comint and pcomplete.
6883         * comint.el (comint--unquote&requote-argument)
6884         (comint--unquote-argument, comint--requote-argument): New functions.
6885         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6886         (comint-quote-filename): Use regexp-opt-charset.
6887         (comint--common-suffix, comint--common-quoted-suffix)
6888         (comint--table-subvert): Remove.
6889         (comint-unquote-function, comint-requote-function): New vars.
6890         (comint--complete-file-name-data): Use them with
6891         completion-table-with-quoting.
6892         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6893         * pcomplete.el (pcomplete-arg-quote-list)
6894         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6895         (pcomplete-unquote-argument-function): Default to non-nil.
6896         (pcomplete-unquote-argument): Simplify.
6897         (pcomplete--common-quoted-suffix): Remove.
6898         (pcomplete-requote-argument-function): New var.
6899         (pcomplete--common-suffix): New function.
6900         (pcomplete-completions-at-point): Use completion-table-with-quoting
6901         and completion-table-subvert.
6903         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6904         (minibuffer--double-dollars): Preserve properties.
6905         (completion--sifn-requote): New function.
6906         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6908         * minibuffer.el: Add support for completion of quoted/escaped data.
6909         (completion-table-with-quoting, completion-table-subvert): New funs.
6910         (completion--twq-try, completion--twq-all): New functions.
6911         (completion--nth-completion): New function.
6912         (completion-try-completion, completion-all-completions): Use it.
6914 2012-04-25  Leo Liu  <sdl.web@gmail.com>
6916         * progmodes/python.el (python-pdbtrack-get-source-buffer):
6917         Use compilation-message if available to find real filename.
6919 2012-04-25  Chong Yidong  <cyd@gnu.org>
6921         * vc/diff-mode.el (diff-setup-whitespace): New function.
6922         (diff-mode): Use it.
6924         * vc/diff.el (diff-sentinel):
6925         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6926         Whitespace mode variables based on diff style (Bug#8612).
6928 2012-04-25  Leo Liu  <sdl.web@gmail.com>
6930         * progmodes/python.el (python-send-region): Add suffix .py to the
6931         temp file.
6933         * files.el (auto-mode-alist): Use javascript-mode instead.
6935 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
6937         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
6939         * net/soap-client.el (soap-resolve-references-for-sequence-type)
6940         (soap-resolve-references-for-array-type): Hack to prevent self
6941         references, see Bug#9.
6942         (soap-parse-envelope): Report the contents of the 'detail' node
6943         when receiving a fault reply.
6944         (soap-parse-envelope): Report the contents of the entire 'detail' node.
6946         * net/soap-inspect.el (soap-sample-value-for-simple-type)
6947         (soap-inspect-simple-type): New function.
6949         * net/soap-client.el (soap-simple-type): New struct.
6950         (soap-default-xsd-types, soap-default-soapenc-types)
6951         (soap-decode-basic-type, soap-encode-basic-type):
6952         support unsignedInt and double basic types.
6953         (soap-resolve-references-for-simple-type)
6954         (soap-parse-simple-type, soap-encode-simple-type): New function.
6955         (soap-parse-schema): Parse xsd:simpleType declarations.
6957         * net/soap-client.el (soap-default-xsd-types)
6958         (soap-default-soapenc-types): Add integer, byte and anyURI types.
6959         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6960         the local name of "soapenc:Array".
6961         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
6962         decoding integer, byte and anyURI xsd types.
6964 2012-04-25  Chong Yidong  <cyd@gnu.org>
6966         * cus-edit.el (custom-buffer-create-internal): Update header text.
6968 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
6970         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6971         settings on 'system-type', not on 'window-system'.  On MS-Windows,
6972         set interactive-mode on in GDB.
6974 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6977         (ruby-syntax-propertize-regexp): Remove.
6978         (ruby-syntax-propertize-function): Split regexp into chunks.
6979         Match following code directly.
6981 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
6983         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6984         (ruby-syntax-propertize-regexp): New function.
6985         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6986         by a special keyword.
6988         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6989         (ruby-syntax-general-delimiters-goto-beg)
6990         (ruby-syntax-propertize-general-delimiters): New functions.
6991         (ruby-syntax-propertize-function): Use them to handle GDL.
6992         (ruby-font-lock-keywords): Move old handling of GDL...
6993         (ruby-font-lock-syntactic-keywords): .. to here.
6994         (ruby-calculate-indent): Adjust indentation for GDL.
6996 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
6998         * notifications.el (top): Remove unneeded declarations.
6999         (notifications-specification-version): Change to "1.2".
7000         (notifications-interface, notifications-notify-method)
7001         (notifications-close-notification-method): Fix docstring.
7002         (notifications-get-capabilities-method): New defconst.
7003         (notifications-notify): Add :action-items, :resident and
7004         :transient hints.  Change "image_data" to "image-data" and
7005         "image_path" to "image-path".
7006         (notifications-get-capabilities): New defun.
7008 2012-04-24  Leo Liu  <sdl.web@gmail.com>
7010         * progmodes/python.el: Move hideshow setup to the end.
7012 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
7014         * window.el (handle-select-window): Clear echo area since this is
7015         no more done by read_char (Bug#11304).
7017 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7019         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7020         and `/ M' to filter-derived-mode.
7021         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7022         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7023         (ibuffer-mark-by-mode): Use default rather than initial-input.
7024         (ibuffer-filter-by-derived-mode): Autoload and require-match.
7026 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
7028         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7029         (ibuffer-filter-by-derived-mode): New filter.
7030         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7032 2012-04-23  Andreas Politz  <politza@fh-trier.de>
7034         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7036 2012-04-23  Chong Yidong  <cyd@gnu.org>
7038         * cus-edit.el (customize-apropos, customize-apropos-options):
7039         Disable matching of non-option variables (Bug#11176).
7040         (customize-option, customize-option-other-window)
7041         (customize-changed-options): Doc fix.
7042         (customize-apropos-options, customize-apropos-faces)
7043         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
7045         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
7046         Fix word list splitting (Bug#11132).
7047         (apropos-symbol, apropos-keybinding, apropos-label)
7048         (apropos-property, apropos-function-button)
7049         (apropos-variable-button, apropos-misc-button): New faces.
7050         (apropos-symbol-face, apropos-keybinding-face)
7051         (apropos-label-face, apropos-property-face, apropos-match-face):
7052         Variables removed (Bug#8396).
7053         (apropos-library-button, apropos-format-plist, apropos-print)
7054         (apropos-print-doc, apropos-describe-plist): Callers changed.
7056 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
7058         * net/xesam.el (xesam-mode-map): Use let-bound map in
7059         initialization.  (Bug#11292)
7061 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7063         Preserve ispell session localwords when switching back to
7064         original buffer.
7066         * textmodes/ispell.el (ispell-buffer-session-localwords):
7067         New buffer-local variable to hold buffer session localwords.
7068         (ispell-kill-ispell): Add option 'clear to delete session
7069         localwords.
7070         (ispell-command-loop, ispell-change-dictionary)
7071         (ispell-buffer-local-words): Preserve session localwords when
7072         needed.
7074         * textmodes/flyspell.el (flyspell-process-localwords)
7075         (flyspell-do-correct): Preserve session localwords when needed.
7077 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7079         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
7080         using obsolete `translation-table-for-input'.
7081         (ispell-word, ispell-process-line, ispell-complete-word):
7082         Use plain `insert' instead of removed `ispell-insert-word'.
7084 2012-04-22  Chong Yidong  <cyd@gnu.org>
7086         * cus-edit.el (custom-variable-menu)
7087         (custom-variable-reset-saved, custom-face-menu)
7088         (custom-face-reset-saved): If there is no saved value, make the
7089         "reset-saved" operation bring back the default (Bug#9509).
7090         (custom-face-state): Properly detect themed faces.
7092         * faces.el (face-spec-set): Stop supporting deprecated form of
7093         third arg.
7095 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
7097         Move functions from C to Lisp.  Make non-blocking method calls
7098         the default.  Implement further D-Bus standard interfaces.
7100         * net/dbus.el (dbus-message-internal): Declare function.
7101         Remove unneeded function declarations.
7102         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
7103         (dbus-message-type-method-return, dbus-message-type-error)
7104         (dbus-message-type-signal): Declare variables.  Remove local
7105         definitions.
7106         (dbus-interface-dbus, dbus-interface-peer)
7107         (dbus-interface-introspectable, dbus-interface-properties)
7108         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
7109         Adapt docstring.
7110         (dbus-interface-objectmanager): New defconst.
7111         (dbus-call-method, dbus-call-method-asynchronously)
7112         (dbus-send-signal, dbus-method-return-internal)
7113         (dbus-method-error-internal, dbus-register-service)
7114         (dbus-register-signal, dbus-register-method): New defuns, moved
7115         from dbusbind.c
7116         (dbus-call-method-handler, dbus-setenv)
7117         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
7118         New defuns.
7119         (dbus-call-method-non-blocking): Make it an obsolete function.
7120         (dbus-unregister-object, dbus-unregister-service)
7121         (dbus-handle-event, dbus-register-property)
7122         (dbus-property-handler): Obey the new structure of
7123         `bus-registered-objects'.
7124         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
7125         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7126         Use `dbus-call-method'.
7128 2012-04-22  Chong Yidong  <cyd@gnu.org>
7130         * cus-edit.el (custom-commands, custom-reset-menu)
7131         (Custom-reset-standard): Tweak labels.
7132         (custom-reset-button-menu): Change default to t.
7133         (custom-buffer-create-internal): For the custom-reset-button-menu
7134         case, put the revert button first.
7135         (custom-group-subtitle): New face.
7136         (custom-group-value-create): Align docstring to a specific column.
7138         * wid-edit.el (widget-documentation-link-add): Don't handle
7139         indentation in this function.
7140         (widget-documentation-string-indent-to): New function.
7141         (widget-documentation-string-value-create): Use it.
7143         * autorevert.el (auto-revert):
7144         * epg-config.el (epg):
7145         * ibuffer.el (ibuffer):
7146         * mpc.el (mpc):
7147         * ses.el (ses):
7148         * eshell/eshell.el (eshell):
7149         * net/ange-ftp.el (ange-ftp):
7150         * progmodes/ebnf2ps.el (postscript):
7151         * progmodes/flymake.el (flymake):
7152         * progmodes/prolog.el (prolog):
7153         * progmodes/verilog-mode.el (verilog-mode):
7154         * progmodes/which-func.el (which-func):
7155         * term/xterm.el (xterm):
7156         * textmodes/picture.el (picture):
7157         * textmodes/tildify.el (tildify):
7158         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
7159         customization buffers.
7161 2012-04-22  Alan Mackenzie  <acm@muc.de>
7163         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7164         Adding a ) can hide the resulting (..) from searches.  Fix it.
7165         Bound the backward search to the position of the existing (.
7167 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
7169         * progmodes/verilog-mode.el (verilog-mode): Check whether
7170         which-func-modes is t before adding verilog-mode.
7171         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7173 2012-04-21  Leo Liu  <sdl.web@gmail.com>
7175         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
7177 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
7179         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
7180         filling of the last column of a table (Bug#5635).
7181         (woman-find-next-control-line): New arg, specifying an additional
7182         regexp component for the control line.
7183         (woman2-roff-buffer): Use it.
7184         (woman-break-table): New function.
7185         (woman2-TS): Use it.
7187 2012-04-21  Chong Yidong  <cyd@gnu.org>
7189         * woman.el (woman-set-buffer-display-table, woman-decode-region)
7190         (woman-horizontal-escapes, woman-negative-vertical-space)
7191         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
7192         (WoMan-warn-ignored): Use ?\s instead of ?\ .
7194 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * minibuffer.el (completion-file-name-table): Complete user names.
7198 2012-04-20  Leo Liu  <sdl.web@gmail.com>
7200         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
7201         and pcase-let*.
7203 2012-04-20  Chong Yidong  <cyd@gnu.org>
7205         * server.el (server-execute): Respect initial-buffer-choice if it
7206         is a string and there are no files to open (Bug#2825).
7207         (server-create-window-system-frame, server-create-tty-frame):
7208         Don't switch buffers here.
7209         (server-process-filter): Only try to open a window system frame if
7210         compiled with graphical support (Bug#8314).
7212 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
7214         * battery.el (battery-echo-area-format): Display remaining time
7215         for sysfs backend too (Bug#11269).
7216         (battery-linux-sysfs): Fix conditional for the charge.
7218 2012-04-20  Chong Yidong  <cyd@gnu.org>
7220         * progmodes/gdb-mi.el (gdb): Revert previous change.
7221         (gdb-inferior-io--init-proc): New function.
7222         (gdb-init-1): Use it.
7223         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
7224         responsible for allocating a new pty and hooking it to gdb when
7225         the old pty gets an EIO due to process exit.
7226         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
7227         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
7228         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
7230 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
7232         * window.el (window-min-size, window-sizable, window-min-delta)
7233         (window-max-delta, window--resizable, window-resizable)
7234         (window-total-size, window-full-height-p, window-full-width-p)
7235         (window-in-direction, window--resize-mini-window, window-resize)
7236         (window--resize-child-windows-normal)
7237         (window--resize-child-windows, window--resize-siblings)
7238         (window--resize-this-window, adjust-window-trailing-edge)
7239         (enlarge-window, shrink-window): Doc fixes.
7241 2012-04-20  Chong Yidong  <cyd@gnu.org>
7243         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
7244         New function to call delete-process on the gdb-inferior buffer's pty.
7245         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
7246         pty process (Bug#11273).
7247         (gdb-update): New arg to suppress talking to the gdb process.
7248         (gdb-done-or-error): Use it.
7249         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
7250         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
7251         sentinel not being called.
7253         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
7255         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
7257 2012-04-20  Glenn Morris  <rgm@gnu.org>
7259         * net/network-stream.el (open-network-stream): Doc fix.
7261 2012-04-20  Chong Yidong  <cyd@gnu.org>
7263         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
7265 2012-04-20  Alan Mackenzie  <acm@muc.de>
7267         Ensure searching for keywords is case sensitive.
7269         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
7270         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
7271         (c-defun-name, c-mark-function, c-cpp-define-name)
7272         (c-comment-indent, c-scan-conditionals, c-indent-defun)
7273         (c-context-line-break): Bind case-fold-search to nil.
7275         * progmodes/cc-mode.el (c-font-lock-fontify-region):
7276         Bind case-fold-search to nil.
7278 2012-04-20  Chong Yidong  <cyd@gnu.org>
7280         * mail/sendmail.el (mail-bury): Call return action with the right
7281         Rmail buffer (Bug#11242).
7283         * server.el (server-process-filter): Handle corner case where both
7284         tty and nowait options are present (Bug#11102).
7286 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
7288         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
7289         (top level): Put into the executable the ident-style '$Id:' tag on
7290         windows-nt as well.
7292 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         * electric.el (electric-indent-post-self-insert-function): Check that
7295         electric-indent-mode is enabled in current buffer.
7297 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
7299         * imenu.el (imenu-progress-message): Restore; it is "used" in
7300         erc/erc-imenu.el and net/snmp-mode.el.
7302 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
7304         * avoid.el (mouse-avoidance-mode): Mark unused arg.
7305         (mouse-avoidance-nudge-mouse): Remove unused binding.
7307         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
7309         * descr-text.el (describe-char):
7310         * progmodes/python.el (python-describe-symbol):
7311         Don't call `toggle-read-only', set `buffer-read-only'.
7313         * imenu.el (imenu-default-goto-function): Mark unused args.
7314         (imenu-progress-message): Remove obsolete macro; all callers changed.
7316         * subr.el (keymap-canonicalize): Remove unused binding.
7317         (read-passwd): Mark unused arg.
7319         * tutorial.el (tutorial--display-changes): Remove unused binding.
7320         (tutorial--save-tutorial-to): Remove unused variable.
7322         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
7323         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
7324         (package-generate-autoloads, package-menu--generate)
7325         (package-menu--find-upgrades): Remove unused bindings.
7327         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
7328         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
7329         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
7330         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
7331         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
7332         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
7333         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
7334         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
7335         (cua-delete-char-rectangle): Mark unused args.
7336         (cua-align-rectangle): Remove unused binding.
7338         * mail/rmail.el (compilation--message->loc)
7339         (epa--find-coding-system-for-mime-charset): Declare.
7341         * net/dbus.el (dbus-register-service): Declare.
7342         (dbus-name-owner-changed-handler): Remove unused binding.
7344         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
7345         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
7346         (nxml-scan-backward-within): Mark unused arg.
7347         (nxml-dynamic-markup-word): Remove unused binding.
7349         * mouse.el (mouse-menu-major-mode-map):
7350         * emacs-lisp/authors.el (authors-scan-change-log)
7351         (authors-add-to-author-list):
7352         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
7353         * emacs-lisp/smie.el (smie-auto-fill):
7354         * mail/sendmail.el (mail-bury):
7355         * mail/unrmail.el (unrmail):
7356         * net/tls.el (open-tls-stream):
7357         * textmodes/picture.el (picture-mouse-set-point):
7358         Remove unused bindings.
7360 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
7362         * net/tramp.el (tramp-action-password): Let-bind
7363         `enable-recursive-minibuffers' to t.
7365 2012-04-18  Sam Steingold  <sds@gnu.org>
7367         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
7368         instead of 'string to accommodate values like [f11].
7369         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
7370         * progmodes/gdb-mi.el: Likewise.
7372 2012-04-18  Leo Liu  <sdl.web@gmail.com>
7374         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
7375         current buffer.
7376         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
7377         LOCAL is nil.
7379 2012-04-18  Chong Yidong  <cyd@gnu.org>
7381         * simple.el (line-move): Use forward-line if in batch mode
7382         (Bug#11053).
7384 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
7386         * files.el (after-find-file): Do not try to add a final newline if
7387         the buffer is read-only (Bug#11156).
7389 2012-04-17  Richard Stallman  <rms@gnu.org>
7391         * mail/rmail.el (rmail-start-mail):
7392         Pass (rmail-mail-return...) for the return-action.
7393         Pass (rmail-yank-current-message...) for the yank-action.
7394         (rmail-yank-current-message): New function.
7395         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
7396         (rmail-reply): Likewise.
7397         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
7399         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
7400         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
7401         buffer, not newbuf.
7403 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
7405         * server.el (server-ensure-safe-dir): Simplify.
7407 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * emacs-lisp/smie.el: Provide smarter auto-filling.
7410         (smie-auto-fill): New function.
7411         (smie-setup): Use it.
7413         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
7415 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
7417         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
7418         (comment-indent): Use it.
7420 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7422         * ses.el: The overall change is to add cell renaming, that is
7423         setting fancy names for cell symbols other than name matching
7424         "\\`[A-Z]+[0-9]+\\'" regexp .
7425         (ses-localvars): Add ses--renamed-cell-symb-list.
7426         (ses-create-cell-variable): New defun.
7427         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
7428         (ses-relocate-formula): Relocate formulas only for cells the
7429         symbols of which are not renamed, i.e. symbols whose names do not
7430         match regexp "\\`[A-Z]+[0-9]+\\'".
7431         (ses-relocate-all): Relocate values only for cells the symbols of
7432         which are not renamed.
7433         (ses-load): Create cells variables as the (ses-cell ...) are read,
7434         in order to check row col consistency with cell symbol name only
7435         for cells that are not renamed.
7436         (ses-replace-name-in-formula): New defun.
7437         (ses-rename-cell): New defun.
7439 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
7441         * progmodes/perl-mode.el (perl-indent-parens-as-block):
7442         New option (bug#11118).
7443         (perl-calculate-indent): Respect it.
7445 2012-04-17  Glenn Morris  <rgm@gnu.org>
7447         * dired-aux.el (dired-mark-read-string): Doc fix.
7449 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
7451         * dired-aux.el (dired-mark-read-string): Offer optional completion.
7452         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
7454 2012-04-17  Glenn Morris  <rgm@gnu.org>
7456         * mouse.el (mouse-drag-track):
7457         * speedbar.el (speedbar-frame-mode):
7458         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
7460 2012-04-16  Leo Liu  <sdl.web@gmail.com>
7462         * progmodes/python.el: Trivial cleanup.
7464 2012-04-16  Glenn Morris  <rgm@gnu.org>
7466         * vc/vc.el (vc-string-prefix-p):
7467         * vc/pcvs-util.el (cvs-string-prefix-p):
7468         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
7469         * mpc.el (mpc-string-prefix-p):
7470         Make all of these into obsolete aliases for string-prefix-p.
7471         Update callers.
7472         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
7474         * textmodes/two-column.el: Move custom options to the start.
7475         (frame-width): Remove compat definition.
7476         (2C-associate-buffer, 2C-dissociate):
7477         Use with-current-buffer rather than save-excursion.
7478         (2C-dissociate): Force a mode-line update.
7479         (2C-autoscroll): Use ignore-errors.
7481         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
7482         Autoload trivia.
7484         * emacs-lisp/cl-extra.el (*random-state*):
7485         Remove unnecessary declaration.
7487         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
7489         * play/cookie1.el (cookie-snarf):
7490         Give an explicit error if input file cannot be read.
7492         * play/yow.el (yow-file): Use expand-file-name rather than concat.
7494         * progmodes/perl-mode.el (c-macro-expand):
7495         Remove unnecessary autoload (it is in loaddefs.el).
7497         * textmodes/picture.el (picture-desired-column)
7498         (picture-update-desired-column): Convert comments to doc-strings.
7499         (picture-substitute): Remove function.
7500         (picture-mode-map): Initialize in the defvar.
7502         * woman.el: Remove eval-after-load for tar-mode.
7503         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
7504         (woman-tar-extract-file): Autoload it.
7506         * frame.el (automatic-hscrolling): Make this alias obsolete.
7508 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7510         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
7511         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
7512         (ispell-dictionary-base-alist): Revert to original XEmacs
7513         friendly version for default.  [:alpha:] will be added in
7514         `ispell-set-spellchecker-params' if needed.
7516 2012-04-16  Chong Yidong  <cyd@gnu.org>
7518         * image.el (imagemagick--file-regexp): New variable.
7519         (imagemagick-register-types): Use it.
7520         (imagemagick-types-inhibit): Add :set function.  Allow new value
7521         of t to inhibit all types.
7523         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
7524         so we can preload it.
7526         * loadup.el (fboundp): Preload regexp-opt, needed by
7527         imagemagick-register-types.
7529 2012-04-15  Chong Yidong  <cyd@gnu.org>
7531         * frame.el (scrolling): Remove nearly unused customization group.
7533         * scroll-all.el (scroll-all-mode): Move to windows group.
7535 2012-04-15  Chong Yidong  <cyd@gnu.org>
7537         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
7539 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7541         Avoid the use of ((lambda ...) ...) in lexical-binding code.
7542         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
7544 2012-04-15  Glenn Morris  <rgm@gnu.org>
7546         * simple.el (process-file-side-effects): Doc fix.
7548 2012-04-15  Glenn Morris  <rgm@gnu.org>
7550         * international/mule-cmds.el (set-language-environment): Doc fix.
7552 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
7554         * server.el (server-auth-key, server-generate-key): Doc fixes.
7555         (server-get-auth-key): Doc fix.  Use `string-match-p'.
7556         (server-start): Reflow docstring.
7558 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
7560         * server.el (server-generate-key): `called-interactively-p'
7561         requires a parameter.
7563 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
7565         * server.el (server-auth-key): New variable.
7566         (server-generate-key, server-get-auth-key): New function.
7567         (server-start): Use the new variable and functions to allow
7568         setting a permanent server key (bug#9423).
7570 2012-04-14  Leo Liu  <sdl.web@gmail.com>
7572         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
7574 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
7576         Spelling fixes.
7577         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
7578         Emacs uses American spelling.
7580 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
7582         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
7583         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
7584         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
7585         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
7587 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7589         * progmodes/which-func.el (which-func-modes): Change default.
7591 2012-04-14  Kim F. Storm  <storm@cua.dk>
7593         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
7594         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
7596 2012-04-14  Chong Yidong  <cyd@gnu.org>
7598         * custom.el (custom-theme-set-variables): Doc fix.
7600 2012-04-14  Glenn Morris  <rgm@gnu.org>
7602         * international/mule.el (set-auto-coding-for-load): Doc fix.
7604 2012-04-14  Alan Mackenzie  <acm@muc.de>
7606         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
7607         imenu work again for Objective C Mode.  Correct the *-index values,
7608         these having been disturbed by a previous change in 2011-08.
7610         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
7611         Correct two search limits.
7613 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7615         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
7617 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
7619         * international/characters.el: Fix sorting.
7621 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
7623         * international/characters.el: Add more missing Latin case pairs.
7625 2012-04-14  Glenn Morris  <rgm@gnu.org>
7627         * files.el (dir-locals-set-class-variables): Doc fix.
7629 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
7631         * international/characters.el: Add set-case-syntax-pair call for
7632         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
7633         counterpart.  (Bug#11209)
7635         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
7637 2012-04-14  Glenn Morris  <rgm@gnu.org>
7639         * calendar/holidays.el (calendar-check-holidays): Doc fix.
7641 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
7643         * textmodes/ispell.el (ispell-dictionary-base-alist):
7644         Add data for Hebrew.
7646 2012-04-14  Chong Yidong  <cyd@gnu.org>
7648         * net/rcirc.el (rcirc-cmd-quit):
7649         Revert 2012-03-18 change (Bug#11192).
7651 2012-04-14  Glenn Morris  <rgm@gnu.org>
7653         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
7655 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
7657         * minibuffer.el (completion-in-region-mode-map):
7658         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
7660 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
7662         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
7664 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
7666         * minibuffer.el (minibuffer-local-filename-syntax): New variable
7667         to allow `C-M-f' and `C-M-b' to move to the nearest path
7668         separator (bug#9511).
7670 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
7672         * avoid.el: Require cl when compiling.  And also move the
7673         `provide' to the end.
7675 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7677         * avoid.el (mouse-avoidance-banish-position): New variable.
7678         (mouse-avoidance-banish-destination): Use it (bug#10165).
7680 2012-04-13  Leo Liu  <sdl.web@gmail.com>
7682         * progmodes/which-func.el (which-func-modes): Add objc-mode.
7684 2012-04-13  Ken Brown  <kbrown@cornell.edu>
7686         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
7687         this is no longer needed now that cygstart understands file:// URLs.
7688         (browse-url-filename-alist): For the same reason, don't modify
7689         file:// URLs on Cygwin.
7691 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7693         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
7694         the region on shift if the binding is already shifted (bug#11221).
7696 2012-04-12  Glenn Morris  <rgm@gnu.org>
7698         * mail/mailpost.el: Move to obsolete/.
7700 2012-04-12  Drew Adams  <drew.adams@oracle.com>
7702         * imenu.el (imenu--generic-function): Ignore invisible definitions
7703         (bug#10123).
7705 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
7707         * hexl.el (hexl-bits): New variable.
7708         (hexl-options): Mention the variable in the doc string.
7709         (hexl-rulerise, hexl-line-displen): New functions.
7710         (hexl-mode): Mention the new variable.
7711         (hexl-mode, hexl-current-address, hexl-current-address):
7712         Use the displen.
7713         (hexl-ascii-start-column): New function.
7714         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
7715         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
7717 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7719         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
7720         '("-i" ENCODING), in 2 separate command-line arguments, to specify
7721         the encoding, as expected by hunspell.
7723 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7725         * battery.el (battery--linux-sysfs-regexp): New const.
7726         (battery-status-function): Use it.  Remove yeeloong special case.
7727         (battery-yeeloong-sysfs): Remove.
7728         (battery-echo-area-format): Remove yeeloong special case.
7730 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7732         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
7733         Reported by Noah Friedman.
7735         * subr.el (read-passwd): Use read-string.
7737 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7739         * vcursor.el (vcursor-move): Increase the priority of the overlay
7740         (bug#9663).
7742 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
7744         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
7745         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
7747 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
7749         * textmodes/artist.el (artist-mode): Convert artist-mode to use
7750         define-minor-mode (bug#10760).
7752 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7754         * progmodes/grep.el (rgrep): Tweak the find command line so
7755         that directories matching `grep-find-ignored-files' won't be
7756         pruned (bug#10351).
7758 2012-04-11  Chong Yidong  <cyd@gnu.org>
7760         * startup.el (command-line): Remove support for long-obsolete
7761         variable font-lock-face-attributes.
7763 2012-04-11  Glenn Morris  <rgm@gnu.org>
7765         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
7767 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7769         * window.el (window--state-get-1): Obey window-point-insertion-type.
7771 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
7773         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
7774         to previous function when point is on the first character of a
7775         function.  Take care of that in `narrow-to-defun' (bug#6157).
7777 2012-04-11  Glenn Morris  <rgm@gnu.org>
7779         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
7780         not just file-errors.
7782         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
7783         (vc-bzr-sha1): Use internal sha1.
7785 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
7789 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
7791         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
7792         that start in the middle of the line (bug#10496).
7794 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
7796         * battery.el (battery-linux-proc-acpi): Only one battery is
7797         discharged at a time, but that seems to confuse battery.el when
7798         computing `rate-type' for the battery not being discharged
7799         (bug#10332).
7801 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7803         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
7805         * international/quail.el: Use dolist and simplify.
7806         (quail-define-package, quail-update-keyboard-layout)
7807         (quail-define-rules): Use dolist.
7808         (quail-insert-kbd-layout, quail-get-translation): CSE.
7810         * tmm.el: Use dolist, remove left over hook.
7811         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7812         Use dolist.
7813         (calendar-load-hook): Don't mess with it.
7815         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7816         Use derived-mode-p.  Run the diff asynchronously.
7818 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820         * obsolete/mouse-sel.el: Add an Obsolete-since header.
7822 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
7824         * misc.el: Display absolute path of loaded DLLs (bug#10424).
7825         (list-dynamic-libraries--loaded): New function.
7826         (list-dynamic-libraries--refresh): Use it.
7828 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
7830         * progmodes/python.el (python-fill-paragraph):
7831         Make python-fill-region in a multiline string work when font-lock is
7832         disabled (bug#7018).
7834 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
7836         * language/european.el (cp775): Add oem/legacy (en)coding on
7837         DOS/MS Windows for the Baltic languages.  There are still plenty
7838         of texts written in this encoding/codepage (bug#6519).
7840 2012-04-10  Glenn Morris  <rgm@gnu.org>
7842         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7843         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7845 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
7847         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
7848         next-line "n" and previous-line "p" in order to make recentf more
7849         consistent with ibuffer, dired or org-mode (bug#9387).
7851 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853         * image.el (put-image): Return the overlay created instead of the
7854         optional input string (bug#7834).  Note that this may break code
7855         that is (for some reason or other) depending on `put-image'
7856         returning the string.
7858         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7860         * simple.el (zap-to-char): Allow zapping using input methods
7861         (bug#1580).
7863         * textmodes/fill.el (fill-region): Leave point and mark where they
7864         were before filling (bug#5399).
7866 2012-04-09  Glenn Morris  <rgm@gnu.org>
7868         * version.el (emacs-bzr-get-version):
7869         Handle lightweight checkouts of local branches.
7871 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
7873         * international/characters.el: Recover lost case pairs.  (Bug#11209)
7875 2012-04-09  Chong Yidong  <cyd@gnu.org>
7877         * custom.el (custom-variable-p): Return nil for non-symbol
7878         arguments instead of signaling an error.
7879         (user-variable-p): Obsolete alias for custom-variable-p.
7881         * apropos.el (apropos-variable):
7882         * files-x.el (read-file-local-variable):
7883         * simple.el (set-variable):
7884         * woman.el (woman-mini-help):
7885         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7887 2012-04-09  Glenn Morris  <rgm@gnu.org>
7889         * startup.el (normal-top-level): Don't look for leim-list.el
7890         in places where it will not be found.  (Bug#910)
7892         * international/mule-cmds.el (set-default-coding-systems):
7893         * files.el (normal-mode):
7894         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
7895         This function was removed with ucs-tables.el in 2008.
7897 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
7899         * textmodes/ispell.el (ispell-check-version): For hunspell, set
7900         ispell-encoding8-command to "-i", without a trailing space.
7901         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7902         separate command-line arguments, to specify the encoding, since
7903         that's how hunspell expects it.
7905 2012-04-08  Glenn Morris  <rgm@gnu.org>
7907         * loadup.el: Load bindings before cus-start.
7908         This reduces somewhat the number of "rogue" settings in emacs -Q.
7910 2012-04-07  Glenn Morris  <rgm@gnu.org>
7912         * version.el (emacs-bzr-get-version): New function.
7913         (emacs-bzr-version): New variable.
7914         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
7915         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7917 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
7919         * international/uni-bidi.el, international/uni-category.el:
7920         * international/uni-combining.el, international/uni-decimal.el:
7921         * international/uni-decomposition.el, international/uni-digit.el:
7922         * international/uni-lowercase.el, international/uni-mirrored.el:
7923         * international/uni-name.el, international/uni-numeric.el:
7924         * international/uni-titlecase.el, international/uni-uppercase.el:
7925         Update for Unicode 6.1.
7927 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
7929         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7931 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933         * window.el (shrink-window): Mention the `window-min-height'
7934         variable in the doc string.
7936 2012-04-05  Bastien Guerry  <bzg@altern.org>
7938         * color.el (color-lighten-name): Fix typo.
7940 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7942         * server.el (server--on-display-p): New function.
7943         (server--on-display-p): Use it.
7945 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
7947         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7948         (bug#11145).
7950 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * comint.el (comint--common-quoted-suffix): Check string boundary
7953         before comparing (bug#11158).
7954         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7956 2012-04-04  Chong Yidong  <cyd@gnu.org>
7958         * minibuffer.el (completion-extra-properties): Doc fix.
7960         * subr.el (delayed-warnings-hook): Doc fix.
7962 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
7964         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7965         selection (Bug#11159).
7966         (epa-insert-keys): Inform that the default public key will be
7967         exported if no key is selected.
7969 2012-04-04  Richard Stallman  <rms@gnu.org>
7971         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7973 2012-04-03  Chong Yidong  <cyd@gnu.org>
7975         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7976         mail-insert-file, not its obsolete alias mail-attach-file.
7978 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
7980         * notifications.el (notifications-notify): Fix docstring.
7982 2012-04-02  Glenn Morris  <rgm@gnu.org>
7984         * emacs-lisp/authors.el (authors-aliases): Another addition.
7986 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
7988         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7989         `tramp-compat-call-process' instead of `tramp-local-call-process'.
7990         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7992 2012-04-01  Chong Yidong  <cyd@gnu.org>
7994         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7995         Handle root directory properly.
7996         (copy-directory): Caller changed.
7998         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7999         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8001 2012-03-31  Glenn Morris  <rgm@gnu.org>
8003         * term/xterm.el (xterm-extra-capabilities): Doc fix.
8005         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
8007         * calendar/calendar.el (calendar-window-list)
8008         (calendar-hide-window): Restore.  (Bug#11140)
8009         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8011         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8013 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8015         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8016         Check if file is a symlink (Bug#10489).
8018         * files.el (copy-directory): Likewise.
8020 2012-03-30  Chong Yidong  <cyd@gnu.org>
8022         * image.el (imagemagick-types-inhibit)
8023         (imagemagick-register-types): Doc fix.
8025 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8027         * textmodes/ispell.el (ispell-get-extended-character-mode):
8028         Disable extended-char-mode for hunspell.  hunspell does not support it
8029         and treats ~word as ordinary words in pipe mode.
8031 2012-03-30  Glenn Morris  <rgm@gnu.org>
8033         * tutorial.el (help-with-tutorial): Ensure local variables don't
8034         happen to make the buffer read-only.  (Bug#11127)
8036 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8038         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8039         (perl-calculate-indent): Return `noindent' in strings.
8041 2012-03-28  Sam Steingold  <sds@gnu.org>
8043         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
8044         instead of the broken adhockery which does not prevent calendar
8045         buffers from being displayed at random after exit.
8046         (calendar-window-list, calendar-hide-window): Remove the broken
8047         adhockery.
8049 2012-03-28  Glenn Morris  <rgm@gnu.org>
8051         * replace.el (query-replace-map): Doc fix.
8053 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
8055         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
8056         contents.  (Bug#11109)
8058 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8060         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
8061         (bug#11077).
8062         (avl-tree--check, avl-tree--check-node): New funs.
8064 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
8066         * window.el (switch-to-visible-buffer): New option.
8067         (switch-to-prev-buffer, switch-to-next-buffer):
8068         Observe switch-to-visible-buffer.  Make sure that checking for a window
8069         showing a buffer already is done on the same frame.
8071 2012-03-27  Glenn Morris  <rgm@gnu.org>
8073         * startup.el (mail-host-address): Doc fix.
8075 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
8078         than 197 variables.
8080 2012-03-26  Ami Fischman  <ami@fischman.org>
8082         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
8084 2012-03-26  Glenn Morris  <rgm@gnu.org>
8086         * files.el (save-buffers-kill-emacs): Doc fix.
8088         * startup.el (normal-top-level, command-line, command-line-1):
8089         Give them doc strings.
8091 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
8093         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
8094         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
8096 2012-03-25  Chong Yidong  <cyd@gnu.org>
8098         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
8099         theme if it was previously enabled before (Bug#11031).
8101         * cus-theme.el (custom-theme-write-faces): Retrieve current face
8102         spec with custom-face-get-current-spec if its :shown-value is not
8103         determined yet (Bug#9337).
8104         (customize-create-theme, custom-theme-revert): Doc fixes.
8106         * button.el (button-at): Minor addition to docstring.
8108 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
8110         * vc/vc.el (vc-merge): Fix a prompt.
8112 2012-03-24  Chong Yidong  <cyd@gnu.org>
8114         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
8115         point (Bug#9623).
8117         * button.el (button-at): Minor addition to docstring.
8119 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8121         * newcomment.el (comment-choose-indent): No space after BOL.
8123 2012-03-22  Sam Steingold  <sds@gnu.org>
8125         * window.el (switch-to-prev-buffer): Revert last patch because the
8126         bug turned out to be an advertised feature (Elisp manual 28.14).
8128 2012-03-22  Glenn Morris  <rgm@gnu.org>
8130         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
8131         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
8133 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135         * net/network-stream.el (network-stream-open-starttls): Make error
8136         message under Windows be less misleading.
8138 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
8140         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
8141         understands (bug#9942).
8143 2012-03-22  Chong Yidong  <cyd@gnu.org>
8145         * simple.el (end-of-visible-line): Handle return value of
8146         next-single-property-change properly (Bug#9371).
8148 2012-03-22  Kenichi Handa  <handa@m17n.org>
8150         * international/quail.el (quail-insert-kbd-layout): Fix previous
8151         change.  To avoid unwanted bidi reordering, use
8152         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
8154 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
8156         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
8157         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
8158         (ruby-beginning-of-indent): Be more careful with the difference
8159         between word-boundary and symbol boundary.
8160         (ruby-mode-syntax-table): Make : a symbol constituent.
8162 2012-03-21  Andreas Politz  <politza@fh-trier.de>
8164         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
8166 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8168         * progmodes/etags.el (tags-completion-at-point-function):
8169         Improve last fix.
8171         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
8173 2012-03-21  Sam Steingold  <sds@gnu.org>
8175         * progmodes/etags.el (tags-completion-at-point-function):
8176         Avoid the error when point is inside the pattern.
8178 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
8180         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
8181         line (Bug#10855).
8183 2012-03-21  Drew Adams  <drew.adams@oracle.com>
8185         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
8187 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
8189         * ido.el (ido-set-current-directory, ido-read-internal)
8190         (ido-choose-completion-string, ido-completion-help): Handle nil
8191         value of ido-completion-buffer (Bug#11008).
8193 2012-03-21  Sam Steingold  <sds@gnu.org>
8195         * window.el (switch-to-prev-buffer): Do not switch to a visible
8196         window previous buffer, just like with the frame previous buffers.
8198 2012-03-21  Chong Yidong  <cyd@gnu.org>
8200         * faces.el (make-face, make-empty-face, copy-face):
8201         * face-remap.el (face-remap-add-relative, face-remap-set-base):
8202         Doc fixes.
8204 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8206         * wid-edit.el (widget-complete-field): Remove (bug#11051).
8207         (widget-complete): Remove broken use of it.
8209 2012-03-20  Chong Yidong  <cyd@gnu.org>
8211         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8212         Use string-width and truncate-string-width to handle arbitrary
8213         characters.
8215 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
8217         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
8218         to draw rectangles, not squares.  (Regression introduced by revno
8219         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
8221 2012-03-18  Chong Yidong  <cyd@gnu.org>
8223         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
8224         it is not yet defined (for temacs).
8226 2012-03-18  Leo Liu  <sdl.web@gmail.com>
8228         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
8230 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
8232         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
8233         (ispell-choices-win-default-height, ispell-silently-savep)
8234         (ispell-dictionary-alist, ispell-encoding8-command)
8235         (ispell-check-version, ispell-aspell-find-dictionary)
8236         (ispell-valid-dictionary-list, ispell-words-keyword)
8237         (ispell-get-word, ispell-internal-change-dictionary)
8238         (ispell-region, ispell-skip-region-list)
8239         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
8240         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
8241         (ispell-message-text-end, ispell-message)
8242         (ispell-buffer-local-parsing): Doc fix.
8244 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
8246         * htmlfontify.el: Add support for code block fontification for ODT
8247         export (Bug #9914).
8248         (hfy-optimisations): Define new option
8249         `body-text-only'
8250         (hfy-fontify-buffer): Honor above setting.
8251         (hfy-begin-span, hfy-end-span): New routines factored out form
8252         `hfy-fontify-buffer'.
8253         (hfy-begin-span-handler, hfy-end-span-handler): New variables
8254         that permit insertion of custom tags.
8255         (hfy-fontify-buffer): Use above handlers.
8256         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
8257         (hfy-face-to-css): Re-defined to be a variable.
8258         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
8259         over multiple runs.  This is made possible by having the caller let
8260         bind a special variable `hfy-user-sheet-assoc'.
8261         (htmlfontify-string): New defun.
8262         (hfy-compile-face-map): Make sure that the last char in the
8263         buffer is correctly fontified.
8264         (hfy-face-resolve-face): Whitespace only change.
8266 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
8268         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
8269         message more clear.
8271 2012-03-16  Leo Liu  <sdl.web@gmail.com>
8273         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
8275 2012-03-16  Alan Mackenzie  <acm@muc.de>
8277         Further optimise the handling of large macros.
8279         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
8280         limit to a call of `c-literal-limits'.
8281         (c-determine-+ve-limit): New function.
8282         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
8283         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
8284         In CASE 5B, restrict a search limit to 500.
8285         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
8287         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
8288         Restrict macro bounds to +-500 from after-change's BEG END.
8290 2012-03-16  Leo Liu  <sdl.web@gmail.com>
8292         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
8294 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
8296         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
8297         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
8299 2012-03-16  Glenn Morris  <rgm@gnu.org>
8301         * view.el (view-buffer, view-buffer-other-window)
8302         (view-buffer-other-frame): Doc fixes re special mode-class.
8304         * subr.el (eval-after-load): If named feature is provided not from
8305         a file, run after-load forms.  (Bug#10946)
8307         * calendar/calendar.el (calendar-insert-at-column):
8308         Handle non-unit-width characters a bit better.  (Bug#10978)
8310 2012-03-15  Chong Yidong  <cyd@gnu.org>
8312         * emacs-lisp/ring.el (ring-extend): New function.
8313         (ring-insert+extend): Extend the ring correctly (Bug#11019).
8315         * comint.el (comint-read-input-ring)
8316         (comint-add-to-input-history): Grow comint-input-ring lazily.
8318 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8320         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
8321         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
8323         * imenu.el: Fix multiple inheritance breakage (bug#9199).
8324         (imenu-add-to-menubar): Don't add a redundant index.
8325         (imenu-update-menubar): Handle a dynamically composed keymap.
8327 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8329         * mail/sendmail.el (mail-encode-header):
8330         Bind rfc2047-encode-encoded-words to nil.
8332 2012-03-13  Glenn Morris  <rgm@gnu.org>
8334         * calendar/calendar.el (calendar-string-spread):
8335         Handle non-unit-width characters a bit better.  (Bug#10978)
8337 2012-03-13  Leo Liu  <sdl.web@gmail.com>
8339         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
8340         directory and file as argument (Bug#10822).
8342 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
8344         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
8345         For dynamically generated code, follow $PC.
8346         (gdb-disassembly-handler-custom): Handle no function name case.
8348 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
8350         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
8351         * emulation/ws-mode.el (ws-query-replace):
8352         * sort.el (sort-regexp-fields):
8353         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
8355 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8357         * dabbrev.el: Fix cycle completion order (bug#10963).
8358         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
8359         (dabbrev-completion): Don't use an obarray; provide
8360         a cycle-sort-function.
8362 2012-03-12  Leo Liu  <sdl.web@gmail.com>
8364         * simple.el (kill-new): Use equal-including-properties for comparison.
8365         (kill-do-not-save-duplicates): Doc fix.
8367 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8369         * dabbrev.el: Fix cycle completion (bug#10963).
8370         Use lexical binding and wrap to 80 columns.
8371         (dabbrev-completion): Delay computing the list of completions.
8373 2012-03-12  Kenichi Handa  <handa@m17n.org>
8375         * international/quail.el (quail-insert-kbd-layout): Surround each
8376         row by LRO and PDF instead of inserting many LRMs.  Pad the left
8377         and right of each non-spacing marks.  Insert invisible space
8378         between lower and upper characters to prevent composition.
8380 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8382         * minibuffer.el (minibuffer-complete): Don't get confused when the
8383         function is run twice via different commands (bug#10958).
8384         (complete-with-action): Fix docstring.
8386 2012-03-12  Chong Yidong  <cyd@gnu.org>
8388         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
8389         (nxml-completion-at-point-function): New function.
8390         (nxml-mode): Use it.
8391         (nxml-bind-meta-tab-to-complete-flag): Default to t.
8393         * emacs-lisp/package.el (package-unpack, package-unpack-single):
8394         Load generated autoloads file before byte compiling (Bug#10970).
8395         (package--make-autoloads-and-compile): New helper fun.
8397 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
8399         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
8401 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
8403         * autorevert.el (auto-revert-handler): Ensure, that
8404         file-readable-p is applied only for local files or in
8405         auto-revert-tail-mode.
8407 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
8409         * server.el (server-eval-at): Handle non-tcp connections.
8410         Decode result string.
8412         * server.el (server-msg-size): New constant.
8413         (server-reply-print): New function.
8414         (server-eval-and-print): Use it.
8415         (server-eval-at): Use server-quote-arg and server-unquote-arg.
8416         Handle -print-nonl.
8418 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
8420         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
8421         (Bug#10987).
8423 2012-03-11  Chong Yidong  <cyd@gnu.org>
8425         * simple.el (goto-line): Doc fix (Bug#9938).
8427         * subr.el (save-window-excursion): Doc fix (Bug#9979).
8429         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
8430         when finished (Bug#10963).
8432 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
8434         * window.el (split-window-below): Fix bug in case where
8435         split-window-keep-point is nil (Bug#10971).
8437 2012-03-11  Juri Linkov  <juri@jurta.org>
8439         * replace.el (replace-highlight): Set isearch-word to nil
8440         unconditionally.  (Bug#10887)
8442 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
8444         * net/mairix.el (mairix-replace-invalid-chars): Rename from
8445         mairix-replace-illegal-chars; all callers changed.  Don't remove
8446         ^, ~, and = characters: they are meaningful in mairix search specs.
8447         (mairix-widget-create-query): Add usage information about mairix
8448         search forms: negating words, searching for substrings, etc.
8450 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
8452         * international/fontset.el (font-encoding-alist): Add an entry for
8453         ksx1001 (Bug#5667).
8455 2012-03-10  Richard Stallman  <rms@gnu.org>
8457         * mail/sendmail.el (mail-encode-header):
8458         Set rfc2047-encode-encoded-words.
8460         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
8462         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
8463         view buffer means not swapped.
8464         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
8465         (rmail-write-region-annotate): Error if real text has disappeared.
8467         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
8469 2012-03-10  Chong Yidong  <cyd@gnu.org>
8471         * emulation/cua-rect.el (cua--init-rectangles):
8472         * emulation/cua-base.el (cua--init-keymaps):
8473         Add delete-forward-char to remappings (Bug#9666).
8475 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
8477         * speedbar.el (speedbar-unhighlight-one-tag-line):
8478         Avoid unhighlighting due to frame switching (Bug#10275).
8480 2012-03-10  Chong Yidong  <cyd@gnu.org>
8482         * minibuffer.el (completion-in-region, completion-help-at-point):
8483         Give the completion field overlay a high priority (Bug#6830).
8485         * dired.el (dired-goto-file): Recognize absolute file name
8486         listings (Bug#7126).
8487         (dired-goto-file-1): New helper function.
8488         (dired-toggle-read-only): Inhibit warnings.
8490 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
8492         * net/dbus.el (dbus-property-handler): Return empty array if
8493         there are no properties.
8495 2012-03-09  Leo Liu  <sdl.web@gmail.com>
8497         * savehist.el (savehist-printable): Stricter check for string
8498         value (Bug#10937).
8500 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
8502         * mail/smtpmail.el (smtpmail-send-it):
8503         Bind coding-system-for-write to *-unix, so that FCC files are kept in
8504         valid mbox format.
8506 2012-03-09  Glenn Morris  <rgm@gnu.org>
8508         * files.el (dir-locals-find-file):
8509         Don't check result is regular, readable.
8510         (dir-locals-read-from-file): Demote errors.
8512 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
8514         * international/quail.el (quail-insert-kbd-layout):
8515         Insert invisible LRM characters before each character in a keyboard
8516         layout cell, to prevent their reordering by bidi display engine.
8517         For details, see the discussion in
8518         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
8520 2012-03-08  Alan Mackenzie  <acm@muc.de>
8522         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
8523         the starting position; make it extend the marked region when
8524         invoked repeatedly - all under appropriate circumstances.
8525         Fixes bugs #5525, #10906.
8527 2012-03-08  Glenn Morris  <rgm@gnu.org>
8529         * files.el (locate-dominating-file, dir-locals-find-file):
8530         Undo 2012-03-06 change.
8532 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
8534         * international/quail.el (quail-help):
8535         Force bidi-paragraph-direction be left-to-right.  See discussion in
8536         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
8537         for the reason.
8539 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
8541         Avoid superfluous registering of signals.  (Bug#10807)
8543         * notifications.el (notifications-on-action-object)
8544         (notifications-on-close-object): New defvars.
8545         (notifications-on-action-signal, notifications-on-closed-signal):
8546         Unregister the signal if not needed any longer.
8547         (notifications-notify): Register `notifications-action-signal' or
8548         `notifications-closed-signal', if :on-action or :on-close has been
8549         passed as argument.
8551 2012-03-07  Chong Yidong  <cyd@gnu.org>
8553         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
8554         non-X platforms.
8556 2012-03-06  Glenn Morris  <rgm@gnu.org>
8558         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8559         (x-disown-selection-internal, x-get-selection-internal):
8560         Doc fix (add arglist signatures).  (Bug#10783)
8562 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
8564         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8565         Handle breakpoints with no "type".
8567 2012-03-06  Glenn Morris  <rgm@gnu.org>
8569         * files.el (locate-dominating-file): Add optional predicate argument.
8570         (dir-locals-find-file): Make use of above change.
8572 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
8574         * info.el (Info-insert-dir): Also try "dir.gz".
8576 2012-03-06  Glenn Morris  <rgm@gnu.org>
8578         * files.el (dir-locals-find-file):
8579         Ignore non-readable or non-regular files.  (Bug#10928)
8581         * files.el (locate-dominating-file): Doc fix.
8583 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
8585         * calendar/calendar.el (calendar-set-mode-line):
8586         `getenv' returns a string.  (Bug#10951)
8588 2012-03-05  Leo Liu  <sdl.web@gmail.com>
8590         * simple.el (backward-delete-char-untabify): Constrain point to
8591         field (Bug#10939).
8593         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
8595 2012-03-05  Chong Yidong  <cyd@gnu.org>
8597         * simple.el (count-words): If called from Lisp, return the word
8598         count, for symmetry with `count-lines'.  Arglist changed.
8599         (count-words--message): Args changed.  Consolidate counting code
8600         from count-words and count-words-region.
8601         (count-words-region): Caller changed.
8602         (count-lines-region): Make it an obsolete alias.
8604 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
8606         * saveplace.el (save-place-to-alist)
8607         (save-place-ignore-files-regexp): Allow value nil to disable this
8608         feature.
8610 2012-03-04  Chong Yidong  <cyd@gnu.org>
8612         * faces.el (face-spec-reset-face): For the default face, reset the
8613         attributes to default values (Bug#10748).
8615 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
8618         previous patch: Check `message-send-mail-function', and not the
8619         default function (bug#10897).
8621 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
8623         * notifications.el (notifications-on-action-signal)
8624         (notifications-on-closed-signal): Check for unique service name of
8625         incoming event.  Fix error in removing entry.
8626         (top): Register for signals with wildcard service name.
8627         (notifications-notify): Use daemon unique service name for map entries.
8629 2012-03-04  Chong Yidong  <cyd@gnu.org>
8631         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
8633 2012-03-04  Glenn Morris  <rgm@gnu.org>
8635         * abbrev.el (copy-abbrev-table, abbrev-table-p)
8636         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
8637         (expand-abbrev, define-abbrev-table): Doc fixes.
8639 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
8642         `message-default-send-mail-function' and not `send-mail-function'
8643         when doing the prompting for `sendmail-query-once' before sending
8644         in Message buffers (bug#10897).
8646         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
8647         This is inconsistent with all the other stream functions, which leave
8648         the setting up to the higher levels (if so wanted) (bug#10931).
8650 2012-03-02  Alan Mackenzie  <acm@muc.de>
8652         Depessimize the handling of very large macros.
8654         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
8655         (c-macro-cache-syntactic): New variables to implement a one
8656         element macro cache.
8657         (c-invalidate-macro-cache): New function.
8658         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
8659         Adapt to use the new cache.
8660         (c-state-safe-place): Use better the cache of safe positions.
8661         (c-state-semi-nonlit-pos-cache)
8662         (c-state-semi-nonlit-pos-cache-limit):
8663         New variables for...
8664         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
8665         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
8666         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
8667         Use c-state-semi-safe-place.
8669         * progmodes/cc-langs.el (c-get-state-before-change-functions):
8670         Add c-invalidate-macro-cache to the C, C++, Obj entries.
8672 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
8674         * jka-compr.el (jka-compr-call-process):
8675         Apply `file-accessible-directory-p' only when the default directory is
8676         not remote.
8678 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
8680         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
8681         access of FILE2, if FILE1 does not exist.
8683         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
8684         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
8686         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
8687         Add "PAGER=" to `process-environment'.
8689 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
8691         * progmodes/sql.el: Bug fix
8692         (sql-get-login-ext): Save login values in globals.
8693         (sql-get-login): Use new version of `sql-get-login-ext'.
8694         (sql-interactive-mode): Set global `sql-connection' to nil.
8695         (sql-connect): Set global values for connection.
8696         (sql-product-interactive): Save global values as buffer local.
8698 2012-02-29  Leo Liu  <sdl.web@gmail.com>
8700         * abbrev.el (define-abbrevs): Reset sys to nil.
8702 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8704         * files.el (file-equal-p): Rename from `files-equal-p'.
8705         Return nil when one or both files don't exist.
8706         (file-subdir-of-p): Now only top directory must exists,
8707         return nil if it doesn't.
8708         (copy-directory): No need to test with `file-subdir-of-p' after
8709         creating dir.
8710         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
8711         to `file-equal-p'.
8713 2012-02-28  Glenn Morris  <rgm@gnu.org>
8715         * shell.el (shell-mode):
8716         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
8717         * play/landmark.el (landmark-font-lock-face-O):
8718         * play/handwrite.el (handwrite):
8719         * play/gomoku.el (gomoku-O):
8720         * net/browse-url.el (browse-url-browser-display):
8721         * international/mule.el (define-charset):
8722         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
8723         * filesets.el (filesets-find-file-delay):
8724         * eshell/em-xtra.el (eshell-xtra):
8725         * eshell/em-unix.el (eshell-grep):
8726         * emulation/viper.el (viper-mode):
8727         * emacs-lisp/regexp-opt.el (regexp-opt-group):
8728         * emacs-lisp/easymenu.el (easy-menu-define):
8729         * calendar/timeclock.el (timeclock-use-display-time):
8730         * bs.el (bs-mode):
8731         * bookmark.el (bookmark-save-flag):
8732         Doc fix (standardize possessive apostrophe usage).
8734 2012-02-27  Chong Yidong  <cyd@gnu.org>
8736         * emulation/viper-cmd.el (viper-intercept-ESC-key):
8737         Fix key-binding lookup for ESC key (Bug#9146).
8739         * font-lock.el (font-lock-specified-p): Rename from
8740         font-lock-spec-present.  Callers changed.
8742 2012-02-27  Daniel Hackney  <dan@haxney.org>
8744         * emacs-lisp/package.el (package-compute-transaction):
8745         Handle holding a package version to t in package-load-list.
8747 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
8749         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
8750         (tramp-get-inode, tramp-get-device): Use cached values.
8752 2012-02-26  Alan Mackenzie  <acm@muc.de>
8754         Check there is a font-lock specification before doing initial
8755         fontification.
8757         * font-core.el (font-lock-mode): Move the conditional from
8758         :after-hook to font-lock-initial-fontify.
8759         (font-lock-default-function): Move the check for a specification
8760         to font-lock-spec-present.
8762         * font-lock.el (font-lock-initial-fontify): Call ...
8763         (font-lock-spec-present): New function.
8765 2012-02-26  Jim Blandy  <jimb@red-bean.com>
8767         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
8768         (gdb-send): Apply it to the operand of the '-interpreter-exec
8769         console' command, so that we can pass arguments with (say) quotes
8770         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
8772 2012-02-26  Chong Yidong  <cyd@gnu.org>
8774         * help-fns.el (describe-function-1): Clarify description of
8775         remapping (Bug#10844).
8777         * files.el (files-equal-p): Doc fix.
8778         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
8779         and quit the loop once a mismatch is found.
8781 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
8783         * bs.el (bs--show-with-configuration): Don't throw an error
8784         if the window cannot be split; otherwise, subsequent calls to
8785         bs-show fail, restoring a stale window config.  (Bug#10882)
8787 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
8789         * term/ns-win.el (global-map): Bind ns-drag-file to
8790         ns-find-file (Bug#5855, Bug#10050).
8792 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
8794         * calendar/parse-time.el (parse-time-string): Allow extractor to
8795         return nil.
8797 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
8799         * net/tramp.el (tramp-file-name-for-operation):
8800         Add `files-equal-p' and `file-subdir-of-p'.
8802         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8803         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8804         Add COPY-CONTENTS argument.
8806 2012-02-25  Chong Yidong  <cyd@gnu.org>
8808         Add custom groups for VC backends, for consistency with vc-bzr.
8810         * vc/vc-arch.el (vc-arch):
8811         * vc/vc-cvs.el (vc-cvs):
8812         * vc/vc-git.el (vc-git):
8813         * vc/vc-hg.el (vc-hg):
8814         * vc/vc-mtn.el (vc-mtn):
8815         * vc/vc-rcs.el (vc-rcs):
8816         * vc/vc-sccs.el (vc-sccs):
8817         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8818         All relevant defcustoms reassigned.
8820 2012-02-25  Chong Yidong  <cyd@gnu.org>
8822         * newcomment.el (comment-styles): Add autoload (Bug#10868).
8824         * term/x-win.el (x-initialize-window-system): Reduce default for
8825         x-selection-timeout to 5 seconds (Bug#8869).
8827 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8829         * files.el (files-equal-p, file-subdir-of-p): New functions.
8830         (copy-directory): Error when trying to copy a directory on itself.
8831         Add missing copy-contents arg to tramp handler.
8832         * dired-aux.el (dired-copy-file-recursive): Same.
8833         (dired-create-files): Modify destination when source is equal to
8834         dest when copying files.
8835         Return also when dest is a subdir of source.  (Bug#10489)
8837 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
8839         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8840         (Bug#10874)
8842 2012-02-23  Alan Mackenzie  <acm@muc.de>
8844         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8845         parameter "after-hook:" to allow the expansion to run code after
8846         the execution of the mode hooks.
8848         * font-lock.el (font-lock-initial-fontify): New function extracted
8849         from font-lock-mode-internal.
8851         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
8852         :after-hook.
8854 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8857         (completion--cache-all-sorted-completions): New function.
8858         (completion-all-sorted-completions): Use it.
8859         (completion--do-completion, minibuffer-force-complete):
8860         Use it to re-instate the flush hook.
8862         * icomplete.el (icomplete-completions): Replace last fix with a better
8863         one (bug#10850).
8865 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
8867         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8868         when it might call us back infinitely (bug#10797).
8870 2012-02-23  Glenn Morris  <rgm@gnu.org>
8872         * minibuffer.el (completion-category-overrides): Doc fix.
8874 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8876         * minibuffer.el (completion-table-with-context): Fix inf-loop.
8877         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8879 2012-02-23  Glenn Morris  <rgm@gnu.org>
8881         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
8882         (authors-obsolete-files-regexps, authors-ignored-files)
8883         (authors-ambiguous-files, authors-renamed-files-alist):
8884         Add more entries.
8886 2012-02-23  Juri Linkov  <juri@jurta.org>
8888         * isearch.el (isearch-occur): Sync interactive spec with occur's
8889         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
8891         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8893 2012-02-22  Juri Linkov  <juri@jurta.org>
8895         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8896         (ucs-insert): Doc fix.  Check for hex digits in the string.
8897         Don't display `nil' in the error message.  (Bug#10857)
8899 2012-02-22  Alan Mackenzie  <acm@muc.de>
8901         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
8903 2012-02-22  Glenn Morris  <rgm@gnu.org>
8905         * ffap.el (ffap-c-path):
8906         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
8908 2012-02-22  Chong Yidong  <cyd@gnu.org>
8910         * custom.el (load-theme): Doc fix.
8912 2012-02-22  Glenn Morris  <rgm@gnu.org>
8914         * dired-x.el (dired-guess-shell-alist-default):
8915         Remove escape sequences from nroff output.  (Bug#172)
8917 2012-02-21  Glenn Morris  <rgm@gnu.org>
8919         * vc/emerge.el (emerge-defvar-local):
8920         Set `permanent-local' property rather than unused `preserved'.
8922         * textmodes/picture.el (picture-delete-char): New alias.
8923         (picture-mode-map): Use it.  (Bug#10860)
8924         (picture-mode): Doc fix.
8926 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
8928         * newcomment.el (uncomment-region-default): Remove unused binding.
8930 2012-02-21  Glenn Morris  <rgm@gnu.org>
8932         * textmodes/picture.el (picture-motion, picture-motion-reverse)
8933         (picture-self-insert, picture-tab-chars): Doc fix.
8934         (picture-mode-map): Fix C-a, C-e.
8936 2012-02-20  Glenn Morris  <rgm@gnu.org>
8938         * emacs-lisp/authors.el (authors-aliases): Add another entry.
8940 2012-02-20  Leo Liu  <sdl.web@gmail.com>
8942         * icomplete.el (icomplete-completions): Check FROM arg before
8943         passing to substring (Bug#10850).
8945 2012-02-19  Chong Yidong  <cyd@gnu.org>
8947         * comint.el: Require ansi-color.
8948         (comint-output-filter-functions): Add ansi-color-process-output.
8950         * ansi-color.el: Don't set comint-output-filter-functions; it is
8951         now in the initial value defined in comint.el.
8952         (ansi-color-apply-face-function): New variable.
8953         (ansi-color-apply-on-region): Use it.
8954         (ansi-color-apply-overlay-face): New function.
8956         * shell.el (shell): No need to require ansi-color.
8957         (shell-mode): Use ansi-color-apply-face-function to highlight
8958         color escapes using font-lock-face property (Bug#10835).
8960 2012-02-19  Chong Yidong  <cyd@gnu.org>
8962         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8963         mode-line formats (Bug#10839).
8965 2012-02-18  Glenn Morris  <rgm@gnu.org>
8967         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8969         * mail/undigest.el (unforward-rmail-message): Doc fix.
8971         * saveplace.el (save-place-ignore-files-regexp): Add :version.
8973 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
8975         * international/characters.el (script-list): Sync with the latest
8976         Unicode Character Database.
8978 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
8980         * international/titdic-cnv.el: Remove duplicate coding tag.
8981         * language/cham.el: Likewise.
8982         * language/tai-viet.el: Likewise.
8984 2012-02-18  Glenn Morris  <rgm@gnu.org>
8986         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8987         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8988         (calendar-bahai-all-holidays-flag, calendar-other-dates):
8989         * calendar/diary-lib.el (diary-abbreviated-year-flag):
8990         * calendar/holidays.el (holiday-bahai-holidays)
8991         (calendar-holidays, list-holidays):
8992         Use utf-8 Bahá'í in doc-strings, menus, etc.
8994 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
8996         * saveplace.el (save-place-ignore-files-regexp): New variable
8997         allowing for excluding files from saving their location of point.
8998         The default value matches the temporary commit message editing
8999         files from Git, SVN, Bazaar, and Mercurial.
9000         (save-place-to-alist): Use it.
9002 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
9003             Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * newcomment.el (uncomment-region-default): Don't leave extra space
9006         when an arg is provided (bug#8150).
9008 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
9010         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
9012 2012-02-17  Glenn Morris  <rgm@gnu.org>
9014         * net/socks.el: Require network-stream.  (Bug#10599)
9016 2012-02-17  Kenichi Handa  <handa@m17n.org>
9018         * international/charprop.el:
9019         * international/uni-name.el:
9020         * international/uni-old-name.el:
9021         * international/uni-comment.el: Regenerate.
9023 2012-02-16  Glenn Morris  <rgm@gnu.org>
9025         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9026         Interactively in calendar buffer, give an error if not on a date.
9028 2012-02-15  Glenn Morris  <rgm@gnu.org>
9030         * shell.el (shell-delimiter-argument-list):
9031         Revert 2011-02-17 change.  (Bug#8027)
9033 2012-02-15  Chong Yidong  <cyd@gnu.org>
9035         * minibuffer.el (completion-at-point-functions): Doc fix.
9037         * custom.el (defcustom): Doc fix; note use of defvar.
9039 2012-02-15  Glenn Morris  <rgm@gnu.org>
9041         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9042         Doc fixes.
9044 2012-02-14  Glenn Morris  <rgm@gnu.org>
9046         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9048 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
9050         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
9051         way the ports list is computed.
9052         (smtpmail-query-smtp-server): Prompt the user for a port number if
9053         we can't connect to any of the standard ports (bug#10810).
9055 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9057         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9059 2012-02-13  Glenn Morris  <rgm@gnu.org>
9061         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
9063 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
9065         * net/gnutls.el (gnutls-trustfiles): New variable.
9066         (gnutls-negotiate): Use it.
9068 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
9070         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
9071         does its stuff if Gnus is running.
9073 2012-02-13  Alan Mackenzie  <acm@muc.de>
9075         Fix a loop in c-set-fl-decl-start.
9077         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
9078         c-backward-syntactic-ws actually moves backwards.
9080 2012-02-13  Leo Liu  <sdl.web@gmail.com>
9082         * net/rcirc.el (rcirc-markup-attributes): Move point to the
9083         beginning so that all \C-o chars are removed.
9085 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
9087         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
9089 2012-02-12  Alan Mackenzie  <acm@muc.de>
9091         Fix infinite loop with long macros.
9092         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
9094 2012-02-12  Chong Yidong  <cyd@gnu.org>
9096         * window.el (display-buffer): Doc fix (Bug#10785).
9098 2012-02-12  Glenn Morris  <rgm@gnu.org>
9100         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9101         (x-disown-selection-internal, x-get-selection-internal):
9102         Sync docs with the xselect.c versions.
9104         * allout-widgets.el: Add missing license notice.
9106 2012-02-11  Glenn Morris  <rgm@gnu.org>
9108         * select.el (x-get-selection-internal, x-own-selection-internal)
9109         (x-disown-selection-internal):
9110         * x-dnd.el (x-get-selection-internal): Update declarations.
9112         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
9114         * window.el (window-sides-slots):
9115         * tool-bar.el (tool-bar-position):
9116         * term/xterm.el (xterm-extra-capabilities):
9117         * ses.el (ses-self-reference-early-detection):
9118         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
9119         (verilog-auto-wire-type)
9120         (verilog-auto-delete-trailing-whitespace)
9121         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
9122         (verilog-auto-tieoff-declaration):
9123         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
9124         (sql-oracle-statement-starters, sql-oracle-scan-on):
9125         * progmodes/prolog.el (prolog-align-comments-flag)
9126         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
9127         (prolog-left-indent-regexp, prolog-paren-indent-p)
9128         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
9129         (prolog-types, prolog-mode-specificators)
9130         (prolog-determinism-specificators, prolog-directives)
9131         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
9132         (prolog-electric-dot-flag)
9133         (prolog-electric-dot-full-predicate-template)
9134         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
9135         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
9136         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
9137         (prolog-program-switches, prolog-prompt-regexp)
9138         (prolog-debug-on-string, prolog-debug-off-string)
9139         (prolog-trace-on-string, prolog-trace-off-string)
9140         (prolog-zip-on-string, prolog-zip-off-string)
9141         (prolog-use-standard-consult-compile-method-flag)
9142         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
9143         (prolog-imenu-max-lines, prolog-info-predicate-index)
9144         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
9145         (prolog-char-quote-workaround):
9146         * progmodes/cc-vars.el (c-defun-tactic):
9147         * net/tramp.el (tramp-encoding-command-interactive)
9148         (tramp-local-end-of-line):
9149         * net/soap-client.el (soap-client):
9150         * net/netrc.el (netrc-file):
9151         * net/gnutls.el (gnutls):
9152         * minibuffer.el (completion-category-overrides)
9153         (completion-cycle-threshold)
9154         (completion-pcm-complete-word-inserts-delimiters):
9155         * man.el (Man-name-local-regexp):
9156         * mail/feedmail.el (feedmail-display-full-frame):
9157         * international/characters.el (glyphless-char-display-control):
9158         * eshell/em-ls.el (eshell-ls-date-format):
9159         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
9160         (lisp-lambda-list-keyword-parameter-indentation)
9161         (lisp-lambda-list-keyword-parameter-alignment):
9162         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
9163         * dired-x.el (dired-omit-verbose):
9164         * cus-theme.el (custom-theme-allow-multiple-selections):
9165         * calc/calc.el (calc-highlight-selections-with-faces)
9166         (calc-lu-field-reference, calc-lu-power-reference)
9167         (calc-note-threshold):
9168         * battery.el (battery-mode-line-limit):
9169         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
9170         (archive-7z-update):
9171         * allout.el (allout-prefixed-keybindings)
9172         (allout-unprefixed-keybindings)
9173         (allout-inhibit-auto-fill-on-headline)
9174         (allout-flattened-numbering-abbreviation):
9175         * allout-widgets.el (allout-widgets-auto-activation)
9176         (allout-widgets-icons-dark-subdir)
9177         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
9178         (allout-widgets-theme-dark-background)
9179         (allout-widgets-theme-light-background)
9180         (allout-widgets-item-image-properties-emacs)
9181         (allout-widgets-item-image-properties-xemacs)
9182         (allout-widgets-run-unit-tests-on-load)
9183         (allout-widgets-time-decoration-activity)
9184         (allout-widgets-hook-error-post-time)
9185         (allout-widgets-track-decoration):
9186         Add missing :version tags to new defcustoms and defgroups.
9188         * progmodes/sql.el (sql-ansi-statement-starters)
9189         (sql-oracle-statement-starters): Add custom type.
9191         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
9192         (prolog-system-version): Give it a type.
9194 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
9196         * term/pc-win.el (x-select-text, x-selection-owner-p)
9197         (x-own-selection-internal, x-disown-selection-internal)
9198         (x-get-selection-internal): Sync doc strings and argument lists
9199         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
9201 2012-02-11  Leo Liu  <sdl.web@gmail.com>
9203         * progmodes/python.el (python-end-of-statement): Fix infinite
9204         loop.  (Bug#10788)
9206 2012-02-10  Glenn Morris  <rgm@gnu.org>
9208         * international/mule-cmds.el (unify-8859-on-encoding-mode)
9209         (unify-8859-on-decoding-mode): Properly mark as obsolete.
9211 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
9213         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
9214         about SMTP before checking the From header.
9216         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
9217         into own function for reuse by emacsbug.el.
9219 2012-02-10  Leo Liu  <sdl.web@gmail.com>
9221         * subr.el (condition-case-unless-debug): Rename from
9222         condition-case-no-debug.  All callers changed.
9223         (with-demoted-errors): Fix caller.
9225         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
9226         * nxml/rng-valid.el (rng-do-some-validation):
9227         * emacs-lisp/package.el (package-refresh-contents)
9228         (package-menu-execute):
9229         * desktop.el (desktop-create-buffer):
9230         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
9232 2012-02-10  Glenn Morris  <rgm@gnu.org>
9234         * textmodes/bibtex.el:
9235         Add missing :version tags for new/changed defcustoms.
9237         * files.el (remote-file-name-inhibit-cache): Doc fixes.
9239 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
9241         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
9242         (smtpmail-via-smtp): Use it, or fall back on the From address.
9243         (smtpmail-send-it): Ditto.
9245 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9247         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
9248         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
9249         (byte-compile-tmp-var): New const.
9250         (byte-compile-defvar): Use it to minimize .elc size.
9251         Just use `defvar' rather than simulate it (bug#10761).
9253 2012-02-09  Glenn Morris  <rgm@gnu.org>
9255         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
9257         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
9258         Add :version tags.
9260         * progmodes/compile.el (compilation-error-screen-columns)
9261         (compilation-first-column, compilation-filter-start): Doc fixes.
9263         * vc/log-view.el (log-view-toggle-entry-display):
9264         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
9266         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
9267         (report-emacs-bug-can-use-xdg-email):
9268         (report-emacs-bug-insert-to-mailer): Doc fixes.
9269         (report-emacs-bug): Message fix.
9271         * net/browse-url.el (browse-url-can-use-xdg-open)
9272         (browse-url-xdg-open): Doc fixes.
9274         * electric.el (electric-indent-mode, electric-pair-mode)
9275         (electric-layout-rules, electric-layout-mode): Doc fixes.
9276         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
9278 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
9280         * server.el (server-unselect-display): Don't inadvertently kill
9281         the current buffer.  (Bug#10729)
9283 2012-02-08  Glenn Morris  <rgm@gnu.org>
9285         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
9286         (sql-list-table): Doc fixes.
9288         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
9289         Comment out (does nothing).
9291         * completion.el (dynamic-completion-mode):
9292         * dirtrack.el (dirtrack-debug-mode):
9293         * electric.el (electric-layout-mode):
9294         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
9295         * face-remap.el (text-scale-mode, buffer-face-mode):
9296         * iimage.el (iimage-mode):
9297         * image-mode.el (image-transform-mode):
9298         * minibuffer.el (completion-in-region-mode):
9299         * scroll-lock.el (scroll-lock-mode):
9300         * simple.el (next-error-follow-minor-mode):
9301         * tar-mode.el (tar-subfile-mode):
9302         * tooltip.el (tooltip-mode):
9303         * vcursor.el (vcursor-use-vcursor-map):
9304         * wid-browse.el (widget-minor-mode):
9305         * emulation/tpu-edt.el (tpu-edt-mode):
9306         * emulation/tpu-extras.el (tpu-cursor-free-mode):
9307         * international/iso-ascii.el (iso-ascii-mode):
9308         * language/thai-util.el (thai-word-mode):
9309         * mail/supercite.el (sc-minor-mode):
9310         * net/goto-addr.el (goto-address-mode):
9311         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
9312         * progmodes/cwarn.el (cwarn-mode):
9313         * progmodes/flymake.el (flymake-mode):
9314         * progmodes/glasses.el (glasses-mode):
9315         * progmodes/hideshow.el (hs-minor-mode):
9316         * progmodes/pascal.el (pascal-outline-mode):
9317         * textmodes/enriched.el (enriched-mode):
9318         * vc/smerge-mode.el (smerge-mode):
9319         Doc fixes (minor mode argument).
9321 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
9323         * ls-lisp.el (ls-lisp-sanitize): New function.
9324         (ls-lisp-insert-directory): Use it to fix or remove any elements
9325         in file-alist with missing attributes.  (Bug#4673)
9327 2012-02-07  Alan Mackenzie  <acm@muc.de>
9329         Fix spurious recognition of c-in-knr-argdecl.
9331         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
9332         putative K&R region.
9334 2012-02-07  Alan Mackenzie  <acm@muc.de>
9336         * progmodes/cc-engine.el (c-forward-objc-directive):
9337         Prevent looping in "#pragma mark @implementation".
9339 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
9341         * notifications.el (notifications-on-closed-signal): Make `reason'
9342         optional.  (Bug#10744)
9344 2012-02-07  Glenn Morris  <rgm@gnu.org>
9346         * emacs-lisp/easy-mmode.el (define-minor-mode):
9347         Doc fixes for the macro and the mode it defines.
9349         * image.el (imagemagick-types-inhibit): Doc fix.
9351         * cus-start.el (imagemagick-render-type): Add it.
9353 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
9355         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
9356         Set the default at load time, too, so that `font-lock-fontify-buffer'
9357         can be called without setting up the entire mode first.  This fixes
9358         a bug in `mm-inline-text' with C MIME parts.
9360 2012-02-06  Chong Yidong  <cyd@gnu.org>
9362         * simple.el (list-processes--refresh): Delete exited processes
9363         (Bug#8094).
9365         * comint.el (comint-next-prompt): next-single-char-property-change
9366         and prev-single-char-property-change never return nil (Bug#8657).
9368         * custom.el (defcustom): Doc fix (Bug#9711).
9370 2012-02-05  Chong Yidong  <cyd@gnu.org>
9372         * cus-edit.el (custom-variable-reset-backup): Quote the value
9373         before storing it in the customized-value property (Bug#6712).
9374         (custom-display): Add a customization type tag.
9375         (custom-buffer-create-internal): Improve tooltip message.
9377         * wid-edit.el (widget-field-value-get): New optional arg to
9378         suppress trailing whitespace truncation.
9379         (character): Use it (Bug#2689).
9381 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
9383         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
9384         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
9386 2012-02-05  Chong Yidong  <cyd@gnu.org>
9388         * cus-edit.el (custom-variable-value-create): For mismatched
9389         types, show the current value (Bug#7600).
9391         * custom.el (defcustom): Doc fix.
9393 2012-02-05  Glenn Morris  <rgm@gnu.org>
9395         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
9397 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
9399         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
9400         (pp-buffer): Use `ignore-errors', `looking-at-p'.
9401         (pp-last-sexp): Use `looking-at-p'.
9403 2012-02-04  Glenn Morris  <rgm@gnu.org>
9405         * files.el (revert-buffer):
9406         Doc fix (mention revert-buffer-in-progress-p).
9408         * emacs-lisp/ert-x.el (ert-simulate-command):
9409         Check deferred-action-list (which is obsolete) is bound.
9411         * subr.el (with-wrapper-hook): Doc fixes.
9413         * simple.el (filter-buffer-substring-functions)
9414         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
9416 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
9418         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
9419         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
9421 2012-02-04  Leo Liu  <sdl.web@gmail.com>
9423         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
9425 2012-02-04  Glenn Morris  <rgm@gnu.org>
9427         * image.el (image-extension-data): Add obsolete alias.
9429         * isearch.el (isearch-update): Doc fix.
9431         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
9433         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
9435 2012-02-03  Glenn Morris  <rgm@gnu.org>
9437         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
9438         (image-animate-timeout): Doc fix.
9440         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
9442 2012-02-02  Glenn Morris  <rgm@gnu.org>
9444         * server.el (server-auth-dir): Doc fix.
9445         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
9447         * subr.el (run-mode-hooks): Doc fix.
9449 2012-02-02  Juri Linkov  <juri@jurta.org>
9451         * image-mode.el (image-toggle-display-image): Remove tautological
9452         `major-mode' from the `derived-mode-p' test.
9454 2012-02-02  Kenichi Handa  <handa@m17n.org>
9456         * composite.el (compose-region): Cancel previous change.
9458 2012-02-02  Kenichi Handa  <handa@m17n.org>
9460         * composite.el (compose-region, compose-string): Signal error for
9461         a null string component (Bug#6988).
9463 2012-02-01  Chong Yidong  <cyd@gnu.org>
9465         * view.el (view-buffer-other-window, view-buffer-other-frame):
9466         Handle special modes like view-buffer (Bug#10650).
9467         (view-buffer): Simplify.
9469         * frame.el (set-frame-font): Tweak meaning of third argument.
9471         * dynamic-setting.el (font-setting-change-default-font):
9472         Use set-frame-font (Bug#9982).
9474 2012-02-01  Glenn Morris  <rgm@gnu.org>
9476         * progmodes/compile.el (compilation-internal-error-properties):
9477         Respect compilation-first-column in the "*compilation*" buffer.
9479         * emacs-lisp/easy-mmode.el (define-minor-mode):
9480         Relax :variable's test for a named function.
9482 2012-01-31  Alan Mackenzie  <acm@muc.de>
9484         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
9485         off by one error.
9487 2012-01-31  Chong Yidong  <cyd@gnu.org>
9489         * frame.el (set-frame-font): New arg ALL-FRAMES.
9491         * menu-bar.el (menu-set-font): Use set-frame-font.
9493         * faces.el (face-spec-reset-face): Don't apply unspecified
9494         attribute values to the default face.
9496 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
9498         * progmodes/cwarn.el (cwarn): Remove dead link.
9499         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
9500         Remove * from defcustom docstrings.
9501         (turn-on-cwarn-mode): Make obsolete.
9502         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
9503         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9505 2012-01-31  Glenn Morris  <rgm@gnu.org>
9507         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9508         Fix :variable handling of mode a symbol not equal to modefun.
9509         Allow named functions to be used as the cdr of :variable.
9511 2012-01-30  Glenn Morris  <rgm@gnu.org>
9513         * emacs-lisp/authors.el (authors-fixed-entries):
9514         Remove reference to deleted file rnewspost.el.
9516 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
9518         * window.el (window-with-parameter): Remove unused variable `windows'.
9519         (window--side-check): Remove unused variable `code'.
9520         (window--resize-siblings): Remove unused variable `first'.
9521         (adjust-window-trailing-edge): Remove unused variable `failed'.
9522         (window-deletable-p, window--delete): Remove unused variable `buffer'.
9523         Use `let', not `let*'.
9524         (balance-windows-2): Remove unused variable `found'.
9525         (window--state-put-2): Remove unused variable `splits'.
9526         (window-state-put): Remove unused variable `selected'.
9527         (same-window-p): Use `string-match-p'.
9528         (display-buffer-assq-regexp): Remove unused variable `value'.
9529         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9530         Mark argument ALIST as ignored.
9531         (pop-to-buffer): Remove unused variable `old-window'.
9533 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
9535         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
9536         and .lzma compressed files.
9538 2012-01-29  Chong Yidong  <cyd@gnu.org>
9540         * frame.el (window-system-default-frame-alist): Doc fix.
9542         * dynamic-setting.el (font-setting-change-default-font): Don't
9543         change the default face if SET-FONT argument is non-nil (Bug#9982).
9545 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
9547         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
9549 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
9551         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
9552         breakpoints in files outside current directory (Bug#6098).
9554 2012-01-29  Chong Yidong  <cyd@gnu.org>
9556         * progmodes/python.el: Require ansi-color at top-level.
9558         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
9559         Define and use in Emacs Lisp mode (Bug#9360).
9560         (lisp-mode-abbrev-table): Add doc.
9561         (lisp-mode-variables): Don't set local-abbrev-table.
9562         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
9564 2012-01-28  Roland Winkler  <winkler@gnu.org>
9566         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
9568 2012-01-28  Roland Winkler  <winkler@gnu.org>
9570         * textmodes/bibtex.el (bibtex-entry-alist): New function.
9571         (bibtex-set-dialect): Use it.  Either set global values of
9572         dialect-dependent variables or bind these variables buffer-locally
9573         (Bug#10254).
9574         (bibtex-mode): Call bibtex-set-dialect via
9575         hack-local-variables-hook.
9576         (bibtex-dialect): Update docstring.
9577         Add safe-local-variable predicate.
9578         (bibtex-entry-alist, bibtex-field-alist): Initialize via
9579         bibtex-set-dialect.
9580         (bibtex-mode-map): Define menu for each dialect.
9581         (bibtex-entry): Fix docstring.
9583 2012-01-28  Chong Yidong  <cyd@gnu.org>
9585         * eshell/esh-arg.el (eshell-quote-argument): New function.
9587         * eshell/esh-ext.el (eshell-invoke-batch-file):
9588         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
9589         first arg to eshell-parse-command (Bug#10523).
9591 2012-01-28  Drew Adams  <drew.adams@oracle.com>
9593         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
9594         `default-directory' is non-nil.
9596 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
9598         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
9599         line that displays system-configuration-options.  (Bug#9924)
9601 2012-01-28  Drew Adams  <drew.adams@oracle.com>
9603         * descr-text.el (describe-char): Show information about POS, in
9604         addition to information about the character at POS.  Improve and
9605         update the doc string.  Change "code point" to "code point in
9606         charset", to avoid confusion with the character's Unicode code
9607         point shown above that.  (Bug#10129)
9609 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
9611         * descr-text.el (describe-char): Show the raw character, not only
9612         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
9613         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
9614         for the reasons.
9616 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
9618         * emacs-lisp/package.el (package-install):
9619         Run package-refresh-contents if there is no archive yet (Bug#9798).
9621 2012-01-28  Chong Yidong  <cyd@gnu.org>
9623         * emacs-lisp/package.el (package-maybe-load-descriptor):
9624         New function, split from package-maybe-load-descriptor.
9625         (package-maybe-load-descriptor): Use it.
9626         (package-download-transaction): Fully load required packages
9627         inside the loop, so that `require' calls work (Bug#10593).
9628         (package-install): No need to call package-initialize now.
9630 2012-01-28  Chong Yidong  <cyd@gnu.org>
9632         * simple.el (deactivate-mark): Doc fix (Bug#8614).
9634         * tooltip.el (tooltip-mode): Doc fix.
9635         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
9637         * frame.el (set-cursor-color): Doc fix (Bug#352).
9639         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
9640         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
9642         * cus-edit.el (custom-buffer-create-internal): Fix search button
9643         action (Bug#10542).
9644         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
9646 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
9648         * dired.el (dired-mark-files-regexp):
9649         Include any subdirectory components.  (Bug#10445)
9651 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
9653         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
9654         Handle [host]:port syntax.  (Bug#10533)
9656 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
9658         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
9660 2012-01-26  Glenn Morris  <rgm@gnu.org>
9662         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
9663         * term.el (term-raw-escape-map): Use Control-X-prefix.
9664         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
9666 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
9668         * window.el (window-state-get, window--state-get-1): Don't deal
9669         with fixed-sizeness of windows.  Simplify code.
9671 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
9673         * window.el (window--state-get-1, window--state-put-2):
9674         Don't save and restore the mark.
9676 2012-01-25  Chong Yidong  <cyd@gnu.org>
9678         * custom.el (custom-variable-p): Doc fix.
9680 2012-01-25  Glenn Morris  <rgm@gnu.org>
9682         * dired.el (dired-goto-file): Handle some of the more common
9683         characters that `ls -b' escapes.  (Bug#10596)
9685         * progmodes/compile.el (compilation-next-error-function):
9686         Respect compilation-first-column in the "*compilation*" buffer.
9687         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
9689         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
9691 2012-01-24  Glenn Morris  <rgm@gnu.org>
9693         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
9695 2012-01-24  Julien Danjou  <julien@danjou.info>
9697         * color.el (color-rgb-to-hsl): Fix value computing.
9698         (color-hue-to-rgb): New function.
9699         (color-hsl-to-rgb): New function.
9700         (color-clamp, color-saturate-hsl, color-saturate-name)
9701         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
9702         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
9704 2012-01-24  Glenn Morris  <rgm@gnu.org>
9706         * vc/vc-rcs.el (vc-rcs-create-tag):
9707         * vc/vc-sccs.el (vc-sccs-create-tag):
9708         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
9710 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
9712         * eshell/esh-util.el (eshell-read-hosts-file):
9713         Skip comment lines.  (Bug#10549)
9715         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
9717 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
9719         * subr.el (display-delayed-warnings): Doc fix.
9720         (collapse-delayed-warnings): New function to collapse identical
9721         adjacent warnings.
9722         (delayed-warnings-hook): Add it.
9724 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
9726         * net/tramp.el (tramp-action-login): Set connection property "login-as".
9728         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9729         (tramp-default-user-alist): Don't add "pscp".
9730         (tramp-do-copy-or-rename-file-out-of-band): Use connection
9731         property "login-as", if set.  (Bug#10530)
9733 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
9735         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
9736         "plink1" and "psftp".  (Bug#10530)
9738 2012-01-21  Kenichi Handa  <handa@m17n.org>
9740         * international/mule-cmds.el (prefer-coding-system): Show a
9741         warning message if the default value of file-name-coding-system
9742         was not changed.
9744 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
9746         * windmove.el (windmove-reference-loc):
9747         Fix windmove-reference-loc miscalculation.
9749 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
9751         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
9752         default unit.
9754 2012-01-21  Glenn Morris  <rgm@gnu.org>
9756         * international/mule.el (auto-coding-alist): Add .tbz.
9758         * files.el (local-enable-local-variables): Doc fix.
9759         (inhibit-local-variables-regexps): Rename from
9760         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
9761         Doc fix.  Add some extensions from auto-coding-alist.
9762         (inhibit-local-variables-suffixes):
9763         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
9764         (inhibit-local-variables-p):
9765         New function, extracted from set-auto-mode-1.
9766         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
9767         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
9768         (hack-local-variables): Doc fix.  Make the mode-only case
9769         respect enable-local-variables and friends.
9770         Respect inhibit-local-variables-regexps for file-locals, but
9771         not for directory-locals.
9772         (set-visited-file-name):
9773         Take account of inhibit-local-variables-regexps.
9774         Whether it applies may change as the file name is changed.
9775         * jka-cmpr-hook.el (jka-compr-install):
9776         * jka-compr.el (jka-compr-uninstall):
9777         Update for inhibit-first-line-modes-suffixes name change.
9779 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
9781         * help-macro.el (make-help-screen): Temporarily restore original
9782         binding for minor-mode-map-alist (Bug#10454).
9784 2012-01-19  Julien Danjou  <julien@danjou.info>
9786         * color.el (color-name-to-rgb): Use the white color to find the max
9787         color component value and return correctly computed values.
9788         (color-name-to-rgb): Add missing float conversion for max value.
9790 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
9792         * window.el (window--state-get-1, window-state-get): Do not use
9793         special state value for window-persistent-parameters.
9794         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
9795         (window--state-put-2): Reset all window parameters to nil before
9796         assigning values of persistent parameters.
9798 2012-01-18  Alan Mackenzie  <acm@muc.de>
9800         Eliminate sluggishness and hangs in fontification of "semicolon
9801         deserts".
9803         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
9804         Change value 10000 -> 3000.
9805         (c-state-safe-place): Reformulate so it doesn't stack up an
9806         infinite number of wrong entries in c-state-nonlit-pos-cache.
9807         (c-determine-limit-get-base, c-determine-limit): New functions to
9808         determine backward search limits disregarding literals.
9809         (c-find-decl-spots): Amend commenting.
9810         (c-cheap-inside-bracelist-p): New function which detects "={".
9812         * progmodes/cc-fonts.el
9813         (c-make-font-lock-BO-decl-search-function): Give a limit to a
9814         backward search.
9815         (c-font-lock-declarations): Fix an occurrence of point being
9816         undefined.  Check additionally for point being in a bracelist or
9817         near a macro invocation without a semicolon so as to avoid a
9818         fruitless time consuming search for a declarator.  Give a more
9819         precise search limit for declarators using the new
9820         c-determine-limit.
9822 2012-01-18  Glenn Morris  <rgm@gnu.org>
9824         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9825         (set-auto-mode): Doc fixes.
9827 2012-01-17  Glenn Morris  <rgm@gnu.org>
9829         * isearch.el (search-nonincremental-instead): Fix doc typo.
9831         * dired.el (dired-insert-directory): Handle newlines in directory name.
9832         (dired-build-subdir-alist): Unescape newlines in directory name.
9834 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
9836         * net/tramp.el (tramp-local-end-of-line): New defcustom.
9837         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9838         (tramp-action-terminal): Use it.  (Bug#10530)
9840 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9842         * minibuffer.el (completion--replace): Strip properties (bug#10062).
9844 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
9846         * window.el (window-state-ignored-parameters): Remove variable.
9847         (window--state-get-1): Rename argument MARKERS to IGNORE.
9848         Handle persistent window parameters.  Make copy of clone-of
9849         parameter only if requested.  (Bug#10348)
9850         (window--state-put-2): Install a window parameter only if it has
9851         a non-nil value or an existing parameter shall be overwritten.
9853 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
9855         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9857 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
9859         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9860         don't pass the (nil) value of `upnode' to string-match.
9862 2012-01-14  Chong Yidong  <cyd@gnu.org>
9864         * startup.el (command-line): Fix X resource class for cursorColor.
9865         Fix values recognized by the cursorBlink resource.
9867 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
9869         * epg.el (epg--make-temp-file): Avoid permission race condition
9870         when running on old Emacs versions (bug#10403).
9872 2012-01-14  Glenn Morris  <rgm@gnu.org>
9874         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9876 2012-01-13  Alan Mackenzie  <acm@muc.de>
9878         Fix filling for when filladapt mode is enabled.
9880         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9881         c-mask-paragraph, pass in `fill-paragraph' rather than
9882         `fill-region-as-paragraph'.  (This is a reversion of a previous
9883         change.)
9884         * progmodes/cc-mode.el (c-basic-common-init):
9885         Make fill-paragraph-handle-comment buffer local and set it to nil.
9887 2012-01-13  Glenn Morris  <rgm@gnu.org>
9889         * dired.el (dired-switches-escape-p): New function.
9890         (dired-insert-directory): Use dired-switches-escape-p.
9891         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
9893         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
9895 2012-01-12  Glenn Morris  <rgm@gnu.org>
9897         * mail/sendmail.el (mail-mode): Update paragraph-separate for
9898         changes in adaptive-fill-regexp.  (Bug#10276)
9900 2012-01-11  Alan Mackenzie  <acm@muc.de>
9902         Fix Emacs bug #10463 - put `widen's around the critical spots.
9904         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
9905         widen around each invocation of c-state-pp-to-literal.  Remove an
9906         unused let variable.
9908 2012-01-11  Glenn Morris  <rgm@gnu.org>
9910         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
9911         Doc fix.
9913 2012-01-10  Chong Yidong  <cyd@gnu.org>
9915         * net/network-stream.el (network-stream-open-starttls):
9916         Avoid emitting a confusing error message when the server gives a bad
9917         response to the capability command.
9919 2012-01-10  Glenn Morris  <rgm@gnu.org>
9921         * mail/unrmail.el (unrmail): Tweak previous change.
9923 2012-01-09  Chong Yidong  <cyd@gnu.org>
9925         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9927 2012-01-08  Alan Mackenzie  <acm@muc.de>
9929         Optimise font locking in long enum definitions.
9931         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9932         arm to a cond form to handle enums.
9933         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9934         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9936 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
9938         * files.el (move-file-to-trash): Preserve default file modes on error.
9939         (Bug#10401)
9941 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943         * faces.el (set-face-attribute): Clarify the meaning of the nil
9944         frame (bug#10294).
9946         * subr.el (with-selected-frame): Mention that the selected frame
9947         is restored (bug#9980).
9949         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9950         (bug#9759).
9952         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
9953         (password-read): Don't autoload unused function.
9955 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
9957         * progmodes/which-func.el (which-func-mode): Turn into a
9958         non-interactive function and mark as obsolete (bug#10428).
9960 2012-01-06  Chong Yidong  <cyd@gnu.org>
9962         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9963         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9964         functions, along with 1 and -1.
9966 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
9968         * time.el (display-time-load-average)
9969         (display-time-default-load-average): Doc fixes.  See the thread
9970         starting at
9971         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9972         for the details.
9974 2012-01-06  Glenn Morris  <rgm@gnu.org>
9976         * mail/unrmail.el (unrmail): Give an explicit error if the input file
9977         has no messages.  (Bug#10377)
9979         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9980         than Info-edit.  (Bug#10385)
9982         * time.el (display-time-load-average, display-time-next-load-average):
9983         Doc fixes.
9985         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9986         local setting of buffer-read-only to the input buffer.  (Bug#10419)
9988         * calendar/calendar.el (calendar-mode):
9989         Locally set scroll-margin to 0.  (Bug#10379)
9991 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
9993         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
9995 2012-01-05  Glenn Morris  <rgm@gnu.org>
9997         * eshell/em-unix.el (diff-no-select): Autoload it.
9998         (eshell/diff): Use diff-no-select.  (Bug#10420)
10000 2012-01-05  Chong Yidong  <cyd@gnu.org>
10002         * shell.el (shell-dynamic-complete-functions): Revert last change.
10003         (shell-command-completion-function): New function.
10004         (shell-completion-vars): Use it to implement
10005         shell-completion-execonly (Bug#10417).
10007         * custom.el (enable-theme): Don't set custom-safe-themes.
10009         * cus-theme.el (custom-theme-merge-theme):
10010         Ignore custom-enabled-themes and custom-safe-themes.
10012 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
10014         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10015         first prompt in `sql-interacive-mode'.
10016         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
10017         keywords.
10018         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
10019         (sql-product-interactive): Bug fix: Set `sql-buffer' in
10020         context of original buffer.  Invoke `sql-login-hook'.
10022 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
10024         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10025         letters in cite-prefix.
10027 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10031 2012-01-03  Chong Yidong  <cyd@gnu.org>
10033         * shell.el (shell-dynamic-complete-functions):
10034         Put pcomplete-completions-at-point, so as to try
10035         comint-filename-completion first (Bug#10417).
10037 2012-01-02  Richard Stallman  <rms@gnu.org>
10039         * battery.el (battery-status-function):
10040         Detect when to use battery-yeeloong-sysfs.
10041         (battery-echo-area-format): Add string for Yeeloong.
10042         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
10043         (battery-yeeloong-sysfs): New function.
10045 2012-01-02  Chong Yidong  <cyd@gnu.org>
10047         * dirtrack.el (dirtrack-list): Eliminate unused third element.
10048         (dirtrack): Merge code for handling relative filenames in prompt
10049         from shell-dir-cookie-watcher.
10050         (dirtrack-debug-message): New arg to avoid excess format calls.
10052         * shell.el (shell-dir-cookie-re): Variable deleted.
10053         (shell-dir-cookie-watcher): Function deleted.
10054         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
10055         with dirtrack-mode.
10057 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
10059         * term/w32-win.el (dynamic-library-alist) <gnutls>:
10060         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
10061         libgnutls-26.dll.
10063 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
10065         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10067 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
10069         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
10070         headers of non-MIME messages, when rmail-enable-mime is non-nil.
10072 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
10074         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
10075         also for alternative shells.
10076         (tramp-open-connection-setup-interactive-shell): Check, whether
10077         the shell is a busybox.
10078         (tramp-send-command): Don't suppress multiple prompts for
10079         busyboxes, it hurts.
10081 2011-12-28  Chong Yidong  <cyd@gnu.org>
10083         * progmodes/gdb-mi.el (gdb-get-source-file-list)
10084         (gdb-get-source-file): Move mode line update to
10085         gdb-get-source-file (Bug#10087).
10087 2011-12-25  Chong Yidong  <cyd@gnu.org>
10089         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
10090         gud-gdb-marker-filter without taking it as an argument.
10091         (gud-gdb-run-command-fetch-lines): Caller changed.
10092         (gud-gdb-completion-function): New variable.
10093         (gud-gdb-completion-at-point): Use it.
10094         (gud-gdb-completions-1): Split from gud-gdb-completions.
10096         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
10097         function as separate arguments.
10098         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
10099         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
10100         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
10101         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
10102         (gdb-stopped, def-gdb-auto-update-trigger)
10103         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
10104         (gdb-get-changed-registers, gdb-get-main-selected-frame):
10105         Callers changed.
10106         (gud-gdbmi-completions): New function.
10107         (gdb): Use it for generating the completion table.
10109 2011-12-24  Alan Mackenzie  <acm@muc.de>
10111         Introduce a mechanism to widen the region used in context font
10112         locking.  Use this to protect declarations from losing their contexts.
10114         * progmodes/cc-langs.el (c-before-font-lock-functions):
10115         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
10116         (c-before-context-fontification-functions): New defvar, a list of
10117         functions to be run just before context (etc.) font locking.
10119         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
10120         New, functionality extracted from
10121         c-neutralize-syntax-in-and-mark-CPP.
10122         (c-in-after-change-fontification): New variable.
10123         (c-after-change): Set c-in-after-change-fontification.
10124         (c-set-fl-decl-start): Rejig its interface, so it can be called
10125         from both after-change and context fontifying.
10126         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
10127         New functions.
10128         (c-standard-font-lock-fontify-region-function): New variable.
10129         (c-font-lock-fontify-region): New function.
10131 2011-12-24  Juri Linkov  <juri@jurta.org>
10133         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
10134         (Bug#10348)
10136 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
10138         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
10139         existence of source file.  (Bug#10325)
10141 2011-12-23  Alan Mackenzie  <acm@muc.de>
10143         Fix unstable fontification inside templates.
10145         * progmodes/cc-langs.el (c-before-font-lock-functions):
10146         Newly created from the singular version.  The (c c++ objc) entry now
10147         additionally has c-set-fl-decl-start.  The other languages (apart
10148         from AWK) have that as a single entry.
10150         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10151         The functionality for "local" declarations has been extracted to
10152         c-set-fl-decl-start.
10154         * progmodes/cc-mode.el (c-common-init, c-after-change):
10155         Changes due to pluralisation of c-before-font-lock-functions.
10156         (c-set-fl-decl-start): New function, extracted from
10157         c-font-lock-enclosing-decls and enhanced.
10159 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
10161         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
10163 2011-12-22  Juri Linkov  <juri@jurta.org>
10165         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
10167 2011-12-22  Chong Yidong  <cyd@gnu.org>
10169         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
10171 2011-12-21  Drew Adams  <drew.adams@oracle.com>
10173         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
10175 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
10177         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
10179 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10181         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
10182         highlighting and support.  Fix up comments for capitalization.
10183         (cfengine-mode-debug): New var.
10184         (cfengine3-mode): Change the modeline indicator to "CFE3".
10185         (cfengine3-font-lock-keywords): Improve defun highlighting.
10186         (cfengine2-actions): Rename from `cfengine-actions'.
10187         (cfengine2-font-lock-keywords): Rename from
10188         `cfengine-font-lock-keywords'.
10189         (cfengine2-imenu-expression): Rename from
10190         `cfengine-imenu-expression'.
10191         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
10192         (cfengine2-beginning-of-defun): Rename from
10193         `cfengine-beginning-of-defun'.
10194         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
10195         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
10196         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
10197         modeline indicator to "CFE2".
10198         (cfengine-mode): Defalias to `cfengine-auto-mode'.
10199         (cfengine-mode-abbrevs): Mark obsolete.
10201 2011-12-21  Chong Yidong  <cyd@gnu.org>
10203         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
10204         filename argument.
10206 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
10208         * window.el (window-normalize-buffer-to-display): Remove.
10209         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
10211 2011-12-19  Chong Yidong  <cyd@gnu.org>
10213         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
10214         Don't signal an error in a predicate function; return non-nil.
10215         (vc-dir-mark-file): Move the error here.
10216         (vc-dir-mark-unmark): If acting on the region, keep going if one
10217         of the entries cannot be marked/unmarked.
10218         (vc-dir-mark-all-files): If current entry is a directory, mark
10219         only child files, as documented.
10221 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10223         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
10224         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
10225         addition.
10227 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
10229         * term/ns-win.el (ns-get-selection-internal)
10230         (ns-store-selection-internal): Declare.
10231         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
10232         Declare as obsolete.
10233         (ns-get-pasteboard, ns-paste-secondary):
10234         Use ns-get-selection-internal.
10235         (ns-set-pasteboard, ns-copy-including-secondary):
10236         Use ns-store-selection-internal.
10238 2011-12-17  Chong Yidong  <cyd@gnu.org>
10240         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
10241         (vc-deduce-fileset): Doc fix.
10243 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
10245         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
10247 2011-12-13  Sam Steingold  <sds@gnu.org>
10249         * man.el (Man-getpage-in-background): When running under a
10250         window-system, ignore $MANWIDTH and $COLUMNS.
10252 2011-12-15  Kenichi Handa  <handa@m17n.org>
10254         * language/ethio-util.el: Change coding tag to utf-8-emacs.
10255         (setup-ethiopic-environment-internal): Comment out key-binding for
10256         ethio-toggle-punctuation.
10258 2011-12-13  Alan Mackenzie  <acm@muc.de>
10260         Add the switch statement to AWK Mode.
10262         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
10263         "default" to the keywords regexp.
10265         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
10266         expression as the rest.
10267         (c-nonlabel-token-key): Allow string literals for AWK.
10268         Refactor for the other modes.
10270         Large brace-block initialisation makes CC Mode slow: Fix.
10271         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
10272         routines.  Limit backward searching in c-font-lock-enclosing.decl.
10274         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
10275         pp-state and literal type in addition to the limits.
10276         (c-state-safe-place): New defun, extracted from c-state-literal-at.
10277         (c-state-literal-at): Use the above new defun.
10278         (c-slow-in-literal, c-fast-in-literal): Remove.
10279         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
10281         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
10282         being in a literal.  Add a limit for backward searching.
10284         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
10285         c-slow-in-literal.
10287 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10289         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
10291 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
10293         * window.el (delete-other-windows): Use correct frame in call to
10294         window-with-parameter.
10296 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
10298         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
10299         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
10300         (makefile-gmake-statements, makefile-makepp-statements):
10301         Use it and add new makepp keywords.
10302         (makefile-makepp-font-lock-keywords): Add new patterns.
10303         (makefile-match-function-end): Match new [...] and [[...]].
10305 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
10307         * ses.el (ses-call-printer-return, ses-cell-property-get)
10308         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
10309         (ses-create-cell-variable, ses-reset-header-string)
10310         (ses-cell-set-formula, ses-repair-cell-reference-all)
10311         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
10312         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
10313         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
10314         (ses-aset-with-undo, ses-load, ses-truncate-cell)
10315         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
10316         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
10317         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
10318         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
10319         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
10320         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
10321         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
10322         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
10324 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10326         * ses.el: The overall change is to add cell renaming, that is
10327         setting fancy names for cell symbols other than name matching
10328         "\\`[A-Z]+[0-9]+\\'" regexp .
10329         (ses-create-cell-variable): New defun.
10330         (ses-relocate-formula): Relocate formulas only for cells the
10331         symbols of which are not renamed, i.e. symbols whose names do not
10332         match regexp "\\`[A-Z]+[0-9]+\\'".
10333         (ses-relocate-all): Relocate values only for cells the symbols of
10334         which are not renamed.
10335         (ses-load): Create cells variables as the (ses-cell ...) are read,
10336         in order to check row col consistency with cell symbol name only
10337         for cells that are not renamed.
10338         (ses-replace-name-in-formula): New defun.
10339         (ses-rename-cell): New defun.
10341 2011-12-11  Chong Yidong  <cyd@gnu.org>
10343         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
10344         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
10346 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
10348         * window.el (other-window): Fix docstring.
10350 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
10352         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
10353         `from' or `to' address before taking its substring.
10354         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
10355         encoded name is chopped in the middle of the encoded string, and
10356         thus displayed encoded.
10358 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
10360         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
10362 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
10364         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
10365         to use texinfo-update-node and commands that call it if the
10366         Texinfo file uses @node lines without next/prev/up pointers.
10367         Correct outdated description about texinfo-master-menu.
10368         (texinfo-all-menus-update, texinfo-master-menu)
10369         (texinfo-update-node, texinfo-every-node-update)
10370         (texinfo-multiple-files-update): Doc fix.  Warn against updating
10371         all the @node lines.
10372         (texinfo-master-menu): Only call texinfo-update-node if the prefix
10373         argument is numeric.  Explain better in the doc string what the
10374         function really does.
10375         (texinfo-insert-master-menu-list): Improve the error message
10376         displayed if there's no menu in the Top node.
10377         (Bug#2975)  See also this thread:
10378         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
10380 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
10382         * speedbar.el (speedbar-supported-extension-expressions):
10383         Add .adb and .ads, commonly used for Ada source code (bug#10256).
10385 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
10387         * printing.el (pr-mode-alist):
10388         * simple.el (filter-buffer-substring-functions)
10389         (completion-list-insert-choice-function):
10390         * window.el (window-with-parameter, window-atom-root)
10391         (window-sides-slots, window-size-fixed, window-min-delta)
10392         (window-max-delta, window--resize-mini-window)
10393         (window--resize-child-windows-normal, window-tree)
10394         (delete-other-windows, quit-window, split-window)
10395         (display-buffer-record-window, special-display-buffer-names)
10396         (special-display-regexps, special-display-popup-frame)
10397         (same-window-p, split-window-sensibly)
10398         (display-buffer-overriding-action, display-buffer-alist)
10399         (display-buffer-base-action, display-buffer, switch-to-buffer)
10400         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
10401         (fit-window-to-buffer, recenter-positions)
10402         (mouse-autoselect-window-state, mouse-autoselect-window-select):
10403         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
10404         and remove unneeded backslashes in docstrings.
10406 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10408         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
10410         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
10411         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
10412         end in ".mk".
10413         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
10414         when reading the makefile (bug#10116).
10416 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10418         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
10419         (bug#10116).
10421 2011-12-06  Glenn Morris  <rgm@gnu.org>
10423         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
10425 2011-12-06  Chong Yidong  <cyd@gnu.org>
10427         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
10429 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
10431         * textmodes/table.el (table-shorten-cell): Fix typo.
10433 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
10435         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
10437 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
10439         * descr-text.el (describe-char): Fix display of strong
10440         right-to-left characters and directional embeddings and overrides.
10442         * simple.el (what-cursor-position): Fix display of codepoints of
10443         strong right-to-left characters.
10445 2011-12-05  Chong Yidong  <cyd@gnu.org>
10447         * faces.el (read-color): Doc fix.
10449 2011-12-05  Glenn Morris  <rgm@gnu.org>
10451         * align.el (align--set-marker): Add doc-string.
10452         Don't try to move something that is not a marker.  (Bug#10216)
10454 2011-12-04  Glenn Morris  <rgm@gnu.org>
10456         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
10457         overly zealous deletion of trailing whitespace.
10459 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
10461         * server.el (server-delete-client): On Windows, do not try to delete
10462         the only terminal.
10463         (server-process-filter): On Windows, treat requests for a tty frame as
10464         if they were for a GUI frame if the running server is in GUI mode.
10466 2011-12-03  Glenn Morris  <rgm@gnu.org>
10468         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
10470 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10472         * electric.el: Streamline electric-indent's hook.
10473         (electric-indent-chars): Revert to simple list.
10474         (electric-indent-functions): New var.
10475         (electric-indent-post-self-insert-function): Use it.
10477         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
10478         there's no inferior buffer (bug#10196).
10479         (prolog-consult-compile): Don't use toggle-read-only.
10481 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
10483         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
10484         interrupt.  (Bug#10187)
10486 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
10489         (bug#9160).
10491         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
10492         (bug#10191).
10494 2011-12-02  Juri Linkov  <juri@jurta.org>
10496         * info.el (Info-search): Display "end of manual" when Isearch
10497         reaches the end of single-file Info manual.  (Bug#9918)
10499 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
10501         * isearch.el (isearch-message-prefix): Run the input method part
10502         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
10504 2011-12-02  Juri Linkov  <juri@jurta.org>
10506         * isearch.el (isearch-occur): Use `word-search-regexp' for
10507         `isearch-word'.
10508         (isearch-search-and-update): Add condition for `isearch-word' and
10509         call `word-search-regexp'.  (Bug#10145)
10511 2011-12-01  Glenn Morris  <rgm@gnu.org>
10513         * eshell/em-hist.el (eshell-hist-initialize):
10514         Handle eshell-history-size nil and HISTSIZE set or unset.
10515         (eshell-history-file-name, eshell-history-size): Fix custom type.
10517 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10519         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
10521 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
10523         * progmodes/verilog-mode.el (verilog-pretty-expr):
10524         Rework verilog-pretty-expr to handle new assignment operators in system
10525         verilog, such as += *= and the like.
10526         (verilog-assignment-operator-re): Regular expression to find the
10527         assigment operator in a verilog assignment.
10528         (verilog-assignment-operation-re): Regular expression to find an
10529         assignment statement for pretty-expr.
10530         (verilog-in-attribute-p): Query returns true if point is in an
10531         attribute context; used to skip these for expression line up from
10532         pretty-expr.
10533         (verilog-in-parameter-p): Query returns true if point is in an
10534         parameter definition context; used to skip these for expression
10535         line up from pretty-expr.
10536         (verilog-in-parenthesis-p): Query returns true if point is in a
10537         parenthetical expression, specifically ( ) but not [ ] or { };
10538         used by pretty-expr.
10539         (verilog-just-one-space): If there is no space, don't add one.
10540         (verilog-get-lineup-indent-2): Specifically skip just attribute
10541         contexts for expression lineup, rather than skipping all
10542         parenthetical expressions.
10543         (verilog-calculate-indent): Fix comment, and fix indent.
10544         (verilog-do-indent): Indent declarations in lists (suggested by
10545         Joachim Lechner).
10546         (verilog-mode-abbrev-table): Populate abbrev mode with the various
10547         skeleton items.
10548         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
10549         by Alain Mellan).
10551 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
10553         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
10554         parameters with embedded comments.  Reported by Ray Stevens.
10555         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
10556         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
10557         Reported by Tim Holt.
10558         (verilog-auto): Fix AUTOing a upper module then AUTOing module
10559         instantiated by upper module causing wrong expansion until AUTOed a
10560         second time.  Reported by K C Buckenmaier.
10561         (verilog-diff-auto): Fix showing .* as a difference when
10562         `verilog-auto-star-save' off.  Reported by Dan Dever.
10563         (verilog-auto-reset, verilog-read-always-signals)
10564         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
10565         temporary signals in reset list if
10566         verilog-auto-reset-blocking-in-non is nil, and match assignment
10567         style to each signal's assignment type, bug381.
10568         Reported by Thomas Esposito.
10569         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
10570         (verilog-uvm-statement-re): Support UVM indentation and
10571         highlighting, with old OVM keywords only.
10572         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
10573         Support AUTOTIEOFF creating non-wire data types.
10574         Suggested by Jonathan Greenlaw.
10575         (verilog-auto-insert-lisp, verilog-delete-to-paren)
10576         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
10577         (verilog-inject-sense, verilog-read-inst-pins)
10578         (verilog-read-sub-decls, verilog-read-sub-decls-line):
10579         Fix mismatching parenthesis inside commented out code when deleting
10580         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
10581         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
10582         non-numeric vector width.  Reported by Alex Reed.
10583         (verilog-auto-ascii-enum): Add "onehot" option to work around not
10584         detecting signals with parameter widths.  Reported by Alex Reed.
10585         (verilog-auto-delete-trailing-whitespace):
10586         With `verilog-auto-delete-trailing-whitespace' remove trailing
10587         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
10588         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
10589         Fix verilog-scan-cache corruption when running user AUTO expansion
10590         hooks that call indentation routines.
10591         (verilog-simplify-range-expression): Fix typo ignoring lower case
10592         identifiers.
10593         (verilog-delete-auto): Fix delete-autos to also remove user created
10594         automatics, as long as they start with AUTO.
10595         (verilog-batch-diff-auto, verilog-diff-auto)
10596         (verilog-diff-function): Add `verilog-diff-auto' and bind to
10597         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
10598         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
10599         (verilog-in-paren-quick, verilog-re-search-backward-quick)
10600         (verilog-re-search-forward-quick, verilog-syntax-ppss):
10601         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
10602         is disabled and its cache will get corrupt, causing AUTOS not to
10603         expand.  Instead use only -quick functions.
10604         (verilog-scan-region): Fix scanning over escaped quotes.
10605         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
10606         (verilog-re-search-backward-quick)
10607         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
10608         related functions now ignore strings, to fix misparsing of strings
10609         with magic comments embedded in them.
10610         (verilog-read-auto-template):
10611         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
10612         Reported by Brad Dobbie.
10613         (verilog-read-auto-template):
10614         Fix 'verilog-auto-inst-template-numbers' with comments.
10615         Reported by Brad Dobbie.
10616         (verilog-auto-inst, verilog-auto-inst-param)
10617         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
10618         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
10619         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
10620         debugging templates without merge conflicts, bug357.
10621         Reported by Brad Dobbie.
10622         (verilog-read-auto-template):
10623         Fix verilog-auto-inst-template-numbers with multiple templates.
10624         Reported by Brad Dobbie.
10625         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
10626         abbrevs so user won't be asked to save.
10627         (verilog-read-auto-lisp-present): Fix to start at beginning of
10628         buffer in case called outside of verilog-auto.
10629         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
10630         to "X-2".  Reported by Matthew Myers.
10631         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
10632         all inputs from module templates.  Reported by Leith Johnson.
10633         (verilog-module-inside-filename-p): Fix locating programs as with
10634         modules.
10635         (verilog-auto-inst-port): Fix vl-width expressions when using
10636         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
10637         (verilog-decls-get-regs, verilog-decls-get-signals,
10638         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
10639         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
10640         verilog-read-decls): Combine reg and wire structures into one var
10641         structure to represent SystemVerilog concepts.
10642         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
10643         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
10644         (verilog-auto-wire-type, verilog-insert-definition):
10645         Add verilog-auto-wire-type and AUTOLOGIC to support using
10646         SystemVerilog "logic" keyword instead of "wire"/"reg".
10647         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
10648         to declares outputs that also have assignments (presumably in an
10649         ifdef or generate if so there's not a driver conflict).
10650         Reported by Matthew Myers.
10651         (verilog-auto-declare-nettype, verilog-insert-definition):
10652         Add verilog-auto-declare-nettype to fix declarations using
10653         `default_nettype none.  Reported by Julian Gorfajn.
10654         (verilog-read-always-signals-recurse, verilog-read-decls)
10655         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
10656         malformed end statement, bug325.  Reported by Joshua Wise and
10657         Andrew Drake.
10658         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
10659         (verilog-inst-comment-re): Fix not deleting Interfaced comment
10660         when expanding .* in interfaces, bug320.
10661         Reported by Pierre-David Pfister.
10662         (verilog-read-module-name): Fix import statements between module
10663         name and open parenthesis, bug317.
10664         Reported by Pierre-David Pfister.
10665         (verilog-simplify-range-expression): Fix simplification of
10666         multiplications inside AUTOWIRE connections, bug303.
10667         (verilog-auto-inst-port): Support parameter expansion in
10668         multidimensional arrays.
10669         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
10670         after "assert property".  Reported by Julian Gorfajn.
10671         (verilog-simplify-range-expression): Fix "couldn't merge" errors
10672         with multiplication, bug303.
10673         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
10674         Reported by Jan Frode Lonnum.
10676 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
10678         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
10679         (hfy-shell-file-name, hfy-shell):
10680         * international/fontset.el (x-decompose-font-name): Fix typos.
10682 2011-11-29  Ken Brown  <kbrown@cornell.edu>
10684         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10685         (gdb-version): Remove defvar.
10686         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
10687         (gdb-gud-context-command, gdb-non-stop-handler)
10688         (gdb-current-context-command, gdb-stopped): Use it.
10689         (gdb-init-1): Enable pretty printing here.
10690         (gdb-non-stop-handler): Don't enable pretty-printing here.
10691         Check to see if the target supports non-stop mode; if not, turn off
10692         non-stop mode.  Use the following.
10693         (gdb-check-target-async): New defun.
10694         (gud-watch, gdb-stopped): Fix whitespace.
10695         (gdb-get-source-file): Don't try to display the source file if
10696         `gdb-main-file' is nil.
10698 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10700         * align.el: Try to generate fewer markers (bug#10047).
10701         (align--set-marker): New macro.
10702         (align-region): Use it.
10704 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10706         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
10708 2011-11-29  Chong Yidong  <cyd@gnu.org>
10710         * indent.el (indent-for-tab-command, indent-according-to-mode):
10711         Doc fix.
10712         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
10714 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
10716         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
10717         aware of remote file names.  (Bug#10124)
10719 2011-11-29  Chong Yidong  <cyd@gnu.org>
10721         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
10723 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10725         * files.el (find-file): Don't use force-same-window (bug#10144).
10726         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
10727         use pop-to-buffer if the selected window can't be used.
10728         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
10730 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
10732         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
10733         special-mode-map.
10735 2011-11-28  Chong Yidong  <cyd@gnu.org>
10737         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
10739 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
10741         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
10742           gdb-get-source-file-list on gdb-create-source-file-list.
10744 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
10746         * whitespace.el (whitespace-newline): Use a different foreground
10747         color for 16-color light-background displays.
10749 2011-11-24  Chong Yidong  <cyd@gnu.org>
10751         * window.el (display-buffer--special-action): Doc fix.
10753 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
10755         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
10756         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
10757         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
10758         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
10759         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
10760         (avl-tree-stack-first):
10761         * emacs-lisp/cconv.el (cconv--analyse-use):
10762         * net/gnutls.el (gnutls-negotiate): Fix typos.
10764 2011-11-24  Glenn Morris  <rgm@gnu.org>
10766         * lpr.el (lpr-windows-system, lpr-lp-system):
10767         * mail/binhex.el (binhex-begin-line):
10768         * progmodes/grep.el (grep-history, grep-find-history):
10769         * textmodes/flyspell.el:
10770         * vc/pcvs-defs.el (cvs-global-menu):
10771         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
10772         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
10773         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
10775         * net/tls.el: Fix case of "GnuTLS".
10777         * paths.el (rmail-file-name): Format doc-string for make-docfile.
10779         * version.el (emacs-build-system): Give it a doc-string.
10781 2011-11-24  Juri Linkov  <juri@jurta.org>
10783         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
10785 2011-11-24  Glenn Morris  <rgm@gnu.org>
10787         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
10788         if called on a non-mime message just toggle the headers.  (Bug#8006)
10790 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
10792         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
10793         (allout-lead-with-comment-string, allout-structure-deleted-hook)
10794         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
10795         (allout-rebullet-heading, allout-open-sibtopic)
10796         (allout-toggle-current-subtree-encryption)
10797         (allout-toggle-subtree-encryption, allout-encrypt-string)
10798         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
10799         (allout-distinctive-bullets-string, allout-auto-activation):
10800         * window.el (window-normalize-buffer-to-display):
10801         * progmodes/verilog-mode.el (verilog-batch-indent):
10802         * textmodes/bibtex.el (bibtex-field-braces-opt)
10803         (bibtex-field-strings-opt):
10804         * vc/cvs-status.el (cvs-tree-merge):
10805         Fix typos.
10807 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
10809         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10810         `non-essential' to t, in order to avoid remote connections.
10812 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
10814         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10815         On MS-DOS and MS-Windows, compare with loaddefs.el
10816         case-insensitively.
10818 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
10820         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
10822 2011-11-23  Glenn Morris  <rgm@gnu.org>
10824         * paths.el (rmail-file-name): Reformat the doc-string so that it
10825         is picked up.
10827         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10828         (rmail-auto-file): Ignore case in the "special" field names,
10829         as mail-fetch-field does for all others.
10831         * mail/rmail.el (rmail-forward):
10832         * mail/rmailkwd.el (rmail-set-label):
10833         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10834         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
10836         * mail/rmail.el (rmail-current-message): Doc fix.
10838         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
10840 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10842         * server.el (server-eval-and-print): Allow C-g (bug#6585).
10844 2011-11-22  Glenn Morris  <rgm@gnu.org>
10846         * mail/rmailmm.el (test-rmail-mime-handler)
10847         (test-rmail-mime-bulk-handler)
10848         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10850 2011-11-21  Juri Linkov  <juri@jurta.org>
10852         * calc/calc.el (calc-read-key-sequence):
10853         Let-bind `input-method-function' to nil.  (Bug#10018)
10855 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10858         Tell the caller that the next line needs recomputation, even
10859         though it doesn't start a sexp (bug#10094).
10861 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10863         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10865 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10868         Use force-same-window.
10870 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
10872         * descr-text.el (describe-char-unicode-data):
10873         * json.el (json-string-escape):
10874         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10875         (Footnote-unicode, Footnote-style-p):
10876         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10878 2011-11-20  Chong Yidong  <cyd@gnu.org>
10880         * window.el (replace-buffer-in-windows): Restore interactive spec.
10882 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10884         * electric.el (electric-indent-mode): Fix last change (too optimistic).
10886         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10887         (byte-compile-global-not-obsolete-vars): New var.
10888         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10889         Use it.
10890         (byte-compile-warn-obsolete): Align text with the one in *Help*.
10892 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
10894         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10895         * progmodes/pascal.el (electric-pascal-equal):
10896         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10897         * xml.el (xml-substitute-special): Fix typos.
10899 2011-11-20  Glenn Morris  <rgm@gnu.org>
10901         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10902         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10903         Doc fixes.
10904         (rmail-decode-mime-charset): Mark as obsolete.
10906         * mail/rmailsum.el (rmail-message-regexp-p-1):
10907         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10908         Before using mime functions, check they are set.  (Bug#10077)
10910 2011-11-19  Juri Linkov  <juri@jurta.org>
10912         * info.el (Info-finder-find-node): Use `package--builtins' instead
10913         of `package-alist'.  Use node names formed by the pattern "Keyword "
10914         and the keyword name.
10916 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
10918         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
10920 2011-11-19  Juri Linkov  <juri@jurta.org>
10922         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10923         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
10924         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10925         `old-history', `old-history-forward'.  Add let-binding
10926         `window-selected'.  Remove calls to `kill-buffer',
10927         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
10928         before calling `Info-find-node', so `Info-find-node-2' will reread
10929         the Info file.  Restore window positions only when `window-selected'
10930         is non-nil.
10932 2011-11-19  Juri Linkov  <juri@jurta.org>
10934         * isearch.el (isearch-lazy-highlight-new-loop):
10935         Remove condition `(not isearch-error)'.  (Bug#9918)
10937         * misearch.el (multi-isearch-search-fun): Add condition
10938         `(not bound)' to ignore lazy-highlighting search.
10939         Add the search-failed message "end of multi" when the end of
10940         multi-sequence is reached.  Uncapitalize the search-failed
10941         message "Repeat for next buffer".
10943         * info.el (Info-search): Add the search-failed message
10944         "end of the manual" when the end of the manual is reached
10945         in Isearch mode.
10947 2011-11-19  Juri Linkov  <juri@jurta.org>
10949         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10950         Use non-destructive `remove' instead of `delete' because
10951         `Info-history-list' stored to `Info-isearch-initial-history-list' in
10952         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10954 2011-11-19  Juri Linkov  <juri@jurta.org>
10956         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10957         to nil instead of binding `search-ring' and `regexp-search-ring'.
10958         (Bug#9185)
10960 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
10962         * simple.el (line-move): Force movement by logical lines for any
10963         hscrolled window, not only when auto-hscroll-mode is on.
10964         (line-move-visual): Update doc string to that effect.  (Bug#10076)
10966 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
10968         * language/european.el (macintosh): Define as alias for mac-roman.
10970 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
10972         * mail/rmailmm.el (rmail-mime-display-header)
10973         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10974         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10975         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10976         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10977         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10978         of a raw aref.
10979         (rmail-mime-entity-segment): To get past the tagline, move forward
10980         2 more lines, to account for the 2 empty lines that precede and
10981         follow the line with the buttons.
10982         (rmail-mime-update-tagline): Move one more line, to get past the
10983         empty line that follows the buttons in the tagline.  (Bug#9520)
10985 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
10987         * window.el (window-max-delta-1, window-min-delta-1)
10988         (window-min-size-1, window-state-get-1, window-state-put-1)
10989         (window-state-put-2): Use "window--" prefix.
10991 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10993         * emacs-lisp/smie.el: Improve warnings and conflict detection.
10994         (smie-warning-count): New var.
10995         (smie-set-prec2tab): Use it.
10996         (smie-bnf->prec2): Improve warnings.  Add docstring.
10997         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10998         (smie-bnf--set-class): New function.
10999         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
11000         corner case.
11002         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11003         (compilation-error-properties, compilation-move-to-column):
11004         Handle compilation-first-column while in the target buffer.
11006         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11007         Don't hardcode point-min==1.
11009         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11010         (eshell-rewrite-for-command): Remove workaround.
11011         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11012         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11013         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11015         * files-x.el (modify-file-local-variable): Obey commenting conventions.
11017 2011-11-17  Glenn Morris  <rgm@gnu.org>
11019         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11020         Ignore buffer-local generated-autoload-file if it is the same
11021         as the global value.  (Bug#10049)
11023 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
11025         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11026         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11027         (reftex-toc-previous-heading, reftex-toc-max-level)
11028         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11029         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11030         (reftex-toc-do-promote, reftex-toc-promote-prepare)
11031         (reftex-toc-promote-action, reftex-toc-extract-section-number)
11032         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11033         (reftex-toc-rename-label, reftex-toc-visit-location)
11034         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11035         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11036         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11037         leaving "*toc*" only for references to the buffer.
11039 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
11041         * window.el (window-resize, delete-window, split-window):
11042         Replace window-splits by window-combination-resize.
11043         * cus-start.el (window-splits): Replace by window-combination-resize.
11045 2011-11-17  Glenn Morris  <rgm@gnu.org>
11047         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11048         Make bash entry derive from sh entry, not shell entry.
11050 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
11052         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11053         local file name.
11055 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
11057         * menu-bar.el (menu-bar-file-menu):
11058         * printing.el (pr-ps-utility):
11059         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
11060         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
11061         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
11062         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
11063         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
11064         (icalendar--convert-cyclic-to-ical)
11065         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
11066         (icalendar--convert-ical-to-diary)
11067         (icalendar--convert-recurring-to-diary)
11068         (icalendar--convert-non-recurring-all-day-to-diary)
11069         (icalendar-import-format-sample):
11070         * progmodes/idlw-shell.el (idlwave-shell-mode):
11071         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
11072         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
11073         (vhdl-ps-print-init): Fix typos.
11075 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
11077         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
11078         FSF and collapse date sequence, obscure author/maintainer email address
11079         better, remove extra version line, track relocation of author's webpage.
11081         * progmodes/python.el (python-pdbtrack-input-prompt)
11082         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
11083         regular python pdb prompts.  Adjustments shamelessly taken exactly as
11084         suggested in EmacsWiki page (tiny change):
11085         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
11087 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
11089         * expand.el (expand-pos, expand-index, expand-point):
11090         Remove redundant info from docstring.
11091         (expand-add-abbrevs): Doc fix.
11092         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
11093         (expand-sample-perl-mode-expand-list): Fix typos.
11095         * net/dbus.el (dbus-event-member-name):
11096         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
11097         * term/pc-win.el (msdos-create-frame-with-faces):
11098         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
11100 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
11102         * window.el (split-window, window-state-get-1)
11103         (window-state-put-1, window-state-put-2): Rename occurrences of
11104         window-nest to window-combination-limit.
11105         * cus-start.el (window-nest): Rename to window-combination-limit.
11107 2011-11-16  Chong Yidong  <cyd@gnu.org>
11109         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
11110         regexp (Bug#10033).
11112 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11114         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
11115         `completing-read' will remove *Completions* and will preserve
11116         current-buffer for us.
11117         (tmm-add-prompt): Users of *Completions* will always (re)set its
11118         major mode.
11119         (tmm-old-comp-map): Remove.
11121 2011-11-16  Glenn Morris  <rgm@gnu.org>
11123         * mail/rmailedit.el: Require rmailmm when compiling.
11124         (rmail-old-mime-state): New declaration.
11125         (rmail-edit-current-message): If editing a mime message,
11126         edit the "raw" message from the mbox buffer.
11127         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
11129 2011-11-15  Glenn Morris  <rgm@gnu.org>
11131         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
11132         which wasn't being used.  Add optional arg to force given state.
11133         (rmail-mime): Add optional arg to force given state.
11135 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
11137         * allout.el (allout-encryption-plaintext-sanitization-regexps):
11138         * frame.el (display-mm-dimensions-alist):
11139         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
11140         (outline-move-subtree-down):
11141         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
11142         (newsticker--treeview-do-get-node):
11143         * net/quickurl.el (quickurl-list-buffer-name):
11144         * progmodes/dcl-mode.el (dcl-mode):
11145         * progmodes/gdb-mi.el (gdb-mapcar*):
11146         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
11148 2011-11-15  Glenn Morris  <rgm@gnu.org>
11150         * mail/rmail.el (rmail-file-coding-system): It's only ever used
11151         in a boolean sense, so just make it a boolean, and fix the doc.
11152         (rmail-show-mime-function, rmail-mime-feature)
11153         (rmail-require-mime-maybe): Doc fixes.
11154         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
11156         * mail/rmailmm.el (rmail-show-mime): Doc fix.
11158 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
11160         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
11161         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
11162         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
11163         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
11165 2011-11-15  Glenn Morris  <rgm@gnu.org>
11167         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
11168         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
11169         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
11170         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
11171         (rmail-mime, rmail-show-mime): Doc fixes.
11173         * term/ns-win.el (mode-line-frame-identification):
11174         Leave it alone.  (Bug#10051)
11176         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
11178         * mail/rmailout.el (rmail-output-to-rmail-buffer):
11179         Handle empty buffers.  (Bug#9978)
11181 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
11183         * international/mule.el (define-charset):
11184         * mail/rmailmm.el (rmail-mime-find-header-encoding):
11185         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
11186         * progmodes/verilog-mode.el (verilog-backward-token):
11187         * textmodes/ispell.el (lookup-words):
11188         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
11190 2011-11-14  Glenn Morris  <rgm@gnu.org>
11192         * progmodes/executable.el
11193         (executable-make-buffer-file-executable-if-script-p):
11194         Handle file-modes returning nil.
11196         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
11197         message - not necessary, and causes problems.  (Bug#9831)
11199         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
11201         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
11203         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
11204         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
11205         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
11207 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
11209         * window.el (window-resize, delete-window): Use window-splits
11210         variable instead of function.
11211         (window-state-get-1, window-state-put-2, window-state-put):
11212         Don't deal with windows' splits status.
11214 2011-11-12  Glenn Morris  <rgm@gnu.org>
11216         * apropos.el (apropos-do-all, apropos-library, apropos-value)
11217         (apropos-documentation): Doc fixes.
11219 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
11221         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
11222         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
11224 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11226         * electric.el (electric-indent-post-self-insert-function): Make it
11227         possible for a char to only indent in some circumstances.
11228         (electric-indent-mode): Simplify.
11230 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
11232         * window.el (windows-with-parameter): Remove unused function.
11233         (windows-at-side): Rename to window-at-side-list.
11234         (window-check, window-atom-check, window-atom-check-1)
11235         (window-side-check, window-size-ignore, window-size-fixed-1)
11236         (window-in-direction-2): Prefix with "window--".
11237         (window-tree-1): Rename to window--subtree, fix doc-string.
11239 2011-11-11  Glenn Morris  <rgm@gnu.org>
11241         * subr.el (eval-after-load): If FILE is already loaded,
11242         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
11244 2011-11-10  Glenn Morris  <rgm@gnu.org>
11246         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
11247         Call svn via vc-svn-command rather than vc-do-command.
11248         (vc-svn-command): Add --non-interactive.  (Bug#9993)
11249         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
11251         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11252         Add toggle-read-only.  (Bug#7292)
11253         * files.el (toggle-read-only): Mention that it should only
11254         be used interactively.  (Bug#10006)
11256 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11258         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11259         Adjust regexp for OCaml warnings.
11261         * electric.el (electric-pair-post-self-insert-function): Let user
11262         turn it off buffer-locally (bug#9932).
11264         * progmodes/python.el (python-beginning-of-statement):
11265         Rewrite (bug#2703).
11267         * progmodes/compile.el: Better handle TABs (bug#9749).
11268         (compilation-internal-error-properties)
11269         (compilation-next-error-function): Obey the target buffer's
11270         compilation-error-screen-columns.
11272 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
11274         * progmodes/meta-mode.el: Remove obsolete comments.
11275         (meta-right-comment-regexp, meta-ignore-comment-regexp):
11276         Fix typos in docstrings.
11278 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
11280         * window.el (window-size-fixed-p): Rewrite doc-string.
11281         (window-resizable-p): Rename to window--resizable-p.  Update callers.
11282         (window--resizable): New function.  Make all callers of
11283         window-resizable call window--resizable instead.
11284         (window-resizable): Rewrite in terms of window--resizable.
11286 2011-11-08  Glenn Morris  <rgm@gnu.org>
11288         * progmodes/delphi.el (delphi-mode-syntax-table):
11289         Let define-derived-mode define a proper syntax table.  (Bug#9994)
11291 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11293         * window.el: Stay away from defsubst.
11294         (window-list-no-nils): Remove.
11295         (window-state-get-1, window-state-get): Use backquote instead.
11297 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11299         * emacs-lisp/find-func.el (find-function-read):
11300         Fix incorrect use of default argument in `completing-read'.
11302 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
11304         * window.el (display-buffer-function, special-display-function):
11305         Mention display-buffer-record-window but do not mention
11306         help-setup parameter in doc-strings.
11307         (window-min-delta): Fix doc-string typo.
11309 2011-11-08  Chong Yidong  <cyd@gnu.org>
11311         * window.el (window-total-height, window-total-width): Doc fix.
11312         (window-body-size): Move from C.
11313         (window-body-height, window-body-width): Move to C.
11315 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11317         * window.el: Make special-display like display-buffer-alist (bug#9532).
11318         (display-buffer--special-action): New function, morphed
11319         from display-buffer--special.
11320         (display-buffer): Use it to handle special-display-buffers at higher
11321         priority (just after display-buffer-alist).
11322         (display-buffer-fallback-action, display-buffer--other-frame-action)
11323         (pop-to-buffer-same-window): Remove display-buffer--special.
11325 2011-11-07  Glenn Morris  <rgm@gnu.org>
11327         * calendar/cal-menu.el (cal-menu-set-date-title):
11328         Do nothing if not in a calendar.  (Bug#9976)
11330 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11332         * files.el (find-file): Always use selected-window.
11334 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
11336         * window.el (window-combinations): Make WINDOW argument
11337         mandatory.  Rewrite doc-string.
11338         (walk-window-subtree, window-atom-check, window-min-delta)
11339         (window-max-delta, window--resize-this-window)
11340         (window--resize-root-window-vertically, window-tree)
11341         (balance-windows, window-state-put): Rewrite doc-strings as to
11342         not mention the term "subwindow".
11343         (window--resize-subwindows-skip-p): Rename to
11344         window--resize-child-windows-skip-p.
11345         (window--resize-subwindows-normal): Rename to
11346         window--resize-child-windows-normal.
11347         (window--resize-subwindows): Rename to
11348         window--resize-child-windows.
11349         (window-or-subwindow-p): Rename to window--in-subtree-p.
11351 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
11353         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
11354         Ensure that mbox format messages end in two newlines (Bug#9974).
11356 2011-11-06  Chong Yidong  <cyd@gnu.org>
11358         * window.el (window-combination-p): Function deleted; its
11359         side-effect is not used in any existing code.
11360         (window-combinations, window-combined-p): Call window-*-child
11361         directly.
11363 2011-11-05  Chong Yidong  <cyd@gnu.org>
11365         * window.el (window-valid-p): Rename from window-any-p.
11366         (window-size-ignore, window-state-get): Callers changed.
11367         (window-normalize-window): Rename from window-normalize-any-window.
11368         New arg LIVE-ONLY, replacing window-normalize-live-window.
11369         (window-normalize-live-window): Delete.
11370         (window-combination-p, window-combined-p, window-combinations)
11371         (walk-window-subtree, window-atom-root, window-min-size)
11372         (window-sizable, window-sizable-p, window-size-fixed-p)
11373         (window-min-delta, window-max-delta, window-resizable)
11374         (window-resizable-p, window-full-height-p, window-full-width-p)
11375         (window-current-scroll-bars, window-point-1, set-window-point-1)
11376         (window-at-side-p, window-in-direction, window-resize)
11377         (adjust-window-trailing-edge, maximize-window, minimize-window)
11378         (window-deletable-p, delete-window, delete-other-windows)
11379         (record-window-buffer, unrecord-window-buffer)
11380         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
11381         (quit-window, split-window, window-state-put)
11382         (set-window-text-height, fit-window-to-buffer)
11383         (shrink-window-if-larger-than-buffer): Callers changed.
11385 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
11387         * mail/rmail.el (rmail-simplified-subject): Decode subject with
11388         rfc2047-decode-string.
11389         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
11390         warnings.
11392         * window.el (window-body-height, window-body-width): Mention in
11393         the doc string that the return values are in frame's canonical
11394         units.  (Bug#9949)
11396 2011-11-03  Alan Mackenzie  <acm@muc.de>
11398         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
11399         change in cc-engine.el.
11401 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11403         * window.el (switch-to-buffer): Use `force-same-window' interactively.
11405 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
11407         * window.el (quit-window): Call unrecord-window-buffer after
11408         showing another buffer in the window.  (Bug#9937)
11409         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
11411 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
11413         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
11414         Accept status with more than 9 shelves.  (Bug#9935)
11415         Reported by Colin D Bennett <colin@gibibit.com>.
11417 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
11419         * help.el (with-help-window): Don't reference
11420         temp-buffer-show-specifiers in doc-string.
11422 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
11424         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
11425         menu-item.
11427 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11429         * whitespace.el: New version 13.2.2.
11430         (whitespace-newline-mode): Disable properly.  Reported by Sarah
11431         <EmacsWiki>.
11433 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
11435         * net/newst-treeview.el: Remove "Time-stamp".
11436         (newsticker--group-manage-orphan-feeds): Do not call
11437         newsticker--treeview-tree-update.
11438         (newsticker-treeview-update, newsticker-treeview):
11439         Call newsticker--treeview-tree-update if necessary.
11441 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
11443         * window.el (window-iso-combination-p, window-iso-combined-p)
11444         (window-iso-combinations): Remove "iso-" infix.
11445         Suggested by Chong Yidong.
11446         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
11447         (window-max-delta-1, window-resize, window--resize-siblings)
11448         (window--resize-this-window, adjust-window-trailing-edge)
11449         (split-window, balance-windows-1)
11450         (shrink-window-if-larger-than-buffer):
11451         * calendar/calendar.el (calendar-generate-window):
11452         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
11454 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11456         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
11457         in place (bug#9907).
11458         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
11459         (eshell-rewrite-if-command, eshell-rewrite-for-command)
11460         (eshell-structure-basic-command, eshell-rewrite-while-command)
11461         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
11462         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
11463         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
11464         (eshell-do-pipelines-synchronously, eshell-eval-command):
11465         Use backquotes and prefer setq to set.
11466         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
11467         (eshell-macrop): Use functionp.
11468         (eshell-do-eval): Handle multiple expressions in `while' body.
11470 2011-10-30  Chong Yidong  <cyd@gnu.org>
11472         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
11473         instead of set-mark (Bug#9810).
11475 2011-10-30  Chong Yidong  <cyd@gnu.org>
11477         * window.el (split-window-below, split-window-right): Rename from
11478         split-window-above-each-other and split-window-side-by-side
11479         respectively.  All callers changed.
11480         (split-window-sensibly, split-window-sensibly): Use them.
11481         (split-window-keep-point): Doc fix.
11483         * isearch.el: Add isearch-scroll property to split-window-below
11484         and split-window-right.
11486         * follow.el (follow-mode):
11487         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11488         * progmodes/ada-xref.el (ada-gdb-application):
11489         * emulation/vip.el (vip-buffer-in-two-windows):
11490         * image-dired.el (image-dired-dired-with-window-configuration):
11491         * dired-x.el (dired-do-find-marked-files):
11492         * dired.el (dired-pop-to-buffer):
11493         * bs.el (bs--show-with-configuration):
11494         * vc/emerge.el (emerge-setup-windows):
11495         * textmodes/two-column.el (2C-two-columns):
11496         * textmodes/reftex-toc.el (reftex-toc):
11497         * progmodes/gdb-mi.el (gdb-setup-windows):
11498         * progmodes/fortran.el (fortran-window-create):
11499         * net/newst-treeview.el (newsticker--treeview-window-init):
11500         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
11501         * emulation/tpu-edt.el (tpu-gold-map):
11502         * emulation/crisp.el (crisp-mode-map):
11503         * calendar/calendar.el (calendar-basic-setup): Callers changed.
11505 2011-10-29  Chong Yidong  <cyd@gnu.org>
11507         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
11509         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
11511         * textmodes/flyspell.el (flyspell-word): Fix char offset for
11512         forged Ispell output (Bug#7904).
11514         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
11516 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11518         * doc-view.el: Avoid ugly errors about not finding nil.
11519         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11520         (doc-view-dvipdf-program, doc-view-unoconv-program)
11521         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
11522         Avoid nil or absolute file name as default value.
11523         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
11525 2011-10-28  Alan Mackenzie  <acm@muc.de>
11527         * progmodes/cc-defs.el (c-version): -> 5.32.2.
11529 2011-10-28  Alan Mackenzie  <acm@muc.de>
11531         Amend the handling of c-beginning/end-of-defun in nested declaration
11532         scopes.
11534         * progmodes/cc-vars.el (c-defun-tactic): Move here from
11535         cc-langs.el.  Change it to a defcustom.
11537         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
11538         cc-vars.el.
11540         * progmodes/cc-engine.el (c-beginning-of-statement-1):
11541         Prevent "class foo : bar" being spuriously recognized as a label.
11543         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
11544         Add parameter `inclusive' (to include enclosing braces in the region).
11545         (c-widen-to-enclosing-decl-scope): New function.
11546         (c-while-widening-to-decl-block): New macro.
11547         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
11548         outward for defun boundaries, and correspondingly change symbol
11549         `respect-enclosure' to `go-outward'.
11550         (c-declaration-limits): Change algorithm to report only the "innermost"
11551         defun's boundaries.
11553 2011-10-28  Deniz Dogan  <deniz@dogan.se>
11555         * net/rcirc.el (rcirc-mode): Use hard newlines.
11557 2011-10-28  Alan Mackenzie  <acm@muc.de>
11559         Amend to indent and fontify macros "which include their own semicolon"
11560         correctly, using the "virtual semicolon" mechanism.
11562         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
11564         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11565         Recode to scan one line at a time rather than having \n and \r
11566         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
11567         (c-forward-label): Amend for virtual semicolons.
11568         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
11570         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
11571         of the new C macros.
11573         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
11574         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
11575         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
11576         (c-opt-cpp-macro-define): Make into a full language variable.
11577         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
11578         AWK Mode (including \n, \r) removed, no longer needed.
11580         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
11581         Invoke c-make-macro-with-semi-re.
11583         * progmodes/cc-vars.el (c-macro-with-semi-re):
11584         (c-macro-names-with-semicolon): New variables.
11585         (c-make-macro-with-semi-re): New function.
11587 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11589         * vc/log-edit.el: Fill empty field rather than adding new one.
11590         (log-edit-add-field): New function.
11591         (log-edit-insert-changelog): Use it.
11593 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
11595         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
11597 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
11600         (gdb--check-interpreter): New function.
11601         (gdb): Use it.
11603 2011-10-27  Glenn Morris  <rgm@gnu.org>
11605         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
11606         (least-positive-float, least-negative-float)
11607         (least-positive-normalized-float, least-negative-normalized-float)
11608         (float-epsilon, float-negative-epsilon):
11609         Remove unnecessary declarations.
11611         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
11612         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
11613         (least-positive-float, least-negative-float)
11614         (least-positive-normalized-float, least-negative-normalized-float)
11615         (float-epsilon, float-negative-epsilon): Add doc-strings,
11616         based on those in cl.texi.
11618         * files.el (set-visited-file-name): If the major-mode changed,
11619         reload the local variables.  (Bug#9796)
11621 2011-10-27  Chong Yidong  <cyd@gnu.org>
11623         * subr.el (change-major-mode-after-body-hook): New hook.
11624         (run-mode-hooks): Run it.
11626         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11627         Use change-major-mode-before-body-hook.
11629         * simple.el (fundamental-mode):
11630         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
11631         change introducing fundamental-mode-hook.
11633 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
11635         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
11637 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
11639         * ido.el (ido-file-name-all-completions-1): Do not require
11640         tramp.el explicitly.  (Bug#7583)
11642 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11644         * progmodes/octave-mod.el:
11645         * progmodes/octave-inf.el: Update maintainer.
11647 2011-10-26  Chong Yidong  <cyd@gnu.org>
11649         * subr.el (with-wrapper-hook): Rewrite doc.
11651 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
11653         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
11654         filenames "/method:foo:".  (Bug#9793)
11656 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11658         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
11659         (bug#9865).
11661 2011-10-24  Glenn Morris  <rgm@gnu.org>
11663         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
11665 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
11667         * notifications.el: Add the requirement of a running D-Bus session
11668         bus to the Commentary.
11670 2011-10-24  Juri Linkov  <juri@jurta.org>
11672         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11673         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
11674         (Bug#9364)
11676 2011-10-24  Juri Linkov  <juri@jurta.org>
11678         * info.el (Info-following-node-name-re): Add newline to the list
11679         of allowed characters for leading space.  (Bug#9824)
11681 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11683         * progmodes/octave-inf.el (inferior-octave-mode-map):
11684         Fix C-c C-h binding.
11685         * progmodes/octave-mod.el (octave-help): Remove.
11687 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
11689         Sync with Tramp 2.2.3.
11691         * net/tramp-cache.el (top): Pacify byte-compiler using
11692         `init-file-user' and `site-run-file'.
11694         * net/trampver.el: Update release number.
11696 2011-10-23  Chong Yidong  <cyd@gnu.org>
11698         * files.el (toggle-read-only): Remove obsolete comment about
11699         version control.
11701         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
11702         for toggle-read-only.  Note that this hasn't called vc-next-action
11703         since 2008-05-02, though it wasn't documented at the time.
11705         * vc/ediff-init.el (ediff-toggle-read-only-function):
11706         Use toggle-read-only.
11708 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
11710         Fix bug #9560, sporadic wrong indentation; improve instrumentation
11711         of c-parse-state.
11713         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11714         correct faulty logical expression.
11715         (c-parse-state-state, c-record-parse-state-state):
11716         (c-replay-parse-state-state): New defvar/defuns.
11717         (c-debug-parse-state): Use new functions.
11719 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
11721         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
11722         last fix.  Use window-in-direction correctly.
11724 2011-10-21  Chong Yidong  <cyd@gnu.org>
11726         * progmodes/idlwave.el (idlwave-mode):
11727         * progmodes/vera-mode.el (vera-mode): No need to set
11728         require-final-newline; that's done in prog-mode.
11729         Suggested by Stefan Monnier.
11731 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
11733         * mouse.el (mouse-drag-window-above)
11734         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
11735         (mouse-drag-mode-line-1, mouse-drag-header-line)
11736         (mouse-drag-vertical-line-rightward-window): Remove.
11737         (mouse-drag-line): New function.
11738         (mouse-drag-mode-line, mouse-drag-header-line)
11739         (mouse-drag-vertical-line): Call mouse-drag-line.
11740         * window.el (window-at-side-p, windows-at-side): New functions.
11742 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
11744         * tar-mode.el (tar-grind-file-mode):
11745         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
11747 2011-10-21  Chong Yidong  <cyd@gnu.org>
11749         * progmodes/idlwave.el (idlwave-mode):
11750         * progmodes/vera-mode.el (vera-mode):
11751         Use mode-require-final-newline.
11753 2011-10-20  Glenn Morris  <rgm@gnu.org>
11755         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
11757 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
11759         * emulation/cua-base.el (cua-set-mark): Fix case of string.
11761 2011-10-20  Chong Yidong  <cyd@gnu.org>
11763         * emulation/cua-base.el (cua-mode):
11764         * mail/footnote.el (footnote-mode):
11765         * mail/mailabbrev.el (mail-abbrevs-mode):
11766         * net/xesam.el (xesam-minor-mode):
11767         * progmodes/bug-reference.el (bug-reference-mode):
11768         * progmodes/cap-words.el (capitalized-words-mode):
11769         * progmodes/compile.el (compilation-minor-mode)
11770         (compilation-shell-minor-mode):
11771         * progmodes/gud.el (gud-tooltip-mode):
11772         * progmodes/hideif.el (hide-ifdef-mode):
11773         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11774         * progmodes/subword.el (subword-mode):
11775         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11776         * progmodes/which-func.el (which-function-mode):
11777         * term/tvi970.el (tvi970-set-keypad-mode):
11778         * term/vt100.el (vt100-wide-mode):
11779         * textmodes/flyspell.el (flyspell-mode):
11780         * textmodes/ispell.el (ispell-minor-mode):
11781         * textmodes/nroff-mode.el (nroff-electric-mode):
11782         * textmodes/paragraphs.el (use-hard-newlines):
11783         * textmodes/refill.el (refill-mode):
11784         * textmodes/reftex.el (reftex-mode):
11785         * textmodes/rst.el (rst-minor-mode):
11786         * textmodes/sgml-mode.el (html-autoview-mode)
11787         (sgml-electric-tag-pair-mode):
11788         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
11789         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
11790         * emulation/crisp.el (crisp-mode):
11791         * emacs-lisp/eldoc.el (eldoc-mode):
11792         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
11793         minor mode behavior.
11795 2011-10-19  Juri Linkov  <juri@jurta.org>
11797         * descr-text.el (describe-char): Add #x2010 and #x2011 to
11798         the list of hard-coded chars with escape-glyph face.
11800 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11802         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
11804 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
11806         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11807         running process.
11809 2011-10-19  Glenn Morris  <rgm@gnu.org>
11811         * vc/vc-bzr.el (vc-bzr-after-dir-status):
11812         Ignore ignored files.  (Bug#9726)
11814 2011-10-19  Chong Yidong  <cyd@gnu.org>
11816         Doc fix for minor modes, stating that an omitted argument enables
11817         the mode unconditionally when called from Lisp.
11819         * abbrev.el (abbrev-mode):
11820         * allout.el (allout-mode):
11821         * autoinsert.el (auto-insert-mode):
11822         * autoarg.el (autoarg-mode, autoarg-kp-mode):
11823         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11824         (global-auto-revert-mode):
11825         * battery.el (display-battery-mode):
11826         * composite.el (global-auto-composition-mode)
11827         (auto-composition-mode):
11828         * delsel.el (delete-selection-mode):
11829         * desktop.el (desktop-save-mode):
11830         * dired-x.el (dired-omit-mode):
11831         * dirtrack.el (dirtrack-mode):
11832         * doc-view.el (doc-view-minor-mode):
11833         * double.el (double-mode):
11834         * electric.el (electric-indent-mode, electric-pair-mode):
11835         * emacs-lock.el (emacs-lock-mode):
11836         * epa-hook.el (auto-encryption-mode):
11837         * follow.el (follow-mode):
11838         * font-core.el (font-lock-mode):
11839         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11840         * help.el (temp-buffer-resize-mode):
11841         * hilit-chg.el (highlight-changes-mode)
11842         (highlight-changes-visible-mode):
11843         * hi-lock.el (hi-lock-mode):
11844         * hl-line.el (hl-line-mode, global-hl-line-mode):
11845         * icomplete.el (icomplete-mode):
11846         * ido.el (ido-everywhere):
11847         * image-file.el (auto-image-file-mode):
11848         * image-mode.el (image-minor-mode):
11849         * iswitchb.el (iswitchb-mode):
11850         * jka-cmpr-hook.el (auto-compression-mode):
11851         * linum.el (linum-mode):
11852         * longlines.el (longlines-mode):
11853         * master.el (master-mode):
11854         * mb-depth.el (minibuffer-depth-indicate-mode):
11855         * menu-bar.el (menu-bar-mode):
11856         * minibuf-eldef.el (minibuffer-electric-default-mode):
11857         * mouse-sel.el (mouse-sel-mode):
11858         * msb.el (msb-mode):
11859         * mwheel.el (mouse-wheel-mode):
11860         * outline.el (outline-minor-mode):
11861         * paren.el (show-paren-mode):
11862         * recentf.el (recentf-mode):
11863         * reveal.el (reveal-mode, global-reveal-mode):
11864         * rfn-eshadow.el (file-name-shadow-mode):
11865         * ruler-mode.el (ruler-mode):
11866         * savehist.el (savehist-mode):
11867         * scroll-all.el (scroll-all-mode):
11868         * scroll-bar.el (scroll-bar-mode):
11869         * server.el (server-mode):
11870         * shell.el (shell-dirtrack-mode):
11871         * simple.el (auto-fill-mode, transient-mark-mode)
11872         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11873         (line-number-mode, column-number-mode, size-indication-mode)
11874         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11875         * strokes.el (strokes-mode):
11876         * time.el (display-time-mode):
11877         * t-mouse.el (gpm-mouse-mode):
11878         * tool-bar.el (tool-bar-mode):
11879         * tooltip.el (tooltip-mode):
11880         * type-break.el (type-break-mode-line-message-mode)
11881         (type-break-query-mode):
11882         * view.el (view-mode):
11883         * whitespace.el (whitespace-mode, whitespace-newline-mode)
11884         (global-whitespace-mode, global-whitespace-newline-mode):
11885         * xt-mouse.el (xterm-mouse-mode): Doc fix.
11887         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11888         Fix autogenerated docstring.
11890 2011-10-19  Juri Linkov  <juri@jurta.org>
11892         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11893         by checking environment variables "DESKTOP_SESSION" and
11894         "XDG_CURRENT_DESKTOP".  (Bug#9779)
11896 2011-10-19  Juri Linkov  <juri@jurta.org>
11898         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11899         (browse-url-chromium-program, browse-url-chromium-arguments):
11900         New defcustoms.
11901         (browse-url-default-browser): Check for `browse-url-chromium' and
11902         call `browse-url-chromium-program'.
11903         (browse-url-chromium): New command.  (Bug#9779)
11905 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
11907         * facemenu.el (list-colors-duplicates): On Windows, detect more
11908         duplicates by assuming that only colors matching "^System" are
11909         special "system colors".  (Bug#9722)
11911 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11914         to distinguish the author from the committer.
11916 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
11918         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11920 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
11922         * international/mule.el (sgml-html-meta-auto-coding-function):
11923         Add support for detecting encoding in HTML5 specified only as
11924         <meta charset="UTF-8">.  Implementation just makes http-equiv and
11925         content-type parts from HTML4 encoding string optional.  (Bug#9716)
11927 2011-10-18  Glenn Morris  <rgm@gnu.org>
11929         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
11931 2011-10-18  Chong Yidong  <cyd@gnu.org>
11933         * faces.el (cursor): Doc fix.
11935 2011-10-17  Chong Yidong  <cyd@gnu.org>
11937         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11939 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
11941         * dirtrack.el (dirtrack): Support shell buffers with path
11942         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
11944 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
11946         * json.el: Bump version to 1.3 and note change in History.
11947         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11949 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11951         * comint.el (comint-insert-input, comint-send-input)
11952         (comint-get-old-input-default, comint-backward-matching-input)
11953         (comint-next-prompt): Use nil instead of `input' for field property of
11954         past user input (bug#114).
11956         * minibuffer.el (completion--replace): Inherit surrounding properties
11957         (bug#114).
11958         (minibuffer-complete-and-exit): Use it.
11960         * comint.el (comint--table-subvert): Quote the all-completions output
11961         (bug#9160).
11963 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
11965         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
11967         * menu-bar.el (menu-bar-file-menu): Add entry for making new
11968         window on right of selected.  (Bug#9350) Reword other window
11969         entries and separate them from frame entries.
11971 2011-10-15  Glenn Morris  <rgm@gnu.org>
11973         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11974         Doc fixes.
11976 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
11978         * net/network-stream.el (network-stream-open-starttls):
11979         Improve detection of failure due to lack of TLS support.
11981         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11982         putting the input text in front and in bold.
11984 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11986         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11988         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11989         empty buffer.
11991         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11992         unread-command-events rather than pushing yet-another event.
11994 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
11996         * mail/sendmail.el (sendmail-query-once): Improve the wording of
11997         the explanation of the possible choices.  Make the options passed
11998         to completing-read shorter.
12000 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12002         * textmodes/flyspell.el (flyspell-large-region): Make sure
12003         extended character mode is used if defined (Bug#1339).
12005 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
12007         * simple.el (what-cursor-position): Fix the display of the
12008         character info for LRE, LRO, RLE, and RLO characters by appending
12009         an invisible PDF.
12011 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12013         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12014         even in case of error; add debug spec; simplify data flow.
12015         (with-timeout-handler): Remove.
12017 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
12019         Fix Bug#6019, Bug#9315.
12021         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12022         complete `buffer-file-name', the local file name part could look
12023         remotely (for example on VMS).
12025         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12026         `tramp-run-real-handler'.
12027         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12028         already quoted by '"'.
12030         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12031         Let `file-name-handler-alist' be nil, the local file name part
12032         could look remotely (for example on VMS).
12034 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12036         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12037         from here...
12038         (flyspell-post-command-hook): ...to here.
12040 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12042         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
12043         if not needed.
12044         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
12045         using completion.  Protect against "slow" callers.
12046         Remove the "message hack".
12048 2011-10-11  Juri Linkov  <juri@jurta.org>
12050         * isearch.el (isearch-lazy-highlight-word): New variable.
12051         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
12052         Use it.  (Bug#9727)
12054 2011-10-11  Glenn Morris  <rgm@gnu.org>
12056         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
12057         like f90-previous-statement does.
12059 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12061         * eshell/eshell.el (eshell-command): History should be saved
12062         only in interactive use, to avoid error.
12064 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12066         * minibuffer.el (completion-file-name-table): Fix last change,
12067         i.e. ignore normal errors but not the other ones.
12069 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
12071         * window.el (special-display-buffer-names)
12072         (special-display-regexps): Remove some remnants of earlier
12073         changes from doc-strings.
12074         (quit-windows-on): New function.
12076         * vc/vc.el (vc-revert, vc-rollback):
12077         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
12078         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
12079         (Bug#6183) (Bug#7074) (Bug#7447)
12081 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
12083         * window.el (frame-auto-hide-function): Add version tag.
12084         (Bug#9699)
12086 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
12088         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
12089         condition.
12091 2011-10-09  Leo Liu  <sdl.web@gmail.com>
12093         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
12094         (Bug#9701)
12096 2011-10-08  Glenn Morris  <rgm@gnu.org>
12098         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
12099         before the first code statement zero indent.  (Bug#9690)
12101 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
12103         * simple.el (count-words-region): Always count in the region.
12104         Report the number of lines and characters too.
12105         (count-words): New command, which counts in the buffer if the
12106         region is inactive, as count-words-region used to.
12107         (count-words--message): New function.  Handle plurals.
12108         (count-lines-region): Make it an alias for count-words-region.
12110         * bindings.el (esc-map): Replace count-lines-region with
12111         count-words-region.
12113 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
12115         * window.el (window--delete): Delete dedicated frame
12116         unconditionally when argument KILL is non-nil.  (Bug#9699)
12117         (switch-to-buffer): Fix doc-string typo.
12119 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12121         * eshell/eshell.el (eshell-command): Avoid using hooks.
12123 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
12125         * bindings.el ([M-left],[M-right]): Bind to left-word and
12126         right-word respectively.
12128 2011-10-07  Glenn Morris  <rgm@gnu.org>
12130         * cus-start.el (debug-on-quit): Fix custom type.
12132 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12134         * subr.el (define-key-after): Clarify that the function is not
12135         useful for non-menu keymaps.
12137         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
12139 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12141         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
12142         in current minibuffer (Fix bug with recursive minibuffers).
12144 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
12146         * progmodes/gdb-mi.el (gdb): Doc fix.
12148 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
12150         * window.el (frame-auto-hide-function): New option replacing
12151         frame-auto-delete.  Suggested by Stefan Monnier.
12152         (window--delete): Call frame-auto-hide-function instead of
12153         investigating frame-auto-delete.
12154         (window-point-1, set-window-point-1): New functions.
12155         (window-in-direction, record-window-buffer, window-state-get-1)
12156         (display-buffer-record-window): Use window-point-1 instead of
12157         window-point.
12158         (set-window-buffer-start-and-point): Use set-window-point-1.
12160 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12162         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
12164 2011-10-05  Glenn Morris  <rgm@gnu.org>
12166         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
12167         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
12169 2011-10-05  Leo Liu  <sdl.web@gmail.com>
12171         * subr.el (read-char-choice): Fix argument to buffer-live-p which
12172         works with buffer object.
12174 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12176         * mpc.el (mpc-tool-bar-map): Add labels.
12178 2011-10-04  Glenn Morris  <rgm@gnu.org>
12180         * calendar/holidays.el (calendar-check-holidays): Doc fix.
12182 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
12184         * window.el (window--delete): New function.
12185         (frame-auto-delete): Resuscitate option.
12186         (bury-buffer, replace-buffer-in-windows)
12187         (quit-window): Rewrite using window--delete.
12188         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12189         Pass display-buffer-mark-dedicated to window--display-buffer-2
12190         (Bug#9639).
12192 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12194         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
12195         returns a list (bug#9554).  Add remote file name completion.
12196         * comint.el (comint--table-subvert): Curry and get quote&unquote
12197         functions as arguments.
12198         (comint--complete-file-name-data): Adjust call accordingly.
12199         * pcomplete.el (pcomplete--table-subvert): Remove.
12200         (pcomplete-completions-at-point): Use comint--table-subvert instead.
12202         * minibuffer.el (completion-table-case-fold): Use currying.
12203         (completion--styles-type, completion--cycling-threshold-type):
12204         New constants.
12205         (completion-styles, completion-category-overrides)
12206         (completion-cycle-threshold): Use them.
12207         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
12208         completion-table-case-fold.
12210 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
12212         * minibuffer.el (completion-category-overrides): Fix type of styles
12213         and add more user friendly tags (bug#9660).
12215 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
12218         (mule-input-method-string): New widget.
12219         (default-input-method, language-info-custom-alist): Use it.
12221 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12223         * pcomplete.el: Require comint.
12224         (pcomplete--common-suffix): Remove.
12225         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
12226         (pcomplete--table-subvert): Sync with comint--table-subvert.
12227         (pcomplete--entries): Use comint-completion-file-name-table.
12228         * comint.el (comint-unquote-filename): Simplify.
12229         (comint-completion-file-name-table): New function (bug#9616).
12230         (comint--complete-file-name-data): Use it.
12232         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
12233         (pcmpl-gnu-tar-buffer): Remove.
12234         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
12235         around.  Make sure pcomplete-suffix-list is only changed temporarily.
12236         Don't look inside the tar's file if it's too large.
12238 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
12240         * cus-edit.el (custom-mode-map):
12241         * epa.el (epa-key-list-mode-map):
12242         * man.el (Man-mode-map):
12243         * startup.el (splash-screen-keymap):
12244         * simple.el (special-mode-map): Use scroll-up-command and
12245         scroll-down-command.
12247         * progmodes/idlw-help.el (idlwave-help-mode-map):
12248         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
12249         * net/newst-plainview.el (newsticker-mode-map):
12250         * emulation/ws-mode.el (wordstar-mode-map):
12251         * emulation/vi.el (vi-com-map):
12252         * calc/calc-graph.el (calc-graph-show-dumb):
12253         * term/sun.el (terminal-init-sun):
12254         * term/ns-win.el (global-map):
12255         * progmodes/grep.el (grep-mode-map):
12256         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
12257         * mail/rmail.el (rmail-mode-map):
12258         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
12260         * custom.el (custom-safe-themes, load-theme): Treat value of t for
12261         custom-safe-themes as special.
12263 2011-10-01  Julien Danjou  <julien@danjou.info>
12265         * notifications.el (notifications-notify): Fix docstring.
12267 2011-10-01  Per Starbäck  <per@starback.se>
12269         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
12271 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
12273         * startup.el (command-line-1): Fix last fix by inserting
12274         initial-scratch-message into *scratch* before displaying it.
12275         (Bug#9605) and (Bug#9636)
12277 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
12279         * simple.el (line-move): If auto-hscroll-mode is disabled and the
12280         window is hscrolled, move by logical lines.  (Bug#9607)
12281         (line-move-visual): Update the doc string to the above effect.
12283 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
12285         * window.el (display-buffer-record-window): When WINDOW is the
12286         selected window use `point' instead of `window-point'.  (Bug#9626)
12288         * startup.el (command-line-1): Use insert-before-markers when
12289         inserting initial-scratch-message.  (Bug#9605)
12291         * help.el (help-window): Remove variable.
12293 2011-09-29  Glenn Morris  <rgm@gnu.org>
12295         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
12297 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
12299         * descr-text.el (describe-char-categories): Accept category
12300         descriptions more than one line long.
12302 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12304         * simple.el (delete-trailing-whitespace): Fix last change.
12306         * progmodes/perl-mode.el (perl-syntax-propertize-function):
12307         Don't confuse "y => 3" as the beginning of a `y' operation.
12309         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
12310         object has more than 4 slots (bug#9613).
12312 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
12314         * subr.el (with-output-to-temp-buffer):
12315         * net/quickurl.el (quickurl, quickurl-browse-url):
12316         Fix typos in docstrings.
12318 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
12320         * minibuffer.el (completion-styles)
12321         (completion-category-overrides): Cross reference each other in doc
12322         strings.
12324 2011-09-27  Glenn Morris  <rgm@gnu.org>
12326         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
12327         to split-string.  (Bug#9606)
12329 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
12332         (bug#9615).
12334 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
12336         * emacs-lisp/package.el (list-packages): Fix echo area message.
12338 2011-09-27  Leo Liu  <sdl.web@gmail.com>
12340         * ido.el (ido-read-internal): Accept cons cell HIST arg.
12342 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
12344         * net/dbus.el (dbus-unregister-object): Don't release services for
12345         registered signals.  (Bug#9581)
12347 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12349         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
12350         function that picks between cfengine 2 and 3 support
12351         automatically.  Update docs accordingly.
12353 2011-09-22  Kenichi Handa  <handa@m17n.org>
12355         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
12356         ZERO.
12357         (indian-itrans-v5-table-for-tamil): New variable.
12358         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
12360 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
12362         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
12363         that's true if the current command involved collapsing of text.
12364         It's reset to false at the beginning of the next command.
12365         (allout-post-command-business): Move the cursor to the beginning
12366         of entry if the cursor is hidden and collapsing activity just
12367         happened.
12369 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
12371         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
12372         tracking (Bug#9541).
12374 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
12376         * net/newst-reader.el (newsticker-html-renderer)
12377         (newsticker-show-news): Automatically load html rendering package
12378         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
12379         because w3m-fill-column is let-bound" and the error "Symbol's value
12380         as variable is void: w3m-fill-column".
12382 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
12384         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
12385         Release services only if they are defined.  (Bug#9581)
12387 2011-09-23  Richard Stallman  <rms@gnu.org>
12389         * textmodes/paragraphs.el (forward-sentence): For backwards case,
12390         distinguish start of paragraph from start of its text.
12392         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
12394         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
12395         (rmail-generate-viewer-buffer): Put that hook on view buffer.
12396         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
12398 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
12400         * international/mule-diag.el (mule-diag): Insert a newline after
12401         each fontset description.
12403 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12405         * simple.el (delete-trailing-whitespace):
12406         Document last change; simplify.
12408 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
12410         * simple.el (delete-trailing-whitespace): Also delete
12411         extra newlines at the end of the buffer.
12413         * textmodes/picture.el: Make motion commands obey shift-select-mode.
12414         (picture-newline): Use forward-line so as to ignore fields.
12416 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12418         * subr.el (with-wrapper-hook): Fix edebug spec.
12420 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12422         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
12423         (bug#4538).
12425 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
12427         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
12428         Fix nasty bug using wrong cached values.
12430 2011-09-23  Alan Mackenzie  <acm@muc.de>
12432         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
12434 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
12436         * window.el (pop-to-buffer): Ensure right window is selected if we
12437         chose another frame.
12439 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
12441         * simple.el (what-cursor-position): Use get-char-property-change
12442         and next-single-char-property-change, to be able to show display
12443         properties that come from overlays as well as text properties.
12445 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
12447         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
12449         * cmuscheme.el (run-scheme, switch-to-scheme):
12450         * cus-edit.el (customize-group, custom-buffer-create)
12451         (customize-browse):
12452         * info.el (info):
12453         * shell.el (shell):
12454         * mail/sendmail.el (mail):
12455         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
12457 2011-09-22  Richard Stallman  <rms@gnu.org>
12459         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
12460         move back only to line beg, don't move back over blank lines.
12462 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
12464         * files.el (copy-directory): Set directory attributes only in case
12465         they could be retrieved from the source directory.  (Bug#9565)
12467 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
12469         * progmodes/hideshow.el (hs-looking-at-block-start-p)
12470         (hs-find-block-beginning, hs-hide-level-recursive):
12471         Ignore strings as well as comments.  (Bug#9502)
12473 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
12475         * progmodes/sql.el (sql-comint-postgres):
12476         Convert port number to a string.  (Bug#9566)
12478 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
12480         * window.el (quit-window): Undedicate window when switching to
12481         previous buffer.  Reported by Thierry Volpiatto
12482         <thierry.volpiatto@gmail.com>.
12483         (special-display-popup-frame): When popping up a new frame reset
12484         its previous buffers to nil.  Simplify code.
12486 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
12488         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
12489         and process filter, as done also in `shell-command'.
12491 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
12493         * window.el (set-window-buffer-start-and-point):
12494         Call set-window-start with NOFORCE argument t.
12495         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12496         (quit-window): Reword doc-string.  Handle new format of
12497         quit-restore parameter.  Don't delete window if it has a
12498         previous buffer we can show instead of the present one.
12499         (display-buffer-record-window): Rewrite using a new format for
12500         the quit-restore window parameter
12501         (special-display-popup-frame, display-buffer-same-window)
12502         (display-buffer-reuse-window, display-buffer-pop-up-frame)
12503         (display-buffer-pop-up-window, display-buffer-use-some-window):
12504         Adapt symbol passed to display-buffer-record-window.
12505         * help.el (help-window-setup): Handle new format of quit-restore
12506         parameter.
12508 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12510         * faces.el (face-list): Fix docstring (bug#9564).
12512         * window.el (display-buffer--action-function-custom-type):
12513         Don't include internal functions in the Custom interface.
12515 2011-09-20  Juri Linkov  <juri@jurta.org>
12517         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
12518         (Info-forward-node, Info-backward-node, Info-next-preorder)
12519         (Info-last-preorder): Use it.  (Bug#9528)
12521 2011-09-20  Juri Linkov  <juri@jurta.org>
12523         * info.el (Info-last-preorder): Visit last menu item only when
12524         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
12526 2011-09-20  Julien Danjou  <julien@danjou.info>
12528         * password-cache.el (password-cache-remove): Remove entries even if the
12529         value is nil, so that password with a nil value (negative caching) is
12530         possible to invalidate.
12532 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
12534         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
12535         all whitespace around breakpoint.  (Bug#9553)
12536         (f90-find-breakpoint): Only break at whitespace inside a comment.
12538 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12540         * minibuffer.el (completion-file-name-table): Keep track of errors.
12541         (completion-table-with-predicate): Handle the case where pred1 is nil.
12542         * pcomplete.el (pcomplete-completions-at-point): Simplify.
12544 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12546         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
12547         (debugger-return-value): Signal an error if the debugging context does
12548         not await any return value.
12550         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
12551         * image-mode.el (image-toggle-display-text)
12552         (image-toggle-display-image): Stay away from evil `intangible'.
12554 2011-09-19  Leo Liu  <sdl.web@gmail.com>
12556         * replace.el (occur-revert-arguments): Make it permanent-local.
12557         (occur-mode): Don't call font-lock-defontify.
12559 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
12561         * net/ldap.el (ldap-search-internal): Don't push empty search
12562         result (Bug#9508).
12564 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12566         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
12568 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
12570         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
12571         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
12573 2011-09-18  Juri Linkov  <juri@jurta.org>
12575         * buff-menu.el (Buffer-menu-mode-map):
12576         * dired.el (dired-mode-map):
12577         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
12578         (lisp-interaction-mode-map):
12579         * emacs-lisp/package.el (package-menu-mode-map):
12580         * epa.el (epa-key-list-mode-map):
12581         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
12582         (menu-bar-options-menu):
12583         * outline.el (outline-mode-menu-bar-map):
12584         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
12585         * vc/vc-dir.el (vc-dir-menu-map):
12586         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
12587         Capitalize non-function content words in menu item strings.
12589         * dired.el (dired-mode-map): Add menu item for
12590         `image-dired-dired-toggle-marked-thumbs'.
12592 2011-09-18  Juri Linkov  <juri@jurta.org>
12594         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
12595         to `isearch-case-fold-search' and restore its original value
12596         after the `isearch-mode' call.
12598 2011-09-18  Juri Linkov  <juri@jurta.org>
12600         * progmodes/grep.el (grep-process-setup): Don't check code for 1
12601         because `zgrep' returns 1 for successful matches (bug#9226).
12603 2011-09-18  Juri Linkov  <juri@jurta.org>
12605         * info.el (Info-extract-menu-node-name): Check the second match
12606         for empty string (second test-case of bug#9528).
12607         (Info-last-preorder): Let-bind `Info-history' to nil to not add
12608         intermediate nodes to the history (first test-case of bug#9528).
12610 2011-09-18  Juri Linkov  <juri@jurta.org>
12612         * info.el (Info-mode-syntax-table): New variable.
12613         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
12615 2011-09-18  Juri Linkov  <juri@jurta.org>
12617         * info.el (Info-file-supports-index-cookies):
12618         Increment line-beginning-position's arg from 3 to 4 because makeinfo
12619         outputs one more line for long file names (bug#4142).
12621 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
12623         * newcomment.el (comment-normalize-vars): If prompting for
12624         comment-start, set comment-start-skip too (Bug#8424).
12626 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
12628         * icomplete.el: Fix previous fix of Bug#5849.
12629         (icomplete-mode): Don't set completion-show-inline-help.
12630         (icomplete-minibuffer-setup): Set completion-show-inline-help
12631         locally during icompletion.
12633 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
12635         * woman.el (woman2-process-escapes): Don't delete unrecognized
12636         escapes (Bug#7843).
12638         * files.el (inhibit-first-line-modes-regexps): Add image files.
12639         (hack-local-variables-prop-line): Return nil for malformed
12640         prop-lines (Bug#9044).
12642 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
12644         * net/tramp.el (top): Don't require 'shell.
12645         (tramp-methods): Fix docstring.
12646         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
12647         Return complete remote file name.  Handle "smb" case.
12648         Use `tramp-tmpdir', if defined for the respective method.
12649         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
12651         * net/tramp-compat.el (top): Require 'shell.
12653         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12654         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
12655         `tramp-current-host'.
12656         (tramp-get-remote-tmpdir): Remove.
12658         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
12659         `tramp-tmpdir' entries.
12660         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
12661         (tramp-smb-handle-file-attributes): Ignore errors.
12662         (tramp-smb-wait-for-output): Check also for process end.
12664 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12666         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
12667         when sending QUIT (bug#9312).
12669 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
12671         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
12672         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
12673         occur-mode-display-occurrence.
12674         (occur-edit-mode): Add usage message.
12675         (occur-cease-edit): New command.
12676         (occur-after-change-function): Use text properties to find the
12677         position of the prefix text.
12678         (occur-engine): Set stickiness of prefix text properties.
12680 2011-09-17  Glenn Morris  <rgm@gnu.org>
12682         * progmodes/etags.el (complete-tag):
12683         Fix call to completion-in-region.  (Bug#9526)
12685 2011-09-17  Juri Linkov  <juri@jurta.org>
12687         * textmodes/ispell.el (ispell-word): Add to the error message
12688         the word, ispell program name and current dictionary (bug#9121).
12689         (ispell-tex-arg-end): Capitalize "error" in the error message.
12691 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
12693         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
12694         check.  (Bug#4251)
12696 2011-09-17  Juri Linkov  <juri@jurta.org>
12698         * window.el (window-safe-min-height, window-safe-min-width):
12699         Fix typos (followup to bug#9522).
12701 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
12703         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
12705 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
12707         * simple.el (line-move): If goal-column is set, move by logical
12708         lines, not by display lines.  (Bug#971)
12709         (next-line, previous-line, goal-column, line-move-visual): Doc fix
12710         to reflect the above change.
12712 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12714         * image.el (imagemagick-register-types): Use regexp-opt.
12716 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
12718         * window.el (display-buffer-base-action): Rename from
12719         display-buffer-default-action.  Make default value empty.
12720         (display-buffer-overriding-action): Convert to defvar.
12721         (display-buffer-fallback-action): New var.
12723 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
12725         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
12726         declaration.
12727         (package--add-to-archive-contents): If there is a duplicate entry
12728         with an older version, remove it.
12729         (package-menu-mark-delete, package-menu-mark-install)
12730         (package-menu-mark-unmark): Make unused args optional.
12731         (package-menu-mark-obsolete-for-deletion):
12732         Use package-menu-get-status instead of a regexp search.
12733         (package-menu-get-status): Use tabulated-list-entry.
12734         (package-menu-mark-upgrades): New command.
12735         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
12736         (package-menu-execute): Do installation before deletion.
12737         (package-menu-refresh, package-menu-execute): Use derived-mode-p
12738         instead of checking major-mode.
12739         (package-menu--find-upgrades): New function.
12741 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12743         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
12744         passwords in the log buffer.
12745         (smtpmail-process-filter): Update the process marker so that the
12746         "broken by peer" status message is inserted in the right place.
12748 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12750         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
12751         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
12752         bibtex-completion-at-point-function.
12753         (bibtex-completion-at-point-function): Use them.
12755         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
12757         * mpc.el (mpc-constraints-tag-lookup): New function.
12758         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
12759         also to browser "album|playlist".
12761 2011-09-14  Juri Linkov  <juri@jurta.org>
12763         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
12764         (isearch-edit-string): Use length of `isearch-string' when
12765         `isearch-fail-pos' returns nil.
12766         (isearch-message): Remove duplicate code and call
12767         `isearch-fail-pos' with arg `t'.
12769 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
12771         * replace.el (occur-mode-goto-occurrence): Don't force using other
12772         window (Bug#9499).
12774         * dired-aux.el (dired-do-chmod): Don't provide initial input.
12776 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
12778         * window.el (display-buffer-window): Remove.
12779         (display-buffer-record-window): Use help-setup window parameter
12780         instead of variable display-buffer-window.
12781         (display-buffer-function, special-display-buffer-names)
12782         (special-display-function): Mention help-setup parameter instead
12783         of display-buffer-window in doc-string.
12784         * help.el (help-window-setup): New argument help-window.
12785         Use help-window-setup parameter instead of display-buffer-window.
12786         Reword some messages.
12787         (with-help-window): Pass window used for displaying the buffer
12788         to help-window-setup.  Don't set display-buffer-window.
12790 2011-09-13  Glenn Morris  <rgm@gnu.org>
12792         * emacs-lisp/debug.el (debugger-make-xrefs):
12793         Preserve point.  (Bug#9462)
12795 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
12797         * window.el (window-deletable-p): Use next-frame.
12799 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
12801         * window.el (window-auto-delete): Remove.
12802         (window-deletable-p): Remove argument FORCE.  Don't deal with
12803         dedication and previous buffers.
12804         (switch-to-prev-buffer): Don't delete window.
12805         (delete-windows-on): Delete a window's frame if and only if the
12806         window is dedicated.
12807         (replace-buffer-in-windows): Delete buffer's window or frame if
12808         and only if window is dedicated.
12809         (quit-window): Handle quit-restore as before last change.
12810         (bury-buffer): Delete window only if window-deletable-p returns t.
12812 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
12814         * window.el (window-deletable-p): Never delete the last frame on a
12815         given terminal.
12817 2011-09-13  Glenn Morris  <rgm@gnu.org>
12819         * help.el (describe-key-briefly): Copy previous standard-output change.
12821 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
12823         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
12825 2011-09-13  Glenn Morris  <rgm@gnu.org>
12827         * emacs-lisp/lisp-mode.el (lisp-indent-function):
12828         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12830 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
12832         * dired-aux.el (dired-mark-read-string): Don't return default
12833         value on empty input (Bug#9361).
12834         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12835         Omit initial minibuffer contents.
12836         (dired-do-chmod): Signal an error on empty input.
12837         (dired-mark-read-string): Don't return default on empty input.
12839         * files.el (file-modes-symbolic-to-number): Doc fix.
12841 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12843         * international/mule-cmds.el (ucs-completions): Remove.
12844         (read-char-by-name): Use complete-with-action instead; add metadata.
12846 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
12848         * window.el (display-buffer--action-function-custom-type)
12849         (display-buffer--action-custom-type): New vars.
12850         (display-buffer-alist, display-buffer-default-action)
12851         (display-buffer-overriding-action): Add defcustom types.
12853         * frame.el (delete-other-frames): Doc fix (Bug#276).
12855 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12859 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
12861         Change modes that used same-window-* vars to use switch-to-buffer.
12863         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12864         Use switch-to-buffer.
12866         * cus-edit.el (customize-group, custom-buffer-create)
12867         (customize-browse, custom-buffer-create-other-window):
12868         Use switch-to-buffer or switch-to-buffer-other-window.
12870         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12871         (Info-prev, Info-up, Info-speedbar-goto-node)
12872         (info-display-manual): Use switch-to-buffer.
12873         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12875         * mail/sendmail.el (mail): Use switch-to-buffer.
12876         (mail-recover): Use switch-to-buffer-other-window.
12878         * cmuscheme.el (run-scheme, switch-to-scheme):
12879         * ielm.el (ielm):
12880         * shell.el (shell):
12881         * net/rlogin.el (rlogin):
12882         * net/telnet.el (telnet, rsh):
12883         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12885 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
12887         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12889 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12891         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12892         so don't mention it (bug#9301).
12893         (dired-sort-toggle-or-edit): Clarify string further.
12895         * faces.el (face-spec-set-match-display): Make `(type graphic)'
12896         match `x', `w32' and `ns', like the manual says (bug#9029).
12898         * subr.el (eval-after-load): Doc string clarification (bug#9125).
12899         (process-kill-buffer-query-function): Mention the buffer name in
12900         the query.
12902         * image-mode.el (image-next-line): The line parameter is mandatory
12903         (bug#9258).
12905         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12906         which can be useful (bug#9301).
12908         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12910         * subr.el (match-string): Mention that the current buffer should
12911         be the same as the search was done in (bug#9282).
12913         * facemenu.el: Disable the remove-* commands if the mark isn't
12914         active (bug#9162).
12916 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
12918         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12919         of display-buffer.
12920         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12922         * replace.el (occur-mode-goto-occurrence)
12923         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12924         and display-buffer.
12926         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12927         display-buffer.
12929         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12930         special-display and same-window variables.
12931         (mail-other-window): Use switch-to-buffer-other-window.
12932         (mail-other-frame): USe switch-to-buffer-other-frame.
12934         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12935         Use display-buffer-other-frame.
12936         (gdb-display-gdb-buffer): Use pop-to-buffer.
12938         * progmodes/gud.el (gud-goto-info): Use info-other-window.
12940         * progmodes/python.el: Don't set same-window-buffer-names.
12942         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12944         * window.el (display-buffer-alist): Add *Python*.
12946 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
12948         * window.el (display-buffer-alist): Add entry for buffers
12949         previously handled same-window-*.
12950         (display-buffer-alist, display-buffer-default-action)
12951         (display-buffer-overriding-action): Mark as risky.
12952         (display-buffer-alist): Document action function changes.
12953         (display-buffer--same-window-action)
12954         (display-buffer--other-frame-action): New variables.
12955         (switch-to-buffer, display-buffer-other-frame): Use them.
12956         (display-buffer): Rename reuse-frame entry to reusable-frames.
12957         (display-buffer-reuse-selected-window): Function deleted.
12958         (display-buffer-reuse-window): Handle reusable-frames alist entry.
12959         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12960         (display-buffer-special): New function.
12961         (display-buffer--maybe-pop-up-frame-or-window): Rename from
12962         display-buffer-reuse-or-pop-window.  Split off special-display
12963         part into display-buffer-special.
12964         (display-buffer-use-some-window): Don't perform any special
12965         pop-up-frames handling.
12966         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
12967         (display-buffer--maybe-same-window): Rename from
12968         display-buffer-maybe-same-window.
12970         * info.el: Don't set same-window-regexps.
12971         (info-setup): New function.
12972         (info-other-window, info): Call it.
12974         * cus-edit.el: Don't set same-window-regexps.
12975         (customize-group): New argument.
12976         (customize-group-other-window): Use it.
12977         (customize-face, customize-face-other-window): Likewise.
12978         (custom-buffer-create-other-window): Use pop-to-buffer directly.
12980         * net/rlogin.el:
12981         * net/telnet.el:
12982         * progmodes/gud.el: Don't set same-window-regexps.
12984         * cmuscheme.el:
12985         * ielm.el:
12986         * shell.el:
12987         * mail/sendmail.el:
12988         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12990 2011-09-10  Juri Linkov  <juri@jurta.org>
12992         * isearch.el (isearch-edit-string): Remove obsolete mention of
12993         `C-w' (`isearch-yank-word-or-char') from docstring.
12994         (isearch-query-replace): Fix typo in docstring (bug#9466).
12996 2011-09-10  Juri Linkov  <juri@jurta.org>
12998         * paren.el (show-paren-function): Don't show escaped parens.
12999         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
13001 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
13003         * mail/sendmail.el (mml-to-mime, mml-attach-file)
13004         (mm-default-file-encoding): Remove autoload forms, they are
13005         replaced with autoload cookies in mml.el and mm-encode.el.
13006         (mail-add-attachment): New command.
13007         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13008         (mail-mode): Mention mail-insert-file and mail-add-attachment in
13009         the doc string.
13010         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13012 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
13014         * simple.el (count-words-region): Use buffer if there's no region
13015         (bug#9429).
13017 2011-09-09  Juri Linkov  <juri@jurta.org>
13019         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13020         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13021         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
13023 2011-09-09  Alan Mackenzie  <acm@muc.de>
13025         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13026         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
13028 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
13030         Fix for Savannah bug#9392.
13031         * simple.el (mail-encode-mml): New defvar.
13033         * mail/rmail.el (mail-encode-mml): Add a defvar.
13034         (rmail-enable-mime-composing): Default to t.
13035         (rmail-forward): Use MIME method of forwarding only if both
13036         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13037         Set mail-encode-mml non-nil if the MIME method was used.
13039         * mail/sendmail.el (mml-to-mime): Add autoload form.
13040         (mail-encode-mml): Add a defvar.
13041         (mail-mode): Make mail-encode-mml buffer-local and initialize it
13042         to nil.
13043         (mail-send): If mail-encode-mml is non-nil, run the outgoing
13044         message through mml-to-mime, and reset mail-encode-mml to nil.
13046 2011-09-09  Glenn Morris  <rgm@gnu.org>
13048         * woman.el (woman-if-body): When processing an .el block,
13049         do not delete the next .el block as well.  (Bug#9447)
13050         (woman-special-characters): Add oq, cq, and hy characters.
13052 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
13054         * window.el (window-deletable-p): Make sure window is live before
13055         invoking window-prev-buffers.
13057 2011-09-08  Leo Liu  <sdl.web@gmail.com>
13059         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
13061 2011-09-08  Juri Linkov  <juri@jurta.org>
13063         * progmodes/compile.el (compilation-environment): Make it
13064         a defcustom (bug#8340).
13066 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
13068         * window.el (frame-auto-delete): Rename to window-auto-delete.
13069         Make it control auto-deletion of windows and/or frames.
13070         (window-deletable-p): New argument FORCE.  Rewrite conditions
13071         for deleting window/frame.  (Bug#9419)
13072         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13073         Rewrite handling of case when window/frame can be deleted.
13074         (delete-windows-on): Call window-deletable-p with new FORCE
13075         argument t.  (Bug#9456)
13077 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
13079         * help-mode.el (help-mode): Restore autoload.
13081 2011-09-07  Juri Linkov  <juri@jurta.org>
13083         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
13084         `compilation-environment'.  Set buffer-local
13085         `compilation-environment' to `thisenv' later after (funcall mode).
13086         (Bug#8340)
13088         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
13089         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
13090         instead of replacing its value.  (Bug#8340)
13092 2011-09-07  Juri Linkov  <juri@jurta.org>
13094         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
13095         based on text properties put by `grep-filter' instead of matching
13096         escape sequences.
13097         (grep-mode): Set buffer-local `compilation-error-screen-columns'
13098         to the value of `grep-error-screen-columns' (bug#9438).
13100 2011-09-07  Juri Linkov  <juri@jurta.org>
13102         * simple.el (next-error-highlight, next-error-highlight-no-select):
13103         Doc fix (bug#9432).
13105 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
13107         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13108         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
13110 2011-09-07  Leo Liu  <sdl.web@gmail.com>
13112         * net/rcirc.el (rcirc-mode): Conditionally initialize
13113         rcirc-input-ring.
13115 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13117         * emacs-lisp/find-func.el (find-function-C-source): Only set
13118         find-function-C-source-directory after checking that we found a source
13119         file there (bug#9440).
13121 2011-09-06  Alan Mackenzie  <acm@muc.de>
13123         * isearch.el (isearch-other-meta-char): Wherever a key list is
13124         unread, "unread" the prefix arg, too.  This fixes bug #8901.
13126 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
13128         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
13130 2011-09-05  Juri Linkov  <juri@jurta.org>
13132         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
13134 2011-09-05  Juri Linkov  <juri@jurta.org>
13136         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
13137         keeping point where processing of grep matches begins, and
13138         continue to delete remaining escape sequences from the same point.
13139         (grep-filter): Make leading zero optional in "0?1;31m" because
13140         git-grep emits "\033[1;31m" escape sequences unlike expected
13141         "\033[01;31m" as GNU Grep does (bug#9408).
13142         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
13144 2011-09-05  Juri Linkov  <juri@jurta.org>
13146         * subr.el (y-or-n-p): Capitalize "yes".
13148 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
13150         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
13151         `tramp-cache-unload-hook' where appropriate.
13152         (tramp-methods): Rename `tramp-remote-sh' to
13153         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
13154         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
13156         * net/tramp-sh.el (top): Don't require 'shell.
13157         (tramp-methods): Add `tramp-remote-shell' and
13158         `tramp-remote-shell-args' entries.
13159         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
13160         (tramp-sh-handle-shell-command): Remove.
13161         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13162         Use `tramp-remote-shell'.
13164 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
13166         * mail/sendmail.el (sendmail-query-once-function): Delete.
13167         (sendmail-query-once): Save directly to send-mail-function.
13168         Update message-send-mail-function too.
13170         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
13172 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
13174         * progmodes/python.el (python-mode-map): Use correct function to
13175         start python interpreter from menu-bar (as reported by Geert
13176         Kloosterman).
13177         (inferior-python-mode-map): Fix typo.
13178         (python-shell-map): Remove.
13180 2011-09-03  Deniz Dogan  <deniz@dogan.se>
13182         * net/rcirc.el (rcirc-print): Simplify code for
13183         rcirc-scroll-show-maximum-output.  There is no need to walk
13184         through all windows to find the right one.
13186 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
13188         * help.el (help-return-method): Doc fix.
13190 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
13192         * window.el (window-deletable-p): Don't return a non-nil value
13193         when there's a buffer that was shown in the window before.
13194         (Bug#9419)
13195         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13196         Set window's previous buffers to nil.
13198 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
13200         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
13201         newline before and after the tag line, so it doesn't interfere
13202         with determining the paragraph direction of bidirectional text.
13204 2011-09-03  Leo Liu  <sdl.web@gmail.com>
13206         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
13208 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
13210         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
13211         (pop-to-buffer): Change interactive spec.  Pass second argument
13212         directly to display-buffer.
13213         (display-buffer): Fix interactive spec.  Use functionp to
13214         distinguish between a function and a list of functions.
13216         * abbrev.el (edit-abbrevs):
13217         * arc-mode.el (archive-extract):
13218         * autoinsert.el (auto-insert):
13219         * bookmark.el (bookmark-bmenu-list):
13220         * files.el (find-file):
13221         * view.el (view-buffer):
13222         * progmodes/compile.el (compilation-goto-locus):
13223         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
13225 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
13227         * window.el (display-buffer-alist): Doc fix.
13228         (display-buffer): Add docstring.  Don't treat
13229         display-buffer-default specially.
13230         (display-buffer-reuse-selected-window)
13231         (display-buffer-same-window, display-buffer-maybe-same-window)
13232         (display-buffer-reuse-window, display-buffer-pop-up-frame)
13233         (display-buffer-pop-up-window)
13234         (display-buffer-reuse-or-pop-window)
13235         (display-buffer-use-some-window): New functions.
13236         (display-buffer-default-action): Use them.
13237         (display-buffer-default): Delete.
13238         (pop-to-buffer-1): Fix choice of actions.
13240 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * minibuffer.el (completion--insert-strings): Don't get confused by
13243         completion entries that end with an LF char.
13245 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
13247         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
13249 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
13251         * window.el (display-buffer): Restore interactive spec.
13252         (display-buffer-same-window, display-buffer-other-window):
13253         New functions.
13254         (pop-to-buffer-1): New function.  Use the above.
13255         (pop-to-buffer, pop-to-buffer-same-window): Use it.
13256         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
13258         * view.el (view-buffer-other-window, view-buffer-other-frame):
13259         Just use pop-to-buffer.
13261 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13263         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
13265 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
13267         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
13269 2011-08-31  Richard Stallman  <rms@gnu.org>
13271         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
13272         of the separation of rmail-view-buffer from rmail-buffer.
13273         If you say no to "replace original", the decrypt is in the
13274         view buffer.  If you say yes, the decrypt goes into the
13275         rmail buffer also.
13277 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
13279         * window.el (display-buffer-window): Rewrite doc-string.
13280         (display-buffer-record-window): New function.
13281         (display-buffer-macro-specifiers)
13282         (display-buffer-even-window-sizes, display-buffer-set-height)
13283         (display-buffer-set-width, display-buffer-in-window)
13284         (display-buffer-reuse-window, display-buffer-split-specifiers)
13285         (display-buffer-side-specifiers, display-buffer-split-window-1)
13286         (display-buffer-split-window, display-buffer-split-atom-window)
13287         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13288         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
13289         (display-buffer-other-window-means-other-frame)
13290         (display-buffer-normalize-special)
13291         (display-buffer-normalize-default)
13292         (display-buffer-normalize-argument)
13293         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
13294         (display-buffer-normalize-specifiers, display-buffer-frame)
13295         (display-buffer-same-window, display-buffer-same-frame)
13296         (display-buffer-other-window)
13297         (display-buffer-same-frame-other-window)
13298         (display-buffer-other-frame, pop-to-buffer-same-window)
13299         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
13300         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
13301         (switch-to-buffer-same-frame)
13302         (switch-to-buffer-other-window-same-frame)
13303         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
13304         (display-buffer-alist-set-1, display-buffer-alist-set-2)
13305         (display-buffer-alist-set): Remove.
13306         (display-buffer-function, special-display-buffer-names)
13307         (special-display-regexps, special-display-function):
13308         In doc-string refer to display-buffer-window and quit-restore
13309         parameter.
13310         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
13311         (special-display-frame-alist, special-display-popup-frame)
13312         (same-window-buffer-names, same-window-regexps, same-window-p)
13313         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13314         (split-window-preferred-function, split-height-threshold)
13315         (split-width-threshold, window-splittable-p)
13316         (split-window-sensibly, window--try-to-split-window)
13317         (window--frame-usable-p, even-window-heights)
13318         (window--even-window-heights, window--display-buffer-1)
13319         (window--display-buffer-2, display-buffer-other-frame):
13320         Restore old Emacs 23 code, order and doc-strings where applicable.
13321         (display-buffer-default, display-buffer-assq-regexp): New functions.
13322         (display-buffer-alist): Rewrite doc-string.
13323         (display-buffer-default-action)
13324         (display-buffer-overriding-action): New variables.
13325         (display-buffer, switch-to-buffer): Rewrite.
13326         (pop-to-buffer): Restore Emacs 23 behavior but use
13327         window-normalize-buffer-to-display.
13328         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13329         Restore Emacs 23 behavior but use
13330         window-normalize-buffer-to-switch-to.
13331         (pop-to-buffer-same-window): Rewrite.
13332         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
13333         Rewrite using Emacs 23 options.
13335 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
13337         * net/tramp.el (tramp-root-regexp): Remove.
13338         (tramp-completion-file-name-regexp-unified)
13339         (tramp-completion-file-name-regexp-separate)
13340         (tramp-completion-file-name-regexp-url): Don't use leading volume
13341         letter on w32 systems.  (Bug#5303, Bug#9311)
13342         (tramp-drop-volume-letter): Simplify definition.
13343         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13345 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
13348         (bug#9356).
13350 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
13352         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
13354 2011-08-29  Juri Linkov  <juri@jurta.org>
13356         * isearch.el (isearch-done): Don't display message "Mark saved"
13357         when arg `edit' is non-nil to prevent its flicker in the echo area.
13359 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
13361         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
13362         obsolete packages for deletion.
13364 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
13366         * help-mode.el (help-mode-map): Add special-mode-map to parent.
13367         (help-mode): Derive help-mode from special-mode.  Don't invoke
13368         view-mode from help-mode.
13369         (help-xref-override-view-map): Remove.
13370         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
13371         view-mode is not used anymore.
13373 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
13375         * server.el (server-port): Doc fix.
13377         * cus-theme.el (custom-theme-choose-mode): Inherit from
13378         special-mode (Bug#9124).
13379         (custom-theme-choose-mode-map): Add special-mode to parent.
13381 2011-08-28  Alan Mackenzie  <acm@muc.de>
13383         * progmodes/cc-fonts.el
13384         (c-make-font-lock-BO-decl-search-function): New function.
13385         (c-basic-matchers-after - "Fontify the clauses after various
13386         keywords"): Extract the three keyword lists for the 3 erroneous
13387         constructs from the list of four, and use the new function above
13388         in place of an old one.
13390 2011-08-28  Deniz Dogan  <deniz@dogan.se>
13392         * net/rcirc.el (rcirc-insert-prev-input)
13393         (rcirc-insert-next-input): Remove unused argument.
13395 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
13399 2011-08-27  Alan Mackenzie  <acm@muc.de>
13401         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
13402         handle function pointer parameters properly.
13404 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
13406         * window.el (display-buffer-reuse-window): Fix case where
13407         selected window was reused with non-nil OTHER-WINDOW argument.
13408         (Bug#9381)
13410 2011-08-27  Deniz Dogan  <deniz@dogan.se>
13412         * net/rcirc.el (rcirc-check-auth-status): Adding support for
13413         oftc's NickServ messages.
13415 2011-08-27  Glenn Morris  <rgm@gnu.org>
13417         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
13419 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
13421         * emacs-lisp/package.el (package-install): Call package-initialize
13422         if called interactively.
13424 2011-08-26  Leo Liu  <sdl.web@gmail.com>
13426         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
13428 2011-08-25  Juri Linkov  <juri@jurta.org>
13430         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13431         `search-whitespace-regexp' (bug#9364).
13433 2011-08-25  Juri Linkov  <juri@jurta.org>
13435         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
13436         `regexp-search-ring' to their global values to protect from
13437         updating by `read-from-minibuffer' (bug#9185).
13439 2011-08-25  Juri Linkov  <juri@jurta.org>
13441         * textmodes/ispell.el (ispell-command-loop): Add newline
13442         at the end of the "Use option `i'..." line.
13444 2011-08-25  Juri Linkov  <juri@jurta.org>
13446         * battery.el (display-battery-mode): If `battery-status-function'
13447         or `battery-mode-line-format' is nil, display the message and set
13448         `display-battery-mode' to nil (bug#9363).
13450 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
13452         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
13453         bidi-string-mark-left-to-right; they are unnecessary now.
13455 2011-08-25  Deniz Dogan  <deniz@dogan.se>
13457         * net/quickurl.el: Documentation typo fixes.
13459 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
13461         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
13463 2011-08-25  Glenn Morris  <rgm@gnu.org>
13465         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13467         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
13468         (smtpmail-via-smtp): Handle nil response from smtp.
13470 2011-08-24  Juri Linkov  <juri@jurta.org>
13472         * proced.el (proced-marked): Inherit from `error' instead of
13473         `font-lock-warning-face'.
13475         * ibuffer.el (ibuffer-marked-face): Change default face from
13476         `font-lock-warning-face' to `warning'.
13477         (ibuffer-deletion-face): Change default face from
13478         `font-lock-type-face' to `error'.
13480         * battery.el (battery-update): Use the face `error' instead of
13481         `font-lock-warning-face' (bug#6117).
13483 2011-08-24  Juri Linkov  <juri@jurta.org>
13485         * faces.el (success): Change face color from "Green3" to
13486         "ForestGreen" on light background (bug#9353).
13488 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
13490         * window.el (quit-window): Rename from quit-restore-window.
13491         Use same arglist as old quit-window.
13492         (frame-auto-delete): Doc fix.
13494         * view.el (view-mode-exit): Use quit-window.
13496 2011-08-24  Juri Linkov  <juri@jurta.org>
13498         * isearch.el (isearch-ring-adjust1): Start visiting previous
13499         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
13500         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
13501         for empty search string (when the last search string is reused
13502         automatically) to adjust the isearch ring to the last element and
13503         prepare the correct index for further M-p commands (bug#9185).
13505 2011-08-24  Kenichi Handa  <handa@m17n.org>
13507         * international/ucs-normalize.el: If decomposition property of
13508         CHAR is the default one (i.e. a list of CHAR itself), treat it as
13509         nil.
13510         (nfd, nfkd): Likewise.
13512 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13514         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
13515         from process filters aren't reliably transmitted to the surrounding
13516         accept-process-output.
13517         (mpc-proc-check): New function.
13518         (mpc-proc-sync): Use it (bug#8293)
13520 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
13523         Add compatibility functions (bug#9313).
13525 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
13527         * cus-start.el (all): Add entry for bidi-paragraph-direction.
13529         * international/uni-bidi.el: Regenerate.
13531 2011-08-23  Kenichi Handa  <handa@m17n.org>
13533         * international/charprop.el:
13534         * international/uni-bidi.el:
13535         * international/uni-category.el:
13536         * international/uni-combining.el:
13537         * international/uni-comment.el:
13538         * international/uni-decimal.el:
13539         * international/uni-decomposition.el:
13540         * international/uni-digit.el:
13541         * international/uni-lowercase.el:
13542         * international/uni-mirrored.el:
13543         * international/uni-name.el:
13544         * international/uni-numeric.el:
13545         * international/uni-old-name.el:
13546         * international/uni-titlecase.el:
13547         * international/uni-uppercase.el: Regenerate.
13549 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
13551         * help.el (help-window-setup): Fix message displayed when other
13552         window is reused.  (Bug#9341)
13554 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13556         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
13557         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
13559         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
13560         Mark obsolete.
13561         * shell.el (shell-parse-pcomplete-arguments): New function.
13562         (shell-completion-vars): Use it instead (bug#9160).
13564 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13566         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
13567         strings and comments (bug#9333).
13569         * emacs-lisp/debug.el (debug-arglist): New function.
13570         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
13571         (debug-on-entry-1): Handle interpreted closures (bug#9120).
13573 2011-08-22  Juri Linkov  <juri@jurta.org>
13575         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13576         Revert regexp that highlights output switches to its old
13577         pre-2010-10-28 value and remove one `?' from it (bug#9319).
13579         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
13580         to check for empty output (bug#9226).
13582 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
13584         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
13585         symbol-constituent as the default, as that stops font-lock from
13586         working properly (Bug#8843).
13588 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
13591         `coding-system-for-*' around the process open call to avoid
13592         auth-source side effects.
13593         (smtpmail-try-auth-methods): Expand the secret password.
13594         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
13595         probe hangs.
13597 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
13599         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
13601         * emacs-lisp/find-func.el (find-function-noselect): New arg
13602         lisp-only.
13604         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
13605         signal an error for built-in functions (Bug#6664).
13607 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13609         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
13610         (smtpmail-try-auth-methods): Use it.
13612 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
13614         * font-lock.el (font-lock-fontify-region)
13615         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
13616         (font-lock-default-unfontify-buffer)
13617         (font-lock-default-fontify-region)
13618         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
13620         * progmodes/compile.el (compilation-error-properties):
13621         Fix confusion between file struct and message struct (Bug#9319).
13622         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
13623         `ant' regexp.
13625         * net/browse-url.el (browse-url-firefox): Don't call
13626         browse-url-firefox-sentinel unless using -remote (Bug#9328).
13628 2011-08-20  Glenn Morris  <rgm@gnu.org>
13630         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
13632         * tutorial.el (tutorial--default-keys): Update some default bindings.
13634         * files.el (hack-local-variables): Fully ignore case for "mode:".
13636 2011-08-20  Alan Mackenzie  <acm@muc.de>
13638         Resolve invalid use of a regexp in regexp-opt.
13640         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
13641         detection for a java annotation.
13643         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
13644         detection for a java annotation.
13646         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
13647         handling for java.
13648         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
13650 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
13652         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
13653         (Bug#9274).
13655 2011-08-20  Alan Mackenzie  <acm@muc.de>
13657         Fontify CPP expressions correctly when starting in the middle of
13658         such a construct.  Mainly for when jit-lock etc. starts a chunk
13659         here.
13661         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
13662         variable.
13663         (c-make-font-lock-search-form): New function, extracted from
13664         c-make-font-lock-search-function.
13665         (c-make-font-lock-search-function): Use the above function.
13666         (c-make-font-lock-context-search-function): New function.
13667         (c-cpp-matchers): Enhance the preprocessor expression case with
13668         the above function
13669         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
13670         which takes an expression.
13672         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
13674 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
13676         * window.el (display-buffer-reuse-window)
13677         (display-buffer-pop-up-window): Don't reuse or split a side
13678         window.
13680 2011-08-19  Glenn Morris  <rgm@gnu.org>
13682         * files.el (hack-local-variables-prop-line, hack-local-variables):
13683         Downcase "Mode:".  (Bug#9331)
13685 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
13687         * international/characters.el: Add L and R categories.
13689         * subr.el (bidi-string-mark-left-to-right): Rename from
13690         string-mark-left-to-right.  Use category search.
13692         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
13694 2011-08-18  Juri Linkov  <juri@jurta.org>
13696         * faces.el (error, warning, success): New faces with definitions
13697         copied from old default values of `font-lock-warning-face',
13698         `compilation-warning', `compilation-info' (bug#6117).
13700         * font-lock.el (font-lock-warning-face): Inherit from `error'.
13702         * progmodes/compile.el (compilation-error): Inherit from `error'.
13703         (compilation-warning): Inherit from `warning'.
13704         (compilation-info): Inherit from `success'.
13706         * dired.el (dired-marked): Inherit from `warning'.
13707         (dired-flagged): Inherit from `error'.
13709 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13711         * mail/smtpmail.el (auth-source): Require to avoid problems with
13712         binding variables (bug#9298).  Also clean up some unused
13713         autoloads.
13715         * net/network-stream.el (network-stream-open-starttls):
13716         Support using starttls.el without using gnutls-cli.
13718 2011-08-17  Juri Linkov  <juri@jurta.org>
13720         * progmodes/grep.el (rgrep): Handle the case when
13721         `grep-find-command' is a cons cell (bug#9278).
13723 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
13725         * window.el (display-buffer-pop-up-frame): Run frame creation
13726         function with BUFFER current (as special-display-popup-frame
13727         does).  Reported by Drew Adams.
13729 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
13731         * epa-mail.el: Simplify GnuPG group expansion using
13732         epg-expand-group.
13733         (epa-mail-group-alist, epa-mail-group-modtime)
13734         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
13735         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
13736         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
13737         Remove.
13739 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
13741         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
13743 2011-08-16  Alan Mackenzie  <acm@muc.de>
13745         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
13746         Correct, to avoid the inside of macros.
13748 2011-08-16  Richard Stallman  <rms@gnu.org>
13750         * epa-mail.el: Handle GnuPG group definitions.
13751         (epa-mail-group-alist, epa-mail-group-modtime)
13752         (epa-mail-gnupg-conf-file): New variables.
13753         (epa-mail-parse-groups, epa-mail-sync-groups)
13754         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
13755         (epa-mail-expand-recipients): New functions.
13756         (epa-mail-encrypt): Call epa-mail-expand-recipients.
13758         * mail/rmail.el (rmail-epa-decrypt): New command.
13760         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
13761         Don't bind buffer-read-only, just inhibit-read-only.
13762         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
13763         (epa-decrypt-armor-in-region): Make error message clearer.
13765 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13767         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
13768         and "a2b" to "ab" for `prefix'.
13770 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
13772         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
13773         filter groups.
13774         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
13775         Fourquet (Bug#8804).
13777 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
13779         * startup.el (argi): Declare as global variable (bug#9275).
13781 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
13783         * subr.el (string-mark-left-to-right): Search the entire string
13784         for RTL script, not just the terminating character.  Doc fix.
13786 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13788         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
13789         New function.
13790         (js--regexp-literal, js-syntax-propertize-function): Remove.
13791         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
13792         (js-mode-map): Don't rebind electric keys.
13793         (js-insert-and-indent): Remove.
13794         (js-mode): Setup electric-layout and electric-indent instead.
13796         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
13798 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
13800         * epa.el (epa-progress-callback-function): Fix the logic of
13801         displaying progress.
13802         * epa-file.el (epa-file-insert-file-contents): Make progress
13803         display more user-friendly.
13804         (epa-file-write-region): Ditto.
13806 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
13808         * subr.el (string-mark-left-to-right): New function.
13810         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13811         Use string-mark-left-to-right.
13812         (list-buffers-noselect): Caller changed.
13814         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13815         Use string-mark-left-to-right.
13816         (tabulated-list-print): Recenter after moving point.
13818 2011-08-10  Juri Linkov  <juri@jurta.org>
13820         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13821         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13822         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13824 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
13826         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13827         (Bug#7554).
13829 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
13831         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13832         character.  (Bug#6594)
13834 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
13836         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13837         (image-dired--with-db-file): New macro.
13838         (image-dired-write-tags, image-dired-remove-tag)
13839         (image-dired-create-gallery-lists, image-dired-write-comments)
13840         (image-dired-get-comment, image-dired-mark-tagged-files)
13841         (image-dired-list-tags, image-dired-gallery-generate): Use it.
13842         (image-dired-gallery-generate): Use insert-file-contents.
13844         * time.el (display-time-world-list, display-time-world-display):
13845         * time-stamp.el (time-stamp-string):
13846         * vc/add-log.el (add-change-log-entry): Use setenv instead of
13847         set-time-zone-rule (Bug#7337).
13849 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
13851         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13852         (epg-error-to-string, epg-errors-to-string): New function.
13853         (epg-wait-for-completion): Reverse errors list.
13854         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13855         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13856         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13857         (epg-sign-keys, epg-generate-key-from-file)
13858         (epg-generate-key-from-string): Format errors by using
13859         epg-errors-to-string (bug#9255).
13860         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13862 2011-08-07  Juri Linkov  <juri@jurta.org>
13864         * faces.el (list-faces-display): Remove extra angle bracket
13865         from `help-mode-map'.
13867         * info.el (Info-history-toc-nodes): Doc fix.
13869         * longlines.el (longlines-mode): Doc fix.
13871 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13873         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13874         of statements and in a few more cases (bug#9183).
13876         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13877         New functions.
13878         (cl-transform-lambda): Use them (bug#9239).
13880 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
13882         * window.el (display-buffer-same-window)
13883         (display-buffer-same-frame, display-buffer-other-window)
13884         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13885         (pop-to-buffer-other-window)
13886         (pop-to-buffer-same-frame-other-window)
13887         (pop-to-buffer-other-frame): Make them defuns.
13888         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13890 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13892         * subr.el (make-composed-keymap): Move from C.  Change calling
13893         convention, and improve docstring to bring attention to a subtle point.
13894         * minibuffer.el (completing-read-default): Adjust accordingly.
13896 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
13898         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13899         (tramp-open-shell): Use `tramp-shell-quote-argument'.
13901         * net/trampver.el: Update release number.
13903 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13905         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13906         "in" (bug#9190).
13908 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13910         * mail/sendmail.el (sendmail-query-once): Restore the current
13911         buffer after querying (bug#9074).
13913         * dired.el (dired-flagged): Use different faces for marked and
13914         flagged files (bug#6117).
13916         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13917         (bug#4433).
13919         * ido.el (ido-mode): Switch off the message if called
13920         non-interactively.
13922         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13923         before 587, since it appears that that's more likely to work for
13924         more people.
13926         * cus-edit.el (custom-file): When running under emacs -q, always
13927         refuse to save the customizations, even if the .emacs file doesn't
13928         exist.
13930         * info.el: Remove the `Info-beginning-of-buffer' function
13931         (bug#8325).
13933         * net/network-stream.el (network-stream-open-starttls):
13934         Use `starttls-available-p' to see whether starttls.el can be used.
13936 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
13938         * window.el (display-buffer-in-window): Don't set dedicated status
13939         of window here (Bug#9215).
13940         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13941         (display-buffer-pop-up-side-window)
13942         (display-buffer-in-side-window): Set dedicated status of window here.
13944 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13947         before binding generated-autoload-file.
13949 2011-08-01  Deniz Dogan  <deniz@dogan.se>
13951         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13953 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
13955         Sync with Tramp 2.2.2.
13957         * net/trampver.el: Update release number.
13959 2011-07-30  Juri Linkov  <juri@jurta.org>
13961         * dired-aux.el (dired-touch-initial): Remove function.
13962         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13963         current time, and `default' to the last modification time of the
13964         current marked file (bug#6887).
13966 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
13968         * simple.el (goto-line): Use string-to-number to provide a
13969         numeric argument to read-number (bug#9163).
13971 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
13973         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13974         connection process, it could be nil.
13976 2011-07-27  Leo Liu  <sdl.web@gmail.com>
13978         Simplify url handling in rcirc-mode.
13980         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13981         (rcirc-browse-url-at-mouse): Remove.
13982         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13984 2011-07-26  Alan Mackenzie  <acm@muc.de>
13986         Fontify bitfield declarations properly.
13988         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13989         (c-symbol-chars): Now exported as a lang variable.
13990         (c-not-primitive-type-keywords): New lang variable.
13992         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13993         QT keyword "more" to prevent "more slots: ...." being spuriously
13994         parsed as a bitfield declaration.
13996         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13997         Refactor and enhance to handle bitfield declarations.
13998         (c-punctuation-in): New function.
13999         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14000         declarations properly.
14002 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
14004         * calendar/icalendar.el (icalendar--all-events): Take care of
14005         multiple vcalendars in a single file.
14006         (icalendar--convert-float-to-ical): Checkdoc fixes.
14008 2011-07-25  Deniz Dogan  <deniz@dogan.se>
14010         * image.el (insert-image): Clarifying docstring.
14012 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
14014         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14015         `tramp-send-command-and-check' if there is no error.
14016         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14018 2011-07-22  Alan Mackenzie  <acm@muc.de>
14020         Prevent cc-langs.elc being loaded at run time.
14022         * progmodes/cc-mode.el: Remove two autoload forms which loaded
14023         cc-langs.
14025         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
14026         "(require 'cc-langs)".  Quote a form so it will evaluate at
14027         (cc-mode's) compilation time.
14029 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
14031         * net/tramp.el (tramp-file-name-handler): Avoid recursive
14032         loading.  (Bug#9114)
14034 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
14036         * window.el (display-buffer-pop-up-window)
14037         (display-buffer-pop-up-side-window)
14038         (display-buffer-in-side-window): Call display-buffer-set-height
14039         and display-buffer-set-width after setting the new window's
14040         buffer so `fit-window-to-buffer' and friends work on the right buffer.
14042 2011-07-20  Sam Steingold  <sds@gnu.org>
14044         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
14045         (etags-tags-included-tables): Call `convert-standard-filename' on
14046         the file names contained in TAGS so that windows Emacs can handle
14047         TAGS files created by cygwin ctags.
14049 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14051         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
14052         which apparently didn't work.
14054 2011-07-19  Roland Winkler  <winkler@gnu.org>
14056         * proced.el (proced-send-signal): For *Marked Processes* buffer
14057         put point at beginning of buffer.
14059 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
14061         * proced.el (proced-format): Make header lines align with the text
14062         (bug#1779).
14064 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14066         * view.el (view-buffer): Allow running in `special' modes if we're
14067         visiting a file (bug#8615).
14069 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
14071         * window.el (display-buffer-alist-of-strings-p)
14072         (display-buffer-alist-set-1, display-buffer-alist-set-2):
14073         New functions.
14074         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14075         more accurately.
14077 2011-07-18  Alan Mackenzie  <acm@muc.de>
14079         Fontify declarators properly when, e.g., a jit-lock chunk begins
14080         inside a declaration.
14082         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
14084         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14085         New function.
14086         (c-complex-decl-matchers): Insert reference to
14087         c-font-lock-enclosing-decls.
14089         * progmodes/cc-engine.el (c-backward-single-comment):
14090         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
14091         to nil around calls to (forward-comment -1).
14093 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095         * image.el (put-image): Doc typo fix.
14097         * progmodes/etags.el (tags-search): Doc typo fix.
14099         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
14100         password if we get errors 550 to 554.
14102 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14104         * net/gnutls.el (gnutls-log-level): Remove.
14106         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
14107         indentation character (bug#6380).
14109         * files.el (buffer-offer-save): Made permanently local (bug#6241).
14111         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
14112         to clarify what the problem is (bug#4291).
14114         * simple.el (current-kill): Clarify what
14115         `interprogram-paste-function' does (bug#7500).
14116         (auto-fill-mode): Document `auto-fill-function' in relation to
14117         `auto-fill-mode' (bug#2470).
14119 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
14121         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
14122         method if slot is read-only (bug#9035).
14124 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
14126         * frame.el (select-frame-set-input-focus): New argument NORECORD.
14127         * window.el (pop-to-buffer): Select window used even if it was
14128         selected before, see discussion of (Bug#8615), (Bug#6954).
14129         Pass argument NORECORD on to select-frame-set-input-focus.
14131 2011-07-15  Glenn Morris  <rgm@gnu.org>
14133         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
14134         Respect help-form.
14136 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
14138         * net/gnutls.el (gnutls-min-prime-bits): New variable.
14139         (gnutls-negotiate): Use it.
14141 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14143         * net/gnutls.el (gnutls-negotiate):
14144         Upcase `gnutls-algorithm-priority'.
14146 2011-07-15  Glenn Morris  <rgm@gnu.org>
14148         * jka-compr.el (jka-compr-verbose): Move from here...
14149         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
14150         Add missing :version tag.
14151         * info.el: No need to require jka-compr when compiling.
14153 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14155         * net/gnutls.el (gnutls-algorithm-priority): New variable.
14156         (gnutls-negotiate): Use it.
14158         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
14160         * info.el (Info-beginning-of-buffer): New command.
14161         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
14162         announcing `b' as the key (bug#8325).
14163         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
14165         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
14167         * international/mule-cmds.el
14168         (describe-specified-language-support): Make the error message
14169         clearer (bug#8905).
14171         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
14173         * isearch.el (isearch-barrier): Add a doc string, since it's
14174         mentioned in a function doc string (bug#8678).
14176 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
14178         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
14179         buffer argument (Bug#9083) and self-identifying label argument.
14181 2011-07-15  Glenn Morris  <rgm@gnu.org>
14183         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
14185 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14187         * man.el (Man-fontify-manpage): Fix message when formatting the
14188         man page (bug#7929).
14190 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
14192         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
14193         argument LRM; if non-nil, append an invisible LRM character to the
14194         buffer name.
14195         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
14196         last argument non-nil, when formatting buffer names.
14197         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
14198         paragraph direction.
14200 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14202         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
14203         the man page name (bug#7929).
14205         * image.el (put-image): Mention the `put-image' overlay property
14206         (bug#7834).
14208         * scroll-bar.el (set-scroll-bar-mode): Mention that
14209         `scroll-bar-mode' lists the values (bug#7772).
14211         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
14212         command (bug#7729).
14214         * rect.el (apply-on-rectangle): Return the point after the last
14215         operation.
14216         (string-rectangle): Go to the point after the last operation
14217         (bug#7522).
14219         * printing.el (pr-toggle-region): Clarify the documentation
14220         slightly (bug#7493).
14222         * time.el (display-time-update):
14223         Allow `display-time-mail-function' to return nil (bug#7158).
14224         Fix suggested by Detlev Zundel.
14226         * vc/diff.el (diff): Clarify the order the file names are read
14227         (bug#7111).
14229         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
14230         the doc string (bug#7015).
14232         * font-lock.el (font-lock-maximum-decoration): Mention what
14233         numeric levels mean (bug#6935).
14235         * startup.el (initial-buffer-choice): Don't mention the `none'
14236         selection, which is against policy.
14238 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
14240         * window.el (display-buffer-normalize-special):
14241         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
14243 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
14245         * subr.el (version<, version<=, version=): Mention "-CVS" and
14246         "-12345" alpha version numbers.
14248 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
14250         * bindings.el: Add advertised binding for set-mark-command
14251         (Bug#5772).
14253 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
14255         * bindings.el (mode-line-other-buffer):
14256         * bookmark.el (bookmark-bmenu-2-window):
14257         * bs.el (bs-cycle-next, bs-cycle-previous):
14258         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
14259         switch-to-buffer.
14261         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14262         Delete.
14264 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
14266         * follow.el (follow-debug-message, follow-redisplay):
14267         * jka-cmpr-hook.el (with-auto-compression-mode):
14268         Fix typos in docstrings.
14270 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14272         * subr.el (with-silent-modifications): Clarify somewhat what the
14273         macro inhibits (bug#6525).
14275         * simple.el (eval-expression): Note what it does if called
14276         interactively (bug#6495).
14278 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
14280         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
14281         Use pop-to-buffer buffer-or-name if it is nil.
14283         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14284         Remove switch-to-buffer.
14286 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14288         * files.el (make-directory): Clarify that an error will be raised
14289         if there's an error (bug#6397).
14291         * startup.el (initial-buffer-choice): Add `none' as a choice
14292         (bug#6234).
14294         * subr.el (add-hook): Clarify section about buffer-local hooks
14295         (bug#6218).
14297         * dired.el (dired-flagged): Clarify doc string (bug#6117).
14299 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
14301         * tabify.el (untabify): Preserve the current column so that point
14302         doesn't move (bug#6032).
14304 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14306         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
14307         Rewrite to avoid awkward possessive "s" (bug#5986).
14309 2011-07-13  Glenn Morris  <rgm@gnu.org>
14311         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
14312         (dired-insert-directory): Give a message the first time
14313         if ls is found not to support --dired.
14315 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14317         * simple.el (toggle-truncate-lines): Clarify what is toggled
14318         (bug#5580).  Text by Drew Adams.
14320 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
14322         * simple.el (blink-matching-open): Make the error message from the
14323         last change less verbose.
14325 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
14327         * font-lock.el (font-lock-comment-face): Use the high contrast
14328         "yellow" color for font-lock-comment-face on low color terminals
14329         using a dark background color (bug#4221).
14331 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14333         * dired.el (dired-insert-set-properties): Make the doc string
14334         reflect what it does now (bug#5325).
14336         * simple.el (blink-matching-open): Say that we were unable to find
14337         the match within the limit, if we're limited (bug#5122).
14339         * international/mule-cmds.el (prefer-coding-system): Add an
14340         example (bug#4869).
14342         * progmodes/etags.el (tags-search): Document `file-list-form'
14343         (bug#4731).
14345 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
14347         * net/browse-url.el (browse-url-default-browser)
14348         (browse-url-browser-function): Make the default browser choice a
14349         bit more logical (bug#4300).  Also clean up the doc string.
14351 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
14353         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
14354         binary endings (bug#4440).
14356 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14358         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
14359         which can be pretty annoying (bug#8971).
14361         * jka-compr.el (jka-compr-verbose): New variable, and use
14362         throughout (bug#8971).
14364         * info.el (Info-find-file): Fall back on the installation
14365         directory if we can't find the info node anywhere else.
14367 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
14369         * vc/vc.el (vc-revert-file):
14370         Don't set file time-stamp in the past.  (Bug#5181)
14372 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14374         * files.el (after-find-file): Give a better error message when
14375         trying to find a symlink that points to a file that doesn't exist
14376         (bug#4398).
14378         * progmodes/cc-vars.el: Remove (probably) misleading comment
14379         (bug#4396).
14381 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
14383         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
14385 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
14387         * mouse-sel.el: Hack restoring functionality, while keeping
14388         compatibility with 2010-07-03 changes to mouse selection.
14389         (mouse-sel-primary-overlay): New var.
14390         (mouse-sel-selection-alist): Use it.
14391         (mouse-sel-mode): Doc fix; remove points that are default features
14392         of mouse.el.
14394 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
14396         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14397         Fix previous fix (bug#2490).
14399 2011-07-12  Roland Winkler  <winkler@gnu.org>
14401         * textmodes/bibtex.el (bibtex-initialize):
14402         Use pop-to-buffer-same-window.
14403         (bibtex-search-entries): Fix interactive call.
14405 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14407         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14408         Fontise bytecomp Error lines more correctly (bug#2490).
14409         Fix suggested by Johan Bockgård.
14411         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
14413         * dired-x.el (dired-guess-default): Use `delete-dups'.
14415 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
14417         * dired.el (dired-mark-prompt):
14418         * dired-aux.el (dired-read-shell-command): Doc fix.
14420 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14422         * mail/sendmail.el (sendmail-query-once):
14423         Use `customize-save-variable' unconditionally, now that it works under
14424         emacs -Q.
14426         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14428         * cus-edit.el (custom-file): Take an optional no-error variable.
14429         (customize-save-variable): Set the variable, and give a warning if
14430         running under "emacs -q".
14432 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
14434         * loadhist.el (unload-feature-special-hooks):
14435         Add `auto-coding-functions', `fill-nobreak-predicate' and
14436         `find-directory-functions' (bug#5327).
14438 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14440         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
14442         * cus-edit.el (custom-guess-name-alist): -alist variables should
14443         use the `alist' type (bug#3120).  Suggested by Drew Adams.
14445         * printing.el: Add documentation to all the `pr-toggle-' commands.
14447 2011-07-11  Leo Liu  <sdl.web@gmail.com>
14449         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
14450         backends where it makes sense (bug#2623).
14452 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14454         * dired-x.el (dired-guess-default): Remove duplicate shell command
14455         entries (bug#2028).
14456         (dired-guess-default): Fix grammar in doc string (bug#2028).
14457         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
14459         * subr.el (remove-duplicates): New conveniency function.
14461 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14463         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
14464         (bug#1526).
14466 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
14468         * window.el (display-buffer-normalize-default): Don't invert
14469         meaning of even-window-heights.  Reported by Eli Zaretskii
14470         <eliz@gnu.org>.
14472 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
14474         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
14476 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
14478         * window.el (display-buffer): Fix arguments to
14479         display-buffer-reuse-window in last change.
14481         * faces.el (link): Use a less saturated blue on light backgrounds.
14483         * startup.el (fancy-startup-text, fancy-about-text)
14484         (fancy-startup-tail): Use font-lock faces, for background safety.
14486 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
14488         * emulation/viper-cmd.el (viper-change-state-to-vi):
14489         Limit triggering of abbrev expansion (Bug#9038).
14491 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
14493         * window.el (display-buffer-default-specifiers): Remove.
14494         (display-buffer-macro-specifiers): Remove default specifiers.
14495         (display-buffer-alist): Default to nil.
14496         (display-buffer-reuse-window): New optional argument other-window.
14497         (display-buffer-pop-up-window): Allow splitting internal
14498         windows.  Check whether a live window was created.
14499         (display-buffer-other-window-means-other-frame)
14500         (display-buffer-normalize-arguments): Rename to
14501         display-buffer-normalize-argument and rewrite.  Set the
14502         other-window specifier.
14503         (display-buffer-normalize-special): New function.
14504         (display-buffer-normalize-options): Rename to
14505         display-buffer-normalize-default and rewrite.
14506         (display-buffer-normalize-options-inhibit): Remove.
14507         (display-buffer-normalize-specifiers): Rewrite.
14508         (display-buffer): Process other-window specifier and call
14509         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
14510         more faithfully.
14511         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
14512         (display-buffer-alist-set): Don't handle 'unset default values.
14513         (display-buffer-in-window, display-buffer-alist-set):
14514         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
14515         <tassilo@member.fsf.org>.
14517 2011-07-09  Leo Liu  <sdl.web@gmail.com>
14519         * register.el (insert-register): Restore accidental change on
14520         2011-06-26.  (Bug#9028)
14522 2011-07-09  Glenn Morris  <rgm@gnu.org>
14524         * subr.el (remq): Handle the empty list.  (Bug#9024)
14526 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
14528         * mail/sendmail.el (send-mail-function): No longer delay custom
14529         initialization.
14530         * custom.el (custom-initialize-delay): Doc fix.
14532 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14534         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
14536 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
14538         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
14539         human-friendly prompt.
14541 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14543         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
14544         provided by a particular plugin.
14546 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14548         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
14549         save customizations (with "emacs -Q"), just set the variable
14550         instead of erroring out.
14552         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14554 2011-07-08  Juri Linkov  <juri@jurta.org>
14556         * arc-mode.el (archive-zip-expunge, archive-zip-update)
14557         (archive-zip-update-case): Use 7z if found by `executable-find'.
14558         The order of searching the available programs is the same as in
14559         `archive-zip-extract' (bug#8968).
14561 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
14563         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
14564         (menu-bar-options-menu): Tweak descriptions.
14566 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
14569         menu items into verb phrases (bug#1421).  Also refill to fit under
14570         80 columns.
14572 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
14574         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
14575         (Info-read-node-name): Doc fix (Bug#1084).
14577         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
14578         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
14579         (end-of-sexp, beginning-of-sexp)
14580         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
14581         (forward-symbol, forward-same-syntax, word-at-point)
14582         (sentence-at-point): Doc fix (Bug#1144).
14584 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14586         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
14587         should cover it (bug#1281).
14589         * cus-edit.el (custom-show): Mark as obsolete.
14591         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
14592         negotiation fails, then possibly try again with a non-encrypted
14593         connection (bug#9017).
14595         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
14596         be used.
14598 2011-07-07  Richard Stallman  <rms@gnu.org>
14600         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
14601         property, and handle its changed format.
14602         Look for the correct line number.
14603         Use file's line contents (but not past first =) to find
14604         correct line in message.
14606 2011-07-07  Kenichi Handa  <handa@m17n.org>
14608         * international/characters.el (build-unicode-category-table):
14609         Delete it.
14610         (unicode-category-table): Set it by unicode-property-table-internal.
14612         * international/mule-cmds.el (char-code-property-alist): Move to
14613         to src/chartab.c.
14614         (get-char-code-property): Call unicode-property-table-internal to
14615         load a file.  Call get-unicode-property-internal where necessary.
14616         (put-char-code-property): Call unicode-property-table-internal to
14617         load a file.  Call put-unicode-property-internal where necessary.
14618         put-unicode-property-internal where necessary.
14619         (char-code-property-description):
14620         Call unicode-property-table-internal to load a file.
14622         * international/charprop.el:
14623         * international/uni-bidi.el:
14624         * international/uni-category.el:
14625         * international/uni-combining.el:
14626         * international/uni-comment.el:
14627         * international/uni-decimal.el:
14628         * international/uni-decomposition.el:
14629         * international/uni-digit.el:
14630         * international/uni-lowercase.el:
14631         * international/uni-mirrored.el:
14632         * international/uni-name.el:
14633         * international/uni-numeric.el:
14634         * international/uni-old-name.el:
14635         * international/uni-titlecase.el:
14636         * international/uni-uppercase.el: Regenerate.
14638         * loadup.el: Load international/charprop.el before
14639         international/characters.
14641 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
14643         * window.el (next-buffer, previous-buffer): Signal an error if
14644         called from a minibuffer window.
14646         * bindings.el: Revert 2011-07-04 change.
14648 2011-07-06  Richard Stallman  <rms@gnu.org>
14650         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
14651         (rmail-mime-insert-bulk, rmail-mime-insert-text):
14652         Treat markers like ints.
14653         (rmail-mime-entity): Doc fix.
14655 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14657         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
14658         defcustom again for backwards compatibility.
14660         * simple.el (shell-command-on-region): Fill.
14662         * dired-aux.el (dired-kill-line): Add a doc string.
14664         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
14665         to "\\sw\\|\\s_" (bug#358).
14667         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
14668         (dired-unmark-backward): Ditto.
14669         (dired-flag-backup-files): Ditto.
14671         * dired-x.el (dired-mark-sexp): Ditto.
14673 2011-07-06  Richard Stallman  <rms@gnu.org>
14675         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
14676         (rmail-mime-entity): New arg TRUNCATED.
14677         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
14678         New functions.
14679         (rmail-mime-save): Warn if entity is truncated.
14680         (rmail-mime-toggle-hidden): Likewise, for showing.
14681         (rmail-mime-process-multipart): Record when an entity is truncated.
14683         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
14684         if ENTITY is a string.
14686 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14688         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
14689         of faces when `M-C-x'-ing their definitions (bug#8378).
14690         Also clean up the code slightly.
14692         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
14693         because that makes the colors go away.
14695         * mail/sendmail.el (send-mail-function): Change the default to
14696         `sendmail-query-once'.
14697         (sendmail-query-once): Add an autoload cookie.
14699         * net/network-stream.el (network-stream-open-starttls): Try using
14700         a plain connection even if the server offered STARTTLS, and we
14701         kinda wanted to use it, if Emacs doesn't have any STARTTLS
14702         capability.  This should make smtpmail.el work in slightly more
14703         configurations.
14705 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
14707         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14708         New defun.
14709         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
14711 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
14713         * progmodes/sql.el: Version 3.0
14714         (sql-product-alist): Add product :completion-object,
14715         :completion-column, and :statement attributes.
14716         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
14717         (sql-mode-syntax-table): Mark all punctuation.
14718         (sql-font-lock-keywords-builder): Temporarily remove fallback on
14719         ansi keywords.
14720         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
14721         (sql-mode-oracle-font-lock-keywords): Improve.
14722         (sql-oracle-show-reserved-words): New function for development.
14723         (sql-product-font-lock): Simplify for source code buffers.
14724         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
14725         New functions.
14726         (sql-highlight-product): Set product specific syntax table.
14727         (sql-mode-map): Add statement movement functions.
14728         (sql-ansi-statement-starters, sql-oracle-statement-starters):
14729         New variable.
14730         (sql-statement-regexp, sql-beginning-of-statement)
14731         (sql-end-of-statement, sql-signum): New functions.
14732         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
14733         (sql-show-sqli-buffer): Bug fix.
14734         (sql-interactive-mode): Store connection data as buffer local.
14735         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
14736         with sql-interactive-mode.
14737         (sql-save-connection): Save buffer local settings.
14738         (sql-connection-menu-filter): Change menu entry name.
14739         (sql-product-interactive): Bug fix.
14740         (sql-preoutput-hold): New variable.
14741         (sql-interactive-remove-continuation-prompt): Bug fixes.
14742         (sql-debug-redirect): New variable.
14743         (sql-str-literal): New function.
14744         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
14745         Redesign.
14746         (sql-oracle-save-settings, sql-oracle-restore-settings)
14747         (sql-oracle-list-all, sql-oracle-list-table): New functions.
14748         (sql-completion-object, sql-completion-column)
14749         (sql-completion-sqlbuf): New variables.
14750         (sql-build-completions-1, sql-build-completions)
14751         (sql-try-completion): New functions.
14752         (sql-read-table-name): Use them.
14753         (sql-contains-names): New buffer local variable.
14754         (sql-list-all, sql-list-table): Use it.
14755         (sql-oracle-completion-types): New variable.
14756         (sql-oracle-completion-object, sql-sqlite-completion-object)
14757         (sql-postgres-completion-object): New functions.
14759 2011-07-06  Glenn Morris  <rgm@gnu.org>
14761         * window.el (pop-to-buffer): Doc fix.
14763 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
14765         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14767 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
14769         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
14771         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
14773 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
14775         * button.el (button): Inherit from link face.  Suggested by Dan
14776         Nicolaescu.
14778 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14780         * progmodes/gdb-mi.el: Fit in 80 columns.
14781         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
14782         switch-to-buffer.
14784         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
14785         if imenu is simply not configured (bug#8941).
14787 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
14789         * allout.el (allout-post-undo-hook): New allout outline-change
14790         event hook to signal undo activity.
14791         (allout-post-command-business): Run allout-post-undo-hook if an
14792         undo just occurred.
14793         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
14794         * allout-widgets.el (allout-widgets-after-undo-function):
14795         Ensure the integrity of the current item's decoration after it has been
14796         in the vicinity of an undo.
14797         (allout-widgets-mode): Include allout-widgets-after-undo-function
14798         on the new allout-post-undo-hook.
14800 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
14803         Let define-derived-mode define it.
14804         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
14805         cycles of abbrev-table inheritance (bug#8998).
14807 2011-07-05  Roland Winkler  <winkler@gnu.org>
14809         * textmodes/bibtex.el: Add support for biblatex.
14810         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14811         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14812         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14813         (bibtex-entry-alist, bibtex-field-alist): New variables.
14814         (bibtex-entry-field-alist): Obsolete alias for
14815         bibtex-BibTeX-entry-alist.
14816         (bibtex-entry-alist, bibtex-field-alist): New widgets.
14817         (bibtex-set-dialect): New command.
14818         (bibtex-entry-type, bibtex-entry-head)
14819         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14820         Bind via bibtex-set-dialect.
14821         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14822         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14823         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14824         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14825         Define via bibtex-set-dialect.
14826         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14827         Obey bibtex-no-opt-remove-re.
14828         (bibtex-vec-push, bibtex-vec-incr): New functions.
14829         (bibtex-format-entry, bibtex-field-list)
14830         (bibtex-print-help-message, bibtex-validate)
14831         (bibtex-search-entries): Use new format of bibtex-entry-alist.
14833 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14835         * progmodes/compile.el (compilation-goto-locus):
14836         * net/tramp-cmds.el (tramp-append-tramp-buffers):
14837         * bs.el (bs-cycle-next, bs-cycle-previous):
14838         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14839         * bindings.el (mode-line-other-buffer):
14840         * autoinsert.el (auto-insert):
14841         * arc-mode.el (archive-extract):
14842         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14844 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
14846         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14847         Fix check of `emacs-lock-unlockable-modes'.
14848         Coerce true values of `emacs-lock--try-unlocking' to t.
14850 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
14852         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14853         * emacs-lock.el: New file.
14855 2011-07-05  Julien Danjou  <julien@danjou.info>
14857         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14858         than `boundp' to check if face is set.
14860 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
14862         * register.el (registerv-make):
14863         * window.el (window-min-height): Fix typos in docstrings.
14865 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
14867         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
14868         Update doc string.
14870 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
14872         * server.el (server-execute): Catch quit and call
14873         `server-return-error' to pass the error back to emacsclient and
14874         close the connection (bug#8942).
14876 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
14878         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14879         insecure exception for current topic.  Also note that auto-saves
14880         are handled differently.
14882         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
14883         State variables for tracking auto-save inhibition situation.
14885         (allout-write-contents-hook-handler): Rename from
14886         'allout-write-file-hook-handler', and describe how it depends on
14887         write-contents-functions sensitivity to non-nil value to prevent
14888         file write.
14890         (allout-auto-save-hook-handler): Remove.  auto-save does not check
14891         this in individual buffers, only in the starting buffer, so this
14892         is not the right way for us to inhibit auto-save in a buffer
14893         according to its condition.
14895         (allout-mode): Use new allout-write-contents-hook-handler, and
14896         only with write-contents-functions.  Remove auto-save provisions -
14897         they're implemented elsewhere.
14899         (allout-before-change-handler): If undo is in progress, note that
14900         for attention of allout-post-command-business.
14902         (allout-post-command-business): If the command we're following was
14903         an undo, check for change in the status of encrypted items and
14904         adjust auto-save inhibitions accordingly.
14906         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14907         according to whether there are or aren't any plain-text topics
14908         pending encryption.
14910         (allout-inhibit-auto-save-info-for-decryption):
14911         Adjust buffer-saved-size and some allout state to inhibit auto-saves
14912         if there are plain-text topics pending encryption.
14914         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14915         buffer-saved-size and some allout state to not inhibit auto-saves
14916         if there are no longer any plain-text topics pending encryption.
14918         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14919         No longer provide for exemption of the current topic.
14921 2011-07-04  Juri Linkov  <juri@jurta.org>
14923         Add 7z operations to delete and save changed members (bug#8968).
14924         * arc-mode.el (archive-7z-expunge, archive-7z-update):
14925         New defcustoms.
14926         (archive-7z-write-file-member): New function.
14927         (archive-7z-summarize): Fix the number of dashes in the
14928         listing output.
14930 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14932         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14933         (bug#8958).
14935 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
14937         * bindings.el: Ignore next-buffer and previous-buffer in
14938         minibuffer-local-map.
14940         * font-lock.el (font-lock-builtin-face): Change light background
14941         color to dark slate blue (Bug#6693).
14943 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
14945         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14947 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14949         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14950         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14951         Add switch-to-buffer.
14953 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14955         * isearch.el (isearch-search-fun-function): Clarify further the
14956         meaning of the function returned.
14958 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
14960         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14962         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14963         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14964         Use it.
14965         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
14966         `tramp-default-remote-path' does not exist.
14967         (tramp-send-command-and-read): New optional argument NOERROR.
14968         (tramp-open-connection-setup-interactive-shell)
14969         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14970         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14971         (tramp-process-sentinel): Flush also process' connection property.
14972         (tramp-sh-handle-start-file-process): Do not set process
14973         sentinel.  It is done now ...
14974         (tramp-maybe-open-connection): ... here.  (Bug#8929)
14976 2011-07-04  MON KEY  <monkey@sandpframing.com>
14978         * play/animate.el (animate-string): Doc fixes and allow changing
14979         the buffer name (bug#5417).
14981 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14983         * play/animate.el (animation-buffer-name): Rename from *animate*.
14985 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14987         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14988         This is simpler and helps future-proof the code.
14989         (timer-until): Use time-subtract and float-time.
14990         (timer--time-less-p): Use time-less-p.
14992 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
14994         * type-break.el (timep): Use the value of `float-time' to avoid a
14995         byte-compiler warning.
14997         * server.el (server-eval-and-print): Return any result, even nil.
14999 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
15001         * type-break.el: Accept time formats that the builtins accept.
15002         (timep, type-break-time-difference): Accept any format that
15003         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15004         This is simpler and helps future-proof the code.
15005         (type-break-time-difference): Round rather than ignoring
15006         subseconds components.
15008 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010         * info.el (Info-apropos-matches): Make non-interactive, since it
15011         doesn't seem to do anything useful as a command (bug#8829).
15013 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
15015         * frame.el (frame-background-mode, frame-set-background-mode):
15016         Move from faces.el.
15017         (frame-default-terminal-background): New function.
15019         * custom.el (custom-push-theme): Don't record faces in `changed'
15020         theme; this doesn't work correctly for per-frame face settings.
15021         (disable-theme): Use face-set-after-frame-default to reset faces.
15022         (custom--frame-color-default): New function.
15024 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15026         * dired.el (dired-flagging-regexp): Remove unused variable
15027         (bug#8769).
15029 2011-03-29  Kevin Ryde  <user42@zip.com.au>
15031         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15032         `perl-Test2' extend to match possible "fail #N" rep count
15033         (bug#8377).
15035 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15037         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15038         `smtpmail-via-smtp' now returns the error instead of nil.
15040         * isearch.el (isearch-search-fun-function): Clarify the doc string
15041         (bug#8101).
15043 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
15045         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15046         unnecessary spaces (bug#8987).
15048 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15050         * net/network-stream.el (open-network-stream): Use the
15051         :end-of-capability command thoughout.
15053 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15055         * net/network-stream.el (open-network-stream): Add the
15056         :end-of-capability command parameter, used by pop3.el.
15058 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15060         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15062         * fringe.el (fringe-query-style): Remove redundant text " (type ?
15063         for list)" (bug#6475).
15065         * files.el (file-expand-wildcards): Ignore non-readable
15066         sub-directories while trying to find matches instead of signaling
15067         an error (bug#6297).
15069         * man.el (Man-reference-regexp): Allow matching possible
15070         word-wrapped references (bug#6289).
15072         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
15073         for consistency with the other vc buffers (bug#6197).
15074         (vc-checkin): Ditto.
15076         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
15078         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
15080 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15082         * custom.el (defcustom): Clarify that :set is only used in the
15083         Customize user interface (bug#6089).
15085         * progmodes/flymake.el (flymake-mode): If the buffer isn't
15086         associated with a file, refuse to run instead of erroring out
15087         (bug#6084).
15089         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
15090         the doc string, since it appears that using `fill-column' always
15091         controls the width (bug#7845).
15093         * simple.el (shell-command-on-region): Say where the error output
15094         went if `shell-command-default-error-buffer' is set (bug#6857).
15096 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
15098         * allout.el (allout-yank-processing): Adjust cursor position for
15099         backwards-deleted space.
15101         (allout-rebullet-heading): Register changes with
15102         allout-exposure-changed-hook, so the modified topic is properly
15103         decorated.
15105 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15107         * minibuffer.el (completion-in-region): Document PREDICATE
15108         (bug#7136).
15110         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
15111         of keyword/argument pairs (bug#6904).
15113         * replace.el (multi-occur):
15114         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
15116 2011-07-02  Drew Adams  <drew.adams@oracle.com>
15118         * dired.el (dired-mark-if): Make the message about whether it's
15119         marking or unmarking clearer (bug#8523).
15121 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15123         * disp-table.el (display-table-print-array): New function.
15124         (describe-display-table): Use it to print the vectors more pretty
15125         (Bug#8859).
15127 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
15129         * window.el (window-state-get-1): Don't assign clone numbers.
15130         Add clone-of item to list of window parameters.
15131         (window-state-put-2): Don't process clone numbers.
15132         (display-buffer-alist): Fix doc-string.
15134 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15136         * subr.el (remq): Don't allocate if it's not needed.
15137         (keymap--menu-item-binding, keymap--menu-item-with-binding)
15138         (keymap--merge-bindings): New functions.
15139         (keymap-canonicalize): Use them to refine the canonicalization.
15140         * minibuffer.el (minibuffer-local-completion-map)
15141         (minibuffer-local-must-match-map): Move initialization from C.
15142         (minibuffer-local-filename-completion-map): Move initialization from C;
15143         don't inherit from anything here.
15144         (minibuffer-local-filename-must-match-map): Make obsolete.
15145         (completing-read-default): Use make-composed-keymap to combine
15146         minibuffer-local-filename-completion-map with either
15147         minibuffer-local-must-match-map or
15148         minibuffer-local-filename-completion-map.
15150 2011-07-01  Glenn Morris  <rgm@gnu.org>
15152         * type-break.el (type-break-time-sum): Use dolist.
15154         * textmodes/flyspell.el (flyspell-word-search-backward):
15155         Replace CL function.
15157 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15159         * mouse.el (mouse--strip-first-event): New function.
15160         (function-key-map): Use it to map fringe clicks to normal clicks
15161         by default.
15163         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
15164         (vc-bzr-revision-completion-table): Add support for annotate and date.
15166         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
15167         inherit from parent.
15169 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15171         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
15172         (dired-show-file-type): Doc fixup (bug#8818).
15174         * dired.el (dired-mode): Fix up the doc string as suggested by
15175         Drew Adams (bug#8817).
15177         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
15178         cookie, since the manual says that it should be possible to add
15179         this function to `find-file-hook' (bug#8709).
15181 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
15183         * progmodes/cfengine.el: Moved all cfengine3.el functionality
15184         here.  Noted Ted Zlatanov as the maintainer.
15185         (cfengine-common-settings, cfengine-common-syntax): New functions
15186         to set up common things between `cfengine-mode' and
15187         `cfengine3-mode'.
15188         (cfengine3-mode): New mode.
15189         (cfengine3-defuns cfengine3-defuns-regex
15190         (cfengine3-class-selector-regex cfengine3-category-regex)
15191         (cfengine3-vartypes cfengine3-font-lock-keywords)
15192         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
15193         (cfengine3-indent-line): Add from cfengine3.el.
15195 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
15197         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
15199         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
15201 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
15203         * window.el (same-window-buffer-names, same-window-regexps)
15204         (same-window-p, special-display-frame-alist)
15205         (special-display-popup-frame, special-display-function)
15206         (special-display-buffer-names, special-display-regexps)
15207         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
15208         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15209         (split-window-preferred-function, split-height-threshold)
15210         (split-width-threshold, even-window-heights)
15211         (display-buffer-mark-dedicated, window-splittable-p)
15212         (split-window-sensibly, window-safely-shrinkable-p):
15213         Un-obsolete.
15214         (display-buffer): Don't spread args with function specifier
15215         because special-display-popup-frame won't like it.
15217 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
15219         Time-stamp simplifications and fixes.
15220         These improve accuracy slightly, and future-proof the code
15221         against some potential changes to current-time format.
15223         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
15224         by using time-since and float-time.
15226         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
15227         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
15228         + NNN microseconds".
15230         * type-break.el (type-break-time-sum): Rewrite using time-add.
15232         * play/hanoi.el (hanoi-current-time-float): Remove.
15233         All uses replaced by float-time.
15235         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
15236         This yields a more-accurate answer.
15237         (rng-time-to-float): Remove; no longer needed.
15239         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
15241         * calendar/timeclock.el (timeclock-seconds-to-time):
15242         Defalias to seconds-to-time, since they're the same thing.
15244         * emacs-lisp/elp.el (elp-elapsed-time):
15245         * emacs-lisp/benchmark.el (benchmark-elapse):
15246         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
15248 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15250         * window.el (bury-buffer): Don't iconify the only frame.
15251         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
15252         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
15254 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
15256         * eshell/em-smart.el (eshell-smart-display-navigate-list):
15257         Add mouse-yank-primary.
15259 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
15261         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
15263 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15265         * emacs-lisp/find-func.el (find-library--load-name): New fun.
15266         (find-library-name): Use it to find relative load names when provided
15267         absolute file name (bug#8803).
15269 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15271         * textmodes/flyspell.el (flyspell-word): Consider words that
15272         differ only in case as potential doublons (bug#5687).
15274         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
15275         Remove two rather uninteresting debugging-like messages to make
15276         debbugs.el more silent.
15278         * comint.el (comint-password-prompt-regexp): Accept "Response" as
15279         a password-like phrase.
15281 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
15283         * progmodes/cc-guess.el: New file.
15285         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
15287         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
15288         derived from `c-basic-common-init'.
15290         * progmodes/cc-mode.el (top-level): Require cc-guess.
15291         (c-basic-common-init): Use `cc-choose-style-for-mode'.
15293 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
15295         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
15297 2011-06-30  Alan Mackenzie  <acm@muc.de>
15299         * progmodes/cc-engine.el (c-guess-continued-construct):
15300         Correct the handling of template-args-cont, particularly for when font
15301         lock is disabled.  Name this case as "CASE G".
15303 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
15305         * allout.el (allout-yank-processing): Fix injection of extra space
15306         between bullet and non-whitespace character in first topic when
15307         pasting, ensuring that the actual spacing in the pasted topic
15308         following the bullet char is preserved.  This extra space was
15309         causing pasted encrypted topics to get a decrypted status even
15310         when the content was actually still encrypted.  Now the decryption
15311         status from before the paste is preserved.
15313         (allout-flag-region): Set all allout overlays so they evaporate
15314         when reduced to zero length (evanescent), to prevent overlay
15315         leakage.
15317 2011-06-30  Glenn Morris  <rgm@gnu.org>
15319         * w32-fns.el (w32-charset-info-alist): Declare.
15321         * find-dired.el (find-grep-options): Simplify.
15323         * term/ns-win.el (ns-set-resource): Declare.
15325         * ses.el (row, col): Declare dynamic variables honestly.
15327         * textmodes/reftex-parse.el (index-tags): Declare.
15329 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
15331         * cus-edit.el (customize-push-and-save): New function.
15333         * files.el (hack-local-variables-confirm): Use it.
15335         * custom.el (load-theme): New arg NO-CONFIRM.
15336         Use customize-push-and-save (Bug#8720).
15337         (custom-enabled-themes): Doc fix.
15339         * cus-theme.el (customize-create-theme)
15340         (custom-theme-merge-theme): Callers to load-theme changed.
15342 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15344         * thingatpt.el (thing-at-point-short-url-regexp): Require that
15345         short URLs have at least one dot in them (bug #7614).
15347         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
15348         nil, because using a pty is apparently too slow (bug #895).
15350 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15352         * mail/sendmail.el (sendmail-query-once): New function.
15353         (sendmail-query-once-function): New variable.
15355 2011-06-29  Glenn Morris  <rgm@gnu.org>
15357         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
15359         * ses.el (top-level): Require cl when compiling.
15360         (ses-set-localvars): Fix error statement.
15361         Call it at compile time to silence a storm of warnings.
15363 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
15365         * window.el (normalize-live-buffer): Rename to
15366         window-normalize-buffer.
15367         (normalize-live-frame): Rename to window-normalize-frame.
15368         (normalize-any-window): Rename to window-normalize-any-window.
15369         (normalize-live-window): Rename to window-normalize-live-window.
15370         (make-window-atom): Rename to window-make-atom.
15371         (window-resize-reset): Rename to window--resize-reset.
15372         (window-resize-reset-1): Rename to window--resize-reset-1.
15373         (resize-mini-window): Rename to window--resize-mini-window.
15374         (resize-subwindows-skip-p): Rename to
15375         window--resize-subwindows-skip-p.
15376         (resize-subwindows-normal): Rename to
15377         window--resize-subwindows-normal.
15378         (resize-subwindows): Rename to window--resize-subwindows.
15379         (resize-other-windows): Rename to window--resize-siblings.
15380         (resize-this-window): Rename to window--resize-this-window.
15381         (resize-root-window): Rename to window--resize-root-window.
15382         (resize-root-window-vertically): Rename to
15383         window--resize-root-window-vertically.
15384         (normalize-buffer-to-display): Rename to
15385         window-normalize-buffer-to-display.
15386         (normalize-buffer-to-switch-to): Rename to
15387         window-normalize-buffer-to-switch-to.
15388         Correspondingly update all callers of the functions listed
15389         above.
15390         (display-buffer-alist, display-buffer-normalize-arguments)
15391         (display-buffer-normalize-options, display-buffer)
15392         (display-buffer-alist-set): Use "function" instead of
15393         "fun-with-args".
15395 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
15397         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
15398         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
15399         debbugs.gnu.org.  Mention acknowledgment email.
15401 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15403         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
15404         buffer multibyteness, since it shouldn't matter.
15406 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
15408         * window.el (display-buffer-in-side-window): Handle dedicated
15409         windows as in display-buffer-reuse-window.
15410         (display-buffer-normalize-alist): Use value of override
15411         specifier.
15412         (display-buffer-normalize-specifiers): Use value of
15413         other-window-means-other-frame specifier.
15414         (display-buffer-alist): Rewrite some texts in widgets.
15415         (display-buffer): Spread arguments when calling function
15416         specified by fun-with-args.
15418 2011-06-28  Deniz Dogan  <deniz@dogan.se>
15420         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15421         Unnest `let'.
15423         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
15424         selectors (Bug#5732).
15425         (css-proprietary-nmstart-re): Use `regexp-opt'.
15427 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
15429         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
15430         (eshell-ls-date-format): New defcustom.
15431         (eshell-ls-file): Use it.
15433 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15435         * help-fns.el (describe-variable): Fix message for terminal-local vars.
15437 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15439         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
15440         (ange-ftp-make-tmp-name): New arg.
15441         (ange-ftp-file-local-copy): Use it.
15443 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
15445         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
15446         no-conversion (Bug#8870).
15448 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
15450         * window.el (window-right, window-left, window-child)
15451         (window-child-count, window-last-child)
15452         (window-iso-combination-p, walk-window-tree-1)
15453         (window-atom-check-1, window-tree-1, delete-window)
15454         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
15455         new naming conventions - window-vchild, window-hchild,
15456         window-next and window-prev are now called window-top-child,
15457         window-left-child, window-next-sibling and window-prev-sibling
15458         respectively.
15459         (resize-window-reset): Rename to window-resize-reset.
15460         (resize-window-reset-1): Rename to window-resize-reset-1.
15461         (resize-window): Rename to window-resize.
15462         (window-min-height, window-min-width)
15463         (resize-mini-window, resize-this-window, resize-root-window)
15464         (resize-root-window-vertically, adjust-window-trailing-edge)
15465         (enlarge-window, shrink-window, maximize-window)
15466         (minimize-window, delete-window, quit-restore-window)
15467         (split-window, balance-windows, balance-windows-area-adjust)
15468         (balance-windows-area, window-state-put-2)
15469         (display-buffer-even-window-sizes, display-buffer-set-height)
15470         (display-buffer-set-width, set-window-text-height)
15471         (fit-window-to-buffer): Rename all "resize-window" prefixed
15472         calls to use the "window-resize" prefix convention.
15473         (display-buffer-alist): Fix symbol for label specifier.
15474         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
15475         corresponding specifier.
15476         Reported by Juanma Barranquero <lekktu@gmail.com>.
15478 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
15480         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
15481         convention.
15482         (ses-call-printer): Does not pass an empty string to formatter when the
15483         cell is empty to keep from barking printer Calc math-format-value.
15485 2011-06-27  Richard Stallman  <rms@gnu.org>
15487         * battery.el (battery-mode-line-limit): New variable.
15488         (battery-update): Handle it.
15490         * mail/rmailmm.el (rmail-mime-process-multipart):
15491         Handle truncated messages.
15493 2011-06-27  Glenn Morris  <rgm@gnu.org>
15495         * progmodes/flymake.el (flymake-err-line-patterns):
15496         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
15498 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
15500         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
15501         (ses--clean-!, ses--clean-_): New functions.
15502         (ses-range): Add configurability of readout order, and conversion
15503         to Calc vector.
15505         * ses.el (ses-repair-cell-reference-all): New function.
15506         (ses-cell-symbol): Set macro as safe, so that it can be used in
15507         formulas.
15509         * ses.el: Update cycle detection algorithm.
15510         (ses-localvars): Add ses--Dijkstra-attempt-nb and
15511         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
15512         (ses-set-localvars): New function.
15513         (ses-make-cell): Add property-list as a cell element.
15514         (ses-cell-property-get-fun, ses-cell-property-get)
15515         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
15516         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
15517         New functions.
15518         (ses-cell-property-set, ses-cell-property-pop)
15519         (ses-cell-property-get-handle): New macro.
15520         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
15521         New aliases, used for code readability.
15522         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
15523         cycle detection.
15524         (ses-self-reference-early-detection): New defcustom.
15525         (ses-formula-references): Robustify against self-referring cells.
15526         (ses-mode): Use ses-set-localvars.
15527         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
15528         before lauching the update processing.
15529         (ses-initialize-Dijkstra-attempt): New function.
15530         (ses-recalculate-cell): Update for cycle detection based on
15531         Dijkstra algorithm.
15533         * ses.el: Fix commenting and indenting convention.
15535 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15537         * bs.el (bs-cycle-next): Complete last change.
15539 2011-06-27  Drew Adams  <drew.adams@oracle.com>
15541         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
15543 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545         * net/network-stream.el (network-stream-open-starttls):
15546         Don't re-get capabilities unless we've reestablished connection.
15547         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
15549         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
15550         to binary to possibly avoid line encoding issues on Windows (among
15551         other things).
15553 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15555         * net/network-stream.el (open-network-stream): Return an :error
15556         saying what the problem was, if possible.
15558         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
15559         server.
15561         * net/network-stream.el (network-stream-open-starttls): If we
15562         wanted to use STARTTLS, and the server offered it, but we weren't
15563         able to because we had no STARTTLS support, then close the connection.
15564         (open-network-stream): Return an :error element, if present.
15566 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
15568         * hl-line.el (hl-line-sticky-flag): Doc fix.
15569         (global-hl-line-sticky-flag): New option (Bug#8323).
15570         (global-hl-line-highlight): Obey it.
15572         * vc/vc.el (vc-revert-show-diff): Default to t.
15574 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
15576         * allout-widgets.el (allout-widgets-post-command-business):
15577         Stop decorating intermediate isearch matches.  They're not being
15578         undecorated when an isearch is continued past, and isearch
15579         automatically collapses them.  This leads to "widget leaks", where
15580         decorated items accumulate in collapsed areas.  Lines with lots of
15581         hidden widgets can slow down cursor travel, substantially.
15582         Too much complicated machinery would be needed to ensure undecoration,
15583         so we're doing without this nicety.
15585         (allout-widgets-tally-string): Don't try to do a hash-table-count
15586         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
15587         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
15588         *Messages* when allout-widgets-maintain-tally is t.
15590 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
15592         * window.el (display-buffer-normalize-argument): Rename to
15593         display-buffer-normalize-arguments.  Handle special meaning of
15594         LABEL argument.  Respect special-display-function when popping up
15595         a new frame.  Fix code searching for a window showing the buffer
15596         on another frame.
15597         (display-buffer-normalize-specifiers):
15598         Call display-buffer-normalize-arguments.
15599         (display-buffer-in-window): Don't undedicate the window if its
15600         buffer remains the same.
15601         Reported by Drew Adams <drew.adams@oracle.com>.
15602         (display-buffer-alist): Add choice for same-window macro
15603         specfier.
15604         (display-buffer): Mention special meaning of LABEL argument in
15605         doc-string.  Fix quoting.  Don't pop up a new frame even as
15606         fallback.
15608 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
15610         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
15611         avoid deleting the current window in some cases (bug#8911).
15613 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
15615         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
15616         (Bug#8934)
15618 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15620         * net/network-stream.el (network-stream-open-starttls):
15621         Use built-in TLS support if `gnutls-available-p' is true.
15622         (network-stream-open-tls): Ditto.
15624 2011-06-26  Leo Liu  <sdl.web@gmail.com>
15626         * register.el (registerv): New struct.
15627         (registerv-make): New function.
15628         (jump-to-register, describe-register-1, insert-register):
15629         Support the jump-func, print-func and insert-func slot of a registerv
15630         struct.  (Bug#8415)
15632 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
15634         * vc/vc.el (vc-revert-show-diff): New defcustom.
15635         (vc-diff-internal): New arg specifying diff buffer.
15636         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
15637         reuse an existing *vc-diff* buffer (Bug#8927).
15639         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
15641 2011-06-26  Glenn Morris  <rgm@gnu.org>
15643         * progmodes/f90.el (f90-critical-indent): New option.
15644         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
15645         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
15646         (f90-mode): Doc fix.
15647         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
15648         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
15649         (f90-beginning-of-block, f90-next-block, f90-indent-region)
15650         (f90-match-end): Handle block, critical.
15652 2011-06-25  Glenn Morris  <rgm@gnu.org>
15654         * calendar/diary-lib.el (diary-included-files): Doc fix.
15655         (diary-include-files): New function, extracted from
15656         diary-include-other-diary-files and diary-mark-included-diary-files.
15657         (diary-include-other-diary-files, diary-mark-included-diary-files):
15658         Just call diary-include-files.
15659         (diary-mark-entries): Reset diary-included-files on first call.
15661         * calendar/diary-lib.el (diary-mark-entries)
15662         (diary-mark-included-diary-files):
15663         Visit included diary-files in temp buffers.
15665         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
15666         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
15667         (f90-start-block-re, f90-imenu-generic-expression)
15668         (f90-looking-at-program-block-start, f90-no-block-limit):
15669         Add support for submodules.
15671         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15672         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
15674 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
15676         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
15677         buffer-file-type before setting its value, to avoid disastrous
15678         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
15680 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
15682         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
15684         * ses.el (ses-unload-function):
15685         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
15687         * proced.el (proced-unload-function):
15688         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
15690 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
15692         * server.el (server-create-window-system-frame): Add parameters arg.
15693         (server-process-filter): Doc fix.  Handle frame-parameters.
15695 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
15697         Fix bug#8730, bug#8781.
15699         * loadhist.el (unload--set-major-mode): New function.
15700         (unload-feature): Use it.
15702         * progmodes/python.el (python-after-info-look): Add autoload cookie.
15703         (python-unload-function): New function.
15705 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15707         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
15709 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
15711         * net/browse-url.el (browse-url-firefox-program): Add icecat to
15712         the candidates list.
15714 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
15716         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
15718 2011-06-23  Richard Stallman  <rms@gnu.org>
15720         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
15721         (rmail-variables): Set next-error-move-function.
15722         (rmail-what-message): Take argument POS.
15723         (rmail-next-error-move): New function.
15725 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15727         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
15728         messages for adjacent non-terminals.
15730 2011-06-23  Richard Stallman  <rms@gnu.org>
15732         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
15733         (rmail-show-message-1): Preserve buffer modified flag.
15734         (rmail-start-mail): Don't specify use of rmail-mail-return;
15735         that's done by mail-bury now.
15736         (rmail-mail-return): Handle arg NEWBUF.
15738 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
15740         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
15741         SIZE is a number.
15743 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
15745         * window.el (get-lru-window, get-mru-window)
15746         (get-largest-window): Never return a minibuffer window.
15747         (display-buffer-pop-up-window): Fix a bug that could lead to
15748         reusing the minibuffer window.
15749         (display-buffer): Pass original specifier argument to
15750         display-buffer-function instead of the normalized one.
15751         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15753 2011-06-22  Leo Liu  <sdl.web@gmail.com>
15755         * minibuffer.el (completing-read-function)
15756         (completing-read-default): Move from minibuf.c
15758 2011-06-22  Richard Stallman  <rms@gnu.org>
15760         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
15761         to Rmail even if not started by a special Rmail command.
15763         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
15764         Copy the buffer currently showing just one message.
15766 2011-06-22  Roland Winkler  <winkler@gnu.org>
15768         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
15769         (bibtex-clean-entry): First delete the old key so that a
15770         customized algorithm for generating the new key does not get
15771         confused by the old key.
15772         (bibtex-url): Obey regexp of first step.
15773         (bibtex-search-entries): Do not use add-to-list with local
15774         list-var.
15776 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15778         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
15779         stored a user name, then query for the password first, instead of
15780         waiting for SMTP to give an error message and the trying again.
15782 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
15784         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
15785         BUFFER in call-process.
15787 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15789         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
15790         QUIT twice.
15791         (smtpmail-try-auth-methods): Require user name and password from
15792         auth-source.
15794 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
15796         * window.el (display-buffer-default-specifiers)
15797         (display-buffer-alist): Remove entries for pop-up-frame-alist.
15798         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
15799         (split-window): Normalize SIDE argument (Bug#8916).
15801         * frame.el (pop-up-frame-alist, pop-up-frame-function)
15802         (special-display-frame-alist, special-display-popup-frame):
15803         Remove duplicate declarations.  These are now in window.el.
15805 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15807         * mail/smtpmail.el (smtpmail-via-smtp):
15808         Set :use-starttls-if-possible so that we always use STARTTLS if the
15809         server supports it.  SMTP servers that support STARTTLS commonly
15810         require it.
15812         * net/network-stream.el (network-stream-open-starttls): Support
15813         upgrading to STARTTLS always, even if we don't have built-in support.
15814         (open-network-stream): Add the :always-query-capabilities keyword.
15816         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15817         upgrades with `open-network-stream', and rely solely on
15818         auth-source for all credentials.  Big changes throughout the file,
15819         but in particular:
15820         (smtpmail-auth-credentials): Remove.
15821         (smtpmail-starttls-credentials): Remove.
15822         (smtpmail-via-smtp): Check for servers saying they want AUTH after
15823         MAIL FROM, too.
15825         * net/network-stream.el (network-stream-open-starttls):
15826         Provide support for client certificates both for external and built-in
15827         STARTTLS.
15828         (auth-source): Require.
15829         (open-network-stream): Document the :client-certificate keyword.
15830         (network-stream-certificate): Change cert-cert to cert and
15831         cert-key to key.
15833 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
15835         * net/tramp-cache.el (top): Don't load the persistency file when
15836         "emacs -Q" has been called.
15838 2011-06-21  Tim Harper  <timcharper@gmail.com>
15840         * term/ns-win.el (ns-initialize-window-system):
15841         Set application-specific `ApplePressAndHoldEnabled' system
15842         resource to NO as it is not yet supported by the NS port.
15844 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
15846         * misc.el (list-dynamic-libraries--refresh): Compute header here...
15847         (list-dynamic-libraries): ...not here.
15849 2011-06-21  Leo Liu  <sdl.web@gmail.com>
15851         * subr.el (sha1): Implement sha1 using secure-hash.
15853 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
15855         * window.el (display-buffer-alist): In default value do not
15856         enforce searching a window on any but the selected frame.
15857         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15858         (display-buffer-select-window): Remove function.
15859         (display-buffer-in-window): When a window on another frame gets
15860         reused, do not select it any more but just raise its frame if
15861         necessary (Bug#8851) and (Bug#8856).
15862         (display-buffer-normalize-options): Handle pop-up-frames related
15863         options more faithfully.
15864         (pop-to-buffer): Don't rely on `display-buffer' selecting the
15865         window if it is on another frame.
15866         (display-buffer-alist, display-buffer-default-specifiers):
15867         Don't make new frame unsplittable by default.
15868         (display-buffer-normalize-argument): Fix doc-string typo and use
15869         'same-frame-other-window instead of 'other-window when associating
15870         with display-buffer-macro-specifiers.
15872 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
15874         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15875         New functions.
15876         (5x5-mode-map, 5x5-mode-menu): Bind them.
15877         (5x5-draw-grid): Tweak the solver's rendering.
15879 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15881         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15882         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15884 2011-06-21  Drew Adams  <drew.adams@oracle.com>
15886         * menu-bar.el: Use function variable instead of switch-to-buffer.
15887         (menu-bar-select-buffer-function): New variable.
15888         (menu-bar-update-buffers): Use it (bug#8876).
15890 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15892         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15893         variable's status.
15895 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
15897         * x-dnd.el (x-dnd-version-from-flags)
15898         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15899         and long as number (Bug#8899).
15900         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15902 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15904         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
15905         (completion-try-completion, completion-all-completions): Compute the
15906         metadata argument if it's missing; make it optional (bug#8795).
15908         * wid-edit.el: Use lex-bind and move towards completion-at-point.
15909         (widget-complete): Use new :completion-function property.
15910         (widget-completions-at-point): New function.
15911         (default): Use :completion-function instead of :complete.
15912         (widget-default-completions): Rename from widget-default-complete;
15913         Rewrite.
15914         (widget-string-complete, widget-file-complete, widget-color-complete):
15915         Remove functions.
15916         (file, symbol, function, variable, coding-system, color):
15917         * international/mule-cmds.el (default-input-method, charset)
15918         (language-info-custom-alist):
15919         * cus-edit.el (face): Use new property :completions.
15921         * progmodes/pascal.el (pascal-completions-at-point): New function.
15922         (pascal-mode): Use it.
15923         (pascal-mode-map): Use completion-at-point.
15924         (pascal-toggle-completions): Make obsolete.
15925         (pascal-complete-word, pascal-show-completions):
15926         * progmodes/octave-mod.el (octave-complete-symbol):
15927         Redefine as obsolete alias.
15928         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15929         Signal absence of completion info for old Octave,
15930         (inferior-octave-complete): Redefine as obsolete alias.
15931         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15932         (meta-completions-at-point): Rename from meta-complete-symbol and
15933         adapt it for use on completion-at-point-functions.
15934         (meta-common-mode): Use it.
15935         (meta-looking-at-backward, meta-match-buffer): Remove.
15936         (meta-complete-symbol): Redefine as obsolete alias.
15937         (meta-common-mode-map): Use completion-at-point.
15938         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15939         (makefile-mode-map): Use completion-at-point.
15940         (makefile-completions-at-point): Rename from makefile-complete and
15941         adapt it for use on completion-at-point-functions.
15942         (makefile-mode): Use it.
15943         (makefile-complete): Redefine as obsolete alias.
15945 2011-06-20  Deniz Dogan  <deniz@dogan.se>
15947         * net/rcirc.el: Delete trailing whitespaces once and for all.
15949 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
15951         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15953 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
15955         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15957         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15959 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
15961         * window.el (display-buffer-other-window-means-other-frame):
15962         Call display-buffer-normalize-alist.
15963         (display-buffer-normalize-specifiers-1): Rename to
15964         display-buffer-normalize-argument.  New argument other-frame.
15965         Rewrite.
15966         (display-buffer-normalize-specifiers-2): Rename to
15967         display-buffer-normalize-options.
15968         (display-buffer-normalize-alist-1): New function.
15969         (display-buffer-normalize-specifiers-3): Rename to
15970         display-buffer-normalize-alist.
15971         Call display-buffer-normalize-alist-1.
15972         (display-buffer-normalize-options-inhibit): New variable.
15973         (display-buffer-normalize-specifiers): Rewrite calling
15974         display-buffer-normalize-alist,
15975         display-buffer-normalize-argument, and
15976         display-buffer-normalize-options.  Don't call the latter if
15977         display-buffer-normalize-options-inhibit is non-nil.
15978         (frame-auto-delete): New option.
15979         (window-deletable-p): Use frame-auto-delete.
15980         (window-list-no-nils, window-state-ignored-parameters)
15981         (window-state-get-1, window-state-get, window-state-put-list)
15982         (window-state-put-1, window-state-put-2, window-state-put):
15983         New functions.
15984         (display-buffer-normalize-options): Move special-display-p group
15985         after pop-up-frame group (Bug#8851) and (Bug#8856).
15987 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
15989         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15990         groups (Bug#8776).
15991         (rx-submatch-n): New function.
15992         (rx): Document it.
15994         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15995         (Bug#8768).
15997         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15999         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16001         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16002         anytime existing face settings are present (Bug#8889).
16004         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16005         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16006         Remove unused argument.
16008 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
16010         * window.el (display-buffer-default-specifiers):
16011         Remove pop-up-frame.  Add pop-up-window-min-height,
16012         pop-up-window-min-width, and another reuse-window specifier
16013         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
16014         (display-buffer-normalize-specifiers-2):
16015         Handle split-height-threshold and split-width-threshold also when
16016         pop-up-windows is unset.  Add a reuse-window specifier for the
16017         case popping up a new window fails.
16018         (special-display-popup-frame): Remove double quoting.
16019         (display-buffer-normalize-specifiers-1): Fix thinko.
16021 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16023         * shell.el (shell-completion-vars): Set pcomplete-termination-string
16024         according to comint-completion-addsuffix.
16026         * pcomplete.el: Convert to lexical binding and fix bug#8819.
16027         (pcomplete-suffix-list): Mark as obsolete.
16028         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16029         pcomplete-seen in the closure.
16030         (pcomplete-comint-setup): Setup completion-at-point as well.
16031         (pcomplete--entries): New function.
16032         (pcomplete--env-regexp): New var.
16033         (pcomplete-entries): Rewrite to work with partial-completion and
16034         without relying on pcomplete-suffix-list.
16035         (pcomplete-pare-list): Remove, unused.
16037 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
16039         * window.el (display-buffer-alist): Set pop-up-window-min-height
16040         and pop-up-window-min-width in default value.  Reported by
16041         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
16042         other-window-means-other-frame.
16043         (display-buffer-macro-specifiers): Comment out entry for
16044         other-window specifier.
16045         (display-buffer-other-window-means-other-frame): New function.
16046         (display-buffer-normalize-specifiers-1): New arguments
16047         buffer-name and label.  Treat other-window case specially.
16048         (display-buffer-normalize-specifiers-2): Treat other-window case
16049         specially.
16050         (display-buffer-normalize-specifiers-3): New function.
16051         (display-buffer-normalize-specifiers):
16052         Call display-buffer-normalize-specifiers-3.
16054 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
16056         * window.el (same-window-p): Fix two typos introduced when
16057         adding with-no-warnings.
16058         (display-buffer-normalize-specifiers-1): Don't check
16059         pop-up-frames for 'unset initialization.
16060         (display-buffer-normalize-specifiers-2): Major rewrite using
16061         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
16062         (pop-up-frames, display-buffer-reuse-frames)
16063         (display-buffer-mark-dedicated): Don't initialize to 'unset.
16064         Suggested by David Engster <deng@randomsample.de>.
16065         (even-window-heights): Initialize to 'unset.
16066         (display-buffer-alist-set): Handle new 'unset initializations.
16067         (display-buffer-macro-specifiers): Don't pop up a new frame in the
16068         other window case.
16070 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
16072         * window.el (display-buffer-normalize-specifiers-1):
16073         Respect current value of pop-up-frames for most reasonable values of
16074         second argument of display-buffer (Bug#8865).
16075         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
16076         (switch-to-buffer-other-window-same-frame)
16077         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
16078         Adams (Bug#8875).
16079         (display-buffer): Don't check noninteractive when calling
16080         display-buffer-pop-up-frame.
16081         (display-buffer-pop-up-frame): Never pop up a frame in
16082         noninteractive mode (Bug#8857).
16083         (enlarge-window, shrink-window): Don't report an error when the
16084         window can't be resized as requested (Bug#8862).
16086 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16088         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
16090         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
16092         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
16094 2011-06-15  Alan Mackenzie  <acm@muc.de>
16096         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
16097         for declarators, disable knr checking to speed up for normal files.
16098         2: Refactor, replacing a sequence of nested if forms by a cond form.
16100 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16102         * net/network-stream.el (open-network-stream): Add the keyword
16103         :always-query-capabilities for the case where you want to force a
16104         `plain' network connection, but the protocol still requires the
16105         capabilitiy command (i.e., SMTP and EHLO).
16107         * subr.el (process-live-p): Rename from `process-alive-p' for
16108         consistency with other `-live-p' functions.
16110 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16112         * window.el (same-window-buffer-names, same-window-regexps)
16113         (special-display-frame-alist, special-display-popup-frame)
16114         (special-display-function, special-display-buffer-names)
16115         (special-display-regexps, pop-up-frame-alist)
16116         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
16117         (pop-up-windows, split-window-preferred-function)
16118         (split-height-threshold, split-width-threshold, even-window-heights)
16119         (display-buffer-mark-dedicated): Don't encourage the use of
16120         display-buffer-alist from Elisp code.
16122 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
16124         * progmodes/python.el (python-mode): Derive from prog-mode.
16125         * progmodes/ps-mode.el (ps-mode):
16126         * progmodes/mixal-mode.el (mixal-mode):
16127         * progmodes/cfengine.el (cfengine-mode):
16128         * progmodes/ld-script.el (ld-script-mode): Likewise.
16130 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
16132         * window.el (display-buffer-alist): Trim default value to avoid
16133         popping up a new frame (Bug#8857) or reusing an arbitrary window
16134         on another frame.
16135         (display-buffer): Do not fall back on popping up a new frame in
16136         batch mode (Bug#8857).
16138 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
16140         * cus-theme.el (describe-theme-1): Use custom-theme-p.
16141         (custom-theme-summary): New function.
16142         (customize-themes): Use it.
16144 2011-06-13  Glenn Morris  <rgm@gnu.org>
16146         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
16148 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
16150         * help.el (help-window): Remove variable.
16151         (help-window-point-marker, temp-buffer-max-height)
16152         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
16153         (help-print-return-message): Don't set help-window.
16154         (resize-temp-buffer-window): Rewrite cod eand doc-string.
16155         (help-window-setup-finish): Remove.
16156         (help-window-display-message, help-window-setup)
16157         (with-help-window): Major rewrite based on new
16158         display-buffer-window variable.
16160         * help-mode.el (help-mode-finish): Remove help-window related
16161         code.
16163         * view.el (view-exits-all-viewing-windows): Remove reference to
16164         view-return-to-alist in doc-string.
16165         (view-return-to-alist): Make obsolete.
16166         (view-buffer): Call pop-to-buffer-same-window and remove
16167         undo-window code.
16168         (view-buffer-other-window): Call pop-to-buffer-other-window and
16169         simplify code.  Ignore second argument.
16170         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
16171         simplify code.  Ignore second argument.
16172         (view-return-to-alist-update): Make obsolete.
16173         (view-mode-enter): Rename second argument to QUIT-RESTORE.
16174         Rewrite using quit-restore window parameters.
16175         (view-mode-exit): Rename second argument to EXIT-ONLY.
16176         Rewrite using quit-restore-window.
16177         (View-exit, View-exit-and-edit, View-leave, View-quit)
16178         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
16179         appropriate arguments.
16180         (view-end-message): Use quit-restore window parameter.
16182         * window.el (display-buffer-function): Rewrite doc-string.
16183         (display-buffer-window, display-buffer-alist): New variables.
16184         (display-buffer-split-specifiers)
16185         (display-buffer-side-specifiers)
16186         (display-buffer-macro-specifiers): New constants.
16187         (display-buffer-even-window-sizes, display-buffer-set-height)
16188         (display-buffer-set-width, display-buffer-select-window)
16189         (display-buffer-in-window, display-buffer-reuse-window)
16190         (display-buffer-split-window-1, display-buffer-split-window)
16191         (display-buffer-split-atom-window, display-buffer-pop-up-window)
16192         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
16193         (display-buffer-in-side-window, normalize-buffer-to-display)
16194         (display-buffer-normalize-specifiers-1)
16195         (display-buffer-normalize-specifiers-2)
16196         (display-buffer-normalize-specifiers, display-buffer-frame):
16197         New functions.
16198         (display-buffer): Major rewrite.
16199         (display-buffer-other-window, display-buffer-other-frame)
16200         (pop-to-buffer, switch-to-buffer-other-window)
16201         (switch-to-buffer-other-frame): Rewrite.
16202         (display-buffer-same-window, display-buffer-same-frame)
16203         (display-buffer-same-frame-other-window)
16204         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16205         (pop-to-buffer-other-window)
16206         (pop-to-buffer-same-frame-other-window)
16207         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
16208         (switch-to-buffer-other-window-same-frame): New functions.
16209         (same-window-p, special-display-p): Rewrite disabling warnings.
16210         Make obsolete.
16211         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16212         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
16213         Make obsolete
16214         (same-window-buffer-names, same-window-regexps)
16215         (special-display-frame-alist, special-display-popup-frame)
16216         (special-display-function, special-display-buffer-names)
16217         (special-display-regexps, pop-up-frame-alist)
16218         (pop-up-frame-function, split-window-preferred-function)
16219         (split-height-threshold, split-width-threshold)
16220         (even-window-heights): Make obsolete.
16222 2011-06-12  Glenn Morris  <rgm@gnu.org>
16224         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
16225         Misc simplifications.
16227 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
16229         * window.el (window-safely-shrinkable-p): Restore function which
16230         was inadvertently removed in change from 2011-06-11.  Declare as
16231         obsolete.
16233         * calendar/calendar.el (calendar-generate-window):
16234         Use window-iso-combined-p instead of combination of one-window-p and
16235         window-safely-shrinkable-p.
16237 2011-06-12  Glenn Morris  <rgm@gnu.org>
16239         * progmodes/fortran.el (fortran-mode-syntax-table):
16240         * progmodes/f90.el (f90-mode-syntax-table):
16241         Set % to punctuation.  (Bug#8820)
16242         (f90-find-tag-default): Remove, no longer needed.
16244 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
16246         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
16248 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
16250         * image.el (image-animated-p): Return animation delay in seconds.
16251         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
16252         (image-animate-timeout): Remove DELAY argument.  Don't assume
16253         every subimage has the same delay; get it from image-animated-p.
16254         (image-animate): Caller changed.
16256 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
16258         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
16259         to ignored backtrace functions.
16261 2011-06-11  Glenn Morris  <rgm@gnu.org>
16263         * calendar/appt.el (appt-disp-window-function): Doc fix.
16264         (appt-check): Handle overlapping appointments.  (Bug#8337)
16266 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
16268         * window.el (window-tree-1, window-tree): New functions, moving
16269         the latter to window.el.
16270         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16271         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16272         (bw-refresh-edges): Remove.
16273         (balance-windows-1, balance-windows-2): New functions.
16274         (balance-windows): Rewrite in terms of window tree functions,
16275         balance-windows-1 and balance-windows-2.
16276         (bw-adjust-window): Remove.
16277         (balance-windows-area-adjust): New function with functionality of
16278         bw-adjust-window but using resize-window.
16279         (set-window-text-height): Rewrite doc-string.
16280         Use normalize-live-window and resize-window.
16281         (enlarge-window-horizontally, shrink-window-horizontally):
16282         Rename argument to DELTA.
16283         (window-buffer-height): New function.
16284         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
16285         Rewrite using new window resize routines.
16286         (kill-buffer-and-window, mouse-autoselect-window-select):
16287         Use ignore-errors instead of condition-case.
16288         (quit-window): Call delete-frame instead of delete-windows-on
16289         for the only buffer on frame.
16291 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
16293         * loadup.el (top-level): Load window before files for the sake
16294         of replace-buffer-in-windows.
16296         * files.el (read-buffer-to-switch)
16297         (switch-to-buffer-other-window)
16298         (switch-to-buffer-other-frame, display-buffer-other-frame):
16299         Move to window.el.
16301         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
16302         (previous-buffer): Move to window.el.
16304         * bindings.el (unbury-buffer): Move to window.el.
16306         * window.el (delete-other-windows-vertically): Move after
16307         definition of delete-other-windows.
16308         (other-window, delete-windows-on, replace-buffer-in-windows):
16309         Move here from window.c.
16310         (record-window-buffer, unrecord-window-buffer)
16311         (set-window-buffer-start-and-point, switch-to-prev-buffer)
16312         (switch-to-next-buffer): New functions.
16313         (get-next-valid-buffer, last-buffer, next-buffer): Move here
16314         from simple.el.  Call switch-to-next-buffer.
16315         (previous-buffer): Move here from simple.el.
16316         Call switch-to-prev-buffer.
16317         (bury-buffer): Move here from buffer.c.  Switch to previous
16318         buffer when window cannot be deleted.
16319         (unbury-buffer): Move here from bindings.el.
16320         (ctl-x-map): Move binding for other-window from window.c to
16321         here.
16322         (read-buffer-to-switch, switch-to-buffer-other-window)
16323         (switch-to-buffer-other-frame): Move here from files.el.
16324         (normalize-buffer-to-switch-to): New functions.
16325         (switch-to-buffer): Move here from buffer.c.
16326         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
16328 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
16330         * window.el (window-min-height, window-min-width): Move here
16331         from window.c.  Add defcustoms and rewrite doc-strings.
16332         (resize-mini-window, resize-window): New functions.
16333         (adjust-window-trailing-edge, enlarge-window, shrink-window):
16334         Move here from window.c.
16335         (maximize-window, minimize-window): New functions.
16336         (delete-window, delete-other-windows, split-window): Move here
16337         from window.c.
16338         (window-split-min-size): New function.
16339         (split-window-keep-point): Mention split-window-above-each-other
16340         instead of split-window-vertically.
16341         (split-window-above-each-other, split-window-vertically):
16342         Rename split-window-vertically to split-window-above-each-other
16343         and provide defalias for old definition.
16344         (split-window-side-by-side, split-window-horizontally):
16345         Rename split-window-horizontally to split-window-side-by-side
16346         and provide defalias for the old definition.
16347         (ctl-x-map): Move bindings for delete-window,
16348         delete-other-windows and enlarge-window here from window.c.
16349         Replace bindings for split-window-vertically and
16350         split-window-horizontally by bindings for
16351         split-window-above-each-other and split-window-side-by-side.
16353         * cus-start.el (all): Remove entries for window-min-height and
16354         window-min-width.  Add entries for window-splits and
16355         window-nest.
16357 2011-06-09  Glenn Morris  <rgm@gnu.org>
16359         * calendar/appt.el (appt-mode-line): New function.
16360         (appt-check, appt-disp-window): Use it.
16362         * files.el (hack-one-local-variable-eval-safep):
16363         Allow minor-modes with explicit +/-1 arguments.
16365 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
16367         * term/xterm.el (xterm): Add defgroup.
16368         (xterm-extra-capabilities): Add defcustom to supply known xterm
16369         capabilities, skip querying them, or query them (default).
16370         (terminal-init-xterm): Use it.
16371         (terminal-init-xterm-modify-other-keys): New function to set up
16372         modifyOtherKeys support to simplify `terminal-init-xterm'.
16374 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
16376         * window.el (resize-window-reset, resize-window-reset-1)
16377         (resize-subwindows-skip-p, resize-subwindows-normal)
16378         (resize-subwindows, resize-other-windows, resize-this-window)
16379         (resize-root-window, resize-root-window-vertically)
16380         (window-deletable-p, window-or-subwindow-p)
16381         (frame-root-window-p): New functions.
16383 2011-06-09  Glenn Morris  <rgm@gnu.org>
16385         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
16386         (ange-ftp-get-files): Use it.
16388 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
16390         * mail/sendmail.el (mail-recover-1, mail-recover):
16391         * files.el (recover-file, recover-session):
16392         Handle dired-listing-switches not being just a single short option.
16394 2011-06-09  Glenn Morris  <rgm@gnu.org>
16396         * calendar/appt.el (appt-display-message, appt-disp-window):
16397         Handle lists of appointments.
16399 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
16401         * window.el (one-window-p): Move down in code.
16402         Rewrite doc-string.
16403         (window-current-scroll-bars): Rewrite doc-string.
16404         Normalize live window argument.
16405         (walk-windows, get-window-with-predicate, count-windows):
16406         Rewrite doc-string.  Use window-list-1.
16407         (window-in-direction-2, window-in-direction, get-mru-window):
16408         New functions.
16410 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
16412         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
16413         Doc fix (Bug#8713).
16415 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
16417         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
16419 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
16421         * loadhist.el (unload-feature-special-hooks):
16422         Add `comint-output-filter-functions'.
16424 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
16426         * calendar/appt.el (appt-check): Move some initializations into the let.
16428 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
16430         * window.el (window-height): Defalias to window-total-height.
16431         (window-width): Defalias to window-body-width.
16433 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
16435         * image-mode.el (image-toggle-animation): New command.
16436         (image-mode-map): Bind it to RET.
16437         (image-mode): Update message.
16438         (image-toggle-display-image): Avoid a spurious cache flush.
16439         (image-transform-rotation): Doc fix.
16440         (image-transform-properties): Return quickly in the normal case.
16441         (image-animate-loop): Rename from image-animate-max-time.
16443         * image.el (image-animate-max-time): Move to image-mode.el.
16444         (create-animated-image): Remove unnecessary function.
16445         (image-animate): Rename from image-animate-start.  New arg.
16446         (image-animate-stop): Remove; just use image-animate-timer.
16447         (image-animate-timer): Use car-safe.
16448         (image-animate-timeout): Rename argument.
16450 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
16452         * window.el (get-lru-window, get-largest-window): Move here from
16453         window.c.  Rename first argument to ALL-FRAMES.
16454         Rephrase doc-strings.
16455         (get-buffer-window-list): Rewrite using window-list-1.
16456         Rephrase doc-string.
16457         (window-safe-min-height, window-safe-min-width): New constants.
16458         (window-size-ignore, window-min-size, window-min-size-1)
16459         (window-sizable, window-sizable-p, window-size-fixed-1)
16460         (window-size-fixed-p, window-min-delta-1, window-min-delta)
16461         (window-max-delta-1, window-max-delta, window-resizable)
16462         (window-resizable-p, window-total-height, window-total-width)
16463         (window-body-width): New functions.
16464         (window-full-height-p, window-full-width-p): Rewrite using
16465         window-total-size.
16466         (window-body-height): Rewrite using window-body-size.
16468 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
16470         * window.el (window-right, window-left, window-child)
16471         (window-child-count, window-last-child, window-any-p)
16472         (normalize-live-buffer, normalize-live-frame)
16473         (normalize-any-window, normalize-live-window)
16474         (window-iso-combination-p, window-iso-combined-p)
16475         (window-iso-combinations)
16476         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
16477         (windows-with-parameter, window-with-parameter)
16478         (window-atom-root, make-window-atom, window-atom-check-1)
16479         (window-atom-check, window-side-check, window-check):
16480         New functions.
16481         (ignore-window-parameters, window-sides, window-sides-vertical)
16482         (window-sides-slots): New variables.
16483         (window-size-fixed): Move down in code.  Minor doc-string fix.
16485 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
16487         * comint.el (comint-dynamic-complete-as-filename)
16488         (comint-dynamic-complete-filename): Correctly call
16489         completion-in-region.
16491 2011-06-05  Deniz Dogan  <deniz@dogan.se>
16493         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
16494         in last change.
16496 2011-06-05  Deniz Dogan  <deniz@dogan.se>
16498         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
16499         (rcirc): Use it to prompt for encryption.
16501 2011-06-05  Roland Winkler  <winkler@gnu.org>
16503         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
16504         (bibtex-search-entries): New command bound to C-c C-a.
16505         (bibtex-display-entries): New function.
16507 2011-06-05  Roland Winkler  <winkler@gnu.org>
16509         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
16510         (bibtex-insert-kill): After yanking insert newline if necessary.
16511         (bibtex-initialize): Call bibtex-string-files-init only once.
16512         (bibtex-mode): Do not call easy-menu-add.
16513         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
16514         (bibtex-yank): Set arg properly if nil.
16516 2011-06-05  Roland Winkler  <winkler@gnu.org>
16518         * textmodes/bibtex.el (bibtex-search-entry-globally):
16519         New variable.
16520         (bibtex-search-entry): Use it.
16522 2011-06-05  Roland Winkler  <winkler@gnu.org>
16524         * textmodes/bibtex.el (bibtex-entry-format): New option
16525         sort-fields.
16526         (bibtex-format-entry, bibtex-reformat): Honor this option.
16527         (bibtex-parse-entry): Return fields in proper order.
16529 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
16531         * doc-view.el (doc-view-remove-if): Move computation of result out
16532         of `dolist' to silence misleading lexical-binding warning.
16534 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
16536         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
16537         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
16539 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
16541         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
16542         "SunOS 5.10".
16544 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
16546         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
16547         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
16548         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
16549         (tramp-parse-putty):
16550         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
16551         (tramp-completion-function-alist-ssh)
16552         (tramp-completion-function-alist-telnet)
16553         (tramp-completion-function-alist-su)
16554         (tramp-completion-function-alist-putty): Set `tramp-autoload'
16555         cookie.
16557         * net/tramp-ftp.el:
16558         * net/tramp-sh.el:
16559         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
16560         load "tramp.el" `tramp-set-completion-function'.
16562 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16564         * shell.el: Require and use pcomplete.
16565         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
16566         (shell-completion-vars): Set pcomplete-default-completion-function.
16568 2011-06-04  Deniz Dogan  <deniz@dogan.se>
16570         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
16571         `memq' (Bug#8799).
16573 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16575         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
16577 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
16579         * bs.el (bs--mark-unmark, bs--nth-wrapper):
16580         * mpc.el (mpc-select-extend, mpc-songpointer-context):
16581         * vc/log-view.el (log-view-beginning-of-defun):
16582         * vc/smerge-mode.el (smerge-apply-resolution-patch)
16583         (smerge-refine-forward, smerge-refine-chopup-region):
16584         Silence warning for unused `dotimes' counter variables.
16586 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16588         * net/tramp.el (tramp-with-progress-reporter): Rename from
16589         with-progress-reporter.  Use `declare'.
16590         * net/tramp-smb.el:
16591         * net/tramp-sh.el:
16592         * net/tramp-gvfs.el: Update all uses.
16594 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
16596         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
16597         buffer isn't killed before making it current.
16599 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16601         Silence various byte-compiler warnings.
16602         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
16603         `access-type' and new obsolescence format.
16604         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
16605         new format.
16606         (byte-compile-check-variable): New `access-type' argument.
16607         Only warn if the access-type is obsolete.
16608         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16609         (byte-compile-variable-set): Adjust callers.
16610         * help-fns.el (describe-variable): Adjust to new obsolescence format.
16611         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
16612         setting it as obsolete.
16613         * simple.el (minibuffer-completing-symbol):
16614         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
16615         access as obsolete.
16616         * minibuffer.el (minibuffer-completing-file-name): Don't make it
16617         obsolete yet.
16618         * international/quail.el (quail-mouse-choose-completion): Remove unused
16619         code referring to obsolete var.
16620         (quail-choose-completion-string): Remove.
16621         * server.el (server-clients-with, server-kill-buffer-query-function)
16622         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
16623         * proced.el (proced-send-signal):
16624         * emacs-lisp/lisp.el (lisp-complete-symbol):
16625         Replace completion-annotate-function with completion-extra-properties.
16627 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16629         * simple.el (goto-line): Use read-number.
16630         (overriding-map-is-bound): Remove.
16631         (saved-overriding-map): Change default.
16632         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
16633         Take the map as argument.
16634         (universal-argument, negative-argument, digit-argument): Use it.
16635         (restore-overriding-map): Adjust.
16636         (do-auto-fill): Use fill-forward-paragraph.
16637         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
16639         * minibuffer.el (minibuffer-inactive-mode-map): New var.
16640         (minibuffer-inactive-mode): New major mode.
16641         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
16642         the *Messages* buffer" hack.
16643         (mouse-popup-menubar): Don't burp if the event is a normal key.
16645         Miscellaneous tweaks.
16646         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
16647         lexical scoping as in subr.el's dolist and dotimes.
16648         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
16649         Silence compiler warning.
16650         * thingatpt.el (forward-whitespace): Trivial coding style fix.
16651         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
16652         * international/ccl.el (ccl-compile): Trivial simplification.
16653         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
16654         * emacs-lisp/testcover.el (testcover-end): Remove spurious
16655         `printflag' argument.
16656         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16657         Purecopy the whole obsolescence data.
16659 2011-06-01  Leo Liu  <sdl.web@gmail.com>
16661         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
16662         improve doc-string as suggested by Marco Pessotto
16663         <melmothx@gmail.com>.
16664         (rcirc-print): Fix last change.
16666 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16668         * minibuffer.el (complete-with-action): Return nil for the metadata and
16669         boundaries of non-functional tables.
16670         (completion-table-dynamic): Return nil for the metadata.
16671         (completion-table-with-terminator): Add default case, using
16672         complete-with-action.
16673         (completion--metadata): New function.
16674         (completion-all-sorted-completions, minibuffer-completion-help): Use it
16675         to try and avoid pathological performance problems.
16676         (completion--embedded-envvar-table): Return `category' metadata.
16678 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16680         * subr.el (process-alive-p): New tiny convenience function.
16682 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16684         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
16685         content but also its previous major mode.
16687 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
16689         * emacs-lisp/debug.el (debug): Restore the previous content of the
16690         *Backtrace* buffer when we exit with C-M-c.
16692 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16694         * minibuffer.el: Add metadata method to completion tables.
16695         (completion-category-overrides): New defcustom.
16696         (completion-metadata, completion--field-metadata)
16697         (completion-metadata-get, completion--styles)
16698         (completion--cycle-threshold): New functions.
16699         (completion-try-completion, completion-all-completions):
16700         Add `metadata' argument to choose completion-styles.
16701         (completion--do-completion): Use metadata to choose cycling.
16702         (completion-all-sorted-completions): Use metadata for sorting.
16703         Remove :completion-cycle-penalty which is not needed any more.
16704         (completion--try-word-completion): Add `metadata' argument.
16705         (minibuffer-completion-help): Check metadata for annotation function
16706         and sorting.
16707         (completion-file-name-table): Return `category' metadata.
16708         (minibuffer-completing-file-name): Make obsolete.
16709         * simple.el (minibuffer-completing-symbol): Make obsolete.
16710         * icomplete.el (icomplete-completions): Pass new `metadata' param to
16711         completion-try-completion.
16713 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16715         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
16717 2011-05-30  Leo Liu  <sdl.web@gmail.com>
16719         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
16720         (rcirc-print): Decode all incoming messages (bug#8744).
16721         (rcirc-decode-coding-system): Allow value nil for automatic coding
16722         system detection.
16724 2011-06-01  Glenn Morris  <rgm@gnu.org>
16726         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
16728 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
16730         * image.el (image-animate-max-time): Allow nil and t values.
16731         Default to nil.
16732         (create-animated-image): Doc fix.
16733         (image-animate-start): Remove second arg; just use
16734         image-animate-max-time.
16735         (image-animate-timeout): Doc fix.  Args changed.
16737         * image-mode.el (image-toggle-display-image): Ensure that the
16738         image spec passed to the animate timer is the same object as in
16739         the buffer's display property (Bug#6981).
16740         (image-transform-properties): Doc fix.
16742         * image.el (image-animate-max-time): Default to nil.
16744 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
16746         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
16747         entire buffer list (Bug#8184).
16749 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
16751         * image.el (imagemagick-types-inhibit)
16752         (imagemagick-register-types): Doc fix.
16754 2011-05-29  Deniz Dogan  <deniz@dogan.se>
16756         * net/rcirc.el (rcirc): Use the user's stored encryption method by
16757         default.
16759 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
16761         * select.el: Don't perform clipboard-manager saving in hooks;
16762         leave the hooks empty.
16764 2011-05-28  Leo Liu  <sdl.web@gmail.com>
16766         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
16767         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
16768         (occur-edit-mode): New major mode (Bug#8463).
16769         (occur-after-change-function): New function.
16770         (occur-engine): Give Occur tags a read-only property.
16772 2011-05-28  Kevin Ryde  <user42@zip.com.au>
16774         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
16776 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
16778         * bindings.el (help-echo): Make the initial non-indicator dash
16779         empty on graphical terminals (Bug#7295).
16781         * files.el (auto-mode-alist): Move config rule after the
16782         in-stripping one (Bug#8547).
16784         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
16786         * startup.el (normal-splash-screen): Remove gratuitous mode-line
16787         setting (Bug#8740).
16789 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
16791         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
16792         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
16793         (Bug#8539).
16795 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
16797         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
16799 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
16801         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
16802         (hs-hide-block-at-point, hs-find-block-beginning)
16803         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
16804         (Bug#8279).
16806 2011-05-28  Glenn Morris  <rgm@gnu.org>
16808         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
16810 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
16812         * help-fns.el (describe-function-1): If the function is a derived
16813         major mode, print the parent mode.
16815         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16816         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16818 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16820         * minibuffer.el (completion--capf-wrapper): Check applicability before
16821         returning non-nil for non-exclusive completion data.
16822         * progmodes/etags.el (tags-completion-at-point-function):
16823         * info-look.el (info-lookup-completions-at-point): Mark as
16824         non-exclusive.
16825         (info-complete): Adjust accordingly.
16827         * info-look.el: Convert to lexical-binding and completion-at-point.
16828         (info-lookup-completions-at-point): New function.
16829         (info-complete): Use it and completion-in-region.
16831 2011-05-28  Drew Adams  <drew.adams@oracle.com>
16833         * isearch.el: Let M-e start with point at the first mismatched char.
16834         (isearch-fail-pos): New function.
16835         (isearch-edit-string): Use it.
16837 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
16839         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16841 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
16843         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
16844         traversal functions for avl-trees.
16845         (avl-tree--stack): New struct.
16846         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16847         (avl-tree-enter): Add optional `updatefun' arg.
16848         (avl-tree--do-enter): Add optional `updatefun' arg.
16849         Change return value.
16850         (avl-tree-delete): Add optional `test' and `nilflag' args.
16851         (avl-tree--do-delete): Add `test' and `nilflag' args.
16852         Change return value.
16853         (avl-tree-member): Add optional `nilflag'
16854         (avl-tree-member-p): New function.
16855         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16856         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16857         (avl-tree-stack-empty-p): New functions.
16859         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16860         avl-tree--del-balance1 and make it work both ways.
16861         (avl-tree--del-balance2): Remove.
16862         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16863         make it work both ways.
16864         (avl-tree--enter-balance2): Remove.
16865         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16866         New macros.
16867         (avl-tree--mapc, avl-tree-map): Add direction argument.
16869 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
16871         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16873 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
16875         * select.el: Support clipboard managers with built-in function
16876         x-clipboard-manager-save, via delete-frame-functions and
16877         kill-emacs-hook.
16878         (xselect-convert-to-targets): Add MULTIPLE target to list.
16879         (xselect-convert-to-save-targets): New function.
16881 2011-05-27  Kenichi Handa  <handa@m17n.org>
16883         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16884         let-binding rfc2047-encode-encoded-words to nil.
16886 2011-05-27  Glenn Morris  <rgm@gnu.org>
16888         * mail/emacsbug.el: Don't require url-util.
16890         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
16892         * files.el (set-auto-mode):
16893         Also respect mode: entries at the end of the file.  (Bug#8586)
16895 2011-05-26  Glenn Morris  <rgm@gnu.org>
16897         * files.el (hack-local-variables-prop-line, hack-local-variables):
16898         Downcase mode names, as seems to be traditional.
16899         (hack-local-variables, hack-local-variables-apply): Doc fixes.
16901         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16902         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
16904 2011-05-25  Julien Danjou  <julien@danjou.info>
16906         * textmodes/rst.el (rst-define-level-faces): Do not define face
16907         symbol if it is already defined.
16909 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16911         * play/5x5.el (5x5-new-game, 5x5-randomize):
16912         Reset 5x5-solver-output to nil when a new grid is cast.
16913         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16914         these debugging traces, as defmacro breaks the compiled code.
16916 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
16918         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16920 2011-05-24  Leo Liu  <sdl.web@gmail.com>
16922         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16923         (vc-bzr-sha1): Adapt.
16925         * sha1.el: Remove.  Function `sha1' is now builtin.
16927         * bindings.el: Provide sha1 feature.
16929 2011-05-24  Kenichi Handa  <handa@m17n.org>
16931         * mail/sendmail.el: Require `rfc2047'.
16932         (mail-insert-from-field): Do not perform RFC2047 encoding.
16933         (mail-encode-header): New function.
16934         (sendmail-send-it): Set buffer-file-coding-system of the work
16935         buffer to the return value of select-message-coding-system.
16936         Call mail-encode-header.
16938         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16940 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
16942         * mail/supercite.el (sc-default-cite-frame):
16943         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
16945 2011-05-24  Glenn Morris  <rgm@gnu.org>
16947         * progmodes/python.el (brm-menu): Declare.
16949         * emulation/viper.el (viper-set-hooks): Declare.
16951         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16952         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16953         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16954         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16955         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16956         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16958 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16960         Add an :exit-function for completion-at-point.
16962         * minibuffer.el (completion--done): New fun.
16963         (completion--do-completion): Use it.  New arg `expect-exact'.
16964         (minibuffer-complete, minibuffer-complete-word): Don't output message,
16965         since completion--do-completion does it for us now.
16966         (minibuffer-force-complete): Use completion--done and
16967         completion--replace.  Handle sole-completion case with more care.
16968         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16969         (completion-extra-properties): New var.
16970         (completion-annotate-function): Make obsolete.
16971         (minibuffer-completion-help): Adjust accordingly.
16972         Use completion-list-insert-choice-function.
16973         (completion-at-point, completion-help-at-point):
16974         Bind completion-extra-properties.
16975         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16976         * simple.el (completion-list-insert-choice-function): New var.
16977         (completion-setup-function): Preserve it.
16978         (choose-completion): Pay attention to it, shuffle the code a bit.
16979         (choose-completion-string): New arg `insert-function'.
16981         * textmodes/bibtex.el: Convert to lexical binding.
16982         (bibtex-mode-map): Use completion-at-point.
16983         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16984         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16985         (bibtex-complete): Define as obsolete alias.
16986         (bibtex-complete-internal): Remove.
16987         (bibtex-format-entry): Remove unused sub-group in regexp.
16988         * shell.el (shell--command-completion-data)
16989         (shell-environment-variable-completion):
16990         * pcomplete.el (pcomplete-completions-at-point):
16991         * comint.el (comint--complete-file-name-data): Use :exit-function
16992         instead of completion-table-with-terminator so it also works for
16993         choose-completion.
16995 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16997         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16999         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17000         (bug#8710).
17002         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17004 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
17006         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17007         customization variable and implement: If non-nil, auto-fill will
17008         be inhibited while on topic's header line.
17010 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17012         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
17013         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
17014         always have a solution in grid size = 5 cases.
17015         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17016         (5x5-solver-output, 5x5-log-buffer): New vars.
17017         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17018         Make these variables buffer local to achieve 5x5 multi-session-ness.
17019         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17020         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17021         (5x5-solve-suggest): New funs.
17022         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17023         randomize a grid so that we ensure that there is always a solution.
17024         (5x5-make-random-grid): Allow other movement than flipping.
17026 2011-05-23  Kevin Ryde  <user42@zip.com.au>
17028         * emacs-lisp/advice.el (ad-read-advised-function):
17029         Use `function-called-at-point' as the default, if it has
17030         advice and passes PREDICATE.
17032 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17034         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17035         byte-compile-lambda if it's actually a lambda.
17037         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17038         Fix function quoting.  Use backquote better.
17040 2011-05-22  Yuanle Song  <sylecn@gmail.com>
17042         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
17043         matching (Bug#8516).
17045 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
17047         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
17048         different face (Bug#8178).
17050 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
17052         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
17053         defface (Bug#8144).
17055 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17057         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
17058         funcall as well (bug#8712).  Warn when performing those conversions.
17059         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
17061         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17063 2011-05-22  Glenn Morris  <rgm@gnu.org>
17065         * files.el (hack-local-variables-prop-line): Small simplifications.
17066         (hack-local-variables, hack-local-variables-prop-line):
17067         If MODE-ONLY, return the mode, rather than just `t'.
17069 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17071         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17073 2011-05-21  Glenn Morris  <rgm@gnu.org>
17075         * files.el (hack-local-variables-prop-line, hack-local-variables):
17076         If only interested in the mode, don't bother doing the other stuff.
17078         * image-mode.el (image-after-revert-hook):
17079         Redraw all frames on which the image is visible.  (Bug#8567)
17081         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
17083         * wid-edit.el (widget-checklist-match-inline):
17084         Fix 2011-04-19 change.  (Bug#8649)
17086 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17088         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
17089         Also allow singlespace after single-letter capitals followed by a dot.
17091         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
17092         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
17094 2011-05-20  Nix  <nix@esperi.org.uk>
17096         * files.el (basic-save-buffer-2):
17097         Fix handling of break-hardlink-on-save with non-existent files.
17099 2011-05-19  Deniz Dogan  <deniz@dogan.se>
17101         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
17102         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
17104 2011-05-19  Glenn Morris  <rgm@gnu.org>
17106         * progmodes/f90.el (f90-type-def-re):
17107         Handle "type, bind(c)".  (Bug#8691)
17109         * emacs-lisp/autoload.el (batch-update-autoloads):
17110         Set autoload-excludes by parsing loadup.el rather than Makefiles.
17112 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
17114         * net/tramp.el (tramp-process-actions): Set "first-password-request"
17115         property for the correct connection in case of multihops.
17117 2011-05-18  Glenn Morris  <rgm@gnu.org>
17119         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
17120         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
17122         Rationalize calendar handling of day and month abbrev-arrays.
17123         * calendar/calendar.el (calendar-customized-p): New function.
17124         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
17125         (calendar-day-name-array, calendar-month-name-array): Doc fix.
17126         Add :set function.
17127         (calendar-abbrev-length, calendar-day-abbrev-array)
17128         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
17129         (calendar-day-abbrev-array, calendar-month-abbrev-array):
17130         Elements may no longer be nil.
17131         (calendar-day-name, calendar-month-name):
17132         Update for changed nature of abbrev arrays.
17133         * calendar/diary-lib.el (diary-name-pattern):
17134         Update for changed nature of abbrev arrays.
17135         (diary-mark-entries-1): Update calendar-make-alist calls.
17136         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
17137         * calendar/cal-html.el (cal-html-day-abbrev-array):
17138         Simply inherit from calendar-day-abbrev-array.
17140 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17142         * progmodes/grep.el (grep-mode): Disable default
17143         compilation-directory-matcher setting (bug#8684).
17145 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
17147         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
17148         instead of "head" and "tail".  There were problems with SunOS 5.9,
17149         and it performs better.
17151 2011-05-17  Glenn Morris  <rgm@gnu.org>
17153         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
17155         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
17156         Replace obsolete function.
17158         * shell.el (pcomplete-parse-arguments-function): Declare.
17160         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
17161         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
17162         (appt-check): Doc fixes.
17163         (appt-disp-window-function, appt-delete-window-function):
17164         Remove needless special case in custom :type.
17165         (appt-display-count): Default to 0, not nil.
17166         (appt-check): Reset appt-display-count to 0, not nil.
17168 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
17170         * progmodes/python.el (python-font-lock-keywords):
17171         Add the Python 3.X keyword "nonlocal" (bug#8639).
17173 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17175         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
17177 2011-05-16  Kevin Ryde  <user42@zip.com.au>
17179         * info-look.el (makefile-automake-mode): New setups, looking in
17180         automake manual, then makefile-mode.
17181         (makefile-mode): Remove automake manual, have it just in
17182         makefile-automake-mode since there's various things different or
17183         not relevant to plain make.
17184         (makefile-mode): Remove "other-modes" non-existent automake-mode,
17185         believe a hypothetical automake-mode would go to makefile-mode,
17186         not the other way around.
17188 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
17190         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
17191         hunk-end tags (Bug#8672).
17193         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
17194         vc-annotate-show-diff-revision-at-line (Bug#8671).
17196 2011-05-14  Glenn Morris  <rgm@gnu.org>
17198         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
17199         in the middle of an existing one with multiple authors.  (Bug#8645)
17200         (change-log-font-lock-keywords): Also handle multiple author lines
17201         with leading tabs.  (Bug#8644)
17203         * calendar/appt.el (appt-check): Rename some local variables.
17204         Some simplification/reordering.
17206         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
17207         (feedmail-sendmail-f-doesnt-sell-me-out)
17208         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17209         (feedmail-debug-sit-for, feedmail-queue-express-hook)
17210         (feedmail-queue-runner-message-sender): Set :version.
17211         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
17212         (bbdb-dwim-net-address, vm-mail): Declare.
17213         (feedmail-binmail-gnulinuxish-template):
17214         Rename from feedmail-binmail-linuxish-template.
17215         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
17216         Use insert-buffer-substring.
17218 2011-05-14  Bill Carpenter  <bill@carpenter.org>
17220         * mail/feedmail.el (feedmail-patch-level): Increase.
17221         (feedmail-debug): New custom group.
17222         (feedmail-confirm-outgoing-timeout)
17223         (feedmail-sendmail-f-doesnt-sell-me-out)
17224         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17225         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
17226         (feedmail-sender-line, feedmail-from-line)
17227         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
17228         (feedmail-spray-this-address)
17229         (feedmail-spray-address-fiddle-plex-list)
17230         (feedmail-queue-use-send-time-for-date)
17231         (feedmail-queue-use-send-time-for-message-id)
17232         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
17233         (feedmail-buffer-eating-function):
17234         Doc fixes.
17235         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
17236         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
17237         (feedmail-message-action-scroll-down): New functions.
17238         (feedmail-queue-directory, feedmail-queue-draft-directory):
17239         Use expand-file-name.
17240         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
17241         Remove C-v help entry.
17242         (feedmail-queue-buffer-file-name): New variable.
17243         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
17244         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
17245         (feedmail-message-action-send-strong, feedmail-message-action-edit)
17246         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
17247         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
17248         (feedmail-message-action-toggle-spray)
17249         (feedmail-run-the-queue-no-prompts)
17250         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
17251         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
17252         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
17253         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
17254         (feedmail-envelope-deducer, feedmail-fiddle-from)
17255         (feedmail-fiddle-sender, feedmail-default-date-generator)
17256         (feedmail-fiddle-date, feedmail-fiddle-message-id)
17257         (feedmail-fiddle-spray-address)
17258         (feedmail-fiddle-list-of-spray-fiddle-plexes)
17259         (feedmail-fiddle-list-of-fiddle-plexes)
17260         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
17261         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
17262         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
17263         Change default.  Doc fix.
17264         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
17265         (feedmail-binmail-linuxish-template): New constant.
17266         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
17267         Respect feedmail-sendmail-f-doesnt-sell-me-out.
17268         (feedmail-send-it): Add debug call.
17269         Use feedmail-queue-buffer-file-name, and
17270         feedmail-send-it-immediately-wrapper.
17271         (feedmail-message-action-send): Add debug call.
17272         Use feedmail-send-it-immediately-wrapper.
17273         (feedmail-queue-express-to-queue): Add debug call.
17274         Run feedmail-queue-express-hook.
17275         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
17276         (feedmail-message-action-help-blat):
17277         Rename from feedmail-queue-send-edit-prompt-help-first.
17278         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
17279         Check line-endings.  Handle errors better.
17280         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
17281         Doc fix.  Add debug call.
17282         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
17283         Use feedmail-queue-send-edit-prompt-inner.
17284         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
17285         (feedmail-queue-send-edit-prompt-inner): New function, extracted
17286         from feedmail-queue-send-edit-prompt.
17287         (feedmail-queue-send-edit-prompt-help)
17288         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
17289         (feedmail-tidy-up-slug): Add debug call.
17290         Respect feedmail-queue-slug-suspect-regexp.
17291         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
17292         (feedmail-dump-message-to-queue): Add debug call.
17293         Expand queue-directory.
17294         (feedmail-dump-message-to-queue): Change message slightly.
17295         Use feedmail-say-chatter.
17296         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
17297         (feedmail-send-it-immediately-wrapper): New function.
17298         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
17299         Insert empty string rather than newline.  Handle full-frame case.
17300         Use catch/throw.  Use feedmail-say-chatter.
17301         (feedmail-fiddle-from): Try mail-host-address.
17302         (feedmail-default-message-id-generator): Doc fix.
17303         Bind system-time-locale.  Handle missing end.
17304         (feedmail-fiddle-x-mailer): Add debug call.
17305         Handle feedmail-x-mailer-line being nil.
17306         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
17307         Add debug call.  Use buffer-substring-no-properties.
17308         (feedmail-say-debug, feedmail-say-chatter): New functions.
17309         (feedmail-find-eoh): Give an explicit error.
17311 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
17313         * net/newst-treeview.el (newsticker-treeview-face): Change default
17314         family from helvetica to sans.
17315         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
17316         etc/images/newsticker.
17318         * net/newst-reader.el (newsticker-feed-face): Change default
17319         family from helvetica to sans.
17321         * net/newst-plainview.el (newsticker-new-item-face)
17322         (newsticker-old-item-face, newsticker-immortal-item-face)
17323         (newsticker-obsolete-item-face, newsticker-date-face)
17324         (newsticker-statistics-face): Change default family from
17325         helvetica to sans.
17326         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
17327         etc/images/newsticker.
17329         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
17330         (newsticker--process-auto-mark-filter-match): Tell user about
17331         auto-marking.
17333 2011-05-13  Didier Verna  <didier@xemacs.org>
17335         Common Lisp indentation improvements on defmethod and lambda-lists.
17336         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
17337         TODO entries.
17338         (lisp-lambda-list-keyword-parameter-indentation)
17339         (lisp-lambda-list-keyword-parameter-alignment)
17340         (lisp-lambda-list-keyword-alignment): New customizable user options.
17341         (lisp-indent-defun-method): Improve docstring.
17342         (extended-loop-p): Fix comment.
17343         (lisp-indent-lambda-list-keywords-regexp): New variable.
17344         (lisp-indent-lambda-list): New function.
17345         (lisp-indent-259): Use it.
17346         (lisp-indent-defmethod): Support for more than one
17347         method qualifier and properly indent methods lambda-lists.
17348         (defgeneric): Provide a missing common-lisp-indent-function property.
17350 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17352         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
17353         bounds for the empty string (bug#8667).
17355 2011-05-13  Glenn Morris  <rgm@gnu.org>
17357         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
17359         * mail/sendmail.el (sendmail-program): Try executable-find first.
17360         (sendmail-send-it): `sendmail-program' cannot be unbound.
17362         * calendar/appt.el (appt-make-list): Simplify.
17363         (appt-time-msg-list): Doc fix.
17364         (appt-check): Change mode-line message at the time of the appointment.
17366 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
17368         * progmodes/ld-script.el (ld-script-keywords)
17369         (ld-script-builtins): Update keywords list.
17371 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17373         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
17375         * shell.el (shell-completion-vars): New function.
17376         (shell-mode):
17377         * simple.el (read-shell-command): Use it.
17378         (blink-matching-open): No need for " [...]" in minibuffer-message.
17380 2011-05-12  Glenn Morris  <rgm@gnu.org>
17382         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
17383         (appt-check): Simplify.
17385 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
17387         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
17388         literal "/dev/null".
17390 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17392         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
17393         Fix typo.
17395 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
17397         * progmodes/which-func.el (which-function):
17398         Use add-log-current-defun instead of add-log-current-defun-function,
17399         which might not be defined (Bug#8260).
17401 2011-05-12  Glenn Morris  <rgm@gnu.org>
17403         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
17404         Let byte-compile-initial-macro-environment always take precedence.
17406 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17408         * net/rcirc.el: Add support for SSL/TLS connections.
17409         (rcirc-server-alist): New field `encryption'.
17410         (rcirc): Check `encryption' settings.
17411         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
17412         Merge make-local-variable into `set'.
17413         (rcirc--connection-open-p): New function.
17414         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
17415         the process is not a network process (e.g. running gnutls-cli).
17416         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
17417         Make rcirc-(en|de)code-coding-system local here.
17418         (rcirc-mode): Merge make-local-variable into `set'.
17419         (rcirc-parent-buffer): Make permanent buffer-local.
17420         (rcirc-multiline-minor-mode): Don't do it here.
17421         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
17422         there's no server buffer.
17424 2011-05-11  Glenn Morris  <rgm@gnu.org>
17426         * newcomment.el (comment-kill): Prefix "unused" local.
17428         * term/w32console.el (get-screen-color): Declare.
17430         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
17431         Handle symbol elements of byte-compile-initial-macro-environment.
17433 2011-05-10  Leo Liu  <sdl.web@gmail.com>
17435         * bookmark.el (bookmark-bmenu-mode-map):
17436         Bind bookmark-bmenu-search to `/'.
17438         * mail/footnote.el: Convert to utf-8 encoding.
17439         (footnote-unicode-string, footnote-unicode-regexp): New variable.
17440         (Footnote-unicode): New function.
17441         (footnote-style-alist): Add unicode style to the list.
17442         (footnote-style): Doc fix.
17444 2011-05-10  Jim Meyering  <meyering@redhat.com>
17446         Fix doubled-word typos.
17447         * international/quail.el (quail-insert-kbd-layout): and and -> and
17448         * kermit.el: and and -> and
17449         * net/ldap.el (ldap-search-internal): to to -> to
17450         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
17451         * progmodes/js.el (js-mode): and and -> and
17452         * textmodes/artist.el (artist-move-to-xy): at at -> at
17453         (artist-draw-region-trim-line-endings): if if -> if
17454         And Safetyc -> Safety.
17455         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
17457 2011-05-10  Glenn Morris  <rgm@gnu.org>
17458             Stefan Monnier  <monnier@iro.umontreal.ca>
17460         * files.el (hack-one-local-variable-eval-safep):
17461         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
17463 2011-05-10  Glenn Morris  <rgm@gnu.org>
17465         * calendar/diary-lib.el (diary-list-entries-hook)
17466         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
17467         (diary-nongregorian-marking-hook, diary-list-entries)
17468         (diary-include-other-diary-files, diary-mark-entries)
17469         (diary-mark-included-diary-files): Doc fixes.
17471 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
17473         * misc.el: Require tabulated-list.el during compilation.
17475 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
17477         * progmodes/compile.el (compilation-start):
17478         Run compilation-filter-hook for the async case too.
17479         (compilation-filter-hook): Doc fix.
17481 2011-05-09  Deniz Dogan  <deniz@dogan.se>
17483         * wdired.el: Remove outdated installation comment.  Fix usage
17484         comment.
17486 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
17488         * misc.el: Implement new command `list-dynamic-libraries'.
17489         (list-dynamic-libraries--loaded-only-p): New variable.
17490         (list-dynamic-libraries--refresh): New function.
17491         (list-dynamic-libraries): New command.
17493 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
17495         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17496         Fix the ant regexp to handle end-line and end-column info from jikes.
17497         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
17498         higher priority to avoid clobbering by gnu.
17500 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
17502         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
17503         if the face has existing theme settings (Bug#8454).
17505 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
17507         * progmodes/perl-mode.el (perl-imenu-generic-expression):
17508         Only match variables declared via `my' or `our' (Bug#8261).
17510         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
17511         special file names `.' and `..' (Bug#8259).
17513 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
17515         * progmodes/grep.el (grep-mode-font-lock-keywords):
17516         Remove buffer-changing entries.
17517         (grep-filter): New function.
17518         (grep-mode): Add it to compilation-filter-hook.
17520         * progmodes/compile.el (compilation-filter-hook)
17521         (compilation-filter-start): New defvars.
17522         (compilation-filter): Call compilation-filter-hook prior to
17523         updating the process mark.
17525 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17527         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
17529 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
17531         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
17532         mailclient-send-it even if window-system is nil.  (Bug#8595)
17534         * term/w32console.el (terminal-init-w32console):
17535         Call get-screen-color and use its output to set the frame
17536         background-mode.  (Bug#8597)
17538 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17540         Make bytecomp.el understand that defmethod defines funs (bug#8631).
17541         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
17542         New functions.
17543         (defgeneric, eieio--defmethod): Use them.
17544         (eieio-defgeneric): Remove.
17545         (defmethod): Call defgeneric in a way visible to the byte-compiler.
17547 2011-05-07  Glenn Morris  <rgm@gnu.org>
17549         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
17550         Use let rather than let*.
17551         (timeclock-find-discrep): Remove unused local.
17553         * calendar/diary-lib.el (diary-comment-start): Doc fix.
17555         * calendar/appt.el (appt-time-msg-list): Doc fix.
17557 2011-05-06  Noah Friedman  <friedman@splode.com>
17559         * apropos.el (apropos-print-doc): Only use
17560         emacs-lisp-docstring-fill-column when it is bound to an integer,
17561         per that variable's documentation.
17563 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17565         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
17566         and warnings are not silently discarded (e.g. use -d instead of -P).
17568 2011-05-06  Glenn Morris  <rgm@gnu.org>
17570         * calendar/appt.el (appt-message-warning-time): Doc fix.
17571         (appt-warning-time-regexp): New option.
17572         (appt-make-list): Respect appt-message-warning-time.
17574         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
17575         New options.
17576         (diary-add-to-list): Strip comments from the displayed string.
17577         (diary-mode): Set comment-start and comment-end.
17579         * vc/diff-mode.el (smerge-refine-subst): Declare.
17580         (diff-refine-hunk): Don't require smerge-mode when compiling.
17582 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
17584         * simple.el (list-processes): Return nil as the docstring says.
17586 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
17588         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
17589         to "".
17590         (ange-ftp-write-region, ange-ftp-insert-file-contents)
17591         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
17592         determining of binary transfer.  (Bug#7383)
17594 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
17596         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17597         Fix port computation bug.  (Bug#8618)
17599 2011-05-05  Glenn Morris  <rgm@gnu.org>
17601         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
17603         * simple.el (shell-dynamic-complete-functions)
17604         (comint-dynamic-complete-functions): Declare.
17606         * net/network-stream.el (gnutls-negotiate):
17607         * simple.el (tabulated-list-print): Fix declarations.
17609         * progmodes/gud.el (syntax-symbol, syntax-point):
17610         Remove unnecessary and incorrect declarations.
17612         * emacs-lisp/check-declare.el (check-declare-scan):
17613         Handle byte-compile-initial-macro-environment in bytecomp.el
17615 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17617         Fix earlier half-done eieio-defmethod change (bug#8338).
17618         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
17619         Streamline and change calling convention.
17620         (defmethod): Adjust accordingly and simplify.
17621         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
17622         new eieio--defmethod.
17623         (slot-boundp): Minor CSE simplification.
17625 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
17627         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
17628         (glasses-make-readable): Use glasses-separate-capital-groups.
17630 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
17632         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
17633         (warning-series): Doc fix.
17634         (display-warning): Don't try to create the buffer if we just found it.
17636 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
17638         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
17639         (autoload-find-generated-file): New function.
17640         (generate-file-autoloads): Bind generated-autoload-file to
17641         buffer-file-name.
17642         (update-file-autoloads, update-directory-autoloads):
17643         Use autoload-find-generated-file.  If called interactively, prompt for
17644         output file (Bug#7989).
17645         (batch-update-autoloads): Doc fix.
17647 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
17649         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
17651 2011-05-04  Glenn Morris  <rgm@gnu.org>
17653         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
17654         function, so it follows changes in calendar-date-style.
17655         (diary-fancy-date-matcher): New function.
17656         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
17657         (diary-fancy-font-lock-fontify-region-function):
17658         Use diary-fancy-date-pattern as a function.
17660         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
17661         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
17663 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
17665         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
17666         instead of positional arguments.  Allow :keylist and :crlfiles
17667         arguments.
17668         (open-gnutls-stream): Call it.
17670         * net/network-stream.el (network-stream-open-starttls): Adjust to
17671         call `gnutls-negotiate' with :process and :hostname arguments.
17673 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17675         * minibuffer.el (completion--message): New function.
17676         (completion--do-completion, minibuffer-complete)
17677         (minibuffer-force-complete, minibuffer-complete-word): Use it.
17678         (completion--do-completion): Don't ignore completion-auto-help when in
17679         icomplete-mode.
17681         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
17682         internal encoding (e.g. tibetan zero is not whitespace).
17683         (global-whitespace-mode): Prefer save-current-buffer.
17684         (whitespace-trailing-regexp): Remove useless save-match-data.
17685         (whitespace-empty-at-bob-regexp): Minor simplification.
17687 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
17689         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
17691 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17693         * textmodes/ispell.el (ispell-add-per-file-word-list):
17694         Use `concat' to create string for insertion.
17696 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17698         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
17699         Avoid open-line which runs post-self-insert-hook.
17700         (bibtex-fill-entry): Remove unused `end' var.
17702 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
17704         * textmodes/ispell.el (ispell-add-per-file-word-list):
17705         Protect against `nil' value of `comment-start' (Bug#8579).
17707 2011-05-03  Leo Liu  <sdl.web@gmail.com>
17709         * isearch.el (isearch-yank-pop): New command.
17710         (isearch-mode-map): Bind it to `M-y'.
17711         (isearch-forward): Mention it.
17713 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17715         * simple.el (minibuffer-complete-shell-command): Remove.
17716         (minibuffer-local-shell-command-map): Use completion-at-point.
17717         (read-shell-command): Setup completion vars here instead.
17718         (read-expression-map): Bind TAB to symbol completion.
17720         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
17721         error directly rather via storing it into `results'.
17723 2011-05-02  Leo Liu  <sdl.web@gmail.com>
17725         * vc/diff.el: Fix description.
17727 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17729         * server.el (server-eval-at): New function.
17731 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17733         * net/network-stream.el (open-network-stream): Take a :nowait
17734         parameter and pass it on to `make-network-process'.
17735         (network-stream-open-plain): Ditto.
17737 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
17739         * faces.el (face-spec-set-match-display): Don't match toolkit
17740         options on terminal frames.
17742 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17744         * progmodes/pascal.el: Use lexical binding.
17745         (pascal-mode-map): Remove author preferences.
17747         * pcomplete.el (pcomplete-std-complete): Don't abuse
17748         completion-at-point.
17750 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
17752         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
17753         removing code that has been dead since 1991 or so.
17755         * startup.el (command-line): When warning about "_emacs", use a
17756         delayed warning to allow the user to filter it out.
17758 2011-04-28  Deniz Dogan  <deniz@dogan.se>
17760         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
17761         user has not joined.
17763 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17765         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
17766         aren't any completions at point.
17768 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
17770         * subr.el (display-delayed-warnings): New function.
17771         (delayed-warnings-hook): New variable.
17773 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17775         * minibuffer.el (completion-at-point, completion-help-at-point):
17776         Don't presume that a given completion-at-point-function will always
17777         use the same calling convention.
17779         * pcomplete.el (pcomplete-completions-at-point):
17780         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
17781         pcomplete-seen is non-nil.
17782         (pcomplete-comint-setup): Also recognize the new comint/shell
17783         completion functions.
17784         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
17785         pcomplete-seen is non-nil.
17787 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
17789         * calendar/icalendar.el (diary-lib): Add require statement.
17790         (icalendar--create-uid): Read out a uid from a text-property on
17791         the first character in the entry.  This allows for code to add its
17792         own uid to the entry.
17793         (icalendar--convert-float-to-ical): Add export of
17794         `diary-float'-entries save for those with the optional DAY
17795         argument.
17797 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
17799         * subr.el (shell-quote-argument): Use alternate escaping strategy
17800         when we spot a variable reference in a string.
17802 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
17804         * cus-start.el (all): Define customization for debug-on-event.
17806 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
17808         * subr.el (shell-quote-argument): Escape correctly under Windows.
17810 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17812         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17814 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
17816         * net/tramp.el (tramp-process-actions): Add POS argument.
17817         Delete region between POS and (pos).
17819         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17820         Use `nil' position in `tramp-process-actions' call.
17821         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17823         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17824         position in `tramp-process-actions' call.
17826         * net/trampver.el: Update release number.
17828 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17830         * custom.el (defcustom): Obey lexical-binding.
17832         Fix octave-inf completion problems reported by Alexander Klimov.
17833         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17834         Inherit from octave-mode-syntax-table.
17835         (inferior-octave-mode): Set info-lookup-mode.
17836         (inferior-octave-completion-at-point): New function.
17837         (inferior-octave-complete): Use it and completion-in-region.
17838         (inferior-octave-dynamic-complete-functions): Use it as well, and use
17839         comint-filename-completion.
17840         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17841         symbol elements which shouldn't be word elements.
17842         (octave-font-lock-keywords, octave-beginning-of-defun)
17843         (octave-function-header-regexp): Adjust regexps accordingly.
17844         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17846 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
17848         * net/gnutls.el (gnutls-errorp): Declare before first use.
17850 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
17852         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17853         verify-error, and verify-hostname-error parameters.  Check whether
17854         default trustfile exists before going to use it.  Add missing
17855         argument to gnutls-message-maybe call.  Return value.
17856         Reported by Claudio Bley <claudio.bley@gmail.com>.
17857         (open-gnutls-stream): Add usage example.
17859         * net/network-stream.el (network-stream-open-starttls): Give host
17860         parameter to `gnutls-negotiate'.
17861         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
17862         * subr.el (shell-quote-argument): Escape correctly under Windows.
17864 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
17866         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17867         Use correct match group (bug#8438).
17869 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
17871         * emacs-lisp/package.el (package-built-in-p): Fix typo.
17872         (package-menu--generate): New arg specifying packages to show.
17873         (package-menu-refresh, package-menu-execute, list-packages):
17874         Callers changed.
17875         (package-show-package-list): New function, replacing deleted
17876         package--list-packages (renamed because it is non-internal).
17878         * finder.el (finder-list-matches): Use package-show-package-list
17879         instead of deleted package--list-packages.
17881         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17882         Based on a previous implementation by Juanma Barranquero (Bug#8366).
17883         (vc-annotate-mode-map): Bind it to RET.
17885 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
17887         * progmodes/etags.el (next-file): Don't use set-buffer to change
17888         buffers (Bug#8478).
17890 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
17892         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17894         * apropos.el (apropos-label-face): Avoid variable-pitch face.
17895         (apropos-accumulator): Doc fix.
17896         (apropos-function, apropos-macro, apropos-command)
17897         (apropos-variable, apropos-face, apropos-group, apropos-widget)
17898         (apropos-plist): Add face property.
17899         (apropos-symbols-internal): Fix indentation.
17900         (apropos-print): Simplify help, and recognize apropos-multi-type.
17901         (apropos-print-doc): Use button-type-get to extract the button's
17902         face property.  Fill docstring (Bug#8352).
17904 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
17906         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17908         * play/mpuz.el (mpuz-silent): Doc fix.
17909         (mpuz-mode-map): Use mapc.
17910         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17911         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17912         Fix typos in docstrings.
17914         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17915         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17917         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17919 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
17921         * minibuffer.el (completion--do-completion): Avoid the "Next char
17922         not unique" prompt if icomplete-mode is enabled (Bug#5849).
17924         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17925         mouse-2 into unread-command-events, it is interpreted correctly.
17927         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
17928         (image-toggle-display): Doc fix.
17930 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
17932         * textmodes/page.el (what-page): Use line-number-at-pos to
17933         calculate line number (Bug#6825).
17935 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
17937         * eshell/esh-mode.el (find-tag-interactive): Declare function.
17938         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17939         Pass argument NO-DEFAULT to `find-tag-interactive'.
17941 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
17943         Lexical-binding cleanup.
17945         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17946         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17947         * progmodes/ada-prj.el (ada-prj-initialize-values)
17948         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17949         (ada-prj-show-value):
17950         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17951         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17952         (antlr-invalidate-context-cache, antlr-options-menu-filter)
17953         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17954         * progmodes/bug-reference.el (bug-reference-push-button):
17955         * progmodes/fortran.el (fortran-line-length):
17956         * progmodes/glasses.el (glasses-change):
17957         * progmodes/octave-mod.el (octave-fill-paragraph):
17958         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17959         (python-pdbtrack-grub-for-buffer, python-sentinel):
17960         * progmodes/sql.el (sql-save-connection):
17961         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17962         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17963         Mark unused parameters.
17965         * progmodes/compile.el (compilation--flush-directory-cache)
17966         (compilation--flush-parse, compile-internal): Mark unused parameters.
17967         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17968         (compilation-next-error-function): Remove unused variable `timestamp'.
17970         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17971         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17973         * progmodes/dcl-mode.el (dcl-end-of-command):
17974         Remove unused variable `start'.
17975         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17976         (dcl-option-value-basic, dcl-option-value-offset)
17977         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17978         Mark unused parameters.
17979         (dcl-save-local-variable): Remove unused variable `val'.
17980         (mode): Declare.
17982         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17983         Mark unused parameters.
17984         (delphi-ignore-changes): Move before first use.
17985         (delphi-charset-token-at): Remove unused variable `start'.
17986         (delphi-else-start): Remove unused variable `if-count'.
17987         (delphi-comment-block-start, delphi-comment-block-end):
17988         Remove unused variable `kind'.
17989         (delphi-indent-line): Remove unused variable `new-point'.
17991         * progmodes/ebrowse.el (ebrowse-files-list)
17992         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17993         Mark unused parameters.  Don't quote `lambda'.
17994         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17995         Don't quote `lambda'.
17996         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17997         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17998         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17999         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18000         Use `ignore-errors'.
18001         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18002         (ebrowse-view/find-file-and-search-pattern)
18003         (ebrowse-view/find-member-declaration/definition):
18004         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18005         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18006         Rename parameter PREFIX-ARG to PREFIX.
18007         (ebrowse-tags-read-name): Remove unused variables `start' and
18008         `member-info'.
18009         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18010         to `tags-file'.
18012         * progmodes/etags.el (local-find-tag-hook): Declare.
18013         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18014         Mark unused parameters.
18016         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18017         (executable-interpret): Mark unused parameter.
18019         * progmodes/flymake.el (flymake-process-sentinel)
18020         (flymake-after-change-function)
18021         (flymake-create-temp-with-folder-structure)
18022         (flymake-get-include-dirs-dot): Mark unused parameters.
18023         (flymake-safe-delete-directory): Remove unused variable `err'.
18025         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18026         (speedbar-timer-fn, speedbar-line-text)
18027         (speedbar-change-expand-button-char, speedbar-delete-subblock)
18028         (speedbar-center-buffer-smartly): Declare functions.
18029         (gdb-find-watch-expression): Remove unused variable `array'.
18030         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18031         (gdb-starting): Mark unused parameters.
18032         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18033         (gdb-table-string): Remove unused variable `res'.
18034         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18035         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18036         (gdb-display-buffer): Remove unused variable `cur-size'.
18038         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18039         allow lexical-binding compilation.
18040         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
18041         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
18042         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
18043         Mark unused parameters.
18044         (gud-gdb-marker-filter): Remove unused variable `match'.
18045         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
18046         lambda expressions and funcall them, instead of using `fset'.
18048         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
18049         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
18051         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
18052         variable `header-beg'; use `let'.
18054         * progmodes/icon.el (indent-icon-exp): Remove unused variables
18055         `restart', `last-sexp' and `at-do'.
18057         * progmodes/js.el (js--debug): Mark unused parameter.
18058         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
18059         (js--splice-into-items): Remove unused variable `item'.
18060         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
18062         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
18063         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
18064         (makefile-complete): Remove unused variable `try'.
18065         (makefile-fill-paragraph, makefile-match-function-end):
18066         Mark unused parameters.
18068         * progmodes/octave-inf.el (inferior-octave-complete):
18069         Remove unused variable `proc'.
18070         (inferior-octave-output-digest): Mark unused parameter.
18072         * progmodes/perl-mode.el (perl-calculate-indent):
18073         Remove unused variable `err'.
18075         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
18076         (prolog-indent-line): Mark unused parameters.
18077         (prolog-indent-line): Remove unused variable `beg'.
18079         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
18080         (reporter-dont-compact-list): Declare.
18082         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
18083         Remove unused variable `char'.
18084         (sh-debug): Mark unused parameter.
18085         (sh-get-indent-info): Remove unused variable `start'.
18086         (sh-calculate-indent): Remove unused variable `var'.
18088         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
18089         (simula-electric-keyword): Remove unused variable `null'.
18090         (simula-search-backward, simula-search-forward): Remove unused
18091         variables `begin' and `end'.
18093         * progmodes/vera-mode.el (vera-guess-basic-syntax):
18094         Remove unused variable `pos'.
18095         (vera-electric-tab, vera-comment-uncomment-region):
18096         Mark unused parameters.
18097         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
18099 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
18101         * emacs-lisp/package.el (package--builtins, package-alist)
18102         (package-load-descriptor, package-built-in-p, package-activate)
18103         (define-package, package-installed-p)
18104         (package-compute-transaction, package-buffer-info)
18105         (package--push): Doc fix.  Distinguish more clearly between
18106         version strings and version lists.
18108 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
18110         Lexical-binding cleanup.
18112         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
18113         (5x5-make-mutate-best):
18114         * play/fortune.el (fortune-in-buffer):
18115         * play/gomoku.el (gomoku-init-display):
18116         * play/solitaire.el (solitaire, solitaire-do-check):
18117         * play/tetris.el (tetris-default-update-speed-function):
18118         Mark unused parameters.
18120         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
18121         (bubbles--shift): Remove unused variable `char-org'.
18122         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
18123         (bubbles--show-images): Remove unused variable `char'.
18125         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
18126         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
18127         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
18128         (decipher-analyze-buffer): Use ?\s.
18129         (decipher-make-checkpoint): Remove unused variable `mapping'.
18131         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
18133         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18134         Remove unused variable `result'; use `let'.
18136         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
18137         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
18138         (gametree-children-shown-p, gametree-compute-reduced-score):
18139         Use `ignore-errors'.
18141         * play/handwrite.el (ps-lpr-switches): Declare.
18142         (handwrite): Remove unused variables `pmin' and `lastp'.
18144         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
18146         * play/landmark.el (landmark-init-display)
18147         (landmark-update-naught-weights): Mark unused parameters.
18148         (landmark-y): Remove unused variable `noise'.  Simplify.
18149         (landmark-human-plays): Remove unused variable `score'.
18151         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
18152         (mpuz-try-proposal): Remove unused variable `game'.
18154         * play/zone.el (life-patterns): Declare.
18156 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
18158         * vc/vc.el (ediff-vc-internal): Declare function.
18160 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18162         * shell.el: Use lexical-binding and std completion UI.
18163         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
18164         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
18165         comint-preoutput-filter-functions rather than on
18166         comint-output-filter-functions.
18167         (shell-command-completion, shell--command-completion-data)
18168         (shell-filename-completion, shell-environment-variable-completion)
18169         (shell-c-a-p-replace-by-expanded-directory): New functions.
18170         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
18171         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
18172         (shell-dynamic-complete-environment-variable): Use them.
18173         (shell-dynamic-complete-as-environment-variable)
18174         (shell-dynamic-complete-as-command): Remove.
18175         (shell-match-partial-variable): Match past point.
18176         * comint.el: Clean up use of completion-at-point-functions.
18177         (comint-completion-at-point): New function.
18178         (comint-mode): Use it completion-at-point-functions.
18179         (comint-dynamic-complete): Make it obsolete.
18180         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
18181         (comint-c-a-p-replace-by-expanded-history): New function.
18182         (comint-dynamic-complete-functions)
18183         (comint-replace-by-expanded-history): Use it.
18184         * minibuffer.el (completion-table-with-terminator): Allow dynamic
18185         termination strings.  Try harder to avoid second try-completion.
18186         (completion-in-region-mode-map): Disable bindings that don't work yet.
18188         * comint.el: Use lexical-binding.  Require CL.
18189         (comint-dynamic-complete-functions): Use comint-filename-completion.
18190         (comint-completion-addsuffix): Tweak custom type.
18191         (comint-filename-completion, comint--common-suffix)
18192         (comint--common-quoted-suffix, comint--table-subvert)
18193         (comint--complete-file-name-data): New functions.
18194         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
18195         (comint-dynamic-list-filename-completions): Use them.
18196         (comint-dynamic-simple-complete): Make obsolete.
18198         * minibuffer.el (completion-in-region-mode):
18199         Keep completion-in-region-mode--predicate global.
18200         (completion-in-region--postch):
18201         Assume completion-in-region-mode--predicate is not null.
18203         * progmodes/flymake.el (flymake-start-syntax-check-process):
18204         Obey `dir'.  Simplify.
18206         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
18207         we're in VC after all.
18209 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
18211         * vc/vc.el (vc-diff-build-argument-list-internal)
18212         (vc-version-ediff, vc-ediff): New commands.
18213         (vc-version-diff): Use vc-diff-build-argument-list-internal.
18215 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18217         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
18218         add sanity check.
18220         * obsolete/erc-hecomplete.el: Make obsolete.
18221         * obsolete/: Standardize obsolescence info in the header.
18223 2011-04-20  Glenn Morris  <rgm@gnu.org>
18225         * calendar/solar.el (solar-horizontal-coordinates):
18226         Use the longitude argument rather than `calendar-longitude'.
18227         (solar-date-next-longitude): Remove unused locals.
18229 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18231         * whitespace.el: New version 13.2.1.
18233 2011-04-20  felix  <EmacsWiki>  (tiny change)
18235         * whitespace.el (global-whitespace-mode): Keep highlight when
18236         switching between major modes on a file.
18238 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18240         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
18241         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
18242         multi-line comments as well.
18244 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
18246         Lexical-binding cleanup.
18248         * arc-mode.el (archive-mode-revert):
18249         * cmuscheme.el (scheme-interactively-start-process):
18250         * custom.el (custom-initialize-delay):
18251         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
18252         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
18253         * emacs-lock.el (emacs-lock-clear-sentinel):
18254         * ezimage.el (defezimage):
18255         * follow.el (follow-avoid-tail-recenter):
18256         * fringe.el (set-fringe-mode-1):
18257         * generic-x.el (bat-generic-mode-compile):
18258         * help-mode.el (help-info-variable, help-do-xref)
18259         (help-mode-revert-buffer):
18260         * help.el (view-emacs-todo):
18261         * iswitchb.el (iswitchb-completion-help):
18262         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
18263         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
18264         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
18265         * locate.el (locate-update):
18266         * longlines.el (longlines-encode-region)
18267         (longlines-after-change-function):
18268         * outline.el (outline-isearch-open-invisible):
18269         * ps-def.el (declare-function, charset-dimension, char-width)
18270         (encode-char):
18271         * ps-mule.el (ps-mule-plot-string):
18272         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
18273         (recentf-edit-list-select, recentf-edit-list-validate)
18274         (recentf-open-files-action):
18275         * rect.el (delete-whitespace-rectangle-line)
18276         (rectangle-number-line-callback):
18277         * register.el (window-configuration-to-register)
18278         (frame-configuration-to-register):
18279         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
18280         * select.el (xselect-convert-to-string, xselect-convert-to-length)
18281         (xselect-convert-to-targets, xselect-convert-to-delete)
18282         (xselect-convert-to-filename, xselect-convert-to-charpos)
18283         (xselect-convert-to-lineno, xselect-convert-to-colno)
18284         (xselect-convert-to-os, xselect-convert-to-host)
18285         (xselect-convert-to-user, xselect-convert-to-class)
18286         (xselect-convert-to-name, xselect-convert-to-integer)
18287         (xselect-convert-to-atom, xselect-convert-to-identity):
18288         * subr.el (declare, ignore, process-kill-without-query)
18289         (text-clone-maintain):
18290         * terminal.el (te-get-char, te-tic-sentinel):
18291         * tool-bar.el (tool-bar-make-keymap):
18292         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
18293         * type-break.el (type-break-mode, type-break-noninteractive-query):
18294         * view.el (View-back-to-mark):
18295         * wid-browse.el (widget-browse-action, widget-browse-widget)
18296         (widget-browse-widgets, widget-browse-sexp):
18297         * widget.el (define-widget-keywords):
18298         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
18299         Mark unused parameters.
18301         * align.el (align-adjust-col-for-rule): Mark unused parameter.
18302         (align-areas): Remove unused variable `look'.
18303         (align-region): Remove unused variables `real-end' and `pos-list'.
18305         * apropos.el (apropos-score-doc): Remove unused variable `i'.
18307         * bindings.el (mode-line-modified, mode-line-remote):
18308         Mark unused parameters.
18309         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
18311         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
18312         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
18314         * comint.el (comint-history-isearch-pop-state)
18315         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
18316         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
18317         (comint-substitute-in-file-name): Doc fix.
18319         * completion.el (cmpl-statistics-block): Mark unused parameter.
18320         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
18321         (save-completions-to-file, load-completions-from-file):
18322         Remove unused local variable `e'.
18324         * composite.el (compose-chars): Remove unused variable `len'.
18325         (lgstring-insert-glyph): Remove unused variable `g'.
18326         (compose-glyph-string): Remove unused variables `ascent',
18327         `descent', `lbearing' and `rbearing'.
18328         (compose-glyph-string-relative): Remove unused variables
18329         `lbearing', `rbearing' and `wadjust'.
18330         (compose-gstring-for-graphic): Remove unused variables `header',
18331         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
18332         (compose-gstring-for-terminal): Remove unused variables `header'
18333         and `nchars'.  Use `let', not `let*'.
18335         * cus-edit.el (Custom-set, Custom-save, custom-reset)
18336         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
18337         (Custom-buffer-done, custom-buffer-create-internal)
18338         (custom-browse-visibility-action, custom-browse-group-tag-action)
18339         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
18340         (widget-magic-mouse-down-action, custom-toggle-parent)
18341         (custom-add-parent-links, custom-toggle-hide-variable)
18342         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
18343         (custom-toggle-hide-face, face, hook, custom-group-link-action)
18344         (custom-face-menu-create, custom-variable-menu-create, get)
18345         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
18346         (custom-reset-standard-save-and-update): Remove unused variable `value'.
18347         (customize-apropos): Remove unused variable `tests'.
18348         (custom-group-value-create): Remove unused variable `hidden-p'.
18349         (sort-fold-case): Declare.
18351         * cus-theme.el (custom-reset-standard-faces-list)
18352         (custom-reset-standard-variables-list): Declare.
18353         (customize-create-theme, custom-theme-revert, custom-theme-write)
18354         (custom-theme-choose-mode, customize-themes, custom-theme-save):
18355         Mark unused parameters.
18357         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
18359         * delim-col.el (delimit-columns-max): Move defvar before first use.
18361         * descr-text.el (describe-char-categories): Don't quote `lambda'.
18362         (describe-char): Don't quote `lambda'.  Mark unused parameter.
18364         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
18365         (auto-insert): Declare.
18366         (desktop-restore-file-buffer): Rename desktop-* parameters;
18367         mark unused ones.
18368         (desktop-create-buffer): Rename desktop-* parameters and bind them.
18369         (desktop-buffer): Rename desktop-* parameters.
18371         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
18372         (dframe-reposition-frame-xemacs, dframe-help-echo)
18373         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
18374         Mark unused parameters.
18376         * dired-aux.el (backup-extract-version-start, overwrite-query)
18377         (overwrite-backup-query, rename-regexp-query)
18378         (rename-non-directory-query): Declare.
18379         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
18380         (dired-add-entry): Remove unused variable `orig-file-name'.
18381         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
18382         Use parameter PRESERVE-TIME instead of accessing dynamic variable
18383         `dired-copy-preserve-time' directly.
18384         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
18385         (dired-insert-subdir-newpos): Rename unused variable `pos'.
18387         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
18388         (dired-virtual-revert, dired-make-relative-symlink):
18389         Mark unused parameters.
18390         (manual-program): Declare.
18391         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
18392         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
18393         wrapped in `with-no-warnings' to avoid replacing one warning by another.
18395         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
18397         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
18399         * echistory.el (electric-history-in-progress, Helper-return-blurb):
18400         Declare.
18402         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
18404         * electric.el (Electric-command-loop): Rename parameter
18405         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
18407         * expand.el (expand-in-literal): Remove unused variable `here'.
18409         * facemenu.el (facemenu-add-new-color):
18410         Remove unused variable `docstring'.
18412         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
18413         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
18414         (face-attr-construct): Mark unused parameter.  Doc fix.
18415         (read-color): Remove unused variable `hex-string'.
18417         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
18418         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
18419         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
18420         (display-buffer-other-frame): Remove unused variable `old-window'.
18421         (kill-buffer-hook): Declare.
18422         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
18423         Mark unused parameters.
18424         (after-find-file): Pass 1 to `auto-save-mode', not t.
18426         * files-x.el (auto-insert): Declare.
18427         (modify-file-local-variable-prop-line): Remove unused variable `val'.
18429         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
18430         variable `buf'.  Mark unused parameter.
18431         (find-lisp-insert-directory): Mark unused parameter.
18433         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
18434         (format-encode-region): Remove unused variables `cur-buf' and `result'.
18435         (format-common-tail): Remove, unused.
18436         (format-deannotate-region): Remove unused variable `loc'.
18437         (format-annotate-region): Remove unused variable `p'.
18438         (format-annotate-single-property-change): Remove unused variables
18439         `default' and `tail'.
18441         * forms.el (read-file-filter): Declare.
18442         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
18444         * frame.el (frame-creation-function-alist): Mark unused parameter.
18445         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
18447         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
18448         Remove unused parameters.
18449         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
18450         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
18452         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
18453         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
18454         (hfy-prepare-tag-map): Mark unused parameters.
18455         (htmlfontify-buffer): Use `called-interactively-p'.
18457         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
18458         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
18459         (ibuffer-do-occur): Mark unused parameters.
18460         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
18461         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
18463         * ibuffer.el: Don't quote `lambda'.
18464         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
18465         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
18466         Mark unused parameters.
18468         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
18469         (ido-completing-read): Mark unused parameters.
18470         (ido-copy-current-word): Mark unused parameters;
18471         remove unused variable `name'.
18472         (ido-sort-merged-list): Remove unused parameter `dirs'.
18474         * ielm.el (ielm-input-sender): Mark unused parameter.
18475         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
18476         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
18477         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
18478         `ielm-string' as a dynamic variable accessible from the IELM prompt.
18479         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
18481         * image-dired.el (image-dired-display-thumbs): Remove unused
18482         variables `curr-file' and `count'.
18483         (image-dired-remove-tag): Remove unused variable `start'.
18484         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
18485         variable `curr-file'
18486         (image-dired-rotate-original): Remove unused variable `temp-file'.
18487         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
18488         Remove unused variable `file'.
18489         (image-dired-gallery-generate): Remove unused variable `curr'.
18490         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
18492         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
18494         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
18496         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
18498         * isearch.el (minibuffer-history-symbol): Declare.
18499         (isearch-edit-string): Remove unused variable `err'.
18500         (isearch-message-prefix, isearch-message-suffix):
18501         Mark unused parameters.
18503         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
18505         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
18507         * makesum.el (double-column): Remove unused variable `cnt'.
18509         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
18510         (ido-ignore-item-temp-list): Declare.
18512         * mouse-drag.el (mouse-drag-throw): Remove unused variables
18513         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
18514         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
18515         (mouse-drag-drag): Remove unused variables `mouse-delta' and
18516         `mouse-col-delta'.
18518         * mouse-sel.el (mouse-extend-internal):
18519         Remove unused variable `orig-window-frame'.
18521         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
18522         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
18523         Move declarations before first use.
18524         (pcomplete-opt): Mark unused parameters; doc fix.
18526         * proced.el (proced-revert): Mark unused parameter.
18527         (proced-send-signal): Remove unused variable `err'.
18529         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
18530         Rename parameter PREFIX-ARG to ARG.
18531         (ps-basic-plot-string, ps-basic-plot-whitespace):
18532         Mark unused parameters.
18534         * replace.el (replace-count): Define.
18535         (occur-revert-function): Mark unused parameters.
18536         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
18537         (isearch-case-fold-search, isearch-string): Declare.
18538         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
18539         bind `case-fold-search'.  Remove unused variables `beg' and `end',
18540         and simplify.
18541         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
18542         COUNT and bind `replace-count'.
18543         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
18544         to COUNT.
18546         * savehist.el (print-readably, print-string-length): Declare.
18548         * shadowfile.el (shadow-expand-cluster-in-file-name):
18549         Remove unused variable `cluster'.
18550         (shadow-copy-file): Remove unused variable `i'.
18551         (shadow-noquery, shadow-clusters, shadow-site-cluster)
18552         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
18553         (shadow-define-literal-group, shadow-define-regexp-group)
18554         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
18556         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
18557         (shell): Use `called-interactively-p'.
18558         (shell-directory-tracker): Remove unused variable `chdir-failure'.
18560         * simple.el (compilation-context-lines, comint-file-name-quote-list)
18561         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
18562         (delete-backward-char): Remove unused variable `ocol'.
18563         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
18564         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
18565         (event-apply-hyper-modifier, event-apply-shift-modifier)
18566         (event-apply-control-modifier, event-apply-meta-modifier):
18567         Mark unused parameters.
18568         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
18569         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
18571         * speedbar.el (speedbar-ignored-directory-expressions)
18572         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
18573         (speedbar-find-file, speedbar-dir-follow)
18574         (speedbar-directory-buttons-follow, speedbar-tag-find)
18575         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
18576         (speedbar-buffers-line-directory, speedbar-buffer-click):
18577         Mark unused parameters.
18578         (speedbar-tag-file): Remove unused variable `mode'.
18579         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
18581         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
18583         * talk.el (talk): Remove unused variable `display'.
18585         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
18586         (tar-write-region-annotate): Mark unused parameter.
18588         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
18589         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
18590         Declare them, wrapped in `with-no-warnings' to avoid replacing one
18591         warning by another.
18593         * time-stamp.el (time-stamp-string-preprocess):
18594         Remove unused variable `require-padding'.
18596         * tree-widget.el (widget-glyph-enable): Declare.
18597         (tree-widget-action): Mark unused parameter.
18599         * w32-fns.el (x-get-selection): Mark unused parameter.
18600         (autoload-make-program, generated-autoload-file): Declare.
18602         * wdired.el (wdired-revert): Mark unused parameters.
18603         (wdired-xcase-word): Remove unused variable `err'.
18605         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
18606         (whitespace-help-scroll): Remove unused variable `data-help'.
18608         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
18609         (widget-image-insert, widget-after-change, default)
18610         (widget-default-format-handler, widget-default-notify)
18611         (widget-default-prompt-value, widget-info-link-action)
18612         (widget-url-link-action, widget-function-link-action)
18613         (widget-variable-link-action, widget-file-link-action)
18614         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
18615         (widget-field-prompt-internal, widget-field-action, widget-field-match)
18616         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
18617         (widget-insert-button-action, widget-delete-button-action, visibility)
18618         (widget-documentation-link-action, widget-documentation-string-action)
18619         (widget-const-prompt-value, widget-regexp-match, symbol)
18620         (widget-coding-system-prompt-value)
18621         (widget-key-sequence-value-to-external, sexp)
18622         (widget-sexp-value-to-internal, character, vector, cons)
18623         (widget-choice-prompt-value, widget-boolean-prompt-value)
18624         (widget-color--choose-action): Mark unused parameters.
18625         (widget-item-match-inline, widget-choice-match-inline)
18626         (widget-checklist-match, widget-checklist-match-inline)
18627         (widget-group-match): Rename parameter VALUES to VALS.
18628         (widget-field-value-set): Remove unused variable `size'.
18629         (widget-color-action): Remove unused variables `value' and `start'.
18631         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
18632         variable `dir'.  Doc fix.
18633         (windmove-find-other-window): Don't pass it.
18635         * window.el (count-windows): Mark unused parameter.
18636         (bw-adjust-window): Remove unused variable `err'.
18638         * woman.el (woman-file-name): Remove unused variable `default'.
18639         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
18640         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
18641         (global-font-lock-mode): Declare.
18642         (woman-decode-region): Mark unused parameter.
18643         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
18645         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
18646         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
18647         (x-dnd-handle-moz-url): Remove unused variable `title'.
18648         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
18650         * xml.el (xml-parse-tag, xml-parse-attlist):
18651         Remove unused variable `pos'.
18653 2011-04-19  Glenn Morris  <rgm@gnu.org>
18655         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
18656         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18657         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18658         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
18659         * calendar/cal-html.el (cal-html-insert-minical):
18660         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
18661         (calendar-mark-date-pattern):
18662         Prefix "unused" locals.
18664         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
18665         optional argument `style'.
18667         * calendar/appt.el (appt-make-list):
18668         * calendar/cal-china.el (calendar-chinese-date-string):
18669         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
18670         (diary-hebrew-yahrzeit):
18671         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
18672         * calendar/calendar.el (calendar-generate-window):
18673         * calendar/time-date.el (time-to-days):
18674         Remove unused local variables.
18676 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
18678         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
18679         glyphless-char-display table.
18680         (tabulated-list-glyphless-char-display): New var.
18682 2011-04-18  Sam Steingold  <sds@gnu.org>
18684         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
18685         to acknowledgments.
18687 2011-04-17  Glenn Morris  <rgm@gnu.org>
18689         * calendar/diary-lib.el (diary-sexp-entry):
18690         * calendar/holidays.el (holiday-sexp):
18691         Set debug-on-error rather than the removed stack-trace-on-error.
18693 2011-04-16  Glenn Morris  <rgm@gnu.org>
18695         * progmodes/f90.el: Use lexical-binding.
18696         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
18698 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18700         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
18701         (mail-mode): Setup mailalias completion here instead.
18702         * mail/mailalias.el: Use lexical-binding.
18703         (pattern, mailalias-done): Declare dynamic.
18704         (mail-completion-at-point-function): New function, from mail-complete.
18705         (mail-complete): Use it.
18706         (mail-completion-expand): New function.
18707         (mail-get-names): Use it.
18708         (mail-directory, mail-directory-process, mail-directory-stream):
18709         Don't use `pattern' for lexically bound arg.
18711         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
18713         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
18714         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
18715         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
18717         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
18718         (byte-save-window-excursion, byte-temp-output-buffer-setup)
18719         (byte-interactive-p): Define them again, for use when inlining
18720         old code.
18722 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
18724         * loadup.el: Use `string-to-number', not `string-to-int'.
18726 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18728         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
18729         gud-gdb-complete-command.
18730         (gud-gdb-completions): New function, from gud-gdb-complete-command.
18731         (gud-gdb-completion-at-point): New function.
18732         (gud-gdb-completions): Remove.
18734 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
18736         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
18737         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
18738         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
18739         whether `executable-find' is bound.
18741         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
18743 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18745         * minibuffer.el (completion-in-region-mode-predicate)
18746         (completion-in-region-mode--predicate): New vars.
18747         (completion-in-region, completion-in-region--postch)
18748         (completion-in-region-mode): Use them.
18749         (completion--capf-wrapper): Also return the hook function.
18750         (completion-at-point, completion-help-at-point):
18751         Adjust and provide a predicate.
18753         Preserve arg names for advice of subr and lexical functions (bug#8457).
18754         * help-fns.el (help-function-arglist): Consolidate the subr and
18755         new-byte-code cases.  Add argument `preserve-names' to extract names
18756         from the docstring when needed.
18757         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
18758         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
18759         (ad-arglist): Use help-function-arglist's new arg.
18760         (ad-definition-type): Use cond.
18762 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
18764         * autorevert.el (auto-revert-handler):
18765         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
18766         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
18767         Don't quote lambda.
18769         * image-mode.el (image-transform-set-scale):
18770         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
18772 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18774         * net/network-stream.el (network-stream-open-starttls): Only do
18775         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
18776         Upgrades via gnutls-cli are too slow to be done opportunistically.
18778 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
18780         * dframe.el (dframe-current-frame): Remove spurious quote.
18782 2011-04-12  Glenn Morris  <rgm@gnu.org>
18784         * calendar/cal-tex.el (cal-tex-end-document):
18785         Try to automatically use latin1 input if needed.
18787         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
18788         Don't try to cons a mark onto an empty element.
18790 2011-04-11  Leo Liu  <sdl.web@gmail.com>
18792         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
18793         buffers.
18794         (ido-kill-buffer-at-head): Support killing virtual buffers.
18796 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
18798         * minibuffer.el (completion-show-inline-help): New var.
18799         (completion--do-completion, minibuffer-complete)
18800         (minibuffer-force-complete, minibuffer-complete-word):
18801         Inhibit minibuffer messages if completion-show-inline-help is nil.
18803         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
18804         to avoid interference from inline help (Bug#5849).
18806 2011-04-10  Leo Liu  <sdl.web@gmail.com>
18808         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18809         Fix typo.
18811 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
18813         * image-mode.el (image-toggle-display-image): Signal an error if
18814         not in Image mode.
18815         (image-transform-mode, image-transform-resize)
18816         (image-transform-set-rotation): Doc fix.
18817         (image-transform-set-resize): Delete.
18818         (image-transform-set-scale, image-transform-fit-to-height)
18819         (image-transform-fit-to-width): Handle image-toggle-display-image
18820         and image-transform-resize directly.
18822 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
18824         * doc-view.el (doc-view-fit-width-to-window)
18825         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18826         New functions for fitting the shown image to the Emacs window size.
18827         (doc-view-mode-map): Add bindings for the new functions.
18829 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
18831         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
18832         Fix typo in docstring.
18834 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
18836         * files.el (file-size-human-readable): Produce one digit after
18837         decimal, like "ls -lh" does.
18839         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18840         the file size representation.
18842         * simple.el (list-processes): If async subprocesses are not
18843         available, error out with a clear error message.
18845 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
18847         * help.el (help-form-show): New function, to be called from C.
18848         Put help-form output in a buffer named differently than *Help*.
18850 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
18852         * files.el (file-size-human-readable): New function.
18854         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18855         computing the representation inline.  Don't require `cl'.
18857 2011-04-08  Glenn Morris  <rgm@gnu.org>
18859         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18861         * net/browse-url.el (browse-url-firefox):
18862         Test system-type, not system-configuration.
18864         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18865         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18866         Use log-edit-empty-buffer-p.  (Bug#7598)
18868         * net/rlogin.el (rlogin-process-connection-type): Simplify.
18869         (rlogin-mode-map): Initialize in the defvar.
18870         (rlogin): Use ignore-errors.
18872         * replace.el (occur-mode-map): Some fixes for menu items.
18874 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
18876         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
18878 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
18880         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18881         issuing unused warnings.
18883         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18884         macro directly.
18886         * simple.el: Lisp reimplement of list-processes.  Based on an
18887         earlier reimplementation by Leo Liu, but using tabulated-list.el.
18888         (process-menu-mode): New major mode.
18889         (list-processes--refresh, list-processes):
18890         (process-menu-visit-buffer): New functions.
18892         * files.el (save-buffers-kill-emacs): Don't assume any return
18893         value of list-processes, which is undocumented anyway.
18895 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
18897         * emacs-lisp/tabulated-list.el: New file.
18899         * emacs-lisp/package.el: Use Tabulated List mode.
18900         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18901         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
18902         table format using Tabulated List mode variables.
18903         (package--push): New macro, replacing package-list-maybe-add.
18904         (package-menu--generate): Use package--push.  Renamed from
18905         package--generate-package-list.
18906         (package-menu-refresh, list-packages): Use it.
18907         (package-menu--print-info): Rename from package-print-package.
18908         Return insertion data instead of inserting it directly.
18909         (package-menu-describe-package, package-menu-execute):
18910         Use tabulated-list-get-id.
18911         (package-menu-mark-delete, package-menu-mark-install)
18912         (package-menu-mark-unmark, package-menu-backup-unmark)
18913         (package-menu-mark-obsolete-for-deletion):
18914         Use tabulated-list-put-tag.
18915         (package--list-packages, package-menu-revert)
18916         (package-menu-get-package, package-menu-get-version)
18917         (package-menu-sort-by-column): Functions deleted.
18918         (package-menu-package-list, package-menu-sort-key): Vars deleted.
18919         (package-menu--status-predicate, package-menu--version-predicate)
18920         (package-menu--name-predicate)
18921         (package-menu--description-predicate): Handle arguments in the
18922         Tabulated List format.
18923         (package-list-packages-no-fetch): Call list-packages.
18925 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
18927         * files.el (after-find-file-from-revert-buffer): Remove variable.
18928         (after-find-file): Don't bind it.
18929         (revert-buffer-in-progress-p): New variable.
18930         (revert-buffer): Bind it.
18931         Pass nil for `after-find-file-from-revert-buffer'.
18933         * saveplace.el (save-place-find-file-hook): Use new variable
18934         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18936 2011-04-06  Glenn Morris  <rgm@gnu.org>
18938         * Makefile.in (AUTOGEN_VCS): New variable.
18939         (autoloads): Use $AUTOGEN_VCS.
18941         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18942         * calendar/calendar.el (calendar-mode-map):
18943         Check for toolkit scroll bars.  (Bug#8305)
18945 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
18947         * minibuffer.el (completion-in-region--postch)
18948         (completion-in-region-mode): Remove unnecessary messages.
18950 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
18952         * font-lock.el (font-lock-refresh-defaults):
18953         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18954         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18956         * info.el (Info-directory-list, Info-read-node-name-2)
18957         (Info-split-parameter-string): Doc fixes.
18958         (Info-virtual-nodes): Reflow docstring.
18959         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18960         (Info-apropos-toc-nodes, info-finder, Info-get-token)
18961         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18962         Fix typos in docstrings.
18963         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18964         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18965         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18966         (Info-restore-desktop-buffer): Mark unused parameters.
18967         (Info-directory-find-file, Info-directory-find-node)
18968         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18969         (Info-virtual-index-find-node, Info-apropos-find-file)
18970         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
18971         Mark unused parameters; fix typos in docstrings.
18972         (Info-virtual-index): Remove unused local variable `nodename'.
18974 2011-04-05  Deniz Dogan  <deniz@dogan.se>
18976         * net/rcirc.el: Update my e-mail address.
18977         (rcirc-mode-map): Remove M-o binding.
18979 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
18981         * startup.el (command-line): Save the cursor's theme-face
18982         directly, instead of using face-override-spec.
18984         * custom.el (load-theme): Minor optimization in assigning faces.
18986 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
18988         * help-fns.el (describe-variable): Complete all variables having
18989         documentation, including keywords.
18990         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18992 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
18994         Convert to lexical-binding.
18996         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18997         (bs--get-marked-string, bs--get-modified-string)
18998         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18999         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19000         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19002         * ehelp.el (electric-help-execute-extended)
19003         (electric-help-ctrl-x-prefix):
19004         * hexl.el (hexl-revert-buffer-function):
19005         * linum.el (linum-after-change, linum-after-scroll):
19006         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19008         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19010 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
19012         * epa-dired.el:
19013         * epa-mail.el:
19014         * epa-hook.el:
19015         * epa-file.el:
19016         * epa.el:
19017         * epg.el: Use lexical binding.
19019 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
19021         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19023         * textmodes/flyspell.el (flyspell-word): Recognize default
19024         dictionary case for flyspell-mark-duplications-exceptions.
19025         Use regexp matching for languages.
19026         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19027         default dictionary (Bug#7926).
19029 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
19031         * emacs-lisp/package.el (package--with-work-buffer):
19032         Recognize https URLs.
19034         * net/network-stream.el: Move from gnus/proto-stream.el.
19035         Change prefix to network-stream throughout.
19036         (open-protocol-stream): Merge into open-network-stream, leaving
19037         open-protocol-stream as an alias.  Handle nil BUFFER args.
19039         * subr.el (open-network-stream): Move to net/network-stream.el.
19041 2011-04-02  Glenn Morris  <rgm@gnu.org>
19043         * find-dired.el (find-exec-terminator): New option.
19044         (find-ls-option): Test for -ls support.
19045         (find-ls-subdir-switches): Test for -b in find-ls-option.
19046         (find-dired, find-grep-dired): Doc fixes.
19047         (find-dired): Use find-exec-terminator.
19049         * find-dired.el (find-ls-option, find-ls-subdir-switches)
19050         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19051         (find-name-arg): Remove purecopy.
19053         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
19054         (grep-compute-defaults): Check for `-exec COMMAND +' support.
19055         Set grep-find-use-xargs, grep-find-command, and grep-find-template
19056         accordingly.  Don't add the null-device if not needed.
19058         * files.el (save-some-buffers): Doc fix.
19060 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
19062         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19064 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
19066         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
19067         Use `dolist' rather than `mapcar'.
19069 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19071         Add lexical binding.
19073         * subr.el (apply-partially): Use new closures rather than CL.
19074         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
19075         (dolist, dotimes): Use slightly different expansion for lexical code.
19076         (functionp): Move to C.
19077         (letrec): New macro.
19078         (with-wrapper-hook): Use it and apply-partially instead of CL.
19079         (eval-after-load): Preserve lexical-binding.
19080         (save-window-excursion, with-output-to-temp-buffer): Turn them
19081         into macros.
19083         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
19085         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
19086         than the arglist.
19087         (help-add-fundoc-usage): Don't add `Not documented'.
19088         (help-function-arglist): Handle closures, subroutines, and new
19089         byte-code-functions.
19090         (help-make-usage): Remove leading underscores.
19091         (describe-function-1): Handle closures.
19092         (describe-variable): Use special-variable-p for completion.
19094         * files.el (lexical-binding): Declare safe.
19096         * emacs-lisp/pcase.el: Don't use destructuring-bind.
19097         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
19098         (pcase): Add `let' pattern.
19099         Change memoization so it actually works.
19100         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
19101         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
19102         <let>: New case.
19104         * emacs-lisp/macroexp.el: Use lexical binding.
19105         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
19106         Don't convert ' to #' without checking that it's indeed quoting
19107         a lambda.
19109         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
19110         Use eval-sexp-add-defvars.
19111         (eval-sexp-add-defvars): New fun.
19113         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
19115         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
19116         Don't autoload.
19117         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
19118         than the internal `byte-compile-lambda'.
19119         (defmethod): Don't hide code under quotes.
19120         (eieio-defmethod): New `code' argument.
19122         * emacs-lisp/eieio-comp.el: Remove.
19124         * emacs-lisp/edebug.el (edebug-eval-defun)
19125         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
19126         (edebug-toggle): Avoid `eval'.
19128         * emacs-lisp/disass.el (disassemble-internal): Handle new
19129         `closure' objects.
19130         (disassemble-1): Handle new byte codes.
19132         * emacs-lisp/cl.el (pushnew): Silence warning.
19134         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
19135         (cl-byte-compile-throw): Remove.
19136         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
19138         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
19139         closures.
19141         * emacs-lisp/cconv.el: New file.
19143         * emacs-lisp/bytecomp.el: Use lexical binding instead of
19144         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
19145         (byte-compile-initial-macro-environment):
19146         Handle declare-function here.
19147         (byte-compile--lexical-environment): New var.
19148         (byte-stack-ref, byte-stack-set, byte-discardN)
19149         (byte-discardN-preserve-tos): New lap codes.
19150         (byte-interactive-p): Don't use any more.
19151         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
19152         New macros.
19153         (byte-compile-lapcode): Use them and handle new lap codes.
19154         (byte-compile-obsolete): Remove.
19155         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
19156         (byte-compile-arglist-warn): Check late def of inlinable funs.
19157         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
19158         since they should have been expanded by now.
19159         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
19160         (byte-compile-from-buffer): Remove unused second arg.
19161         (byte-compile-preprocess): New function.
19162         (byte-compile-toplevel-file-form): New function to distinguish
19163         file-form calls from outside from file-form calls from hunk-handlers.
19164         (byte-compile-file-form): Simplify.
19165         (byte-compile-file-form-defsubst): Remove.
19166         (byte-compile-file-form-defmumble): Simplify now that
19167         byte-compile-lambda always returns a byte-code-function.
19168         (byte-compile): Preprocess.
19169         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
19170         Remove, not used any more.
19171         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
19172         (byte-compile-make-args-desc): New funs.
19173         (byte-compile-lambda): Handle lexical functions.  Always return
19174         a byte-code-function.
19175         (byte-compile-reserved-constants): New var, to make up room for
19176         closed-over variables.
19177         (byte-compile-constants-vector): Obey it.
19178         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
19179         (byte-compile-macroexpand-declare-function): New function.
19180         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
19181         byte-code-functions.
19182         (byte-compile-form): Check obsolescence here.
19183         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
19184         (byte-compile-variable-ref): Remove.
19185         (byte-compile-dynamic-variable-op): New fun.
19186         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19187         (byte-compile-variable-set): New funs.
19188         (byte-compile-discard): Add 2 args.
19189         (byte-compile-stack-ref, byte-compile-stack-set)
19190         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
19191         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
19192         macroexpand-all instead.
19193         (byte-compile-quote-form): Remove.
19194         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
19195         (byte-compile-bind, byte-compile-unbind): New funs.
19196         (byte-compile-let): Handle let* and lexical binding.
19197         (byte-compile-let*): Remove.
19198         (byte-compile-catch, byte-compile-unwind-protect)
19199         (byte-compile-track-mouse, byte-compile-condition-case):
19200         Handle a new :fun-body form, used for lexical scoping.
19201         (byte-compile-save-window-excursion)
19202         (byte-compile-with-output-to-temp-buffer): Remove.
19203         (byte-compile-defun): Simplify.
19204         (byte-compile-stack-adjustment): New fun.
19205         (byte-compile-out): Use it.
19206         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
19208         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
19209         handler any more.
19211         * emacs-lisp/byte-opt.el: Use lexical binding.
19212         (byte-inline-lapcode): Remove (to bytecomp).
19213         (byte-compile-inline-expand): Pay attention to inlining to/from
19214         lexically bound code.
19215         (byte-compile-unfold-lambda): Don't handle byte-code-functions
19216         any more.
19217         (byte-optimize-form-code-walker): Don't handle save-window-excursion
19218         any more and don't call compiler-macros.
19219         (byte-compile-splice-in-already-compiled-code): Remove.
19220         (byte-code): Don't inline any more.
19221         (disassemble-offset): Receive `bytes' as argument rather than via
19222         dynamic scoping.
19223         (byte-compile-tag-number): Declare before first use.
19224         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
19225         `return' even if make-spliceable.
19226         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
19227         obsolete interactive-p.
19228         (byte-optimize-lapcode): Optimize new lap-codes.
19229         Don't trip up on new form of `byte-constant' lap code.
19231         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
19233         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
19235         * custom.el (custom-initialize-default, custom-declare-variable):
19236         Use `defvar'.
19238         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
19239         New variables.
19240         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
19241         (COMPILE_FIRST): Add macroexp and cconv.
19242         * makefile.w32-in: Mirror changes in Makefile.in.
19244         * vc/cvs-status.el:
19245         * vc/diff-mode.el:
19246         * vc/log-edit.el:
19247         * vc/log-view.el:
19248         * vc/smerge-mode.el:
19249         * textmodes/bibtex-style.el:
19250         * textmodes/css-mode.el:
19251         * startup.el:
19252         * uniquify.el:
19253         * minibuffer.el:
19254         * newcomment.el:
19255         * reveal.el:
19256         * server.el:
19257         * mpc.el:
19258         * emacs-lisp/smie.el:
19259         * doc-view.el:
19260         * dired.el:
19261         * abbrev.el: Use lexical binding.
19263 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
19265         * info.el (info-display-manual): New function.
19267 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19269         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
19271 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
19273         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
19274         an entry for that server in rcirc-authinfo.  (Bug#8385)
19276 2011-03-31  Glenn Morris  <rgm@gnu.org>
19278         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
19280         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
19282 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
19284         * progmodes/python.el (python-default-interpreter)
19285         (python-python-command-args, python-jython-command-args)
19286         (python-which-shell, python-which-args, python-which-bufname)
19287         (python-file-queue, python-comint-output-filter-function)
19288         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
19289         variables and functions.
19291 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19293         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
19294         (completion-in-region-mode): New minor mode.
19295         (completion-in-region): Use it.
19296         (completion-in-region--data, completion-in-region-mode-map): New vars.
19297         (completion-in-region--postch): New function.
19298         (completion--capf-misbehave-funs, completion--capf-safe-funs):
19299         New vars.
19300         (completion--capf-wrapper): New function.
19301         (completion-at-point): Use it to track well-behavedness of
19302         hook functions.
19303         (completion-help-at-point): New command.
19305 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
19307         * vc/add-log.el (add-change-log-entry): Don't use whitespace
19308         syntax class to search for whitespace on a single line
19309         (Message-ID: <4D938140.4030905@redhat.com>).
19311 2011-03-30  Leo Liu  <sdl.web@gmail.com>
19313         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
19314         New commands.
19315         (edit-abbrevs-map): Bind them here.
19316         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
19318 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
19320         * allout.el (allout-hide-by-annotation, allout-flag-region):
19321         Reduce possibility of overlay leakage by making them volatile.
19323         * allout-widgets.el (allout-widgets-tally): Define as nil so the
19324         hash is not shared between buffers.  Mode initialization is
19325         responsible for giving it a useful starting value.
19326         (allout-item-span): Reduce possibility of overlay leakage by
19327         making them volatile.
19328         (allout-widgets-count-buttons-in-region): Add diagnostic function
19329         for tracking down button overlay leaks.
19331 2011-03-29  Leo Liu  <sdl.web@gmail.com>
19333         * ido.el (ido-read-internal): Use the default history var
19334         minibuffer-history if no HISTORY is specified.
19336 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
19338         * net/imap.el (imap-shell-open, imap-process-connection-type):
19339         Use imap-process-connection-type for 'shell' streams as well as
19340         Kerberos, SSL, other subprocesses.
19342 2011-03-28  Leo Liu  <sdl.web@gmail.com>
19344         * abbrev.el (abbrev-table-empty-p): New function.
19345         (prepare-abbrev-list-buffer): Place empty abbrev tables after
19346         nonempty ones.  (Bug#5937)
19348 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
19350         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
19352 2011-03-27  Leo Liu  <sdl.web@gmail.com>
19354         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
19355         for foreground and background colors.
19356         (ansi-color-make-color-map): Adapt.
19358 2011-03-25  Leo Liu  <sdl.web@gmail.com>
19360         * midnight.el (midnight-time-float): Remove.  Note it calculates
19361         the microsecond component incorrectly and seconds-to-time does the
19362         same job.
19363         Remove redundant (require 'timer).
19365         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
19366         (ido-completions): Remove unused arguments.  (Bug#8329)
19368 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19370         * minibuffer.el (completion--flush-all-sorted-completions):
19371         Remove itself from hook.
19372         (completion-at-point): Let the functions perform the completion
19373         immediately and return nil or t.
19374         * comint.el (comint-dynamic-complete-functions): Now identical to
19375         completion-at-point-functions.
19376         (comint-dynamic-list-input-ring): Remove unused var `index'.
19377         (comint--match-partial-filename, comint--unquote&expand-filename):
19378         New funs, split from comint-match-partial-filename.
19379         (comint-dynamic-complete): Use completion-at-point.
19380         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
19382 2011-03-24  Drew Adams  <drew.adams@oracle.com>
19384         * thingatpt.el: Support `defun'.
19386 2011-03-23  Leo Liu  <sdl.web@gmail.com>
19388         * abbrevlist.el: Move to obsolete/abbrevlist.el.
19390         * help-mode.el (help-mode-finish): Tweak regexp.
19392 2011-03-23  Glenn Morris  <rgm@gnu.org>
19394         * eshell/esh-opt.el (eshell-eval-using-options):
19395         Do not bind unused local variable `eshell-option-stub'.
19397         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
19399 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
19401         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
19402         keymap variable in `with-no-warnings' to avoid a warning when the
19403         keymap has been already `defconst'ed.
19405 2011-03-22  Leo Liu  <sdl.web@gmail.com>
19407         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
19408         encode all chars in abbrevs; otherwise use emacs-mule or
19409         utf-8-emacs.  (Bug#8308)
19411 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
19413         * simple.el (backward-delete-char-untabify):
19414         Avoid warning about using `delete-backward-char'.
19416         * image.el (image-type-file-name-regexps): Make it variable.
19417         `imagemagick-register-types' modifies it, and the user may want
19418         to add new extensions for known image types.
19419         (imagemagick-register-types): Throw error if not using ImageMagick.
19421 2011-03-22  Leo Liu  <sdl.web@gmail.com>
19423         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
19424         located before rcirc-prompt-end-marker.
19425         (rcirc-complete): Error if point is not after rcirc prompt.
19426         Handle the case when table is nil.
19427         (rcirc-user-authenticated): Define to fix compiler warning.
19429 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
19431         * custom.el (custom--inhibit-theme-enable): Make it affect only
19432         custom-theme-set-variables and custom-theme-set-faces.
19433         (provide-theme): Ignore custom--inhibit-theme-enable.
19434         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
19435         (custom-enabling-themes): Delete variable.
19436         (enable-theme): Accept only loaded themes as arguments.
19437         Ignore the special custom-enabled-themes variable.
19438         (custom-enabled-themes): Forbid themes from setting this.
19439         Eliminate use of custom-enabling-themes.
19440         (custom-push-theme): Quote "changed" custom var entry.
19442 2011-03-21  Leo Liu  <sdl.web@gmail.com>
19444         * ido.el (ido-read-internal): Add ido-selected to history instead
19445         of user input.
19447 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19449         * subr.el (deferred-action-list, deferred-action-function):
19450         Mark obsolete.
19452 2011-03-21  Leo Liu  <sdl.web@gmail.com>
19454         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
19455         change on 2011-02-13 (bug#8309).
19457         * minibuffer.el (read-file-name-function): Change default value.
19458         (read-file-name--defaults): Rename from read-file-name-defaults.
19459         (read-file-name-default): Rename from read-file-name.
19460         (read-file-name): Call read-file-name-function.
19462 2011-03-21  Glenn Morris  <rgm@gnu.org>
19464         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
19465         Doc fixes.
19467 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
19469         * cus-theme.el: Add missing provide statement.
19470         (customize-create-theme): Extract theme value correctly.
19471         (custom-theme-visit-theme): Autoload.
19472         (customize-create-theme): Prompt before inserting default faces.
19474 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
19476         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
19477         units and musical notes.
19479 2011-03-20  Leo Liu  <sdl.web@gmail.com>
19481         * ido.el (ido-read-internal): Use completing-read-default.
19482         (ido-completing-read): Fix compatibility with completing-read.
19484 2011-03-20  Christian Ohler  <ohler@gnu.org>
19486         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
19487         (ert-delete-all-tests): Use `called-interactively-p' rather than
19488         `interactive-p'.
19489         (ert--make-xrefs-region): Respect END.
19491 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
19493         * dired-aux.el (dired-create-directory): Signal an error if the
19494         directory already exists (Bug#8246).
19496         * facemenu.el (list-colors-display): Call list-faces-display
19497         inside with-help-window.
19498         (list-colors-print): Use display property to align the final
19499         column, instead of checking window-width.
19501 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
19503         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
19504         windows-nt systems.
19505         (emerge-protect-metachars): Quote correctly for ms-dos and
19506         windows-nt systems.
19508 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
19510         * info.el (info-initialize): Replace all uses of `:' with
19511         path-separator for compatibility with non-Unix systems.
19512         Cache quoting of path-separator.  (Bug#8258)
19514 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
19516         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
19517         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
19518         (mouse-avoidance-mode): Fix typos in docstrings.
19520 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
19522         * startup.el (package-subdirectory-regexp): Move from package.el.
19523         Omit \\` and \\', and let callers add them.
19525         * emacs-lisp/package.el (package-strip-version)
19526         (package-load-all-descriptors): Add \\` and \\' to
19527         package-subdirectory-regexp before using it.
19528         (package-untar-buffer): New arg DIR; ensure that file untars only
19529         into this expected directory.  Remove superfluous delete-region.
19530         (package-unpack): Caller changed.
19531         (package-tar-file-info): Use package-subdirectory-regexp.
19533 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19535         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
19536         diff-mode-shared-map (bug#8284).
19537         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
19539 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19541         * calendar/time-date.el (format-seconds): Use assoc instead of
19542         assoc-string, since assoc-string doesn't exist in XEmacs.
19544 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
19546         * custom.el (custom-known-themes): Reflow docstring.
19547         (custom-theme-load-path): Fix typo in docstring.
19548         (load-theme): Fix typo in error message.
19549         (custom-available-themes, custom-variable-theme-value):
19550         Use `let', not `let*'.
19552 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
19554         * calc/README: Mention inclusion of musical notes.
19556         * calc/calc-units.el (calc-lu-quant): Rename from
19557         `calc-logunits-quantity'.
19558         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
19559         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
19560         (calc-db): Rename from `calc-dblevel'.
19561         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
19562         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
19563         (calc-np): Rename from `calc-nplevel'.
19564         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
19565         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
19566         (calc-lu-plus): Rename from `calc-logunits-add'.
19567         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
19568         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
19569         (calc-lu-minus): Rename from `calc-logunits-sub'.
19570         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
19571         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
19572         (calc-lu-times): Rename from `calc-logunits-mul'.
19573         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
19574         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
19575         (calc-lu-divide): Rename from `calc-logunits-div'.
19576         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
19577         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
19579         * calc/calc-ext.el (calc-init-extensions): Update the names of the
19580         functions being autoloaded.
19582         * calc/calc.el (calc-lu-power-reference): Rename from
19583         `calc-logunits-power-reference'.
19584         (calc-lu-field-reference): Rename from
19585         `calc-logunits-field-reference'.
19587         * calc/calc-help.el (calc-l-prefix-help):
19588         Mention musical note functions.
19590 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19592         * minibuffer.el (completion-all-sorted-completions):
19593         Use :completion-cycle-penalty text property if present.
19595 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
19597         * allout.el (allout-yank-processing): Adjust for new rebulleting
19598         regime so bullet being yanked is used without prompting the user
19599         for a choice.
19601 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
19603         * startup.el (command-line): Warn the user that _emacs is deprecated.
19605 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
19607         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
19608         (delphi-verbose, delphi-comment-face, delphi-string-face)
19609         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
19610         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
19611         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
19612         (delphi-new-comment-line, delphi-font-lock-defaults)
19613         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
19614         Fix typos in docstrings.
19616 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
19618         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
19619         Invert the roles of character and string values for INSTEAD, so a
19620         string is used for the more common case of a defaulting prompt.
19622 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19624         * progmodes/ruby-mode.el (ruby-backward-sexp):
19625         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
19626         * play/gamegrid.el (gamegrid-make-face):
19627         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
19628         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
19629         * notifications.el (notifications-notify):
19630         * net/xesam.el (xesam-search-engines):
19631         * net/quickurl.el (quickurl-list-insert):
19632         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
19634 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
19636         * startup.el (command-line): Update package subdirectory regexp.
19638 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19640         * allout.el (allout-abbreviate-flattened-numbering)
19641         (allout-mode-deactivate-hook): Fix up obsolescence "date".
19643         * subr.el (read-char-choice): Only show the cursor after the prompt,
19644         not after the answer.
19646 2011-03-15  Kevin Ryde  <user42@zip.com.au>
19648         * help-fns.el (variable-at-point): Skip leading quotes, if any
19649         (bug#8253).
19651 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19653         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
19654         warning message.
19656 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
19658         * shell.el (shell): When called interactively, offer to change the
19659         shell file name on remote hosts.
19661 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
19663         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
19664         integration for LDAP parameters.  The host, base, user or binddn,
19665         and secret tokens can be specified in a netrc file, for instance.
19666         This is optional because an `auth-source' parameter must be
19667         specified in the search attributes.
19669 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
19671         * help.el (describe-mode): Link to the mode's definition (bug#8185).
19673 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19675         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
19676         into declaration.  Remove redundant and harmful binding.
19678 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
19680         * files.el (file-ownership-preserved-p): Pass `integer' as an
19681         explicit 2nd argument to `file-attributes'.  If the file's owner
19682         is the Administrators group on Windows, and the current user is
19683         Administrator, consider that a match.
19685         * server.el (server-ensure-safe-dir): Consider server directory
19686         safe on MS-Windows if its owner is the Administrators group while
19687         the current Emacs user is Administrator.  Use `=' to compare
19688         numerical UIDs, since they could be integers or floats.
19690 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
19692         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
19694 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
19696         Sync with Tramp 2.2.1.
19698         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
19700         * net/trampver.el: Update release number.
19702 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19704         * progmodes/compile.el (compilation--previous-directory): Fix up
19705         various nil/dead-marker mismatches (bug#8014).
19706         (compilation-directory-properties, compilation-error-properties):
19707         Don't call it at a position past the one we're about to change.
19709         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
19710         Disable obsolescence warnings in the file that declares it.
19712 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
19714         * allout-widgets.el (allout-widgets-tally):
19715         Initialize allout-widgets-tally as a hash table rather than nil to
19716         prevent mode-line redisplay warnings.  Also, clarify the module
19717         description and fix a comment typo.
19719 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
19721         * help-fns.el (describe-variable): Don't complete keywords.
19722         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
19724 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
19726         * emacs-lisp/package.el (package-version-join): Impose a standard
19727         string representation for pre/alpha/beta version lists.
19728         (package-unpack-single): Standardize the directory name by passing
19729         it through package-version-join.
19730         (package-strip-rcs-id): Accept any version string that does not
19731         signal an error in version-to-list.
19733 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
19735         * simple.el (delete-trailing-whitespace): Return nil for the
19736         benefit of `write-file-functions'.
19738 2011-03-10  Glenn Morris  <rgm@gnu.org>
19740         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
19742         * vc/vc-git.el (vc-git-program): New option.
19743         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
19744         (vc-git--call): Use it.
19746         * eshell/esh-util.el (eshell-condition-case): Doc fix.
19748         * cus-edit.el (Custom-newline): If no button at point, look
19749         for a subgroup button at start-of-line.  (Bug#2298)
19751         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
19753 2011-03-10  Julien Danjou  <julien@danjou.info>
19755         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19756         `cursor-type' is nil.
19758 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
19760         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
19762 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
19764         * allout.el: Change so yank of distinctive-bullet items
19765         preserves the existing header prefix, rebulleting it if necessary,
19766         rather than replacing it.  This is necessary for proper operation
19767         of cooperative addons like allout-widgets.
19768         (allout-make-topic-prefix, allout-rebullet-heading):
19769         Change SOLICIT arg to INSTEAD, and interpret additionally a string
19770         value as alternate bullet to be used, instead of prompting the user
19771         for a bullet character.
19773 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
19775         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19776         Do not use `tramp-file-name-port', because this returns also
19777         `tramp-default-port'.
19779 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
19781         * net/rcirc.el (rcirc-handler-001): Remove useless
19782         with-rcirc-process-buffer.
19783         (rcirc-check-auth-status): Swap arguments to string-match.
19785 2011-03-09  Glenn Morris  <rgm@gnu.org>
19787         * shell.el (shell-mode):
19788         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
19790         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
19791         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
19793 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
19795         * emacs-lisp/package.el (package-refresh-contents)
19796         (package-menu-execute): Use condition-case-no-debug.
19798 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
19800         * simple.el (shell-command-to-string): Use `process-file'.
19802         * emacs-lisp/package.el (package-tar-file-info): Handle also
19803         remote files.
19805         * emacs-lisp/package-x.el (package-upload-buffer-internal):
19806         Use `equal' for upload base check.
19808 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
19810         * textmodes/texinfo.el (texinfo-environments):
19811         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
19813 2011-03-08  Glenn Morris  <rgm@gnu.org>
19815         * cus-start.el (cursor-in-non-selected-windows):
19816         Fix :set quoting oddness.  (Bug#8192)
19818         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19819         in some setf expressions.  (Bug#2159)
19821 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
19823         * custom.el (custom-available-themes): Return themes in
19824         alphabetical order.
19826 See ChangeLog.15 for earlier changes.
19828 ;; Local Variables:
19829 ;; coding: utf-8
19830 ;; End:
19832   Copyright (C) 2011-2012  Free Software Foundation, Inc.
19834   This file is part of GNU Emacs.
19836   GNU Emacs is free software: you can redistribute it and/or modify
19837   it under the terms of the GNU General Public License as published by
19838   the Free Software Foundation, either version 3 of the License, or
19839   (at your option) any later version.
19841   GNU Emacs is distributed in the hope that it will be useful,
19842   but WITHOUT ANY WARRANTY; without even the implied warranty of
19843   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19844   GNU General Public License for more details.
19846   You should have received a copy of the GNU General Public License
19847   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.