Only handle ".." and '..' quoting in shell-mode.
[emacs.git] / lisp / ChangeLog
blobde2cfc6f0ac45b077f6137c8a637793b0c25508e
1 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3         Only handle ".." and '..' quoting in shell-mode (bug#11466).
4         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5         (shell--requote-argument): New functions.
6         (shell-completion-vars): Use them.
7         (shell--parse-pcomplete-arguments): Rename from
8         shell-parse-pcomplete-arguments.
9         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
10         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11         Obey comint-file-name-quote-list.
13         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14         (smie-indent-keyword): Use it.
16 2012-05-14  Stefan Merten  <smerten@oekonux.de>
18         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
20 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22         * net/rlogin.el (rlogin-mode-map): Fix last change.
24 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
26         * mail/smtpmail.el (smtpmail-send-command): Send the command and
27         the following \r\n using a single `process-send-string', since the
28         Lotus SMTP server refuses to accept any commands if they are sent
29         with two `process-send-string's (Bug#11444).
31 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * shell.el (shell-parse-pcomplete-arguments):
34         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
36 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
38         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
39         (image-transform-scale, image-transform-right-angle-fudge): New vars.
40         (image-transform-width, image-transform-fit-width): New functions.
41         (image-transform-properties): Use them.
42         (image-transform-check-size): New function.
43         (image-toggle-display-image): Use it (for testing).
44         (image-transform-set-rotation): Reduce angle mod 360.
45         Delete obsolete comment.
47 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
49         * image-mode.el: Fix scaling (bug#11399).
50         (image-transform-resize): Doc fix.
51         (image-transform-properties): Default scale is 1 and height should
52         be an integer.
54 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
56         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
57         than hard-coding `car', to fix misbehavior when moving forward.
59 2012-05-13  Chong Yidong  <cyd@gnu.org>
61         * emacs-lisp/tabulated-list.el (tabulated-list-format)
62         (tabulated-list-entries, tabulated-list-padding)
63         (tabulated-list-sort-key): Make permanent-local.
65         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
66         (electric-buffer-list): Put electric buffer menu
67         command descriptions in this docstring, instead of the docstring
68         of electric-buffer-menu-mode.  Code cleanups.
69         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
70         Electric-buffer-menu-mode.
71         (electric-buffer-update-highlight): Minor code cleanup.
73 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
75         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
76         (Bug#11447)
78 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
80         Move define-obsolete-variable-alias before the var's definition.
81         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
82         * tooltip.el (tooltip-hook):
83         * textmodes/reftex-toc.el (reftex-toc-map):
84         * textmodes/reftex-sel.el (reftex-select-label-map)
85         (reftex-select-bib-map):
86         * textmodes/reftex-index.el (reftex-index-map)
87         (reftex-index-phrases-map):
88         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
89         * progmodes/meta-mode.el (meta-mode-map):
90         * novice.el (disabled-command-hook):
91         * loadhist.el (unload-hook-features-list):
92         * frame.el (blink-cursor):
93         * files.el (find-file-not-found-hooks, write-file-hooks)
94         (write-contents-hooks):
95         * emulation/tpu-edt.el (GOLD-map):
96         * emacs-lock.el (emacs-lock-from-exiting):
97         * emacs-lisp/generic.el (generic-font-lock-defaults):
98         * emacs-lisp/chart.el (chart-map):
99         * dos-fns.el (register-name-alist):
100         * dired-x.el (dired-omit-files-p):
101         * desktop.el (desktop-enable):
102         * cus-edit.el (custom-mode-hook):
103         * buff-menu.el (buffer-menu-mode-hook):
104         * bookmark.el (bookmark-read-annotation-text-func)
105         (bookmark-exit-hooks):
106         * allout.el (allout-mode-deactivate-hook)
107         (allout-exposure-change-hook, allout-structure-added-hook)
108         (allout-structure-deleted-hook, allout-structure-shifted-hook):
109         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
110         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
111         comes before the corresponding variable's definition.
113 2012-05-12  Chong Yidong  <cyd@gnu.org>
115         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
116         (Buffer-menu-mouse-select): Restore function (Bug#11459).
117         (Buffer-menu-mode-map): Bind it.
118         (Buffer-menu--pretty-name): Add a mouse-face property.
120 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
123         (prolog-upper-case-string, prolog-lower-case-string)
124         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
125         (prolog-use-smie, prolog-smie-grammar): New vars.
126         (prolog-smie-forward-token, prolog-smie-backward-token)
127         (prolog-smie-rules): New funs.
128         (prolog-comment-indent): Remove.
129         (prolog-mode-variables): Use default comment indentation instead.
130         Setup SMIE.
131         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
132         (prolog-mode): Don't call them any more.
133         (prolog-electric-colon, prolog-electric-dash)
134         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
136         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
138         * minibuffer.el (completion--twq-all): Again, allow case differences.
140         * term.el: Move keymap initialization code to be more idiomatic.
141         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
142         (term-terminal-menu): Move initialization into declaration.
143         (term-escape-char): Let the user set it in her .emacs.
145         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
146         Provide SMIE-based indentation (not enabled by default yet).
147         (sh-mode-map): Don't bind electric keys.
148         Use electric-pair-mode instead of skeleton-pair.
149         (sh-assignment-regexp): Fit within 80 columns.
150         (sh-indent-supported): Specify actual shell name instead of boolean.
151         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
152         (sh-maybe-here-document): Use it.  Make obsolete.
153         (sh-electric-here-document-mode) New minor mode.
154         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
155         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
156         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
157         (sh-smie-rc-grammar, sh-use-smie): New vars.
158         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
159         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
160         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
161         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
162         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
163         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
164         (sh-set-shell): Use smie-setup if requested.
166         * term.el (term-set-escape-char): Properly set term-escape-char.
167         See http://stackoverflow.com/questions/10524656.
169 2012-05-10  Chong Yidong  <cyd@gnu.org>
171         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
172         Use url-generic-parse-url, and handle host names and Windows
173         filenames properly.
174         (ffap-url-unwrap-remote): Use url-generic-parse-url.
175         (ffap-url-unwrap-remote): Accept list values, specifying a list of
176         URL schemes to work on.
177         (ffap--toggle-read-only): New function.
178         (ffap-read-only, ffap-read-only-other-window)
179         (ffap-read-only-other-frame): Use it.
180         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
181         necessary for ffap-url-unwrap-remote.
183 2012-05-10  Dave Abrahams  <dave@boostpro.com>
185         * cus-start.el (create-lockfiles): Add it.
187 2012-05-09  Chong Yidong  <cyd@gnu.org>
189         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
190         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
192 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * shell.el (shell-completion-vars): Fix last change (bug#11348).
196 2012-05-09  Chong Yidong  <cyd@gnu.org>
198         * ansi-color.el (ansi-color-process-output): Check for validity of
199         comint-last-output-start before using it.  This avoids a bad
200         interaction with gdb-mi's input/output buffer.
202 2012-05-09  Glenn Morris  <rgm@gnu.org>
204         * files.el (dir-locals-read-from-file):
205         Mention dir-locals in any error message.
207 2012-05-09  Chong Yidong  <cyd@gnu.org>
209         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
210         package (Bug#11410).
212         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
213         variables into description.
215 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
218         shell-delimiter-argument-list (bug#11348).
219         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
221 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
223         * textmodes/rst.el: Silence byte-compiler warnings.
224         (rst-re-alist, rst-reset-section-caches): Move around.
225         (rst-re): Use `characterp', not `char-valid-p'.
226         (font-lock-beg, font-lock-end): Declare.
228         * progmodes/idlw-shell.el (specs): Remove reference to deleted
229         variable `idlwave-shell-activate-alt-keybindings' and simplify.
231         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
233 2012-05-08  Glenn Morris  <rgm@gnu.org>
235         * files.el (auto-mode-alist): Treat ".make" like ".mk".
237 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
239         * vc/log-edit.el: Add GNU coding standards highlighting.
240         (log-edit-font-lock-gnu-style)
241         (log-edit-font-lock-gnu-keywords): New vars.
242         (log-edit-font-lock-keywords): New fun.
243         (log-edit-mode): Don't fold case in font-lock.
244         (log-edit-font-lock-keywords): Do not assume case-folding.
246         * imenu.el: Misc cleanup.  Make docstrings out of comments.
247         Use lexical-binding.
248         (imenu--index-alist, imenu--last-menubar-index-alist)
249         (imenu-menubar-modified-tick): Use defvar-local.
250         (imenu--split-menu): Remove unused var.
251         (imenu--cleanup-seen): Declare as global.
252         (imenu--cleanup): Use dolist.
254         * subr.el (defvar-local): Add debug spec and doc-string position.
256 2012-05-08  Glenn Morris  <rgm@gnu.org>
258         * lisp/language/burmese.el, language/cham.el, language/czech.el:
259         * language/english.el, language/georgian.el, language/greek.el:
260         * language/japanese.el, language/khmer.el, language/korean.el:
261         * language/lao.el, language/misc-lang.el, language/romanian.el:
262         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
263         * language/thai.el, language/utf-8-lang.el:
264         Remove no-byte-compile setting.
266         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
268 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
270         * progmodes/make-mode.el (makefile-browse):
271         Remove unnecessary interactive.  (Bug#11324)
273 2012-05-07  Glenn Morris  <rgm@gnu.org>
275         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
277         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
279 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * loadup.el: Preload newcomment.el.
282         * newcomment.el: Move autoload-only code to toplevel.
284         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
285         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
286         Handle new :right-align column property.
287         (tabulated-list-print-col): Idem, plus use `display' text-property to
288         try and preserve alignment for variable pitch fonts.
290 2012-05-07  Chong Yidong  <cyd@gnu.org>
292         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
293         (tabulated-list-use-header-line): New var.
294         (tabulated-list-init-header): Use it.
295         (tabulated-list-print-fake-header): New function.
296         (tabulated-list-print): Use it.
297         (tabulated-list-sort-button-map): Add non-header-line commands.
298         (tabulated-list-init-header): Add column name property to basic
299         labels as well.
300         (tabulated-list-col-sort): Handle non-header-line button case.
301         (tabulated-list--sort-by-column-name): Fix a corner case.
303         * buff-menu.el (list-buffers--refresh):
304         Handle Buffer-menu-use-header-line.
306 2012-05-06  Chong Yidong  <cyd@gnu.org>
308         * buff-menu.el: Convert to Tabulated List mode.
309         (Buffer-menu-buffer+size-width): Make obsolete.
310         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
311         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
312         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
313         documentation into docstring of buffer-menu.
314         (Buffer-menu-toggle-files-only): Add an informative message.
315         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
316         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
317         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
318         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
319         (Buffer-menu-execute, Buffer-menu-select)
320         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
321         (Buffer-menu-bury): Use Tabulated List machinery.
322         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
323         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
324         Delete.
325         (list-buffers--refresh): New function.
326         (list-buffers-noselect): Use it.
327         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
328         (Buffer-menu--pretty-file-name): New helper functions.
330         * loadup.el: Preload tabulated-list.
332         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
333         tabulated-list-sort-column.
334         (tabulated-list-init-header): Add the initial aligning space even
335         if tabulated-list-padding is zero.
337 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
339         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
340         whose cdr is not a cons cell correctly (bug#11038).
342 2012-05-06  Chong Yidong  <cyd@gnu.org>
344         * emacs-lisp/tabulated-list.el (tabulated-list-format):
345         Accept additional plist in column descriptors.
346         (tabulated-list-init-header): Obey it.
347         (tabulated-list-get-entry): New function.
348         (tabulated-list-put-tag): Use it.  Use string-width instead of
349         length.
350         (tabulated-list--column-number): New function.
351         (tabulated-list-print): Use it.
352         (tabulated-list-print-col): New function.
353         Set `tabulated-list-column-name' property on each column's text.
354         (tabulated-list-print-entry): Use it.
355         (tabulated-list-delete-entry, tabulated-list-set-col):
356         New functions.
357         (tabulated-list-sort-column): New command (Bug#11337).
359         * buff-menu.el (list-buffers): Move C-x C-b binding from
360         buff-menu.el to bindings.el.
362         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
363         :advertised-binding feature.
365 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
367         * progmodes/compile.el (compilation-internal-error-properties):
368         Calculate start position correctly when end-col is set but
369         end-line is not (Bug#11382).
371 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
373         * man.el (Man-unindent): Use text-property-default-nonsticky to
374         prevent untabify from inheriting face properties (Bug#11408).
376 2012-05-05  Glenn Morris  <rgm@gnu.org>
378         * calendar/cal-html.el: Optionally include holidays in the output.
379         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
380         (cal-html-holidays): New option.
381         (cal-html-css-default): Add holiday entry.
382         (holiday-in-range): Autoload it.
383         (cal-html-htmlify-entry): Add optional class argument.
384         (cal-html-htmlify-list): Add optional holidays argument.
385         (cal-html-insert-agenda-days): Include holidays in the output.
386         (cal-html-one-month): Maybe include holidays.
388         * calendar/holidays.el (holiday-in-range):
389         Move here from cal-tex-list-holidays.
390         * calendar/cal-tex.el (cal-tex-list-holidays):
391         Make it an obsolete alias for holiday-in-range.  Update all callers.
393 2012-05-05  Chong Yidong  <cyd@gnu.org>
395         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
396         Nextstep.
398 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
400         * files.el (file-auto-mode-skip): New var.
401         (set-auto-mode-1): Use it.
403 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * repeat.el: Use lexical-binding.
406         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
407         (repeat-undo-count): Remove.
408         (repeat):
409         * progmodes/octave-mod.el (octave-abbrev-start):
410         * progmodes/f90.el (f90-abbrev-start):
411         * face-remap.el (text-scale-adjust):
412         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
414         * emacs-lisp/pcase.el (pcase--let*): New function.
415         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
416         a bit more.
417         (pcase--split-pred): Be more clever about ruling out overlap between
418         a predicate and some constant pattern.
419         (pcase--q1): Use `null' instead of (eq foo nil).
421         * subr.el (setq-local, defvar-local): New macros.
422         (kbd): Redefine as an alias.
423         (with-selected-window): Leave unrelated frames alone.
424         (set-temporary-overlay-map): New function.
426 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * subr.el (user-error): New function.
429         * window.el (switch-to-buffer):
430         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
431         (smerge-match-conflict):
432         * simple.el (previous-matching-history-element)
433         (next-matching-history-element, goto-history-element, undo-more)
434         (undo-start):
435         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
436         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
437         (next-file, tags-loop-scan, list-tags, complete-tag):
438         * progmodes/compile.el (compilation-loop):
439         * mouse.el (mouse-minibuffer-check):
440         * man.el (Man-bgproc-sentinel, Man-goto-page):
441         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
442         (Info-history-forward, Info-follow-reference, Info-menu)
443         (Info-extract-menu-item, Info-extract-menu-counting)
444         (Info-forward-node, Info-backward-node, Info-next-menu-item)
445         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
446         (Info-next-reference, Info-prev-reference, Info-index)
447         (Info-index-next, Info-follow-nearest-node)
448         (Info-copy-current-node-name):
449         * imenu.el (imenu--make-index-alist)
450         (imenu-default-create-index-function, imenu-add-to-menubar):
451         * files.el (basic-save-buffer, recover-file):
452         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
453         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
454         (checkdoc-message-text, checkdoc-defun):
455         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
456         * cus-edit.el (customize-changed-options, customize-rogue)
457         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
458         (custom-variable-mark-to-reset-standard)
459         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
460         (custom-file):
461         * completion.el (check-completion-length):
462         * comint.el (comint-search-arg)
463         (comint-previous-matching-input-string-position)
464         (comint-previous-matching-input)
465         (comint-replace-by-expanded-history-before-point, comint-send-input)
466         (comint-copy-old-input, comint-backward-matching-input)
467         (comint-goto-process-mark, comint-set-process-mark):
468         * calendar/calendar.el (calendar-cursor-to-date): Use it.
469         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
471 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * dabbrev.el (dabbrev--ignore-case-p): New function.
474         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
475         Use it.
477         * files.el (automount-dir-prefix): Mark as obsolete.
479 2012-05-04  Glenn Morris  <rgm@gnu.org>
481         * patcomp.el, play/bruce.el: Move to obsolete/.
483 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
485         Fix minor Y10k bugs.
486         * arc-mode.el (archive-unixdate):
487         * autoinsert.el (auto-insert-alist):
488         * calc/calc-forms.el (math-this-year):
489         * emacs-lisp/copyright.el (copyright-current-year)
490         (copyright-update-year, copyright):
491         * tar-mode.el (tar-clip-time-string):
492         * time.el (display-time-update):
493         Don't assume years have 4 digits.
495 2012-05-04  Chong Yidong  <cyd@gnu.org>
497         * dos-w32.el (file-name-buffer-file-type-alist)
498         (direct-print-region-use-command-dot-com):
499         * ffap.el (ffap-menu-regexp):
500         * find-file.el (ff-special-constructs):
501         * follow.el (follow-debug):
502         * forms.el (forms--debug):
503         * iswitchb.el (iswitchb-all-frames):
504         * ido.el (ido-all-frames):
505         * emacs-lisp/timer.el (timer-max-repeats):
506         * mail/feedmail.el (feedmail-mail-send-hook)
507         (feedmail-mail-send-hook-queued):
508         * mail/footnote.el (footnote-signature-separator):
509         * mail/mailabbrev.el (mail-alias-separator-string)
510         (mail-abbrev-mode-regexp):
511         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
512         * progmodes/idlwave.el (idlwave-libinfo-file)
513         (idlwave-default-completion-case-is-down)
514         (idlwave-library-routines): Convert defvars to defcustoms.
516         * mail/rmail.el (rmail-decode-mime-charset):
517         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
518         (idlwave-shell-fix-inserted-breaks)
519         (idlwave-shell-activate-alt-keybindings)
520         (idlwave-shell-use-breakpoint-glyph):
521         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
523 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
527 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
529         * progmodes/verilog-mode.el (font-lock-keywords):
530         Fix mis-highligting auto.  Reported by Craig Barner.
531         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
532         defines from global name space. Reported by Dan Dever.
533         (verilog-auto-reset, verilog-auto-reset-widths)
534         (verilog-auto-tieoff): Support using unbased numbers for
535         AUTORESET and AUTOTIEOFF.
536         (verilog-submit-bug-report): Update variable list.
537         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
538         parenthesis from not matching. Reported by Michael Rytting.
539         (verilog-auto-template-lint): Fix hash error when linting modules
540         with no used templates.
541         (verilog-warn, verilog-warn-error)
542         (verilog-warn-fatal): When non-interactive report multiple
543         warnings before exiting.  Suggested by Brad Dobbie.
544         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
545         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
546         to report unused template errors.  Reported by Brad Dobbie.
547         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
548         nets, bug438. Reported by Vns Blore.
549         (verilog-auto-inout-module, verilog-auto-reg)
550         (verilog-read-decls, verilog-read-sub-decls-sig)
551         (verilog-signals-edit-wire-reg, verilog-signals-with):
552         Fix passing of Verilog data types in ANSI input/output ports
553         such as "output logic" into the AUTOs. Special case "wire" and
554         "reg" for backwards compatibility presuming Verilog 2001.
555         (verilog-auto-ascii-enum): Add "auto enum" as alias.
556         (verilog-preprocess): Fix replication of preprocess output.
557         Reported by Brad Dobbie.
558         (verilog-auto-inst-interfaced-ports):
559         Create verilog-auto-inst-interfaced-ports, bug429.
560         Reported by Julian Gorfajn.
561         (verilog-after-save-font-hook)
562         (verilog-before-save-font-hook): New variable.
563         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
564         (verilog-save-font-mods): Wrap disabling fontification, reported
565         by David Rogoff.
566         (verilog-do-indent, verilog-pretty-declarations-auto)
567         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
568         Reported by Pierre-David Pfister.
569         (verilog-set-auto-endcomments): Fix endtask auto comments outside
570         of class declarations, bug292.  Reported by Kevin Heilman.
571         (verilog-read-decls): Fix 'parameter type' not appearing in
572         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
573         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
574         AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
575         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
576         Reported by David Kravitz.
578 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
580         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
581         assignment with tests in ifs and for loops.
582         (verilog-extended-complete-re, verilog-complete-reg): Change so
583         that DPI inport functions don't look like fuction declarations.
584         (verilog-pretty-expr): Don't line up assignment
585         operations to the test and increment in if and for loops
586         (verilog-extended-complete-re, verilog-complete-reg): Change so
587         that DPI inport functions don't look like fuction declarations
589 2012-05-03  Kenichi Handa  <handa@m17n.org>
591         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
592         decoding, and show a warning message without signalling an error
593         (Bug#11282).
595 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * emacs-lisp/bytecomp.el
598         (byte-compile-file-form-custom-declare-variable): Compile all elements,
599         since cconv.el might have introduced :fun-body, internal-make-closure,
600         and friends for bytecomp to handle (bug#11391).
601         * custom.el (defcustom): Avoid ((λ ..) ..).
603 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
605         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
607 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
609         * notifications.el (dbus-debug):
610         * term/linux.el (gpm-mouse-enable):
611         * term/screen.el (xterm-register-default-colors): Declare.
613 2012-05-02  Chong Yidong  <cyd@gnu.org>
615         * cus-start.el (gc-cons-percentage, exec-suffixes)
616         (dos-display-scancodes, dos-hyper-key, dos-super-key)
617         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
618         (make-cursor-line-fully-visible, void-text-area-pointer)
619         (font-list-limit): Add customization data.
621         * allout.el (allout-exposure-change-functions)
622         (allout-structure-added-functions)
623         (allout-structure-deleted-functions)
624         (allout-structure-shifted-functions): Rename abnormal hooks from
625         *-hook, and convert to defcustoms.
626         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
627         Convert to defcustoms.
628         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
630         * allout-widgets.el: Hook callers changed.
632 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
634         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
635         the yanked message in preference to the default value of
636         buffer-file-coding-system.
638 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
640         * window.el (display-buffer--action-function-custom-type):
641         Fix entry.
643 2012-05-02  Alan Mackenzie  <acm@muc.de>
645         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
647 2012-05-01  Glenn Morris  <rgm@gnu.org>
649         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
651         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
653         * cus-edit.el (custom-variable-documentation): Simplify with format.
655 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
656             Stefan Monnier  <monnier@iro.umontreal.ca>
658         * simple.el (suggest-key-bindings, execute-extended-command):
659         Move from keyboard.c.
661 2012-05-01  Chong Yidong  <cyd@gnu.org>
663         * follow.el: Eliminate advice.
664         (set-process-filter, process-filter, sit-for): Advice deleted.
665         (follow-mode-off-hook): Obsolete hook removed.
666         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
667         Vars deleted.
668         (follow-auto): Use a :set function.
669         (follow-mode): Rewritten.  Don't advise process filters.
670         (follow-switch-to-current-buffer-all, follow-scroll-up)
671         (follow-scroll-down): Assume follow-mode is bound.
672         (follow-comint-scroll-to-bottom)
673         (follow-align-compilation-windows): New functions.
674         (follow--window-sorter): New function.
675         (follow-all-followers): Use it to explicitly sort windows by their
676         positions; don't make assumptions about next-window order.
677         (follow-windows-start-end, follow-delete-other-windows-and-split)
678         (follow-calc-win-start): Doc fix.
679         (follow-windows-aligned-p, follow-select-if-visible): Don't call
680         vertical-motion unnecessarily.
681         (follow-adjust-window): New function.
682         (follow-post-command-hook): Use it.
683         (follow-call-set-process-filter, follow-call-process-filter)
684         (follow-intercept-process-output, follow-tidy-process-filter-alist)
685         (follow-stop-intercept-process-output, follow-generic-filter):
686         Functions deleted.
687         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
688         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
689         New functions, replacing advice on scroll-bar-* commands.
690         (follow-mwheel-scroll): New function (Bug#4112).
692         * comint.el (comint-adjust-point): New function.
693         (comint-postoutput-scroll-to-bottom): Use it.
694         Call follow-comint-scroll-to-bottom for Follow mode buffers.
696 2012-05-01  Glenn Morris  <rgm@gnu.org>
698         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
699         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
700         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
701         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
702         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
703         Remove no-byte-compile setting.
705 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
707         * minibuffer.el (completion-table-with-quoting): Fix compatibility
708         all-completions code to not return a number in the last cdr.
710 2012-04-30  Leo Liu  <sdl.web@gmail.com>
712         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
713         read-only error.
715 2012-04-29  Chong Yidong  <cyd@gnu.org>
717         * follow.el (follow-calc-win-end): Rewrite to handle partial
718         screen lines correctly (Bug#8390).
719         (follow-avoid-tail-recenter): Minor cleanup.
721 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
723         Avoid the obsolete `assoc' package.
724         * speedbar.el (speedbar-refresh): Avoid adelete.
725         (speedbar-file-lists): Simplify and avoid aput.
726         * man.el (Man--sections, Man--refpages): New vars, replacing
727         Man-sections-alist and Man-refpages-alist.
728         (Man-build-section-alist, Man-build-references-alist):
729         Use them; avoid aput.
730         (Man--last-section, Man--last-refpage): New vars.
731         (Man-follow-manual-reference): Use them.
732         Use the `default' arg of completing-read.
733         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
735 2012-04-27  Chong Yidong  <cyd@gnu.org>
737         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
739         * startup.el (x-apply-session-resources): New function.
741         * term/ns-win.el (ns-initialize-window-system):
742         * term/w32-win.el (w32-initialize-window-system):
743         * term/x-win.el (x-initialize-window-system): Use it to properly
744         set menu-bar-mode and other vars from X resources, even if the
745         initial frame is not a window-system frame (Bug#2299).
747         * subr.el (read-key): Avoid running filter function when setting
748         up temporary tool bar entries (Bug#9922).
750 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
752         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
753         (Bug#11344)
755 2012-04-27  Chong Yidong  <cyd@gnu.org>
757         * select.el (xselect--encode-string): New function, split from
758         xselect-convert-to-string.
759         (xselect-convert-to-string): Use it.
760         (xselect-convert-to-filename, xselect-convert-to-os)
761         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
762         returned strings are properly encoded (Bug#11315).
764 2012-04-27  Chong Yidong  <cyd@gnu.org>
766         * simple.el (delete-active-region): Move to killing custom group.
768 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
770         * progmodes/which-func.el (which-func-current): Quote %
771         characters for mode-line processing.
773 2012-04-27  Chong Yidong  <cyd@gnu.org>
775         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
776         reaching eob (Bug#11286).
778 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
780         * progmodes/gdb-mi.el (gdb-control-level): New variable.
781         (gdb): Make it buffer-local and init to zero.
782         (gdb-control-commands-regexp): New variable.
783         (gdb-send): Don't wrap in "-interpreter-exec console" if
784         gdb-control-level is positive.  Increment gdb-control-level
785         whenever the command matches gdb-control-commands-regexp, and
786         decrement it each time the command is "end".  (Bug#11279)
788 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
790         * window.el (adjust-window-trailing-edge, enlarge-window)
791         (shrink-window, window-resize):
792         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
793         windows (Bug#11276).
795 2012-04-27  Chong Yidong  <cyd@gnu.org>
797         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
798         fix "missing prefix" warning.  All callers changed.
800 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * emacs-lisp/assoc.el: Move to obsolete/.
804 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
808         * term/ns-win.el (ns-define-service):
809         * progmodes/pascal.el (pascal-goto-defun):
810         * progmodes/js.el (js--read-tab):
811         * progmodes/etags.el (tags-lazy-completion-table):
812         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
813         * emacs-lisp/ewoc.el (ewoc--wrap):
814         * emacs-lisp/assoc.el (aput, adelete, amake):
815         * doc-view.el (doc-view-convert-current-doc):
816         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
818 2012-04-26  Chong Yidong  <cyd@gnu.org>
820         * image.el (image-type-from-buffer): Only return supported image
821         type (Bug#9045).
823         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
824         value, for symmetry with diff-end-of-hunk.
825         (diff-split-hunk, diff-find-source-location)
826         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
827         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
828         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
829         compute the relevant hunk or file properly (Bug#6005).
830         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
832 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
834         * vc/vc-mtn.el:
835         * vc/vc-hg.el:
836         * vc/vc-git.el:
837         * vc/vc-dir.el:
838         * vc/vc-cvs.el:
839         * vc/vc-bzr.el:
840         * vc/vc-arch.el:
841         * vc/vc.el: Replace lexical-let by lexical-binding.
842         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
843         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
844         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
846 2012-04-26  Chong Yidong  <cyd@gnu.org>
848         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
849         (diff-mode-shared-map): Bind it to / and [remap undo].
851         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
852         (ediff-window-setup-function): Use it as the default, to set up
853         windows based on whether the current frame is graphical (Bug#2138).
854         (ediff-choose-window-setup-function-automatically): Make obsolete.
856         * vc/ediff-init.el: Always define ediff-pixel-width/height.
858 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * ffap.el: Remove old code for obsolete package.
861         (ffap-complete-as-file-p): Remove.
863         Use completion-table-with-quoting for comint and pcomplete.
864         * comint.el (comint--unquote&requote-argument)
865         (comint--unquote-argument, comint--requote-argument): New functions.
866         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
867         (comint-quote-filename): Use regexp-opt-charset.
868         (comint--common-suffix, comint--common-quoted-suffix)
869         (comint--table-subvert): Remove.
870         (comint-unquote-function, comint-requote-function): New vars.
871         (comint--complete-file-name-data): Use them with
872         completion-table-with-quoting.
873         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
874         * pcomplete.el (pcomplete-arg-quote-list)
875         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
876         (pcomplete-unquote-argument-function): Default to non-nil.
877         (pcomplete-unquote-argument): Simplify.
878         (pcomplete--common-quoted-suffix): Remove.
879         (pcomplete-requote-argument-function): New var.
880         (pcomplete--common-suffix): New function.
881         (pcomplete-completions-at-point): Use completion-table-with-quoting
882         and completion-table-subvert.
884         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
885         (minibuffer--double-dollars): Preserve properties.
886         (completion--sifn-requote): New function.
887         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
889         * minibuffer.el: Add support for completion of quoted/escaped data.
890         (completion-table-with-quoting, completion-table-subvert): New funs.
891         (completion--twq-try, completion--twq-all): New functions.
892         (completion--nth-completion): New function.
893         (completion-try-completion, completion-all-completions): Use it.
895 2012-04-25  Leo Liu  <sdl.web@gmail.com>
897         * progmodes/python.el (python-pdbtrack-get-source-buffer):
898         Use compilation-message if available to find real filename.
900 2012-04-25  Chong Yidong  <cyd@gnu.org>
902         * vc/diff-mode.el (diff-setup-whitespace): New function.
903         (diff-mode): Use it.
905         * vc/diff.el (diff-sentinel):
906         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
907         Whitespace mode variables based on diff style (Bug#8612).
909 2012-04-25  Leo Liu  <sdl.web@gmail.com>
911         * progmodes/python.el (python-send-region): Add suffix .py to the
912         temp file.
914         * files.el (auto-mode-alist): Use javascript-mode instead.
916 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
918         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
920         * soap-client.el (soap-resolve-references-for-sequence-type)
921         (soap-resolve-references-for-array-type): Hack to prevent self
922         references, see Bug#9.
923         (soap-parse-envelope): Report the contents of the 'detail' node
924         when receiving a fault reply.
925         (soap-parse-envelope): Report the contents of the entire 'detail' node.
927         * soap-inspect.el (soap-sample-value-for-simple-type)
928         (soap-inspect-simple-type): New function.
930         * soap-client.el (soap-simple-type): New struct.
931         (soap-default-xsd-types, soap-default-soapenc-types)
932         (soap-decode-basic-type, soap-encode-basic-type):
933         support unsignedInt and double basic types.
934         (soap-resolve-references-for-simple-type)
935         (soap-parse-simple-type, soap-encode-simple-type): New function.
936         (soap-parse-schema): Parse xsd:simpleType declarations.
938         * soap-client.el (soap-default-xsd-types)
939         (soap-default-soapenc-types): Add integer, byte and anyURI types.
940         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
941         the local name of "soapenc:Array".
942         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
943         decoding integer, byte and anyURI xsd types.
945 2012-04-25  Chong Yidong  <cyd@gnu.org>
947         * cus-edit.el (custom-buffer-create-internal): Update header text.
949 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
951         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
952         settings on 'system-type', not on 'window-system'.  On MS-Windows,
953         set interactive-mode on in GDB.
955 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
958         (ruby-syntax-propertize-regexp): Remove.
959         (ruby-syntax-propertize-function): Split regexp into chunks.
960         Match following code directly.
962 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
964         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
965         (ruby-syntax-propertize-regexp): New function.
966         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
967         by a special keyword.
969         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
970         (ruby-syntax-general-delimiters-goto-beg)
971         (ruby-syntax-propertize-general-delimiters): New functions.
972         (ruby-syntax-propertize-function): Use them to handle GDL.
973         (ruby-font-lock-keywords): Move old handling of GDL...
974         (ruby-font-lock-syntactic-keywords): .. to here.
975         (ruby-calculate-indent): Adjust indentation for GDL.
977 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
979         * notifications.el (top): Remove unneeded declarations.
980         (notifications-specification-version): Change to "1.2".
981         (notifications-interface, notifications-notify-method)
982         (notifications-close-notification-method): Fix docstring.
983         (notifications-get-capabilities-method): New defconst.
984         (notifications-notify): Add :action-items, :resident and
985         :transient hints.  Change "image_data" to "image-data" and
986         "image_path" to "image-path".
987         (notifications-get-capabilities): New defun.
989 2012-04-24  Leo Liu  <sdl.web@gmail.com>
991         * progmodes/python.el: Move hideshow setup to the end.
993 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
995         * window.el (handle-select-window): Clear echo area since this is
996         no more done by read_char (Bug#11304).
998 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1001         and `/ M' to filter-derived-mode.
1002         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1003         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1004         (ibuffer-mark-by-mode): Use default rather than initial-input.
1005         (ibuffer-filter-by-derived-mode): Autoload and require-match.
1007 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
1009         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1010         (ibuffer-filter-by-derived-mode): New filter.
1011         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1013 2012-04-23  Andreas Politz  <politza@fh-trier.de>
1015         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1017 2012-04-23  Chong Yidong  <cyd@gnu.org>
1019         * cus-edit.el (customize-apropos, customize-apropos-options):
1020         Disable matching of non-option variables (Bug#11176).
1021         (customize-option, customize-option-other-window)
1022         (customize-changed-options): Doc fix.
1023         (customize-apropos-options, customize-apropos-faces)
1024         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1026         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
1027         Fix word list splitting (Bug#11132).
1028         (apropos-symbol, apropos-keybinding, apropos-label)
1029         (apropos-property, apropos-function-button)
1030         (apropos-variable-button, apropos-misc-button): New faces.
1031         (apropos-symbol-face, apropos-keybinding-face)
1032         (apropos-label-face, apropos-property-face, apropos-match-face):
1033         Variables removed (Bug#8396).
1034         (apropos-library-button, apropos-format-plist, apropos-print)
1035         (apropos-print-doc, apropos-describe-plist): Callers changed.
1037 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
1039         * net/xesam.el (xesam-mode-map): Use let-bound map in
1040         initialization.  (Bug#11292)
1042 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1044         Preserve ispell session localwords when switching back to
1045         original buffer.
1047         * ispell.el (ispell-buffer-session-localwords): New buffer-local
1048         variable to hold buffer session localwords.
1049         (ispell-kill-ispell): add option 'clear to delete session
1050         localwords.
1051         (ispell-command-loop, ispell-change-dictionary)
1052         (ispell-buffer-local-words): Preserve session localwords when
1053         needed.
1055         * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1056         Preserve session localwords when needed.
1058 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1060         * ispell.el (ispell-insert-word) Remove unneeded function using
1061         obsolete `translation-table-for-input'.
1062         (ispell-word, ispell-process-line, ispell-complete-word):
1063         Use plain `insert' instead of removed `ispell-insert-word'.
1065 2012-04-22  Chong Yidong  <cyd@gnu.org>
1067         * cus-edit.el (custom-variable-menu)
1068         (custom-variable-reset-saved, custom-face-menu)
1069         (custom-face-reset-saved): If there is no saved value, make the
1070         "reset-saved" operation bring back the default (Bug#9509).
1071         (custom-face-state): Properly detect themed faces.
1073         * faces.el (face-spec-set): Stop supporting deprecated form of
1074         third arg.
1076 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
1078         Move functions from C to Lisp.  Make non-blocking method calls
1079         the default.  Implement further D-Bus standard interfaces.
1081         * net/dbus.el (dbus-message-internal): Declare function.
1082         Remove unneeded function declarations.
1083         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1084         (dbus-message-type-method-return, dbus-message-type-error)
1085         (dbus-message-type-signal): Declare variables.  Remove local
1086         definitions.
1087         (dbus-interface-dbus, dbus-interface-peer)
1088         (dbus-interface-introspectable, dbus-interface-properties)
1089         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1090         Adapt docstring.
1091         (dbus-interface-objectmanager): New defconst.
1092         (dbus-call-method, dbus-call-method-asynchronously)
1093         (dbus-send-signal, dbus-method-return-internal)
1094         (dbus-method-error-internal, dbus-register-service)
1095         (dbus-register-signal, dbus-register-method): New defuns, moved
1096         from dbusbind.c
1097         (dbus-call-method-handler, dbus-setenv)
1098         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1099         New defuns.
1100         (dbus-call-method-non-blocking): Make it an obsolete function.
1101         (dbus-unregister-object, dbus-unregister-service)
1102         (dbus-handle-event, dbus-register-property)
1103         (dbus-property-handler): Obey the new structure of
1104         `bus-registered-objects'.
1105         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
1106         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1107         Use `dbus-call-method'.
1109 2012-04-22  Chong Yidong  <cyd@gnu.org>
1111         * cus-edit.el (custom-commands, custom-reset-menu)
1112         (Custom-reset-standard): Tweak labels.
1113         (custom-reset-button-menu): Change default to t.
1114         (custom-buffer-create-internal): For the custom-reset-button-menu
1115         case, put the revert button first.
1116         (custom-group-subtitle): New face.
1117         (custom-group-value-create): Align docstring to a specific column.
1119         * wid-edit.el (widget-documentation-link-add): Don't handle
1120         indentation in this function.
1121         (widget-documentation-string-indent-to): New function.
1122         (widget-documentation-string-value-create): Use it.
1124         * autorevert.el (auto-revert):
1125         * epg-config.el (epg):
1126         * ibuffer.el (ibuffer):
1127         * mpc.el (mpc):
1128         * ses.el (ses):
1129         * eshell/eshell.el (eshell):
1130         * net/ange-ftp.el (ange-ftp):
1131         * progmodes/ebnf2ps.el (postscript):
1132         * progmodes/flymake.el (flymake):
1133         * progmodes/prolog.el (prolog):
1134         * progmodes/verilog-mode.el (verilog-mode):
1135         * progmodes/which-func.el (which-func):
1136         * term/xterm.el (xterm):
1137         * textmodes/picture.el (picture):
1138         * textmodes/tildify.el (tildify):
1139         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1140         customization buffers.
1142 2012-04-22  Alan Mackenzie  <acm@muc.de>
1144         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1145         Adding a ) can hide the resulting (..) from searches.  Fix it.
1146         Bound the backward search to the position of the existing (.
1148 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
1150         * progmodes/verilog-mode.el (verilog-mode): Check whether
1151         which-func-modes is t before adding verilog-mode.
1152         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1154 2012-04-21  Leo Liu  <sdl.web@gmail.com>
1156         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
1158 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
1160         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1161         filling of the last column of a table (Bug#5635).
1162         (woman-find-next-control-line): New arg, specifying an additional
1163         regexp component for the control line.
1164         (woman2-roff-buffer): Use it.
1165         (woman-break-table): New function.
1166         (woman2-TS): Use it.
1168 2012-04-21  Chong Yidong  <cyd@gnu.org>
1170         * woman.el (woman-set-buffer-display-table, woman-decode-region)
1171         (woman-horizontal-escapes, woman-negative-vertical-space)
1172         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1173         (WoMan-warn-ignored): Use ?\s instead of ?\ .
1175 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1177         * minibuffer.el (completion-file-name-table): Complete user names.
1179 2012-04-20  Leo Liu  <sdl.web@gmail.com>
1181         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1182         and pcase-let*.
1184 2012-04-20  Chong Yidong  <cyd@gnu.org>
1186         * server.el (server-execute): Respect initial-buffer-choice if it
1187         is a string and there are no files to open (Bug#2825).
1188         (server-create-window-system-frame, server-create-tty-frame):
1189         Don't switch buffers here.
1190         (server-process-filter): Only try to open a window system frame if
1191         compiled with graphical support (Bug#8314).
1193 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
1195         * battery.el (battery-echo-area-format): Display remaining time
1196         for sysfs backend too (Bug#11269).
1197         (battery-linux-sysfs): Fix conditional for the charge.
1199 2012-04-20  Chong Yidong  <cyd@gnu.org>
1201         * progmodes/gdb-mi.el (gdb): Revert previous change.
1202         (gdb-inferior-io--init-proc): New function.
1203         (gdb-init-1): Use it.
1204         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1205         responsible for allocating a new pty and hooking it to gdb when
1206         the old pty gets an EIO due to process exit.
1207         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
1208         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1209         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1211 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
1213         * window.el (window-min-size, window-sizable, window-min-delta)
1214         (window-max-delta, window--resizable, window-resizable)
1215         (window-total-size, window-full-height-p, window-full-width-p)
1216         (window-in-direction, window--resize-mini-window, window-resize)
1217         (window--resize-child-windows-normal)
1218         (window--resize-child-windows, window--resize-siblings)
1219         (window--resize-this-window, adjust-window-trailing-edge)
1220         (enlarge-window, shrink-window): Doc fixes.
1222 2012-04-20  Chong Yidong  <cyd@gnu.org>
1224         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1225         New function to call delete-process on the gdb-inferior buffer's pty.
1226         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1227         pty process (Bug#11273).
1228         (gdb-update): New arg to suppress talking to the gdb process.
1229         (gdb-done-or-error): Use it.
1230         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1231         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1232         sentinel not being called.
1234         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1236         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1238 2012-04-20  Glenn Morris  <rgm@gnu.org>
1240         * net/network-stream.el (open-network-stream): Doc fix.
1242 2012-04-20  Chong Yidong  <cyd@gnu.org>
1244         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1246 2012-04-20  Alan Mackenzie  <acm@muc.de>
1248         Ensure searching for keywords is case sensitive.
1250         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1251         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1252         (c-defun-name, c-mark-function, c-cpp-define-name)
1253         (c-comment-indent, c-scan-conditionals, c-indent-defun)
1254         (c-context-line-break): Bind case-fold-search to nil.
1256         * progmodes/cc-mode.el (c-font-lock-fontify-region):
1257         Bind case-fold-search to nil.
1259 2012-04-20  Chong Yidong  <cyd@gnu.org>
1261         * mail/sendmail.el (mail-bury): Call return action with the right
1262         Rmail buffer (Bug#11242).
1264         * server.el (server-process-filter): Handle corner case where both
1265         tty and nowait options are present (Bug#11102).
1267 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
1269         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
1270         (top level): Put into the executable the ident-style '$Id:' tag on
1271         windows-nt as well.
1273 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * electric.el (electric-indent-post-self-insert-function): Check that
1276         electric-indent-mode is enabled in current buffer.
1278 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1280         * imenu.el (imenu-progress-message): Restore; it is "used" in
1281         erc/erc-imenu.el and net/snmp-mode.el.
1283 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1285         * avoid.el (mouse-avoidance-mode): Mark unused arg.
1286         (mouse-avoidance-nudge-mouse): Remove unused binding.
1288         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1290         * descr-text.el (describe-char):
1291         * progmodes/python.el (python-describe-symbol):
1292         Don't call `toggle-read-only', set `buffer-read-only'.
1294         * imenu.el (imenu-default-goto-function): Mark unused args.
1295         (imenu-progress-message): Remove obsolete macro; all callers changed.
1297         * subr.el (keymap-canonicalize): Remove unused binding.
1298         (read-passwd): Mark unused arg.
1300         * tutorial.el (tutorial--display-changes): Remove unused binding.
1301         (tutorial--save-tutorial-to): Remove unused variable.
1303         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1304         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1305         (package-generate-autoloads, package-menu--generate)
1306         (package-menu--find-upgrades): Remove unused bindings.
1308         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1309         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
1310         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1311         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1312         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1313         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1314         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1315         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1316         (cua-delete-char-rectangle): Mark unused args.
1317         (cua-align-rectangle): Remove unused binding.
1319         * mail/rmail.el (compilation--message->loc)
1320         (epa--find-coding-system-for-mime-charset): Declare.
1322         * net/dbus.el (dbus-register-service): Declare.
1323         (dbus-name-owner-changed-handler): Remove unused binding.
1325         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1326         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1327         (nxml-scan-backward-within): Mark unused arg.
1328         (nxml-dynamic-markup-word): Remove unused binding.
1330         * mouse.el (mouse-menu-major-mode-map):
1331         * emacs-lisp/authors.el (authors-scan-change-log)
1332         (authors-add-to-author-list):
1333         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1334         * emacs-lisp/smie.el (smie-auto-fill):
1335         * mail/sendmail.el (mail-bury):
1336         * mail/unrmail.el (unrmail):
1337         * net/tls.el (open-tls-stream):
1338         * textmodes/picture.el (picture-mouse-set-point):
1339         Remove unused bindings.
1341 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
1343         * net/tramp.el (tramp-action-password): Let-bind
1344         `enable-recursive-minibuffers' to t.
1346 2012-04-18  Sam Steingold  <sds@gnu.org>
1348         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1349         instead of 'string to accommodate values like [f11].
1350         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1351         * progmodes/gdb-mi.el: Likewise.
1353 2012-04-18  Leo Liu  <sdl.web@gmail.com>
1355         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1356         current buffer.
1357         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1358         LOCAL is nil.
1360 2012-04-18  Chong Yidong  <cyd@gnu.org>
1362         * simple.el (line-move): Use forward-line if in batch mode
1363         (Bug#11053).
1365 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
1367         * files.el (after-find-file): Do not try to add a final newline if
1368         the buffer is read-only (Bug#11156).
1370 2012-04-17  Richard Stallman  <rms@gnu.org>
1372         * mail/rmail.el (rmail-start-mail):
1373         Pass (rmail-mail-return...) for the return-action.
1374         Pass (rmail-yank-current-message...) for the yank-action.
1375         (rmail-yank-current-message): New function.
1376         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1377         (rmail-reply): Likewise.
1378         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1380         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
1381         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
1382         buffer, not newbuf.
1384 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
1386         * server.el (server-ensure-safe-dir): Simplify.
1388 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * emacs-lisp/smie.el: Provide smarter auto-filling.
1391         (smie-auto-fill): New function.
1392         (smie-setup): Use it.
1394         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1396 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1398         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1399         (comment-indent): Use it.
1401 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1403         * ses.el: The overall change is to add cell renaming, that is
1404         setting fancy names for cell symbols other than name matching
1405         "\\`[A-Z]+[0-9]+\\'" regexp .
1406         (ses-localvars): Add ses--renamed-cell-symb-list.
1407         (ses-create-cell-variable): New defun.
1408         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
1409         (ses-relocate-formula): Relocate formulas only for cells the
1410         symbols of which are not renamed, i.e. symbols whose names do not
1411         match regexp "\\`[A-Z]+[0-9]+\\'".
1412         (ses-relocate-all): Relocate values only for cells the symbols of
1413         which are not renamed.
1414         (ses-load): Create cells variables as the (ses-cell ...) are read,
1415         in order to check row col consistency with cell symbol name only
1416         for cells that are not renamed.
1417         (ses-replace-name-in-formula): New defun.
1418         (ses-rename-cell): New defun.
1420 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
1422         * progmodes/perl-mode.el (perl-indent-parens-as-block):
1423         New option (bug#11118).
1424         (perl-calculate-indent): Respect it.
1426 2012-04-17  Glenn Morris  <rgm@gnu.org>
1428         * dired-aux.el (dired-mark-read-string): Doc fix.
1430 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
1432         * dired-aux.el (dired-mark-read-string): Offer optional completion.
1433         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
1435 2012-04-17  Glenn Morris  <rgm@gnu.org>
1437         * mouse.el (mouse-drag-track):
1438         * speedbar.el (speedbar-frame-mode):
1439         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1441 2012-04-16  Leo Liu  <sdl.web@gmail.com>
1443         * progmodes/python.el: Trivial cleanup.
1445 2012-04-16  Glenn Morris  <rgm@gnu.org>
1447         * vc/vc.el (vc-string-prefix-p):
1448         * vc/pcvs-util.el (cvs-string-prefix-p):
1449         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1450         * mpc.el (mpc-string-prefix-p):
1451         Make all of these into obsolete aliases for string-prefix-p.
1452         Update callers.
1453         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1455         * textmodes/two-column.el: Move custom options to the start.
1456         (frame-width): Remove compat definition.
1457         (2C-associate-buffer, 2C-dissociate):
1458         Use with-current-buffer rather than save-excursion.
1459         (2C-dissociate): Force a mode-line update.
1460         (2C-autoscroll): Use ignore-errors.
1462         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1463         Autoload trivia.
1465         * emacs-lisp/cl-extra.el (*random-state*):
1466         Remove unnecessary declaration.
1468         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1470         * play/cookie1.el (cookie-snarf):
1471         Give an explicit error if input file cannot be read.
1473         * play/yow.el (yow-file): Use expand-file-name rather than concat.
1475         * progmodes/perl-mode.el (c-macro-expand):
1476         Remove unnecessary autoload (it is in loaddefs.el).
1478         * textmodes/picture.el (picture-desired-column)
1479         (picture-update-desired-column): Convert comments to doc-strings.
1480         (picture-substitute): Remove function.
1481         (picture-mode-map): Initialize in the defvar.
1483         * woman.el: Remove eval-after-load for tar-mode.
1484         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1485         (woman-tar-extract-file): Autoload it.
1487         * frame.el (automatic-hscrolling): Make this alias obsolete.
1489 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1491         * ispell.el (ispell-set-spellchecker-params): Post-process
1492         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
1493         (ispell-dictionary-base-alist): Revert to original XEmacs
1494         friendly version for default.  [:alpha:] will be added in
1495         `ispell-set-spellchecker-params' if needed
1497 2012-04-16  Chong Yidong  <cyd@gnu.org>
1499         * image.el (imagemagick--extension-regexp): New variable.
1500         (imagemagick-register-types): Use it.
1501         (imagemagick-types-inhibit): Add :set function.  Allow new value
1502         of t to inhibit all types.
1504         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1505         so we can preload it.
1507         * loadup.el (fboundp): Preload regexp-opt, needed by
1508         imagemagick-register-types.
1510 2012-04-15  Chong Yidong  <cyd@gnu.org>
1512         * frame.el (scrolling): Remove nearly unused customization group.
1514         * scroll-all.el (scroll-all-mode): Move to windows group.
1516 2012-04-15  Chong Yidong  <cyd@gnu.org>
1518         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1520 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         Avoid the use of ((lambda ...) ...) in lexical-binding code.
1523         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
1525 2012-04-15  Glenn Morris  <rgm@gnu.org>
1527         * simple.el (process-file-side-effects): Doc fix.
1529 2012-04-15  Glenn Morris  <rgm@gnu.org>
1531         * international/mule-cmds.el (set-language-environment): Doc fix.
1533 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
1535         * server.el (server-auth-key, server-generate-key): Doc fixes.
1536         (server-get-auth-key): Doc fix.  Use `string-match-p'.
1537         (server-start): Reflow docstring.
1539 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
1541         * server.el (server-generate-key): `called-interactively-p'
1542         requires a parameter.
1544 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
1546         * server.el (server-auth-key): New variable.
1547         (server-generate-key, server-get-auth-key): New function.
1548         (server-start): Use the new variable and functions to allow
1549         setting a permanent server key (bug#9423).
1551 2012-04-14  Leo Liu  <sdl.web@gmail.com>
1553         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1555 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
1557         Spelling fixes.
1558         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1559         Emacs uses American spelling.
1561 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
1563         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1564         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
1565         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1566         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
1568 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1570         * progmodes/which-func.el (which-func-modes): Change default.
1572 2012-04-14  Kim F. Storm  <storm@cua.dk>
1574         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1575         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1577 2012-04-14  Chong Yidong  <cyd@gnu.org>
1579         * custom.el (custom-theme-set-variables): Doc fix.
1581 2012-04-14  Glenn Morris  <rgm@gnu.org>
1583         * international/mule.el (set-auto-coding-for-load): Doc fix.
1585 2012-04-14  Alan Mackenzie  <acm@muc.de>
1587         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1588         imenu work again for Objective C Mode.  Correct the *-index values,
1589         these having been disturbed by a previous change in 2011-08.
1591         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1592         Correct two search limits.
1594 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1598 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
1600         * international/characters.el: Fix sorting.
1602 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
1604         * international/characters.el: Add more missing Latin case pairs.
1606 2012-04-14  Glenn Morris  <rgm@gnu.org>
1608         * files.el (dir-locals-set-class-variables): Doc fix.
1610 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
1612         * international/characters.el: Add set-case-syntax-pair call for
1613         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1614         counterpart.  (Bug#11209)
1616         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
1618 2012-04-14  Glenn Morris  <rgm@gnu.org>
1620         * calendar/holidays.el (calendar-check-holidays): Doc fix.
1622 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
1624         * textmodes/ispell.el (ispell-dictionary-base-alist):
1625         Add data for Hebrew.
1627 2012-04-14  Chong Yidong  <cyd@gnu.org>
1629         * net/rcirc.el (rcirc-cmd-quit):
1630         Revert 2012-03-18 change (Bug#11192).
1632 2012-04-14  Glenn Morris  <rgm@gnu.org>
1634         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1636 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
1638         * minibuffer.el (completion-in-region-mode-map):
1639         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
1641 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
1643         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1645 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
1647         * minibuffer.el (minibuffer-local-filename-syntax): New variable
1648         to allow `C-M-f' and `C-M-b' to move to the nearest path
1649         separator (bug#9511).
1651 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
1653         * avoid.el: Require cl when compiling.  And also move the
1654         `provide' to the end.
1656 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1658         * avoid.el (mouse-avoidance-banish-position): New variable.
1659         (mouse-avoidance-banish-destination): Use it (bug#10165).
1661 2012-04-13  Leo Liu  <sdl.web@gmail.com>
1663         * progmodes/which-func.el (which-func-modes): Add objc-mode.
1665 2012-04-13  Ken Brown  <kbrown@cornell.edu>
1667         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
1668         this is no longer needed now that cygstart understands file:// URLs.
1669         (browse-url-filename-alist): For the same reason, don't modify
1670         file:// URLs on Cygwin.
1672 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1675         the region on shift if the binding is already shifted (bug#11221).
1677 2012-04-12  Glenn Morris  <rgm@gnu.org>
1679         * mail/mailpost.el: Move to obsolete/.
1681 2012-04-12  Drew Adams  <drew.adams@oracle.com>
1683         * imenu.el (imenu--generic-function): Ignore invisible definitions
1684         (bug#10123).
1686 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
1688         * hexl.el (hexl-bits): New variable.
1689         (hexl-options): Mention the variable in the doc string.
1690         (hexl-rulerise, hexl-line-displen): New functions.
1691         (hexl-mode): Mention the new variable.
1692         (hexl-mode, hexl-current-address, hexl-current-address):
1693         Use the displen.
1694         (hexl-ascii-start-column): New function.
1695         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1696         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1698 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1700         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1701         '("-i" ENCODING), in 2 separate command-line arguments, to specify
1702         the encoding, as expected by hunspell.
1704 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * battery.el (battery--linux-sysfs-regexp): New const.
1707         (battery-status-function): Use it.  Remove yeeloong special case.
1708         (battery-yeeloong-sysfs): Remove.
1709         (battery-echo-area-format): Remove yeeloong special case.
1711 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1714         Reported by Noah Friedman.
1716         * subr.el (read-passwd): Use read-string.
1718 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720         * vcursor.el (vcursor-move): Increase the priority of the overlay
1721         (bug#9663).
1723 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1725         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1726         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1728 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
1730         * textmodes/artist.el (artist-mode): Convert artist-mode to use
1731         define-minor-mode (bug#10760).
1733 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1735         * progmodes/grep.el (rgrep): Tweak the find command line so
1736         that directories matching `grep-find-ignored-files' won't be
1737         pruned (bug#10351).
1739 2012-04-11  Chong Yidong  <cyd@gnu.org>
1741         * startup.el (command-line): Remove support for long-obsolete
1742         variable font-lock-face-attributes.
1744 2012-04-11  Glenn Morris  <rgm@gnu.org>
1746         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1748 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1750         * window.el (window--state-get-1): Obey window-point-insertion-type.
1752 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
1754         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1755         to previous function when point is on the first character of a
1756         function.  Take care of that in `narrow-to-defun' (bug#6157).
1758 2012-04-11  Glenn Morris  <rgm@gnu.org>
1760         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1761         not just file-errors.
1763         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1764         (vc-bzr-sha1): Use internal sha1.
1766 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1770 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
1772         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1773         that start in the middle of the line (bug#10496).
1775 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
1777         * battery.el (battery-linux-proc-acpi): Only one battery is
1778         discharged at a time, but that seems to confuse battery.el when
1779         computing `rate-type' for the battery not being discharged
1780         (bug#10332).
1782 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1786         * international/quail.el: Use dolist and simplify.
1787         (quail-define-package, quail-update-keyboard-layout)
1788         (quail-define-rules): Use dolist.
1789         (quail-insert-kbd-layout, quail-get-translation): CSE.
1791         * tmm.el: Use dolist, remove left over hook.
1792         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1793         Use dolist.
1794         (calendar-load-hook): Don't mess with it.
1796         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1797         Use derived-mode-p.  Run the diff asynchronously.
1799 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801         * obsolete/mouse-sel.el: Add an Obsolete-since header.
1803 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
1805         * misc.el: Display absolute path of loaded DLLs (bug#10424).
1806         (list-dynamic-libraries--loaded): New function.
1807         (list-dynamic-libraries--refresh): Use it.
1809 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
1811         * progmodes/python.el (python-fill-paragraph):
1812         Make python-fill-region in a multiline string work when font-lock is
1813         disabled (bug#7018).
1815 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
1817         * language/european.el (cp775): Add oem/legacy (en)coding on
1818         DOS/MS Windows for the Baltic languages.  There are still plenty
1819         of texts written in this encoding/codepage (bug#6519).
1821 2012-04-10  Glenn Morris  <rgm@gnu.org>
1823         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1824         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1826 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
1828         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
1829         next-line "n" and previous-line "p" in order to make recentf more
1830         consistent with ibuffer, dired or org-mode (bug#9387).
1832 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834         * image.el (put-image): Return the overlay created instead of the
1835         optional input string (bug#7834).  Note that this may break code
1836         that is (for some reason or other) depending on `put-image'
1837         returning the string.
1839         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1841         * simple.el (zap-to-char): Allow zapping using input methods
1842         (bug#1580).
1844         * textmodes/fill.el (fill-region): Leave point and mark where they
1845         were before filling (bug#5399).
1847 2012-04-09  Glenn Morris  <rgm@gnu.org>
1849         * version.el (emacs-bzr-get-version):
1850         Handle lightweight checkouts of local branches.
1852 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
1854         * international/characters.el: Recover lost case pairs.  (Bug#11209)
1856 2012-04-09  Chong Yidong  <cyd@gnu.org>
1858         * custom.el (custom-variable-p): Return nil for non-symbol
1859         arguments instead of signaling an error.
1860         (user-variable-p): Obsolete alias for custom-variable-p.
1862         * apropos.el (apropos-variable):
1863         * files-x.el (read-file-local-variable):
1864         * simple.el (set-variable):
1865         * woman.el (woman-mini-help):
1866         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1868 2012-04-09  Glenn Morris  <rgm@gnu.org>
1870         * startup.el (normal-top-level): Don't look for leim-list.el
1871         in places where it will not be found.  (Bug#910)
1873         * international/mule-cmds.el (set-default-coding-systems):
1874         * files.el (normal-mode):
1875         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
1876         This function was removed with ucs-tables.el in 2008.
1878 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
1880         * textmodes/ispell.el (ispell-check-version): For hunspell, set
1881         ispell-encoding8-command to "-i", without a trailing space.
1882         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1883         separate command-line arguments, to specify the encoding, since
1884         that's how hunspell expects it.
1886 2012-04-08  Glenn Morris  <rgm@gnu.org>
1888         * loadup.el: Load bindings before cus-start.
1889         This reduces somewhat the number of "rogue" settings in emacs -Q.
1891 2012-04-07  Glenn Morris  <rgm@gnu.org>
1893         * version.el (emacs-bzr-get-version): New function.
1894         (emacs-bzr-version): New variable.
1895         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
1896         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1898 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1900         * international/uni-bidi.el, international/uni-category.el:
1901         * international/uni-combining.el, international/uni-decimal.el:
1902         * international/uni-decomposition.el, international/uni-digit.el:
1903         * international/uni-lowercase.el, international/uni-mirrored.el:
1904         * international/uni-name.el, international/uni-numeric.el:
1905         * international/uni-titlecase.el, international/uni-uppercase.el:
1906         Update for Unicode 6.1.
1908 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1910         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1912 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914         * window.el (shrink-window): Mention the `window-min-height'
1915         variable in the doc string.
1917 2012-04-05  Bastien Guerry  <bzg@altern.org>
1919         * color.el (color-lighten-name): Fix typo.
1921 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1923         * server.el (server--on-display-p): New function.
1924         (server--on-display-p): Use it.
1926 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
1928         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1929         (bug#11145).
1931 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * comint.el (comint--common-quoted-suffix): Check string boundary
1934         before comparing (bug#11158).
1935         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1937 2012-04-04  Chong Yidong  <cyd@gnu.org>
1939         * minibuffer.el (completion-extra-properties): Doc fix.
1941         * subr.el (delayed-warnings-hook): Doc fix.
1943 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
1945         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1946         selection (Bug#11159).
1947         (epa-insert-keys): Inform that the default public key will be
1948         exported if no key is selected.
1950 2012-04-04  Richard Stallman  <rms@gnu.org>
1952         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1954 2012-04-03  Chong Yidong  <cyd@gnu.org>
1956         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1957         mail-insert-file, not its obsolete alias mail-attach-file.
1959 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
1961         * notifications.el (notifications-notify): Fix docstring.
1963 2012-04-02  Glenn Morris  <rgm@gnu.org>
1965         * emacs-lisp/authors.el (authors-aliases): Another addition.
1967 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
1969         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1970         `tramp-compat-call-process' instead of `tramp-local-call-process'.
1971         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1973 2012-04-01  Chong Yidong  <cyd@gnu.org>
1975         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1976         Handle root directory properly.
1977         (copy-directory): Caller changed.
1979         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1980         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1982 2012-03-31  Glenn Morris  <rgm@gnu.org>
1984         * term/xterm.el (xterm-extra-capabilities): Doc fix.
1986         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
1988         * calendar/calendar.el (calendar-window-list)
1989         (calendar-hide-window): Restore.  (Bug#11140)
1990         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1992         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1994 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1996         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1997         Check if file is a symlink (Bug#10489).
1999         * files.el (copy-directory): Likewise.
2001 2012-03-30  Chong Yidong  <cyd@gnu.org>
2003         * image.el (imagemagick-types-inhibit)
2004         (imagemagick-register-types): Doc fix.
2006 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2008         * ispell.el (ispell-get-extended-character-mode):
2009         Disable extended-char-mode for hunspell.  hunspell does not support it
2010         and treats ~word as ordinary words in pipe mode.
2012 2012-03-30  Glenn Morris  <rgm@gnu.org>
2014         * tutorial.el (help-with-tutorial): Ensure local variables don't
2015         happen to make the buffer read-only.  (Bug#11127)
2017 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2019         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2020         (perl-calculate-indent): Return `noindent' in strings.
2022 2012-03-28  Sam Steingold  <sds@gnu.org>
2024         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2025         instead of the broken adhockery which does not prevent calendar
2026         buffers from being displayed at random after exit.
2027         (calendar-window-list, calendar-hide-window): Remove the broken
2028         adhockery.
2030 2012-03-28  Glenn Morris  <rgm@gnu.org>
2032         * replace.el (query-replace-map): Doc fix.
2034 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
2036         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2037         contents.  (Bug#11109)
2039 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2042         (bug#11077).
2043         (avl-tree--check, avl-tree--check-node): New funs.
2045 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
2047         * window.el (switch-to-visible-buffer): New option.
2048         (switch-to-prev-buffer, switch-to-next-buffer):
2049         Observe switch-to-visible-buffer.  Make sure that checking for a window
2050         showing a buffer already is done on the same frame.
2052 2012-03-27  Glenn Morris  <rgm@gnu.org>
2054         * startup.el (mail-host-address): Doc fix.
2056 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2059         than 197 variables.
2061 2012-03-26  Ami Fischman  <ami@fischman.org>
2063         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2065 2012-03-26  Glenn Morris  <rgm@gnu.org>
2067         * files.el (save-buffers-kill-emacs): Doc fix.
2069         * startup.el (normal-top-level, command-line, command-line-1):
2070         Give them doc strings.
2072 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
2074         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
2075         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
2077 2012-03-25  Chong Yidong  <cyd@gnu.org>
2079         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2080         theme if it was previously enabled before (Bug#11031).
2082         * cus-theme.el (custom-theme-write-faces): Retrieve current face
2083         spec with custom-face-get-current-spec if its :shown-value is not
2084         determined yet (Bug#9337).
2085         (customize-create-theme, custom-theme-revert): Doc fixes.
2087         * button.el (button-at): Minor addition to docstring.
2089 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
2091         * vc/vc.el (vc-merge): Fix a prompt.
2093 2012-03-24  Chong Yidong  <cyd@gnu.org>
2095         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2096         point (Bug#9623).
2098         * button.el (button-at): Minor addition to docstring.
2100 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2102         * newcomment.el (comment-choose-indent): No space after BOL.
2104 2012-03-22  Sam Steingold  <sds@gnu.org>
2106         * window.el (switch-to-prev-buffer): Revert last patch because the
2107         bug turned out to be an advertised feature (Elisp manual 28.14).
2109 2012-03-22  Glenn Morris  <rgm@gnu.org>
2111         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
2112         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2114 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116         * net/network-stream.el (network-stream-open-starttls): Make error
2117         message under Windows be less misleading.
2119 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
2121         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2122         understands (bug#9942).
2124 2012-03-22  Chong Yidong  <cyd@gnu.org>
2126         * simple.el (end-of-visible-line): Handle return value of
2127         next-single-property-change properly (Bug#9371).
2129 2012-03-22  Kenichi Handa  <handa@m17n.org>
2131         * international/quail.el (quail-insert-kbd-layout): Fix previous
2132         change.  To avoid unwanted bidi reordering, use
2133         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2135 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
2137         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2138         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2139         (ruby-beginning-of-indent): Be more careful with the difference
2140         between word-boundary and symbol boundary.
2141         (ruby-mode-syntax-table): Make : a symbol constituent.
2143 2012-03-21  Andreas Politz  <politza@fh-trier.de>
2145         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2147 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * progmodes/etags.el (tags-completion-at-point-function):
2150         Improve last fix.
2152         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2154 2012-03-21  Sam Steingold  <sds@gnu.org>
2156         * progmodes/etags.el (tags-completion-at-point-function):
2157         Avoid the error when point is inside the pattern.
2159 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
2161         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2162         line (Bug#10855).
2164 2012-03-21  Drew Adams  <drew.adams@oracle.com>
2166         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2168 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
2170         * ido.el (ido-set-current-directory, ido-read-internal)
2171         (ido-choose-completion-string, ido-completion-help): Handle nil
2172         value of ido-completion-buffer (Bug#11008).
2174 2012-03-21  Sam Steingold  <sds@gnu.org>
2176         * window.el (switch-to-prev-buffer): Do not switch to a visible
2177         window previous buffer, just like with the frame previous buffers.
2179 2012-03-21  Chong Yidong  <cyd@gnu.org>
2181         * faces.el (make-face, make-empty-face, copy-face):
2182         * face-remap.el (face-remap-add-relative, face-remap-set-base):
2183         Doc fixes.
2185 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * wid-edit.el (widget-complete-field): Remove (bug#11051).
2188         (widget-complete): Remove broken use of it.
2190 2012-03-20  Chong Yidong  <cyd@gnu.org>
2192         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2193         Use string-width and truncate-string-width to handle arbitrary
2194         characters.
2196 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
2198         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2199         to draw rectangles, not squares.  (Regression introduced by revno
2200         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2202 2012-03-18  Chong Yidong  <cyd@gnu.org>
2204         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2205         it is not yet defined (for temacs).
2207 2012-03-18  Leo Liu  <sdl.web@gmail.com>
2209         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
2211 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
2213         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2214         (ispell-choices-win-default-height, ispell-silently-savep)
2215         (ispell-dictionary-alist, ispell-encoding8-command)
2216         (ispell-check-version, ispell-aspell-find-dictionary)
2217         (ispell-valid-dictionary-list, ispell-words-keyword)
2218         (ispell-get-word, ispell-internal-change-dictionary)
2219         (ispell-region, ispell-skip-region-list)
2220         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2221         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2222         (ispell-message-text-end, ispell-message)
2223         (ispell-buffer-local-parsing): Doc fix.
2225 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
2227         * htmlfontify.el: Add support for code block fontification for ODT
2228         export (Bug #9914).
2229         (hfy-optimisations): Define new option
2230         `body-text-only'
2231         (hfy-fontify-buffer): Honor above setting.
2232         (hfy-begin-span, hfy-end-span): New routines factored out form
2233         `hfy-fontify-buffer'.
2234         (hfy-begin-span-handler, hfy-end-span-handler): New variables
2235         that permit insertion of custom tags.
2236         (hfy-fontify-buffer): Use above handlers.
2237         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2238         (hfy-face-to-css): Re-defined to be a variable.
2239         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
2240         over multiple runs.  This is made possible by having the caller let
2241         bind a special variable `hfy-user-sheet-assoc'.
2242         (htmlfontify-string): New defun.
2243         (hfy-compile-face-map): Make sure that the last char in the
2244         buffer is correctly fontified.
2245         (hfy-face-resolve-face): Whitespace only change.
2247 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
2249         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2250         message more clear.
2252 2012-03-16  Leo Liu  <sdl.web@gmail.com>
2254         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2256 2012-03-16  Alan Mackenzie  <acm@muc.de>
2258         Further optimise the handling of large macros.
2260         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2261         limit to a call of `c-literal-limits'.
2262         (c-determine-+ve-limit): New function.
2263         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2264         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2265         In CASE 5B, restrict a search limit to 500.
2266         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2268         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2269         Restrict macro bounds to +-500 from after-change's BEG END.
2271 2012-03-16  Leo Liu  <sdl.web@gmail.com>
2273         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2275 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
2277         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
2278         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
2280 2012-03-16  Glenn Morris  <rgm@gnu.org>
2282         * view.el (view-buffer, view-buffer-other-window)
2283         (view-buffer-other-frame): Doc fixes re special mode-class.
2285         * subr.el (eval-after-load): If named feature is provided not from
2286         a file, run after-load forms.  (Bug#10946)
2288         * calendar/calendar.el (calendar-insert-at-column):
2289         Handle non-unit-width characters a bit better.  (Bug#10978)
2291 2012-03-15  Chong Yidong  <cyd@gnu.org>
2293         * emacs-lisp/ring.el (ring-extend): New function.
2294         (ring-insert+extend): Extend the ring correctly (Bug#11019).
2296         * comint.el (comint-read-input-ring)
2297         (comint-add-to-input-history): Grow comint-input-ring lazily.
2299 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2302         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2304         * imenu.el: Fix multiple inheritance breakage (bug#9199).
2305         (imenu-add-to-menubar): Don't add a redundant index.
2306         (imenu-update-menubar): Handle a dynamically composed keymap.
2308 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2310         * mail/sendmail.el (mail-encode-header):
2311         Bind rfc2047-encode-encoded-words to nil.
2313 2012-03-13  Glenn Morris  <rgm@gnu.org>
2315         * calendar/calendar.el (calendar-string-spread):
2316         Handle non-unit-width characters a bit better.  (Bug#10978)
2318 2012-03-13  Leo Liu  <sdl.web@gmail.com>
2320         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2321         directory and file as argument (Bug#10822).
2323 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
2325         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2326         For dynamically generated code, follow $PC.
2327         (gdb-disassembly-handler-custom): Handle no function name case.
2329 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2331         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2332         * emulation/ws-mode.el (ws-query-replace):
2333         * sort.el (sort-regexp-fields):
2334         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
2336 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * dabbrev.el: Fix cycle completion order (bug#10963).
2339         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2340         (dabbrev-completion): Don't use an obarray; provide
2341         a cycle-sort-function.
2343 2012-03-12  Leo Liu  <sdl.web@gmail.com>
2345         * simple.el (kill-new): Use equal-including-properties for comparison.
2346         (kill-do-not-save-duplicates): Doc fix.
2348 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * dabbrev.el: Fix cycle completion (bug#10963).
2351         Use lexical binding and wrap to 80 columns.
2352         (dabbrev-completion): Delay computing the list of completions.
2354 2012-03-12  Kenichi Handa  <handa@m17n.org>
2356         * international/quail.el (quail-insert-kbd-layout): Surround each
2357         row by LRO and PDF instead of inserting many LRMs.  Pad the left
2358         and right of each non-spacing marks.  Insert invisible space
2359         between lower and upper characters to prevent composition.
2361 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2363         * minibuffer.el (minibuffer-complete): Don't get confused when the
2364         function is run twice via different commands (bug#10958).
2365         (complete-with-action): Fix docstring.
2367 2012-03-12  Chong Yidong  <cyd@gnu.org>
2369         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2370         (nxml-completion-at-point-function): New function.
2371         (nxml-mode): Use it.
2372         (nxml-bind-meta-tab-to-complete-flag): Default to t.
2374         * emacs-lisp/package.el (package-unpack, package-unpack-single):
2375         Load generated autoloads file before byte compiling (Bug#10970).
2376         (package--make-autoloads-and-compile): New helper fun.
2378 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2380         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2382 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
2384         * autorevert.el (auto-revert-handler): Ensure, that
2385         file-readable-p is applied only for local files or in
2386         auto-revert-tail-mode.
2388 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
2390         * server.el (server-eval-at): Handle non-tcp connections.
2391         Decode result string.
2393         * server.el (server-msg-size): New constant.
2394         (server-reply-print): New function.
2395         (server-eval-and-print): Use it.
2396         (server-eval-at): Use server-quote-arg and server-unquote-arg.
2397         Handle -print-nonl.
2399 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
2401         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2402         (Bug#10987).
2404 2012-03-11  Chong Yidong  <cyd@gnu.org>
2406         * simple.el (goto-line): Doc fix (Bug#9938).
2408         * subr.el (save-window-excursion): Doc fix (Bug#9979).
2410         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2411         when finished (Bug#10963).
2413 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
2415         * window.el (split-window-below): Fix bug in case where
2416         split-window-keep-point is nil (Bug#10971).
2418 2012-03-11  Juri Linkov  <juri@jurta.org>
2420         * replace.el (replace-highlight): Set isearch-word to nil
2421         unconditionally.  (Bug#10887)
2423 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
2425         * net/mairix.el (mairix-replace-invalid-chars): Rename from
2426         mairix-replace-illegal-chars; all callers changed.  Don't remove
2427         ^, ~, and = characters: they are meaningful in mairix search specs.
2428         (mairix-widget-create-query): Add usage information about mairix
2429         search forms: negating words, searching for substrings, etc.
2431 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
2433         * international/fontset.el (font-encoding-alist): Add an entry for
2434         ksx1001 (Bug#5667).
2436 2012-03-10  Richard Stallman  <rms@gnu.org>
2438         * mail/sendmail.el (mail-encode-header):
2439         Set rfc2047-encode-encoded-words.
2441         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2443         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2444         view buffer means not swapped.
2445         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2446         (rmail-write-region-annotate): Error if real text has disappeared.
2448         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2450 2012-03-10  Chong Yidong  <cyd@gnu.org>
2452         * emulation/cua-rect.el (cua--init-rectangles):
2453         * emulation/cua-base.el (cua--init-keymaps):
2454         Add delete-forward-char to remappings (Bug#9666).
2456 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
2458         * speedbar.el (speedbar-unhighlight-one-tag-line):
2459         Avoid unhighlighting due to frame switching (Bug#10275).
2461 2012-03-10  Chong Yidong  <cyd@gnu.org>
2463         * minibuffer.el (completion-in-region, completion-help-at-point):
2464         Give the completion field overlay a high priority (Bug#6830).
2466         * dired.el (dired-goto-file): Recognize absolute file name
2467         listings (Bug#7126).
2468         (dired-goto-file-1): New helper function.
2469         (dired-toggle-read-only): Inhibit warnings.
2471 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
2473         * net/dbus.el (dbus-property-handler): Return empty array if
2474         there are no properties.
2476 2012-03-09  Leo Liu  <sdl.web@gmail.com>
2478         * savehist.el (savehist-printable): Stricter check for string
2479         value (Bug#10937).
2481 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
2483         * mail/smtpmail.el (smtpmail-send-it):
2484         Bind coding-system-for-write to *-unix, so that FCC files are kept in
2485         valid mbox format.
2487 2012-03-09  Glenn Morris  <rgm@gnu.org>
2489         * files.el (dir-locals-find-file):
2490         Don't check result is regular, readable.
2491         (dir-locals-read-from-file): Demote errors.
2493 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
2495         * international/quail.el (quail-insert-kbd-layout):
2496         Insert invisible LRM characters before each character in a keyboard
2497         layout cell, to prevent their reordering by bidi display engine.
2498         For details, see the discussion in
2499         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2501 2012-03-08  Alan Mackenzie  <acm@muc.de>
2503         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2504         the starting position; make it extend the marked region when
2505         invoked repeatedly - all under appropriate circumstances.
2506         Fixes bugs #5525, #10906.
2508 2012-03-08  Glenn Morris  <rgm@gnu.org>
2510         * files.el (locate-dominating-file, dir-locals-find-file):
2511         Undo 2012-03-06 change.
2513 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
2515         * international/quail.el (quail-help):
2516         Force bidi-paragraph-direction be left-to-right.  See discussion in
2517         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2518         for the reason.
2520 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
2522         Avoid superfluous registering of signals.  (Bug#10807)
2524         * notifications.el (notifications-on-action-object)
2525         (notifications-on-close-object): New defvars.
2526         (notifications-on-action-signal, notifications-on-closed-signal):
2527         Unregister the signal if not needed any longer.
2528         (notifications-notify): Register `notifications-action-signal' or
2529         `notifications-closed-signal', if :on-action or :on-close has been
2530         passed as argument.
2532 2012-03-07  Chong Yidong  <cyd@gnu.org>
2534         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2535         non-X platforms.
2537 2012-03-06  Glenn Morris  <rgm@gnu.org>
2539         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2540         (x-disown-selection-internal, x-get-selection-internal):
2541         Doc fix (add arglist signatures).  (Bug#10783)
2543 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
2545         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2546         Handle breakpoints with no "type".
2548 2012-03-06  Glenn Morris  <rgm@gnu.org>
2550         * files.el (locate-dominating-file): Add optional predicate argument.
2551         (dir-locals-find-file): Make use of above change.
2553 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
2555         * info.el (Info-insert-dir): Also try "dir.gz".
2557 2012-03-06  Glenn Morris  <rgm@gnu.org>
2559         * files.el (dir-locals-find-file):
2560         Ignore non-readable or non-regular files.  (Bug#10928)
2562         * files.el (locate-dominating-file): Doc fix.
2564 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
2566         * calendar/calendar.el (calendar-set-mode-line):
2567         `getenv' returns a string.  (Bug#10951)
2569 2012-03-05  Leo Liu  <sdl.web@gmail.com>
2571         * simple.el (backward-delete-char-untabify): Constrain point to
2572         field (Bug#10939).
2574         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2576 2012-03-05  Chong Yidong  <cyd@gnu.org>
2578         * simple.el (count-words): If called from Lisp, return the word
2579         count, for symmetry with `count-lines'.  Arglist changed.
2580         (count-words--message): Args changed.  Consolidate counting code
2581         from count-words and count-words-region.
2582         (count-words-region): Caller changed.
2583         (count-lines-region): Make it an obsolete alias.
2585 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
2587         * saveplace.el (save-place-to-alist)
2588         (save-place-ignore-files-regexp): Allow value nil to disable this
2589         feature.
2591 2012-03-04  Chong Yidong  <cyd@gnu.org>
2593         * faces.el (face-spec-reset-face): For the default face, reset the
2594         attributes to default values (Bug#10748).
2596 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2599         previous patch: Check `message-send-mail-function', and not the
2600         default function (bug#10897).
2602 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
2604         * notifications.el (notifications-on-action-signal)
2605         (notifications-on-closed-signal): Check for unique service name of
2606         incoming event.  Fix error in removing entry.
2607         (top): Register for signals with wildcard service name.
2608         (notifications-notify): Use daemon unique service name for map entries.
2610 2012-03-04  Chong Yidong  <cyd@gnu.org>
2612         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
2614 2012-03-04  Glenn Morris  <rgm@gnu.org>
2616         * abbrev.el (copy-abbrev-table, abbrev-table-p)
2617         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2618         (expand-abbrev, define-abbrev-table): Doc fixes.
2620 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2623         `message-default-send-mail-function' and not `send-mail-function'
2624         when doing the prompting for `sendmail-query-once' before sending
2625         in Message buffers (bug#10897).
2627         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2628         This is inconsistent with all the other stream functions, which leave
2629         the setting up to the higher levels (if so wanted) (bug#10931).
2631 2012-03-02  Alan Mackenzie  <acm@muc.de>
2633         Depessimize the handling of very large macros.
2635         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2636         (c-macro-cache-syntactic): New variables to implement a one
2637         element macro cache.
2638         (c-invalidate-macro-cache): New function.
2639         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2640         Adapt to use the new cache.
2641         (c-state-safe-place): Use better the cache of safe positions.
2642         (c-state-semi-nonlit-pos-cache)
2643         (c-state-semi-nonlit-pos-cache-limit):
2644         New variables for...
2645         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
2646         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
2647         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2648         Use c-state-semi-safe-place.
2650         * progmodes/cc-langs.el (c-get-state-before-change-functions):
2651         Add c-invalidate-macro-cache to the C, C++, Obj entries.
2653 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
2655         * jka-compr.el (jka-compr-call-process):
2656         Apply `file-accessible-directory-p' only when the default directory is
2657         not remote.
2659 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
2661         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
2662         access of FILE2, if FILE1 does not exist.
2664         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2665         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2667         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2668         Add "PAGER=" to `process-environment'.
2670 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
2672         * progmodes/sql.el: Bug fix
2673         (sql-get-login-ext): Save login values in globals.
2674         (sql-get-login): Use new version of `sql-get-login-ext'.
2675         (sql-interactive-mode): Set global `sql-connection' to nil.
2676         (sql-connect): Set global values for connection.
2677         (sql-product-interactive): Save global values as buffer local.
2679 2012-02-29  Leo Liu  <sdl.web@gmail.com>
2681         * abbrev.el (define-abbrevs): Reset sys to nil.
2683 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2685         * files.el (file-equal-p): Rename from `files-equal-p'.
2686         Return nil when one or both files don't exist.
2687         (file-subdir-of-p): Now only top directory must exists,
2688         return nil if it doesn't.
2689         (copy-directory): No need to test with `file-subdir-of-p' after
2690         creating dir.
2691         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2692         to `file-equal-p'.
2694 2012-02-28  Glenn Morris  <rgm@gnu.org>
2696         * shell.el (shell-mode):
2697         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2698         * play/landmark.el (landmark-font-lock-face-O):
2699         * play/handwrite.el (handwrite):
2700         * play/gomoku.el (gomoku-O):
2701         * net/browse-url.el (browse-url-browser-display):
2702         * international/mule.el (define-charset):
2703         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2704         * filesets.el (filesets-find-file-delay):
2705         * eshell/em-xtra.el (eshell-xtra):
2706         * eshell/em-unix.el (eshell-grep):
2707         * emulation/viper.el (viper-mode):
2708         * emacs-lisp/regexp-opt.el (regexp-opt-group):
2709         * emacs-lisp/easymenu.el (easy-menu-define):
2710         * calendar/timeclock.el (timeclock-use-display-time):
2711         * bs.el (bs-mode):
2712         * bookmark.el (bookmark-save-flag):
2713         Doc fix (standardize possessive apostrophe usage).
2715 2012-02-27  Chong Yidong  <cyd@gnu.org>
2717         * emulation/viper-cmd.el (viper-intercept-ESC-key):
2718         Fix key-binding lookup for ESC key (Bug#9146).
2720         * font-lock.el (font-lock-specified-p): Rename from
2721         font-lock-spec-present.  Callers changed.
2723 2012-02-27  Daniel Hackney  <dan@haxney.org>
2725         * emacs-lisp/package.el (package-compute-transaction):
2726         Handle holding a package version to t in package-load-list.
2728 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
2730         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2731         (tramp-get-inode, tramp-get-device): Use cached values.
2733 2012-02-26  Alan Mackenzie  <acm@muc.de>
2735         Check there is a font-lock specification before doing initial
2736         fontification.
2738         * font-core.el (font-lock-mode): Move the conditional from
2739         :after-hook to font-lock-initial-fontify.
2740         (font-lock-default-function): Move the check for a specification
2741         to font-lock-spec-present.
2743         * font-lock.el (font-lock-initial-fontify): Call ...
2744         (font-lock-spec-present): New function.
2746 2012-02-26  Jim Blandy  <jimb@red-bean.com>
2748         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2749         (gdb-send): Apply it to the operand of the '-interpreter-exec
2750         console' command, so that we can pass arguments with (say) quotes
2751         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
2753 2012-02-26  Chong Yidong  <cyd@gnu.org>
2755         * help-fns.el (describe-function-1): Clarify description of
2756         remapping (Bug#10844).
2758         * files.el (files-equal-p): Doc fix.
2759         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
2760         and quit the loop once a mismatch is found.
2762 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
2764         * bs.el (bs--show-with-configuration): Don't throw an error
2765         if the window cannot be split; otherwise, subsequent calls to
2766         bs-show fail, restoring a stale window config.  (Bug#10882)
2768 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
2770         * term/ns-win.el (global-map): Bind ns-drag-file to
2771         ns-find-file (Bug#5855, Bug#10050).
2773 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2775         * calendar/parse-time.el (parse-time-string): Allow extractor to
2776         return nil.
2778 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
2780         * net/tramp.el (tramp-file-name-for-operation):
2781         Add `files-equal-p' and `file-subdir-of-p'.
2783         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2784         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2785         Add COPY-CONTENTS argument.
2787 2012-02-25  Chong Yidong  <cyd@gnu.org>
2789         Add custom groups for VC backends, for consistency with vc-bzr.
2791         * vc/vc-arch.el (vc-arch):
2792         * vc/vc-cvs.el (vc-cvs):
2793         * vc/vc-git.el (vc-git):
2794         * vc/vc-hg.el (vc-hg):
2795         * vc/vc-mtn.el (vc-mtn):
2796         * vc/vc-rcs.el (vc-rcs):
2797         * vc/vc-sccs.el (vc-sccs):
2798         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2799         All relevant defcustoms reassigned.
2801 2012-02-25  Chong Yidong  <cyd@gnu.org>
2803         * newcomment.el (comment-styles): Add autoload (Bug#10868).
2805         * term/x-win.el (x-initialize-window-system): Reduce default for
2806         x-selection-timeout to 5 seconds (Bug#8869).
2808 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2810         * files.el (files-equal-p, file-subdir-of-p): New functions.
2811         (copy-directory): Error when trying to copy a directory on itself.
2812         Add missing copy-contents arg to tramp handler.
2813         * dired-aux.el (dired-copy-file-recursive): Same.
2814         (dired-create-files): Modify destination when source is equal to
2815         dest when copying files.
2816         Return also when dest is a subdir of source.  (Bug#10489)
2818 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
2820         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2821         (Bug#10874)
2823 2012-02-23  Alan Mackenzie  <acm@muc.de>
2825         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2826         parameter "after-hook:" to allow the expansion to run code after
2827         the execution of the mode hooks.
2829         * font-lock.el (font-lock-initial-fontify): New function extracted
2830         from font-lock-mode-internal.
2832         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2833         :after-hook.
2835 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2838         (completion--cache-all-sorted-completions): New function.
2839         (completion-all-sorted-completions): Use it.
2840         (completion--do-completion, minibuffer-force-complete):
2841         Use it to re-instate the flush hook.
2843         * icomplete.el (icomplete-completions): Replace last fix with a better
2844         one (bug#10850).
2846 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
2848         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2849         when it might call us back infinitely (bug#10797).
2851 2012-02-23  Glenn Morris  <rgm@gnu.org>
2853         * minibuffer.el (completion-category-overrides): Doc fix.
2855 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2857         * minibuffer.el (completion-table-with-context): Fix inf-loop.
2858         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2860 2012-02-23  Glenn Morris  <rgm@gnu.org>
2862         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
2863         (authors-obsolete-files-regexps, authors-ignored-files)
2864         (authors-ambiguous-files, authors-renamed-files-alist):
2865         Add more entries.
2867 2012-02-23  Juri Linkov  <juri@jurta.org>
2869         * isearch.el (isearch-occur): Sync interactive spec with occur's
2870         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
2872         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2874 2012-02-22  Juri Linkov  <juri@jurta.org>
2876         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2877         (ucs-insert): Doc fix.  Check for hex digits in the string.
2878         Don't display `nil' in the error message.  (Bug#10857)
2880 2012-02-22  Alan Mackenzie  <acm@muc.de>
2882         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
2884 2012-02-22  Glenn Morris  <rgm@gnu.org>
2886         * ffap.el (ffap-c-path):
2887         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
2889 2012-02-22  Chong Yidong  <cyd@gnu.org>
2891         * custom.el (load-theme): Doc fix.
2893 2012-02-22  Glenn Morris  <rgm@gnu.org>
2895         * dired-x.el (dired-guess-shell-alist-default):
2896         Remove escape sequences from nroff output.  (Bug#172)
2898 2012-02-21  Glenn Morris  <rgm@gnu.org>
2900         * vc/emerge.el (emerge-defvar-local):
2901         Set `permanent-local' property rather than unused `preserved'.
2903         * textmodes/picture.el (picture-delete-char): New alias.
2904         (picture-mode-map): Use it.  (Bug#10860)
2905         (picture-mode): Doc fix.
2907 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
2909         * newcomment.el (uncomment-region-default): Remove unused binding.
2911 2012-02-21  Glenn Morris  <rgm@gnu.org>
2913         * textmodes/picture.el (picture-motion, picture-motion-reverse)
2914         (picture-self-insert, picture-tab-chars): Doc fix.
2915         (picture-mode-map): Fix C-a, C-e.
2917 2012-02-20  Glenn Morris  <rgm@gnu.org>
2919         * emacs-lisp/authors.el (authors-aliases): Add another entry.
2921 2012-02-20  Leo Liu  <sdl.web@gmail.com>
2923         * icomplete.el (icomplete-completions): Check FROM arg before
2924         passing to substring (Bug#10850).
2926 2012-02-19  Chong Yidong  <cyd@gnu.org>
2928         * comint.el: Require ansi-color.
2929         (comint-output-filter-functions): Add ansi-color-process-output.
2931         * ansi-color.el: Don't set comint-output-filter-functions; it is
2932         now in the initial value defined in comint.el.
2933         (ansi-color-apply-face-function): New variable.
2934         (ansi-color-apply-on-region): Use it.
2935         (ansi-color-apply-overlay-face): New function.
2937         * shell.el (shell): No need to require ansi-color.
2938         (shell-mode): Use ansi-color-apply-face-function to highlight
2939         color escapes using font-lock-face property (Bug#10835).
2941 2012-02-19  Chong Yidong  <cyd@gnu.org>
2943         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2944         mode-line formats (Bug#10839).
2946 2012-02-18  Glenn Morris  <rgm@gnu.org>
2948         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2950         * mail/undigest.el (unforward-rmail-message): Doc fix.
2952         * saveplace.el (save-place-ignore-files-regexp): Add :version.
2954 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
2956         * international/characters.el (script-list): Sync with the latest
2957         Unicode Character Database.
2959 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
2961         * international/titdic-cnv.el: Remove duplicate coding tag.
2962         * language/cham.el: Likewise.
2963         * language/tai-viet.el: Likewise.
2965 2012-02-18  Glenn Morris  <rgm@gnu.org>
2967         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2968         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2969         (calendar-bahai-all-holidays-flag, calendar-other-dates):
2970         * calendar/diary-lib.el (diary-abbreviated-year-flag):
2971         * calendar/holidays.el (holiday-bahai-holidays)
2972         (calendar-holidays, list-holidays):
2973         Use utf-8 Bahá'í in doc-strings, menus, etc.
2975 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
2977         * saveplace.el (save-place-ignore-files-regexp): New variable
2978         allowing for excluding files from saving their location of point.
2979         The default value matches the temporary commit message editing
2980         files from Git, SVN, Bazaar, and Mercurial.
2981         (save-place-to-alist): Use it.
2983 2012-02-17  Lawrence Mitchell <wence@gmx.li>
2984             Stefan Monnier  <monnier@iro.umontreal.ca>
2986         * newcomment.el (uncomment-region-default): Don't leave extra space
2987         when an arg is provided (bug#8150).
2989 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2991         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
2993 2012-02-17  Glenn Morris  <rgm@gnu.org>
2995         * net/socks.el: Require network-stream.  (Bug#10599)
2997 2012-02-17  Kenichi Handa  <handa@m17n.org>
2999         * international/charprop.el:
3000         * international/uni-name.el:
3001         * international/uni-old-name.el:
3002         * international/uni-comment.el: Regenerate.
3004 2012-02-16  Glenn Morris  <rgm@gnu.org>
3006         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3007         Interactively in calendar buffer, give an error if not on a date.
3009 2012-02-15  Glenn Morris  <rgm@gnu.org>
3011         * shell.el (shell-delimiter-argument-list):
3012         Revert 2011-02-17 change.  (Bug#8027)
3014 2012-02-15  Chong Yidong  <cyd@gnu.org>
3016         * minibuffer.el (completion-at-point-functions): Doc fix.
3018         * custom.el (defcustom): Doc fix; note use of defvar.
3020 2012-02-15  Glenn Morris  <rgm@gnu.org>
3022         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3023         Doc fixes.
3025 2012-02-14  Glenn Morris  <rgm@gnu.org>
3027         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3029 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3031         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3032         way the ports list is computed.
3033         (smtpmail-query-smtp-server): Prompt the user for a port number if
3034         we can't connect to any of the standard ports (bug#10810).
3036 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3038         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3040 2012-02-13  Glenn Morris  <rgm@gnu.org>
3042         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
3044 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3046         * net/gnutls.el (gnutls-trustfiles): New variable.
3047         (gnutls-negotiate): Use it.
3049 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3051         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3052         does its stuff if Gnus is running.
3054 2012-02-13  Alan Mackenzie  <acm@muc.de>
3056         Fix a loop in c-set-fl-decl-start.
3058         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
3059         c-backward-syntactic-ws actually moves backwards.
3061 2012-02-13  Leo Liu  <sdl.web@gmail.com>
3063         * net/rcirc.el (rcirc-markup-attributes): Move point to the
3064         beginning so that all \C-o chars are removed.
3066 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3068         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
3070 2012-02-12  Alan Mackenzie  <acm@muc.de>
3072         Fix infinite loop with long macros.
3073         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
3075 2012-02-12  Chong Yidong  <cyd@gnu.org>
3077         * window.el (display-buffer): Doc fix (Bug#10785).
3079 2012-02-12  Glenn Morris  <rgm@gnu.org>
3081         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3082         (x-disown-selection-internal, x-get-selection-internal):
3083         Sync docs with the xselect.c versions.
3085         * allout-widgets.el: Add missing license notice.
3087 2012-02-11  Glenn Morris  <rgm@gnu.org>
3089         * select.el (x-get-selection-internal, x-own-selection-internal)
3090         (x-disown-selection-internal):
3091         * x-dnd.el (x-get-selection-internal): Update declarations.
3093         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3095         * window.el (window-sides-slots):
3096         * tool-bar.el (tool-bar-position):
3097         * term/xterm.el (xterm-extra-capabilities):
3098         * ses.el (ses-self-reference-early-detection):
3099         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3100         (verilog-auto-wire-type)
3101         (verilog-auto-delete-trailing-whitespace)
3102         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3103         (verilog-auto-tieoff-declaration):
3104         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3105         (sql-oracle-statement-starters, sql-oracle-scan-on):
3106         * progmodes/prolog.el (prolog-align-comments-flag)
3107         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3108         (prolog-left-indent-regexp, prolog-paren-indent-p)
3109         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3110         (prolog-types, prolog-mode-specificators)
3111         (prolog-determinism-specificators, prolog-directives)
3112         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3113         (prolog-electric-dot-flag)
3114         (prolog-electric-dot-full-predicate-template)
3115         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3116         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3117         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3118         (prolog-program-switches, prolog-prompt-regexp)
3119         (prolog-debug-on-string, prolog-debug-off-string)
3120         (prolog-trace-on-string, prolog-trace-off-string)
3121         (prolog-zip-on-string, prolog-zip-off-string)
3122         (prolog-use-standard-consult-compile-method-flag)
3123         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3124         (prolog-imenu-max-lines, prolog-info-predicate-index)
3125         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3126         (prolog-char-quote-workaround):
3127         * progmodes/cc-vars.el (c-defun-tactic):
3128         * net/tramp.el (tramp-encoding-command-interactive)
3129         (tramp-local-end-of-line):
3130         * net/soap-client.el (soap-client):
3131         * net/netrc.el (netrc-file):
3132         * net/gnutls.el (gnutls):
3133         * minibuffer.el (completion-category-overrides)
3134         (completion-cycle-threshold)
3135         (completion-pcm-complete-word-inserts-delimiters):
3136         * man.el (Man-name-local-regexp):
3137         * mail/feedmail.el (feedmail-display-full-frame):
3138         * international/characters.el (glyphless-char-display-control):
3139         * eshell/em-ls.el (eshell-ls-date-format):
3140         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3141         (lisp-lambda-list-keyword-parameter-indentation)
3142         (lisp-lambda-list-keyword-parameter-alignment):
3143         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3144         * dired-x.el (dired-omit-verbose):
3145         * cus-theme.el (custom-theme-allow-multiple-selections):
3146         * calc/calc.el (calc-highlight-selections-with-faces)
3147         (calc-lu-field-reference, calc-lu-power-reference)
3148         (calc-note-threshold):
3149         * battery.el (battery-mode-line-limit):
3150         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3151         (archive-7z-update):
3152         * allout.el (allout-prefixed-keybindings)
3153         (allout-unprefixed-keybindings)
3154         (allout-inhibit-auto-fill-on-headline)
3155         (allout-flattened-numbering-abbreviation):
3156         * allout-widgets.el (allout-widgets-auto-activation)
3157         (allout-widgets-icons-dark-subdir)
3158         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3159         (allout-widgets-theme-dark-background)
3160         (allout-widgets-theme-light-background)
3161         (allout-widgets-item-image-properties-emacs)
3162         (allout-widgets-item-image-properties-xemacs)
3163         (allout-widgets-run-unit-tests-on-load)
3164         (allout-widgets-time-decoration-activity)
3165         (allout-widgets-hook-error-post-time)
3166         (allout-widgets-track-decoration):
3167         Add missing :version tags to new defcustoms and defgroups.
3169         * progmodes/sql.el (sql-ansi-statement-starters)
3170         (sql-oracle-statement-starters): Add custom type.
3172         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3173         (prolog-system-version): Give it a type.
3175 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
3177         * term/pc-win.el (x-select-text, x-selection-owner-p)
3178         (x-own-selection-internal, x-disown-selection-internal)
3179         (x-get-selection-internal): Sync doc strings and argument lists
3180         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
3182 2012-02-11  Leo Liu  <sdl.web@gmail.com>
3184         * progmodes/python.el (python-end-of-statement): Fix infinite
3185         loop.  (Bug#10788)
3187 2012-02-10  Glenn Morris  <rgm@gnu.org>
3189         * international/mule-cmds.el (unify-8859-on-encoding-mode)
3190         (unify-8859-on-decoding-mode): Properly mark as obsolete.
3192 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3194         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3195         about SMTP before checking the From header.
3197         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
3198         into own function for reuse by emacsbug.el.
3200 2012-02-10  Leo Liu  <sdl.web@gmail.com>
3202         * subr.el (condition-case-unless-debug): Rename from
3203         condition-case-no-debug.  All callers changed.
3204         (with-demoted-errors): Fix caller.
3206         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3207         * nxml/rng-valid.el (rng-do-some-validation):
3208         * emacs-lisp/package.el (package-refresh-contents)
3209         (package-menu-execute):
3210         * desktop.el (desktop-create-buffer):
3211         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
3213 2012-02-10  Glenn Morris  <rgm@gnu.org>
3215         * textmodes/bibtex.el:
3216         Add missing :version tags for new/changed defcustoms.
3218         * files.el (remote-file-name-inhibit-cache): Doc fixes.
3220 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
3222         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3223         (smtpmail-via-smtp): Use it, or fall back on the From address.
3224         (smtpmail-send-it): Ditto.
3226 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3229         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
3230         (byte-compile-tmp-var): New const.
3231         (byte-compile-defvar): Use it to minimize .elc size.
3232         Just use `defvar' rather than simulate it (bug#10761).
3234 2012-02-09  Glenn Morris  <rgm@gnu.org>
3236         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
3238         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3239         Add :version tags.
3241         * progmodes/compile.el (compilation-error-screen-columns)
3242         (compilation-first-column, compilation-filter-start): Doc fixes.
3244         * vc/log-view.el (log-view-toggle-entry-display):
3245         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3247         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3248         (report-emacs-bug-can-use-xdg-email):
3249         (report-emacs-bug-insert-to-mailer): Doc fixes.
3250         (report-emacs-bug): Message fix.
3252         * net/browse-url.el (browse-url-can-use-xdg-open)
3253         (browse-url-xdg-open): Doc fixes.
3255         * electric.el (electric-indent-mode, electric-pair-mode)
3256         (electric-layout-rules, electric-layout-mode): Doc fixes.
3257         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3259 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
3261         * server.el (server-unselect-display): Don't inadvertently kill
3262         the current buffer.  (Bug#10729)
3264 2012-02-08  Glenn Morris  <rgm@gnu.org>
3266         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3267         (sql-list-table): Doc fixes.
3269         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3270         Comment out (does nothing).
3272         * completion.el (dynamic-completion-mode):
3273         * dirtrack.el (dirtrack-debug-mode):
3274         * electric.el (electric-layout-mode):
3275         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3276         * face-remap.el (text-scale-mode, buffer-face-mode):
3277         * iimage.el (iimage-mode):
3278         * image-mode.el (image-transform-mode):
3279         * minibuffer.el (completion-in-region-mode):
3280         * scroll-lock.el (scroll-lock-mode):
3281         * simple.el (next-error-follow-minor-mode):
3282         * tar-mode.el (tar-subfile-mode):
3283         * tooltip.el (tooltip-mode):
3284         * vcursor.el (vcursor-use-vcursor-map):
3285         * wid-browse.el (widget-minor-mode):
3286         * emulation/tpu-edt.el (tpu-edt-mode):
3287         * emulation/tpu-extras.el (tpu-cursor-free-mode):
3288         * international/iso-ascii.el (iso-ascii-mode):
3289         * language/thai-util.el (thai-word-mode):
3290         * mail/supercite.el (sc-minor-mode):
3291         * net/goto-addr.el (goto-address-mode):
3292         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3293         * progmodes/cwarn.el (cwarn-mode):
3294         * progmodes/flymake.el (flymake-mode):
3295         * progmodes/glasses.el (glasses-mode):
3296         * progmodes/hideshow.el (hs-minor-mode):
3297         * progmodes/pascal.el (pascal-outline-mode):
3298         * textmodes/enriched.el (enriched-mode):
3299         * vc/smerge-mode.el (smerge-mode):
3300         Doc fixes (minor mode argument).
3302 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
3304         * ls-lisp.el (ls-lisp-sanitize): New function.
3305         (ls-lisp-insert-directory): Use it to fix or remove any elements
3306         in file-alist with missing attributes.  (Bug#4673)
3308 2012-02-07  Alan Mackenzie  <acm@muc.de>
3310         Fix spurious recognition of c-in-knr-argdecl.
3312         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3313         putative K&R region.
3315 2012-02-07  Alan Mackenzie  <acm@muc.de>
3317         * progmodes/cc-engine.el (c-forward-objc-directive):
3318         Prevent looping in "#pragma mark @implementation".
3320 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
3322         * notifications.el (notifications-on-closed-signal): Make `reason'
3323         optional.  (Bug#10744)
3325 2012-02-07  Glenn Morris  <rgm@gnu.org>
3327         * emacs-lisp/easy-mmode.el (define-minor-mode):
3328         Doc fixes for the macro and the mode it defines.
3330         * image.el (imagemagick-types-inhibit): Doc fix.
3332         * cus-start.el (imagemagick-render-type): Add it.
3334 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3336         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3337         Set the default at load time, too, so that `font-lock-fontify-buffer'
3338         can be called without setting up the entire mode first.  This fixes
3339         a bug in `mm-inline-text' with C MIME parts.
3341 2012-02-06  Chong Yidong  <cyd@gnu.org>
3343         * simple.el (list-processes--refresh): Delete exited processes
3344         (Bug#8094).
3346         * comint.el (comint-next-prompt): next-single-char-property-change
3347         and prev-single-char-property-change never return nil (Bug#8657).
3349         * custom.el (defcustom): Doc fix (Bug#9711).
3351 2012-02-05  Chong Yidong  <cyd@gnu.org>
3353         * cus-edit.el (custom-variable-reset-backup): Quote the value
3354         before storing it in the customized-value property (Bug#6712).
3355         (custom-display): Add a customization type tag.
3356         (custom-buffer-create-internal): Improve tooltip message.
3358         * wid-edit.el (widget-field-value-get): New optional arg to
3359         suppress trailing whitespace truncation.
3360         (character): Use it (Bug#2689).
3362 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
3364         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3365         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3367 2012-02-05  Chong Yidong  <cyd@gnu.org>
3369         * cus-edit.el (custom-variable-value-create): For mismatched
3370         types, show the current value (Bug#7600).
3372         * custom.el (defcustom): Doc fix.
3374 2012-02-05  Glenn Morris  <rgm@gnu.org>
3376         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3378 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
3380         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3381         (pp-buffer): Use `ignore-errors', `looking-at-p'.
3382         (pp-last-sexp): Use `looking-at-p'.
3384 2012-02-04  Glenn Morris  <rgm@gnu.org>
3386         * files.el (revert-buffer):
3387         Doc fix (mention revert-buffer-in-progress-p).
3389         * emacs-lisp/ert-x.el (ert-simulate-command):
3390         Check deferred-action-list (which is obsolete) is bound.
3392         * subr.el (with-wrapper-hook): Doc fixes.
3394         * simple.el (filter-buffer-substring-functions)
3395         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3397 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
3399         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3400         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
3402 2012-02-04  Leo Liu  <sdl.web@gmail.com>
3404         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3406 2012-02-04  Glenn Morris  <rgm@gnu.org>
3408         * image.el (image-extension-data): Add obsolete alias.
3410         * isearch.el (isearch-update): Doc fix.
3412         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3414         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3416 2012-02-03  Glenn Morris  <rgm@gnu.org>
3418         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
3419         (image-animate-timeout): Doc fix.
3421         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3423 2012-02-02  Glenn Morris  <rgm@gnu.org>
3425         * server.el (server-auth-dir): Doc fix.
3426         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
3428         * subr.el (run-mode-hooks): Doc fix.
3430 2012-02-02  Juri Linkov  <juri@jurta.org>
3432         * image-mode.el (image-toggle-display-image): Remove tautological
3433         `major-mode' from the `derived-mode-p' test.
3435 2012-02-02  Kenichi Handa  <handa@m17n.org>
3437         * composite.el (compose-region): Cancel previous change.
3439 2012-02-02  Kenichi Handa  <handa@m17n.org>
3441         * composite.el (compose-region, compose-string): Signal error for
3442         a null string component (Bug#6988).
3444 2012-02-01  Chong Yidong  <cyd@gnu.org>
3446         * view.el (view-buffer-other-window, view-buffer-other-frame):
3447         Handle special modes like view-buffer (Bug#10650).
3448         (view-buffer): Simplify.
3450         * frame.el (set-frame-font): Tweak meaning of third argument.
3452         * dynamic-setting.el (font-setting-change-default-font):
3453         Use set-frame-font (Bug#9982).
3455 2012-02-01  Glenn Morris  <rgm@gnu.org>
3457         * progmodes/compile.el (compilation-internal-error-properties):
3458         Respect compilation-first-column in the "*compilation*" buffer.
3460         * emacs-lisp/easy-mmode.el (define-minor-mode):
3461         Relax :variable's test for a named function.
3463 2012-01-31  Alan Mackenzie  <acm@muc.de>
3465         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3466         off by one error.
3468 2012-01-31  Chong Yidong  <cyd@gnu.org>
3470         * frame.el (set-frame-font): New arg ALL-FRAMES.
3472         * menu-bar.el (menu-set-font): Use set-frame-font.
3474         * faces.el (face-spec-reset-face): Don't apply unspecified
3475         attribute values to the default face.
3477 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
3479         * progmodes/cwarn.el (cwarn): Remove dead link.
3480         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3481         Remove * from defcustom docstrings.
3482         (turn-on-cwarn-mode): Make obsolete.
3483         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3484         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3486 2012-01-31  Glenn Morris  <rgm@gnu.org>
3488         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3489         Fix :variable handling of mode a symbol not equal to modefun.
3490         Allow named functions to be used as the cdr of :variable.
3492 2012-01-30  Glenn Morris  <rgm@gnu.org>
3494         * emacs-lisp/authors.el (authors-fixed-entries):
3495         Remove reference to deleted file rnewspost.el.
3497 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
3499         * window.el (window-with-parameter): Remove unused variable `windows'.
3500         (window--side-check): Remove unused variable `code'.
3501         (window--resize-siblings): Remove unused variable `first'.
3502         (adjust-window-trailing-edge): Remove unused variable `failed'.
3503         (window-deletable-p, window--delete): Remove unused variable `buffer'.
3504         Use `let', not `let*'.
3505         (balance-windows-2): Remove unused variable `found'.
3506         (window--state-put-2): Remove unused variable `splits'.
3507         (window-state-put): Remove unused variable `selected'.
3508         (same-window-p): Use `string-match-p'.
3509         (display-buffer-assq-regexp): Remove unused variable `value'.
3510         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3511         Mark argument ALIST as ignored.
3512         (pop-to-buffer): Remove unused variable `old-window'.
3514 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
3516         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3517         and .lzma compressed files.
3519 2012-01-29  Chong Yidong  <cyd@gnu.org>
3521         * frame.el (window-system-default-frame-alist): Doc fix.
3523         * dynamic-setting.el (font-setting-change-default-font): Don't
3524         change the default face if SET-FONT argument is non-nil (Bug#9982).
3526 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
3528         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3530 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
3532         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3533         breakpoints in files outside current directory (Bug#6098).
3535 2012-01-29  Chong Yidong  <cyd@gnu.org>
3537         * progmodes/python.el: Require ansi-color at top-level.
3539         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3540         Define and use in Emacs Lisp mode (Bug#9360).
3541         (lisp-mode-abbrev-table): Add doc.
3542         (lisp-mode-variables): Don't set local-abbrev-table.
3543         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3545 2012-01-28  Roland Winkler  <winkler@gnu.org>
3547         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3549 2012-01-28  Roland Winkler  <winkler@gnu.org>
3551         * textmodes/bibtex.el (bibtex-entry-alist): New function.
3552         (bibtex-set-dialect): Use it.  Either set global values of
3553         dialect-dependent variables or bind these variables buffer-locally
3554         (Bug#10254).
3555         (bibtex-mode): Call bibtex-set-dialect via
3556         hack-local-variables-hook.
3557         (bibtex-dialect): Update docstring.
3558         Add safe-local-variable predicate.
3559         (bibtex-entry-alist, bibtex-field-alist): Initialize via
3560         bibtex-set-dialect.
3561         (bibtex-mode-map): Define menu for each dialect.
3562         (bibtex-entry): Fix docstring.
3564 2012-01-28  Chong Yidong  <cyd@gnu.org>
3566         * eshell/esh-arg.el (eshell-quote-argument): New function.
3568         * eshell/esh-ext.el (eshell-invoke-batch-file):
3569         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3570         first arg to eshell-parse-command (Bug#10523).
3572 2012-01-28  Drew Adams  <drew.adams@oracle.com>
3574         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3575         `default-directory' is non-nil.
3577 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
3579         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3580         line that displays system-configuration-options.  (Bug#9924)
3582 2012-01-28  Drew Adams  <drew.adams@oracle.com>
3584         * descr-text.el (describe-char): Show information about POS, in
3585         addition to information about the character at POS.  Improve and
3586         update the doc string.  Change "code point" to "code point in
3587         charset", to avoid confusion with the character's Unicode code
3588         point shown above that.  (Bug#10129)
3590 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
3592         * descr-text.el (describe-char): Show the raw character, not only
3593         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
3594         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3595         for the reasons.
3597 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
3599         * emacs-lisp/package.el (package-install):
3600         Run package-refresh-contents if there is no archive yet (Bug#9798).
3602 2012-01-28  Chong Yidong  <cyd@gnu.org>
3604         * emacs-lisp/package.el (package-maybe-load-descriptor):
3605         New function, split from package-maybe-load-descriptor.
3606         (package-maybe-load-descriptor): Use it.
3607         (package-download-transaction): Fully load required packages
3608         inside the loop, so that `require' calls work (Bug#10593).
3609         (package-install): No need to call package-initialize now.
3611 2012-01-28  Chong Yidong  <cyd@gnu.org>
3613         * simple.el (deactivate-mark): Doc fix (Bug#8614).
3615         * tooltip.el (tooltip-mode): Doc fix.
3616         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3618         * frame.el (set-cursor-color): Doc fix (Bug#352).
3620         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3621         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3623         * cus-edit.el (custom-buffer-create-internal): Fix search button
3624         action (Bug#10542).
3625         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
3627 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
3629         * dired.el (dired-mark-files-regexp):
3630         Include any subdirectory components.  (Bug#10445)
3632 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
3634         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3635         Handle [host]:port syntax.  (Bug#10533)
3637 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
3639         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3641 2012-01-26  Glenn Morris  <rgm@gnu.org>
3643         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3644         * term.el (term-raw-escape-map): Use Control-X-prefix.
3645         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
3647 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
3649         * window.el (window-state-get, window--state-get-1): Don't deal
3650         with fixed-sizeness of windows.  Simplify code.
3652 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
3654         * window.el (window--state-get-1, window--state-put-2):
3655         Don't save and restore the mark.
3657 2012-01-25  Chong Yidong  <cyd@gnu.org>
3659         * custom.el (custom-variable-p): Doc fix.
3661 2012-01-25  Glenn Morris  <rgm@gnu.org>
3663         * dired.el (dired-goto-file): Handle some of the more common
3664         characters that `ls -b' escapes.  (Bug#10596)
3666         * progmodes/compile.el (compilation-next-error-function):
3667         Respect compilation-first-column in the "*compilation*" buffer.
3668         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
3670         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
3672 2012-01-24  Glenn Morris  <rgm@gnu.org>
3674         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
3676 2012-01-24  Julien Danjou  <julien@danjou.info>
3678         * color.el (color-rgb-to-hsl): Fix value computing.
3679         (color-hue-to-rgb): New function.
3680         (color-hsl-to-rgb): New function.
3681         (color-clamp, color-saturate-hsl, color-saturate-name)
3682         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3683         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3685 2012-01-24  Glenn Morris  <rgm@gnu.org>
3687         * vc/vc-rcs.el (vc-rcs-create-tag):
3688         * vc/vc-sccs.el (vc-sccs-create-tag):
3689         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
3691 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
3693         * eshell/esh-util.el (eshell-read-hosts-file):
3694         Skip comment lines.  (Bug#10549)
3696         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
3698 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
3700         * subr.el (display-delayed-warnings): Doc fix.
3701         (collapse-delayed-warnings): New function to collapse identical
3702         adjacent warnings.
3703         (delayed-warnings-hook): Add it.
3705 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
3707         * net/tramp.el (tramp-action-login): Set connection property "login-as".
3709         * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3710         properties, when "login-as" is set.
3712         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3713         (tramp-default-user-alist): Don't add "pscp".
3714         (tramp-do-copy-or-rename-file-out-of-band): Use connection
3715         property "login-as", if set.  (Bug#10530)
3717 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
3719         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3720         "plink1" and "psftp".  (Bug#10530)
3722 2012-01-21  Kenichi Handa  <handa@m17n.org>
3724         * international/mule-cmds.el (prefer-coding-system): Show a
3725         warning message if the default value of file-name-coding-system
3726         was not changed.
3728 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
3730         * windmove.el (windmove-reference-loc):
3731         Fix windmove-reference-loc miscalculation.
3733 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
3735         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3736         default unit.
3738 2012-01-21  Glenn Morris  <rgm@gnu.org>
3740         * international/mule.el (auto-coding-alist): Add .tbz.
3742         * files.el (local-enable-local-variables): Doc fix.
3743         (inhibit-local-variables-regexps): Rename from
3744         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
3745         Doc fix.  Add some extensions from auto-coding-alist.
3746         (inhibit-local-variables-suffixes):
3747         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
3748         (inhibit-local-variables-p):
3749         New function, extracted from set-auto-mode-1.
3750         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
3751         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
3752         (hack-local-variables): Doc fix.  Make the mode-only case
3753         respect enable-local-variables and friends.
3754         Respect inhibit-local-variables-regexps for file-locals, but
3755         not for directory-locals.
3756         (set-visited-file-name):
3757         Take account of inhibit-local-variables-regexps.
3758         Whether it applies may change as the file name is changed.
3759         * jka-cmpr-hook.el (jka-compr-install):
3760         * jka-compr.el (jka-compr-uninstall):
3761         Update for inhibit-first-line-modes-suffixes name change.
3763 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
3765         * help-macro.el (make-help-screen): Temporarily restore original
3766         binding for minor-mode-map-alist (Bug#10454).
3768 2012-01-19  Julien Danjou  <julien@danjou.info>
3770         * color.el (color-name-to-rgb): Use the white color to find the max
3771         color component value and return correctly computed values.
3772         (color-name-to-rgb): Add missing float conversion for max value.
3774 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
3776         * window.el (window--state-get-1, window-state-get): Do not use
3777         special state value for window-persistent-parameters.
3778         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
3779         (window--state-put-2): Reset all window parameters to nil before
3780         assigning values of persistent parameters.
3782 2012-01-18  Alan Mackenzie  <acm@muc.de>
3784         Eliminate sluggishness and hangs in fontification of "semicolon
3785         deserts".
3787         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3788         Change value 10000 -> 3000.
3789         (c-state-safe-place): Reformulate so it doesn't stack up an
3790         infinite number of wrong entries in c-state-nonlit-pos-cache.
3791         (c-determine-limit-get-base, c-determine-limit): New functions to
3792         determine backward search limits disregarding literals.
3793         (c-find-decl-spots): Amend commenting.
3794         (c-cheap-inside-bracelist-p): New function which detects "={".
3796         * progmodes/cc-fonts.el
3797         (c-make-font-lock-BO-decl-search-function): Give a limit to a
3798         backward search.
3799         (c-font-lock-declarations): Fix an occurrence of point being
3800         undefined.  Check additionally for point being in a bracelist or
3801         near a macro invocation without a semicolon so as to avoid a
3802         fruitless time consuming search for a declarator.  Give a more
3803         precise search limit for declarators using the new
3804         c-determine-limit.
3806 2012-01-18  Glenn Morris  <rgm@gnu.org>
3808         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3809         (set-auto-mode): Doc fixes.
3811 2012-01-17  Glenn Morris  <rgm@gnu.org>
3813         * isearch.el (search-nonincremental-instead): Fix doc typo.
3815         * dired.el (dired-insert-directory): Handle newlines in directory name.
3816         (dired-build-subdir-alist): Unescape newlines in directory name.
3818 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
3820         * net/tramp.el (tramp-local-end-of-line): New defcustom.
3821         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3822         (tramp-action-terminal): Use it.  (Bug#10530)
3824 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3826         * minibuffer.el (completion--replace): Strip properties (bug#10062).
3828 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
3830         * window.el (window-state-ignored-parameters): Remove variable.
3831         (window--state-get-1): Rename argument MARKERS to IGNORE.
3832         Handle persistent window parameters.  Make copy of clone-of
3833         parameter only if requested.  (Bug#10348)
3834         (window--state-put-2): Install a window parameter only if it has
3835         a non-nil value or an existing parameter shall be overwritten.
3837 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
3839         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3841 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
3843         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3844         don't pass the (nil) value of `upnode' to string-match.
3846 2012-01-14  Chong Yidong  <cyd@gnu.org>
3848         * startup.el (command-line): Fix X resource class for cursorColor.
3849         Fix values recognized by the cursorBlink resource.
3851 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
3853         * epg.el (epg--make-temp-file): Avoid permission race condition
3854         when running on old Emacs versions (bug#10403).
3856 2012-01-14  Glenn Morris  <rgm@gnu.org>
3858         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3860 2012-01-13  Alan Mackenzie  <acm@muc.de>
3862         Fix filling for when filladapt mode is enabled.
3864         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3865         c-mask-paragraph, pass in `fill-paragraph' rather than
3866         `fill-region-as-paragraph'.  (This is a reversion of a previous
3867         change.)
3868         * progmodes/cc-mode.el (c-basic-common-init):
3869         Make fill-paragraph-handle-comment buffer local and set it to nil.
3871 2012-01-13  Glenn Morris  <rgm@gnu.org>
3873         * dired.el (dired-switches-escape-p): New function.
3874         (dired-insert-directory): Use dired-switches-escape-p.
3875         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
3877         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
3879 2012-01-12  Glenn Morris  <rgm@gnu.org>
3881         * mail/sendmail.el (mail-mode): Update paragraph-separate for
3882         changes in adaptive-fill-regexp.  (Bug#10276)
3884 2012-01-11  Alan Mackenzie  <acm@muc.de>
3886         Fix Emacs bug #10463 - put `widen's around the critical spots.
3888         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
3889         widen around each invocation of c-state-pp-to-literal.  Remove an
3890         unused let variable.
3892 2012-01-11  Glenn Morris  <rgm@gnu.org>
3894         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
3895         Doc fix.
3897 2012-01-10  Chong Yidong  <cyd@gnu.org>
3899         * net/network-stream.el (network-stream-open-starttls):
3900         Avoid emitting a confusing error message when the server gives a bad
3901         response to the capability command.
3903 2012-01-10  Glenn Morris  <rgm@gnu.org>
3905         * mail/unrmail.el (unrmail): Tweak previous change.
3907 2012-01-09  Chong Yidong  <cyd@gnu.org>
3909         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3911 2012-01-08  Alan Mackenzie  <acm@muc.de>
3913         Optimise font locking in long enum definitions.
3915         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3916         arm to a cond form to handle enums.
3917         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3918         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3920 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
3922         * files.el (move-file-to-trash): Preserve default file modes on error.
3923         (Bug#10401)
3925 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927         * faces.el (set-face-attribute): Clarify the meaning of the nil
3928         frame (bug#10294).
3930         * subr.el (with-selected-frame): Mention that the selected frame
3931         is restored (bug#9980).
3933         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3934         (bug#9759).
3936         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
3937         (password-read): Don't autoload unused function.
3939 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
3941         * progmodes/which-func.el (which-func-mode): Turn into a
3942         non-interactive function and mark as obsolete (bug#10428).
3944 2012-01-06  Chong Yidong  <cyd@gnu.org>
3946         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3947         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3948         functions, along with 1 and -1.
3950 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
3952         * time.el (display-time-load-average)
3953         (display-time-default-load-average): Doc fixes.  See the thread
3954         starting at
3955         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3956         for the details.
3958 2012-01-06  Glenn Morris  <rgm@gnu.org>
3960         * mail/unrmail.el (unrmail): Give an explicit error if the input file
3961         has no messages.  (Bug#10377)
3963         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3964         than Info-edit.  (Bug#10385)
3966         * time.el (display-time-load-average, display-time-next-load-average):
3967         Doc fixes.
3969         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3970         local setting of buffer-read-only to the input buffer.  (Bug#10419)
3972         * calendar/calendar.el (calendar-mode):
3973         Locally set scroll-margin to 0.  (Bug#10379)
3975 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
3977         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
3979 2012-01-05  Glenn Morris  <rgm@gnu.org>
3981         * eshell/em-unix.el (diff-no-select): Autoload it.
3982         (eshell/diff): Use diff-no-select.  (Bug#10420)
3984 2012-01-05  Chong Yidong  <cyd@gnu.org>
3986         * shell.el (shell-dynamic-complete-functions): Revert last change.
3987         (shell-command-completion-function): New function.
3988         (shell-completion-vars): Use it to implement
3989         shell-completion-execonly (Bug#10417).
3991         * custom.el (enable-theme): Don't set custom-safe-themes.
3993         * cus-theme.el (custom-theme-merge-theme):
3994         Ignore custom-enabled-themes and custom-safe-themes.
3996 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
3998         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3999         first prompt in `sql-interacive-mode'.
4000         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
4001         keywords.
4002         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
4003         (sql-product-interactive): Bug fix: Set `sql-buffer' in
4004         context of original buffer.  Invoke `sql-login-hook'.
4006 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
4008         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4009         letters in cite-prefix.
4011 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4015 2012-01-03  Chong Yidong  <cyd@gnu.org>
4017         * shell.el (shell-dynamic-complete-functions):
4018         Put pcomplete-completions-at-point, so as to try
4019         comint-filename-completion first (Bug#10417).
4021 2012-01-02  Richard Stallman  <rms@gnu.org>
4023         * battery.el (battery-status-function):
4024         Detect when to use battery-yeeloong-sysfs.
4025         (battery-echo-area-format): Add string for Yeeloong.
4026         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4027         (battery-yeeloong-sysfs): New function.
4029 2012-01-02  Chong Yidong  <cyd@gnu.org>
4031         * dirtrack.el (dirtrack-list): Eliminate unused third element.
4032         (dirtrack): Merge code for handling relative filenames in prompt
4033         from shell-dir-cookie-watcher.
4034         (dirtrack-debug-message): New arg to avoid excess format calls.
4036         * shell.el (shell-dir-cookie-re): Variable deleted.
4037         (shell-dir-cookie-watcher): Function deleted.
4038         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4039         with dirtrack-mode.
4041 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
4043         * term/w32-win.el (dynamic-library-alist) <gnutls>:
4044         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
4045         libgnutls-26.dll.
4047 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
4049         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4051 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
4053         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4054         headers of non-MIME messages, when rmail-enable-mime is non-nil.
4056 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
4058         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4059         also for alternative shells.
4060         (tramp-open-connection-setup-interactive-shell): Check, whether
4061         the shell is a busybox.
4062         (tramp-send-command): Don't suppress multiple prompts for
4063         busyboxes, it hurts.
4065 2011-12-28  Chong Yidong  <cyd@gnu.org>
4067         * progmodes/gdb-mi.el (gdb-get-source-file-list)
4068         (gdb-get-source-file): Move mode line update to
4069         gdb-get-source-file (Bug#10087).
4071 2011-12-25  Chong Yidong  <cyd@gnu.org>
4073         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4074         gud-gdb-marker-filter without taking it as an argument.
4075         (gud-gdb-run-command-fetch-lines): Caller changed.
4076         (gud-gdb-completion-function): New variable.
4077         (gud-gdb-completion-at-point): Use it.
4078         (gud-gdb-completions-1): Split from gud-gdb-completions.
4080         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4081         function as separate arguments.
4082         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4083         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4084         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4085         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4086         (gdb-stopped, def-gdb-auto-update-trigger)
4087         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
4088         (gdb-get-changed-registers, gdb-get-main-selected-frame):
4089         Callers changed.
4090         (gud-gdbmi-completions): New function.
4091         (gdb): Use it for generating the completion table.
4093 2011-12-24  Alan Mackenzie  <acm@muc.de>
4095         Introduce a mechanism to widen the region used in context font
4096         locking.  Use this to protect declarations from losing their contexts.
4098         * progmodes/cc-langs.el (c-before-font-lock-functions):
4099         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
4100         (c-before-context-fontification-functions): New defvar, a list of
4101         functions to be run just before context (etc.) font locking.
4103         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
4104         New, functionality extracted from
4105         c-neutralize-syntax-in-and-mark-CPP.
4106         (c-in-after-change-fontification): New variable.
4107         (c-after-change): Set c-in-after-change-fontification.
4108         (c-set-fl-decl-start): Rejig its interface, so it can be called
4109         from both after-change and context fontifying.
4110         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4111         New functions.
4112         (c-standard-font-lock-fontify-region-function): New variable.
4113         (c-font-lock-fontify-region): New function.
4115 2011-12-24  Juri Linkov  <juri@jurta.org>
4117         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4118         (Bug#10348)
4120 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
4122         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4123         existence of source file.  (Bug#10325)
4125 2011-12-23  Alan Mackenzie  <acm@muc.de>
4127         Fix unstable fontification inside templates.
4129         * progmodes/cc-langs.el (c-before-font-lock-functions):
4130         Newly created from the singular version.  The (c c++ objc) entry now
4131         additionally has c-set-fl-decl-start.  The other languages (apart
4132         from AWK) have that as a single entry.
4134         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4135         The functionality for "local" declarations has been extracted to
4136         c-set-fl-decl-start.
4138         * progmodes/cc-mode.el (c-common-init, c-after-change):
4139         Changes due to pluralisation of c-before-font-lock-functions.
4140         (c-set-fl-decl-start): New function, extracted from
4141         c-font-lock-enclosing-decls and enhanced.
4143 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
4145         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4147 2011-12-22  Juri Linkov  <juri@jurta.org>
4149         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
4151 2011-12-22  Chong Yidong  <cyd@gnu.org>
4153         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4155 2011-12-21  Drew Adams  <drew.adams@oracle.com>
4157         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
4159 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
4161         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4163 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4165         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
4166         highlighting and support.  Fix up comments for capitalization.
4167         (cfengine-mode-debug): New var.
4168         (cfengine3-mode): Change the modeline indicator to "CFE3".
4169         (cfengine3-font-lock-keywords): Improve defun highlighting.
4170         (cfengine2-actions): Rename from `cfengine-actions'.
4171         (cfengine2-font-lock-keywords): Rename from
4172         `cfengine-font-lock-keywords'.
4173         (cfengine2-imenu-expression): Rename from
4174         `cfengine-imenu-expression'.
4175         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4176         (cfengine2-beginning-of-defun): Rename from
4177         `cfengine-beginning-of-defun'.
4178         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4179         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4180         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
4181         modeline indicator to "CFE2".
4182         (cfengine-mode): Defalias to `cfengine-auto-mode'.
4183         (cfengine-mode-abbrevs): Mark obsolete.
4185 2011-12-21  Chong Yidong  <cyd@gnu.org>
4187         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4188         filename argument.
4190 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
4192         * window.el (window-normalize-buffer-to-display): Remove.
4193         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4195 2011-12-19  Chong Yidong  <cyd@gnu.org>
4197         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4198         Don't signal an error in a predicate function; return non-nil.
4199         (vc-dir-mark-file): Move the error here.
4200         (vc-dir-mark-unmark): If acting on the region, keep going if one
4201         of the entries cannot be marked/unmarked.
4202         (vc-dir-mark-all-files): If current entry is a directory, mark
4203         only child files, as documented.
4205 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4207         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4208         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4209         addition.
4211 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
4213         * term/ns-win.el (ns-get-selection-internal)
4214         (ns-store-selection-internal): Declare.
4215         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4216         Declare as obsolete.
4217         (ns-get-pasteboard, ns-paste-secondary):
4218         Use ns-get-selection-internal.
4219         (ns-set-pasteboard,  ns-copy-including-secondary):
4220         Use ns-store-selection-internal.
4222 2011-12-17  Chong Yidong  <cyd@gnu.org>
4224         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
4225         (vc-deduce-fileset): Doc fix.
4227 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
4229         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4231 2011-12-13  Sam Steingold  <sds@gnu.org>
4233         * man.el (Man-getpage-in-background): When running under a
4234         window-system, ignore $MANWIDTH and $COLUMNS.
4236 2011-12-15  Kenichi Handa  <handa@m17n.org>
4238         * language/ethio-util.el: Change coding tag to utf-8-emacs.
4239         (setup-ethiopic-environment-internal): Comment out key-binding for
4240         ethio-toggle-punctuation.
4242 2011-12-13  Alan Mackenzie  <acm@muc.de>
4244         Add the switch statement to AWK Mode.
4246         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
4247         "default" to the keywords regexp.
4249         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
4250         expression as the rest.
4251         (c-nonlabel-token-key): Allow string literals for AWK.
4252         Refactor for the other modes.
4254         Large brace-block initialisation makes CC Mode slow: Fix.
4255         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
4256         routines.  Limit backward searching in c-font-lock-enclosing.decl.
4258         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4259         pp-state and literal type in addition to the limits.
4260         (c-state-safe-place): New defun, extracted from c-state-literal-at.
4261         (c-state-literal-at): Use the above new defun.
4262         (c-slow-in-literal, c-fast-in-literal): Remove.
4263         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
4265         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4266         being in a literal.  Add a limit for backward searching.
4268         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4269         c-slow-in-literal.
4271 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4273         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4275 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
4277         * window.el (delete-other-windows): Use correct frame in call to
4278         window-with-parameter.
4280 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
4282         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4283         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4284         (makefile-gmake-statements, makefile-makepp-statements):
4285         Use it and add new makepp keywords.
4286         (makefile-makepp-font-lock-keywords): Add new patterns.
4287         (makefile-match-function-end): Match new [...] and [[...]].
4289 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
4291         * ses.el (ses-call-printer-return, ses-cell-property-get)
4292         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4293         (ses-create-cell-variable, ses-reset-header-string)
4294         (ses-cell-set-formula, ses-repair-cell-reference-all)
4295         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4296         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4297         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4298         (ses-aset-with-undo, ses-load, ses-truncate-cell)
4299         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4300         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4301         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4302         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4303         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4304         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4305         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4306         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4308 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4310         * ses.el: The overall change is to add cell renaming, that is
4311         setting fancy names for cell symbols other than name matching
4312         "\\`[A-Z]+[0-9]+\\'" regexp .
4313         (ses-create-cell-variable): New defun.
4314         (ses-relocate-formula): Relocate formulas only for cells the
4315         symbols of which are not renamed, i.e. symbols whose names do not
4316         match regexp "\\`[A-Z]+[0-9]+\\'".
4317         (ses-relocate-all): Relocate values only for cells the symbols of
4318         which are not renamed.
4319         (ses-load): Create cells variables as the (ses-cell ...) are read,
4320         in order to check row col consistency with cell symbol name only
4321         for cells that are not renamed.
4322         (ses-replace-name-in-formula): New defun.
4323         (ses-rename-cell): New defun.
4325 2011-12-11  Chong Yidong  <cyd@gnu.org>
4327         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4328         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4330 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
4332         * window.el (other-window): Fix docstring.
4334 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
4336         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
4337         `from' or `to' address before taking its substring.
4338         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
4339         encoded name is chopped in the middle of the encoded string, and
4340         thus displayed encoded.
4342 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
4344         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4346 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
4348         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
4349         to use texinfo-update-node and commands that call it if the
4350         Texinfo file uses @node lines without next/prev/up pointers.
4351         Correct outdated description about texinfo-master-menu.
4352         (texinfo-all-menus-update, texinfo-master-menu)
4353         (texinfo-update-node, texinfo-every-node-update)
4354         (texinfo-multiple-files-update): Doc fix.  Warn against updating
4355         all the @node lines.
4356         (texinfo-master-menu): Only call texinfo-update-node if the prefix
4357         argument is numeric.  Explain better in the doc string what the
4358         function really does.
4359         (texinfo-insert-master-menu-list): Improve the error message
4360         displayed if there's no menu in the Top node.
4361         (Bug#2975)  See also this thread:
4362         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4364 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
4366         * speedbar.el (speedbar-supported-extension-expressions):
4367         Add .adb and .ads, commonly used for Ada source code (bug#10256).
4369 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
4371         * printing.el (pr-mode-alist):
4372         * simple.el (filter-buffer-substring-functions)
4373         (completion-list-insert-choice-function):
4374         * window.el (window-with-parameter, window-atom-root)
4375         (window-sides-slots, window-size-fixed, window-min-delta)
4376         (window-max-delta, window--resize-mini-window)
4377         (window--resize-child-windows-normal, window-tree)
4378         (delete-other-windows, quit-window, split-window)
4379         (display-buffer-record-window, special-display-buffer-names)
4380         (special-display-regexps, special-display-popup-frame)
4381         (same-window-p, split-window-sensibly)
4382         (display-buffer-overriding-action, display-buffer-alist)
4383         (display-buffer-base-action, display-buffer, switch-to-buffer)
4384         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4385         (fit-window-to-buffer, recenter-positions)
4386         (mouse-autoselect-window-state, mouse-autoselect-window-select):
4387         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4388         and remove unneeded backslashes in docstrings.
4390 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4392         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4394         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4395         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4396         end in ".mk".
4397         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4398         when reading the makefile (bug#10116).
4400 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4402         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4403         (bug#10116).
4405 2011-12-06  Glenn Morris  <rgm@gnu.org>
4407         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4409 2011-12-06  Chong Yidong  <cyd@gnu.org>
4411         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4413 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4415         * textmodes/table.el (table-shorten-cell): Fix typo.
4417 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
4419         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4421 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
4423         * descr-text.el (describe-char): Fix display of strong
4424         right-to-left characters and directional embeddings and overrides.
4426         * simple.el (what-cursor-position): Fix display of codepoints of
4427         strong right-to-left characters.
4429 2011-12-05  Chong Yidong  <cyd@gnu.org>
4431         * faces.el (read-color): Doc fix.
4433 2011-12-05  Glenn Morris  <rgm@gnu.org>
4435         * align.el (align--set-marker): Add doc-string.
4436         Don't try to move something that is not a marker.  (Bug#10216)
4438 2011-12-04  Glenn Morris  <rgm@gnu.org>
4440         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4441         overly zealous deletion of trailing whitespace.
4443 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
4445         * server.el (server-delete-client): On Windows, do not try to delete
4446         the only terminal.
4447         (server-process-filter): On Windows, treat requests for a tty frame as
4448         if they were for a GUI frame if the running server is in GUI mode.
4450 2011-12-03  Glenn Morris  <rgm@gnu.org>
4452         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
4454 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4456         * electric.el: Streamline electric-indent's hook.
4457         (electric-indent-chars): Revert to simple list.
4458         (electric-indent-functions): New var.
4459         (electric-indent-post-self-insert-function): Use it.
4461         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4462         there's no inferior buffer (bug#10196).
4463         (prolog-consult-compile): Don't use toggle-read-only.
4465 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
4467         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4468         interrupt.  (Bug#10187)
4470 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4472         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4473         (bug#9160).
4475         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4476         (bug#10191).
4478 2011-12-02  Juri Linkov  <juri@jurta.org>
4480         * info.el (Info-search): Display "end of manual" when Isearch
4481         reaches the end of single-file Info manual.  (Bug#9918)
4483 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
4485         * isearch.el (isearch-message-prefix): Run the input method part
4486         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
4488 2011-12-02  Juri Linkov  <juri@jurta.org>
4490         * isearch.el (isearch-occur): Use `word-search-regexp' for
4491         `isearch-word'.
4492         (isearch-search-and-update): Add condition for `isearch-word' and
4493         call `word-search-regexp'.  (Bug#10145)
4495 2011-12-01  Glenn Morris  <rgm@gnu.org>
4497         * eshell/em-hist.el (eshell-hist-initialize):
4498         Handle eshell-history-size nil and HISTSIZE set or unset.
4499         (eshell-history-file-name, eshell-history-size): Fix custom type.
4501 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4503         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4505 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
4507         * progmodes/verilog-mode.el (verilog-pretty-expr):
4508         Rework verilog-pretty-expr to handle new assignment operators in system
4509         verilog, such as += *= and the like.
4510         (verilog-assignment-operator-re): Regular expression to find the
4511         assigment operator in a verilog assignment.
4512         (verilog-assignment-operation-re): Regular expression to find an
4513         assignment statement for pretty-expr.
4514         (verilog-in-attribute-p): Query returns true if point is in an
4515         attribute context; used to skip these for expression line up from
4516         pretty-expr.
4517         (verilog-in-parameter-p): Query returns true if point is in an
4518         parameter definition context; used to skip these for expression
4519         line up from pretty-expr.
4520         (verilog-in-parenthesis-p): Query returns true if point is in a
4521         parenthetical expression, specifically ( ) but not [ ] or { };
4522         used by pretty-expr.
4523         (verilog-just-one-space): If there is no space, don't add one.
4524         (verilog-get-lineup-indent-2): Specifically skip just attribute
4525         contexts for expression lineup, rather than skipping all
4526         parenthetical expressions.
4527         (verilog-calculate-indent): Fix comment, and fix indent.
4528         (verilog-do-indent): Indent declarations in lists (suggested by
4529         Joachim Lechner).
4530         (verilog-mode-abbrev-table): Populate abbrev mode with the various
4531         skeleton items.
4532         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4533         by Alain Mellan).
4535 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
4537         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4538         parameters with embedded comments.  Reported by Ray Stevens.
4539         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4540         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4541         Reported by Tim Holt.
4542         (verilog-auto): Fix AUTOing a upper module then AUTOing module
4543         instantiated by upper module causing wrong expansion until AUTOed a
4544         second time.  Reported by K C Buckenmaier.
4545         (verilog-diff-auto): Fix showing .* as a difference when
4546         `verilog-auto-star-save' off.  Reported by Dan Dever.
4547         (verilog-auto-reset, verilog-read-always-signals)
4548         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4549         temporary signals in reset list if
4550         verilog-auto-reset-blocking-in-non is nil, and match assignment
4551         style to each signal's assignment type, bug381.
4552         Reported by Thomas Esposito.
4553         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4554         (verilog-uvm-statement-re): Support UVM indentation and
4555         highlighting, with old OVM keywords only.
4556         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
4557         Support AUTOTIEOFF creating non-wire data types.
4558         Suggested by Jonathan Greenlaw.
4559         (verilog-auto-insert-lisp, verilog-delete-to-paren)
4560         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4561         (verilog-inject-sense, verilog-read-inst-pins)
4562         (verilog-read-sub-decls, verilog-read-sub-decls-line):
4563         Fix mismatching parenthesis inside commented out code when deleting
4564         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
4565         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4566         non-numeric vector width.  Reported by Alex Reed.
4567         (verilog-auto-ascii-enum): Add "onehot" option to work around not
4568         detecting signals with parameter widths.  Reported by Alex Reed.
4569         (verilog-auto-delete-trailing-whitespace):
4570         With `verilog-auto-delete-trailing-whitespace' remove trailing
4571         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
4572         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4573         Fix verilog-scan-cache corruption when running user AUTO expansion
4574         hooks that call indentation routines.
4575         (verilog-simplify-range-expression): Fix typo ignoring lower case
4576         identifiers.
4577         (verilog-delete-auto): Fix delete-autos to also remove user created
4578         automatics, as long as they start with AUTO.
4579         (verilog-batch-diff-auto, verilog-diff-auto)
4580         (verilog-diff-function): Add `verilog-diff-auto' and bind to
4581         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
4582         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4583         (verilog-in-paren-quick, verilog-re-search-backward-quick)
4584         (verilog-re-search-forward-quick, verilog-syntax-ppss):
4585         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
4586         is disabled and its cache will get corrupt, causing AUTOS not to
4587         expand.  Instead use only -quick functions.
4588         (verilog-scan-region): Fix scanning over escaped quotes.
4589         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4590         (verilog-re-search-backward-quick)
4591         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4592         related functions now ignore strings, to fix misparsing of strings
4593         with magic comments embedded in them.
4594         (verilog-read-auto-template):
4595         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4596         Reported by Brad Dobbie.
4597         (verilog-read-auto-template):
4598         Fix 'verilog-auto-inst-template-numbers' with comments.
4599         Reported by Brad Dobbie.
4600         (verilog-auto-inst, verilog-auto-inst-param)
4601         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4602         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
4603         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
4604         debugging templates without merge conflicts, bug357.
4605         Reported by Brad Dobbie.
4606         (verilog-read-auto-template):
4607         Fix verilog-auto-inst-template-numbers with multiple templates.
4608         Reported by Brad Dobbie.
4609         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4610         abbrevs so user won't be asked to save.
4611         (verilog-read-auto-lisp-present): Fix to start at beginning of
4612         buffer in case called outside of verilog-auto.
4613         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4614         to "X-2".  Reported by Matthew Myers.
4615         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4616         all inputs from module templates.  Reported by Leith Johnson.
4617         (verilog-module-inside-filename-p): Fix locating programs as with
4618         modules.
4619         (verilog-auto-inst-port): Fix vl-width expressions when using
4620         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
4621         (verilog-decls-get-regs, verilog-decls-get-signals,
4622         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4623         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4624         verilog-read-decls): Combine reg and wire structures into one var
4625         structure to represent SystemVerilog concepts.
4626         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4627         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
4628         (verilog-auto-wire-type, verilog-insert-definition):
4629         Add verilog-auto-wire-type and AUTOLOGIC to support using
4630         SystemVerilog "logic" keyword instead of "wire"/"reg".
4631         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4632         to declares outputs that also have assignments (presumably in an
4633         ifdef or generate if so there's not a driver conflict).
4634         Reported by Matthew Myers.
4635         (verilog-auto-declare-nettype, verilog-insert-definition):
4636         Add verilog-auto-declare-nettype to fix declarations using
4637         `default_nettype none.  Reported by Julian Gorfajn.
4638         (verilog-read-always-signals-recurse, verilog-read-decls)
4639         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4640         malformed end statement, bug325.  Reported by Joshua Wise and
4641         Andrew Drake.
4642         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4643         (verilog-inst-comment-re): Fix not deleting Interfaced comment
4644         when expanding .* in interfaces, bug320.
4645         Reported by Pierre-David Pfister.
4646         (verilog-read-module-name): Fix import statements between module
4647         name and open parenthesis, bug317.
4648         Reported by Pierre-David Pfister.
4649         (verilog-simplify-range-expression): Fix simplification of
4650         multiplications inside AUTOWIRE connections, bug303.
4651         (verilog-auto-inst-port): Support parameter expansion in
4652         multidimensional arrays.
4653         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4654         after "assert property".  Reported by Julian Gorfajn.
4655         (verilog-simplify-range-expression): Fix "couldn't merge" errors
4656         with multiplication, bug303.
4657         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4658         Reported by Jan Frode Lonnum.
4660 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
4662         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4663         (hfy-shell-file-name, hfy-shell):
4664         * international/fontset.el (x-decompose-font-name): Fix typos.
4666 2011-11-29  Ken Brown  <kbrown@cornell.edu>
4668         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4669         (gdb-version): Remove defvar.
4670         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4671         (gdb-gud-context-command, gdb-non-stop-handler)
4672         (gdb-current-context-command, gdb-stopped): Use it.
4673         (gdb-init-1): Enable pretty printing here.
4674         (gdb-non-stop-handler): Don't enable pretty-printing here.
4675         Check to see if the target supports non-stop mode; if not, turn off
4676         non-stop mode.  Use the following.
4677         (gdb-check-target-async): New defun.
4678         (gud-watch, gdb-stopped): Fix whitespace.
4679         (gdb-get-source-file): Don't try to display the source file if
4680         `gdb-main-file' is nil.
4682 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4684         * align.el: Try to generate fewer markers (bug#10047).
4685         (align--set-marker): New macro.
4686         (align-region): Use it.
4688 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4690         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4692 2011-11-29  Chong Yidong  <cyd@gnu.org>
4694         * indent.el (indent-for-tab-command, indent-according-to-mode):
4695         Doc fix.
4696         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
4698 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
4700         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4701         aware of remote file names.  (Bug#10124)
4703 2011-11-29  Chong Yidong  <cyd@gnu.org>
4705         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4707 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * files.el (find-file): Don't use force-same-window (bug#10144).
4710         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4711         use pop-to-buffer if the selected window can't be used.
4712         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4714 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
4716         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4717         special-mode-map.
4719 2011-11-28  Chong Yidong  <cyd@gnu.org>
4721         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4723 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
4725         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4726           gdb-get-source-file-list on gdb-create-source-file-list.
4728 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
4730         * whitespace.el (whitespace-newline): Use a different foreground
4731         color for 16-color light-background displays.
4733 2011-11-24  Chong Yidong  <cyd@gnu.org>
4735         * window.el (display-buffer--special-action): Doc fix.
4737 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
4739         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4740         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4741         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4742         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4743         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4744         (avl-tree-stack-first):
4745         * emacs-lisp/cconv.el (cconv--analyse-use):
4746         * net/gnutls.el (gnutls-negotiate): Fix typos.
4748 2011-11-24  Glenn Morris  <rgm@gnu.org>
4750         * lpr.el (lpr-windows-system, lpr-lp-system):
4751         * mail/binhex.el (binhex-begin-line):
4752         * progmodes/grep.el (grep-history, grep-find-history):
4753         * textmodes/flyspell.el:
4754         * vc/pcvs-defs.el (cvs-global-menu):
4755         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4756         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4757         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4759         * net/tls.el: Fix case of "GnuTLS".
4761         * paths.el (rmail-file-name): Format doc-string for make-docfile.
4763         * version.el (emacs-build-system): Give it a doc-string.
4765 2011-11-24  Juri Linkov  <juri@jurta.org>
4767         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4769 2011-11-24  Glenn Morris  <rgm@gnu.org>
4771         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4772         if called on a non-mime message just toggle the headers.  (Bug#8006)
4774 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4776         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4777         (allout-lead-with-comment-string, allout-structure-deleted-hook)
4778         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4779         (allout-rebullet-heading, allout-open-sibtopic)
4780         (allout-toggle-current-subtree-encryption)
4781         (allout-toggle-subtree-encryption, allout-encrypt-string)
4782         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4783         (allout-distinctive-bullets-string, allout-auto-activation):
4784         * window.el (window-normalize-buffer-to-display):
4785         * progmodes/verilog-mode.el (verilog-batch-indent):
4786         * textmodes/bibtex.el (bibtex-field-braces-opt)
4787         (bibtex-field-strings-opt):
4788         * vc/cvs-status.el (cvs-tree-merge):
4789         Fix typos.
4791 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
4793         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4794         `non-essential' to t, in order to avoid remote connections.
4796 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
4798         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4799         On MS-DOS and MS-Windows, compare with loaddefs.el
4800         case-insensitively.
4802 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
4804         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
4806 2011-11-23  Glenn Morris  <rgm@gnu.org>
4808         * paths.el (rmail-file-name): Reformat the doc-string so that it
4809         is picked up.
4811         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4812         (rmail-auto-file): Ignore case in the "special" field names,
4813         as mail-fetch-field does for all others.
4815         * mail/rmail.el (rmail-forward):
4816         * mail/rmailkwd.el (rmail-set-label):
4817         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4818         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
4820         * mail/rmail.el (rmail-current-message): Doc fix.
4822         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
4824 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * server.el (server-eval-and-print): Allow C-g (bug#6585).
4828 2011-11-22  Glenn Morris  <rgm@gnu.org>
4830         * mail/rmailmm.el (test-rmail-mime-handler)
4831         (test-rmail-mime-bulk-handler)
4832         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4834 2011-11-21  Juri Linkov  <juri@jurta.org>
4836         * calc/calc.el (calc-read-key-sequence):
4837         Let-bind `input-method-function' to nil.  (Bug#10018)
4839 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4841         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4842         Tell the caller that the next line needs recomputation, even
4843         though it doesn't start a sexp (bug#10094).
4845 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4847         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4849 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4852         Use force-same-window.
4854 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4856         * descr-text.el (describe-char-unicode-data):
4857         * json.el (json-string-escape):
4858         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4859         (Footnote-unicode, Footnote-style-p):
4860         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4862 2011-11-20  Chong Yidong  <cyd@gnu.org>
4864         * window.el (replace-buffer-in-windows): Restore interactive spec.
4866 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * electric.el (electric-indent-mode): Fix last change (too optimistic).
4870         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4871         (byte-compile-global-not-obsolete-vars): New var.
4872         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4873         Use it.
4874         (byte-compile-warn-obsolete): Align text with the one in *Help*.
4876 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4878         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4879         * progmodes/pascal.el (electric-pascal-equal):
4880         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4881         * xml.el (xml-substitute-special): Fix typos.
4883 2011-11-20  Glenn Morris  <rgm@gnu.org>
4885         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4886         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4887         Doc fixes.
4888         (rmail-decode-mime-charset): Mark as obsolete.
4890         * mail/rmailsum.el (rmail-message-regexp-p-1):
4891         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4892         Before using mime functions, check they are set.  (Bug#10077)
4894 2011-11-19  Juri Linkov  <juri@jurta.org>
4896         * info.el (Info-finder-find-node): Use `package--builtins' instead
4897         of `package-alist'.  Use node names formed by the pattern "Keyword "
4898         and the keyword name.
4900 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
4902         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
4904 2011-11-19  Juri Linkov  <juri@jurta.org>
4906         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4907         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
4908         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4909         `old-history', `old-history-forward'.  Add let-binding
4910         `window-selected'.  Remove calls to `kill-buffer',
4911         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
4912         before calling `Info-find-node', so `Info-find-node-2' will reread
4913         the Info file.  Restore window positions only when `window-selected'
4914         is non-nil.
4916 2011-11-19  Juri Linkov  <juri@jurta.org>
4918         * isearch.el (isearch-lazy-highlight-new-loop):
4919         Remove condition `(not isearch-error)'.  (Bug#9918)
4921         * misearch.el (multi-isearch-search-fun): Add condition
4922         `(not bound)' to ignore lazy-highlighting search.
4923         Add the search-failed message "end of multi" when the end of
4924         multi-sequence is reached.  Uncapitalize the search-failed
4925         message "Repeat for next buffer".
4927         * info.el (Info-search): Add the search-failed message
4928         "end of the manual" when the end of the manual is reached
4929         in Isearch mode.
4931 2011-11-19  Juri Linkov  <juri@jurta.org>
4933         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4934         Use non-destructive `remove' instead of `delete' because
4935         `Info-history-list' stored to `Info-isearch-initial-history-list' in
4936         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4938 2011-11-19  Juri Linkov  <juri@jurta.org>
4940         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4941         to nil instead of binding `search-ring' and `regexp-search-ring'.
4942         (Bug#9185)
4944 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
4946         * simple.el (line-move): Force movement by logical lines for any
4947         hscrolled window, not only when auto-hscroll-mode is on.
4948         (line-move-visual): Update doc string to that effect.  (Bug#10076)
4950 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
4952         * language/european.el (macintosh): Define as alias for mac-roman.
4954 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
4956         * mail/rmailmm.el (rmail-mime-display-header)
4957         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4958         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4959         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4960         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4961         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4962         of a raw aref.
4963         (rmail-mime-entity-segment): To get past the tagline, move forward
4964         2 more lines, to account for the 2 empty lines that precede and
4965         follow the line with the buttons.
4966         (rmail-mime-update-tagline): Move one more line, to get past the
4967         empty line that follows the buttons in the tagline.  (Bug#9520)
4969 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
4971         * window.el (window-max-delta-1, window-min-delta-1)
4972         (window-min-size-1, window-state-get-1, window-state-put-1)
4973         (window-state-put-2): Use "window--" prefix.
4975 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * emacs-lisp/smie.el: Improve warnings and conflict detection.
4978         (smie-warning-count): New var.
4979         (smie-set-prec2tab): Use it.
4980         (smie-bnf->prec2): Improve warnings.  Add docstring.
4981         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4982         (smie-bnf--set-class): New function.
4983         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
4984         corner case.
4986         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4987         (compilation-error-properties, compilation-move-to-column):
4988         Handle compilation-first-column while in the target buffer.
4990         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4991         Don't hardcode point-min==1.
4993         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4994         (eshell-rewrite-for-command): Remove workaround.
4995         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4996         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4997         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4999         * files-x.el (modify-file-local-variable): Obey commenting conventions.
5001 2011-11-17  Glenn Morris  <rgm@gnu.org>
5003         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5004         Ignore buffer-local generated-autoload-file if it is the same
5005         as the global value.  (Bug#10049)
5007 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
5009         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5010         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5011         (reftex-toc-previous-heading, reftex-toc-max-level)
5012         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5013         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5014         (reftex-toc-do-promote, reftex-toc-promote-prepare)
5015         (reftex-toc-promote-action, reftex-toc-extract-section-number)
5016         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5017         (reftex-toc-rename-label, reftex-toc-visit-location)
5018         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5019         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5020         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5021         leaving "*toc*" only for references to the buffer.
5023 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
5025         * window.el (window-resize, delete-window, split-window):
5026         Replace window-splits by window-combination-resize.
5027         * cus-start.el (window-splits): Replace by window-combination-resize.
5029 2011-11-17  Glenn Morris  <rgm@gnu.org>
5031         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5032         Make bash entry derive from sh entry, not shell entry.
5034 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
5036         * net/tramp-cache.el (tramp-flush-file-property): Flush also
5037         properties of linked files.  (Bug#9879)
5039         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5040         local file name.
5042 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5044         * menu-bar.el (menu-bar-file-menu):
5045         * printing.el (pr-ps-utility):
5046         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5047         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5048         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5049         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5050         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5051         (icalendar--convert-cyclic-to-ical)
5052         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5053         (icalendar--convert-ical-to-diary)
5054         (icalendar--convert-recurring-to-diary)
5055         (icalendar--convert-non-recurring-all-day-to-diary)
5056         (icalendar-import-format-sample):
5057         * progmodes/idlw-shell.el (idlwave-shell-mode):
5058         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5059         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5060         (vhdl-ps-print-init): Fix typos.
5062 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
5064         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5065         FSF and collapse date sequence, obscure author/maintainer email address
5066         better, remove extra version line, track relocation of author's webpage.
5068         * progmodes/python.el (python-pdbtrack-input-prompt)
5069         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5070         regular python pdb prompts.  Adjustments shamelessly taken exactly as
5071         suggested in EmacsWiki page (tiny change):
5072         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
5074 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
5076         * expand.el (expand-pos, expand-index, expand-point):
5077         Remove redundant info from docstring.
5078         (expand-add-abbrevs): Doc fix.
5079         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5080         (expand-sample-perl-mode-expand-list): Fix typos.
5082         * net/dbus.el (dbus-event-member-name):
5083         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5084         * term/pc-win.el (msdos-create-frame-with-faces):
5085         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5087 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
5089         * window.el (split-window, window-state-get-1)
5090         (window-state-put-1, window-state-put-2): Rename occurrences of
5091         window-nest to window-combination-limit.
5092         * cus-start.el (window-nest): Rename to window-combination-limit.
5094 2011-11-16  Chong Yidong  <cyd@gnu.org>
5096         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5097         regexp (Bug#10033).
5099 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5102         `completing-read' will remove *Completions* and will preserve
5103         current-buffer for us.
5104         (tmm-add-prompt): Users of *Completions* will always (re)set its
5105         major mode.
5106         (tmm-old-comp-map): Remove.
5108 2011-11-16  Glenn Morris  <rgm@gnu.org>
5110         * mail/rmailedit.el: Require rmailmm when compiling.
5111         (rmail-old-mime-state): New declaration.
5112         (rmail-edit-current-message): If editing a mime message,
5113         edit the "raw" message from the mbox buffer.
5114         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
5116 2011-11-15  Glenn Morris  <rgm@gnu.org>
5118         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5119         which wasn't being used.  Add optional arg to force given state.
5120         (rmail-mime): Add optional arg to force given state.
5122 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5124         * allout.el (allout-encryption-plaintext-sanitization-regexps):
5125         * frame.el (display-mm-dimensions-alist):
5126         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5127         (outline-move-subtree-down):
5128         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5129         (newsticker--treeview-do-get-node):
5130         * net/quickurl.el (quickurl-list-buffer-name):
5131         * progmodes/dcl-mode.el (dcl-mode):
5132         * progmodes/gdb-mi.el (gdb-mapcar*):
5133         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5135 2011-11-15  Glenn Morris  <rgm@gnu.org>
5137         * mail/rmail.el (rmail-file-coding-system): It's only ever used
5138         in a boolean sense, so just make it a boolean, and fix the doc.
5139         (rmail-show-mime-function, rmail-mime-feature)
5140         (rmail-require-mime-maybe): Doc fixes.
5141         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5143         * mail/rmailmm.el (rmail-show-mime): Doc fix.
5145 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
5147         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5148         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5149         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5150         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5152 2011-11-15  Glenn Morris  <rgm@gnu.org>
5154         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5155         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5156         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5157         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5158         (rmail-mime, rmail-show-mime): Doc fixes.
5160         * term/ns-win.el (mode-line-frame-identification):
5161         Leave it alone.  (Bug#10051)
5163         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
5165         * mail/rmailout.el (rmail-output-to-rmail-buffer):
5166         Handle empty buffers.  (Bug#9978)
5168 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
5170         * international/mule.el (define-charset):
5171         * mail/rmailmm.el (rmail-mime-find-header-encoding):
5172         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5173         * progmodes/verilog-mode.el (verilog-backward-token):
5174         * textmodes/ispell.el (lookup-words):
5175         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5177 2011-11-14  Glenn Morris  <rgm@gnu.org>
5179         * progmodes/executable.el
5180         (executable-make-buffer-file-executable-if-script-p):
5181         Handle file-modes returning nil.
5183         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5184         message - not necessary, and causes problems.  (Bug#9831)
5186         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5188         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5190         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5191         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
5192         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5194 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
5196         * window.el (window-resize, delete-window): Use window-splits
5197         variable instead of function.
5198         (window-state-get-1, window-state-put-2, window-state-put):
5199         Don't deal with windows' splits status.
5201 2011-11-12  Glenn Morris  <rgm@gnu.org>
5203         * apropos.el (apropos-do-all, apropos-library, apropos-value)
5204         (apropos-documentation): Doc fixes.
5206 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
5208         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5209         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5211 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5213         * electric.el (electric-indent-post-self-insert-function): Make it
5214         possible for a char to only indent in some circumstances.
5215         (electric-indent-mode): Simplify.
5217 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
5219         * window.el (windows-with-parameter): Remove unused function.
5220         (windows-at-side): Rename to window-at-side-list.
5221         (window-check, window-atom-check, window-atom-check-1)
5222         (window-side-check, window-size-ignore, window-size-fixed-1)
5223         (window-in-direction-2): Prefix with "window--".
5224         (window-tree-1): Rename to window--subtree, fix doc-string.
5226 2011-11-11  Glenn Morris  <rgm@gnu.org>
5228         * subr.el (eval-after-load): If FILE is already loaded,
5229         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
5231 2011-11-10  Glenn Morris  <rgm@gnu.org>
5233         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5234         Call svn via vc-svn-command rather than vc-do-command.
5235         (vc-svn-command): Add --non-interactive.  (Bug#9993)
5236         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5238         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5239         Add toggle-read-only.  (Bug#7292)
5240         * files.el (toggle-read-only): Mention that it should only
5241         be used interactively.  (Bug#10006)
5243 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5245         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5246         Adjust regexp for OCaml warnings.
5248         * electric.el (electric-pair-post-self-insert-function): Let user
5249         turn it off buffer-locally (bug#9932).
5251         * progmodes/python.el (python-beginning-of-statement):
5252         Rewrite (bug#2703).
5254         * progmodes/compile.el: Better handle TABs (bug#9749).
5255         (compilation-internal-error-properties)
5256         (compilation-next-error-function): Obey the target buffer's
5257         compilation-error-screen-columns.
5259 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
5261         * progmodes/meta-mode.el: Remove obsolete comments.
5262         (meta-right-comment-regexp, meta-ignore-comment-regexp):
5263         Fix typos in docstrings.
5265 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
5267         * window.el (window-size-fixed-p): Rewrite doc-string.
5268         (window-resizable-p): Rename to window--resizable-p.  Update callers.
5269         (window--resizable): New function.  Make all callers of
5270         window-resizable call window--resizable instead.
5271         (window-resizable): Rewrite in terms of window--resizable.
5273 2011-11-08  Glenn Morris  <rgm@gnu.org>
5275         * progmodes/delphi.el (delphi-mode-syntax-table):
5276         Let define-derived-mode define a proper syntax table.  (Bug#9994)
5278 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * window.el: Stay away from defsubst.
5281         (window-list-no-nils): Remove.
5282         (window-state-get-1, window-state-get): Use backquote instead.
5284 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5286         * emacs-lisp/find-func.el (find-function-read):
5287         Fix incorrect use of default argument in `completing-read'.
5289 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
5291         * window.el (display-buffer-function, special-display-function):
5292         Mention display-buffer-record-window but do not mention
5293         help-setup parameter in doc-strings.
5294         (window-min-delta): Fix doc-string typo.
5296 2011-11-08  Chong Yidong  <cyd@gnu.org>
5298         * window.el (window-total-height, window-total-width): Doc fix.
5299         (window-body-size): Move from C.
5300         (window-body-height, window-body-width): Move to C.
5302 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5304         * window.el: Make special-display like display-buffer-alist (bug#9532).
5305         (display-buffer--special-action): New function, morphed
5306         from display-buffer--special.
5307         (display-buffer): Use it to handle special-display-buffers at higher
5308         priority (just after display-buffer-alist).
5309         (display-buffer-fallback-action, display-buffer--other-frame-action)
5310         (pop-to-buffer-same-window): Remove display-buffer--special.
5312 2011-11-07  Glenn Morris  <rgm@gnu.org>
5314         * calendar/cal-menu.el (cal-menu-set-date-title):
5315         Do nothing if not in a calendar.  (Bug#9976)
5317 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * files.el (find-file): Always use selected-window.
5321 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
5323         * window.el (window-combinations): Make WINDOW argument
5324         mandatory.  Rewrite doc-string.
5325         (walk-window-subtree, window-atom-check, window-min-delta)
5326         (window-max-delta, window--resize-this-window)
5327         (window--resize-root-window-vertically, window-tree)
5328         (balance-windows, window-state-put): Rewrite doc-strings as to
5329         not mention the term "subwindow".
5330         (window--resize-subwindows-skip-p): Rename to
5331         window--resize-child-windows-skip-p.
5332         (window--resize-subwindows-normal): Rename to
5333         window--resize-child-windows-normal.
5334         (window--resize-subwindows): Rename to
5335         window--resize-child-windows.
5336         (window-or-subwindow-p): Rename to window--in-subtree-p.
5338 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
5340         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5341         Ensure that mbox format messages end in two newlines (Bug#9974).
5343 2011-11-06  Chong Yidong  <cyd@gnu.org>
5345         * window.el (window-combination-p): Function deleted; its
5346         side-effect is not used in any existing code.
5347         (window-combinations, window-combined-p): Call window-*-child
5348         directly.
5350 2011-11-05  Chong Yidong  <cyd@gnu.org>
5352         * window.el (window-valid-p): Rename from window-any-p.
5353         (window-size-ignore, window-state-get): Callers changed.
5354         (window-normalize-window): Rename from window-normalize-any-window.
5355         New arg LIVE-ONLY, replacing window-normalize-live-window.
5356         (window-normalize-live-window): Delete.
5357         (window-combination-p, window-combined-p, window-combinations)
5358         (walk-window-subtree, window-atom-root, window-min-size)
5359         (window-sizable, window-sizable-p, window-size-fixed-p)
5360         (window-min-delta, window-max-delta, window-resizable)
5361         (window-resizable-p, window-full-height-p, window-full-width-p)
5362         (window-current-scroll-bars, window-point-1, set-window-point-1)
5363         (window-at-side-p, window-in-direction, window-resize)
5364         (adjust-window-trailing-edge, maximize-window, minimize-window)
5365         (window-deletable-p, delete-window, delete-other-windows)
5366         (record-window-buffer, unrecord-window-buffer)
5367         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5368         (quit-window, split-window, window-state-put)
5369         (set-window-text-height, fit-window-to-buffer)
5370         (shrink-window-if-larger-than-buffer): Callers changed.
5372 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
5374         * mail/rmail.el (rmail-simplified-subject): Decode subject with
5375         rfc2047-decode-string.
5376         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5377         warnings.
5379         * window.el (window-body-height, window-body-width): Mention in
5380         the doc string that the return values are in frame's canonical
5381         units.  (Bug#9949)
5383 2011-11-03  Alan Mackenzie  <acm@muc.de>
5385         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5386         change in cc-engine.el.
5388 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5390         * window.el (switch-to-buffer): Use `force-same-window' interactively.
5392 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
5394         * window.el (quit-window): Call unrecord-window-buffer after
5395         showing another buffer in the window.  (Bug#9937)
5396         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
5398 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
5400         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5401         Accept status with more than 9 shelves.  (Bug#9935)
5402         Reported by Colin D Bennett <colin@gibibit.com>.
5404 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
5406         * help.el (with-help-window): Don't reference
5407         temp-buffer-show-specifiers in doc-string.
5409 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
5411         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5412         menu-item.
5414 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5416         * whitespace.el: New version 13.2.2.
5417         (whitespace-newline-mode): Disable properly.  Reported by Sarah
5418         <EmacsWiki>.
5420 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
5422         * net/newst-treeview.el: Remove "Time-stamp".
5423         (newsticker--group-manage-orphan-feeds): Do not call
5424         newsticker--treeview-tree-update.
5425         (newsticker-treeview-update, newsticker-treeview):
5426         Call newsticker--treeview-tree-update if necessary.
5428 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
5430         * window.el (window-iso-combination-p, window-iso-combined-p)
5431         (window-iso-combinations): Remove "iso-" infix.
5432         Suggested by Chong Yidong.
5433         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5434         (window-max-delta-1, window-resize, window--resize-siblings)
5435         (window--resize-this-window, adjust-window-trailing-edge)
5436         (split-window, balance-windows-1)
5437         (shrink-window-if-larger-than-buffer):
5438         * calendar/calendar.el (calendar-generate-window):
5439         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
5441 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5443         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5444         in place (bug#9907).
5445         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5446         (eshell-rewrite-if-command, eshell-rewrite-for-command)
5447         (eshell-structure-basic-command, eshell-rewrite-while-command)
5448         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5449         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5450         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5451         (eshell-do-pipelines-synchronously, eshell-eval-command):
5452         Use backquotes and prefer setq to set.
5453         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5454         (eshell-macrop): Use functionp.
5455         (eshell-do-eval): Handle multiple expressions in `while' body.
5457 2011-10-30  Chong Yidong  <cyd@gnu.org>
5459         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5460         instead of set-mark (Bug#9810).
5462 2011-10-30  Chong Yidong  <cyd@gnu.org>
5464         * window.el (split-window-below, split-window-right): Rename from
5465         split-window-above-each-other and split-window-side-by-side
5466         respectively.  All callers changed.
5467         (split-window-sensibly, split-window-sensibly): Use them.
5468         (split-window-keep-point): Doc fix.
5470         * isearch.el: Add isearch-scroll property to split-window-below
5471         and split-window-right.
5473         * follow.el (follow-mode):
5474         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5475         * progmodes/ada-xref.el (ada-gdb-application):
5476         * emulation/vip.el (vip-buffer-in-two-windows):
5477         * image-dired.el (image-dired-dired-with-window-configuration):
5478         * dired-x.el (dired-do-find-marked-files):
5479         * dired.el (dired-pop-to-buffer):
5480         * bs.el (bs--show-with-configuration):
5481         * vc/emerge.el (emerge-setup-windows):
5482         * textmodes/two-column.el (2C-two-columns):
5483         * textmodes/reftex-toc.el (reftex-toc):
5484         * progmodes/gdb-mi.el (gdb-setup-windows):
5485         * progmodes/fortran.el (fortran-window-create):
5486         * net/newst-treeview.el (newsticker--treeview-window-init):
5487         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5488         * emulation/tpu-edt.el (tpu-gold-map):
5489         * emulation/crisp.el (crisp-mode-map):
5490         * calendar/calendar.el (calendar-basic-setup): Callers changed.
5492 2011-10-29  Chong Yidong  <cyd@gnu.org>
5494         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5496         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5498         * textmodes/flyspell.el (flyspell-word): Fix char offset for
5499         forged Ispell output (Bug#7904).
5501         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5503 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5505         * doc-view.el: Avoid ugly errors about not finding nil.
5506         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5507         (doc-view-dvipdf-program, doc-view-unoconv-program)
5508         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5509         Avoid nil or absolute file name as default value.
5510         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5512 2011-10-28  Alan Mackenzie  <acm@muc.de>
5514         * progmodes/cc-defs.el (c-version): -> 5.32.2.
5516 2011-10-28  Alan Mackenzie  <acm@muc.de>
5518         Amend the handling of c-beginning/end-of-defun in nested declaration
5519         scopes.
5521         * progmodes/cc-vars.el (c-defun-tactic): Move here from
5522         cc-langs.el.  Change it to a defcustom.
5524         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5525         cc-vars.el.
5527         * progmodes/cc-engine.el (c-beginning-of-statement-1):
5528         Prevent "class foo : bar" being spuriously recognized as a label.
5530         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
5531         Add parameter `inclusive' (to include enclosing braces in the region).
5532         (c-widen-to-enclosing-decl-scope): New function.
5533         (c-while-widening-to-decl-block): New macro.
5534         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5535         outward for defun boundaries, and correspondingly change symbol
5536         `respect-enclosure' to `go-outward'.
5537         (c-declaration-limits): Change algorithm to report only the "innermost"
5538         defun's boundaries.
5540 2011-10-28  Deniz Dogan  <deniz@dogan.se>
5542         * net/rcirc.el (rcirc-mode): Use hard newlines.
5544 2011-10-28  Alan Mackenzie  <acm@muc.de>
5546         Amend to indent and fontify macros "which include their own semicolon"
5547         correctly, using the "virtual semicolon" mechanism.
5549         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
5551         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5552         Recode to scan one line at a time rather than having \n and \r
5553         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
5554         (c-forward-label): Amend for virtual semicolons.
5555         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
5557         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5558         of the new C macros.
5560         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
5561         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5562         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
5563         (c-opt-cpp-macro-define): Make into a full language variable.
5564         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5565         AWK Mode (including \n, \r) removed, no longer needed.
5567         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5568         Invoke c-make-macro-with-semi-re.
5570         * progmodes/cc-vars.el (c-macro-with-semi-re):
5571         (c-macro-names-with-semicolon): New variables.
5572         (c-make-macro-with-semi-re): New function.
5574 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5576         * vc/log-edit.el: Fill empty field rather than adding new one.
5577         (log-edit-add-field): New function.
5578         (log-edit-insert-changelog): Use it.
5580 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
5582         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5584 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5586         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5587         (gdb--check-interpreter): New function.
5588         (gdb): Use it.
5590 2011-10-27  Glenn Morris  <rgm@gnu.org>
5592         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5593         (least-positive-float, least-negative-float)
5594         (least-positive-normalized-float, least-negative-normalized-float)
5595         (float-epsilon, float-negative-epsilon):
5596         Remove unnecessary declarations.
5598         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5599         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5600         (least-positive-float, least-negative-float)
5601         (least-positive-normalized-float, least-negative-normalized-float)
5602         (float-epsilon, float-negative-epsilon): Add doc-strings,
5603         based on those in cl.texi.
5605         * files.el (set-visited-file-name): If the major-mode changed,
5606         reload the local variables.  (Bug#9796)
5608 2011-10-27  Chong Yidong  <cyd@gnu.org>
5610         * subr.el (change-major-mode-after-body-hook): New hook.
5611         (run-mode-hooks): Run it.
5613         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5614         Use change-major-mode-before-body-hook.
5616         * simple.el (fundamental-mode):
5617         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5618         change introducing fundamental-mode-hook.
5620 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
5622         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5624 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
5626         * ido.el (ido-file-name-all-completions-1): Do not require
5627         tramp.el explicitly.  (Bug#7583)
5629 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * progmodes/octave-mod.el:
5632         * progmodes/octave-inf.el: Update maintainer.
5634 2011-10-26  Chong Yidong  <cyd@gnu.org>
5636         * subr.el (with-wrapper-hook): Rewrite doc.
5638 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
5640         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
5641         filenames "/method:foo:".  (Bug#9793)
5643 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5645         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5646         (bug#9865).
5648 2011-10-24  Glenn Morris  <rgm@gnu.org>
5650         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
5652 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
5654         * notifications.el: Add the requirement of a running D-Bus session
5655         bus to the Commentary.
5657 2011-10-24  Juri Linkov  <juri@jurta.org>
5659         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5660         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5661         (Bug#9364)
5663 2011-10-24  Juri Linkov  <juri@jurta.org>
5665         * info.el (Info-following-node-name-re): Add newline to the list
5666         of allowed characters for leading space.  (Bug#9824)
5668 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * progmodes/octave-inf.el (inferior-octave-mode-map):
5671         Fix C-c C-h binding.
5672         * progmodes/octave-mod.el (octave-help): Remove.
5674 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
5676         Sync with Tramp 2.2.3.
5678         * net/tramp-cache.el (top): Pacify byte-compiler using
5679         `init-file-user' and `site-run-file'.
5681         * net/trampver.el: Update release number.
5683 2011-10-23  Chong Yidong  <cyd@gnu.org>
5685         * files.el (toggle-read-only): Remove obsolete comment about
5686         version control.
5688         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5689         for toggle-read-only.  Note that this hasn't called vc-next-action
5690         since 2008-05-02, though it wasn't documented at the time.
5692         * vc/ediff-init.el (ediff-toggle-read-only-function):
5693         Use toggle-read-only.
5695 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
5697         Fix bug #9560, sporadic wrong indentation; improve instrumentation
5698         of c-parse-state.
5700         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
5701         correct faulty logical expression.
5702         (c-parse-state-state, c-record-parse-state-state):
5703         (c-replay-parse-state-state): New defvar/defuns.
5704         (c-debug-parse-state): Use new functions.
5706 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
5708         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
5709         last fix.  Use window-in-direction correctly.
5711 2011-10-21  Chong Yidong  <cyd@gnu.org>
5713         * progmodes/idlwave.el (idlwave-mode):
5714         * progmodes/vera-mode.el (vera-mode): No need to set
5715         require-final-newline; that's done in prog-mode.
5716         Suggested by Stefan Monnier.
5718 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
5720         * mouse.el (mouse-drag-window-above)
5721         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5722         (mouse-drag-mode-line-1, mouse-drag-header-line)
5723         (mouse-drag-vertical-line-rightward-window): Remove.
5724         (mouse-drag-line): New function.
5725         (mouse-drag-mode-line, mouse-drag-header-line)
5726         (mouse-drag-vertical-line): Call mouse-drag-line.
5727         * window.el (window-at-side-p, windows-at-side): New functions.
5729 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
5731         * tar-mode.el (tar-grind-file-mode):
5732         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
5734 2011-10-21  Chong Yidong  <cyd@gnu.org>
5736         * progmodes/idlwave.el (idlwave-mode):
5737         * progmodes/vera-mode.el (vera-mode):
5738         Use mode-require-final-newline.
5740 2011-10-20  Glenn Morris  <rgm@gnu.org>
5742         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
5744 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
5746         * emulation/cua-base.el (cua-set-mark): Fix case of string.
5748 2011-10-20  Chong Yidong  <cyd@gnu.org>
5750         * emulation/cua-base.el (cua-mode):
5751         * mail/footnote.el (footnote-mode):
5752         * mail/mailabbrev.el (mail-abbrevs-mode):
5753         * net/xesam.el (xesam-minor-mode):
5754         * progmodes/bug-reference.el (bug-reference-mode):
5755         * progmodes/cap-words.el (capitalized-words-mode):
5756         * progmodes/compile.el (compilation-minor-mode)
5757         (compilation-shell-minor-mode):
5758         * progmodes/gud.el (gud-tooltip-mode):
5759         * progmodes/hideif.el (hide-ifdef-mode):
5760         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5761         * progmodes/subword.el (subword-mode):
5762         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5763         * progmodes/which-func.el (which-function-mode):
5764         * term/tvi970.el (tvi970-set-keypad-mode):
5765         * term/vt100.el (vt100-wide-mode):
5766         * textmodes/flyspell.el (flyspell-mode):
5767         * textmodes/ispell.el (ispell-minor-mode):
5768         * textmodes/nroff-mode.el (nroff-electric-mode):
5769         * textmodes/paragraphs.el (use-hard-newlines):
5770         * textmodes/refill.el (refill-mode):
5771         * textmodes/reftex.el (reftex-mode):
5772         * textmodes/rst.el (rst-minor-mode):
5773         * textmodes/sgml-mode.el (html-autoview-mode)
5774         (sgml-electric-tag-pair-mode):
5775         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5776         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5777         * emulation/crisp.el (crisp-mode):
5778         * emacs-lisp/eldoc.el (eldoc-mode):
5779         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5780         minor mode behavior.
5782 2011-10-19  Juri Linkov  <juri@jurta.org>
5784         * descr-text.el (describe-char): Add #x2010 and #x2011 to
5785         the list of hard-coded chars with escape-glyph face.
5787 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5789         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5791 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
5793         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5794         running process.
5796 2011-10-19  Glenn Morris  <rgm@gnu.org>
5798         * vc/vc-bzr.el (vc-bzr-after-dir-status):
5799         Ignore ignored files.  (Bug#9726)
5801 2011-10-19  Chong Yidong  <cyd@gnu.org>
5803         Doc fix for minor modes, stating that an omitted argument enables
5804         the mode unconditionally when called from Lisp.
5806         * abbrev.el (abbrev-mode):
5807         * allout.el (allout-mode):
5808         * autoinsert.el (auto-insert-mode):
5809         * autoarg.el (autoarg-mode, autoarg-kp-mode):
5810         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5811         (global-auto-revert-mode):
5812         * battery.el (display-battery-mode):
5813         * composite.el (global-auto-composition-mode)
5814         (auto-composition-mode):
5815         * delsel.el (delete-selection-mode):
5816         * desktop.el (desktop-save-mode):
5817         * dired-x.el (dired-omit-mode):
5818         * dirtrack.el (dirtrack-mode):
5819         * doc-view.el (doc-view-minor-mode):
5820         * double.el (double-mode):
5821         * electric.el (electric-indent-mode, electric-pair-mode):
5822         * emacs-lock.el (emacs-lock-mode):
5823         * epa-hook.el (auto-encryption-mode):
5824         * follow.el (follow-mode):
5825         * font-core.el (font-lock-mode):
5826         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5827         * help.el (temp-buffer-resize-mode):
5828         * hilit-chg.el (highlight-changes-mode)
5829         (highlight-changes-visible-mode):
5830         * hi-lock.el (hi-lock-mode):
5831         * hl-line.el (hl-line-mode, global-hl-line-mode):
5832         * icomplete.el (icomplete-mode):
5833         * ido.el (ido-everywhere):
5834         * image-file.el (auto-image-file-mode):
5835         * image-mode.el (image-minor-mode):
5836         * iswitchb.el (iswitchb-mode):
5837         * jka-cmpr-hook.el (auto-compression-mode):
5838         * linum.el (linum-mode):
5839         * longlines.el (longlines-mode):
5840         * master.el (master-mode):
5841         * mb-depth.el (minibuffer-depth-indicate-mode):
5842         * menu-bar.el (menu-bar-mode):
5843         * minibuf-eldef.el (minibuffer-electric-default-mode):
5844         * mouse-sel.el (mouse-sel-mode):
5845         * msb.el (msb-mode):
5846         * mwheel.el (mouse-wheel-mode):
5847         * outline.el (outline-minor-mode):
5848         * paren.el (show-paren-mode):
5849         * recentf.el (recentf-mode):
5850         * reveal.el (reveal-mode, global-reveal-mode):
5851         * rfn-eshadow.el (file-name-shadow-mode):
5852         * ruler-mode.el (ruler-mode):
5853         * savehist.el (savehist-mode):
5854         * scroll-all.el (scroll-all-mode):
5855         * scroll-bar.el (scroll-bar-mode):
5856         * server.el (server-mode):
5857         * shell.el (shell-dirtrack-mode):
5858         * simple.el (auto-fill-mode, transient-mark-mode)
5859         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5860         (line-number-mode, column-number-mode, size-indication-mode)
5861         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5862         * strokes.el (strokes-mode):
5863         * time.el (display-time-mode):
5864         * t-mouse.el (gpm-mouse-mode):
5865         * tool-bar.el (tool-bar-mode):
5866         * tooltip.el (tooltip-mode):
5867         * type-break.el (type-break-mode-line-message-mode)
5868         (type-break-query-mode):
5869         * view.el (view-mode):
5870         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5871         (global-whitespace-mode, global-whitespace-newline-mode):
5872         * xt-mouse.el (xterm-mouse-mode): Doc fix.
5874         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5875         Fix autogenerated docstring.
5877 2011-10-19  Juri Linkov  <juri@jurta.org>
5879         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5880         by checking environment variables "DESKTOP_SESSION" and
5881         "XDG_CURRENT_DESKTOP".  (Bug#9779)
5883 2011-10-19  Juri Linkov  <juri@jurta.org>
5885         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5886         (browse-url-chromium-program, browse-url-chromium-arguments):
5887         New defcustoms.
5888         (browse-url-default-browser): Check for `browse-url-chromium' and
5889         call `browse-url-chromium-program'.
5890         (browse-url-chromium): New command.  (Bug#9779)
5892 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
5894         * facemenu.el (list-colors-duplicates): On Windows, detect more
5895         duplicates by assuming that only colors matching "^System" are
5896         special "system colors".  (Bug#9722)
5898 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5901         to distinguish the author from the committer.
5903 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
5905         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5907 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
5909         * international/mule.el (sgml-html-meta-auto-coding-function):
5910         Add support for detecting encoding in HTML5 specified only as
5911         <meta charset="UTF-8">.  Implementation just makes http-equiv and
5912         content-type parts from HTML4 encoding string optional.  (Bug#9716)
5914 2011-10-18  Glenn Morris  <rgm@gnu.org>
5916         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
5918 2011-10-18  Chong Yidong  <cyd@gnu.org>
5920         * faces.el (cursor): Doc fix.
5922 2011-10-17  Chong Yidong  <cyd@gnu.org>
5924         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5926 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
5928         * dirtrack.el (dirtrack): Support shell buffers with path
5929         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
5931 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
5933         * json.el: Bump version to 1.3 and note change in History.
5934         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5936 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * comint.el (comint-insert-input, comint-send-input)
5939         (comint-get-old-input-default, comint-backward-matching-input)
5940         (comint-next-prompt): Use nil instead of `input' for field property of
5941         past user input (bug#114).
5943         * minibuffer.el (completion--replace): Inherit surrounding properties
5944         (bug#114).
5945         (minibuffer-complete-and-exit): Use it.
5947         * comint.el (comint--table-subvert): Quote the all-completions output
5948         (bug#9160).
5950 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
5952         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
5954         * menu-bar.el (menu-bar-file-menu): Add entry for making new
5955         window on right of selected.  (Bug#9350) Reword other window
5956         entries and separate them from frame entries.
5958 2011-10-15  Glenn Morris  <rgm@gnu.org>
5960         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5961         Doc fixes.
5963 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
5965         * net/network-stream.el (network-stream-open-starttls):
5966         Improve detection of failure due to lack of TLS support.
5968         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5969         putting the input text in front and in bold.
5971 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5973         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5975         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5976         empty buffer.
5978         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5979         unread-command-events rather than pushing yet-another event.
5981 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
5983         * mail/sendmail.el (sendmail-query-once): Improve the wording of
5984         the explanation of the possible choices.  Make the options passed
5985         to completing-read shorter.
5987 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5989         * textmodes/flyspell.el (flyspell-large-region): Make sure
5990         extended character mode is used if defined (Bug#1339).
5992 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
5994         * simple.el (what-cursor-position): Fix the display of the
5995         character info for LRE, LRO, RLE, and RLO characters by appending
5996         an invisible PDF.
5998 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6000         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6001         even in case of error; add debug spec; simplify data flow.
6002         (with-timeout-handler): Remove.
6004 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
6006         Fix Bug#6019, Bug#9315.
6008         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6009         complete `buffer-file-name', the local file name part could look
6010         remotely (for example on VMS).
6012         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6013         `tramp-run-real-handler'.
6014         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6015         already quoted by '"'.
6017         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6018         Let `file-name-handler-alist' be nil, the local file name part
6019         could look remotely (for example on VMS).
6021 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6024         from here...
6025         (flyspell-post-command-hook): ...to here.
6027 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6030         if not needed.
6031         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
6032         using completion.  Protect against "slow" callers.
6033         Remove the "message hack".
6035 2011-10-11  Juri Linkov  <juri@jurta.org>
6037         * isearch.el (isearch-lazy-highlight-word): New variable.
6038         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6039         Use it.  (Bug#9727)
6041 2011-10-11  Glenn Morris  <rgm@gnu.org>
6043         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6044         like f90-previous-statement does.
6046 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6048         * eshell/eshell.el (eshell-command): History should be saved
6049         only in interactive use, to avoid error.
6051 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6053         * minibuffer.el (completion-file-name-table): Fix last change,
6054         i.e. ignore normal errors but not the other ones.
6056 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
6058         * window.el (special-display-buffer-names)
6059         (special-display-regexps): Remove some remnants of earlier
6060         changes from doc-strings.
6061         (quit-windows-on): New function.
6063         * vc/vc.el (vc-revert, vc-rollback):
6064         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6065         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
6066         (Bug#6183) (Bug#7074) (Bug#7447)
6068 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
6070         * window.el (frame-auto-hide-function): Add version tag.
6071         (Bug#9699)
6073 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
6075         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6076         condition.
6078 2011-10-09  Leo Liu  <sdl.web@gmail.com>
6080         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6081         (Bug#9701)
6083 2011-10-08  Glenn Morris  <rgm@gnu.org>
6085         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6086         before the first code statement zero indent.  (Bug#9690)
6088 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
6090         * simple.el (count-words-region): Always count in the region.
6091         Report the number of lines and characters too.
6092         (count-words): New command, which counts in the buffer if the
6093         region is inactive, as count-words-region used to.
6094         (count-words--message): New function.  Handle plurals.
6095         (count-lines-region): Make it an alias for count-words-region.
6097         * bindings.el (esc-map): Replace count-lines-region with
6098         count-words-region.
6100 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
6102         * window.el (window--delete): Delete dedicated frame
6103         unconditionally when argument KILL is non-nil.  (Bug#9699)
6104         (switch-to-buffer): Fix doc-string typo.
6106 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6108         * eshell/eshell.el (eshell-command): Avoid using hooks.
6110 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
6112         * bindings.el ([M-left],[M-right]): Bind to left-word and
6113         right-word respectively.
6115 2011-10-07  Glenn Morris  <rgm@gnu.org>
6117         * cus-start.el (debug-on-quit): Fix custom type.
6119 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6121         * subr.el (define-key-after): Clarify that the function is not
6122         useful for non-menu keymaps.
6124         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6126 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6128         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
6129         in current minibuffer (Fix bug with recursive minibuffers).
6131 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
6133         * progmodes/gdb-mi.el (gdb): Doc fix.
6135 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
6137         * window.el (frame-auto-hide-function): New option replacing
6138         frame-auto-delete.  Suggested by Stefan Monnier.
6139         (window--delete): Call frame-auto-hide-function instead of
6140         investigating frame-auto-delete.
6141         (window-point-1, set-window-point-1): New functions.
6142         (window-in-direction, record-window-buffer, window-state-get-1)
6143         (display-buffer-record-window): Use window-point-1 instead of
6144         window-point.
6145         (set-window-buffer-start-and-point): Use set-window-point-1.
6147 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6149         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6151 2011-10-05  Glenn Morris  <rgm@gnu.org>
6153         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6154         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
6156 2011-10-05  Leo Liu  <sdl.web@gmail.com>
6158         * subr.el (read-char-choice): Fix argument to buffer-live-p which
6159         works with buffer object.
6161 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6163         * mpc.el (mpc-tool-bar-map): Add labels.
6165 2011-10-04  Glenn Morris  <rgm@gnu.org>
6167         * calendar/holidays.el (calendar-check-holidays): Doc fix.
6169 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
6171         * window.el (window--delete): New function.
6172         (frame-auto-delete): Resuscitate option.
6173         (bury-buffer, replace-buffer-in-windows)
6174         (quit-window): Rewrite using window--delete.
6175         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6176         Pass display-buffer-mark-dedicated to window--display-buffer-2
6177         (Bug#9639).
6179 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6181         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6182         returns a list (bug#9554).  Add remote file name completion.
6183         * comint.el (comint--table-subvert): Curry and get quote&unquote
6184         functions as arguments.
6185         (comint--complete-file-name-data): Adjust call accordingly.
6186         * pcomplete.el (pcomplete--table-subvert): Remove.
6187         (pcomplete-completions-at-point): Use comint--table-subvert instead.
6189         * minibuffer.el (completion-table-case-fold): Use currying.
6190         (completion--styles-type, completion--cycling-threshold-type):
6191         New constants.
6192         (completion-styles, completion-category-overrides)
6193         (completion-cycle-threshold): Use them.
6194         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6195         completion-table-case-fold.
6197 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
6199         * minibuffer.el (completion-category-overrides): Fix type of styles
6200         and add more user friendly tags (bug#9660).
6202 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6204         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6205         (mule-input-method-string): New widget.
6206         (default-input-method, language-info-custom-alist): Use it.
6208 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * pcomplete.el: Require comint.
6211         (pcomplete--common-suffix): Remove.
6212         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6213         (pcomplete--table-subvert): Sync with comint--table-subvert.
6214         (pcomplete--entries): Use comint-completion-file-name-table.
6215         * comint.el (comint-unquote-filename): Simplify.
6216         (comint-completion-file-name-table): New function (bug#9616).
6217         (comint--complete-file-name-data): Use it.
6219         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6220         (pcmpl-gnu-tar-buffer): Remove.
6221         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
6222         around.  Make sure pcomplete-suffix-list is only changed temporarily.
6223         Don't look inside the tar's file if it's too large.
6225 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
6227         * cus-edit.el (custom-mode-map):
6228         * epa.el (epa-key-list-mode-map):
6229         * man.el (Man-mode-map):
6230         * startup.el (splash-screen-keymap):
6231         * simple.el (special-mode-map): Use scroll-up-command and
6232         scroll-down-command.
6234         * progmodes/idlw-help.el (idlwave-help-mode-map):
6235         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6236         * net/newst-plainview.el (newsticker-mode-map):
6237         * emulation/ws-mode.el (wordstar-mode-map):
6238         * emulation/vi.el (vi-com-map):
6239         * calc/calc-graph.el (calc-graph-show-dumb):
6240         * term/sun.el (terminal-init-sun):
6241         * term/ns-win.el (global-map):
6242         * progmodes/grep.el (grep-mode-map):
6243         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6244         * mail/rmail.el (rmail-mode-map):
6245         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6247         * custom.el (custom-safe-themes, load-theme): Treat value of t for
6248         custom-safe-themes as special.
6250 2011-10-01  Julien Danjou  <julien@danjou.info>
6252         * notifications.el (notifications-notify): Fix docstring.
6254 2011-10-01  Per Starbäck  <per@starback.se>
6256         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
6258 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
6260         * startup.el (command-line-1): Fix last fix by inserting
6261         initial-scratch-message into *scratch* before displaying it.
6262         (Bug#9605) and (Bug#9636)
6264 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
6266         * simple.el (line-move): If auto-hscroll-mode is disabled and the
6267         window is hscrolled, move by logical lines.  (Bug#9607)
6268         (line-move-visual): Update the doc string to the above effect.
6270 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
6272         * window.el (display-buffer-record-window): When WINDOW is the
6273         selected window use `point' instead of `window-point'.  (Bug#9626)
6275         * startup.el (command-line-1): Use insert-before-markers when
6276         inserting initial-scratch-message.  (Bug#9605)
6278         * help.el (help-window): Remove variable.
6280 2011-09-29  Glenn Morris  <rgm@gnu.org>
6282         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6284 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
6286         * descr-text.el (describe-char-categories): Accept category
6287         descriptions more than one line long.
6289 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * simple.el (delete-trailing-whitespace): Fix last change.
6293         * progmodes/perl-mode.el (perl-syntax-propertize-function):
6294         Don't confuse "y => 3" as the beginning of a `y' operation.
6296         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6297         object has more than 4 slots (bug#9613).
6299 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
6301         * subr.el (with-output-to-temp-buffer):
6302         * net/quickurl.el (quickurl, quickurl-browse-url):
6303         Fix typos in docstrings.
6305 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
6307         * minibuffer.el (completion-styles)
6308         (completion-category-overrides): Cross reference each other in doc
6309         strings.
6311 2011-09-27  Glenn Morris  <rgm@gnu.org>
6313         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6314         to split-string.  (Bug#9606)
6316 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6319         (bug#9615).
6321 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
6323         * emacs-lisp/package.el (list-packages): Fix echo area message.
6325 2011-09-27  Leo Liu  <sdl.web@gmail.com>
6327         * ido.el (ido-read-internal): Accept cons cell HIST arg.
6329 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
6331         * net/dbus.el (dbus-unregister-object): Don't release services for
6332         registered signals.  (Bug#9581)
6334 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6336         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6337         function that picks between cfengine 2 and 3 support
6338         automatically.  Update docs accordingly.
6340 2011-09-22  Kenichi Handa  <handa@m17n.org>
6342         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6343         ZERO.
6344         (indian-itrans-v5-table-for-tamil): New variable.
6345         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6347 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
6349         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6350         that's true if the current command involved collapsing of text.
6351         It's reset to false at the beginning of the next command.
6352         (allout-post-command-business): Move the cursor to the beginning
6353         of entry if the cursor is hidden and collapsing activity just
6354         happened.
6356 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
6358         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6359         tracking (Bug#9541).
6361 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
6363         * net/newst-reader.el (newsticker-html-renderer)
6364         (newsticker-show-news): Automatically load html rendering package
6365         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
6366         because w3m-fill-column is let-bound" and the error "Symbol's value
6367         as variable is void: w3m-fill-column".
6369 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
6371         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6372         Release services only if they are defined.  (Bug#9581)
6374 2011-09-23  Richard Stallman  <rms@gnu.org>
6376         * textmodes/paragraphs.el (forward-sentence): For backwards case,
6377         distinguish start of paragraph from start of its text.
6379         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6381         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6382         (rmail-generate-viewer-buffer): Put that hook on view buffer.
6383         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6385 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
6387         * international/mule-diag.el (mule-diag): Insert a newline after
6388         each fontset description.
6390 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6392         * simple.el (delete-trailing-whitespace):
6393         Document last change; simplify.
6395 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
6397         * simple.el (delete-trailing-whitespace): Also delete
6398         extra newlines at the end of the buffer.
6400         * textmodes/picture.el: Make motion commands obey shift-select-mode.
6401         (picture-newline): Use forward-line so as to ignore fields.
6403 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6405         * subr.el (with-wrapper-hook): Fix edebug spec.
6407 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6409         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6410         (bug#4538).
6412 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
6414         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6415         Fix nasty bug using wrong cached values.
6417 2011-09-23  Alan Mackenzie  <acm@muc.de>
6419         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6421 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
6423         * window.el (pop-to-buffer): Ensure right window is selected if we
6424         chose another frame.
6426 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
6428         * simple.el (what-cursor-position): Use get-char-property-change
6429         and next-single-char-property-change, to be able to show display
6430         properties that come from overlays as well as text properties.
6432 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
6434         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6436         * cmuscheme.el (run-scheme, switch-to-scheme):
6437         * cus-edit.el (customize-group, custom-buffer-create)
6438         (customize-browse):
6439         * info.el (info):
6440         * shell.el (shell):
6441         * mail/sendmail.el (mail):
6442         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6444 2011-09-22  Richard Stallman  <rms@gnu.org>
6446         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6447         move back only to line beg, don't move back over blank lines.
6449 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
6451         * files.el (copy-directory): Set directory attributes only in case
6452         they could be retrieved from the source directory.  (Bug#9565)
6454 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
6456         * progmodes/hideshow.el (hs-looking-at-block-start-p)
6457         (hs-find-block-beginning, hs-hide-level-recursive):
6458         Ignore strings as well as comments.  (Bug#9502)
6460 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
6462         * progmodes/sql.el (sql-comint-postgres):
6463         Convert port number to a string.  (Bug#9566)
6465 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
6467         * window.el (quit-window): Undedicate window when switching to
6468         previous buffer.  Reported by Thierry Volpiatto
6469         <thierry.volpiatto@gmail.com>.
6470         (special-display-popup-frame): When popping up a new frame reset
6471         its previous buffers to nil.  Simplify code.
6473 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
6475         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6476         and process filter, as done also in `shell-command'.
6478 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
6480         * window.el (set-window-buffer-start-and-point):
6481         Call set-window-start with NOFORCE argument t.
6482         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6483         (quit-window): Reword doc-string.  Handle new format of
6484         quit-restore parameter.  Don't delete window if it has a
6485         previous buffer we can show instead of the present one.
6486         (display-buffer-record-window): Rewrite using a new format for
6487         the quit-restore window parameter
6488         (special-display-popup-frame, display-buffer-same-window)
6489         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6490         (display-buffer-pop-up-window, display-buffer-use-some-window):
6491         Adapt symbol passed to display-buffer-record-window.
6492         * help.el (help-window-setup): Handle new format of quit-restore
6493         parameter.
6495 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6497         * faces.el (face-list): Fix docstring (bug#9564).
6499         * window.el (display-buffer--action-function-custom-type):
6500         Don't include internal functions in the Custom interface.
6502 2011-09-20  Juri Linkov  <juri@jurta.org>
6504         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6505         (Info-forward-node, Info-backward-node, Info-next-preorder)
6506         (Info-last-preorder): Use it.  (Bug#9528)
6508 2011-09-20  Juri Linkov  <juri@jurta.org>
6510         * info.el (Info-last-preorder): Visit last menu item only when
6511         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6513 2011-09-20  Julien Danjou  <julien@danjou.info>
6515         * password-cache.el (password-cache-remove): Remove entries even if the
6516         value is nil, so that password with a nil value (negative caching) is
6517         possible to invalidate.
6519 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
6521         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6522         all whitespace around breakpoint.  (Bug#9553)
6523         (f90-find-breakpoint): Only break at whitespace inside a comment.
6525 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6527         * minibuffer.el (completion-file-name-table): Keep track of errors.
6528         (completion-table-with-predicate): Handle the case where pred1 is nil.
6529         * pcomplete.el (pcomplete-completions-at-point): Simplify.
6531 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6533         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6534         (debugger-return-value): Signal an error if the debugging context does
6535         not await any return value.
6537         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6538         * image-mode.el (image-toggle-display-text)
6539         (image-toggle-display-image): Stay away from evil `intangible'.
6541 2011-09-19  Leo Liu  <sdl.web@gmail.com>
6543         * replace.el (occur-revert-arguments): Make it permanent-local.
6544         (occur-mode): Don't call font-lock-defontify.
6546 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
6548         * net/ldap.el (ldap-search-internal): Don't push empty search
6549         result (Bug#9508).
6551 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6553         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6555 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
6557         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6558         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6560 2011-09-18  Juri Linkov  <juri@jurta.org>
6562         * buff-menu.el (Buffer-menu-mode-map):
6563         * dired.el (dired-mode-map):
6564         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6565         (lisp-interaction-mode-map):
6566         * emacs-lisp/package.el (package-menu-mode-map):
6567         * epa.el (epa-key-list-mode-map):
6568         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6569         (menu-bar-options-menu):
6570         * outline.el (outline-mode-menu-bar-map):
6571         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6572         * vc/vc-dir.el (vc-dir-menu-map):
6573         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6574         Capitalize non-function content words in menu item strings.
6576         * dired.el (dired-mode-map): Add menu item for
6577         `image-dired-dired-toggle-marked-thumbs'.
6579 2011-09-18  Juri Linkov  <juri@jurta.org>
6581         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6582         to `isearch-case-fold-search' and restore its original value
6583         after the `isearch-mode' call.
6585 2011-09-18  Juri Linkov  <juri@jurta.org>
6587         * progmodes/grep.el (grep-process-setup): Don't check code for 1
6588         because `zgrep' returns 1 for successful matches (bug#9226).
6590 2011-09-18  Juri Linkov  <juri@jurta.org>
6592         * info.el (Info-extract-menu-node-name): Check the second match
6593         for empty string (second test-case of bug#9528).
6594         (Info-last-preorder): Let-bind `Info-history' to nil to not add
6595         intermediate nodes to the history (first test-case of bug#9528).
6597 2011-09-18  Juri Linkov  <juri@jurta.org>
6599         * info.el (Info-mode-syntax-table): New variable.
6600         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
6602 2011-09-18  Juri Linkov  <juri@jurta.org>
6604         * info.el (Info-file-supports-index-cookies):
6605         Increment line-beginning-position's arg from 3 to 4 because makeinfo
6606         outputs one more line for long file names (bug#4142).
6608 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
6610         * newcomment.el (comment-normalize-vars): If prompting for
6611         comment-start, set comment-start-skip too (Bug#8424).
6613 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
6615         * icomplete.el: Fix previous fix of Bug#5849.
6616         (icomplete-mode): Don't set completion-show-inline-help.
6617         (icomplete-minibuffer-setup): Set completion-show-inline-help
6618         locally during icompletion.
6620 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
6622         * woman.el (woman2-process-escapes): Don't delete unrecognized
6623         escapes (Bug#7843).
6625         * files.el (inhibit-first-line-modes-regexps): Add image files.
6626         (hack-local-variables-prop-line): Return nil for malformed
6627         prop-lines (Bug#9044).
6629 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
6631         * net/tramp.el (top): Don't require 'shell.
6632         (tramp-methods): Fix docstring.
6633         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
6634         Return complete remote file name.  Handle "smb" case.
6635         Use `tramp-tmpdir', if defined for the respective method.
6636         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6638         * net/tramp-compat.el (top): Require 'shell.
6640         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6641         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6642         `tramp-current-host'.
6643         (tramp-get-remote-tmpdir): Remove.
6645         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6646         `tramp-tmpdir' entries.
6647         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6648         (tramp-smb-handle-file-attributes): Ignore errors.
6649         (tramp-smb-wait-for-output): Check also for process end.
6651 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6653         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6654         when sending QUIT (bug#9312).
6656 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
6658         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6659         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6660         occur-mode-display-occurrence.
6661         (occur-edit-mode): Add usage message.
6662         (occur-cease-edit): New command.
6663         (occur-after-change-function): Use text properties to find the
6664         position of the prefix text.
6665         (occur-engine): Set stickiness of prefix text properties.
6667 2011-09-17  Glenn Morris  <rgm@gnu.org>
6669         * progmodes/etags.el (complete-tag):
6670         Fix call to completion-in-region.  (Bug#9526)
6672 2011-09-17  Juri Linkov  <juri@jurta.org>
6674         * textmodes/ispell.el (ispell-word): Add to the error message
6675         the word, ispell program name and current dictionary (bug#9121).
6676         (ispell-tex-arg-end): Capitalize "error" in the error message.
6678 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
6680         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6681         check.  (Bug#4251)
6683 2011-09-17  Juri Linkov  <juri@jurta.org>
6685         * window.el (window-safe-min-height, window-safe-min-width):
6686         Fix typos (followup to bug#9522).
6688 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
6690         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6692 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
6694         * simple.el (line-move): If goal-column is set, move by logical
6695         lines, not by display lines.  (Bug#971)
6696         (next-line, previous-line, goal-column, line-move-visual): Doc fix
6697         to reflect the above change.
6699 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * image.el (imagemagick-register-types): Use regexp-opt.
6703 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
6705         * window.el (display-buffer-base-action): Rename from
6706         display-buffer-default-action.  Make default value empty.
6707         (display-buffer-overriding-action): Convert to defvar.
6708         (display-buffer-fallback-action): New var.
6710 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
6712         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6713         declaration.
6714         (package--add-to-archive-contents): If there is a duplicate entry
6715         with an older version, remove it.
6716         (package-menu-mark-delete, package-menu-mark-install)
6717         (package-menu-mark-unmark): Make unused args optional.
6718         (package-menu-mark-obsolete-for-deletion):
6719         Use package-menu-get-status instead of a regexp search.
6720         (package-menu-get-status): Use tabulated-list-entry.
6721         (package-menu-mark-upgrades): New command.
6722         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
6723         (package-menu-execute): Do installation before deletion.
6724         (package-menu-refresh, package-menu-execute): Use derived-mode-p
6725         instead of checking major-mode.
6726         (package-menu--find-upgrades): New function.
6728 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6731         passwords in the log buffer.
6732         (smtpmail-process-filter): Update the process marker so that the
6733         "broken by peer" status message is inserted in the right place.
6735 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6737         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6738         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6739         bibtex-completion-at-point-function.
6740         (bibtex-completion-at-point-function): Use them.
6742         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6744         * mpc.el (mpc-constraints-tag-lookup): New function.
6745         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6746         also to browser "album|playlist".
6748 2011-09-14  Juri Linkov  <juri@jurta.org>
6750         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
6751         (isearch-edit-string): Use length of `isearch-string' when
6752         `isearch-fail-pos' returns nil.
6753         (isearch-message): Remove duplicate code and call
6754         `isearch-fail-pos' with arg `t'.
6756 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
6758         * replace.el (occur-mode-goto-occurrence): Don't force using other
6759         window (Bug#9499).
6761         * dired-aux.el (dired-do-chmod): Don't provide initial input.
6763 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
6765         * window.el (display-buffer-window): Remove.
6766         (display-buffer-record-window): Use help-setup window parameter
6767         instead of variable display-buffer-window.
6768         (display-buffer-function, special-display-buffer-names)
6769         (special-display-function): Mention help-setup parameter instead
6770         of display-buffer-window in doc-string.
6771         * help.el (help-window-setup): New argument help-window.
6772         Use help-window-setup parameter instead of display-buffer-window.
6773         Reword some messages.
6774         (with-help-window): Pass window used for displaying the buffer
6775         to help-window-setup.  Don't set display-buffer-window.
6777 2011-09-13  Glenn Morris  <rgm@gnu.org>
6779         * emacs-lisp/debug.el (debugger-make-xrefs):
6780         Preserve point.  (Bug#9462)
6782 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
6784         * window.el (window-deletable-p): Use next-frame.
6786 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
6788         * window.el (window-auto-delete): Remove.
6789         (window-deletable-p): Remove argument FORCE.  Don't deal with
6790         dedication and previous buffers.
6791         (switch-to-prev-buffer): Don't delete window.
6792         (delete-windows-on): Delete a window's frame if and only if the
6793         window is dedicated.
6794         (replace-buffer-in-windows): Delete buffer's window or frame if
6795         and only if window is dedicated.
6796         (quit-window): Handle quit-restore as before last change.
6797         (bury-buffer): Delete window only if window-deletable-p returns t.
6799 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
6801         * window.el (window-deletable-p): Never delete the last frame on a
6802         given terminal.
6804 2011-09-13  Glenn Morris  <rgm@gnu.org>
6806         * help.el (describe-key-briefly): Copy previous standard-output change.
6808 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
6810         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
6812 2011-09-13  Glenn Morris  <rgm@gnu.org>
6814         * emacs-lisp/lisp-mode.el (lisp-indent-function):
6815         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6817 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
6819         * dired-aux.el (dired-mark-read-string): Don't return default
6820         value on empty input (Bug#9361).
6821         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6822         Omit initial minibuffer contents.
6823         (dired-do-chmod): Signal an error on empty input.
6824         (dired-mark-read-string): Don't return default on empty input.
6826         * files.el (file-modes-symbolic-to-number): Doc fix.
6828 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * international/mule-cmds.el (ucs-completions): Remove.
6831         (read-char-by-name): Use complete-with-action instead; add metadata.
6833 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
6835         * window.el (display-buffer--action-function-custom-type)
6836         (display-buffer--action-custom-type): New vars.
6837         (display-buffer-alist, display-buffer-default-action)
6838         (display-buffer-overriding-action): Add defcustom types.
6840         * frame.el (delete-other-frames): Doc fix (Bug#276).
6842 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6846 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
6848         Change modes that used same-window-* vars to use switch-to-buffer.
6850         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6851         Use switch-to-buffer.
6853         * cus-edit.el (customize-group, custom-buffer-create)
6854         (customize-browse, custom-buffer-create-other-window):
6855         Use switch-to-buffer or switch-to-buffer-other-window.
6857         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6858         (Info-prev, Info-up, Info-speedbar-goto-node)
6859         (info-display-manual): Use switch-to-buffer.
6860         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6862         * mail/sendmail.el (mail): Use switch-to-buffer.
6863         (mail-recover): Use switch-to-buffer-other-window.
6865         * cmuscheme.el (run-scheme, switch-to-scheme):
6866         * ielm.el (ielm):
6867         * shell.el (shell):
6868         * net/rlogin.el (rlogin):
6869         * net/telnet.el (telnet, rsh):
6870         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6872 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
6874         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6876 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6879         so don't mention it (bug#9301).
6880         (dired-sort-toggle-or-edit): Clarify string further.
6882         * faces.el (face-spec-set-match-display): Make `(type graphic)'
6883         match `x', `w32' and `ns', like the manual says (bug#9029).
6885         * subr.el (eval-after-load): Doc string clarification (bug#9125).
6886         (process-kill-buffer-query-function): Mention the buffer name in
6887         the query.
6889         * image-mode.el (image-next-line): The line parameter is mandatory
6890         (bug#9258).
6892         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6893         which can be useful (bug#9301).
6895         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6897         * subr.el (match-string): Mention that the current buffer should
6898         be the same as the search was done in (bug#9282).
6900         * facemenu.el: Disable the remove-* commands if the mark isn't
6901         active (bug#9162).
6903 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
6905         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6906         of display-buffer.
6907         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6909         * replace.el (occur-mode-goto-occurrence)
6910         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6911         and display-buffer.
6913         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6914         display-buffer.
6916         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6917         special-display and same-window variables.
6918         (mail-other-window): Use switch-to-buffer-other-window.
6919         (mail-other-frame): USe switch-to-buffer-other-frame.
6921         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6922         Use display-buffer-other-frame.
6923         (gdb-display-gdb-buffer): Use pop-to-buffer.
6925         * progmodes/gud.el (gud-goto-info): Use info-other-window.
6927         * progmodes/python.el: Don't set same-window-buffer-names.
6929         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6931         * window.el (display-buffer-alist): Add *Python*.
6933 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
6935         * window.el (display-buffer-alist): Add entry for buffers
6936         previously handled same-window-*.
6937         (display-buffer-alist, display-buffer-default-action)
6938         (display-buffer-overriding-action): Mark as risky.
6939         (display-buffer-alist): Document action function changes.
6940         (display-buffer--same-window-action)
6941         (display-buffer--other-frame-action): New variables.
6942         (switch-to-buffer, display-buffer-other-frame): Use them.
6943         (display-buffer): Rename reuse-frame entry to reusable-frames.
6944         (display-buffer-reuse-selected-window): Function deleted.
6945         (display-buffer-reuse-window): Handle reusable-frames alist entry.
6946         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6947         (display-buffer-special): New function.
6948         (display-buffer--maybe-pop-up-frame-or-window): Rename from
6949         display-buffer-reuse-or-pop-window.  Split off special-display
6950         part into display-buffer-special.
6951         (display-buffer-use-some-window): Don't perform any special
6952         pop-up-frames handling.
6953         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
6954         (display-buffer--maybe-same-window): Rename from
6955         display-buffer-maybe-same-window.
6957         * info.el: Don't set same-window-regexps.
6958         (info-setup): New function.
6959         (info-other-window, info): Call it.
6961         * cus-edit.el: Don't set same-window-regexps.
6962         (customize-group): New argument.
6963         (customize-group-other-window): Use it.
6964         (customize-face, customize-face-other-window): Likewise.
6965         (custom-buffer-create-other-window): Use pop-to-buffer directly.
6967         * net/rlogin.el:
6968         * net/telnet.el:
6969         * progmodes/gud.el: Don't set same-window-regexps.
6971         * cmuscheme.el:
6972         * ielm.el:
6973         * shell.el:
6974         * mail/sendmail.el:
6975         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6977 2011-09-10  Juri Linkov  <juri@jurta.org>
6979         * isearch.el (isearch-edit-string): Remove obsolete mention of
6980         `C-w' (`isearch-yank-word-or-char') from docstring.
6981         (isearch-query-replace): Fix typo in docstring (bug#9466).
6983 2011-09-10  Juri Linkov  <juri@jurta.org>
6985         * paren.el (show-paren-function): Don't show escaped parens.
6986         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
6988 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
6990         * mail/sendmail.el (mml-to-mime, mml-attach-file)
6991         (mm-default-file-encoding): Remove autoload forms, they are
6992         replaced with autoload cookies in mml.el and mm-encode.el.
6993         (mail-add-attachment): New command.
6994         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6995         (mail-mode): Mention mail-insert-file and mail-add-attachment in
6996         the doc string.
6997         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6999 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
7001         * simple.el (count-words-region): Use buffer if there's no region
7002         (bug#9429).
7004 2011-09-09  Juri Linkov  <juri@jurta.org>
7006         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7007         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7008         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
7010 2011-09-09  Alan Mackenzie  <acm@muc.de>
7012         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7013         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
7015 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
7017         Fix for Savannah bug#9392.
7018         * simple.el (mail-encode-mml): New defvar.
7020         * mail/rmail.el (mail-encode-mml): Add a defvar.
7021         (rmail-enable-mime-composing): Default to t.
7022         (rmail-forward): Use MIME method of forwarding only if both
7023         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7024         Set mail-encode-mml non-nil if the MIME method was used.
7026         * mail/sendmail.el (mml-to-mime): Add autoload form.
7027         (mail-encode-mml): Add a defvar.
7028         (mail-mode): Make mail-encode-mml buffer-local and initialize it
7029         to nil.
7030         (mail-send): If mail-encode-mml is non-nil, run the outgoing
7031         message through mml-to-mime, and reset mail-encode-mml to nil.
7033 2011-09-09  Glenn Morris  <rgm@gnu.org>
7035         * woman.el (woman-if-body): When processing an .el block,
7036         do not delete the next .el block as well.  (Bug#9447)
7037         (woman-special-characters): Add oq, cq, and hy characters.
7039 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
7041         * window.el (window-deletable-p): Make sure window is live before
7042         invoking window-prev-buffers.
7044 2011-09-08  Leo Liu  <sdl.web@gmail.com>
7046         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
7048 2011-09-08  Juri Linkov  <juri@jurta.org>
7050         * progmodes/compile.el (compilation-environment): Make it
7051         a defcustom (bug#8340).
7053 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
7055         * window.el (frame-auto-delete): Rename to window-auto-delete.
7056         Make it control auto-deletion of windows and/or frames.
7057         (window-deletable-p): New argument FORCE.  Rewrite conditions
7058         for deleting window/frame.  (Bug#9419)
7059         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7060         Rewrite handling of case when window/frame can be deleted.
7061         (delete-windows-on): Call window-deletable-p with new FORCE
7062         argument t.  (Bug#9456)
7064 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
7066         * help-mode.el (help-mode): Restore autoload.
7068 2011-09-07  Juri Linkov  <juri@jurta.org>
7070         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7071         `compilation-environment'.  Set buffer-local
7072         `compilation-environment' to `thisenv' later after (funcall mode).
7073         (Bug#8340)
7075         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
7076         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7077         instead of replacing its value.  (Bug#8340)
7079 2011-09-07  Juri Linkov  <juri@jurta.org>
7081         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7082         based on text properties put by `grep-filter' instead of matching
7083         escape sequences.
7084         (grep-mode): Set buffer-local `compilation-error-screen-columns'
7085         to the value of `grep-error-screen-columns' (bug#9438).
7087 2011-09-07  Juri Linkov  <juri@jurta.org>
7089         * simple.el (next-error-highlight, next-error-highlight-no-select):
7090         Doc fix (bug#9432).
7092 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
7094         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7095         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
7097 2011-09-07  Leo Liu  <sdl.web@gmail.com>
7099         * net/rcirc.el (rcirc-mode): Conditionally initialize
7100         rcirc-input-ring.
7102 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         * emacs-lisp/find-func.el (find-function-C-source): Only set
7105         find-function-C-source-directory after checking that we found a source
7106         file there (bug#9440).
7108 2011-09-06  Alan Mackenzie  <acm@muc.de>
7110         * isearch.el (isearch-other-meta-char): Wherever a key list is
7111         unread, "unread" the prefix arg, too.  This fixes bug #8901.
7113 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
7115         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7117 2011-09-05  Juri Linkov  <juri@jurta.org>
7119         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7121 2011-09-05  Juri Linkov  <juri@jurta.org>
7123         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7124         keeping point where processing of grep matches begins, and
7125         continue to delete remaining escape sequences from the same point.
7126         (grep-filter): Make leading zero optional in "0?1;31m" because
7127         git-grep emits "\033[1;31m" escape sequences unlike expected
7128         "\033[01;31m" as GNU Grep does (bug#9408).
7129         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7131 2011-09-05  Juri Linkov  <juri@jurta.org>
7133         * subr.el (y-or-n-p): Capitalize "yes".
7135 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
7137         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
7138         `tramp-cache-unload-hook' where appropriate.
7139         (tramp-methods): Rename `tramp-remote-sh' to
7140         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
7141         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7143         * net/tramp-sh.el (top): Don't require 'shell.
7144         (tramp-methods): Add `tramp-remote-shell' and
7145         `tramp-remote-shell-args' entries.
7146         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7147         (tramp-sh-handle-shell-command): Remove.
7148         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7149         Use `tramp-remote-shell'.
7151 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
7153         * mail/sendmail.el (sendmail-query-once-function): Delete.
7154         (sendmail-query-once): Save directly to send-mail-function.
7155         Update message-send-mail-function too.
7157         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7159 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
7161         * progmodes/python.el (python-mode-map): Use correct function to
7162         start python interpreter from menu-bar (as reported by Geert
7163         Kloosterman).
7164         (inferior-python-mode-map): Fix typo.
7165         (python-shell-map): Remove.
7167 2011-09-03  Deniz Dogan  <deniz@dogan.se>
7169         * net/rcirc.el (rcirc-print): Simplify code for
7170         rcirc-scroll-show-maximum-output.  There is no need to walk
7171         through all windows to find the right one.
7173 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
7175         * help.el (help-return-method): Doc fix.
7177 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
7179         * window.el (window-deletable-p): Don't return a non-nil value
7180         when there's a buffer that was shown in the window before.
7181         (Bug#9419)
7182         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7183         Set window's previous buffers to nil.
7185 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
7187         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7188         newline before and after the tag line, so it doesn't interfere
7189         with determining the paragraph direction of bidirectional text.
7191 2011-09-03  Leo Liu  <sdl.web@gmail.com>
7193         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
7195 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
7197         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
7198         (pop-to-buffer): Change interactive spec.  Pass second argument
7199         directly to display-buffer.
7200         (display-buffer): Fix interactive spec.  Use functionp to
7201         distinguish between a function and a list of functions.
7203         * abbrev.el (edit-abbrevs):
7204         * arc-mode.el (archive-extract):
7205         * autoinsert.el (auto-insert):
7206         * bookmark.el (bookmark-bmenu-list):
7207         * files.el (find-file):
7208         * view.el (view-buffer):
7209         * progmodes/compile.el (compilation-goto-locus):
7210         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7212 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
7214         * window.el (display-buffer-alist): Doc fix.
7215         (display-buffer): Add docstring.  Don't treat
7216         display-buffer-default specially.
7217         (display-buffer-reuse-selected-window)
7218         (display-buffer-same-window, display-buffer-maybe-same-window)
7219         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7220         (display-buffer-pop-up-window)
7221         (display-buffer-reuse-or-pop-window)
7222         (display-buffer-use-some-window): New functions.
7223         (display-buffer-default-action): Use them.
7224         (display-buffer-default): Delete.
7225         (pop-to-buffer-1): Fix choice of actions.
7227 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7229         * minibuffer.el (completion--insert-strings): Don't get confused by
7230         completion entries that end with an LF char.
7232 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
7234         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7236 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
7238         * window.el (display-buffer): Restore interactive spec.
7239         (display-buffer-same-window, display-buffer-other-window):
7240         New functions.
7241         (pop-to-buffer-1): New function.  Use the above.
7242         (pop-to-buffer, pop-to-buffer-same-window): Use it.
7243         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
7245         * view.el (view-buffer-other-window, view-buffer-other-frame):
7246         Just use pop-to-buffer.
7248 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7250         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
7252 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
7254         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
7256 2011-08-31  Richard Stallman  <rms@gnu.org>
7258         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7259         of the separation of rmail-view-buffer from rmail-buffer.
7260         If you say no to "replace original", the decrypt is in the
7261         view buffer.  If you say yes, the decrypt goes into the
7262         rmail buffer also.
7264 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
7266         * window.el (display-buffer-window): Rewrite doc-string.
7267         (display-buffer-record-window): New function.
7268         (display-buffer-macro-specifiers)
7269         (display-buffer-even-window-sizes, display-buffer-set-height)
7270         (display-buffer-set-width, display-buffer-in-window)
7271         (display-buffer-reuse-window, display-buffer-split-specifiers)
7272         (display-buffer-side-specifiers, display-buffer-split-window-1)
7273         (display-buffer-split-window, display-buffer-split-atom-window)
7274         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7275         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7276         (display-buffer-other-window-means-other-frame)
7277         (display-buffer-normalize-special)
7278         (display-buffer-normalize-default)
7279         (display-buffer-normalize-argument)
7280         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7281         (display-buffer-normalize-specifiers, display-buffer-frame)
7282         (display-buffer-same-window, display-buffer-same-frame)
7283         (display-buffer-other-window)
7284         (display-buffer-same-frame-other-window)
7285         (display-buffer-other-frame, pop-to-buffer-same-window)
7286         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7287         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7288         (switch-to-buffer-same-frame)
7289         (switch-to-buffer-other-window-same-frame)
7290         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7291         (display-buffer-alist-set-1, display-buffer-alist-set-2)
7292         (display-buffer-alist-set): Remove.
7293         (display-buffer-function, special-display-buffer-names)
7294         (special-display-regexps, special-display-function):
7295         In doc-string refer to display-buffer-window and quit-restore
7296         parameter.
7297         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7298         (special-display-frame-alist, special-display-popup-frame)
7299         (same-window-buffer-names, same-window-regexps, same-window-p)
7300         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7301         (split-window-preferred-function, split-height-threshold)
7302         (split-width-threshold, window-splittable-p)
7303         (split-window-sensibly, window--try-to-split-window)
7304         (window--frame-usable-p, even-window-heights)
7305         (window--even-window-heights, window--display-buffer-1)
7306         (window--display-buffer-2, display-buffer-other-frame):
7307         Restore old Emacs 23 code, order and doc-strings where applicable.
7308         (display-buffer-default, display-buffer-assq-regexp): New functions.
7309         (display-buffer-alist): Rewrite doc-string.
7310         (display-buffer-default-action)
7311         (display-buffer-overriding-action): New variables.
7312         (display-buffer, switch-to-buffer): Rewrite.
7313         (pop-to-buffer): Restore Emacs 23 behavior but use
7314         window-normalize-buffer-to-display.
7315         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7316         Restore Emacs 23 behavior but use
7317         window-normalize-buffer-to-switch-to.
7318         (pop-to-buffer-same-window): Rewrite.
7319         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7320         Rewrite using Emacs 23 options.
7322 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
7324         * net/tramp.el (tramp-root-regexp): Remove.
7325         (tramp-completion-file-name-regexp-unified)
7326         (tramp-completion-file-name-regexp-separate)
7327         (tramp-completion-file-name-regexp-url): Don't use leading volume
7328         letter on win32 systems.  (Bug#5303, Bug#9311)
7329         (tramp-drop-volume-letter): Simplify definition.
7330         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7332 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7335         (bug#9356).
7337 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
7339         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
7341 2011-08-29  Juri Linkov  <juri@jurta.org>
7343         * isearch.el (isearch-done): Don't display message "Mark saved"
7344         when arg `edit' is non-nil to prevent its flicker in the echo area.
7346 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
7348         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7349         obsolete packages for deletion.
7351 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
7353         * help-mode.el (help-mode-map): Add special-mode-map to parent.
7354         (help-mode): Derive help-mode from special-mode.  Don't invoke
7355         view-mode from help-mode.
7356         (help-xref-override-view-map): Remove.
7357         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7358         view-mode is not used anymore.
7360 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
7362         * server.el (server-port): Doc fix.
7364         * cus-theme.el (custom-theme-choose-mode): Inherit from
7365         special-mode (Bug#9124).
7366         (custom-theme-choose-mode-map): Add special-mode to parent.
7368 2011-08-28  Alan Mackenzie  <acm@muc.de>
7370         * progmodes/cc-fonts.el
7371         (c-make-font-lock-BO-decl-search-function): New function.
7372         (c-basic-matchers-after - "Fontify the clauses after various
7373         keywords"): Extract the three keyword lists for the 3 erroneous
7374         constructs from the list of four, and use the new function above
7375         in place of an old one.
7377 2011-08-28  Deniz Dogan  <deniz@dogan.se>
7379         * net/rcirc.el (rcirc-insert-prev-input)
7380         (rcirc-insert-next-input): Remove unused argument.
7382 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7384         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7386 2011-08-27  Alan Mackenzie  <acm@muc.de>
7388         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7389         handle function pointer parameters properly.
7391 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
7393         * window.el (display-buffer-reuse-window): Fix case where
7394         selected window was reused with non-nil OTHER-WINDOW argument.
7395         (Bug#9381)
7397 2011-08-27  Deniz Dogan  <deniz@dogan.se>
7399         * net/rcirc.el (rcirc-check-auth-status): Adding support for
7400         oftc's NickServ messages.
7402 2011-08-27  Glenn Morris  <rgm@gnu.org>
7404         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
7406 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
7408         * emacs-lisp/package.el (package-install): Call package-initialize
7409         if called interactively.
7411 2011-08-26  Leo Liu  <sdl.web@gmail.com>
7413         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
7415 2011-08-25  Juri Linkov  <juri@jurta.org>
7417         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7418         `search-whitespace-regexp' (bug#9364).
7420 2011-08-25  Juri Linkov  <juri@jurta.org>
7422         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7423         `regexp-search-ring' to their global values to protect from
7424         updating by `read-from-minibuffer' (bug#9185).
7426 2011-08-25  Juri Linkov  <juri@jurta.org>
7428         * textmodes/ispell.el (ispell-command-loop): Add newline
7429         at the end of the "Use option `i'..." line.
7431 2011-08-25  Juri Linkov  <juri@jurta.org>
7433         * battery.el (display-battery-mode): If `battery-status-function'
7434         or `battery-mode-line-format' is nil, display the message and set
7435         `display-battery-mode' to nil (bug#9363).
7437 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
7439         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7440         bidi-string-mark-left-to-right; they are unnecessary now.
7442 2011-08-25  Deniz Dogan  <deniz@dogan.se>
7444         * net/quickurl.el: Documentation typo fixes.
7446 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
7448         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7450 2011-08-25  Glenn Morris  <rgm@gnu.org>
7452         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7454         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7455         (smtpmail-via-smtp): Handle nil response from smtp.
7457 2011-08-24  Juri Linkov  <juri@jurta.org>
7459         * proced.el (proced-marked): Inherit from `error' instead of
7460         `font-lock-warning-face'.
7462         * ibuffer.el (ibuffer-marked-face): Change default face from
7463         `font-lock-warning-face' to `warning'.
7464         (ibuffer-deletion-face): Change default face from
7465         `font-lock-type-face' to `error'.
7467         * battery.el (battery-update): Use the face `error' instead of
7468         `font-lock-warning-face' (bug#6117).
7470 2011-08-24  Juri Linkov  <juri@jurta.org>
7472         * faces.el (success): Change face color from "Green3" to
7473         "ForestGreen" on light background (bug#9353).
7475 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
7477         * window.el (quit-window): Rename from quit-restore-window.
7478         Use same arglist as old quit-window.
7479         (frame-auto-delete): Doc fix.
7481         * view.el (view-mode-exit): Use quit-window.
7483 2011-08-24  Juri Linkov  <juri@jurta.org>
7485         * isearch.el (isearch-ring-adjust1): Start visiting previous
7486         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7487         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7488         for empty search string (when the last search string is reused
7489         automatically) to adjust the isearch ring to the last element and
7490         prepare the correct index for further M-p commands (bug#9185).
7492 2011-08-24  Kenichi Handa  <handa@m17n.org>
7494         * international/ucs-normalize.el: If decomposition property of
7495         CHAR is the default one (i.e. a list of CHAR itself), treat it as
7496         nil.
7497         (nfd, nfkd): Likewise.
7499 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7501         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7502         from process filters aren't reliably transmitted to the surrounding
7503         accept-process-output.
7504         (mpc-proc-check): New function.
7505         (mpc-proc-sync): Use it (bug#8293)
7507 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7509         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7510         Add compatibility functions (bug#9313).
7512 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
7514         * cus-start.el (all): Add entry for bidi-paragraph-direction.
7516         * international/uni-bidi.el: Regenerate.
7518 2011-08-23  Kenichi Handa  <handa@m17n.org>
7520         * international/charprop.el:
7521         * international/uni-bidi.el:
7522         * international/uni-category.el:
7523         * international/uni-combining.el:
7524         * international/uni-comment.el:
7525         * international/uni-decimal.el:
7526         * international/uni-decomposition.el:
7527         * international/uni-digit.el:
7528         * international/uni-lowercase.el:
7529         * international/uni-mirrored.el:
7530         * international/uni-name.el:
7531         * international/uni-numeric.el:
7532         * international/uni-old-name.el:
7533         * international/uni-titlecase.el:
7534         * international/uni-uppercase.el: Regenerate.
7536 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
7538         * help.el (help-window-setup): Fix message displayed when other
7539         window is reused.  (Bug#9341)
7541 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7543         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7544         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7546         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7547         Mark obsolete.
7548         * shell.el (shell-parse-pcomplete-arguments): New function.
7549         (shell-completion-vars): Use it instead (bug#9160).
7551 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7554         strings and comments (bug#9333).
7556         * emacs-lisp/debug.el (debug-arglist): New function.
7557         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
7558         (debug-on-entry-1): Handle interpreted closures (bug#9120).
7560 2011-08-22  Juri Linkov  <juri@jurta.org>
7562         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7563         Revert regexp that highlights output switches to its old
7564         pre-2010-10-28 value and remove one `?' from it (bug#9319).
7566         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7567         to check for empty output (bug#9226).
7569 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
7571         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7572         symbol-constituent as the default, as that stops font-lock from
7573         working properly (Bug#8843).
7575 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7578         `coding-system-for-*' around the process open call to avoid
7579         auth-source side effects.
7580         (smtpmail-try-auth-methods): Expand the secret password.
7581         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7582         probe hangs.
7584 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
7586         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7588         * emacs-lisp/find-func.el (find-function-noselect): New arg
7589         lisp-only.
7591         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7592         signal an error for built-in functions (Bug#6664).
7594 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7596         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7597         (smtpmail-try-auth-methods): Use it.
7599 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
7601         * font-lock.el (font-lock-fontify-region)
7602         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7603         (font-lock-default-unfontify-buffer)
7604         (font-lock-default-fontify-region)
7605         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7607         * progmodes/compile.el (compilation-error-properties):
7608         Fix confusion between file struct and message struct (Bug#9319).
7609         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7610         `ant' regexp.
7612         * net/browse-url.el (browse-url-firefox): Don't call
7613         browse-url-firefox-sentinel unless using -remote (Bug#9328).
7615 2011-08-20  Glenn Morris  <rgm@gnu.org>
7617         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7619         * tutorial.el (tutorial--default-keys): Update some default bindings.
7621         * files.el (hack-local-variables): Fully ignore case for "mode:".
7623 2011-08-20  Alan Mackenzie  <acm@muc.de>
7625         Resolve invalid use of a regexp in regexp-opt.
7627         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7628         detection for a java annotation.
7630         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
7631         detection for a java annotation.
7633         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7634         handling for java.
7635         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7637 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
7639         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7640         (Bug#9274).
7642 2011-08-20  Alan Mackenzie  <acm@muc.de>
7644         Fontify CPP expressions correctly when starting in the middle of
7645         such a construct.  Mainly for when jit-lock etc. starts a chunk
7646         here.
7648         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
7649         variable.
7650         (c-make-font-lock-search-form): New function, extracted from
7651         c-make-font-lock-search-function.
7652         (c-make-font-lock-search-function): Use the above function.
7653         (c-make-font-lock-context-search-function): New function.
7654         (c-cpp-matchers): Enhance the preprocessor expression case with
7655         the above function
7656         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7657         which takes an expression.
7659         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7661 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
7663         * window.el (display-buffer-reuse-window)
7664         (display-buffer-pop-up-window): Don't reuse or split a side
7665         window.
7667 2011-08-19  Glenn Morris  <rgm@gnu.org>
7669         * files.el (hack-local-variables-prop-line, hack-local-variables):
7670         Downcase "Mode:".  (Bug#9331)
7672 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
7674         * international/characters.el: Add L and R categories.
7676         * subr.el (bidi-string-mark-left-to-right): Rename from
7677         string-mark-left-to-right.  Use category search.
7679         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7681 2011-08-18  Juri Linkov  <juri@jurta.org>
7683         * faces.el (error, warning, success): New faces with definitions
7684         copied from old default values of `font-lock-warning-face',
7685         `compilation-warning', `compilation-info' (bug#6117).
7687         * font-lock.el (font-lock-warning-face): Inherit from `error'.
7689         * progmodes/compile.el (compilation-error): Inherit from `error'.
7690         (compilation-warning): Inherit from `warning'.
7691         (compilation-info): Inherit from `success'.
7693         * dired.el (dired-marked): Inherit from `warning'.
7694         (dired-flagged): Inherit from `error'.
7696 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698         * mail/smtpmail.el (auth-source): Require to avoid problems with
7699         binding variables (bug#9298).  Also clean up some unused
7700         autoloads.
7702         * net/network-stream.el (network-stream-open-starttls):
7703         Support using starttls.el without using gnutls-cli.
7705 2011-08-17  Juri Linkov  <juri@jurta.org>
7707         * progmodes/grep.el (rgrep): Handle the case when
7708         `grep-find-command' is a cons cell (bug#9278).
7710 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
7712         * window.el (display-buffer-pop-up-frame): Run frame creation
7713         function with BUFFER current (as special-display-popup-frame
7714         does).  Reported by Drew Adams.
7716 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
7718         * epa-mail.el: Simplify GnuPG group expansion using
7719         epg-expand-group.
7720         (epa-mail-group-alist, epa-mail-group-modtime)
7721         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7722         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7723         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7724         Remove.
7726 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
7728         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7730 2011-08-16  Alan Mackenzie  <acm@muc.de>
7732         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7733         Correct, to avoid the inside of macros.
7735 2011-08-16  Richard Stallman  <rms@gnu.org>
7737         * epa-mail.el: Handle GnuPG group definitions.
7738         (epa-mail-group-alist, epa-mail-group-modtime)
7739         (epa-mail-gnupg-conf-file): New variables.
7740         (epa-mail-parse-groups, epa-mail-sync-groups)
7741         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7742         (epa-mail-expand-recipients): New functions.
7743         (epa-mail-encrypt): Call epa-mail-expand-recipients.
7745         * mail/rmail.el (rmail-epa-decrypt): New command.
7747         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7748         Don't bind buffer-read-only, just inhibit-read-only.
7749         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7750         (epa-decrypt-armor-in-region): Make error message clearer.
7752 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7754         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7755         and "a2b" to "ab" for `prefix'.
7757 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
7759         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7760         filter groups.
7761         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
7762         Fourquet (Bug#8804).
7764 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
7766         * startup.el (argi): Declare as global variable (bug#9275).
7768 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
7770         * subr.el (string-mark-left-to-right): Search the entire string
7771         for RTL script, not just the terminating character.  Doc fix.
7773 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7775         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7776         New function.
7777         (js--regexp-literal, js-syntax-propertize-function): Remove.
7778         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7779         (js-mode-map): Don't rebind electric keys.
7780         (js-insert-and-indent): Remove.
7781         (js-mode): Setup electric-layout and electric-indent instead.
7783         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7785 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
7787         * epa.el (epa-progress-callback-function): Fix the logic of
7788         displaying progress.
7789         * epa-file.el (epa-file-insert-file-contents): Make progress
7790         display more user-friendly.
7791         (epa-file-write-region): Ditto.
7793 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
7795         * subr.el (string-mark-left-to-right): New function.
7797         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7798         Use string-mark-left-to-right.
7799         (list-buffers-noselect): Caller changed.
7801         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7802         Use string-mark-left-to-right.
7803         (tabulated-list-print): Recenter after moving point.
7805 2011-08-10  Juri Linkov  <juri@jurta.org>
7807         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7808         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7809         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7811 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
7813         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7814         (Bug#7554).
7816 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
7818         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7819         character.  (Bug#6594)
7821 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
7823         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7824         (image-dired--with-db-file): New macro.
7825         (image-dired-write-tags, image-dired-remove-tag)
7826         (image-dired-create-gallery-lists, image-dired-write-comments)
7827         (image-dired-get-comment, image-dired-mark-tagged-files)
7828         (image-dired-list-tags, image-dired-gallery-generate): Use it.
7829         (image-dired-gallery-generate): Use insert-file-contents.
7831         * time.el (display-time-world-list, display-time-world-display):
7832         * time-stamp.el (time-stamp-string):
7833         * vc/add-log.el (add-change-log-entry): Use setenv instead of
7834         set-time-zone-rule (Bug#7337).
7836 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
7838         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7839         (epg-error-to-string, epg-errors-to-string): New function.
7840         (epg-wait-for-completion): Reverse errors list.
7841         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7842         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7843         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7844         (epg-sign-keys, epg-generate-key-from-file)
7845         (epg-generate-key-from-string): Format errors by using
7846         epg-errors-to-string (bug#9255).
7847         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7849 2011-08-07  Juri Linkov  <juri@jurta.org>
7851         * faces.el (list-faces-display): Remove extra angle bracket
7852         from `help-mode-map'.
7854         * info.el (Info-history-toc-nodes): Doc fix.
7856         * longlines.el (longlines-mode): Doc fix.
7858 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7860         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7861         of statements and in a few more cases (bug#9183).
7863         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7864         New functions.
7865         (cl-transform-lambda): Use them (bug#9239).
7867 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
7869         * window.el (display-buffer-same-window)
7870         (display-buffer-same-frame, display-buffer-other-window)
7871         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7872         (pop-to-buffer-other-window)
7873         (pop-to-buffer-same-frame-other-window)
7874         (pop-to-buffer-other-frame): Make them defuns.
7875         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7877 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7879         * subr.el (make-composed-keymap): Move from C.  Change calling
7880         convention, and improve docstring to bring attention to a subtle point.
7881         * minibuffer.el (completing-read-default): Adjust accordingly.
7883 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
7885         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7886         (tramp-open-shell): Use `tramp-shell-quote-argument'.
7888         * net/trampver.el: Update release number.
7890 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7892         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7893         "in" (bug#9190).
7895 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897         * mail/sendmail.el (sendmail-query-once): Restore the current
7898         buffer after querying (bug#9074).
7900         * dired.el (dired-flagged): Use different faces for marked and
7901         flagged files (bug#6117).
7903         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7904         (bug#4433).
7906         * ido.el (ido-mode): Switch off the message if called
7907         non-interactively.
7909         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7910         before 587, since it appears that that's more likely to work for
7911         more people.
7913         * cus-edit.el (custom-file): When running under emacs -q, always
7914         refuse to save the customizations, even if the .emacs file doesn't
7915         exist.
7917         * info.el: Remove the `Info-beginning-of-buffer' function
7918         (bug#8325).
7920         * net/network-stream.el (network-stream-open-starttls):
7921         Use `starttls-available-p' to see whether starttls.el can be used.
7923 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
7925         * window.el (display-buffer-in-window): Don't set dedicated status
7926         of window here (Bug#9215).
7927         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7928         (display-buffer-pop-up-side-window)
7929         (display-buffer-in-side-window): Set dedicated status of window here.
7931 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7933         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7934         before binding generated-autoload-file.
7936 2011-08-01  Deniz Dogan  <deniz@dogan.se>
7938         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7940 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
7942         Sync with Tramp 2.2.2.
7944         * net/trampver.el: Update release number.
7946 2011-07-30  Juri Linkov  <juri@jurta.org>
7948         * dired-aux.el (dired-touch-initial): Remove function.
7949         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7950         current time, and `default' to the last modification time of the
7951         current marked file (bug#6887).
7953 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
7955         * simple.el (goto-line): Use string-to-number to provide a
7956         numeric argument to read-number (bug#9163).
7958 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
7960         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7961         connection process, it could be nil.
7963 2011-07-27  Leo Liu  <sdl.web@gmail.com>
7965         Simplify url handling in rcirc-mode.
7967         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7968         (rcirc-browse-url-at-mouse): Remove.
7969         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7971 2011-07-26  Alan Mackenzie  <acm@muc.de>
7973         Fontify bitfield declarations properly.
7975         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7976         (c-symbol-chars): Now exported as a lang variable.
7977         (c-not-primitive-type-keywords): New lang variable.
7979         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7980         QT keyword "more" to prevent "more slots: ...." being spuriously
7981         parsed as a bitfield declaration.
7983         * progmodes/cc-engine.el (c-beginning-of-statement-1):
7984         Refactor and enhance to handle bitfield declarations.
7985         (c-punctuation-in): New function.
7986         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7987         declarations properly.
7989 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
7991         * calendar/icalendar.el (icalendar--all-events): Take care of
7992         multiple vcalendars in a single file.
7993         (icalendar--convert-float-to-ical): Checkdoc fixes.
7995 2011-07-25  Deniz Dogan  <deniz@dogan.se>
7997         * image.el (insert-image): Clarifying docstring.
7999 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
8001         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8002         `tramp-send-command-and-check' if there is no error.
8003         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8005 2011-07-22  Alan Mackenzie  <acm@muc.de>
8007         Prevent cc-langs.elc being loaded at run time.
8009         * progmodes/cc-mode.el: Remove two autoload forms which loaded
8010         cc-langs.
8012         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
8013         "(require 'cc-langs)".  Quote a form so it will evaluate at
8014         (cc-mode's) compilation time.
8016 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
8018         * net/tramp.el (tramp-file-name-handler): Avoid recursive
8019         loading.  (Bug#9114)
8021 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
8023         * window.el (display-buffer-pop-up-window)
8024         (display-buffer-pop-up-side-window)
8025         (display-buffer-in-side-window): Call display-buffer-set-height
8026         and display-buffer-set-width after setting the new window's
8027         buffer so `fit-window-to-buffer' and friends work on the right buffer.
8029 2011-07-20  Sam Steingold  <sds@gnu.org>
8031         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8032         (etags-tags-included-tables): Call `convert-standard-filename' on
8033         the file names contained in TAGS so that windows Emacs can handle
8034         TAGS files created by cygwin ctags.
8036 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8039         which apparently didn't work.
8041 2011-07-19  Roland Winkler  <winkler@gnu.org>
8043         * proced.el (proced-send-signal): For *Marked Processes* buffer
8044         put point at beginning of buffer.
8046 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
8048         * proced.el (proced-format): Make header lines align with the text
8049         (bug#1779).
8051 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053         * view.el (view-buffer): Allow running in `special' modes if we're
8054         visiting a file (bug#8615).
8056 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
8058         * window.el (display-buffer-alist-of-strings-p)
8059         (display-buffer-alist-set-1, display-buffer-alist-set-2):
8060         New functions.
8061         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8062         more accurately.
8064 2011-07-18  Alan Mackenzie  <acm@muc.de>
8066         Fontify declarators properly when, e.g., a jit-lock chunk begins
8067         inside a declaration.
8069         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8071         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8072         New function.
8073         (c-complex-decl-matchers): Insert reference to
8074         c-font-lock-enclosing-decls.
8076         * progmodes/cc-engine.el (c-backward-single-comment):
8077         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8078         to nil around calls to (forward-comment -1).
8080 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082         * image.el (put-image): Doc typo fix.
8084         * progmodes/etags.el (tags-search): Doc typo fix.
8086         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8087         password if we get errors 550 to 554.
8089 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8091         * net/gnutls.el (gnutls-log-level): Remove.
8093         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8094         indentation character (bug#6380).
8096         * files.el (buffer-offer-save): Made permanently local (bug#6241).
8098         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8099         to clarify what the problem is (bug#4291).
8101         * simple.el (current-kill): Clarify what
8102         `interprogram-paste-function' does (bug#7500).
8103         (auto-fill-mode): Document `auto-fill-function' in relation to
8104         `auto-fill-mode' (bug#2470).
8106 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
8108         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8109         method if slot is read-only (bug#9035).
8111 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
8113         * frame.el (select-frame-set-input-focus): New argument NORECORD.
8114         * window.el (pop-to-buffer): Select window used even if it was
8115         selected before, see discussion of (Bug#8615), (Bug#6954).
8116         Pass argument NORECORD on to select-frame-set-input-focus.
8118 2011-07-15  Glenn Morris  <rgm@gnu.org>
8120         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
8121         Respect help-form.
8123 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
8125         * net/gnutls.el (gnutls-min-prime-bits): New variable.
8126         (gnutls-negotiate): Use it.
8128 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130         * net/gnutls.el (gnutls-negotiate):
8131         Upcase `gnutls-algorithm-priority'.
8133 2011-07-15  Glenn Morris  <rgm@gnu.org>
8135         * jka-compr.el (jka-compr-verbose): Move from here...
8136         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
8137         Add missing :version tag.
8138         * info.el: No need to require jka-compr when compiling.
8140 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142         * net/gnutls.el (gnutls-algorithm-priority): New variable.
8143         (gnutls-negotiate): Use it.
8145         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8147         * info.el (Info-beginning-of-buffer): New command.
8148         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8149         announcing `b' as the key (bug#8325).
8150         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
8152         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8154         * international/mule-cmds.el
8155         (describe-specified-language-support): Make the error message
8156         clearer (bug#8905).
8158         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8160         * isearch.el (isearch-barrier): Add a doc string, since it's
8161         mentioned in a function doc string (bug#8678).
8163 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
8165         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8166         buffer argument (Bug#9083) and self-identifying label argument.
8168 2011-07-15  Glenn Morris  <rgm@gnu.org>
8170         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
8172 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174         * man.el (Man-fontify-manpage): Fix message when formatting the
8175         man page (bug#7929).
8177 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
8179         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8180         argument LRM; if non-nil, append an invisible LRM character to the
8181         buffer name.
8182         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8183         last argument non-nil, when formatting buffer names.
8184         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8185         paragraph direction.
8187 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8190         the man page name (bug#7929).
8192         * image.el (put-image): Mention the `put-image' overlay property
8193         (bug#7834).
8195         * scroll-bar.el (set-scroll-bar-mode): Mention that
8196         `scroll-bar-mode' lists the values (bug#7772).
8198         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8199         command (bug#7729).
8201         * rect.el (apply-on-rectangle): Return the point after the last
8202         operation.
8203         (string-rectangle): Go to the point after the last operation
8204         (bug#7522).
8206         * printing.el (pr-toggle-region): Clarify the documentation
8207         slightly (bug#7493).
8209         * time.el (display-time-update):
8210         Allow `display-time-mail-function' to return nil (bug#7158).
8211         Fix suggested by Detlev Zundel.
8213         * vc/diff.el (diff): Clarify the order the file names are read
8214         (bug#7111).
8216         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8217         the doc string (bug#7015).
8219         * font-lock.el (font-lock-maximum-decoration): Mention what
8220         numeric levels mean (bug#6935).
8222         * startup.el (initial-buffer-choice): Don't mention the `none'
8223         selection, which is against policy.
8225 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
8227         * window.el (display-buffer-normalize-special):
8228         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
8230 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
8232         * subr.el (version<, version<=, version=): Mention "-CVS" and
8233         "-12345" alpha version numbers.
8235 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
8237         * bindings.el: Add advertised binding for set-mark-command
8238         (Bug#5772).
8240 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
8242         * bindings.el (mode-line-other-buffer):
8243         * bookmark.el (bookmark-bmenu-2-window):
8244         * bs.el (bs-cycle-next, bs-cycle-previous):
8245         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8246         switch-to-buffer.
8248         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8249         Delete.
8251 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
8253         * follow.el (follow-debug-message, follow-redisplay):
8254         * jka-cmpr-hook.el (with-auto-compression-mode):
8255         Fix typos in docstrings.
8257 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259         * subr.el (with-silent-modifications): Clarify somewhat what the
8260         macro inhibits (bug#6525).
8262         * simple.el (eval-expression): Note what it does if called
8263         interactively (bug#6495).
8265 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
8267         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8268         Use pop-to-buffer buffer-or-name if it is nil.
8270         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8271         Remove switch-to-buffer.
8273 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275         * files.el (make-directory): Clarify that an error will be raised
8276         if there's an error (bug#6397).
8278         * startup.el (initial-buffer-choice): Add `none' as a choice
8279         (bug#6234).
8281         * subr.el (add-hook): Clarify section about buffer-local hooks
8282         (bug#6218).
8284         * dired.el (dired-flagged): Clarify doc string (bug#6117).
8286 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
8288         * tabify.el (untabify): Preserve the current column so that point
8289         doesn't move (bug#6032).
8291 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8294         Rewrite to avoid awkward possessive "s" (bug#5986).
8296 2011-07-13  Glenn Morris  <rgm@gnu.org>
8298         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
8299         (dired-insert-directory): Give a message the first time
8300         if ls is found not to support --dired.
8302 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304         * simple.el (toggle-truncate-lines): Clarify what is toggled
8305         (bug#5580).  Text by Drew Adams.
8307 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
8309         * simple.el (blink-matching-open): Make the error message from the
8310         last change less verbose.
8312 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
8314         * font-lock.el (font-lock-comment-face): Use the high contrast
8315         "yellow" color for font-lock-comment-face on low color terminals
8316         using a dark background color (bug#4221).
8318 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320         * dired.el (dired-insert-set-properties): Make the doc string
8321         reflect what it does now (bug#5325).
8323         * simple.el (blink-matching-open): Say that we were unable to find
8324         the match within the limit, if we're limited (bug#5122).
8326         * international/mule-cmds.el (prefer-coding-system): Add an
8327         example (bug#4869).
8329         * progmodes/etags.el (tags-search): Document `file-list-form'
8330         (bug#4731).
8332 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
8334         * net/browse-url.el (browse-url-default-browser)
8335         (browse-url-browser-function): Make the default browser choice a
8336         bit more logical (bug#4300).  Also clean up the doc string.
8338 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
8340         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8341         binary endings (bug#4440).
8343 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8345         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8346         which can be pretty annoying (bug#8971).
8348         * jka-compr.el (jka-compr-verbose): New variable, and use
8349         throughout (bug#8971).
8351         * info.el (Info-find-file): Fall back on the installation
8352         directory if we can't find the info node anywhere else.
8354 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
8356         * vc/vc.el (vc-revert-file):
8357         Don't set file time-stamp in the past.  (Bug#5181)
8359 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361         * files.el (after-find-file): Give a better error message when
8362         trying to find a symlink that points to a file that doesn't exist
8363         (bug#4398).
8365         * progmodes/cc-vars.el: Remove (probably) misleading comment
8366         (bug#4396).
8368 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
8370         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8372 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
8374         * mouse-sel.el: Hack restoring functionality, while keeping
8375         compatibility with 2010-07-03 changes to mouse selection.
8376         (mouse-sel-primary-overlay): New var.
8377         (mouse-sel-selection-alist): Use it.
8378         (mouse-sel-mode): Doc fix; remove points that are default features
8379         of mouse.el.
8381 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
8383         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8384         Fix previous fix (bug#2490).
8386 2011-07-12  Roland Winkler  <winkler@gnu.org>
8388         * textmodes/bibtex.el (bibtex-initialize):
8389         Use pop-to-buffer-same-window.
8390         (bibtex-search-entries): Fix interactive call.
8392 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8395         Fontise bytecomp Error lines more correctly (bug#2490).
8396         Fix suggested by Johan Bockgård.
8398         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8400         * dired-x.el (dired-guess-default): Use `delete-dups'.
8402 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
8404         * dired.el (dired-mark-prompt):
8405         * dired-aux.el (dired-read-shell-command): Doc fix.
8407 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409         * mail/sendmail.el (sendmail-query-once):
8410         Use `customize-save-variable' unconditionally, now that it works under
8411         emacs -Q.
8413         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8415         * cus-edit.el (custom-file): Take an optional no-error variable.
8416         (customize-save-variable): Set the variable, and give a warning if
8417         running under "emacs -q".
8419 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
8421         * loadhist.el (unload-feature-special-hooks):
8422         Add `auto-coding-functions', `fill-nobreak-predicate' and
8423         `find-directory-functions' (bug#5327).
8425 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8429         * cus-edit.el (custom-guess-name-alist): -alist variables should
8430         use the `alist' type (bug#3120).  Suggested by Drew Adams.
8432         * printing.el: Add documentation to all the `pr-toggle-' commands.
8434 2011-07-11  Leo Liu  <sdl.web@gmail.com>
8436         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8437         backends where it makes sense (bug#2623).
8439 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441         * dired-x.el (dired-guess-default): Remove duplicate shell command
8442         entries (bug#2028).
8443         (dired-guess-default): Fix grammar in doc string (bug#2028).
8444         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
8446         * subr.el (remove-duplicates): New conveniency function.
8448 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8450         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8451         (bug#1526).
8453 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
8455         * window.el (display-buffer-normalize-default): Don't invert
8456         meaning of even-window-heights.  Reported by Eli Zaretskii
8457         <eliz@gnu.org>.
8459 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
8461         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8463 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
8465         * window.el (display-buffer): Fix arguments to
8466         display-buffer-reuse-window in last change.
8468         * faces.el (link): Use a less saturated blue on light backgrounds.
8470         * startup.el (fancy-startup-text, fancy-about-text)
8471         (fancy-startup-tail): Use font-lock faces, for background safety.
8473 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
8475         * emulation/viper-cmd.el (viper-change-state-to-vi):
8476         Limit triggering of abbrev expansion (Bug#9038).
8478 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
8480         * window.el (display-buffer-default-specifiers): Remove.
8481         (display-buffer-macro-specifiers): Remove default specifiers.
8482         (display-buffer-alist): Default to nil.
8483         (display-buffer-reuse-window): New optional argument other-window.
8484         (display-buffer-pop-up-window): Allow splitting internal
8485         windows.  Check whether a live window was created.
8486         (display-buffer-other-window-means-other-frame)
8487         (display-buffer-normalize-arguments): Rename to
8488         display-buffer-normalize-argument and rewrite.  Set the
8489         other-window specifier.
8490         (display-buffer-normalize-special): New function.
8491         (display-buffer-normalize-options): Rename to
8492         display-buffer-normalize-default and rewrite.
8493         (display-buffer-normalize-options-inhibit): Remove.
8494         (display-buffer-normalize-specifiers): Rewrite.
8495         (display-buffer): Process other-window specifier and call
8496         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
8497         more faithfully.
8498         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
8499         (display-buffer-alist-set): Don't handle 'unset default values.
8500         (display-buffer-in-window, display-buffer-alist-set):
8501         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
8502         <tassilo@member.fsf.org>.
8504 2011-07-09  Leo Liu  <sdl.web@gmail.com>
8506         * register.el (insert-register): Restore accidental change on
8507         2011-06-26.  (Bug#9028)
8509 2011-07-09  Glenn Morris  <rgm@gnu.org>
8511         * subr.el (remq): Handle the empty list.  (Bug#9024)
8513 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
8515         * mail/sendmail.el (send-mail-function): No longer delay custom
8516         initialization.
8517         * custom.el (custom-initialize-delay): Doc fix.
8519 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8521         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8523 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
8525         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8526         human-friendly prompt.
8528 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8531         provided by a particular plugin.
8533 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8536         save customizations (with "emacs -Q"), just set the variable
8537         instead of erroring out.
8539         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8541 2011-07-08  Juri Linkov  <juri@jurta.org>
8543         * arc-mode.el (archive-zip-expunge, archive-zip-update)
8544         (archive-zip-update-case): Use 7z if found by `executable-find'.
8545         The order of searching the available programs is the same as in
8546         `archive-zip-extract' (bug#8968).
8548 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
8550         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8551         (menu-bar-options-menu): Tweak descriptions.
8553 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8555         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8556         menu items into verb phrases (bug#1421).  Also refill to fit under
8557         80 columns.
8559 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
8561         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8562         (Info-read-node-name): Doc fix (Bug#1084).
8564         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8565         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8566         (end-of-sexp, beginning-of-sexp)
8567         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8568         (forward-symbol, forward-same-syntax, word-at-point)
8569         (sentence-at-point): Doc fix (Bug#1144).
8571 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8574         should cover it (bug#1281).
8576         * cus-edit.el (custom-show): Mark as obsolete.
8578         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
8579         negotiation fails, then possibly try again with a non-encrypted
8580         connection (bug#9017).
8582         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8583         be used.
8585 2011-07-07  Richard Stallman  <rms@gnu.org>
8587         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8588         property, and handle its changed format.
8589         Look for the correct line number.
8590         Use file's line contents (but not past first =) to find
8591         correct line in message.
8593 2011-07-07  Kenichi Handa  <handa@m17n.org>
8595         * international/characters.el (build-unicode-category-table):
8596         Delete it.
8597         (unicode-category-table): Set it by unicode-property-table-internal.
8599         * international/mule-cmds.el (char-code-property-alist): Move to
8600         to src/chartab.c.
8601         (get-char-code-property): Call unicode-property-table-internal to
8602         load a file.  Call get-unicode-property-internal where necessary.
8603         (put-char-code-property): Call unicode-property-table-internal to
8604         load a file.  Call put-unicode-property-internal where necessary.
8605         put-unicode-property-internal where necessary.
8606         (char-code-property-description):
8607         Call unicode-property-table-internal to load a file.
8609         * international/charprop.el:
8610         * international/uni-bidi.el:
8611         * international/uni-category.el:
8612         * international/uni-combining.el:
8613         * international/uni-comment.el:
8614         * international/uni-decimal.el:
8615         * international/uni-decomposition.el:
8616         * international/uni-digit.el:
8617         * international/uni-lowercase.el:
8618         * international/uni-mirrored.el:
8619         * international/uni-name.el:
8620         * international/uni-numeric.el:
8621         * international/uni-old-name.el:
8622         * international/uni-titlecase.el:
8623         * international/uni-uppercase.el: Regenerate.
8625         * loadup.el: Load international/charprop.el before
8626         international/characters.
8628 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
8630         * window.el (next-buffer, previous-buffer): Signal an error if
8631         called from a minibuffer window.
8633         * bindings.el: Revert 2011-07-04 change.
8635 2011-07-06  Richard Stallman  <rms@gnu.org>
8637         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8638         (rmail-mime-insert-bulk, rmail-mime-insert-text):
8639         Treat markers like ints.
8640         (rmail-mime-entity): Doc fix.
8642 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8645         defcustom again for backwards compatibility.
8647         * simple.el (shell-command-on-region): Fill.
8649         * dired-aux.el (dired-kill-line): Add a doc string.
8651         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8652         to "\\sw\\|\\s_" (bug#358).
8654         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8655         (dired-unmark-backward): Ditto.
8656         (dired-flag-backup-files): Ditto.
8658         * dired-x.el (dired-mark-sexp): Ditto.
8660 2011-07-06  Richard Stallman  <rms@gnu.org>
8662         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8663         (rmail-mime-entity): New arg TRUNCATED.
8664         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8665         New functions.
8666         (rmail-mime-save): Warn if entity is truncated.
8667         (rmail-mime-toggle-hidden): Likewise, for showing.
8668         (rmail-mime-process-multipart): Record when an entity is truncated.
8670         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8671         if ENTITY is a string.
8673 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
8676         of faces when `M-C-x'-ing their definitions (bug#8378).
8677         Also clean up the code slightly.
8679         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
8680         because that makes the colors go away.
8682         * mail/sendmail.el (send-mail-function): Change the default to
8683         `sendmail-query-once'.
8684         (sendmail-query-once): Add an autoload cookie.
8686         * net/network-stream.el (network-stream-open-starttls): Try using
8687         a plain connection even if the server offered STARTTLS, and we
8688         kinda wanted to use it, if Emacs doesn't have any STARTTLS
8689         capability.  This should make smtpmail.el work in slightly more
8690         configurations.
8692 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
8694         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8695         New defun.
8696         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8698 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
8700         * progmodes/sql.el: Version 3.0
8701         (sql-product-alist): Add product :completion-object,
8702         :completion-column, and :statement attributes.
8703         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
8704         (sql-mode-syntax-table): Mark all punctuation.
8705         (sql-font-lock-keywords-builder): Temporarily remove fallback on
8706         ansi keywords.
8707         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
8708         (sql-mode-oracle-font-lock-keywords): Improve.
8709         (sql-oracle-show-reserved-words): New function for development.
8710         (sql-product-font-lock): Simplify for source code buffers.
8711         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8712         New functions.
8713         (sql-highlight-product): Set product specific syntax table.
8714         (sql-mode-map): Add statement movement functions.
8715         (sql-ansi-statement-starters, sql-oracle-statement-starters):
8716         New variable.
8717         (sql-statement-regexp, sql-beginning-of-statement)
8718         (sql-end-of-statement, sql-signum): New functions.
8719         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
8720         (sql-show-sqli-buffer): Bug fix.
8721         (sql-interactive-mode): Store connection data as buffer local.
8722         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
8723         with sql-interactive-mode.
8724         (sql-save-connection): Save buffer local settings.
8725         (sql-connection-menu-filter): Change menu entry name.
8726         (sql-product-interactive): Bug fix.
8727         (sql-preoutput-hold): New variable.
8728         (sql-interactive-remove-continuation-prompt): Bug fixes.
8729         (sql-debug-redirect): New variable.
8730         (sql-str-literal): New function.
8731         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
8732         Redesign.
8733         (sql-oracle-save-settings, sql-oracle-restore-settings)
8734         (sql-oracle-list-all, sql-oracle-list-table): New functions.
8735         (sql-completion-object, sql-completion-column)
8736         (sql-completion-sqlbuf): New variables.
8737         (sql-build-completions-1, sql-build-completions)
8738         (sql-try-completion): New functions.
8739         (sql-read-table-name): Use them.
8740         (sql-contains-names): New buffer local variable.
8741         (sql-list-all, sql-list-table): Use it.
8742         (sql-oracle-completion-types): New variable.
8743         (sql-oracle-completion-object, sql-sqlite-completion-object)
8744         (sql-postgres-completion-object): New functions.
8746 2011-07-06  Glenn Morris  <rgm@gnu.org>
8748         * window.el (pop-to-buffer): Doc fix.
8750 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
8752         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8754 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
8756         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8758         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8760 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
8762         * button.el (button): Inherit from link face.  Suggested by Dan
8763         Nicolaescu.
8765 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8767         * progmodes/gdb-mi.el: Fit in 80 columns.
8768         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8769         switch-to-buffer.
8771         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8772         if imenu is simply not configured (bug#8941).
8774 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
8776         * allout.el (allout-post-undo-hook): New allout outline-change
8777         event hook to signal undo activity.
8778         (allout-post-command-business): Run allout-post-undo-hook if an
8779         undo just occurred.
8780         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8781         * allout-widgets.el (allout-widgets-after-undo-function):
8782         Ensure the integrity of the current item's decoration after it has been
8783         in the vicinity of an undo.
8784         (allout-widgets-mode): Include allout-widgets-after-undo-function
8785         on the new allout-post-undo-hook.
8787 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8790         Let define-derived-mode define it.
8791         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8792         cycles of abbrev-table inheritance (bug#8998).
8794 2011-07-05  Roland Winkler  <winkler@gnu.org>
8796         * textmodes/bibtex.el: Add support for biblatex.
8797         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8798         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8799         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8800         (bibtex-entry-alist, bibtex-field-alist): New variables.
8801         (bibtex-entry-field-alist): Obsolete alias for
8802         bibtex-BibTeX-entry-alist.
8803         (bibtex-entry-alist, bibtex-field-alist): New widgets.
8804         (bibtex-set-dialect): New command.
8805         (bibtex-entry-type, bibtex-entry-head)
8806         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8807         Bind via bibtex-set-dialect.
8808         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8809         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8810         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8811         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8812         Define via bibtex-set-dialect.
8813         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8814         Obey bibtex-no-opt-remove-re.
8815         (bibtex-vec-push, bibtex-vec-incr): New functions.
8816         (bibtex-format-entry, bibtex-field-list)
8817         (bibtex-print-help-message, bibtex-validate)
8818         (bibtex-search-entries): Use new format of bibtex-entry-alist.
8820 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8822         * progmodes/compile.el (compilation-goto-locus):
8823         * net/tramp-cmds.el (tramp-append-tramp-buffers):
8824         * bs.el (bs-cycle-next, bs-cycle-previous):
8825         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8826         * bindings.el (mode-line-other-buffer):
8827         * autoinsert.el (auto-insert):
8828         * arc-mode.el (archive-extract):
8829         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8831 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
8833         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8834         Fix check of `emacs-lock-unlockable-modes'.
8835         Coerce true values of `emacs-lock--try-unlocking' to t.
8837 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
8839         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8840         * emacs-lock.el: New file.
8842 2011-07-05  Julien Danjou  <julien@danjou.info>
8844         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8845         than `boundp' to check if face is set.
8847 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
8849         * register.el (registerv-make):
8850         * window.el (window-min-height): Fix typos in docstrings.
8852 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
8854         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8855         Update doc string.
8857 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
8859         * server.el (server-execute): Catch quit and call
8860         `server-return-error' to pass the error back to emacsclient and
8861         close the connection (bug#8942).
8863 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
8865         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8866         insecure exception for current topic.  Also note that auto-saves
8867         are handled differently.
8869         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
8870         State variables for tracking auto-save inhibition situation.
8872         (allout-write-contents-hook-handler): Rename from
8873         'allout-write-file-hook-handler', and describe how it depends on
8874         write-contents-functions sensitivity to non-nil value to prevent
8875         file write.
8877         (allout-auto-save-hook-handler): Remove.  auto-save does not check
8878         this in individual buffers, only in the starting buffer, so this
8879         is not the right way for us to inhibit auto-save in a buffer
8880         according to its condition.
8882         (allout-mode): Use new allout-write-contents-hook-handler, and
8883         only with write-contents-functions.  Remove auto-save provisions -
8884         they're implemented elsewhere.
8886         (allout-before-change-handler): If undo is in progress, note that
8887         for attention of allout-post-command-business.
8889         (allout-post-command-business): If the command we're following was
8890         an undo, check for change in the status of encrypted items and
8891         adjust auto-save inhibitions accordingly.
8893         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8894         according to whether there are or aren't any plain-text topics
8895         pending encryption.
8897         (allout-inhibit-auto-save-info-for-decryption):
8898         Adjust buffer-saved-size and some allout state to inhibit auto-saves
8899         if there are plain-text topics pending encryption.
8901         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8902         buffer-saved-size and some allout state to not inhibit auto-saves
8903         if there are no longer any plain-text topics pending encryption.
8905         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8906         No longer provide for exemption of the current topic.
8908 2011-07-04  Juri Linkov  <juri@jurta.org>
8910         Add 7z operations to delete and save changed members (bug#8968).
8911         * arc-mode.el (archive-7z-expunge, archive-7z-update):
8912         New defcustoms.
8913         (archive-7z-write-file-member): New function.
8914         (archive-7z-summarize): Fix the number of dashes in the
8915         listing output.
8917 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8919         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8920         (bug#8958).
8922 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
8924         * bindings.el: Ignore next-buffer and previous-buffer in
8925         minibuffer-local-map.
8927         * font-lock.el (font-lock-builtin-face): Change light background
8928         color to dark slate blue (Bug#6693).
8930 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8932         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8934 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8936         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8937         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8938         Add switch-to-buffer.
8940 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8942         * isearch.el (isearch-search-fun-function): Clarify further the
8943         meaning of the function returned.
8945 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
8947         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8949         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8950         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8951         Use it.
8952         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
8953         `tramp-default-remote-path' does not exist.
8954         (tramp-send-command-and-read): New optional argument NOERROR.
8955         (tramp-open-connection-setup-interactive-shell)
8956         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8957         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8958         (tramp-process-sentinel): Flush also process' connection property.
8959         (tramp-sh-handle-start-file-process): Do not set process
8960         sentinel.  It is done now ...
8961         (tramp-maybe-open-connection): ... here.  (Bug#8929)
8963 2011-07-04  MON KEY  <monkey@sandpframing.com>
8965         * play/animate.el (animate-string): Doc fixes and allow changing
8966         the buffer name (bug#5417).
8968 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970         * play/animate.el (animation-buffer-name): Rename from *animate*.
8972 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
8974         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8975         This is simpler and helps future-proof the code.
8976         (timer-until): Use time-subtract and float-time.
8977         (timer--time-less-p): Use time-less-p.
8979 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
8981         * type-break.el (timep): Use the value of `float-time' to avoid a
8982         byte-compiler warning.
8984         * server.el (server-eval-and-print): Return any result, even nil.
8986 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8988         * type-break.el: Accept time formats that the builtins accept.
8989         (timep, type-break-time-difference): Accept any format that
8990         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8991         This is simpler and helps future-proof the code.
8992         (type-break-time-difference): Round rather than ignoring
8993         subseconds components.
8995 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997         * info.el (Info-apropos-matches): Make non-interactive, since it
8998         doesn't seem to do anything useful as a command (bug#8829).
9000 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
9002         * frame.el (frame-background-mode, frame-set-background-mode):
9003         Move from faces.el.
9004         (frame-default-terminal-background): New function.
9006         * custom.el (custom-push-theme): Don't record faces in `changed'
9007         theme; this doesn't work correctly for per-frame face settings.
9008         (disable-theme): Use face-set-after-frame-default to reset faces.
9009         (custom--frame-color-default): New function.
9011 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013         * dired.el (dired-flagging-regexp): Remove unused variable
9014         (bug#8769).
9016 2011-03-29  Kevin Ryde  <user42@zip.com.au>
9018         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9019         `perl-Test2' extend to match possible "fail #N" rep count
9020         (bug#8377).
9022 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9024         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9025         `smtpmail-via-smtp' now returns the error instead of nil.
9027         * isearch.el (isearch-search-fun-function): Clarify the doc string
9028         (bug#8101).
9030 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
9032         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9033         unnecessary spaces (bug#8987).
9035 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9037         * net/network-stream.el (open-network-stream): Use the
9038         :end-of-capability command thoughout.
9040 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9042         * net/network-stream.el (open-network-stream): Add the
9043         :end-of-capability command parameter, used by pop3.el.
9045 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9049         * fringe.el (fringe-query-style): Remove redundant text " (type ?
9050         for list)" (bug#6475).
9052         * files.el (file-expand-wildcards): Ignore non-readable
9053         sub-directories while trying to find matches instead of signaling
9054         an error (bug#6297).
9056         * man.el (Man-reference-regexp): Allow matching possible
9057         word-wrapped references (bug#6289).
9059         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9060         for consistency with the other vc buffers (bug#6197).
9061         (vc-checkin): Ditto.
9063         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9065         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9067 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069         * custom.el (defcustom): Clarify that :set is only used in the
9070         Customize user interface (bug#6089).
9072         * progmodes/flymake.el (flymake-mode): If the buffer isn't
9073         associated with a file, refuse to run instead of erroring out
9074         (bug#6084).
9076         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9077         the doc string, since it appears that using `fill-column' always
9078         controls the width (bug#7845).
9080         * simple.el (shell-command-on-region): Say where the error output
9081         went if `shell-command-default-error-buffer' is set (bug#6857).
9083 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
9085         * allout.el (allout-yank-processing): Adjust cursor position for
9086         backwards-deleted space.
9088         (allout-rebullet-heading): Register changes with
9089         allout-exposure-changed-hook, so the modified topic is properly
9090         decorated.
9092 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094         * minibuffer.el (completion-in-region): Document PREDICATE
9095         (bug#7136).
9097         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9098         of keyword/argument pairs (bug#6904).
9100         * replace.el (multi-occur):
9101         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
9103 2011-07-02  Drew Adams  <drew.adams@oracle.com>
9105         * dired.el (dired-mark-if): Make the message about whether it's
9106         marking or unmarking clearer (bug#8523).
9108 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110         * disp-table.el (display-table-print-array): New function.
9111         (describe-display-table): Use it to print the vectors more pretty
9112         (Bug#8859).
9114 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
9116         * window.el (window-state-get-1): Don't assign clone numbers.
9117         Add clone-of item to list of window parameters.
9118         (window-state-put-2): Don't process clone numbers.
9119         (display-buffer-alist): Fix doc-string.
9121 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9123         * subr.el (remq): Don't allocate if it's not needed.
9124         (keymap--menu-item-binding, keymap--menu-item-with-binding)
9125         (keymap--merge-bindings): New functions.
9126         (keymap-canonicalize): Use them to refine the canonicalization.
9127         * minibuffer.el (minibuffer-local-completion-map)
9128         (minibuffer-local-must-match-map): Move initialization from C.
9129         (minibuffer-local-filename-completion-map): Move initialization from C;
9130         don't inherit from anything here.
9131         (minibuffer-local-filename-must-match-map): Make obsolete.
9132         (completing-read-default): Use make-composed-keymap to combine
9133         minibuffer-local-filename-completion-map with either
9134         minibuffer-local-must-match-map or
9135         minibuffer-local-filename-completion-map.
9137 2011-07-01  Glenn Morris  <rgm@gnu.org>
9139         * type-break.el (type-break-time-sum): Use dolist.
9141         * textmodes/flyspell.el (flyspell-word-search-backward):
9142         Replace CL function.
9144 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9146         * mouse.el (mouse--strip-first-event): New function.
9147         (function-key-map): Use it to map fringe clicks to normal clicks
9148         by default.
9150         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9151         (vc-bzr-revision-completion-table): Add support for annotate and date.
9153         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9154         inherit from parent.
9156 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
9159         (dired-show-file-type): Doc fixup (bug#8818).
9161         * dired.el (dired-mode): Fix up the doc string as suggested by
9162         Drew Adams (bug#8817).
9164         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9165         cookie, since the manual says that it should be possible to add
9166         this function to `find-file-hook' (bug#8709).
9168 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
9170         * progmodes/cfengine.el: Moved all cfengine3.el functionality
9171         here.  Noted Ted Zlatanov as the maintainer.
9172         (cfengine-common-settings, cfengine-common-syntax): New functions
9173         to set up common things between `cfengine-mode' and
9174         `cfengine3-mode'.
9175         (cfengine3-mode): New mode.
9176         (cfengine3-defuns cfengine3-defuns-regex
9177         (cfengine3-class-selector-regex cfengine3-category-regex)
9178         (cfengine3-vartypes cfengine3-font-lock-keywords)
9179         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
9180         (cfengine3-indent-line): Add from cfengine3.el.
9182 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
9184         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9186         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9188 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
9190         * window.el (same-window-buffer-names, same-window-regexps)
9191         (same-window-p, special-display-frame-alist)
9192         (special-display-popup-frame, special-display-function)
9193         (special-display-buffer-names, special-display-regexps)
9194         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9195         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9196         (split-window-preferred-function, split-height-threshold)
9197         (split-width-threshold, even-window-heights)
9198         (display-buffer-mark-dedicated, window-splittable-p)
9199         (split-window-sensibly, window-safely-shrinkable-p):
9200         Un-obsolete.
9201         (display-buffer): Don't spread args with function specifier
9202         because special-display-popup-frame won't like it.
9204 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9206         Time-stamp simplifications and fixes.
9207         These improve accuracy slightly, and future-proof the code
9208         against some potential changes to current-time format.
9210         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9211         by using time-since and float-time.
9213         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9214         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
9215         + NNN microseconds".
9217         * type-break.el (type-break-time-sum): Rewrite using time-add.
9219         * play/hanoi.el (hanoi-current-time-float): Remove.
9220         All uses replaced by float-time.
9222         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9223         This yields a more-accurate answer.
9224         (rng-time-to-float): Remove; no longer needed.
9226         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9228         * calendar/timeclock.el (timeclock-seconds-to-time):
9229         Defalias to seconds-to-time, since they're the same thing.
9231         * emacs-lisp/elp.el (elp-elapsed-time):
9232         * emacs-lisp/benchmark.el (benchmark-elapse):
9233         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9235 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9237         * window.el (bury-buffer): Don't iconify the only frame.
9238         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9239         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
9241 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
9243         * eshell/em-smart.el (eshell-smart-display-navigate-list):
9244         Add mouse-yank-primary.
9246 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
9248         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9250 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9252         * emacs-lisp/find-func.el (find-library--load-name): New fun.
9253         (find-library-name): Use it to find relative load names when provided
9254         absolute file name (bug#8803).
9256 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258         * textmodes/flyspell.el (flyspell-word): Consider words that
9259         differ only in case as potential doublons (bug#5687).
9261         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9262         Remove two rather uninteresting debugging-like messages to make
9263         debbugs.el more silent.
9265         * comint.el (comint-password-prompt-regexp): Accept "Response" as
9266         a password-like phrase.
9268 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
9270         * progmodes/cc-guess.el: New file.
9272         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
9274         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9275         derived from `c-basic-common-init'.
9277         * progmodes/cc-mode.el (top-level): Require cc-guess.
9278         (c-basic-common-init): Use `cc-choose-style-for-mode'.
9280 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
9282         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9284 2011-06-30  Alan Mackenzie  <acm@muc.de>
9286         * progmodes/cc-engine.el (c-guess-continued-construct):
9287         Correct the handling of template-args-cont, particularly for when font
9288         lock is disabled.  Name this case as "CASE G".
9290 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
9292         * allout.el (allout-yank-processing): Fix injection of extra space
9293         between bullet and non-whitespace character in first topic when
9294         pasting, ensuring that the actual spacing in the pasted topic
9295         following the bullet char is preserved.  This extra space was
9296         causing pasted encrypted topics to get a decrypted status even
9297         when the content was actually still encrypted.  Now the decryption
9298         status from before the paste is preserved.
9300         (allout-flag-region): Set all allout overlays so they evaporate
9301         when reduced to zero length (evanescent), to prevent overlay
9302         leakage.
9304 2011-06-30  Glenn Morris  <rgm@gnu.org>
9306         * w32-fns.el (w32-charset-info-alist): Declare.
9308         * find-dired.el (find-grep-options): Simplify.
9310         * term/ns-win.el (ns-set-resource): Declare.
9312         * ses.el (row, col): Declare dynamic variables honestly.
9314         * textmodes/reftex-parse.el (index-tags): Declare.
9316 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
9318         * cus-edit.el (customize-push-and-save): New function.
9320         * files.el (hack-local-variables-confirm): Use it.
9322         * custom.el (load-theme): New arg NO-CONFIRM.
9323         Use customize-push-and-save (Bug#8720).
9324         (custom-enabled-themes): Doc fix.
9326         * cus-theme.el (customize-create-theme)
9327         (custom-theme-merge-theme): Callers to load-theme changed.
9329 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331         * thingatpt.el (thing-at-point-short-url-regexp): Require that
9332         short URLs have at least one dot in them (bug #7614).
9334         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9335         nil, because using a pty is apparently too slow (bug #895).
9337 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339         * mail/sendmail.el (sendmail-query-once): New function.
9340         (sendmail-query-once-function): New variable.
9342 2011-06-29  Glenn Morris  <rgm@gnu.org>
9344         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9346         * ses.el (top-level): Require cl when compiling.
9347         (ses-set-localvars): Fix error statement.
9348         Call it at compile time to silence a storm of warnings.
9350 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
9352         * window.el (normalize-live-buffer): Rename to
9353         window-normalize-buffer.
9354         (normalize-live-frame): Rename to window-normalize-frame.
9355         (normalize-any-window): Rename to window-normalize-any-window.
9356         (normalize-live-window): Rename to window-normalize-live-window.
9357         (make-window-atom): Rename to window-make-atom.
9358         (window-resize-reset): Rename to window--resize-reset.
9359         (window-resize-reset-1): Rename to window--resize-reset-1.
9360         (resize-mini-window): Rename to window--resize-mini-window.
9361         (resize-subwindows-skip-p): Rename to
9362         window--resize-subwindows-skip-p.
9363         (resize-subwindows-normal): Rename to
9364         window--resize-subwindows-normal.
9365         (resize-subwindows): Rename to window--resize-subwindows.
9366         (resize-other-windows): Rename to window--resize-siblings.
9367         (resize-this-window): Rename to window--resize-this-window.
9368         (resize-root-window): Rename to window--resize-root-window.
9369         (resize-root-window-vertically): Rename to
9370         window--resize-root-window-vertically.
9371         (normalize-buffer-to-display): Rename to
9372         window-normalize-buffer-to-display.
9373         (normalize-buffer-to-switch-to): Rename to
9374         window-normalize-buffer-to-switch-to.
9375         Correspondingly update all callers of the functions listed
9376         above.
9377         (display-buffer-alist, display-buffer-normalize-arguments)
9378         (display-buffer-normalize-options, display-buffer)
9379         (display-buffer-alist-set): Use "function" instead of
9380         "fun-with-args".
9382 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
9384         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9385         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
9386         debbugs.gnu.org.  Mention acknowledgment email.
9388 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9391         buffer multibyteness, since it shouldn't matter.
9393 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
9395         * window.el (display-buffer-in-side-window): Handle dedicated
9396         windows as in display-buffer-reuse-window.
9397         (display-buffer-normalize-alist): Use value of override
9398         specifier.
9399         (display-buffer-normalize-specifiers): Use value of
9400         other-window-means-other-frame specifier.
9401         (display-buffer-alist): Rewrite some texts in widgets.
9402         (display-buffer): Spread arguments when calling function
9403         specified by fun-with-args.
9405 2011-06-28  Deniz Dogan  <deniz@dogan.se>
9407         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9408         Unnest `let'.
9410         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9411         selectors (Bug#5732).
9412         (css-proprietary-nmstart-re): Use `regexp-opt'.
9414 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
9416         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9417         (eshell-ls-date-format): New defcustom.
9418         (eshell-ls-file): Use it.
9420 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9422         * help-fns.el (describe-variable): Fix message for terminal-local vars.
9424 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9426         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9427         (ange-ftp-make-tmp-name): New arg.
9428         (ange-ftp-file-local-copy): Use it.
9430 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
9432         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9433         no-conversion (Bug#8870).
9435 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
9437         * window.el (window-right, window-left, window-child)
9438         (window-child-count, window-last-child)
9439         (window-iso-combination-p, walk-window-tree-1)
9440         (window-atom-check-1, window-tree-1, delete-window)
9441         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9442         new naming conventions - window-vchild, window-hchild,
9443         window-next and window-prev are now called window-top-child,
9444         window-left-child, window-next-sibling and window-prev-sibling
9445         respectively.
9446         (resize-window-reset): Rename to window-resize-reset.
9447         (resize-window-reset-1): Rename to window-resize-reset-1.
9448         (resize-window): Rename to window-resize.
9449         (window-min-height, window-min-width)
9450         (resize-mini-window, resize-this-window, resize-root-window)
9451         (resize-root-window-vertically, adjust-window-trailing-edge)
9452         (enlarge-window, shrink-window, maximize-window)
9453         (minimize-window, delete-window, quit-restore-window)
9454         (split-window, balance-windows, balance-windows-area-adjust)
9455         (balance-windows-area, window-state-put-2)
9456         (display-buffer-even-window-sizes, display-buffer-set-height)
9457         (display-buffer-set-width, set-window-text-height)
9458         (fit-window-to-buffer): Rename all "resize-window" prefixed
9459         calls to use the "window-resize" prefix convention.
9460         (display-buffer-alist): Fix symbol for label specifier.
9461         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9462         corresponding specifier.
9463         Reported by Juanma Barranquero <lekktu@gmail.com>.
9465 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9467         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9468         convention.
9469         (ses-call-printer): Does not pass an empty string to formatter when the
9470         cell is empty to keep from barking printer Calc math-format-value.
9472 2011-06-27  Richard Stallman  <rms@gnu.org>
9474         * battery.el (battery-mode-line-limit): New variable.
9475         (battery-update): Handle it.
9477         * mail/rmailmm.el (rmail-mime-process-multipart):
9478         Handle truncated messages.
9480 2011-06-27  Glenn Morris  <rgm@gnu.org>
9482         * progmodes/flymake.el (flymake-err-line-patterns):
9483         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
9485 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9487         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
9488         (ses--clean-!, ses--clean-_): New functions.
9489         (ses-range): Add configurability of readout order, and conversion
9490         to Calc vector.
9492         * ses.el (ses-repair-cell-reference-all): New function.
9493         (ses-cell-symbol): Set macro as safe, so that it can be used in
9494         formulas.
9496         * ses.el: Update cycle detection algorithm.
9497         (ses-localvars): Add ses--Dijkstra-attempt-nb and
9498         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
9499         (ses-set-localvars): New function.
9500         (ses-make-cell): Add property-list as a cell element.
9501         (ses-cell-property-get-fun, ses-cell-property-get)
9502         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
9503         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9504         New functions.
9505         (ses-cell-property-set, ses-cell-property-pop)
9506         (ses-cell-property-get-handle): New macro.
9507         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9508         New aliases, used for code readability.
9509         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9510         cycle detection.
9511         (ses-self-reference-early-detection): New defcustom.
9512         (ses-formula-references): Robustify against self-referring cells.
9513         (ses-mode): Use ses-set-localvars.
9514         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9515         before lauching the update processing.
9516         (ses-initialize-Dijkstra-attempt): New function.
9517         (ses-recalculate-cell): Update for cycle detection based on
9518         Dijkstra algorithm.
9520         * ses.el: Fix commenting and indenting convention.
9522 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9524         * bs.el (bs-cycle-next): Complete last change.
9526 2011-06-27  Drew Adams  <drew.adams@oracle.com>
9528         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9530 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532         * net/network-stream.el (network-stream-open-starttls):
9533         Don't re-get capabilities unless we've reestablished connection.
9534         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9536         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9537         to binary to possibly avoid line encoding issues on Windows (among
9538         other things).
9540 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9542         * net/network-stream.el (open-network-stream): Return an :error
9543         saying what the problem was, if possible.
9545         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9546         server.
9548         * net/network-stream.el (network-stream-open-starttls): If we
9549         wanted to use STARTTLS, and the server offered it, but we weren't
9550         able to because we had no STARTTLS support, then close the connection.
9551         (open-network-stream): Return an :error element, if present.
9553 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
9555         * hl-line.el (hl-line-sticky-flag): Doc fix.
9556         (global-hl-line-sticky-flag): New option (Bug#8323).
9557         (global-hl-line-highlight): Obey it.
9559         * vc/vc.el (vc-revert-show-diff): Default to t.
9561 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
9563         * allout-widgets.el (allout-widgets-post-command-business):
9564         Stop decorating intermediate isearch matches.  They're not being
9565         undecorated when an isearch is continued past, and isearch
9566         automatically collapses them.  This leads to "widget leaks", where
9567         decorated items accumulate in collapsed areas.  Lines with lots of
9568         hidden widgets can slow down cursor travel, substantially.
9569         Too much complicated machinery would be needed to ensure undecoration,
9570         so we're doing without this nicety.
9572         (allout-widgets-tally-string): Don't try to do a hash-table-count
9573         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
9574         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9575         *Messages* when allout-widgets-maintain-tally is t.
9577 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
9579         * window.el (display-buffer-normalize-argument): Rename to
9580         display-buffer-normalize-arguments.  Handle special meaning of
9581         LABEL argument.  Respect special-display-function when popping up
9582         a new frame.  Fix code searching for a window showing the buffer
9583         on another frame.
9584         (display-buffer-normalize-specifiers):
9585         Call display-buffer-normalize-arguments.
9586         (display-buffer-in-window): Don't undedicate the window if its
9587         buffer remains the same.
9588         Reported by Drew Adams <drew.adams@oracle.com>.
9589         (display-buffer-alist): Add choice for same-window macro
9590         specfier.
9591         (display-buffer): Mention special meaning of LABEL argument in
9592         doc-string.  Fix quoting.  Don't pop up a new frame even as
9593         fallback.
9595 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
9597         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9598         avoid deleting the current window in some cases (bug#8911).
9600 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
9602         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9603         (Bug#8934)
9605 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607         * net/network-stream.el (network-stream-open-starttls):
9608         Use built-in TLS support if `gnutls-available-p' is true.
9609         (network-stream-open-tls): Ditto.
9611 2011-06-26  Leo Liu  <sdl.web@gmail.com>
9613         * register.el (registerv): New struct.
9614         (registerv-make): New function.
9615         (jump-to-register, describe-register-1, insert-register):
9616         Support the jump-func, print-func and insert-func slot of a registerv
9617         struct.  (Bug#8415)
9619 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
9621         * vc/vc.el (vc-revert-show-diff): New defcustom.
9622         (vc-diff-internal): New arg specifying diff buffer.
9623         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
9624         reuse an existing *vc-diff* buffer (Bug#8927).
9626         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9628 2011-06-26  Glenn Morris  <rgm@gnu.org>
9630         * progmodes/f90.el (f90-critical-indent): New option.
9631         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9632         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9633         (f90-mode): Doc fix.
9634         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9635         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9636         (f90-beginning-of-block, f90-next-block, f90-indent-region)
9637         (f90-match-end): Handle block, critical.
9639 2011-06-25  Glenn Morris  <rgm@gnu.org>
9641         * calendar/diary-lib.el (diary-included-files): Doc fix.
9642         (diary-include-files): New function, extracted from
9643         diary-include-other-diary-files and diary-mark-included-diary-files.
9644         (diary-include-other-diary-files, diary-mark-included-diary-files):
9645         Just call diary-include-files.
9646         (diary-mark-entries): Reset diary-included-files on first call.
9648         * calendar/diary-lib.el (diary-mark-entries)
9649         (diary-mark-included-diary-files):
9650         Visit included diary-files in temp buffers.
9652         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9653         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9654         (f90-start-block-re, f90-imenu-generic-expression)
9655         (f90-looking-at-program-block-start, f90-no-block-limit):
9656         Add support for submodules.
9658         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9659         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
9661 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
9663         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9664         buffer-file-type before setting its value, to avoid disastrous
9665         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
9667 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
9669         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9671         * ses.el (ses-unload-function):
9672         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9674         * proced.el (proced-unload-function):
9675         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9677 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
9679         * server.el (server-create-window-system-frame): Add parameters arg.
9680         (server-process-filter): Doc fix.  Handle frame-parameters.
9682 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
9684         Fix bug#8730, bug#8781.
9686         * loadhist.el (unload--set-major-mode): New function.
9687         (unload-feature): Use it.
9689         * progmodes/python.el (python-after-info-look): Add autoload cookie.
9690         (python-unload-function): New function.
9692 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9696 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
9698         * net/browse-url.el (browse-url-firefox-program): Add icecat to
9699         the candidates list.
9701 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
9703         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9705 2011-06-23  Richard Stallman  <rms@gnu.org>
9707         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9708         (rmail-variables): Set next-error-move-function.
9709         (rmail-what-message): Take argument POS.
9710         (rmail-next-error-move): New function.
9712 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9714         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9715         messages for adjacent non-terminals.
9717 2011-06-23  Richard Stallman  <rms@gnu.org>
9719         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
9720         (rmail-show-message-1): Preserve buffer modified flag.
9721         (rmail-start-mail): Don't specify use of rmail-mail-return;
9722         that's done by mail-bury now.
9723         (rmail-mail-return): Handle arg NEWBUF.
9725 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
9727         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9728         SIZE is a number.
9730 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
9732         * window.el (get-lru-window, get-mru-window)
9733         (get-largest-window): Never return a minibuffer window.
9734         (display-buffer-pop-up-window): Fix a bug that could lead to
9735         reusing the minibuffer window.
9736         (display-buffer): Pass original specifier argument to
9737         display-buffer-function instead of the normalized one.
9738         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9740 2011-06-22  Leo Liu  <sdl.web@gmail.com>
9742         * minibuffer.el (completing-read-function)
9743         (completing-read-default): Move from minibuf.c
9745 2011-06-22  Richard Stallman  <rms@gnu.org>
9747         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9748         to Rmail even if not started by a special Rmail command.
9750         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9751         Copy the buffer currently showing just one message.
9753 2011-06-22  Roland Winkler  <winkler@gnu.org>
9755         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9756         (bibtex-clean-entry): First delete the old key so that a
9757         customized algorithm for generating the new key does not get
9758         confused by the old key.
9759         (bibtex-url): Obey regexp of first step.
9760         (bibtex-search-entries): Do not use add-to-list with local
9761         list-var.
9763 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9765         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9766         stored a user name, then query for the password first, instead of
9767         waiting for SMTP to give an error message and the trying again.
9769 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
9771         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9772         BUFFER in call-process.
9774 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9777         QUIT twice.
9778         (smtpmail-try-auth-methods): Require user name and password from
9779         auth-source.
9781 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
9783         * window.el (display-buffer-default-specifiers)
9784         (display-buffer-alist): Remove entries for pop-up-frame-alist.
9785         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9786         (split-window): Normalize SIDE argument (Bug#8916).
9788         * frame.el (pop-up-frame-alist, pop-up-frame-function)
9789         (special-display-frame-alist, special-display-popup-frame):
9790         Remove duplicate declarations.  These are now in window.el.
9792 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794         * mail/smtpmail.el (smtpmail-via-smtp):
9795         Set :use-starttls-if-possible so that we always use STARTTLS if the
9796         server supports it.  SMTP servers that support STARTTLS commonly
9797         require it.
9799         * net/network-stream.el (network-stream-open-starttls): Support
9800         upgrading to STARTTLS always, even if we don't have built-in support.
9801         (open-network-stream): Add the :always-query-capabilities keyword.
9803         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9804         upgrades with `open-network-stream', and rely solely on
9805         auth-source for all credentials.  Big changes throughout the file,
9806         but in particular:
9807         (smtpmail-auth-credentials): Remove.
9808         (smtpmail-starttls-credentials): Remove.
9809         (smtpmail-via-smtp): Check for servers saying they want AUTH after
9810         MAIL FROM, too.
9812         * net/network-stream.el (network-stream-open-starttls):
9813         Provide support for client certificates both for external and built-in
9814         STARTTLS.
9815         (auth-source): Require.
9816         (open-network-stream): Document the :client-certificate keyword.
9817         (network-stream-certificate): Change cert-cert to cert and
9818         cert-key to key.
9820 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
9822         * net/tramp-cache.el (top): Don't load the persistency file when
9823         "emacs -Q" has been called.
9825 2011-06-21  Tim Harper  <timcharper@gmail.com>
9827         * term/ns-win.el (ns-initialize-window-system):
9828         Set application-specific `ApplePressAndHoldEnabled' system
9829         resource to NO as it is not yet supported by the NS port.
9831 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
9833         * misc.el (list-dynamic-libraries--refresh): Compute header here...
9834         (list-dynamic-libraries): ...not here.
9836 2011-06-21  Leo Liu  <sdl.web@gmail.com>
9838         * subr.el (sha1): Implement sha1 using secure-hash.
9840 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
9842         * window.el (display-buffer-alist): In default value do not
9843         enforce searching a window on any but the selected frame.
9844         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9845         (display-buffer-select-window): Remove function.
9846         (display-buffer-in-window): When a window on another frame gets
9847         reused, do not select it any more but just raise its frame if
9848         necessary (Bug#8851) and (Bug#8856).
9849         (display-buffer-normalize-options): Handle pop-up-frames related
9850         options more faithfully.
9851         (pop-to-buffer): Don't rely on `display-buffer' selecting the
9852         window if it is on another frame.
9853         (display-buffer-alist, display-buffer-default-specifiers):
9854         Don't make new frame unsplittable by default.
9855         (display-buffer-normalize-argument): Fix doc-string typo and use
9856         'same-frame-other-window instead of 'other-window when associating
9857         with display-buffer-macro-specifiers.
9859 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
9861         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9862         New functions.
9863         (5x5-mode-map, 5x5-mode-menu): Bind them.
9864         (5x5-draw-grid): Tweak the solver's rendering.
9866 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9869         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9871 2011-06-21  Drew Adams  <drew.adams@oracle.com>
9873         * menu-bar.el: Use function variable instead of switch-to-buffer.
9874         (menu-bar-select-buffer-function): New variable.
9875         (menu-bar-update-buffers): Use it (bug#8876).
9877 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9879         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9880         variable's status.
9882 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
9884         * x-dnd.el (x-dnd-version-from-flags)
9885         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9886         and long as number (Bug#8899).
9887         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9889 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9891         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
9892         (completion-try-completion, completion-all-completions): Compute the
9893         metadata argument if it's missing; make it optional (bug#8795).
9895         * wid-edit.el: Use lex-bind and move towards completion-at-point.
9896         (widget-complete): Use new :completion-function property.
9897         (widget-completions-at-point): New function.
9898         (default): Use :completion-function instead of :complete.
9899         (widget-default-completions): Rename from widget-default-complete;
9900         Rewrite.
9901         (widget-string-complete, widget-file-complete, widget-color-complete):
9902         Remove functions.
9903         (file, symbol, function, variable, coding-system, color):
9904         * international/mule-cmds.el (default-input-method, charset)
9905         (language-info-custom-alist):
9906         * cus-edit.el (face): Use new property :completions.
9908         * progmodes/pascal.el (pascal-completions-at-point): New function.
9909         (pascal-mode): Use it.
9910         (pascal-mode-map): Use completion-at-point.
9911         (pascal-toggle-completions): Make obsolete.
9912         (pascal-complete-word, pascal-show-completions):
9913         * progmodes/octave-mod.el (octave-complete-symbol):
9914         Redefine as obsolete alias.
9915         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9916         Signal absence of completion info for old Octave,
9917         (inferior-octave-complete): Redefine as obsolete alias.
9918         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9919         (meta-completions-at-point): Rename from meta-complete-symbol and
9920         adapt it for use on completion-at-point-functions.
9921         (meta-common-mode): Use it.
9922         (meta-looking-at-backward, meta-match-buffer): Remove.
9923         (meta-complete-symbol): Redefine as obsolete alias.
9924         (meta-common-mode-map): Use completion-at-point.
9925         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9926         (makefile-mode-map): Use completion-at-point.
9927         (makefile-completions-at-point): Rename from makefile-complete and
9928         adapt it for use on completion-at-point-functions.
9929         (makefile-mode): Use it.
9930         (makefile-complete): Redefine as obsolete alias.
9932 2011-06-20  Deniz Dogan  <deniz@dogan.se>
9934         * net/rcirc.el: Delete trailing whitespaces once and for all.
9936 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
9938         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9940 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
9942         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9944         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9946 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
9948         * window.el (display-buffer-other-window-means-other-frame):
9949         Call display-buffer-normalize-alist.
9950         (display-buffer-normalize-specifiers-1): Rename to
9951         display-buffer-normalize-argument.  New argument other-frame.
9952         Rewrite.
9953         (display-buffer-normalize-specifiers-2): Rename to
9954         display-buffer-normalize-options.
9955         (display-buffer-normalize-alist-1): New function.
9956         (display-buffer-normalize-specifiers-3): Rename to
9957         display-buffer-normalize-alist.
9958         Call display-buffer-normalize-alist-1.
9959         (display-buffer-normalize-options-inhibit): New variable.
9960         (display-buffer-normalize-specifiers): Rewrite calling
9961         display-buffer-normalize-alist,
9962         display-buffer-normalize-argument, and
9963         display-buffer-normalize-options.  Don't call the latter if
9964         display-buffer-normalize-options-inhibit is non-nil.
9965         (frame-auto-delete): New option.
9966         (window-deletable-p): Use frame-auto-delete.
9967         (window-list-no-nils, window-state-ignored-parameters)
9968         (window-state-get-1, window-state-get, window-state-put-list)
9969         (window-state-put-1, window-state-put-2, window-state-put):
9970         New functions.
9971         (display-buffer-normalize-options): Move special-display-p group
9972         after pop-up-frame group (Bug#8851) and (Bug#8856).
9974 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
9976         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9977         groups (Bug#8776).
9978         (rx-submatch-n): New function.
9979         (rx): Document it.
9981         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9982         (Bug#8768).
9984         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9986         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9988         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9989         anytime existing face settings are present (Bug#8889).
9991         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9992         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9993         Remove unused argument.
9995 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
9997         * window.el (display-buffer-default-specifiers):
9998         Remove pop-up-frame.  Add pop-up-window-min-height,
9999         pop-up-window-min-width, and another reuse-window specifier
10000         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
10001         (display-buffer-normalize-specifiers-2):
10002         Handle split-height-threshold and split-width-threshold also when
10003         pop-up-windows is unset.  Add a reuse-window specifier for the
10004         case popping up a new window fails.
10005         (special-display-popup-frame): Remove double quoting.
10006         (display-buffer-normalize-specifiers-1): Fix thinko.
10008 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * shell.el (shell-completion-vars): Set pcomplete-termination-string
10011         according to comint-completion-addsuffix.
10013         * pcomplete.el: Convert to lexical binding and fix bug#8819.
10014         (pcomplete-suffix-list): Mark as obsolete.
10015         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10016         pcomplete-seen in the closure.
10017         (pcomplete-comint-setup): Setup completion-at-point as well.
10018         (pcomplete--entries): New function.
10019         (pcomplete--env-regexp): New var.
10020         (pcomplete-entries): Rewrite to work with partial-completion and
10021         without relying on pcomplete-suffix-list.
10022         (pcomplete-pare-list): Remove, unused.
10024 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
10026         * window.el (display-buffer-alist): Set pop-up-window-min-height
10027         and pop-up-window-min-width in default value.  Reported by
10028         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
10029         other-window-means-other-frame.
10030         (display-buffer-macro-specifiers): Comment out entry for
10031         other-window specifier.
10032         (display-buffer-other-window-means-other-frame): New function.
10033         (display-buffer-normalize-specifiers-1): New arguments
10034         buffer-name and label.  Treat other-window case specially.
10035         (display-buffer-normalize-specifiers-2): Treat other-window case
10036         specially.
10037         (display-buffer-normalize-specifiers-3): New function.
10038         (display-buffer-normalize-specifiers):
10039         Call display-buffer-normalize-specifiers-3.
10041 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
10043         * window.el (same-window-p): Fix two typos introduced when
10044         adding with-no-warnings.
10045         (display-buffer-normalize-specifiers-1): Don't check
10046         pop-up-frames for 'unset initialization.
10047         (display-buffer-normalize-specifiers-2): Major rewrite using
10048         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10049         (pop-up-frames, display-buffer-reuse-frames)
10050         (display-buffer-mark-dedicated): Don't initialize to 'unset.
10051         Suggested by David Engster <deng@randomsample.de>.
10052         (even-window-heights): Initialize to 'unset.
10053         (display-buffer-alist-set): Handle new 'unset initializations.
10054         (display-buffer-macro-specifiers): Don't pop up a new frame in the
10055         other window case.
10057 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
10059         * window.el (display-buffer-normalize-specifiers-1):
10060         Respect current value of pop-up-frames for most reasonable values of
10061         second argument of display-buffer (Bug#8865).
10062         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10063         (switch-to-buffer-other-window-same-frame)
10064         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
10065         Adams (Bug#8875).
10066         (display-buffer): Don't check noninteractive when calling
10067         display-buffer-pop-up-frame.
10068         (display-buffer-pop-up-frame): Never pop up a frame in
10069         noninteractive mode (Bug#8857).
10070         (enlarge-window, shrink-window): Don't report an error when the
10071         window can't be resized as requested (Bug#8862).
10073 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10075         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10077         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10079         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10081 2011-06-15  Alan Mackenzie  <acm@muc.de>
10083         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10084         for declarators, disable knr checking to speed up for normal files.
10085         2: Refactor, replacing a sequence of nested if forms by a cond form.
10087 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10089         * net/network-stream.el (open-network-stream): Add the keyword
10090         :always-query-capabilities for the case where you want to force a
10091         `plain' network connection, but the protocol still requires the
10092         capabilitiy command (i.e., SMTP and EHLO).
10094         * subr.el (process-live-p): Rename from `process-alive-p' for
10095         consistency with other `-live-p' functions.
10097 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10099         * window.el (same-window-buffer-names, same-window-regexps)
10100         (special-display-frame-alist, special-display-popup-frame)
10101         (special-display-function, special-display-buffer-names)
10102         (special-display-regexps, pop-up-frame-alist)
10103         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10104         (pop-up-windows, split-window-preferred-function)
10105         (split-height-threshold, split-width-threshold, even-window-heights)
10106         (display-buffer-mark-dedicated): Don't encourage the use of
10107         display-buffer-alist from Elisp code.
10109 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10111         * progmodes/python.el (python-mode): Derive from prog-mode.
10112         * progmodes/ps-mode.el (ps-mode):
10113         * progmodes/mixal-mode.el (mixal-mode):
10114         * progmodes/cfengine.el (cfengine-mode):
10115         * progmodes/ld-script.el (ld-script-mode): Likewise.
10117 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
10119         * window.el (display-buffer-alist): Trim default value to avoid
10120         popping up a new frame (Bug#8857) or reusing an arbitrary window
10121         on another frame.
10122         (display-buffer): Do not fall back on popping up a new frame in
10123         batch mode (Bug#8857).
10125 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
10127         * cus-theme.el (describe-theme-1): Use custom-theme-p.
10128         (custom-theme-summary): New function.
10129         (customize-themes): Use it.
10131 2011-06-13  Glenn Morris  <rgm@gnu.org>
10133         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10135 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
10137         * help.el (help-window): Remove variable.
10138         (help-window-point-marker, temp-buffer-max-height)
10139         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10140         (help-print-return-message): Don't set help-window.
10141         (resize-temp-buffer-window): Rewrite cod eand doc-string.
10142         (help-window-setup-finish): Remove.
10143         (help-window-display-message, help-window-setup)
10144         (with-help-window): Major rewrite based on new
10145         display-buffer-window variable.
10147         * help-mode.el (help-mode-finish): Remove help-window related
10148         code.
10150         * view.el (view-exits-all-viewing-windows): Remove reference to
10151         view-return-to-alist in doc-string.
10152         (view-return-to-alist): Make obsolete.
10153         (view-buffer): Call pop-to-buffer-same-window and remove
10154         undo-window code.
10155         (view-buffer-other-window): Call pop-to-buffer-other-window and
10156         simplify code.  Ignore second argument.
10157         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10158         simplify code.  Ignore second argument.
10159         (view-return-to-alist-update): Make obsolete.
10160         (view-mode-enter): Rename second argument to QUIT-RESTORE.
10161         Rewrite using quit-restore window parameters.
10162         (view-mode-exit): Rename second argument to EXIT-ONLY.
10163         Rewrite using quit-restore-window.
10164         (View-exit, View-exit-and-edit, View-leave, View-quit)
10165         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10166         appropriate arguments.
10167         (view-end-message): Use quit-restore window parameter.
10169         * window.el (display-buffer-function): Rewrite doc-string.
10170         (display-buffer-window, display-buffer-alist): New variables.
10171         (display-buffer-split-specifiers)
10172         (display-buffer-side-specifiers)
10173         (display-buffer-macro-specifiers): New constants.
10174         (display-buffer-even-window-sizes, display-buffer-set-height)
10175         (display-buffer-set-width, display-buffer-select-window)
10176         (display-buffer-in-window, display-buffer-reuse-window)
10177         (display-buffer-split-window-1, display-buffer-split-window)
10178         (display-buffer-split-atom-window, display-buffer-pop-up-window)
10179         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10180         (display-buffer-in-side-window, normalize-buffer-to-display)
10181         (display-buffer-normalize-specifiers-1)
10182         (display-buffer-normalize-specifiers-2)
10183         (display-buffer-normalize-specifiers, display-buffer-frame):
10184         New functions.
10185         (display-buffer): Major rewrite.
10186         (display-buffer-other-window, display-buffer-other-frame)
10187         (pop-to-buffer, switch-to-buffer-other-window)
10188         (switch-to-buffer-other-frame): Rewrite.
10189         (display-buffer-same-window, display-buffer-same-frame)
10190         (display-buffer-same-frame-other-window)
10191         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10192         (pop-to-buffer-other-window)
10193         (pop-to-buffer-same-frame-other-window)
10194         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10195         (switch-to-buffer-other-window-same-frame): New functions.
10196         (same-window-p, special-display-p): Rewrite disabling warnings.
10197         Make obsolete.
10198         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10199         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10200         Make obsolete
10201         (same-window-buffer-names, same-window-regexps)
10202         (special-display-frame-alist, special-display-popup-frame)
10203         (special-display-function, special-display-buffer-names)
10204         (special-display-regexps, pop-up-frame-alist)
10205         (pop-up-frame-function, split-window-preferred-function)
10206         (split-height-threshold, split-width-threshold)
10207         (even-window-heights): Make obsolete.
10209 2011-06-12  Glenn Morris  <rgm@gnu.org>
10211         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
10212         Misc simplifications.
10214 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
10216         * window.el (window-safely-shrinkable-p): Restore function which
10217         was inadvertently removed in change from 2011-06-11.  Declare as
10218         obsolete.
10220         * calendar/calendar.el (calendar-generate-window):
10221         Use window-iso-combined-p instead of combination of one-window-p and
10222         window-safely-shrinkable-p.
10224 2011-06-12  Glenn Morris  <rgm@gnu.org>
10226         * progmodes/fortran.el (fortran-mode-syntax-table):
10227         * progmodes/f90.el (f90-mode-syntax-table):
10228         Set % to punctuation.  (Bug#8820)
10229         (f90-find-tag-default): Remove, no longer needed.
10231 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
10233         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10235 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
10237         * image.el (image-animated-p): Return animation delay in seconds.
10238         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10239         (image-animate-timeout): Remove DELAY argument.  Don't assume
10240         every subimage has the same delay; get it from image-animated-p.
10241         (image-animate): Caller changed.
10243 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
10245         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10246         to ignored backtrace functions.
10248 2011-06-11  Glenn Morris  <rgm@gnu.org>
10250         * calendar/appt.el (appt-disp-window-function): Doc fix.
10251         (appt-check): Handle overlapping appointments.  (Bug#8337)
10253 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
10255         * window.el (window-tree-1, window-tree): New functions, moving
10256         the latter to window.el.
10257         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10258         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10259         (bw-refresh-edges): Remove.
10260         (balance-windows-1, balance-windows-2): New functions.
10261         (balance-windows): Rewrite in terms of window tree functions,
10262         balance-windows-1 and balance-windows-2.
10263         (bw-adjust-window): Remove.
10264         (balance-windows-area-adjust): New function with functionality of
10265         bw-adjust-window but using resize-window.
10266         (set-window-text-height): Rewrite doc-string.
10267         Use normalize-live-window and resize-window.
10268         (enlarge-window-horizontally, shrink-window-horizontally):
10269         Rename argument to DELTA.
10270         (window-buffer-height): New function.
10271         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10272         Rewrite using new window resize routines.
10273         (kill-buffer-and-window, mouse-autoselect-window-select):
10274         Use ignore-errors instead of condition-case.
10275         (quit-window): Call delete-frame instead of delete-windows-on
10276         for the only buffer on frame.
10278 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
10280         * loadup.el (top-level): Load window before files for the sake
10281         of replace-buffer-in-windows.
10283         * files.el (read-buffer-to-switch)
10284         (switch-to-buffer-other-window)
10285         (switch-to-buffer-other-frame, display-buffer-other-frame):
10286         Move to window.el.
10288         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10289         (previous-buffer): Move to window.el.
10291         * bindings.el (unbury-buffer): Move to window.el.
10293         * window.el (delete-other-windows-vertically): Move after
10294         definition of delete-other-windows.
10295         (other-window, delete-windows-on, replace-buffer-in-windows):
10296         Move here from window.c.
10297         (record-window-buffer, unrecord-window-buffer)
10298         (set-window-buffer-start-and-point, switch-to-prev-buffer)
10299         (switch-to-next-buffer): New functions.
10300         (get-next-valid-buffer, last-buffer, next-buffer): Move here
10301         from simple.el.  Call switch-to-next-buffer.
10302         (previous-buffer): Move here from simple.el.
10303         Call switch-to-prev-buffer.
10304         (bury-buffer): Move here from buffer.c.  Switch to previous
10305         buffer when window cannot be deleted.
10306         (unbury-buffer): Move here from bindings.el.
10307         (ctl-x-map): Move binding for other-window from window.c to
10308         here.
10309         (read-buffer-to-switch, switch-to-buffer-other-window)
10310         (switch-to-buffer-other-frame): Move here from files.el.
10311         (normalize-buffer-to-switch-to): New functions.
10312         (switch-to-buffer): Move here from buffer.c.
10313         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
10315 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
10317         * window.el (window-min-height, window-min-width): Move here
10318         from window.c.  Add defcustoms and rewrite doc-strings.
10319         (resize-mini-window, resize-window): New functions.
10320         (adjust-window-trailing-edge, enlarge-window, shrink-window):
10321         Move here from window.c.
10322         (maximize-window, minimize-window): New functions.
10323         (delete-window, delete-other-windows, split-window): Move here
10324         from window.c.
10325         (window-split-min-size): New function.
10326         (split-window-keep-point): Mention split-window-above-each-other
10327         instead of split-window-vertically.
10328         (split-window-above-each-other, split-window-vertically):
10329         Rename split-window-vertically to split-window-above-each-other
10330         and provide defalias for old definition.
10331         (split-window-side-by-side, split-window-horizontally):
10332         Rename split-window-horizontally to split-window-side-by-side
10333         and provide defalias for the old definition.
10334         (ctl-x-map): Move bindings for delete-window,
10335         delete-other-windows and enlarge-window here from window.c.
10336         Replace bindings for split-window-vertically and
10337         split-window-horizontally by bindings for
10338         split-window-above-each-other and split-window-side-by-side.
10340         * cus-start.el (all): Remove entries for window-min-height and
10341         window-min-width.  Add entries for window-splits and
10342         window-nest.
10344 2011-06-09  Glenn Morris  <rgm@gnu.org>
10346         * calendar/appt.el (appt-mode-line): New function.
10347         (appt-check, appt-disp-window): Use it.
10349         * files.el (hack-one-local-variable-eval-safep):
10350         Allow minor-modes with explicit +/-1 arguments.
10352 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
10354         * term/xterm.el (xterm): Add defgroup.
10355         (xterm-extra-capabilities): Add defcustom to supply known xterm
10356         capabilities, skip querying them, or query them (default).
10357         (terminal-init-xterm): Use it.
10358         (terminal-init-xterm-modify-other-keys): New function to set up
10359         modifyOtherKeys support to simplify `terminal-init-xterm'.
10361 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
10363         * window.el (resize-window-reset, resize-window-reset-1)
10364         (resize-subwindows-skip-p, resize-subwindows-normal)
10365         (resize-subwindows, resize-other-windows, resize-this-window)
10366         (resize-root-window, resize-root-window-vertically)
10367         (window-deletable-p, window-or-subwindow-p)
10368         (frame-root-window-p): New functions.
10370 2011-06-09  Glenn Morris  <rgm@gnu.org>
10372         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10373         (ange-ftp-get-files): Use it.
10375 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
10377         * mail/sendmail.el (mail-recover-1, mail-recover):
10378         * files.el (recover-file, recover-session):
10379         Handle dired-listing-switches not being just a single short option.
10381 2011-06-09  Glenn Morris  <rgm@gnu.org>
10383         * calendar/appt.el (appt-display-message, appt-disp-window):
10384         Handle lists of appointments.
10386 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
10388         * window.el (one-window-p): Move down in code.
10389         Rewrite doc-string.
10390         (window-current-scroll-bars): Rewrite doc-string.
10391         Normalize live window argument.
10392         (walk-windows, get-window-with-predicate, count-windows):
10393         Rewrite doc-string.  Use window-list-1.
10394         (window-in-direction-2, window-in-direction, get-mru-window):
10395         New functions.
10397 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
10399         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10400         Doc fix (Bug#8713).
10402 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
10404         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10406 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
10408         * loadhist.el (unload-feature-special-hooks):
10409         Add `comint-output-filter-functions'.
10411 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
10413         * calendar/appt.el (appt-check): Move some initializations into the let.
10415 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
10417         * window.el (window-height): Defalias to window-total-height.
10418         (window-width): Defalias to window-body-width.
10420 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
10422         * image-mode.el (image-toggle-animation): New command.
10423         (image-mode-map): Bind it to RET.
10424         (image-mode): Update message.
10425         (image-toggle-display-image): Avoid a spurious cache flush.
10426         (image-transform-rotation): Doc fix.
10427         (image-transform-properties): Return quickly in the normal case.
10428         (image-animate-loop): Rename from image-animate-max-time.
10430         * image.el (image-animate-max-time): Move to image-mode.el.
10431         (create-animated-image): Remove unnecessary function.
10432         (image-animate): Rename from image-animate-start.  New arg.
10433         (image-animate-stop): Remove; just use image-animate-timer.
10434         (image-animate-timer): Use car-safe.
10435         (image-animate-timeout): Rename argument.
10437 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
10439         * window.el (get-lru-window, get-largest-window): Move here from
10440         window.c.  Rename first argument to ALL-FRAMES.
10441         Rephrase doc-strings.
10442         (get-buffer-window-list): Rewrite using window-list-1.
10443         Rephrase doc-string.
10444         (window-safe-min-height, window-safe-min-width): New constants.
10445         (window-size-ignore, window-min-size, window-min-size-1)
10446         (window-sizable, window-sizable-p, window-size-fixed-1)
10447         (window-size-fixed-p, window-min-delta-1, window-min-delta)
10448         (window-max-delta-1, window-max-delta, window-resizable)
10449         (window-resizable-p, window-total-height, window-total-width)
10450         (window-body-width): New functions.
10451         (window-full-height-p, window-full-width-p): Rewrite using
10452         window-total-size.
10453         (window-body-height): Rewrite using window-body-size.
10455 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
10457         * window.el (window-right, window-left, window-child)
10458         (window-child-count, window-last-child, window-any-p)
10459         (normalize-live-buffer, normalize-live-frame)
10460         (normalize-any-window, normalize-live-window)
10461         (window-iso-combination-p, window-iso-combined-p)
10462         (window-iso-combinations)
10463         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10464         (windows-with-parameter, window-with-parameter)
10465         (window-atom-root, make-window-atom, window-atom-check-1)
10466         (window-atom-check, window-side-check, window-check):
10467         New functions.
10468         (ignore-window-parameters, window-sides, window-sides-vertical)
10469         (window-sides-slots): New variables.
10470         (window-size-fixed): Move down in code.  Minor doc-string fix.
10472 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
10474         * comint.el (comint-dynamic-complete-as-filename)
10475         (comint-dynamic-complete-filename): Correctly call
10476         completion-in-region.
10478 2011-06-05  Deniz Dogan  <deniz@dogan.se>
10480         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10481         in last change.
10483 2011-06-05  Deniz Dogan  <deniz@dogan.se>
10485         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10486         (rcirc): Use it to prompt for encryption.
10488 2011-06-05  Roland Winkler  <winkler@gnu.org>
10490         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10491         (bibtex-search-entries): New command bound to C-c C-a.
10492         (bibtex-display-entries): New function.
10494 2011-06-05  Roland Winkler  <winkler@gnu.org>
10496         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10497         (bibtex-insert-kill): After yanking insert newline if necessary.
10498         (bibtex-initialize): Call bibtex-string-files-init only once.
10499         (bibtex-mode): Do not call easy-menu-add.
10500         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10501         (bibtex-yank): Set arg properly if nil.
10503 2011-06-05  Roland Winkler  <winkler@gnu.org>
10505         * textmodes/bibtex.el (bibtex-search-entry-globally):
10506         New variable.
10507         (bibtex-search-entry): Use it.
10509 2011-06-05  Roland Winkler  <winkler@gnu.org>
10511         * textmodes/bibtex.el (bibtex-entry-format): New option
10512         sort-fields.
10513         (bibtex-format-entry, bibtex-reformat): Honor this option.
10514         (bibtex-parse-entry): Return fields in proper order.
10516 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
10518         * doc-view.el (doc-view-remove-if): Move computation of result out
10519         of `dolist' to silence misleading lexical-binding warning.
10521 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
10523         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10524         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10526 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
10528         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10529         "SunOS 5.10".
10531 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
10533         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10534         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10535         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10536         (tramp-parse-putty):
10537         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10538         (tramp-completion-function-alist-ssh)
10539         (tramp-completion-function-alist-telnet)
10540         (tramp-completion-function-alist-su)
10541         (tramp-completion-function-alist-putty): Set `tramp-autoload'
10542         cookie.
10544         * net/tramp-ftp.el:
10545         * net/tramp-sh.el:
10546         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10547         load "tramp.el" `tramp-set-completion-function'.
10549 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10551         * shell.el: Require and use pcomplete.
10552         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10553         (shell-completion-vars): Set pcomplete-default-completion-function.
10555 2011-06-04  Deniz Dogan  <deniz@dogan.se>
10557         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10558         `memq' (Bug#8799).
10560 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10562         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10564 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
10566         * bs.el (bs--mark-unmark, bs--nth-wrapper):
10567         * mpc.el (mpc-select-extend, mpc-songpointer-context):
10568         * vc/log-view.el (log-view-beginning-of-defun):
10569         * vc/smerge-mode.el (smerge-apply-resolution-patch)
10570         (smerge-refine-forward, smerge-refine-chopup-region):
10571         Silence warning for unused `dotimes' counter variables.
10573 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10575         * net/tramp.el (tramp-with-progress-reporter): Rename from
10576         with-progress-reporter.  Use `declare'.
10577         * net/tramp-smb.el:
10578         * net/tramp-sh.el:
10579         * net/tramp-gvfs.el: Update all uses.
10581 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
10583         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10584         buffer isn't killed before making it current.
10586 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10588         Silence various byte-compiler warnings.
10589         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10590         `access-type' and new obsolescence format.
10591         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10592         new format.
10593         (byte-compile-check-variable): New `access-type' argument.
10594         Only warn if the access-type is obsolete.
10595         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10596         (byte-compile-variable-set): Adjust callers.
10597         * help-fns.el (describe-variable): Adjust to new obsolescence format.
10598         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10599         setting it as obsolete.
10600         * simple.el (minibuffer-completing-symbol):
10601         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10602         access as obsolete.
10603         * minibuffer.el (minibuffer-completing-file-name): Don't make it
10604         obsolete yet.
10605         * international/quail.el (quail-mouse-choose-completion): Remove unused
10606         code referring to obsolete var.
10607         (quail-choose-completion-string): Remove.
10608         * server.el (server-clients-with, server-kill-buffer-query-function)
10609         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10610         * proced.el (proced-send-signal):
10611         * emacs-lisp/lisp.el (lisp-complete-symbol):
10612         Replace completion-annotate-function with completion-extra-properties.
10614 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10616         * simple.el (goto-line): Use read-number.
10617         (overriding-map-is-bound): Remove.
10618         (saved-overriding-map): Change default.
10619         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10620         Take the map as argument.
10621         (universal-argument, negative-argument, digit-argument): Use it.
10622         (restore-overriding-map): Adjust.
10623         (do-auto-fill): Use fill-forward-paragraph.
10624         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10626         * minibuffer.el (minibuffer-inactive-mode-map): New var.
10627         (minibuffer-inactive-mode): New major mode.
10628         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10629         the *Messages* buffer" hack.
10630         (mouse-popup-menubar): Don't burp if the event is a normal key.
10632         Miscellaneous tweaks.
10633         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10634         lexical scoping as in subr.el's dolist and dotimes.
10635         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10636         Silence compiler warning.
10637         * thingatpt.el (forward-whitespace): Trivial coding style fix.
10638         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10639         * international/ccl.el (ccl-compile): Trivial simplification.
10640         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10641         * emacs-lisp/testcover.el (testcover-end): Remove spurious
10642         `printflag' argument.
10643         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10644         Purecopy the whole obsolescence data.
10646 2011-06-01  Leo Liu  <sdl.web@gmail.com>
10648         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10649         improve doc-string as suggested by Marco Pessotto
10650         <melmothx@gmail.com>.
10651         (rcirc-print): Fix last change.
10653 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10655         * minibuffer.el (complete-with-action): Return nil for the metadata and
10656         boundaries of non-functional tables.
10657         (completion-table-dynamic): Return nil for the metadata.
10658         (completion-table-with-terminator): Add default case, using
10659         complete-with-action.
10660         (completion--metadata): New function.
10661         (completion-all-sorted-completions, minibuffer-completion-help): Use it
10662         to try and avoid pathological performance problems.
10663         (completion--embedded-envvar-table): Return `category' metadata.
10665 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10667         * subr.el (process-alive-p): New tiny convenience function.
10669 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10671         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10672         content but also its previous major mode.
10674 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
10676         * emacs-lisp/debug.el (debug): Restore the previous content of the
10677         *Backtrace* buffer when we exit with C-M-c.
10679 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * minibuffer.el: Add metadata method to completion tables.
10682         (completion-category-overrides): New defcustom.
10683         (completion-metadata, completion--field-metadata)
10684         (completion-metadata-get, completion--styles)
10685         (completion--cycle-threshold): New functions.
10686         (completion-try-completion, completion-all-completions):
10687         Add `metadata' argument to choose completion-styles.
10688         (completion--do-completion): Use metadata to choose cycling.
10689         (completion-all-sorted-completions): Use metadata for sorting.
10690         Remove :completion-cycle-penalty which is not needed any more.
10691         (completion--try-word-completion): Add `metadata' argument.
10692         (minibuffer-completion-help): Check metadata for annotation function
10693         and sorting.
10694         (completion-file-name-table): Return `category' metadata.
10695         (minibuffer-completing-file-name): Make obsolete.
10696         * simple.el (minibuffer-completing-symbol): Make obsolete.
10697         * icomplete.el (icomplete-completions): Pass new `metadata' param to
10698         completion-try-completion.
10700 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10702         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10704 2011-05-30  Leo Liu  <sdl.web@gmail.com>
10706         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
10707         (rcirc-print): Decode all incoming messages (bug#8744).
10708         (rcirc-decode-coding-system): Allow value nil for automatic coding
10709         system detection.
10711 2011-06-01  Glenn Morris  <rgm@gnu.org>
10713         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10715 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
10717         * image.el (image-animate-max-time): Allow nil and t values.
10718         Default to nil.
10719         (create-animated-image): Doc fix.
10720         (image-animate-start): Remove second arg; just use
10721         image-animate-max-time.
10722         (image-animate-timeout): Doc fix.  Args changed.
10724         * image-mode.el (image-toggle-display-image): Ensure that the
10725         image spec passed to the animate timer is the same object as in
10726         the buffer's display property (Bug#6981).
10727         (image-transform-properties): Doc fix.
10729         * image.el (image-animate-max-time): Default to nil.
10731 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
10733         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10734         entire buffer list (Bug#8184).
10736 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
10738         * image.el (imagemagick-types-inhibit)
10739         (imagemagick-register-types): Doc fix.
10741 2011-05-29  Deniz Dogan  <deniz@dogan.se>
10743         * net/rcirc.el (rcirc): Use the user's stored encryption method by
10744         default.
10746 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
10748         * select.el: Don't perform clipboard-manager saving in hooks;
10749         leave the hooks empty.
10751 2011-05-28  Leo Liu  <sdl.web@gmail.com>
10753         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10754         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
10755         (occur-edit-mode): New major mode (Bug#8463).
10756         (occur-after-change-function): New function.
10757         (occur-engine): Give Occur tags a read-only property.
10759 2011-05-28  Kevin Ryde  <user42@zip.com.au>
10761         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10763 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
10765         * bindings.el (help-echo): Make the initial non-indicator dash
10766         empty on graphical terminals (Bug#7295).
10768         * files.el (auto-mode-alist): Move config rule after the
10769         in-stripping one (Bug#8547).
10771         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10773         * startup.el (normal-splash-screen): Remove gratuitous mode-line
10774         setting (Bug#8740).
10776 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
10778         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10779         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10780         (Bug#8539).
10782 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
10784         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10786 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
10788         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10789         (hs-hide-block-at-point, hs-find-block-beginning)
10790         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10791         (Bug#8279).
10793 2011-05-28  Glenn Morris  <rgm@gnu.org>
10795         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
10797 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
10799         * help-fns.el (describe-function-1): If the function is a derived
10800         major mode, print the parent mode.
10802         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10803         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10805 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * minibuffer.el (completion--capf-wrapper): Check applicability before
10808         returning non-nil for non-exclusive completion data.
10809         * progmodes/etags.el (tags-completion-at-point-function):
10810         * info-look.el (info-lookup-completions-at-point): Mark as
10811         non-exclusive.
10812         (info-complete): Adjust accordingly.
10814         * info-look.el: Convert to lexical-binding and completion-at-point.
10815         (info-lookup-completions-at-point): New function.
10816         (info-complete): Use it and completion-in-region.
10818 2011-05-28  Drew Adams  <drew.adams@oracle.com>
10820         * isearch.el: Let M-e start with point at the first mismatched char.
10821         (isearch-fail-pos): New function.
10822         (isearch-edit-string): Use it.
10824 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
10826         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10828 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
10830         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
10831         traversal functions for avl-trees.
10832         (avl-tree--stack): New struct.
10833         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10834         (avl-tree-enter): Add optional `updatefun' arg.
10835         (avl-tree--do-enter): Add optional `updatefun' arg.
10836         Change return value.
10837         (avl-tree-delete): Add optional `test' and `nilflag' args.
10838         (avl-tree--do-delete): Add `test' and `nilflag' args.
10839         Change return value.
10840         (avl-tree-member): Add optional `nilflag'
10841         (avl-tree-member-p): New function.
10842         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10843         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10844         (avl-tree-stack-empty-p): New functions.
10846         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10847         avl-tree--del-balance1 and make it work both ways.
10848         (avl-tree--del-balance2): Remove.
10849         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10850         make it work both ways.
10851         (avl-tree--enter-balance2): Remove.
10852         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10853         New macros.
10854         (avl-tree--mapc, avl-tree-map): Add direction argument.
10856 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
10858         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10860 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
10862         * select.el: Support clipboard managers with built-in function
10863         x-clipboard-manager-save, via delete-frame-functions and
10864         kill-emacs-hook.
10865         (xselect-convert-to-targets): Add MULTIPLE target to list.
10866         (xselect-convert-to-save-targets): New function.
10868 2011-05-27  Kenichi Handa  <handa@m17n.org>
10870         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10871         let-binding rfc2047-encode-encoded-words to nil.
10873 2011-05-27  Glenn Morris  <rgm@gnu.org>
10875         * mail/emacsbug.el: Don't require url-util.
10877         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
10879         * files.el (set-auto-mode):
10880         Also respect mode: entries at the end of the file.  (Bug#8586)
10882 2011-05-26  Glenn Morris  <rgm@gnu.org>
10884         * files.el (hack-local-variables-prop-line, hack-local-variables):
10885         Downcase mode names, as seems to be traditional.
10886         (hack-local-variables, hack-local-variables-apply): Doc fixes.
10888         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10889         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
10891 2011-05-25  Julien Danjou  <julien@danjou.info>
10893         * textmodes/rst.el (rst-define-level-faces): Do not define face
10894         symbol if it is already defined.
10896 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10898         * play/5x5.el (5x5-new-game, 5x5-randomize):
10899         Reset 5x5-solver-output to nil when a new grid is cast.
10900         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10901         these debugging traces, as defmacro breaks the compiled code.
10903 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
10905         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10907 2011-05-24  Leo Liu  <sdl.web@gmail.com>
10909         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10910         (vc-bzr-sha1): Adapt.
10912         * sha1.el: Remove.  Function `sha1' is now builtin.
10914         * bindings.el: Provide sha1 feature.
10916 2011-05-24  Kenichi Handa  <handa@m17n.org>
10918         * mail/sendmail.el: Require `rfc2047'.
10919         (mail-insert-from-field): Do not perform RFC2047 encoding.
10920         (mail-encode-header): New function.
10921         (sendmail-send-it): Set buffer-file-coding-system of the work
10922         buffer to the return value of select-message-coding-system.
10923         Call mail-encode-header.
10925         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10927 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
10929         * mail/supercite.el (sc-default-cite-frame):
10930         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
10932 2011-05-24  Glenn Morris  <rgm@gnu.org>
10934         * progmodes/python.el (brm-menu): Declare.
10936         * emulation/viper.el (viper-set-hooks): Declare.
10938         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10939         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10940         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10941         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10942         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10943         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10945 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10947         Add an :exit-function for completion-at-point.
10949         * minibuffer.el (completion--done): New fun.
10950         (completion--do-completion): Use it.  New arg `expect-exact'.
10951         (minibuffer-complete, minibuffer-complete-word): Don't output message,
10952         since completion--do-completion does it for us now.
10953         (minibuffer-force-complete): Use completion--done and
10954         completion--replace.  Handle sole-completion case with more care.
10955         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10956         (completion-extra-properties): New var.
10957         (completion-annotate-function): Make obsolete.
10958         (minibuffer-completion-help): Adjust accordingly.
10959         Use completion-list-insert-choice-function.
10960         (completion-at-point, completion-help-at-point):
10961         Bind completion-extra-properties.
10962         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10963         * simple.el (completion-list-insert-choice-function): New var.
10964         (completion-setup-function): Preserve it.
10965         (choose-completion): Pay attention to it, shuffle the code a bit.
10966         (choose-completion-string): New arg `insert-function'.
10968         * textmodes/bibtex.el: Convert to lexical binding.
10969         (bibtex-mode-map): Use completion-at-point.
10970         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10971         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10972         (bibtex-complete): Define as obsolete alias.
10973         (bibtex-complete-internal): Remove.
10974         (bibtex-format-entry): Remove unused sub-group in regexp.
10975         * shell.el (shell--command-completion-data)
10976         (shell-environment-variable-completion):
10977         * pcomplete.el (pcomplete-completions-at-point):
10978         * comint.el (comint--complete-file-name-data): Use :exit-function
10979         instead of completion-table-with-terminator so it also works for
10980         choose-completion.
10982 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10984         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10986         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10987         (bug#8710).
10989         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10991 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
10993         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10994         customization variable and implement: If non-nil, auto-fill will
10995         be inhibited while on topic's header line.
10997 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10999         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
11000         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
11001         always have a solution in grid size = 5 cases.
11002         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11003         (5x5-solver-output, 5x5-log-buffer): New vars.
11004         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11005         Make these variables buffer local to achieve 5x5 multi-session-ness.
11006         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11007         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11008         (5x5-solve-suggest): New funs.
11009         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11010         randomize a grid so that we ensure that there is always a solution.
11011         (5x5-make-random-grid): Allow other movement than flipping.
11013 2011-05-23  Kevin Ryde  <user42@zip.com.au>
11015         * emacs-lisp/advice.el (ad-read-advised-function):
11016         Use `function-called-at-point' as the default, if it has
11017         advice and passes PREDICATE.
11019 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11022         byte-compile-lambda if it's actually a lambda.
11024         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11025         Fix function quoting.  Use backquote better.
11027 2011-05-22  Yuanle Song  <sylecn@gmail.com>
11029         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11030         matching (Bug#8516).
11032 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
11034         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11035         different face (Bug#8178).
11037 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
11039         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11040         defface (Bug#8144).
11042 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11045         funcall as well (bug#8712).  Warn when performing those conversions.
11046         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11048         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11050 2011-05-22  Glenn Morris  <rgm@gnu.org>
11052         * files.el (hack-local-variables-prop-line): Small simplifications.
11053         (hack-local-variables, hack-local-variables-prop-line):
11054         If MODE-ONLY, return the mode, rather than just `t'.
11056 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11058         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11060 2011-05-21  Glenn Morris  <rgm@gnu.org>
11062         * files.el (hack-local-variables-prop-line, hack-local-variables):
11063         If only interested in the mode, don't bother doing the other stuff.
11065         * image-mode.el (image-after-revert-hook):
11066         Redraw all frames on which the image is visible.  (Bug#8567)
11068         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
11070         * wid-edit.el (widget-checklist-match-inline):
11071         Fix 2011-04-19 change.  (Bug#8649)
11073 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11076         Also allow singlespace after single-letter capitals followed by a dot.
11078         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11079         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11081 2011-05-20  Nix  <nix@esperi.org.uk>
11083         * files.el (basic-save-buffer-2):
11084         Fix handling of break-hardlink-on-save with non-existent files.
11086 2011-05-19  Deniz Dogan  <deniz@dogan.se>
11088         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
11089         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
11091 2011-05-19  Glenn Morris  <rgm@gnu.org>
11093         * progmodes/f90.el (f90-type-def-re):
11094         Handle "type, bind(c)".  (Bug#8691)
11096         * emacs-lisp/autoload.el (batch-update-autoloads):
11097         Set autoload-excludes by parsing loadup.el rather than Makefiles.
11099 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
11101         * net/tramp.el (tramp-process-actions): Set "first-password-request"
11102         property for the correct connection in case of multihops.
11104 2011-05-18  Glenn Morris  <rgm@gnu.org>
11106         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
11107         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11109         Rationalize calendar handling of day and month abbrev-arrays.
11110         * calendar/calendar.el (calendar-customized-p): New function.
11111         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11112         (calendar-day-name-array, calendar-month-name-array): Doc fix.
11113         Add :set function.
11114         (calendar-abbrev-length, calendar-day-abbrev-array)
11115         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11116         (calendar-day-abbrev-array, calendar-month-abbrev-array):
11117         Elements may no longer be nil.
11118         (calendar-day-name, calendar-month-name):
11119         Update for changed nature of abbrev arrays.
11120         * calendar/diary-lib.el (diary-name-pattern):
11121         Update for changed nature of abbrev arrays.
11122         (diary-mark-entries-1): Update calendar-make-alist calls.
11123         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11124         * calendar/cal-html.el (cal-html-day-abbrev-array):
11125         Simply inherit from calendar-day-abbrev-array.
11127 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11129         * progmodes/grep.el (grep-mode): Disable default
11130         compilation-directory-matcher setting (bug#8684).
11132 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
11134         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11135         instead of "head" and "tail".  There were problems with SunOS 5.9,
11136         and it performs better.
11138 2011-05-17  Glenn Morris  <rgm@gnu.org>
11140         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11142         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11143         Replace obsolete function.
11145         * shell.el (pcomplete-parse-arguments-function): Declare.
11147         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11148         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11149         (appt-check): Doc fixes.
11150         (appt-disp-window-function, appt-delete-window-function):
11151         Remove needless special case in custom :type.
11152         (appt-display-count): Default to 0, not nil.
11153         (appt-check): Reset appt-display-count to 0, not nil.
11155 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
11157         * progmodes/python.el (python-font-lock-keywords):
11158         Add the Python 3.X keyword "nonlocal" (bug#8639).
11160 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11164 2011-05-16  Kevin Ryde  <user42@zip.com.au>
11166         * info-look.el (makefile-automake-mode): New setups, looking in
11167         automake manual, then makefile-mode.
11168         (makefile-mode): Remove automake manual, have it just in
11169         makefile-automake-mode since there's various things different or
11170         not relevant to plain make.
11171         (makefile-mode): Remove "other-modes" non-existent automake-mode,
11172         believe a hypothetical automake-mode would go to makefile-mode,
11173         not the other way around.
11175 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
11177         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11178         hunk-end tags (Bug#8672).
11180         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11181         vc-annotate-show-diff-revision-at-line (Bug#8671).
11183 2011-05-14  Glenn Morris  <rgm@gnu.org>
11185         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11186         in the middle of an existing one with multiple authors.  (Bug#8645)
11187         (change-log-font-lock-keywords): Also handle multiple author lines
11188         with leading tabs.  (Bug#8644)
11190         * calendar/appt.el (appt-check): Rename some local variables.
11191         Some simplification/reordering.
11193         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11194         (feedmail-sendmail-f-doesnt-sell-me-out)
11195         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11196         (feedmail-debug-sit-for, feedmail-queue-express-hook)
11197         (feedmail-queue-runner-message-sender): Set :version.
11198         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11199         (bbdb-dwim-net-address, vm-mail): Declare.
11200         (feedmail-binmail-gnulinuxish-template):
11201         Rename from feedmail-binmail-linuxish-template.
11202         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11203         Use insert-buffer-substring.
11205 2011-05-14  Bill Carpenter  <bill@carpenter.org>
11207         * mail/feedmail.el (feedmail-patch-level): Increase.
11208         (feedmail-debug): New custom group.
11209         (feedmail-confirm-outgoing-timeout)
11210         (feedmail-sendmail-f-doesnt-sell-me-out)
11211         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11212         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11213         (feedmail-sender-line, feedmail-from-line)
11214         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
11215         (feedmail-spray-this-address)
11216         (feedmail-spray-address-fiddle-plex-list)
11217         (feedmail-queue-use-send-time-for-date)
11218         (feedmail-queue-use-send-time-for-message-id)
11219         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11220         (feedmail-buffer-eating-function):
11221         Doc fixes.
11222         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11223         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11224         (feedmail-message-action-scroll-down): New functions.
11225         (feedmail-queue-directory, feedmail-queue-draft-directory):
11226         Use expand-file-name.
11227         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11228         Remove C-v help entry.
11229         (feedmail-queue-buffer-file-name): New variable.
11230         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11231         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11232         (feedmail-message-action-send-strong, feedmail-message-action-edit)
11233         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11234         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11235         (feedmail-message-action-toggle-spray)
11236         (feedmail-run-the-queue-no-prompts)
11237         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11238         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11239         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11240         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11241         (feedmail-envelope-deducer, feedmail-fiddle-from)
11242         (feedmail-fiddle-sender, feedmail-default-date-generator)
11243         (feedmail-fiddle-date, feedmail-fiddle-message-id)
11244         (feedmail-fiddle-spray-address)
11245         (feedmail-fiddle-list-of-spray-fiddle-plexes)
11246         (feedmail-fiddle-list-of-fiddle-plexes)
11247         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11248         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11249         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11250         Change default.  Doc fix.
11251         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11252         (feedmail-binmail-linuxish-template): New constant.
11253         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
11254         Respect feedmail-sendmail-f-doesnt-sell-me-out.
11255         (feedmail-send-it): Add debug call.
11256         Use feedmail-queue-buffer-file-name, and
11257         feedmail-send-it-immediately-wrapper.
11258         (feedmail-message-action-send): Add debug call.
11259         Use feedmail-send-it-immediately-wrapper.
11260         (feedmail-queue-express-to-queue): Add debug call.
11261         Run feedmail-queue-express-hook.
11262         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
11263         (feedmail-message-action-help-blat):
11264         Rename from feedmail-queue-send-edit-prompt-help-first.
11265         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
11266         Check line-endings.  Handle errors better.
11267         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11268         Doc fix.  Add debug call.
11269         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
11270         Use feedmail-queue-send-edit-prompt-inner.
11271         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11272         (feedmail-queue-send-edit-prompt-inner): New function, extracted
11273         from feedmail-queue-send-edit-prompt.
11274         (feedmail-queue-send-edit-prompt-help)
11275         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11276         (feedmail-tidy-up-slug): Add debug call.
11277         Respect feedmail-queue-slug-suspect-regexp.
11278         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11279         (feedmail-dump-message-to-queue): Add debug call.
11280         Expand queue-directory.
11281         (feedmail-dump-message-to-queue): Change message slightly.
11282         Use feedmail-say-chatter.
11283         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
11284         (feedmail-send-it-immediately-wrapper): New function.
11285         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
11286         Insert empty string rather than newline.  Handle full-frame case.
11287         Use catch/throw.  Use feedmail-say-chatter.
11288         (feedmail-fiddle-from): Try mail-host-address.
11289         (feedmail-default-message-id-generator): Doc fix.
11290         Bind system-time-locale.  Handle missing end.
11291         (feedmail-fiddle-x-mailer): Add debug call.
11292         Handle feedmail-x-mailer-line being nil.
11293         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11294         Add debug call.  Use buffer-substring-no-properties.
11295         (feedmail-say-debug, feedmail-say-chatter): New functions.
11296         (feedmail-find-eoh): Give an explicit error.
11298 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
11300         * net/newst-treeview.el (newsticker-treeview-face): Change default
11301         family from helvetica to sans.
11302         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
11303         etc/images/newsticker.
11305         * net/newst-reader.el (newsticker-feed-face): Change default
11306         family from helvetica to sans.
11308         * net/newst-plainview.el (newsticker-new-item-face)
11309         (newsticker-old-item-face, newsticker-immortal-item-face)
11310         (newsticker-obsolete-item-face, newsticker-date-face)
11311         (newsticker-statistics-face): Change default family from
11312         helvetica to sans.
11313         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
11314         etc/images/newsticker.
11316         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11317         (newsticker--process-auto-mark-filter-match): Tell user about
11318         auto-marking.
11320 2011-05-13  Didier Verna  <didier@xemacs.org>
11322         Common Lisp indentation improvements on defmethod and lambda-lists.
11323         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11324         TODO entries.
11325         (lisp-lambda-list-keyword-parameter-indentation)
11326         (lisp-lambda-list-keyword-parameter-alignment)
11327         (lisp-lambda-list-keyword-alignment): New customizable user options.
11328         (lisp-indent-defun-method): Improve docstring.
11329         (extended-loop-p): Fix comment.
11330         (lisp-indent-lambda-list-keywords-regexp): New variable.
11331         (lisp-indent-lambda-list): New function.
11332         (lisp-indent-259): Use it.
11333         (lisp-indent-defmethod): Support for more than one
11334         method qualifier and properly indent methods lambda-lists.
11335         (defgeneric): Provide a missing common-lisp-indent-function property.
11337 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11339         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11340         bounds for the empty string (bug#8667).
11342 2011-05-13  Glenn Morris  <rgm@gnu.org>
11344         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11346         * mail/sendmail.el (sendmail-program): Try executable-find first.
11347         (sendmail-send-it): `sendmail-program' cannot be unbound.
11349         * calendar/appt.el (appt-make-list): Simplify.
11350         (appt-time-msg-list): Doc fix.
11351         (appt-check): Change mode-line message at the time of the appointment.
11353 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
11355         * progmodes/ld-script.el (ld-script-keywords)
11356         (ld-script-builtins): Update keywords list.
11358 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11360         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11362         * shell.el (shell-completion-vars): New function.
11363         (shell-mode):
11364         * simple.el (read-shell-command): Use it.
11365         (blink-matching-open): No need for " [...]" in minibuffer-message.
11367 2011-05-12  Glenn Morris  <rgm@gnu.org>
11369         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11370         (appt-check): Simplify.
11372 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
11374         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
11375         literal "/dev/null".
11377 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11379         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11380         Fix typo.
11382 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
11384         * progmodes/which-func.el (which-function):
11385         Use add-log-current-defun instead of add-log-current-defun-function,
11386         which might not be defined (Bug#8260).
11388 2011-05-12  Glenn Morris  <rgm@gnu.org>
11390         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11391         Let byte-compile-initial-macro-environment always take precedence.
11393 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11395         * net/rcirc.el: Add support for SSL/TLS connections.
11396         (rcirc-server-alist): New field `encryption'.
11397         (rcirc): Check `encryption' settings.
11398         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
11399         Merge make-local-variable into `set'.
11400         (rcirc--connection-open-p): New function.
11401         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11402         the process is not a network process (e.g. running gnutls-cli).
11403         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11404         Make rcirc-(en|de)code-coding-system local here.
11405         (rcirc-mode): Merge make-local-variable into `set'.
11406         (rcirc-parent-buffer): Make permanent buffer-local.
11407         (rcirc-multiline-minor-mode): Don't do it here.
11408         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11409         there's no server buffer.
11411 2011-05-11  Glenn Morris  <rgm@gnu.org>
11413         * newcomment.el (comment-kill): Prefix "unused" local.
11415         * term/w32console.el (get-screen-color): Declare.
11417         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11418         Handle symbol elements of byte-compile-initial-macro-environment.
11420 2011-05-10  Leo Liu  <sdl.web@gmail.com>
11422         * bookmark.el (bookmark-bmenu-mode-map):
11423         Bind bookmark-bmenu-search to `/'.
11425         * mail/footnote.el: Convert to utf-8 encoding.
11426         (footnote-unicode-string, footnote-unicode-regexp): New variable.
11427         (Footnote-unicode): New function.
11428         (footnote-style-alist): Add unicode style to the list.
11429         (footnote-style): Doc fix.
11431 2011-05-10  Jim Meyering  <meyering@redhat.com>
11433         Fix doubled-word typos.
11434         * international/quail.el (quail-insert-kbd-layout): and and -> and
11435         * kermit.el: and and -> and
11436         * net/ldap.el (ldap-search-internal): to to -> to
11437         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11438         * progmodes/js.el (js-mode): and and -> and
11439         * textmodes/artist.el (artist-move-to-xy): at at -> at
11440         (artist-draw-region-trim-line-endings): if if -> if
11441         And Safetyc -> Safety.
11442         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11444 2011-05-10  Glenn Morris  <rgm@gnu.org>
11445             Stefan Monnier  <monnier@iro.umontreal.ca>
11447         * files.el (hack-one-local-variable-eval-safep):
11448         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
11450 2011-05-10  Glenn Morris  <rgm@gnu.org>
11452         * calendar/diary-lib.el (diary-list-entries-hook)
11453         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11454         (diary-nongregorian-marking-hook, diary-list-entries)
11455         (diary-include-other-diary-files, diary-mark-entries)
11456         (diary-mark-included-diary-files): Doc fixes.
11458 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
11460         * misc.el: Require tabulated-list.el during compilation.
11462 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
11464         * progmodes/compile.el (compilation-start):
11465         Run compilation-filter-hook for the async case too.
11466         (compilation-filter-hook): Doc fix.
11468 2011-05-09  Deniz Dogan  <deniz@dogan.se>
11470         * wdired.el: Remove outdated installation comment.  Fix usage
11471         comment.
11473 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
11475         * misc.el: Implement new command `list-dynamic-libraries'.
11476         (list-dynamic-libraries--loaded-only-p): New variable.
11477         (list-dynamic-libraries--refresh): New function.
11478         (list-dynamic-libraries): New command.
11480 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
11482         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11483         Fix the ant regexp to handle end-line and end-column info from jikes.
11484         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
11485         higher priority to avoid clobbering by gnu.
11487 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
11489         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11490         if the face has existing theme settings (Bug#8454).
11492 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
11494         * progmodes/perl-mode.el (perl-imenu-generic-expression):
11495         Only match variables declared via `my' or `our' (Bug#8261).
11497         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11498         special file names `.' and `..' (Bug#8259).
11500 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
11502         * progmodes/grep.el (grep-mode-font-lock-keywords):
11503         Remove buffer-changing entries.
11504         (grep-filter): New function.
11505         (grep-mode): Add it to compilation-filter-hook.
11507         * progmodes/compile.el (compilation-filter-hook)
11508         (compilation-filter-start): New defvars.
11509         (compilation-filter): Call compilation-filter-hook prior to
11510         updating the process mark.
11512 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11514         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11516 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
11518         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11519         mailclient-send-it even if window-system is nil.  (Bug#8595)
11521         * term/w32console.el (terminal-init-w32console):
11522         Call get-screen-color and use its output to set the frame
11523         background-mode.  (Bug#8597)
11525 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11527         Make bytecomp.el understand that defmethod defines funs (bug#8631).
11528         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11529         New functions.
11530         (defgeneric, eieio--defmethod): Use them.
11531         (eieio-defgeneric): Remove.
11532         (defmethod): Call defgeneric in a way visible to the byte-compiler.
11534 2011-05-07  Glenn Morris  <rgm@gnu.org>
11536         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11537         Use let rather than let*.
11538         (timeclock-find-discrep): Remove unused local.
11540         * calendar/diary-lib.el (diary-comment-start): Doc fix.
11542         * calendar/appt.el (appt-time-msg-list): Doc fix.
11544 2011-05-06  Noah Friedman  <friedman@splode.com>
11546         * apropos.el (apropos-print-doc): Only use
11547         emacs-lisp-docstring-fill-column when it is bound to an integer,
11548         per that variable's documentation.
11550 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11552         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
11553         and warnings are not silently discarded (e.g. use -d instead of -P).
11555 2011-05-06  Glenn Morris  <rgm@gnu.org>
11557         * calendar/appt.el (appt-message-warning-time): Doc fix.
11558         (appt-warning-time-regexp): New option.
11559         (appt-make-list): Respect appt-message-warning-time.
11561         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11562         New options.
11563         (diary-add-to-list): Strip comments from the displayed string.
11564         (diary-mode): Set comment-start and comment-end.
11566         * vc/diff-mode.el (smerge-refine-subst): Declare.
11567         (diff-refine-hunk): Don't require smerge-mode when compiling.
11569 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
11571         * simple.el (list-processes): Return nil as the docstring says.
11573 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
11575         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11576         to "".
11577         (ange-ftp-write-region, ange-ftp-insert-file-contents)
11578         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11579         determining of binary transfer.  (Bug#7383)
11581 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
11583         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11584         Fix port computation bug.  (Bug#8618)
11586 2011-05-05  Glenn Morris  <rgm@gnu.org>
11588         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11590         * simple.el (shell-dynamic-complete-functions)
11591         (comint-dynamic-complete-functions): Declare.
11593         * net/network-stream.el (gnutls-negotiate):
11594         * simple.el (tabulated-list-print): Fix declarations.
11596         * progmodes/gud.el (syntax-symbol, syntax-point):
11597         Remove unnecessary and incorrect declarations.
11599         * emacs-lisp/check-declare.el (check-declare-scan):
11600         Handle byte-compile-initial-macro-environment in bytecomp.el
11602 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11604         Fix earlier half-done eieio-defmethod change (bug#8338).
11605         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11606         Streamline and change calling convention.
11607         (defmethod): Adjust accordingly and simplify.
11608         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11609         new eieio--defmethod.
11610         (slot-boundp): Minor CSE simplification.
11612 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
11614         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11615         (glasses-make-readable): Use glasses-separate-capital-groups.
11617 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
11619         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11620         (warning-series): Doc fix.
11621         (display-warning): Don't try to create the buffer if we just found it.
11623 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
11625         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11626         (autoload-find-generated-file): New function.
11627         (generate-file-autoloads): Bind generated-autoload-file to
11628         buffer-file-name.
11629         (update-file-autoloads, update-directory-autoloads):
11630         Use autoload-find-generated-file.  If called interactively, prompt for
11631         output file (Bug#7989).
11632         (batch-update-autoloads): Doc fix.
11634 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
11636         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11638 2011-05-04  Glenn Morris  <rgm@gnu.org>
11640         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11641         function, so it follows changes in calendar-date-style.
11642         (diary-fancy-date-matcher): New function.
11643         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11644         (diary-fancy-font-lock-fontify-region-function):
11645         Use diary-fancy-date-pattern as a function.
11647         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11648         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
11650 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
11652         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11653         instead of positional arguments.  Allow :keylist and :crlfiles
11654         arguments.
11655         (open-gnutls-stream): Call it.
11657         * net/network-stream.el (network-stream-open-starttls): Adjust to
11658         call `gnutls-negotiate' with :process and :hostname arguments.
11660 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11662         * minibuffer.el (completion--message): New function.
11663         (completion--do-completion, minibuffer-complete)
11664         (minibuffer-force-complete, minibuffer-complete-word): Use it.
11665         (completion--do-completion): Don't ignore completion-auto-help when in
11666         icomplete-mode.
11668         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11669         internal encoding (e.g. tibetan zero is not whitespace).
11670         (global-whitespace-mode): Prefer save-current-buffer.
11671         (whitespace-trailing-regexp): Remove useless save-match-data.
11672         (whitespace-empty-at-bob-regexp): Minor simplification.
11674 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
11676         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11678 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11680         * textmodes/ispell.el (ispell-add-per-file-word-list):
11681         Use `concat' to create string for insertion.
11683 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11685         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11686         Avoid open-line which runs post-self-insert-hook.
11687         (bibtex-fill-entry): Remove unused `end' var.
11689 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
11691         * textmodes/ispell.el (ispell-add-per-file-word-list):
11692         Protect against `nil' value of `comment-start' (Bug#8579).
11694 2011-05-03  Leo Liu  <sdl.web@gmail.com>
11696         * isearch.el (isearch-yank-pop): New command.
11697         (isearch-mode-map): Bind it to `M-y'.
11698         (isearch-forward): Mention it.
11700 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11702         * simple.el (minibuffer-complete-shell-command): Remove.
11703         (minibuffer-local-shell-command-map): Use completion-at-point.
11704         (read-shell-command): Setup completion vars here instead.
11705         (read-expression-map): Bind TAB to symbol completion.
11707         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11708         error directly rather via storing it into `results'.
11710 2011-05-02  Leo Liu  <sdl.web@gmail.com>
11712         * vc/diff.el: Fix description.
11714 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11716         * server.el (server-eval-at): New function.
11718 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11720         * net/network-stream.el (open-network-stream): Take a :nowait
11721         parameter and pass it on to `make-network-process'.
11722         (network-stream-open-plain): Ditto.
11724 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
11726         * faces.el (face-spec-set-match-display): Don't match toolkit
11727         options on terminal frames.
11729 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11731         * progmodes/pascal.el: Use lexical binding.
11732         (pascal-mode-map): Remove author preferences.
11734         * pcomplete.el (pcomplete-std-complete): Don't abuse
11735         completion-at-point.
11737 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
11739         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11740         removing code that has been dead since 1991 or so.
11742         * startup.el (command-line): When warning about "_emacs", use a
11743         delayed warning to allow the user to filter it out.
11745 2011-04-28  Deniz Dogan  <deniz@dogan.se>
11747         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11748         user has not joined.
11750 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11752         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11753         aren't any completions at point.
11755 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
11757         * subr.el (display-delayed-warnings): New function.
11758         (delayed-warnings-hook): New variable.
11760 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * minibuffer.el (completion-at-point, completion-help-at-point):
11763         Don't presume that a given completion-at-point-function will always
11764         use the same calling convention.
11766         * pcomplete.el (pcomplete-completions-at-point):
11767         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
11768         pcomplete-seen is non-nil.
11769         (pcomplete-comint-setup): Also recognize the new comint/shell
11770         completion functions.
11771         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11772         pcomplete-seen is non-nil.
11774 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
11776         * calendar/icalendar.el (diary-lib): Add require statement.
11777         (icalendar--create-uid): Read out a uid from a text-property on
11778         the first character in the entry.  This allows for code to add its
11779         own uid to the entry.
11780         (icalendar--convert-float-to-ical): Add export of
11781         `diary-float'-entries save for those with the optional DAY
11782         argument.
11784 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
11786         * subr.el (shell-quote-argument): Use alternate escaping strategy
11787         when we spot a variable reference in a string.
11789 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
11791         * cus-start.el (all): Define customization for debug-on-event.
11793 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
11795         * subr.el (shell-quote-argument): Escape correctly under Windows.
11797 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11799         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11801 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
11803         * net/tramp.el (tramp-process-actions): Add POS argument.
11804         Delete region between POS and (pos).
11806         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11807         Use `nil' position in `tramp-process-actions' call.
11808         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11810         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11811         position in `tramp-process-actions' call.
11813         * net/trampver.el: Update release number.
11815 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * custom.el (defcustom): Obey lexical-binding.
11819         Fix octave-inf completion problems reported by Alexander Klimov.
11820         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11821         Inherit from octave-mode-syntax-table.
11822         (inferior-octave-mode): Set info-lookup-mode.
11823         (inferior-octave-completion-at-point): New function.
11824         (inferior-octave-complete): Use it and completion-in-region.
11825         (inferior-octave-dynamic-complete-functions): Use it as well, and use
11826         comint-filename-completion.
11827         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11828         symbol elements which shouldn't be word elements.
11829         (octave-font-lock-keywords, octave-beginning-of-defun)
11830         (octave-function-header-regexp): Adjust regexps accordingly.
11831         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11833 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
11835         * net/gnutls.el (gnutls-errorp): Declare before first use.
11837 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
11839         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11840         verify-error, and verify-hostname-error parameters.  Check whether
11841         default trustfile exists before going to use it.  Add missing
11842         argument to gnutls-message-maybe call.  Return value.
11843         Reported by Claudio Bley <claudio.bley@gmail.com>.
11844         (open-gnutls-stream): Add usage example.
11846         * net/network-stream.el (network-stream-open-starttls): Give host
11847         parameter to `gnutls-negotiate'.
11848         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
11849         * subr.el (shell-quote-argument): Escape correctly under Windows.
11851 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
11853         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11854         Use correct match group (bug#8438).
11856 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
11858         * emacs-lisp/package.el (package-built-in-p): Fix typo.
11859         (package-menu--generate): New arg specifying packages to show.
11860         (package-menu-refresh, package-menu-execute, list-packages):
11861         Callers changed.
11862         (package-show-package-list): New function, replacing deleted
11863         package--list-packages (renamed because it is non-internal).
11865         * finder.el (finder-list-matches): Use package-show-package-list
11866         instead of deleted package--list-packages.
11868         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11869         Based on a previous implementation by Juanma Barranquero (Bug#8366).
11870         (vc-annotate-mode-map): Bind it to RET.
11872 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
11874         * progmodes/etags.el (next-file): Don't use set-buffer to change
11875         buffers (Bug#8478).
11877 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
11879         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11881         * apropos.el (apropos-label-face): Avoid variable-pitch face.
11882         (apropos-accumulator): Doc fix.
11883         (apropos-function, apropos-macro, apropos-command)
11884         (apropos-variable, apropos-face, apropos-group, apropos-widget)
11885         (apropos-plist): Add face property.
11886         (apropos-symbols-internal): Fix indentation.
11887         (apropos-print): Simplify help, and recognize apropos-multi-type.
11888         (apropos-print-doc): Use button-type-get to extract the button's
11889         face property.  Fill docstring (Bug#8352).
11891 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
11893         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11895         * play/mpuz.el (mpuz-silent): Doc fix.
11896         (mpuz-mode-map): Use mapc.
11897         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11898         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11899         Fix typos in docstrings.
11901         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11902         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11904         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11906 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
11908         * minibuffer.el (completion--do-completion): Avoid the "Next char
11909         not unique" prompt if icomplete-mode is enabled (Bug#5849).
11911         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11912         mouse-2 into unread-command-events, it is interpreted correctly.
11914         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
11915         (image-toggle-display): Doc fix.
11917 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
11919         * textmodes/page.el (what-page): Use line-number-at-pos to
11920         calculate line number (Bug#6825).
11922 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
11924         * eshell/esh-mode.el (find-tag-interactive): Declare function.
11925         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11926         Pass argument NO-DEFAULT to `find-tag-interactive'.
11928 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
11930         Lexical-binding cleanup.
11932         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11933         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11934         * progmodes/ada-prj.el (ada-prj-initialize-values)
11935         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11936         (ada-prj-show-value):
11937         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11938         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11939         (antlr-invalidate-context-cache, antlr-options-menu-filter)
11940         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11941         * progmodes/bug-reference.el (bug-reference-push-button):
11942         * progmodes/fortran.el (fortran-line-length):
11943         * progmodes/glasses.el (glasses-change):
11944         * progmodes/octave-mod.el (octave-fill-paragraph):
11945         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11946         (python-pdbtrack-grub-for-buffer, python-sentinel):
11947         * progmodes/sql.el (sql-save-connection):
11948         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11949         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11950         Mark unused parameters.
11952         * progmodes/compile.el (compilation--flush-directory-cache)
11953         (compilation--flush-parse, compile-internal): Mark unused parameters.
11954         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11955         (compilation-next-error-function): Remove unused variable `timestamp'.
11957         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11958         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11960         * progmodes/dcl-mode.el (dcl-end-of-command):
11961         Remove unused variable `start'.
11962         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11963         (dcl-option-value-basic, dcl-option-value-offset)
11964         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11965         Mark unused parameters.
11966         (dcl-save-local-variable): Remove unused variable `val'.
11967         (mode): Declare.
11969         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11970         Mark unused parameters.
11971         (delphi-ignore-changes): Move before first use.
11972         (delphi-charset-token-at): Remove unused variable `start'.
11973         (delphi-else-start): Remove unused variable `if-count'.
11974         (delphi-comment-block-start, delphi-comment-block-end):
11975         Remove unused variable `kind'.
11976         (delphi-indent-line): Remove unused variable `new-point'.
11978         * progmodes/ebrowse.el (ebrowse-files-list)
11979         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11980         Mark unused parameters.  Don't quote `lambda'.
11981         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11982         Don't quote `lambda'.
11983         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11984         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11985         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11986         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11987         Use `ignore-errors'.
11988         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11989         (ebrowse-view/find-file-and-search-pattern)
11990         (ebrowse-view/find-member-declaration/definition):
11991         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11992         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11993         Rename parameter PREFIX-ARG to PREFIX.
11994         (ebrowse-tags-read-name): Remove unused variables `start' and
11995         `member-info'.
11996         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11997         to `tags-file'.
11999         * progmodes/etags.el (local-find-tag-hook): Declare.
12000         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12001         Mark unused parameters.
12003         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12004         (executable-interpret): Mark unused parameter.
12006         * progmodes/flymake.el (flymake-process-sentinel)
12007         (flymake-after-change-function)
12008         (flymake-create-temp-with-folder-structure)
12009         (flymake-get-include-dirs-dot): Mark unused parameters.
12010         (flymake-safe-delete-directory): Remove unused variable `err'.
12012         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12013         (speedbar-timer-fn, speedbar-line-text)
12014         (speedbar-change-expand-button-char, speedbar-delete-subblock)
12015         (speedbar-center-buffer-smartly): Declare functions.
12016         (gdb-find-watch-expression): Remove unused variable `array'.
12017         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12018         (gdb-starting): Mark unused parameters.
12019         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12020         (gdb-table-string): Remove unused variable `res'.
12021         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12022         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12023         (gdb-display-buffer): Remove unused variable `cur-size'.
12025         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12026         allow lexical-binding compilation.
12027         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12028         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12029         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12030         Mark unused parameters.
12031         (gud-gdb-marker-filter): Remove unused variable `match'.
12032         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12033         lambda expressions and funcall them, instead of using `fset'.
12035         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12036         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12038         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12039         variable `header-beg'; use `let'.
12041         * progmodes/icon.el (indent-icon-exp): Remove unused variables
12042         `restart', `last-sexp' and `at-do'.
12044         * progmodes/js.el (js--debug): Mark unused parameter.
12045         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12046         (js--splice-into-items): Remove unused variable `item'.
12047         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12049         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12050         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12051         (makefile-complete): Remove unused variable `try'.
12052         (makefile-fill-paragraph, makefile-match-function-end):
12053         Mark unused parameters.
12055         * progmodes/octave-inf.el (inferior-octave-complete):
12056         Remove unused variable `proc'.
12057         (inferior-octave-output-digest): Mark unused parameter.
12059         * progmodes/perl-mode.el (perl-calculate-indent):
12060         Remove unused variable `err'.
12062         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12063         (prolog-indent-line): Mark unused parameters.
12064         (prolog-indent-line): Remove unused variable `beg'.
12066         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12067         (reporter-dont-compact-list): Declare.
12069         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12070         Remove unused variable `char'.
12071         (sh-debug): Mark unused parameter.
12072         (sh-get-indent-info): Remove unused variable `start'.
12073         (sh-calculate-indent): Remove unused variable `var'.
12075         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12076         (simula-electric-keyword): Remove unused variable `null'.
12077         (simula-search-backward, simula-search-forward): Remove unused
12078         variables `begin' and `end'.
12080         * progmodes/vera-mode.el (vera-guess-basic-syntax):
12081         Remove unused variable `pos'.
12082         (vera-electric-tab, vera-comment-uncomment-region):
12083         Mark unused parameters.
12084         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12086 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
12088         * emacs-lisp/package.el (package--builtins, package-alist)
12089         (package-load-descriptor, package-built-in-p, package-activate)
12090         (define-package, package-installed-p)
12091         (package-compute-transaction, package-buffer-info)
12092         (package--push): Doc fix.  Distinguish more clearly between
12093         version strings and version lists.
12095 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
12097         Lexical-binding cleanup.
12099         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12100         (5x5-make-mutate-best):
12101         * play/fortune.el (fortune-in-buffer):
12102         * play/gomoku.el (gomoku-init-display):
12103         * play/solitaire.el (solitaire, solitaire-do-check):
12104         * play/tetris.el (tetris-default-update-speed-function):
12105         Mark unused parameters.
12107         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12108         (bubbles--shift): Remove unused variable `char-org'.
12109         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
12110         (bubbles--show-images): Remove unused variable `char'.
12112         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12113         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12114         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12115         (decipher-analyze-buffer): Use ?\s.
12116         (decipher-make-checkpoint): Remove unused variable `mapping'.
12118         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12120         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12121         Remove unused variable `result'; use `let'.
12123         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12124         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12125         (gametree-children-shown-p, gametree-compute-reduced-score):
12126         Use `ignore-errors'.
12128         * play/handwrite.el (ps-lpr-switches): Declare.
12129         (handwrite): Remove unused variables `pmin' and `lastp'.
12131         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12133         * play/landmark.el (landmark-init-display)
12134         (landmark-update-naught-weights): Mark unused parameters.
12135         (landmark-y): Remove unused variable `noise'.  Simplify.
12136         (landmark-human-plays): Remove unused variable `score'.
12138         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12139         (mpuz-try-proposal): Remove unused variable `game'.
12141         * play/zone.el (life-patterns): Declare.
12143 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
12145         * vc/vc.el (ediff-vc-internal): Declare function.
12147 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12149         * shell.el: Use lexical-binding and std completion UI.
12150         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12151         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12152         comint-preoutput-filter-functions rather than on
12153         comint-output-filter-functions.
12154         (shell-command-completion, shell--command-completion-data)
12155         (shell-filename-completion, shell-environment-variable-completion)
12156         (shell-c-a-p-replace-by-expanded-directory): New functions.
12157         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12158         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12159         (shell-dynamic-complete-environment-variable): Use them.
12160         (shell-dynamic-complete-as-environment-variable)
12161         (shell-dynamic-complete-as-command): Remove.
12162         (shell-match-partial-variable): Match past point.
12163         * comint.el: Clean up use of completion-at-point-functions.
12164         (comint-completion-at-point): New function.
12165         (comint-mode): Use it completion-at-point-functions.
12166         (comint-dynamic-complete): Make it obsolete.
12167         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12168         (comint-c-a-p-replace-by-expanded-history): New function.
12169         (comint-dynamic-complete-functions)
12170         (comint-replace-by-expanded-history): Use it.
12171         * minibuffer.el (completion-table-with-terminator): Allow dynamic
12172         termination strings.  Try harder to avoid second try-completion.
12173         (completion-in-region-mode-map): Disable bindings that don't work yet.
12175         * comint.el: Use lexical-binding.  Require CL.
12176         (comint-dynamic-complete-functions): Use comint-filename-completion.
12177         (comint-completion-addsuffix): Tweak custom type.
12178         (comint-filename-completion, comint--common-suffix)
12179         (comint--common-quoted-suffix, comint--table-subvert)
12180         (comint--complete-file-name-data): New functions.
12181         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12182         (comint-dynamic-list-filename-completions): Use them.
12183         (comint-dynamic-simple-complete): Make obsolete.
12185         * minibuffer.el (completion-in-region-mode):
12186         Keep completion-in-region-mode--predicate global.
12187         (completion-in-region--postch):
12188         Assume completion-in-region-mode--predicate is not null.
12190         * progmodes/flymake.el (flymake-start-syntax-check-process):
12191         Obey `dir'.  Simplify.
12193         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12194         we're in VC after all.
12196 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
12198         * vc/vc.el (vc-diff-build-argument-list-internal)
12199         (vc-version-ediff, vc-ediff): New commands.
12200         (vc-version-diff): Use vc-diff-build-argument-list-internal.
12202 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12204         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12205         add sanity check.
12207         * obsolete/erc-hecomplete.el: Make obsolete.
12208         * obsolete/: Standardize obsolescence info in the header.
12210 2011-04-20  Glenn Morris  <rgm@gnu.org>
12212         * calendar/solar.el (solar-horizontal-coordinates):
12213         Use the longitude argument rather than `calendar-longitude'.
12214         (solar-date-next-longitude): Remove unused locals.
12216 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12218         * whitespace.el: New version 13.2.1.
12220 2011-04-20  felix  <EmacsWiki>  (tiny change)
12222         * whitespace.el (global-whitespace-mode): Keep highlight when
12223         switching between major modes on a file.
12225 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12227         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12228         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12229         multi-line comments as well.
12231 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
12233         Lexical-binding cleanup.
12235         * arc-mode.el (archive-mode-revert):
12236         * cmuscheme.el (scheme-interactively-start-process):
12237         * custom.el (custom-initialize-delay):
12238         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12239         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12240         * emacs-lock.el (emacs-lock-clear-sentinel):
12241         * ezimage.el (defezimage):
12242         * follow.el (follow-avoid-tail-recenter):
12243         * fringe.el (set-fringe-mode-1):
12244         * generic-x.el (bat-generic-mode-compile):
12245         * help-mode.el (help-info-variable, help-do-xref)
12246         (help-mode-revert-buffer):
12247         * help.el (view-emacs-todo):
12248         * iswitchb.el (iswitchb-completion-help):
12249         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12250         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12251         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12252         * locate.el (locate-update):
12253         * longlines.el (longlines-encode-region)
12254         (longlines-after-change-function):
12255         * outline.el (outline-isearch-open-invisible):
12256         * ps-def.el (declare-function, charset-dimension, char-width)
12257         (encode-char):
12258         * ps-mule.el (ps-mule-plot-string):
12259         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12260         (recentf-edit-list-select, recentf-edit-list-validate)
12261         (recentf-open-files-action):
12262         * rect.el (delete-whitespace-rectangle-line)
12263         (rectangle-number-line-callback):
12264         * register.el (window-configuration-to-register)
12265         (frame-configuration-to-register):
12266         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12267         * select.el (xselect-convert-to-string, xselect-convert-to-length)
12268         (xselect-convert-to-targets, xselect-convert-to-delete)
12269         (xselect-convert-to-filename, xselect-convert-to-charpos)
12270         (xselect-convert-to-lineno, xselect-convert-to-colno)
12271         (xselect-convert-to-os, xselect-convert-to-host)
12272         (xselect-convert-to-user, xselect-convert-to-class)
12273         (xselect-convert-to-name, xselect-convert-to-integer)
12274         (xselect-convert-to-atom, xselect-convert-to-identity):
12275         * subr.el (declare, ignore, process-kill-without-query)
12276         (text-clone-maintain):
12277         * terminal.el (te-get-char, te-tic-sentinel):
12278         * tool-bar.el (tool-bar-make-keymap):
12279         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12280         * type-break.el (type-break-mode, type-break-noninteractive-query):
12281         * view.el (View-back-to-mark):
12282         * wid-browse.el (widget-browse-action, widget-browse-widget)
12283         (widget-browse-widgets, widget-browse-sexp):
12284         * widget.el (define-widget-keywords):
12285         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12286         Mark unused parameters.
12288         * align.el (align-adjust-col-for-rule): Mark unused parameter.
12289         (align-areas): Remove unused variable `look'.
12290         (align-region): Remove unused variables `real-end' and `pos-list'.
12292         * apropos.el (apropos-score-doc): Remove unused variable `i'.
12294         * bindings.el (mode-line-modified, mode-line-remote):
12295         Mark unused parameters.
12296         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12298         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12299         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12301         * comint.el (comint-history-isearch-pop-state)
12302         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12303         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12304         (comint-substitute-in-file-name): Doc fix.
12306         * completion.el (cmpl-statistics-block): Mark unused parameter.
12307         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12308         (save-completions-to-file, load-completions-from-file):
12309         Remove unused local variable `e'.
12311         * composite.el (compose-chars): Remove unused variable `len'.
12312         (lgstring-insert-glyph): Remove unused variable `g'.
12313         (compose-glyph-string): Remove unused variables `ascent',
12314         `descent', `lbearing' and `rbearing'.
12315         (compose-glyph-string-relative): Remove unused variables
12316         `lbearing', `rbearing' and `wadjust'.
12317         (compose-gstring-for-graphic): Remove unused variables `header',
12318         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
12319         (compose-gstring-for-terminal): Remove unused variables `header'
12320         and `nchars'.  Use `let', not `let*'.
12322         * cus-edit.el (Custom-set, Custom-save, custom-reset)
12323         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12324         (Custom-buffer-done, custom-buffer-create-internal)
12325         (custom-browse-visibility-action, custom-browse-group-tag-action)
12326         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12327         (widget-magic-mouse-down-action, custom-toggle-parent)
12328         (custom-add-parent-links, custom-toggle-hide-variable)
12329         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12330         (custom-toggle-hide-face, face, hook, custom-group-link-action)
12331         (custom-face-menu-create, custom-variable-menu-create, get)
12332         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12333         (custom-reset-standard-save-and-update): Remove unused variable `value'.
12334         (customize-apropos): Remove unused variable `tests'.
12335         (custom-group-value-create): Remove unused variable `hidden-p'.
12336         (sort-fold-case): Declare.
12338         * cus-theme.el (custom-reset-standard-faces-list)
12339         (custom-reset-standard-variables-list): Declare.
12340         (customize-create-theme, custom-theme-revert, custom-theme-write)
12341         (custom-theme-choose-mode, customize-themes, custom-theme-save):
12342         Mark unused parameters.
12344         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12346         * delim-col.el (delimit-columns-max): Move defvar before first use.
12348         * descr-text.el (describe-char-categories): Don't quote `lambda'.
12349         (describe-char): Don't quote `lambda'.  Mark unused parameter.
12351         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12352         (auto-insert): Declare.
12353         (desktop-restore-file-buffer): Rename desktop-* parameters;
12354         mark unused ones.
12355         (desktop-create-buffer): Rename desktop-* parameters and bind them.
12356         (desktop-buffer): Rename desktop-* parameters.
12358         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12359         (dframe-reposition-frame-xemacs, dframe-help-echo)
12360         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12361         Mark unused parameters.
12363         * dired-aux.el (backup-extract-version-start, overwrite-query)
12364         (overwrite-backup-query, rename-regexp-query)
12365         (rename-non-directory-query): Declare.
12366         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12367         (dired-add-entry): Remove unused variable `orig-file-name'.
12368         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12369         Use parameter PRESERVE-TIME instead of accessing dynamic variable
12370         `dired-copy-preserve-time' directly.
12371         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12372         (dired-insert-subdir-newpos): Rename unused variable `pos'.
12374         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12375         (dired-virtual-revert, dired-make-relative-symlink):
12376         Mark unused parameters.
12377         (manual-program): Declare.
12378         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12379         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12380         wrapped in `with-no-warnings' to avoid replacing one warning by another.
12382         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12384         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12386         * echistory.el (electric-history-in-progress, Helper-return-blurb):
12387         Declare.
12389         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12391         * electric.el (Electric-command-loop): Rename parameter
12392         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12394         * expand.el (expand-in-literal): Remove unused variable `here'.
12396         * facemenu.el (facemenu-add-new-color):
12397         Remove unused variable `docstring'.
12399         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12400         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12401         (face-attr-construct): Mark unused parameter.  Doc fix.
12402         (read-color): Remove unused variable `hex-string'.
12404         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12405         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12406         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12407         (display-buffer-other-frame): Remove unused variable `old-window'.
12408         (kill-buffer-hook): Declare.
12409         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12410         Mark unused parameters.
12411         (after-find-file): Pass 1 to `auto-save-mode', not t.
12413         * files-x.el (auto-insert): Declare.
12414         (modify-file-local-variable-prop-line): Remove unused variable `val'.
12416         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
12417         variable `buf'.  Mark unused parameter.
12418         (find-lisp-insert-directory): Mark unused parameter.
12420         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12421         (format-encode-region): Remove unused variables `cur-buf' and `result'.
12422         (format-common-tail): Remove, unused.
12423         (format-deannotate-region): Remove unused variable `loc'.
12424         (format-annotate-region): Remove unused variable `p'.
12425         (format-annotate-single-property-change): Remove unused variables
12426         `default' and `tail'.
12428         * forms.el (read-file-filter): Declare.
12429         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12431         * frame.el (frame-creation-function-alist): Mark unused parameter.
12432         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12434         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12435         Remove unused parameters.
12436         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12437         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12439         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12440         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12441         (hfy-prepare-tag-map): Mark unused parameters.
12442         (htmlfontify-buffer): Use `called-interactively-p'.
12444         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12445         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12446         (ibuffer-do-occur): Mark unused parameters.
12447         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12448         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12450         * ibuffer.el: Don't quote `lambda'.
12451         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12452         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12453         Mark unused parameters.
12455         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12456         (ido-completing-read): Mark unused parameters.
12457         (ido-copy-current-word): Mark unused parameters;
12458         remove unused variable `name'.
12459         (ido-sort-merged-list): Remove unused parameter `dirs'.
12461         * ielm.el (ielm-input-sender): Mark unused parameter.
12462         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12463         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12464         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12465         `ielm-string' as a dynamic variable accessible from the IELM prompt.
12466         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
12468         * image-dired.el (image-dired-display-thumbs): Remove unused
12469         variables `curr-file' and `count'.
12470         (image-dired-remove-tag): Remove unused variable `start'.
12471         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12472         variable `curr-file'
12473         (image-dired-rotate-original): Remove unused variable `temp-file'.
12474         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12475         Remove unused variable `file'.
12476         (image-dired-gallery-generate): Remove unused variable `curr'.
12477         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12479         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12481         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12483         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12485         * isearch.el (minibuffer-history-symbol): Declare.
12486         (isearch-edit-string): Remove unused variable `err'.
12487         (isearch-message-prefix, isearch-message-suffix):
12488         Mark unused parameters.
12490         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12492         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12494         * makesum.el (double-column): Remove unused variable `cnt'.
12496         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12497         (ido-ignore-item-temp-list): Declare.
12499         * mouse-drag.el (mouse-drag-throw): Remove unused variables
12500         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12501         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12502         (mouse-drag-drag): Remove unused variables `mouse-delta' and
12503         `mouse-col-delta'.
12505         * mouse-sel.el (mouse-extend-internal):
12506         Remove unused variable `orig-window-frame'.
12508         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12509         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12510         Move declarations before first use.
12511         (pcomplete-opt): Mark unused parameters; doc fix.
12513         * proced.el (proced-revert): Mark unused parameter.
12514         (proced-send-signal): Remove unused variable `err'.
12516         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12517         Rename parameter PREFIX-ARG to ARG.
12518         (ps-basic-plot-string, ps-basic-plot-whitespace):
12519         Mark unused parameters.
12521         * replace.el (replace-count): Define.
12522         (occur-revert-function): Mark unused parameters.
12523         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12524         (isearch-case-fold-search, isearch-string): Declare.
12525         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12526         bind `case-fold-search'.  Remove unused variables `beg' and `end',
12527         and simplify.
12528         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12529         COUNT and bind `replace-count'.
12530         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12531         to COUNT.
12533         * savehist.el (print-readably, print-string-length): Declare.
12535         * shadowfile.el (shadow-expand-cluster-in-file-name):
12536         Remove unused variable `cluster'.
12537         (shadow-copy-file): Remove unused variable `i'.
12538         (shadow-noquery, shadow-clusters, shadow-site-cluster)
12539         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12540         (shadow-define-literal-group, shadow-define-regexp-group)
12541         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12543         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12544         (shell): Use `called-interactively-p'.
12545         (shell-directory-tracker): Remove unused variable `chdir-failure'.
12547         * simple.el (compilation-context-lines, comint-file-name-quote-list)
12548         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12549         (delete-backward-char): Remove unused variable `ocol'.
12550         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12551         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12552         (event-apply-hyper-modifier, event-apply-shift-modifier)
12553         (event-apply-control-modifier, event-apply-meta-modifier):
12554         Mark unused parameters.
12555         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12556         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12558         * speedbar.el (speedbar-ignored-directory-expressions)
12559         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12560         (speedbar-find-file, speedbar-dir-follow)
12561         (speedbar-directory-buttons-follow, speedbar-tag-find)
12562         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12563         (speedbar-buffers-line-directory, speedbar-buffer-click):
12564         Mark unused parameters.
12565         (speedbar-tag-file): Remove unused variable `mode'.
12566         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12568         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12570         * talk.el (talk): Remove unused variable `display'.
12572         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12573         (tar-write-region-annotate): Mark unused parameter.
12575         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12576         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12577         Declare them, wrapped in `with-no-warnings' to avoid replacing one
12578         warning by another.
12580         * time-stamp.el (time-stamp-string-preprocess):
12581         Remove unused variable `require-padding'.
12583         * tree-widget.el (widget-glyph-enable): Declare.
12584         (tree-widget-action): Mark unused parameter.
12586         * w32-fns.el (x-get-selection): Mark unused parameter.
12587         (autoload-make-program, generated-autoload-file): Declare.
12589         * wdired.el (wdired-revert): Mark unused parameters.
12590         (wdired-xcase-word): Remove unused variable `err'.
12592         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12593         (whitespace-help-scroll): Remove unused variable `data-help'.
12595         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12596         (widget-image-insert, widget-after-change, default)
12597         (widget-default-format-handler, widget-default-notify)
12598         (widget-default-prompt-value, widget-info-link-action)
12599         (widget-url-link-action, widget-function-link-action)
12600         (widget-variable-link-action, widget-file-link-action)
12601         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12602         (widget-field-prompt-internal, widget-field-action, widget-field-match)
12603         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12604         (widget-insert-button-action, widget-delete-button-action, visibility)
12605         (widget-documentation-link-action, widget-documentation-string-action)
12606         (widget-const-prompt-value, widget-regexp-match, symbol)
12607         (widget-coding-system-prompt-value)
12608         (widget-key-sequence-value-to-external, sexp)
12609         (widget-sexp-value-to-internal, character, vector, cons)
12610         (widget-choice-prompt-value, widget-boolean-prompt-value)
12611         (widget-color--choose-action): Mark unused parameters.
12612         (widget-item-match-inline, widget-choice-match-inline)
12613         (widget-checklist-match, widget-checklist-match-inline)
12614         (widget-group-match): Rename parameter VALUES to VALS.
12615         (widget-field-value-set): Remove unused variable `size'.
12616         (widget-color-action): Remove unused variables `value' and `start'.
12618         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
12619         variable `dir'.  Doc fix.
12620         (windmove-find-other-window): Don't pass it.
12622         * window.el (count-windows): Mark unused parameter.
12623         (bw-adjust-window): Remove unused variable `err'.
12625         * woman.el (woman-file-name): Remove unused variable `default'.
12626         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12627         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12628         (global-font-lock-mode): Declare.
12629         (woman-decode-region): Mark unused parameter.
12630         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12632         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12633         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12634         (x-dnd-handle-moz-url): Remove unused variable `title'.
12635         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12637         * xml.el (xml-parse-tag, xml-parse-attlist):
12638         Remove unused variable `pos'.
12640 2011-04-19  Glenn Morris  <rgm@gnu.org>
12642         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12643         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12644         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12645         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12646         * calendar/cal-html.el (cal-html-insert-minical):
12647         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12648         (calendar-mark-date-pattern):
12649         Prefix "unused" locals.
12651         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12652         optional argument `style'.
12654         * calendar/appt.el (appt-make-list):
12655         * calendar/cal-china.el (calendar-chinese-date-string):
12656         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12657         (diary-hebrew-yahrzeit):
12658         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12659         * calendar/calendar.el (calendar-generate-window):
12660         * calendar/time-date.el (time-to-days):
12661         Remove unused local variables.
12663 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
12665         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12666         glyphless-char-display table.
12667         (tabulated-list-glyphless-char-display): New var.
12669 2011-04-18  Sam Steingold  <sds@gnu.org>
12671         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12672         to acknowledgments.
12674 2011-04-17  Glenn Morris  <rgm@gnu.org>
12676         * calendar/diary-lib.el (diary-sexp-entry):
12677         * calendar/holidays.el (holiday-sexp):
12678         Set debug-on-error rather than the removed stack-trace-on-error.
12680 2011-04-16  Glenn Morris  <rgm@gnu.org>
12682         * progmodes/f90.el: Use lexical-binding.
12683         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12685 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12688         (mail-mode): Setup mailalias completion here instead.
12689         * mail/mailalias.el: Use lexical-binding.
12690         (pattern, mailalias-done): Declare dynamic.
12691         (mail-completion-at-point-function): New function, from mail-complete.
12692         (mail-complete): Use it.
12693         (mail-completion-expand): New function.
12694         (mail-get-names): Use it.
12695         (mail-directory, mail-directory-process, mail-directory-stream):
12696         Don't use `pattern' for lexically bound arg.
12698         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12700         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12701         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12702         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12704         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12705         (byte-save-window-excursion, byte-temp-output-buffer-setup)
12706         (byte-interactive-p): Define them again, for use when inlining
12707         old code.
12709 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
12711         * loadup.el: Use `string-to-number', not `string-to-int'.
12713 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12715         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12716         gud-gdb-complete-command.
12717         (gud-gdb-completions): New function, from gud-gdb-complete-command.
12718         (gud-gdb-completion-at-point): New function.
12719         (gud-gdb-completions): Remove.
12721 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
12723         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12724         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
12725         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12726         whether `executable-find' is bound.
12728         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12730 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12732         * minibuffer.el (completion-in-region-mode-predicate)
12733         (completion-in-region-mode--predicate): New vars.
12734         (completion-in-region, completion-in-region--postch)
12735         (completion-in-region-mode): Use them.
12736         (completion--capf-wrapper): Also return the hook function.
12737         (completion-at-point, completion-help-at-point):
12738         Adjust and provide a predicate.
12740         Preserve arg names for advice of subr and lexical functions (bug#8457).
12741         * help-fns.el (help-function-arglist): Consolidate the subr and
12742         new-byte-code cases.  Add argument `preserve-names' to extract names
12743         from the docstring when needed.
12744         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12745         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12746         (ad-arglist): Use help-function-arglist's new arg.
12747         (ad-definition-type): Use cond.
12749 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
12751         * autorevert.el (auto-revert-handler):
12752         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12753         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12754         Don't quote lambda.
12756         * image-mode.el (image-transform-set-scale):
12757         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12759 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12761         * net/network-stream.el (network-stream-open-starttls): Only do
12762         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
12763         Upgrades via gnutls-cli are too slow to be done opportunistically.
12765 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
12767         * dframe.el (dframe-current-frame): Remove spurious quote.
12769 2011-04-12  Glenn Morris  <rgm@gnu.org>
12771         * calendar/cal-tex.el (cal-tex-end-document):
12772         Try to automatically use latin1 input if needed.
12774         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12775         Don't try to cons a mark onto an empty element.
12777 2011-04-11  Leo Liu  <sdl.web@gmail.com>
12779         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12780         buffers.
12781         (ido-kill-buffer-at-head): Support killing virtual buffers.
12783 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
12785         * minibuffer.el (completion-show-inline-help): New var.
12786         (completion--do-completion, minibuffer-complete)
12787         (minibuffer-force-complete, minibuffer-complete-word):
12788         Inhibit minibuffer messages if completion-show-inline-help is nil.
12790         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12791         to avoid interference from inline help (Bug#5849).
12793 2011-04-10  Leo Liu  <sdl.web@gmail.com>
12795         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12796         Fix typo.
12798 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
12800         * image-mode.el (image-toggle-display-image): Signal an error if
12801         not in Image mode.
12802         (image-transform-mode, image-transform-resize)
12803         (image-transform-set-rotation): Doc fix.
12804         (image-transform-set-resize): Delete.
12805         (image-transform-set-scale, image-transform-fit-to-height)
12806         (image-transform-fit-to-width): Handle image-toggle-display-image
12807         and image-transform-resize directly.
12809 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
12811         * doc-view.el (doc-view-fit-width-to-window)
12812         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12813         New functions for fitting the shown image to the Emacs window size.
12814         (doc-view-mode-map): Add bindings for the new functions.
12816 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
12818         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
12819         Fix typo in docstring.
12821 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
12823         * files.el (file-size-human-readable): Produce one digit after
12824         decimal, like "ls -lh" does.
12826         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12827         the file size representation.
12829         * simple.el (list-processes): If async subprocesses are not
12830         available, error out with a clear error message.
12832 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
12834         * help.el (help-form-show): New function, to be called from C.
12835         Put help-form output in a buffer named differently than *Help*.
12837 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
12839         * files.el (file-size-human-readable): New function.
12841         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12842         computing the representation inline.  Don't require `cl'.
12844 2011-04-08  Glenn Morris  <rgm@gnu.org>
12846         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12848         * net/browse-url.el (browse-url-firefox):
12849         Test system-type, not system-configuration.
12851         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12852         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12853         Use log-edit-empty-buffer-p.  (Bug#7598)
12855         * net/rlogin.el (rlogin-process-connection-type): Simplify.
12856         (rlogin-mode-map): Initialize in the defvar.
12857         (rlogin): Use ignore-errors.
12859         * replace.el (occur-mode-map): Some fixes for menu items.
12861 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12863         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
12865 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
12867         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12868         issuing unused warnings.
12870         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12871         macro directly.
12873         * simple.el: Lisp reimplement of list-processes.  Based on an
12874         earlier reimplementation by Leo Liu, but using tabulated-list.el.
12875         (process-menu-mode): New major mode.
12876         (list-processes--refresh, list-processes):
12877         (process-menu-visit-buffer): New functions.
12879         * files.el (save-buffers-kill-emacs): Don't assume any return
12880         value of list-processes, which is undocumented anyway.
12882 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
12884         * emacs-lisp/tabulated-list.el: New file.
12886         * emacs-lisp/package.el: Use Tabulated List mode.
12887         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12888         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
12889         table format using Tabulated List mode variables.
12890         (package--push): New macro, replacing package-list-maybe-add.
12891         (package-menu--generate): Use package--push.  Renamed from
12892         package--generate-package-list.
12893         (package-menu-refresh, list-packages): Use it.
12894         (package-menu--print-info): Rename from package-print-package.
12895         Return insertion data instead of inserting it directly.
12896         (package-menu-describe-package, package-menu-execute):
12897         Use tabulated-list-get-id.
12898         (package-menu-mark-delete, package-menu-mark-install)
12899         (package-menu-mark-unmark, package-menu-backup-unmark)
12900         (package-menu-mark-obsolete-for-deletion):
12901         Use tabulated-list-put-tag.
12902         (package--list-packages, package-menu-revert)
12903         (package-menu-get-package, package-menu-get-version)
12904         (package-menu-sort-by-column): Functions deleted.
12905         (package-menu-package-list, package-menu-sort-key): Vars deleted.
12906         (package-menu--status-predicate, package-menu--version-predicate)
12907         (package-menu--name-predicate)
12908         (package-menu--description-predicate): Handle arguments in the
12909         Tabulated List format.
12910         (package-list-packages-no-fetch): Call list-packages.
12912 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
12914         * files.el (after-find-file-from-revert-buffer): Remove variable.
12915         (after-find-file): Don't bind it.
12916         (revert-buffer-in-progress-p): New variable.
12917         (revert-buffer): Bind it.
12918         Pass nil for `after-find-file-from-revert-buffer'.
12920         * saveplace.el (save-place-find-file-hook): Use new variable
12921         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12923 2011-04-06  Glenn Morris  <rgm@gnu.org>
12925         * Makefile.in (AUTOGEN_VCS): New variable.
12926         (autoloads): Use $AUTOGEN_VCS.
12928         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12929         * calendar/calendar.el (calendar-mode-map):
12930         Check for toolkit scroll bars.  (Bug#8305)
12932 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
12934         * minibuffer.el (completion-in-region--postch)
12935         (completion-in-region-mode): Remove unnecessary messages.
12937 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
12939         * font-lock.el (font-lock-refresh-defaults):
12940         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12941         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12943         * info.el (Info-directory-list, Info-read-node-name-2)
12944         (Info-split-parameter-string): Doc fixes.
12945         (Info-virtual-nodes): Reflow docstring.
12946         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12947         (Info-apropos-toc-nodes, info-finder, Info-get-token)
12948         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12949         Fix typos in docstrings.
12950         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12951         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12952         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12953         (Info-restore-desktop-buffer): Mark unused parameters.
12954         (Info-directory-find-file, Info-directory-find-node)
12955         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12956         (Info-virtual-index-find-node, Info-apropos-find-file)
12957         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
12958         Mark unused parameters; fix typos in docstrings.
12959         (Info-virtual-index): Remove unused local variable `nodename'.
12961 2011-04-05  Deniz Dogan  <deniz@dogan.se>
12963         * net/rcirc.el: Update my e-mail address.
12964         (rcirc-mode-map): Remove M-o binding.
12966 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
12968         * startup.el (command-line): Save the cursor's theme-face
12969         directly, instead of using face-override-spec.
12971         * custom.el (load-theme): Minor optimization in assigning faces.
12973 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
12975         * help-fns.el (describe-variable): Complete all variables having
12976         documentation, including keywords.
12977         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12979 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
12981         Convert to lexical-binding.
12983         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12984         (bs--get-marked-string, bs--get-modified-string)
12985         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12986         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12987         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12989         * ehelp.el (electric-help-execute-extended)
12990         (electric-help-ctrl-x-prefix):
12991         * hexl.el (hexl-revert-buffer-function):
12992         * linum.el (linum-after-change, linum-after-scroll):
12993         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12995         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12997 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
12999         * epa-dired.el:
13000         * epa-mail.el:
13001         * epa-hook.el:
13002         * epa-file.el:
13003         * epa.el:
13004         * epg.el: Use lexical binding.
13006 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
13008         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13010         * textmodes/flyspell.el (flyspell-word): Recognize default
13011         dictionary case for flyspell-mark-duplications-exceptions.
13012         Use regexp matching for languages.
13013         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13014         default dictionary (Bug#7926).
13016 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
13018         * emacs-lisp/package.el (package--with-work-buffer):
13019         Recognize https URLs.
13021         * net/network-stream.el: Move from gnus/proto-stream.el.
13022         Change prefix to network-stream throughout.
13023         (open-protocol-stream): Merge into open-network-stream, leaving
13024         open-protocol-stream as an alias.  Handle nil BUFFER args.
13026         * subr.el (open-network-stream): Move to net/network-stream.el.
13028 2011-04-02  Glenn Morris  <rgm@gnu.org>
13030         * find-dired.el (find-exec-terminator): New option.
13031         (find-ls-option): Test for -ls support.
13032         (find-ls-subdir-switches): Test for -b in find-ls-option.
13033         (find-dired, find-grep-dired): Doc fixes.
13034         (find-dired): Use find-exec-terminator.
13036         * find-dired.el (find-ls-option, find-ls-subdir-switches)
13037         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13038         (find-name-arg): Remove purecopy.
13040         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13041         (grep-compute-defaults): Check for `-exec COMMAND +' support.
13042         Set grep-find-use-xargs, grep-find-command, and grep-find-template
13043         accordingly.  Don't add the null-device if not needed.
13045         * files.el (save-some-buffers): Doc fix.
13047 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
13049         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13051 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
13053         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13054         Use `dolist' rather than `mapcar'.
13056 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13058         Add lexical binding.
13060         * subr.el (apply-partially): Use new closures rather than CL.
13061         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13062         (dolist, dotimes): Use slightly different expansion for lexical code.
13063         (functionp): Move to C.
13064         (letrec): New macro.
13065         (with-wrapper-hook): Use it and apply-partially instead of CL.
13066         (eval-after-load): Preserve lexical-binding.
13067         (save-window-excursion, with-output-to-temp-buffer): Turn them
13068         into macros.
13070         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13072         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13073         than the arglist.
13074         (help-add-fundoc-usage): Don't add `Not documented'.
13075         (help-function-arglist): Handle closures, subroutines, and new
13076         byte-code-functions.
13077         (help-make-usage): Remove leading underscores.
13078         (describe-function-1): Handle closures.
13079         (describe-variable): Use special-variable-p for completion.
13081         * files.el (lexical-binding): Declare safe.
13083         * emacs-lisp/pcase.el: Don't use destructuring-bind.
13084         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
13085         (pcase): Add `let' pattern.
13086         Change memoization so it actually works.
13087         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13088         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13089         <let>: New case.
13091         * emacs-lisp/macroexp.el: Use lexical binding.
13092         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
13093         Don't convert ' to #' without checking that it's indeed quoting
13094         a lambda.
13096         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
13097         Use eval-sexp-add-defvars.
13098         (eval-sexp-add-defvars): New fun.
13100         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13102         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13103         Don't autoload.
13104         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13105         than the internal `byte-compile-lambda'.
13106         (defmethod): Don't hide code under quotes.
13107         (eieio-defmethod): New `code' argument.
13109         * emacs-lisp/eieio-comp.el: Remove.
13111         * emacs-lisp/edebug.el (edebug-eval-defun)
13112         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13113         (edebug-toggle): Avoid `eval'.
13115         * emacs-lisp/disass.el (disassemble-internal): Handle new
13116         `closure' objects.
13117         (disassemble-1): Handle new byte codes.
13119         * emacs-lisp/cl.el (pushnew): Silence warning.
13121         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13122         (cl-byte-compile-throw): Remove.
13123         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13125         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13126         closures.
13128         * emacs-lisp/cconv.el: New file.
13130         * emacs-lisp/bytecomp.el: Use lexical binding instead of
13131         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
13132         (byte-compile-initial-macro-environment):
13133         Handle declare-function here.
13134         (byte-compile--lexical-environment): New var.
13135         (byte-stack-ref, byte-stack-set, byte-discardN)
13136         (byte-discardN-preserve-tos): New lap codes.
13137         (byte-interactive-p): Don't use any more.
13138         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13139         New macros.
13140         (byte-compile-lapcode): Use them and handle new lap codes.
13141         (byte-compile-obsolete): Remove.
13142         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13143         (byte-compile-arglist-warn): Check late def of inlinable funs.
13144         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13145         since they should have been expanded by now.
13146         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13147         (byte-compile-from-buffer): Remove unused second arg.
13148         (byte-compile-preprocess): New function.
13149         (byte-compile-toplevel-file-form): New function to distinguish
13150         file-form calls from outside from file-form calls from hunk-handlers.
13151         (byte-compile-file-form): Simplify.
13152         (byte-compile-file-form-defsubst): Remove.
13153         (byte-compile-file-form-defmumble): Simplify now that
13154         byte-compile-lambda always returns a byte-code-function.
13155         (byte-compile): Preprocess.
13156         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13157         Remove, not used any more.
13158         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13159         (byte-compile-make-args-desc): New funs.
13160         (byte-compile-lambda): Handle lexical functions.  Always return
13161         a byte-code-function.
13162         (byte-compile-reserved-constants): New var, to make up room for
13163         closed-over variables.
13164         (byte-compile-constants-vector): Obey it.
13165         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13166         (byte-compile-macroexpand-declare-function): New function.
13167         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13168         byte-code-functions.
13169         (byte-compile-form): Check obsolescence here.
13170         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13171         (byte-compile-variable-ref): Remove.
13172         (byte-compile-dynamic-variable-op): New fun.
13173         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13174         (byte-compile-variable-set): New funs.
13175         (byte-compile-discard): Add 2 args.
13176         (byte-compile-stack-ref, byte-compile-stack-set)
13177         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13178         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13179         macroexpand-all instead.
13180         (byte-compile-quote-form): Remove.
13181         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13182         (byte-compile-bind, byte-compile-unbind): New funs.
13183         (byte-compile-let): Handle let* and lexical binding.
13184         (byte-compile-let*): Remove.
13185         (byte-compile-catch, byte-compile-unwind-protect)
13186         (byte-compile-track-mouse, byte-compile-condition-case):
13187         Handle a new :fun-body form, used for lexical scoping.
13188         (byte-compile-save-window-excursion)
13189         (byte-compile-with-output-to-temp-buffer): Remove.
13190         (byte-compile-defun): Simplify.
13191         (byte-compile-stack-adjustment): New fun.
13192         (byte-compile-out): Use it.
13193         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13195         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13196         handler any more.
13198         * emacs-lisp/byte-opt.el: Use lexical binding.
13199         (byte-inline-lapcode): Remove (to bytecomp).
13200         (byte-compile-inline-expand): Pay attention to inlining to/from
13201         lexically bound code.
13202         (byte-compile-unfold-lambda): Don't handle byte-code-functions
13203         any more.
13204         (byte-optimize-form-code-walker): Don't handle save-window-excursion
13205         any more and don't call compiler-macros.
13206         (byte-compile-splice-in-already-compiled-code): Remove.
13207         (byte-code): Don't inline any more.
13208         (disassemble-offset): Receive `bytes' as argument rather than via
13209         dynamic scoping.
13210         (byte-compile-tag-number): Declare before first use.
13211         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13212         `return' even if make-spliceable.
13213         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13214         obsolete interactive-p.
13215         (byte-optimize-lapcode): Optimize new lap-codes.
13216         Don't trip up on new form of `byte-constant' lap code.
13218         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13220         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13222         * custom.el (custom-initialize-default, custom-declare-variable):
13223         Use `defvar'.
13225         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13226         New variables.
13227         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13228         (COMPILE_FIRST): Add macroexp and cconv.
13229         * makefile.w32-in: Mirror changes in Makefile.in.
13231         * vc/cvs-status.el:
13232         * vc/diff-mode.el:
13233         * vc/log-edit.el:
13234         * vc/log-view.el:
13235         * vc/smerge-mode.el:
13236         * textmodes/bibtex-style.el:
13237         * textmodes/css.el:
13238         * startup.el:
13239         * uniquify.el:
13240         * minibuffer.el:
13241         * newcomment.el:
13242         * reveal.el:
13243         * server.el:
13244         * mpc.el:
13245         * emacs-lisp/smie.el:
13246         * doc-view.el:
13247         * dired.el:
13248         * abbrev.el: Use lexical binding.
13250 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
13252         * info.el (info-display-manual): New function.
13254 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13256         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13258 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
13260         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
13261         an entry for that server in rcirc-authinfo.  (Bug#8385)
13263 2011-03-31  Glenn Morris  <rgm@gnu.org>
13265         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13267         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13269 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
13271         * progmodes/python.el (python-default-interpreter)
13272         (python-python-command-args, python-jython-command-args)
13273         (python-which-shell, python-which-args, python-which-bufname)
13274         (python-file-queue, python-comint-output-filter-function)
13275         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13276         variables and functions.
13278 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13280         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13281         (completion-in-region-mode): New minor mode.
13282         (completion-in-region): Use it.
13283         (completion-in-region--data, completion-in-region-mode-map): New vars.
13284         (completion-in-region--postch): New function.
13285         (completion--capf-misbehave-funs, completion--capf-safe-funs):
13286         New vars.
13287         (completion--capf-wrapper): New function.
13288         (completion-at-point): Use it to track well-behavedness of
13289         hook functions.
13290         (completion-help-at-point): New command.
13292 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
13294         * vc/add-log.el (add-change-log-entry): Don't use whitespace
13295         syntax class to search for whitespace on a single line
13296         (Message-ID: <4D938140.4030905@redhat.com>).
13298 2011-03-30  Leo Liu  <sdl.web@gmail.com>
13300         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13301         New commands.
13302         (edit-abbrevs-map): Bind them here.
13303         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
13305 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
13307         * allout.el (allout-hide-by-annotation, allout-flag-region):
13308         Reduce possibility of overlay leakage by making them volatile.
13310         * allout-widgets.el (allout-widgets-tally): Define as nil so the
13311         hash is not shared between buffers.  Mode initialization is
13312         responsible for giving it a useful starting value.
13313         (allout-item-span): Reduce possibility of overlay leakage by
13314         making them volatile.
13315         (allout-widgets-count-buttons-in-region): Add diagnostic function
13316         for tracking down button overlay leaks.
13318 2011-03-29  Leo Liu  <sdl.web@gmail.com>
13320         * ido.el (ido-read-internal): Use the default history var
13321         minibuffer-history if no HISTORY is specified.
13323 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
13325         * net/imap.el (imap-shell-open, imap-process-connection-type):
13326         Use imap-process-connection-type for 'shell' streams as well as
13327         Kerberos, SSL, other subprocesses.
13329 2011-03-28  Leo Liu  <sdl.web@gmail.com>
13331         * abbrev.el (abbrev-table-empty-p): New function.
13332         (prepare-abbrev-list-buffer): Place empty abbrev tables after
13333         nonempty ones.  (Bug#5937)
13335 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
13337         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13339 2011-03-27  Leo Liu  <sdl.web@gmail.com>
13341         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13342         for foreground and background colors.
13343         (ansi-color-make-color-map): Adapt.
13345 2011-03-25  Leo Liu  <sdl.web@gmail.com>
13347         * midnight.el (midnight-time-float): Remove.  Note it calculates
13348         the microsecond component incorrectly and seconds-to-time does the
13349         same job.
13350         Remove redundant (require 'timer).
13352         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13353         (ido-completions): Remove unused arguments.  (Bug#8329)
13355 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13357         * minibuffer.el (completion--flush-all-sorted-completions):
13358         Remove itself from hook.
13359         (completion-at-point): Let the functions perform the completion
13360         immediately and return nil or t.
13361         * comint.el (comint-dynamic-complete-functions): Now identical to
13362         completion-at-point-functions.
13363         (comint-dynamic-list-input-ring): Remove unused var `index'.
13364         (comint--match-partial-filename, comint--unquote&expand-filename):
13365         New funs, split from comint-match-partial-filename.
13366         (comint-dynamic-complete): Use completion-at-point.
13367         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13369 2011-03-24  Drew Adams  <drew.adams@oracle.com>
13371         * thingatpt.el: Support `defun'.
13373 2011-03-23  Leo Liu  <sdl.web@gmail.com>
13375         * abbrevlist.el: Move to obsolete/abbrevlist.el.
13377         * help-mode.el (help-mode-finish): Tweak regexp.
13379 2011-03-23  Glenn Morris  <rgm@gnu.org>
13381         * eshell/esh-opt.el (eshell-eval-using-options):
13382         Do not bind unused local variable `eshell-option-stub'.
13384         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13386 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
13388         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13389         keymap variable in `with-no-warnings' to avoid a warning when the
13390         keymap has been already `defconst'ed.
13392 2011-03-22  Leo Liu  <sdl.web@gmail.com>
13394         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13395         encode all chars in abbrevs; otherwise use emacs-mule or
13396         utf-8-emacs.  (Bug#8308)
13398 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
13400         * simple.el (backward-delete-char-untabify):
13401         Avoid warning about using `delete-backward-char'.
13403         * image.el (image-type-file-name-regexps): Make it variable.
13404         `imagemagick-register-types' modifies it, and the user may want
13405         to add new extensions for known image types.
13406         (imagemagick-register-types): Throw error if not using ImageMagick.
13408 2011-03-22  Leo Liu  <sdl.web@gmail.com>
13410         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13411         located before rcirc-prompt-end-marker.
13412         (rcirc-complete): Error if point is not after rcirc prompt.
13413         Handle the case when table is nil.
13414         (rcirc-user-authenticated): Define to fix compiler warning.
13416 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
13418         * custom.el (custom--inhibit-theme-enable): Make it affect only
13419         custom-theme-set-variables and custom-theme-set-faces.
13420         (provide-theme): Ignore custom--inhibit-theme-enable.
13421         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13422         (custom-enabling-themes): Delete variable.
13423         (enable-theme): Accept only loaded themes as arguments.
13424         Ignore the special custom-enabled-themes variable.
13425         (custom-enabled-themes): Forbid themes from setting this.
13426         Eliminate use of custom-enabling-themes.
13427         (custom-push-theme): Quote "changed" custom var entry.
13429 2011-03-21  Leo Liu  <sdl.web@gmail.com>
13431         * ido.el (ido-read-internal): Add ido-selected to history instead
13432         of user input.
13434 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13436         * subr.el (deferred-action-list, deferred-action-function):
13437         Mark obsolete.
13439 2011-03-21  Leo Liu  <sdl.web@gmail.com>
13441         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13442         change on 2011-02-13 (bug#8309).
13444         * minibuffer.el (read-file-name-function): Change default value.
13445         (read-file-name--defaults): Rename from read-file-name-defaults.
13446         (read-file-name-default): Rename from read-file-name.
13447         (read-file-name): Call read-file-name-function.
13449 2011-03-21  Glenn Morris  <rgm@gnu.org>
13451         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13452         Doc fixes.
13454 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
13456         * cus-theme.el: Add missing provide statement.
13457         (customize-create-theme): Extract theme value correctly.
13458         (custom-theme-visit-theme): Autoload.
13459         (customize-create-theme): Prompt before inserting default faces.
13461 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
13463         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13464         units and musical notes.
13466 2011-03-20  Leo Liu  <sdl.web@gmail.com>
13468         * ido.el (ido-read-internal): Use completing-read-default.
13469         (ido-completing-read): Fix compatibility with completing-read.
13471 2011-03-20  Christian Ohler  <ohler@gnu.org>
13473         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13474         (ert-delete-all-tests): Use `called-interactively-p' rather than
13475         `interactive-p'.
13476         (ert--make-xrefs-region): Respect END.
13478 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
13480         * dired-aux.el (dired-create-directory): Signal an error if the
13481         directory already exists (Bug#8246).
13483         * facemenu.el (list-colors-display): Call list-faces-display
13484         inside with-help-window.
13485         (list-colors-print): Use display property to align the final
13486         column, instead of checking window-width.
13488 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
13490         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
13491         windows-nt systems.
13492         (emerge-protect-metachars): Quote correctly for ms-dos and
13493         windows-nt systems.
13495 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
13497         * info.el (info-initialize): Replace all uses of `:' with
13498         path-separator for compatibility with non-Unix systems.
13499         Cache quoting of path-separator.  (Bug#8258)
13501 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
13503         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13504         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13505         (mouse-avoidance-mode): Fix typos in docstrings.
13507 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
13509         * startup.el (package-subdirectory-regexp): Move from package.el.
13510         Omit \\` and \\', and let callers add them.
13512         * emacs-lisp/package.el (package-strip-version)
13513         (package-load-all-descriptors): Add \\` and \\' to
13514         package-subdirectory-regexp before using it.
13515         (package-untar-buffer): New arg DIR; ensure that file untars only
13516         into this expected directory.  Remove superfluous delete-region.
13517         (package-unpack): Caller changed.
13518         (package-tar-file-info): Use package-subdirectory-regexp.
13520 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13523         diff-mode-shared-map (bug#8284).
13524         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
13526 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13528         * calendar/time-date.el (format-seconds): Use assoc instead of
13529         assoc-string, since assoc-string doesn't exist in XEmacs.
13531 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
13533         * custom.el (custom-known-themes): Reflow docstring.
13534         (custom-theme-load-path): Fix typo in docstring.
13535         (load-theme): Fix typo in error message.
13536         (custom-available-themes, custom-variable-theme-value):
13537         Use `let', not `let*'.
13539 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
13541         * calc/README: Mention inclusion of musical notes.
13543         * calc/calc-units.el (calc-lu-quant): Rename from
13544         `calc-logunits-quantity'.
13545         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13546         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13547         (calc-db): Rename from `calc-dblevel'.
13548         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13549         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13550         (calc-np): Rename from `calc-nplevel'.
13551         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13552         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13553         (calc-lu-plus): Rename from `calc-logunits-add'.
13554         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13555         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13556         (calc-lu-minus): Rename from `calc-logunits-sub'.
13557         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13558         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13559         (calc-lu-times): Rename from `calc-logunits-mul'.
13560         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13561         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13562         (calc-lu-divide): Rename from `calc-logunits-div'.
13563         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13564         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13566         * calc/calc-ext.el (calc-init-extensions): Update the names of the
13567         functions being autoloaded.
13569         * calc/calc.el (calc-lu-power-reference): Rename from
13570         `calc-logunits-power-reference'.
13571         (calc-lu-field-reference): Rename from
13572         `calc-logunits-field-reference'.
13574         * calc/calc-help.el (calc-l-prefix-help):
13575         Mention musical note functions.
13577 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13579         * minibuffer.el (completion-all-sorted-completions):
13580         Use :completion-cycle-penalty text property if present.
13582 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
13584         * allout.el (allout-yank-processing): Adjust for new rebulleting
13585         regime so bullet being yanked is used without prompting the user
13586         for a choice.
13588 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
13590         * startup.el (command-line): Warn the user that _emacs is deprecated.
13592 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
13594         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13595         (delphi-verbose, delphi-comment-face, delphi-string-face)
13596         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13597         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13598         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13599         (delphi-new-comment-line, delphi-font-lock-defaults)
13600         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13601         Fix typos in docstrings.
13603 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
13605         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
13606         Invert the roles of character and string values for INSTEAD, so a
13607         string is used for the more common case of a defaulting prompt.
13609 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * progmodes/ruby-mode.el (ruby-backward-sexp):
13612         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13613         * play/gamegrid.el (gamegrid-make-face):
13614         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13615         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13616         * notifications.el (notifications-notify):
13617         * net/xesam.el (xesam-search-engines):
13618         * net/quickurl.el (quickurl-list-insert):
13619         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13621 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
13623         * startup.el (command-line): Update package subdirectory regexp.
13625 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13627         * allout.el (allout-abbreviate-flattened-numbering)
13628         (allout-mode-deactivate-hook): Fix up obsolescence "date".
13630         * subr.el (read-char-choice): Only show the cursor after the prompt,
13631         not after the answer.
13633 2011-03-15  Kevin Ryde  <user42@zip.com.au>
13635         * help-fns.el (variable-at-point): Skip leading quotes, if any
13636         (bug#8253).
13638 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13640         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13641         warning message.
13643 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
13645         * shell.el (shell): When called interactively, offer to change the
13646         shell file name on remote hosts.
13648 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13650         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13651         integration for LDAP parameters.  The host, base, user or binddn,
13652         and secret tokens can be specified in a netrc file, for instance.
13653         This is optional because an `auth-source' parameter must be
13654         specified in the search attributes.
13656 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
13658         * help.el (describe-mode): Link to the mode's definition (bug#8185).
13660 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13662         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13663         into declaration.  Remove redundant and harmful binding.
13665 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
13667         * files.el (file-ownership-preserved-p): Pass `integer' as an
13668         explicit 2nd argument to `file-attributes'.  If the file's owner
13669         is the Administrators group on Windows, and the current user is
13670         Administrator, consider that a match.
13672         * server.el (server-ensure-safe-dir): Consider server directory
13673         safe on MS-Windows if its owner is the Administrators group while
13674         the current Emacs user is Administrator.  Use `=' to compare
13675         numerical UIDs, since they could be integers or floats.
13677 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
13679         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13681 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
13683         Sync with Tramp 2.2.1.
13685         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13687         * net/trampver.el: Update release number.
13689 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13691         * progmodes/compile.el (compilation--previous-directory): Fix up
13692         various nil/dead-marker mismatches (bug#8014).
13693         (compilation-directory-properties, compilation-error-properties):
13694         Don't call it at a position past the one we're about to change.
13696         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13697         Disable obsolescence warnings in the file that declares it.
13699 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
13701         * allout-widgets.el (allout-widgets-tally):
13702         Initialize allout-widgets-tally as a hash table rather than nil to
13703         prevent mode-line redisplay warnings.  Also, clarify the module
13704         description and fix a comment typo.
13706 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
13708         * help-fns.el (describe-variable): Don't complete keywords.
13709         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13711 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
13713         * emacs-lisp/package.el (package-version-join): Impose a standard
13714         string representation for pre/alpha/beta version lists.
13715         (package-unpack-single): Standardize the directory name by passing
13716         it through package-version-join.
13717         (package-strip-rcs-id): Accept any version string that does not
13718         signal an error in version-to-list.
13720 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
13722         * simple.el (delete-trailing-whitespace): Return nil for the
13723         benefit of `write-file-functions'.
13725 2011-03-10  Glenn Morris  <rgm@gnu.org>
13727         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13729         * vc/vc-git.el (vc-git-program): New option.
13730         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13731         (vc-git--call): Use it.
13733         * eshell/esh-util.el (eshell-condition-case): Doc fix.
13735         * cus-edit.el (Custom-newline): If no button at point, look
13736         for a subgroup button at start-of-line.  (Bug#2298)
13738         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13740 2011-03-10  Julien Danjou  <julien@danjou.info>
13742         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13743         `cursor-type' is nil.
13745 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
13747         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13749 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
13751         * allout.el: Change so yank of distinctive-bullet items
13752         preserves the existing header prefix, rebulleting it if necessary,
13753         rather than replacing it.  This is necessary for proper operation
13754         of cooperative addons like allout-widgets.
13755         (allout-make-topic-prefix, allout-rebullet-heading):
13756         Change SOLICIT arg to INSTEAD, and interpret additionally a string
13757         value as alternate bullet to be used, instead of prompting the user
13758         for a bullet character.
13760 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
13762         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13763         Do not use `tramp-file-name-port', because this returns also
13764         `tramp-default-port'.
13766 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
13768         * net/rcirc.el (rcirc-handler-001): Remove useless
13769         with-rcirc-process-buffer.
13770         (rcirc-check-auth-status): Swap arguments to string-match.
13772 2011-03-09  Glenn Morris  <rgm@gnu.org>
13774         * shell.el (shell-mode):
13775         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
13777         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13778         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
13780 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
13782         * emacs-lisp/package.el (package-refresh-contents)
13783         (package-menu-execute): Use condition-case-no-debug.
13785 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
13787         * simple.el (shell-command-to-string): Use `process-file'.
13789         * emacs-lisp/package.el (package-tar-file-info): Handle also
13790         remote files.
13792         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13793         Use `equal' for upload base check.
13795 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
13797         * textmodes/texinfo.el (texinfo-environments):
13798         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
13800 2011-03-08  Glenn Morris  <rgm@gnu.org>
13802         * cus-start.el (cursor-in-non-selected-windows):
13803         Fix :set quoting oddness.  (Bug#8192)
13805         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13806         in some setf expressions.  (Bug#2159)
13808 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
13810         * custom.el (custom-available-themes): Return themes in
13811         alphabetical order.
13813 See ChangeLog.15 for earlier changes.
13815 ;; Local Variables:
13816 ;; coding: utf-8
13817 ;; End:
13819   Copyright (C) 2011-2012  Free Software Foundation, Inc.
13821   This file is part of GNU Emacs.
13823   GNU Emacs is free software: you can redistribute it and/or modify
13824   it under the terms of the GNU General Public License as published by
13825   the Free Software Foundation, either version 3 of the License, or
13826   (at your option) any later version.
13828   GNU Emacs is distributed in the hope that it will be useful,
13829   but WITHOUT ANY WARRANTY; without even the implied warranty of
13830   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13831   GNU General Public License for more details.
13833   You should have received a copy of the GNU General Public License
13834   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.