* vc/diff.el (diff-latest-backup-file): Autoload.
[emacs.git] / lisp / ChangeLog
blob99d50511b880b66ed260fe5a8dfa1d55015ff12d
1 2012-09-20  Chong Yidong  <cyd@gnu.org>
3         * vc/diff.el (diff-latest-backup-file): Autoload.
5 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * calc/calc.el: Remove redundant autoload shape check.
8         (sel-mode): Don't defvar.
9         (calc-get-stack-element): Add `sel-mode' arg instead.
10         (calc-top, calc-top-list): Pass it this additional argument.
11         * calc/calc-store.el (calc-store-map):
12         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
13         (calc-map-equation, calc-outer-product, calc-inner-product):
14         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
16         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
18 2012-09-19  Juri Linkov  <juri@jurta.org>
20         * dired-aux.el (dired-diff): Add (require 'diff) because
21         `diff-latest-backup-file' is not autoloaded.
22         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
23         of `dired-get-filename' to t to not report error when there is
24         no default file on the current line.
26 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
29         macroexp--eval-if-compile.
30         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
31         (macroexp--expand-all): Use them (bug#12371).
33         * doc-view.el (doc-view-guess-paper-size)
34         (doc-view-scale-bounding-box): Fix unbound `caddr'.
36 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
38         New feature: set optimal slice from BoundingBox information.
39         * doc-view.el (doc-view-mode-map): Add keybinding.
40         (doc-view-menu): Add menu entry.
41         (doc-view-set-slice): Adapt docstring.
42         (doc-view-get-bounding-box, doc-view-guess-paper-size)
43         (doc-view-scale-bounding-box)
44         (doc-view-set-slice-from-bounding-box): New functions.
45         (doc-view-paper-sizes): New defvar.
47 2012-09-19  Glenn Morris  <rgm@gnu.org>
49         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
50         (byte-compile-log-warning): Autoload.  (Bug#12371)
52         * calendar/calendar.el (calendar-american-month-header)
53         (calendar-european-month-header, calendar-iso-month-header)
54         (calendar-month-header): New options.
55         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
56         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
58 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
60         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
62 2012-09-18  Juri Linkov  <juri@jurta.org>
64         * dired-aux.el (dired-diff): Restore original functionality of
65         getting the default value, but keep new feature of using the
66         latest existing backup file (`diff-latest-backup-file').
68 2012-09-18  Juri Linkov  <juri@jurta.org>
70         * dired.el (dired-mark): If the region is active in Transient Mark
71         mode, mark all files in the active region.  Doc fix.
72         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
73         Doc fix.  (Bug#10624)
75 2012-09-18  Juri Linkov  <juri@jurta.org>
77         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
78         attributes for M-n are pulled from the file at point.
79         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
80         Suggested by Drew Adams.  (Bug#10624)
82 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
84         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
85         whitespace after "end".
86         (ruby-do-end-to-brace): Collapse block to one line if it fits
87         within fill-column.
89 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
91         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
92         value.
93         (debug): Don't remove debugger window when debugger is expected
94         to be back.
96 2012-09-18  Chong Yidong  <cyd@gnu.org>
98         * custom.el (defface): Doc fix.
100         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
102 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
104         * progmodes/compile.el (compilation-start): Use compilation-always-kill
105         to initialize query-on-exit; then test that instead (bug#12288).
107 2012-09-17  Stefan Merten  <smerten@oekonux.de>
109         * rst.el: Add support for `testcover'.
110         (rst-defcustom-testcover, rst-testcover-add-compose)
111         (rst-testcover-add-1value): New functions.
112         (rst-portable-mark-active-p): Replace by `use-region-p'.
113         (rst-update-section, rst-classify-adornment)
114         (rst-find-title-line): Mark `1value' forms.
115         (rst-classify-adornment): Remove superfluous form.
116         (rst-update-section, rst-get-adornments-around)
117         (rst-adornment-complete-p, rst-get-next-adornment)
118         (rst-adjust, rst-promote-region)
119         (rst-display-adornments-hierarchy, rst-straighten-adornments)
120         (rst-find-pfx-in-region, rst-section-tree-rec)
121         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
122         (rst-toc-node, rst-toc, rst-forward-section)
123         (rst-iterate-leftmost-paragraphs)
124         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
125         (rst-bullet-list-region)
126         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
127         (rst-compile-find-conf, rst-compile)
128         (rst-repeat-last-character): Fix style.
130 2012-09-17  Chong Yidong  <cyd@gnu.org>
132         * comint.el (comint--complete-file-name-data): Don't add a space
133         if the status is `sole'; that adds a gratuitous space in the
134         completion-cycling case (Bug#12092).
136         * pcomplete.el (pcomplete-completions-at-point): Likewise.
138 2012-09-17  Richard Stallman  <rms@gnu.org>
140         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
141         only in the mime-shown mode, not in raw mode.
142         (rmail-mime): Toggle off mime by displaying the message without
143         mime processing.  (Bug#12305)
145         * mail/rmail.el (rmail-retry-failure):
146         Turn off mime processing first.  (Bug#12037)
148         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
150 2012-09-17  Chong Yidong  <cyd@gnu.org>
152         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
153         (shell-dynamic-complete-functions): Convert to defcustom.
154         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
156         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
157         * comint.el (comint-prompt-read-only):
158         * custom.el (defcustom):
159         * hi-lock.el (hi-lock-mode):
160         * ibuffer.el (ibuffer-formats):
161         * ielm.el (ielm-prompt-read-only):
162         * novice.el (disable-command):
163         * saveplace.el (toggle-save-place):
164         * speedbar.el (speedbar-supported-extension-expressions):
165         * startup.el (auto-save-list-file-prefix, init-file-user)
166         (after-init-hook, inhibit-startup-echo-area-message):
167         * strokes.el (strokes-help):
168         * time-stamp.el (time-stamp):
169         * calendar/calendar.el (calendar, diary-file):
170         * calendar/diary-lib.el (diary-mail-entries, diary)
171         (diary-list-entries-hook):
172         * calendar/holidays.el (holidays, calendar-holidays):
173         * calendar/lunar.el (lunar-phases):
174         * calendar/solar.el (sunrise-sunset):
175         * emulation/edt.el (edt-load-keys):
176         * emulation/viper.el (viper-mode):
177         * eshell/em-alias.el (eshell-command-aliases-list):
178         * eshell/esh-util.el (eshell-convert-numeric-arguments):
179         * international/ogonek.el (ogonek-information):
180         * net/tramp-cmds.el (tramp-bug):
181         * net/quickurl.el (quickurl-reread-hook-postfix):
182         * play/decipher.el (decipher-font-lock-keywords):
183         * progmodes/cc-styles.el (c-set-style):
184         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
185         * progmodes/inf-lisp.el (inferior-lisp-prompt):
186         * progmodes/octave-mod.el (octave-mode):
187         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
188         * progmodes/verilog-mode.el (verilog-read-defines):
189         * textmodes/two-column.el (2C-mode): Likewise.
191 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
193         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
194         that holds many addresses.
196 2012-09-16  Chong Yidong  <cyd@gnu.org>
198         * align.el (align-areas): Call the indication function with
199         positions instead of markers for arguments (Bug#12343).
201         * files.el (parse-colon-path): Use split-string (Bug#12351).
203         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
204         (display-buffer-function): Mark as obsolete.
206         * progmodes/compile.el (compilation-parse-errors): Accept list
207         values similar to font-lock-keywords (Bug#12136).
208         Suggested by Oleksandr Manzyuk.
209         (compilation-error-regexp-alist): Doc fix.
211 2012-09-15  Glenn Morris  <rgm@gnu.org>
213         * version.el (emacs-bzr-version-bzr): New function.
214         (emacs-bzr-get-version): Add optional EXTERNAL argument.
216         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
217         checkouts, check the parent dirstate matches the branch.
218         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
219         empty string.
221         * version.el (emacs-bzr-version): Doc fix.
222         (emacs-bzr-version-dirstate): New function.
223         (emacs-bzr-get-version): For lightweight checkouts, if the parent
224         is local try and check that it matches the branch.  If not, just
225         use dirstate information.  (Bug#12441)
227 2012-09-14  Juri Linkov  <juri@jurta.org>
229         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
230         (Bug#12399)
232 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
234         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
236         * emacs-lisp/edebug.el: Miscellaneous cleanup.
237         Remove obsolete byte-compiler hack that tried to silence some warnings.
238         (edebug-submit-bug-report): Remove.
239         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
240         Remove aliases, use the un-prefixed name instead.
241         (edebug-pop-to-buffer): Consider other frames.
242         (edebug-original-read):: Make it more obvious that it's always defined.
243         (edebug--make-form-data-entry, edebug--form-data-name)
244         (edebug--form-data-begin, edebug--form-data-end): Rename from the
245         single-dashed name, and implement with cl-defstruct.
246         (edebug-set-form-data-entry): Use the standard accessors.
247         (edebug-make-top-form-data-entry): Use push.
248         (edebug-no-match): Drop useless `funcall'.
249         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
250         to functions.
251         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
252         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
253         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
254         (easy-menu-define, with-custom-print): Remove redundant specs.
255         (edebug-outside-overriding-local-map)
256         (edebug-outside-overriding-terminal-local-map): Remove, unused.
257         (edebug--display): Bind unread-command-events directly to nil rather
258         than binding it to unread-command-events and later setting it to nil.
259         (edebug--display): Kill edebug-eval-buffer here...
260         (edebug--recursive-edit): ...rather than here.
261         Bind standard-output and standard-input.
262         (edebug-eval): Check cl-macroexpand-all is fboundp.
263         (edebug-temp-display-freq-count): Fix last change.
265         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
266         * subr.el (noreturn, 1value): Add `debug' spec.
267         * emacs-lisp/advice.el: Require cl-lib.
268         (ad-copy-tree): Remove, use copy-tree instead.
269         (ad-dolist): Remove use dolist or cl-dolist instead.
270         (ad-do-return): Remove, use cl-return instead.
271         (defadvice): Add `debug' spec.
273 2012-09-13  Juri Linkov  <juri@jurta.org>
275         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
276         (Bug#12399)
278 2012-09-13  Glenn Morris  <rgm@gnu.org>
280         * calc/calc.el (math-compose-expr):
281         * calc/calc-ext.el (math-compose-expr):
282         * progmodes/cc-defs.el (cl-macroexpand-all):
283         * progmodes/cc-langs.el (delete-duplicates, mapcan)
284         (cl-macroexpand-all): Update declarations.
286         * vc/vc.el: No need to require ediff.
287         (ediff-load-version-control): Declare.
288         (ediff-vc-internal): Fix declaration.
289         (vc-version-ediff): Require ediff.
291 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
293         Use a more backwards-compatible timer format (Bug#12430).
294         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
295         being right after USECS, as that better supports old code that
296         inadvisedly looked directly at the timer vector.
298 2012-09-13  Kenichi Handa  <handa@gnu.org>
300         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
301         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
302         `coding-priority' property of these language environment.
304 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
306         Fix glitches caused by addition of psec to timers (Bug#12430).
307         * image.el (image-animate-timer):
308         * time.el (display-time-world-timer):
309         Use timer--function and timer--args rather than raw access to
310         timer vector.
312 2012-09-13  Glenn Morris  <rgm@gnu.org>
314         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
315         If not compiling a file, try using load-file-name.
317 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
320         Fix last change.
321         (edebug-update-eval-list): Use `push'.
323         * emacs-lisp/edebug.el: Use lexical-binding.
324         Remove the "edebug-" prefix from non-dynamically-scoped variables.
325         Mark unused args with underscore.
326         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
327         (edebug-form-data): Use defvar-local.
328         (edebug-make-before-and-after-form, edebug-make-after-form):
329         Use backquote.
330         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
331         Not dynamically scoped any more.
332         (edebug--enter-trace): Add arguments `function' and `args'.
333         Rename from edebug-enter-trace.
334         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
335         (edebug--update-coverage): Add `after-index' and `value' args.
336         Rename from edebug-update-coverage.
337         (edebug-slow-after): Call it accordingly.
338         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
339         edebug-recursive-edit.
340         (edebug--display): Call it accordingly.  Add args `value',
341         `offset-index', and `arg-mode'.  Rename from edebug-display.
342         (edebug-debugger, edebug): Call it accordingly.
343         (edebug-eval-display-list): Use dolist.
345 2012-09-12  Juri Linkov  <juri@jurta.org>
347         * info.el (Info-search): Don't check for isearch-mode and
348         isearch-regexp before let-binding search-spaces-regexp to
349         Info-search-whitespace-regexp.
350         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
351         search-whitespace-regexp if isearch-lax-whitespace or
352         isearch-regexp-lax-whitespace is non-nil.
353         (Info-mode): Don't set local variable search-whitespace-regexp.
354         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
356 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
359         (debugger-env-macro): Remove support for unread-command-char.
361         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
362         the temporary map re-appearing on emulation-mode-map-alists.
364         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
365         since 22.1.
367         * ehelp.el (with-electric-help): Accept functions in
368         electric-help-form-to-execute.
369         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
370         And replace unread-command-char -> unread-command-events.
372 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
374         Sync with Tramp 2.2.6.
376         * net/tramp.el (tramp-accept-process-output): Don't use
377         JUST-THIS-ONE in the XEmacs case.
379         * net/trampver.el: Update release number.
381 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
383         * emacs-lisp/debug.el (debugger-previous-window-height):
384         New variable.
385         (debug): When debugger-jumping-flag is non-nil try to restore
386         height of debugger window.  (Bug#8789)
388 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
391         overriding-local-map and pre/post-command-hook here.
392         (edebug-recursive-edit): Do it here instead (bug#12345).
393         (edebug-outside-unread-command-char): Remove all uses of
394         unread-command-char.
396         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
397         inhibit-debugger is bound instead.
399 2012-09-11  Bastien Guerry  <bzg@gnu.org>
401         * subr.el (set-temporary-overlay-map): Add a docstring.
402         (Bug#12346)
404 2012-09-11  Bastien Guerry  <bzg@gnu.org>
406         * minibuffer.el (completion-table-subvert): Fix docstring.
407         (Bug#12347)
409 2012-09-11  Bastien Guerry  <bzg@gnu.org>
411         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
413 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
415         * progmodes/sql.el: Version 3.1
416         (sql-db2-escape-newlines): New variable.
417         (sql-escape-newlines-filter): Use it.
419 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
421         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
423 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
425         * vc/diff-mode.el (diff-mode-menu):
426         Bind diff-remove-trailing-whitespace.
428 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
431         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
432         (emacs-lisp-byte-code-mode): New functions.
433         (eval-sexp-add-defvars): Don't skip defvars in column >0.
434         (eval-defun-2): Remove bogus interactive spec.
435         (lisp-indent-line): Remove redundant whole-exp code, now done in
436         indent-according-to-mode.
437         (save-match-data): Remove redundant indent data.
439         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
440         Use `declare'.
442 2012-09-09  Juri Linkov  <juri@jurta.org>
444         * replace.el (replace-regexp-lax-whitespace): New defcustom.
445         (replace-lax-whitespace, query-replace-regexp)
446         (query-replace-regexp-eval, replace-regexp): Doc fix.
447         (perform-replace, replace-highlight): Let-bind
448         isearch-lax-whitespace to replace-lax-whitespace and
449         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
451         * isearch.el (isearch-query-replace): Let-bind
452         replace-lax-whitespace to isearch-lax-whitespace and
453         replace-regexp-lax-whitespace to
454         isearch-regexp-lax-whitespace.  (Bug#10885)
456 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
460 2012-09-09  Alan Mackenzie  <acm@muc.de>
462         * progmodes/cc-engine.el (c-state-cache-init):
463         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
464         (c-record-parse-state-state):
465         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
467 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
469         * register.el (register-separator): Rename from
470         separator-register.  All uses changed.  Doc fix.
471         (register): Fix version.
473 2012-09-09  Chong Yidong  <cyd@gnu.org>
475         * replace.el (query-replace-map): Bind four new symbols for
476         requesting window scrolling.
478         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
479         query-replace-map (Bug#8948).
481         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
483         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
484         since they are now in query-replace-map.
486         * window.el (scroll-other-window-down): Make the arg optional.
488 2012-09-09  Chong Yidong  <cyd@gnu.org>
490         * files.el (hack-local-variables-confirm): Use quit-window to kill
491         the *Local Variables* buffer.
493 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
495         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
496         not just expect to be at its beginning.  Adjust callees.
497         Succeed when do-end block has no space before the pipe character.
498         (ruby-brace-to-do-end): When the original block is one-liner,
499         convert to multiline.  Reindent the result.
501 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
503         * register.el (register): New group.
504         (register-separator): New user option.
505         (increment-register): Route it to `append-to-register', if
506         register contains text.  Implication is that `C-x r +' can now be
507         used for appending to a text register (bug#12217).
508         (append-to-register, prepend-to-register): Add separator based on
509         `register-separator.
511 2012-09-08  Alan Mackenzie  <acm@muc.de>
513         AWK Mode: make auto-newline work when there's "==" in the pattern.
514         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
515         correctly.
516         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
517         Test more rigorously for "=" token.
519 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
521         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
522         Only fail when reached LIMIT.
524 2012-09-08  Chong Yidong  <cyd@gnu.org>
526         * dired.el (dired-mode-map): Don't bind M-=.
528         * dired-aux.el (dired-diff): Use backup file as default.
530 2012-09-08  Drew Adams  <drew.adams@oracle.com>
532         * subr.el (add-to-history): Fix delete usage (Bug#12314).
534 2012-09-08  Chong Yidong  <cyd@gnu.org>
536         * subr.el (syntax-after, syntax-class): Doc fix.
538 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
540         * window.el (display-buffer-in-previous-window): New buffer
541         display action function.
543         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
544         (debugger-previous-window): New variable.
545         (debug): Rewrite using display-buffer-in-previous-window,
546         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
548 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
552 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
554         * progmodes/python.el (python-shell-send-string):
555         When default-directory is remote, create temp file on remote
556         filesystem.
557         (python-shell-send-file): When file is remote, pass local view of
558         file paths to remote Python interpreter.  (Bug#12340)
560 2012-09-07  Chong Yidong  <cyd@gnu.org>
562         * window.el (switch-to-buffer): Doc fix (Bug#12181).
564         * files.el (after-find-file): Don't fail on a read-only buffer if
565         require-final-newline is `visit' or `visit-save' (Bug#11156).
567         * subr.el (read-char-choice): Allow quitting via ESC ESC.
569         * userlock.el (ask-user-about-supersession-threat):
570         Use read-char-choice (Bug#12093).
572 2012-09-07  Chong Yidong  <cyd@gnu.org>
574         * subr.el (buffer-narrowed-p): New function.
576         * ses.el (ses-widen):
577         * simple.el (count-words--buffer-message):
578         * net/browse-url.el (browse-url-of-buffer): Use it
580         * simple.el (count-words-region): Don't signal an error if there
581         is a non-nil prefix arg and the mark is not set.
583         * help.el (describe-key-briefly): Allow the message to be seen
584         when invoked from the minibuffer (Bug#7014).
586 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
588         * progmodes/ruby-mode.el (ruby-end-of-defun)
589         (ruby-beginning-of-defun): Simplify, allow indentation before
590         block beginning and end keywords.
591         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
592         (ruby-end-of-defun): Expect that the point is at the beginning of
593         the defun.
595 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
598         (bug#12367).
599         (cl--make-usage-args): Strip _ from argument names.
601 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
603         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
604         obsolete alias speedbar-key-map.
605         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
606         (vhdl-index-menu-init): Don't use obsolete variable
607         font-lock-maximum-size.
609 2012-09-06  Chong Yidong  <cyd@gnu.org>
611         * frame.el (window-system-version): Mark as obsolete.
613         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
614         of obsolete variable speedbar-key-map.
616 2012-09-06  Juri Linkov  <juri@jurta.org>
618         * replace.el (replace-lax-whitespace): New defcustom.
619         (query-replace, query-replace-regexp, query-replace-regexp-eval)
620         (replace-string, replace-regexp): Mention it in docstrings.
621         (perform-replace, replace-highlight): Let-bind
622         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
623         to the values of replace-lax-whitespace and regexp-flag.
624         Don't let-bind search-whitespace-regexp.  (Bug#10885)
626         * isearch.el (isearch-query-replace): Let-bind
627         replace-lax-whitespace instead of let-binding
628         replace-search-function and replace-re-search-function.
629         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
630         and isearch-regexp-lax-whitespace to lazy-highlight variables.
631         (isearch-toggle-symbol): Set isearch-regexp to nil
632         in isearch-word mode (like in isearch-toggle-word).
634 2012-09-06  Juri Linkov  <juri@jurta.org>
636         * replace.el (replace-search-function)
637         (replace-re-search-function): Set default values to nil.
638         (perform-replace): Let-bind isearch-related variables based on
639         replace-related values, call `isearch-search-fun' and let-bind
640         the result to `search-function'.  Remove code that sets
641         `search-function' and `search-string' separately for
642         `delimited-flag'.
643         (replace-highlight): Add new argument `delimited-flag' and
644         rename other arguments to the names used in `perform-replace'.
645         Let-bind `isearch-word' to the argument `delimited-flag'.
646         (Bug#10885, bug#10887)
648 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
650         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
651         ruby-beginning-of-indent, simplify, allow all keywords to have
652         indentation before them.
653         (ruby-beginning-of-indent): Adjust for above.  Search until the
654         found point is not inside a string or comment.
655         (ruby-font-lock-keywords): Allow symbols to start with "@"
656         character, give them higher priority than variables.
657         (ruby-syntax-propertize-function)
658         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
659         matchers.  Expression expansions are not comments when inside a
660         string, and there comment syntax status is irrelevant.
661         (ruby-match-expression-expansion): New function.  Check that
662         expression expansion is inside a string, and it's not escaped.
663         (ruby-font-lock-keywords): Use it.
665 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
667         * help.el (temp-buffer-max-height): New default value.
668         (temp-buffer-resize-frames): New option.
669         (resize-temp-buffer-window): Optionally resize frame.
671         * window.el (fit-frame-to-buffer-bottom-margin): New option.
672         (fit-frame-to-buffer): New function.
674 2012-09-05  Glenn Morris  <rgm@gnu.org>
676         * emulation/cua-rect.el (cua--init-rectangles):
677         * textmodes/picture.el (picture-mode-map):
678         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
679         like forward-char and backward-char.  (Bug#12317)
681 2012-09-05  Leo Liu  <sdl.web@gmail.com>
683         * progmodes/flymake.el (flymake-warning-re): New variable.
684         (flymake-parse-line): Use it.
686 2012-09-05  Glenn Morris  <rgm@gnu.org>
688         * calendar/holidays.el (holiday-christian-holidays):
689         Rename an entry.  (Bug#12289)
691 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
694         (bug#12222).
696 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * loadup.el: Load macroexp.  Remove hack.
699         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
700         (macroexp--expand-all): Use it to get better warnings.
701         (macroexp--backtrace, macroexp--trim-backtrace-frame)
702         (internal-macroexpand-for-load): New functions.
703         (macroexp--pending-eager-loads): New var.
704         (emacs-startup-hook): New hack to replace one in loadup.el.
705         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
706         (cl--compiler-macro-cXXr): Move to top, before they can be used.
707         (cl-psetf): Simplify.
708         (cl-defstruct): Add indent rule.
710 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
712         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
713         over `user-mail-address' for the SMTP MAIL FROM envelope.
714         (smtpmail-via-smtp): Ditto.
716 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
718         * progmodes/ruby-mode.el: Clean up keybindings.
719         (ruby-mode-map): Don't bind ruby-electric-brace,
720         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
721         backward-kill-word, reindent-then-newline-and-indent.
722         (ruby-mark-defun): Remove.
723         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
724         (ruby-mode): Set local beginning-of-defun-function and
725         end-of-defun-function values.
727 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
729         * window.el (temp-buffer-window-setup-hook)
730         (temp-buffer-window-show-hook): New hooks.
731         (temp-buffer-window-setup, temp-buffer-window-show)
732         (with-temp-buffer-window): New functions.
733         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
734         (special-display-popup-frame): Make sure the window used shows BUFFER.
736         * help.el (temp-buffer-resize-mode): Fix doc-string.
737         (resize-temp-buffer-window): New optional argument WINDOW.
739         * files.el (recover-file, save-buffers-kill-emacs):
740         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
742 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
744         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
745         remote definition of `default-directory', ensure we can connect.
747 2012-09-02  Juri Linkov  <juri@jurta.org>
749         Toggle whitespace matching mode with M-s SPC.
750         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
752         * isearch.el (search-whitespace-regexp): Doc fix.
753         Remove cons cell customization.
754         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
755         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
756         New variables.
757         (isearch-forward, isearch-forward-regexp): Doc fix.
758         (isearch-toggle-lax-whitespace): New command.
759         (search-forward-lax-whitespace, search-backward-lax-whitespace)
760         (re-search-forward-lax-whitespace)
761         (re-search-backward-lax-whitespace): New functions.
762         (isearch-whitespace-regexp): Remove function.
763         (isearch-query-replace): Let-bind replace-search-function and
764         replace-re-search-function.
765         (isearch-occur): Let-bind search-spaces-regexp according to the
766         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
767         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
768         condition for C-q SPC.
769         (isearch-search-fun-default): Use new functions mentioned above.
770         (isearch-search-forward, isearch-search-backward): Remove functions.
771         (isearch-search): Don't let-bind search-spaces-regexp.
772         (isearch-lazy-highlight-space-regexp): Remove variable.
773         (isearch-lazy-highlight-lax-whitespace)
774         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
775         (isearch-lazy-highlight-new-loop): Use them.
776         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
778 2012-09-02  Chong Yidong  <cyd@gnu.org>
780         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
782 2012-09-02  Glenn Morris  <rgm@gnu.org>
784         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
786 2012-09-01  Glenn Morris  <rgm@gnu.org>
788         * term.el: Tidy up menu definitions.
789         (term-mode-map): Use easymenu for In/Out, Complete menus.
790         (term-pager-break-map): Initialize in the defvar.
791         (term-terminal-menu, term-signals-menu): Define with easymenu.
792         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
793         (term-pager-menu): New, extracted from term-process-pager.
794         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
795         (term-update-mode-line): Propertize line/char and page items.
796         (term-process-pager): Move keymap initialization elsewhere.
798 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
800         * window.el (switch-to-prev-buffer): Handle additional values of
801         BURY-OR-KILL argument.  Don't switch in minibuffer window.
802         (switch-to-next-buffer): Don't switch in minibuffer window.
803         (quit-restore-window): New function based on quit-window.
804         Handle additional values of former KILL argument.
805         (quit-window): Call quit-restore-window with appropriate
806         interpretation of KILL argument.
807         (display-buffer-below-selected): New buffer display action
808         function.
810 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * minibuffer.el (completion-at-point-functions): Complete docstring
813         (bug#12254).
815 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
817         Better seed support for (random).
818         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
819         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
820         * play/mpuz.el, play/tetris.el, play/zone.el:
821         * calc/calc-comb.el (math-init-random-base):
822         * play/blackbox.el (bb-init-board):
823         * play/life.el (life):
824         * server.el (server-use-tcp):
825         * type-break.el (type-break):
826         Remove unnecessary call to (random t).
827         * net/sasl.el (sasl-unique-id-function):
828         Change (random t) to (random), now that the latter is more random.
829         * play/life.el (life-initialized): Remove no-longer-needed var.
831 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
833         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
834         Consider frame's buffer predicate when choosing the buffer.
835         (Bug#12081)
837 2012-08-30  Richard Stallman  <rms@gnu.org>
839         * simple.el (special-mode-map): Delete binding for `z'.
841 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
843         * progmodes/compile.el (compilation-always-kill): Doc fix.
845 2012-08-30  Chong Yidong  <cyd@gnu.org>
847         * window.el (display-buffer-reuse-frames): Make the obsolescence
848         message more informative.
850 2012-08-30  Glenn Morris  <rgm@gnu.org>
852         * paren.el (show-paren-delay):
853         Add a :set function.  Doc fix.  (Bug#12297)
855 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
857         * progmodes/compile.el (compilation-always-kill): New var.
858         (compilation-start): Use it.
860 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * simple.el (read-only-mode): Move from files.el for bootstrapping.
863         * files.el (read-only-mode): Move to simple.el.
865         * files.el (read-only-mode): New minor mode.
866         (toggle-read-only): Use it and mark obsolete.
867         (find-file--read-only):
868         * vc/vc.el (vc-next-action, vc-checkout):
869         * vc/vc-cvs.el (vc-cvs-checkout):
870         * obsolete/vc-mcvs.el (vc-mcvs-update):
871         * ffap.el (ffap--toggle-read-only): Update callers.
873 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
875         * eshell/esh-ext.el (eshell-external-command): Do not examine
876         remote shell scripts.
877         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
879         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
880         "/usr/local/sbin".
882 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
884         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
886 2012-08-28  Leo Liu  <sdl.web@gmail.com>
888         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
889         completion-at-point.  (Bug#12220)
891         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
893         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
895 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
898         be buffer-local; add delete-trailing-whitespace (bug#12259).
900 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
902         * progmodes/hideif.el (hif-compress-define-list):
903         Fix typo.  (Bug#11951)
905 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
907         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
908         buffer local setting.
910         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
911         rcirc-encode-coding-system.
913 2012-08-28  Leo Liu  <sdl.web@gmail.com>
915         * net/rcirc.el (rcirc-split-message): New function.
916         (rcirc-send-message): Use it.  (Bug#12051)
918 2012-08-28  Juri Linkov  <juri@jurta.org>
920         * info.el (Info-fontify-node): Hide empty lines at the end of
921         the node.  (Bug#12272)
923 2012-08-27  Drew Adams  <drew.adams@oracle.com>
925         * dired.el (dired-pop-to-buffer): Make window start at beginning
926         of buffer (Bug#12281).
928 2012-08-26  Chong Yidong  <cyd@gnu.org>
930         * window.el (special-display-regexps, special-display-frame-alist)
931         (special-display-buffer-names, special-display-function)
932         (display-buffer-reuse-frames): Mark as obsolete.
934         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
936         * help.el (help-print-return-message): Don't treat
937         display-buffer-reuse-frames specially.
939 2012-08-26  Chong Yidong  <cyd@gnu.org>
941         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
942         New variable, replacing gdb-frame-parameters.
943         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
944         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
945         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
946         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
947         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
948         the functions directly with gdb-display-buffer-other-frame-action.
949         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
950         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
951         (gdb-display-stack-buffer, gdb-display-locals-buffer)
952         (gdb-display-registers-buffer): Define directly.
953         (def-gdb-display-buffer): Macro deleted.
954         (gdb-display-buffer): Remove second and third args, callers don't
955         use them.  Defer to the default display-buffer behavior, apart
956         from making windows dedicated.
957         (gdb-setup-windows): Don't call display-buffer unnecessarily.
959         * progmodes/gud.el (gud-display-line): Just use display-buffer.
961         * window.el (display-buffer-pop-up-frame): Handle a
962         pop-up-frame-parameters alist entry.
963         (display-buffer): Document it.
965 2012-08-26  Chong Yidong  <cyd@gnu.org>
967         * isearch.el (search-whitespace-regexp): Make string and nil
968         values apply to both ordinary and regexp search.  Allow a cons
969         cell value to distinguish between the two.
970         (isearch-whitespace-regexp, isearch-search-forward)
971         (isearch-search-backward): New functions.
972         (isearch-occur, isearch-search-fun-default, isearch-search)
973         (isearch-lazy-highlight-new-loop): Use them.
974         (isearch-forward, isearch-forward-regexp): Doc fix.
976 2012-08-26  Chong Yidong  <cyd@gnu.org>
978         * faces.el (help-argument-name): Always inherit from italic
979         (Bug#12213).
981 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
983         * window.el (window--even-window-heights): Even heights when
984         WINDOW and the selected window form a vertical combination.
985         (display-buffer-use-some-window): Provide that window used gets
986         sized back by quit-window.  (Bug#11880) and (Bug#12091)
988 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
990         Fix file time stamp problem with bzr and CVS (Bug#12001).
991         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
992         in the file's time stamp, since the version control system loses
993         that information.
995 2012-08-22  Juri Linkov  <juri@jurta.org>
997         * info.el (Info-fontify-node): Hide the suffix of the
998         Info file name in the header line.  (Bug#12187)
1000 2012-08-22  Glenn Morris  <rgm@gnu.org>
1002         * calendar/cal-tex.el (cal-tex-weekly-common):
1003         Restore leading blank page.
1005 2012-08-22  Le Wang  <l26wang@gmail.com>  (tiny change)
1007         * misc.el (forward-to-word, backward-to-word): Activate or extend
1008         the region under `shift-select-mode'.  (Bug#12231)
1010 2012-08-22  Bastien Guerry  <bzg@gnu.org>
1012         * progmodes/executable.el (executable-prefix): Set to "#!" instead
1013         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
1014         gives details on why the space is never needed.
1016 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
1018         * window.el (walk-window-tree, window-with-parameter):
1019         New optional argument MINIBUF to control whether these functions
1020         should run on the minibuffer window.
1021         (window-at-side-list): Don't operate on minibuffer window.
1022         (window-in-direction): Simplify and rewrite doc-string.
1023         (window--size-ignore): Rename to window--size-ignore-p.
1024         Update callers.
1025         (display-buffer-in-atom-window, window--major-non-side-window)
1026         (window--major-side-window, display-buffer-in-major-side-window)
1027         (delete-side-window, display-buffer-in-side-window):
1028         New functions.
1029         (window--side-check, window-deletable-p, delete-window)
1030         (delete-other-windows, split-window): Handle side windows and
1031         atomic windows appropriately.
1032         (window--display-buffer): Call display-buffer-record-window also
1033         when the window buffer did not change.
1035 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
1037         * help-fns.el (help-fns--key-bindings):
1038         Abbreviate non-symbol remap targets.  (Bug#12174)
1040 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
1042         * dired.el (dired-mark-remembered): Don't clobber point.
1043         (Bug#11795)
1045 2012-08-22  Glenn Morris  <rgm@gnu.org>
1047         * progmodes/bug-reference.el (bug-reference): New custom group.
1048         (bug-reference-bug-regexp): Make it a defcustom.
1050 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
1052         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1053         (js-paren-indent-offset, js-square-indent-offset)
1054         (js-curly-indent-offset): Add :safe (Bug#12257).
1056 2012-08-22  Edward O'Connor  <hober0@gmail.com>
1058         * json.el (json-key-format): Add error properties.
1059         (json-encode-key): New function.
1060         (json-encode-hash-table, json-encode-alist, json-encode-plist):
1061         Use json-encode-key.
1063 2012-08-22  Glenn Morris  <rgm@gnu.org>
1065         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1066         (cal-tex-leftday, cal-tex-rightday): Remove functions.
1067         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1068         Update for above change.
1070 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
1072         * cus-face.el (custom-face-attributes): Fix customize type for the
1073         :underline attribute.  (Bug#11805)
1075 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
1077         * window.el (window-point-1, set-window-point-1): Remove.
1078         (window-in-direction, record-window-buffer)
1079         (set-window-buffer-start-and-point, split-window-below)
1080         (window--state-get-1, display-buffer-record-window):
1081         Replace calls to window-point-1 and set-window-point-1 by calls to
1082         window-point and set-window-point respectively.
1084 2012-08-21  Glenn Morris  <rgm@gnu.org>
1086         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1087         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1088         Use it.
1090         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1091         (cal-tex-shortday): New function.
1092         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1093         (cal-tex-cursor-filofax-daily): Use the above.
1095         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1096         New functions.
1097         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1098         (cal-tex-cursor-filofax-week): Use them.
1100         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1101         New constants.
1102         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1103         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1105         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1106         (cal-tex-end-document): Don't rely on buffer name.
1108         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1109         Use cal-tex-vspace.
1110         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1111         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
1112         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1113         Use cal-tex-arg.
1115         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1116         (cal-tex-cursor-week, cal-tex-cursor-week2)
1117         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1118         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1119         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1120         (cal-tex-insert-preamble, cal-tex-b-document)
1121         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1122         Improve cal-tex-cmd usage.
1124         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1125         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1126         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1127         (cal-tex-weekly-paper): New function.
1128         (cal-tex-cursor-week, cal-tex-cursor-week2)
1129         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1130         (cal-tex-cursor-day): Use it.
1132         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1133         (cal-tex-cursor-filofax-week): Remove leading blank page.
1135         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1136         Add autoload cookie.  For now at least, don't use color, since
1137         no other cal-tex function does.
1139         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1140         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1141         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1143 2012-08-21  Juri Linkov  <juri@jurta.org>
1145         * info.el (Info-file-attributes): New variable.
1146         (info-insert-file-contents): Add file attributes to
1147         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
1148         `Info-toc-nodes' when previous modtime of the Info file is less
1149         than new modtime.
1150         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1151         of info.el.  (Bug#12230)
1153 2012-08-20  Glenn Morris  <rgm@gnu.org>
1155         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1156         * calendar/holidays.el (calendar-holiday-list):
1157         Report errors with display-warning rather than beep'n'sleep.
1159 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
1161         * net/tramp.el (tramp-accept-process-output): Accept only output
1162         from PROC.  Otherwise, process filters and sentinels might be
1163         confused.  (Bug#12145)
1165 2012-08-20  Chong Yidong  <cyd@gnu.org>
1167         * descr-text.el (describe-text-properties-1): Use overlays-in to
1168         report on empty overlays (Bug#3322).
1170 2012-08-20  Glenn Morris  <rgm@gnu.org>
1172         * mail/rmailout.el (rmail-output-read-file-name):
1173         Trap and report errors in rmail-output-file-alist elements.
1175         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1176         since most non-font-lock faces are not also variables).
1178 2012-08-20  Edward Reingold  <reingold@iit.edu>
1180         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1181         New function.  (Bug12160)
1183 2012-08-19  Glenn Morris  <rgm@gnu.org>
1185         * mail/rmailout.el (rmail-output-read-file-name):
1186         Fix previous change (when the alist is nil or does not match).
1188 2012-08-19  Chong Yidong  <cyd@gnu.org>
1190         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1191         (Bug#12228).
1193 2012-08-18  Chong Yidong  <cyd@gnu.org>
1195         * simple.el (yank-handled-properties): New defcustom.
1196         (yank-excluded-properties): Add font-lock-face and category.
1197         (yank): Doc fix.
1199         * subr.el (remove-yank-excluded-properties):
1200         Obey yank-handled-properties.  The special handling of font-lock-face
1201         and category is now done this way, instead of being hard-coded.
1202         (insert-for-yank-1): Remove font-lock-face handling.
1203         (yank-handle-font-lock-face-property)
1204         (yank-handle-category-property): New function.
1206 2012-08-17  Glenn Morris  <rgm@gnu.org>
1208         * mail/rmailout.el (rmail-output-read-file-name):
1209         Check rmail-output-file-alist against the full message body
1210         in the correct rmail buffer.  (Bug#12214)
1212 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
1214         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1215         Eliminate superfluous prompt.  (Bug#12203)
1217 2012-08-17  Chong Yidong  <cyd@gnu.org>
1219         * mouse.el (mouse-appearance-menu): If x-select-font returns a
1220         font spec, set the font directly (Bug#3228).
1222 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
1224         * window.el (delete-window): Fix last fix.
1226 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
1228         * window.el (window-valid-p): Move to window.c.
1229         (window-child, window-child-count, window-last-child)
1230         (window-normalize-window, window-combined-p)
1231         (window-combinations, window-atom-root, window-min-size)
1232         (window-sizable, window-sizable-p, window-size-fixed-p)
1233         (window-min-delta, window-max-delta, window--resizable)
1234         (window--resizable-p, window-resizable, window-total-size)
1235         (window-full-height-p, window-full-width-p, window-body-size)
1236         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1237         (minimize-window, window-deletable-p, delete-window)
1238         (delete-other-windows, set-window-buffer-start-and-point)
1239         (next-buffer, previous-buffer, split-window, balance-windows-2)
1240         (set-window-text-height, window-buffer-height)
1241         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1242         (truncated-partial-width-window-p): Minor code adjustments.
1243         In doc-strings state whether the argument window has to denote a
1244         live, valid or any window.
1246 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
1248         * progmodes/subword.el (subword-forward-function)
1249         (subword-backward-function, subword-forward-regexp)
1250         (subword-backward-regexp): New variables.
1251         (subword-forward, subword-forward-internal, subword-backward-internal):
1252         Use new variables, eg so that different "word" definitions
1253         can be easily used.  (Bug#11411)
1255 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1257         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1258         for composite selectors.
1259         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1260         operation just because we can't find a previous revision.
1262 2012-08-15  Chong Yidong  <cyd@gnu.org>
1264         * frame.el (set-frame-font): Accept font objects.
1266 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1270 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
1272         * man.el (Man-overstrike-face, Man-underline-face)
1273         (Man-reverse-face): Remove variables.
1274         (Man-overstrike, Man-underline, Man-reverse): New faces.
1275         (Man-fontify-manpage): Use them instead of the variables.
1276         (Man-cleanup-manpage): Comment change.
1277         (Man-ansi-color-map): New variable.
1278         (Man-fontify-manpage): Use it.
1279         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1281         Implement ANSI SGR parameters 22-27 (bug#12146).
1282         * ansi-color.el (ansi-colors): Doc fix.
1283         (ansi-color-context, ansi-color-context-region): Doc fix.
1284         (ansi-color--find-face): New function.
1285         (ansi-color-apply, ansi-color-apply-on-region): Use it.
1286         Rename the local variable `face' to `codes' since it is now a list of
1287         ansi codes.  Doc fix.
1288         (ansi-color-get-face): Remove.
1289         (ansi-color-parse-sequence): New function, derived from
1290         ansi-color-get-face.
1291         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
1292         codes 22-27.
1294 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * subr.el (read-passwd): Allow use from a minibuffer.
1298 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
1300         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1301         inside comments and strings as identifiers.
1303         * progmodes/gud.el (gud-tooltip-print-command): Quote the
1304         expression to evaluate.  This allows to evaluate expressions with
1305         embedded whitespace.
1306         (gud-tooltip-tips): Add a blank before the newline in the
1307         message-box text, for the benefit of message-box emulation on
1308         MS-Windows.
1310         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1311         messages from GDB, pop them up in a tooltip to give feedback to
1312         user.
1313         (gdb-tooltip-print-1): Quote the expression to evaluate.
1314         This allows to evaluate expressions with embedded whitespace.
1315         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1316         if the TTY name is nil or empty (which happens when communicating
1317         with the inferior via pipes, e.g. on MS-Windows).
1318         (gdb-internals): If GDB sends a "&\n" empty debugging message,
1319         don't send that to the GUD buffer.
1321 2012-08-14  Glenn Morris  <rgm@gnu.org>
1323         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1324         Optimize away setq-default with no args, as for setq.  (Bug#12195)
1326 2012-08-14  Chong Yidong  <cyd@gnu.org>
1328         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1330         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1331         (Bug#12085).
1333 2012-08-14  Glenn Morris  <rgm@gnu.org>
1335         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1337 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
1339         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1340         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1341         Use cached shell name.
1343 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
1345         * progmodes/python.el (python-shell-send-string):
1346         (python-shell-send-setup-code): Do not use `format' with `message'.
1348 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1350         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1351         (ruby-percent-literal-beg-re): New constant.
1352         (ruby-syntax-general-delimiters-goto-beg): Rename to
1353         `ruby-syntax-enclosing-percent-literal', improve literal type check.
1354         (ruby-syntax-propertize-general-delimiters): Rename to
1355         `ruby-syntax-propertize-percent-literal', it's a shorter and more
1356         popular term.  Adjust comments everywhere.
1357         (ruby-syntax-propertize-percent-literal): Only propertize when not
1358         inside a simple string or comment.  When the literal is unclosed,
1359         leave the text after it unpropertized.
1360         (ruby-syntax-methods-before-regexp): New constant.
1361         (ruby-syntax-propertize-function): Use it to recognize regexps.
1362         Don't look at the text after regexp, just use the whitelist.
1364 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
1366         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1367         non-nil always load the compiled file if it exists.  (Bug#12197)
1369 2012-08-14  Chong Yidong  <cyd@gnu.org>
1371         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1372         (hi-lock-set-pattern): When deciding whether to use font lock or
1373         overlays, look at font-lock-mode instead of font-lock-fontified
1374         (Bug#12168).
1375         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1376         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1378 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
1380         * subr.el (internal--after-with-selected-window): Fix typo
1381         (Bug#12193).
1383 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
1385         Use `completion-table-dynamic' for completion functions.
1386         * progmodes/python.el
1387         (python-shell-completion--do-completion-at-point)
1388         (python-shell-completion--get-completions):
1389         Remove functions.
1390         (python-shell-completion-complete-at-point): New function.
1391         (python-completion-complete-at-point): Use it.
1393 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
1395         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1396         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1398 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1400         * subr.el (function-get): Refine `autoload' arg so it can also
1401         autoload functions for gv.el (bug#12191).
1402         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1403         autoloads macros.
1405         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1406         Prefer pcase-let over destructuring-bind.
1407         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1408         Also, remove whitespace as we go, rather than after accumulating the
1409         various places.
1411         * subr.el (internal--before-with-selected-window)
1412         (internal--after-with-selected-window): Fix typo seleted->selected.
1413         (with-selected-window): Adjust callers.
1414         Reported by Dmitry Gutov <dgutov@yandex.ru>.
1416 2012-08-13  Bastien Guerry  <bzg@gnu.org>
1418         * window.el (special-display-popup-frame): Minor docstring
1419         enhancement.  (Bug#12172)
1421 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1423         * tar-mode.el (tar-header-data-end): Only ignore size for files of
1424         type 1-6.
1425         (tar-header-block-summarize, tar-get-descriptor): Handle pax
1426         extended headers.
1428         * files.el (hack-local-variables-filter): Remove useless eval.
1430 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
1432         * subr.el (with-selected-window): Fix last change.
1434 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * subr.el (internal--before-with-seleted-window)
1437         (internal--after-with-seleted-window): New functions.
1438         (with-selected-window): Use them, to replace dependency on
1439         tty-top-frame.
1441 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1443         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1444         binding for `newline'.
1445         (ruby-move-to-block): When moving backward, stop at block opening,
1446         not indentation.
1447         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1448         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1449         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1450         `ruby-toggle-block'.
1452 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * ibuffer.el (ibuffer-do-toggle-read-only):
1455         * dired.el (dired-toggle-read-only):
1456         * buff-menu.el (Buffer-menu-toggle-read-only):
1457         * bindings.el (mode-line-toggle-read-only):
1458         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1460 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
1462         * descr-text.el (describe-char): Put the overlays over the
1463         "displayed as" character.
1465 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
1467         * calc/calc-units.el (math-default-units-table): Give an
1468         initial value.
1469         (math-put-default-units): Add options to put composite units and
1470         unit systems in the default units table.
1471         (calc-convert-units): Send composite units to
1472         `math-put-default-units' when appropriate.
1474 2012-08-11  Glenn Morris  <rgm@gnu.org>
1476         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1478         * tutorial.el (help-with-tutorial):
1479         * emacs-lisp/copyright.el (copyright-update-directory):
1480         * emacs-lisp/autoload.el (autoload-find-generated-file)
1481         (autoload-find-file): Disable local eval: (for insurance).
1483         * files.el (hack-local-variables-filter): If an eval: form is not
1484         known to be safe, and enable-local-variables is :safe, then ignore
1485         the form totally, as is done for non-eval forms.  (Bug#12155)
1486         This is CVE-2012-3479.
1488 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1491         (rx-form): Simplify.
1493 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1495         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1496         ?, _, and : are symbol constituents, ! is not (but kinda should be).
1497         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1498         (ruby-syntax-propertize-function): Adjust for changes in
1499         `ruby-syntax-propertize-heredoc'.
1501 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
1503         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1504         binding (use `M-;' instead).
1505         (ruby-singleton-class-p): New function.
1506         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
1508 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1512 2012-08-10  Chong Yidong  <cyd@gnu.org>
1514         * progmodes/python.el (python-shell-get-process-name): Don't mess
1515         with same-window-buffer-names.
1517         * eshell/eshell.el (eshell-add-to-window-buffer-names)
1518         (eshell-remove-from-window-buffer-names): Make obsolete.
1519         (eshell-buffer-name, eshell-unload-hook): Don't use them.
1520         (eshell): Just use pop-to-buffer-same-window instead.
1522 2012-08-10  Chong Yidong  <cyd@gnu.org>
1524         * bindings.el: Bind M-= back to count-words-region.
1526         * simple.el (count-words-region): Accept a prefix arg for acting
1527         on the entire buffer.
1528         (count-words--buffer-message): New helper function.
1530 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1533         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1534         (event-start, event-end): Use posn-at-point to return a more
1535         informative posn.
1536         (posnp): New function.
1537         * mouse.el (popup-menu-normalize-position): Use it.
1539 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
1541         * mouse.el (popup-menu-normalize-position): New function.
1542         (popup-menu): Use `popup-menu-normalize-position' to normalize
1543         the form for POSITION argument.
1545         * term/x-win.el (x-menu-bar-open):
1546         Use the value returend from (posn-at-point) as position
1547         passed to `popup-menu'.
1549 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
1551         * calc/calccomp.el (math-compose-expr): Add extra argument
1552         indicating that parentheses should be put around products in
1553         denominators.  Give multiplication precedence over division during
1554         composition.
1556 2012-08-09  Chong Yidong  <cyd@gnu.org>
1558         * man.el (Man-switches, Man-sed-command, Man-awk-command)
1559         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
1560         (Man-untabify-command, manual-program): Convert to defcustom
1561         (Bug#10429).
1563         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
1565         * descr-text.el (describe-char): Don't insert extra newlines
1566         (Bug#10127).
1568         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
1569         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
1571         * align.el (align-region): Delete temporary markers (Bug#10047).
1572         Plus some code cleanups.
1574 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
1576         * progmodes/python.el (python-pdbtrack-tracked-buffer)
1577         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
1578         (python-shell-internal-last-output): Use make-local-variable
1579         instead of make-variable-buffer-local.
1581 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
1583         * progmodes/python.el: Enhancements to forward-sexp.
1584         (python-nav-forward-sexp): Rename from
1585         python-nav-forward-sexp-function.
1586         (python-nav--forward-sexp, python-nav--backward-sexp):
1587         New functions.
1589 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
1591         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
1592         modes and simplification modes.
1594 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * delsel.el (delete-selection-pre-hook): Don't propagate the
1597         file-supersession signals (bug#12161).
1599 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1601         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
1602         (cl-map-extents): Add compatibility aliases (bug#12135).
1604 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
1606         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
1607         tests by `ignore-error'.
1608         (tramp-find-shell): Open also a new shell, when cache is already
1609         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
1611 2012-08-08  Juri Linkov  <juri@jurta.org>
1613         * bookmark.el: Add `defaults' property to the bookmark record.
1614         (bookmark-current-buffer): Doc fix.
1615         (bookmark-make-record): Add `defaults' property with default values
1616         to the bookmark record.
1617         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
1618         with `bookmark-insert-current-bookmark'.
1619         (bookmark-set): Get `defaults' property from the bookmark record
1620         and use it in `read-from-minibuffer'.
1621         (bookmark-insert-current-bookmark): Remove function.
1623         * info.el (Info-bookmark-make-record): Add `defaults' property
1624         with values of canonical Info node name, the current Info file
1625         name and the current Info node name.  (Bug#12107)
1627 2012-08-08  Juri Linkov  <juri@jurta.org>
1629         * files.el (basic-save-buffer): Use `buffer-name' as the default
1630         of `read-file-name' when buffer is not visiting a file (bug#12128).
1632 2012-08-08  Juri Linkov  <juri@jurta.org>
1634         * info.el (Info-isearch-search): Doc fix.
1635         (Info-search): Change search-failed message from "initial node" to
1636         "end of node" (bug#12078).
1637         (Info-isearch-search): Change `isearch-string-state' to
1638         `isearch--state-string'.
1640 2012-08-08  Glenn Morris  <rgm@gnu.org>
1642         * language/persian.el: Remove file.
1643         * language/misc-lang.el: Move unique part of persian.el here.
1644         * loadup.el: Remove language/persian.
1646 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
1648         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
1650 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1652         * progmodes/python.el Fixed defsubst warning.
1653         (python-syntax-context) Rename from python-info-ppss-context.
1654         (python-syntax-context-type): Rename from
1655         python-info-ppss-context-type.
1656         (python-syntax-comment-or-string-p): Rename from
1657         python-info-ppss-comment-or-string-p.
1659 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
1661         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
1663 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
1665         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
1666         a defcustom that is quoted with backquote.
1668         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
1669         Fix handling of interactive spec when the body uses return.
1670         (math-do-arg-check, math-define-function-body): Use backquote forms.
1671         * calc/calc-ext.el (math-defcache): Likewise.
1672         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
1673         * allout.el (allout-new-exposure): Likewise.
1674         * calc/calcalg2.el (math-tracing-integral): Likewise.
1675         * info.el (Info-last-menu-item): Likewise.
1676         * emulation/vip.el (vip-loop): Likewise.
1677         * textmodes/artist.el (artist-funcall): Likewise.
1678         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
1679         Construct menu-item directly.
1681         * progmodes/autoconf.el (font-lock-syntactic-keywords):
1682         Don't declare.
1684 2012-08-07  Chong Yidong  <cyd@gnu.org>
1686         * simple.el (deactivate-mark): Preserve text properties when
1687         saving the primary selection (Bug#8384).
1689 2012-08-07  Kevin Ryde  <user42@zip.com.au>
1691         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
1692         (woman-parse-numeric-value): On a bad .IP line, issue a warning
1693         and continue processing (Bug#12110).
1695 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
1698         syntax-propertize-function (bug#10095).
1700 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * help-fns.el (help-fns--key-bindings, help-fns--signature)
1703         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
1704         describe-function-1.
1705         (describe-function-1): Use them.  Move compiler macro after sig.
1706         (help-fns--compiler-macro): Use function-get.  Assume we're already in
1707         standard-output.  Adjust layout to new call order.
1709         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
1710         re-binding a symbol that has a symbol-macro (bug#12119).
1712 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
1714         * language/persian.el: New file.  (Bug#11812)
1715         * loadup.el: Add language/persian.el.
1717 2012-08-06  Chong Yidong  <cyd@gnu.org>
1719         * window.el (window--maybe-raise-frame): New function.
1720         (window--display-buffer): Split off from here.
1721         (display-buffer-reuse-window, display-buffer-pop-up-frame)
1722         (display-buffer-pop-up-window, display-buffer-use-some-window):
1723         Obey an inhibit-switch-frame action alist entry.
1724         (display-buffer): Update doc.
1726         * replace.el (occur-after-change-function): Avoid losing focus by
1727         using the inhibit-switch-frame display parameter (Bug#12139).
1729 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
1731         Make internal shell process buffer names start with space.
1732         * progmodes/python.el (python-shell-make-comint): Add optional
1733         argument INTERNAL.
1734         (run-python-internal): Use it.
1735         (python-shell-internal-get-or-create-process): Check for new
1736         internal buffer names.
1738 2012-08-06  Glenn Morris  <rgm@gnu.org>
1740         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
1741         Do less getting and setting of environment variables.
1743 2012-08-05  Chong Yidong  <cyd@gnu.org>
1745         * proced.el (proced): Add substitution string to docstring to
1746         trigger autoloading of the proced library on C-h f (Bug#1768).
1748         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1749         Don't show defvars which have no second argument (Bug#8638).
1751         * imenu.el (imenu-generic-expression): Move documentation here
1752         from imenu--generic-function.
1753         (imenu--generic-function): Refer to imenu-generic-expression.
1755 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
1757         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
1758         indentation declaration.
1759         (viper-loop): Add indentation declaration (Bug#7025).
1761 2012-08-05  Chong Yidong  <cyd@gnu.org>
1763         * help-fns.el (describe-variable): Add hyperlink for
1764         directory-local variables files.  Improve buffer-local and
1765         permanent-local reporting; suggested by MON KEY (Bug#6644).
1767         * help-mode.el (help-dir-local-var-def): New button type.
1769         * files.el (kill-buffer-hook): Provide a defvar.
1771 2012-08-05  Glenn Morris  <rgm@gnu.org>
1773         * eshell/esh-ext.el (eshell/addpath):
1774         Also update eshell-path-env.  (Bug#12013)
1776 2012-08-05  Chong Yidong  <cyd@gnu.org>
1778         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
1780         * fringe.el (fringe-styles): Add docstring.
1781         (fringe--check-mode): New function.
1782         (set-fringe-mode, set-fringe-style): Use it.
1783         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
1785         * files.el (set-auto-mode): Fix invalid setq call.
1787 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * isearch.el: Misc simplification; use defstruct.
1790         (isearch-mode-map): Dense maps now work like sparse ones.
1791         (isearch--state): New defstruct.
1792         (isearch-string-state, isearch-message-state, isearch-point-state)
1793         (isearch-success-state, isearch-forward-state)
1794         (isearch-other-end-state, isearch-word-state, isearch-error-state)
1795         (isearch-wrapped-state, isearch-barrier-state)
1796         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
1797         replaced by defstruct's accessors.
1798         (isearch--set-state): Rename from isearch-top-state and change
1799         calling convention.
1800         (isearch-push-state): Use new isearch--get-state.
1801         (isearch-toggle-word): Disable regexp when enabling word.
1802         (isearch-message-prefix): Remove unused arg _c-q-hack.
1803         (isearch-message-suffix): Remove unused arg _ellipsis.
1805 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
1807         * simple.el (list-processes--refresh): For a server use :host or
1808         :local as the address.
1809         (list-processes): Doc fix.
1811 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
1813         * lisp/mpc.el: Support password in host argument.
1814         (mpc--proc-connect): Parse and use new password element.
1815         Set mpc-proc variable instead of returning process.
1816         (mpc-proc): Adjust accordingly.
1818 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
1820         * whitespace.el (whitespace-display-mappings): Use Unicode
1821         codepoints, instead of emacs-mule codepoints.  See
1822         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
1823         for the details.
1825         * files.el (file-truename): Don't skip symlink-chasing part on
1826         windows-nt.  Incorporate the resolution of 8+3 short aliases on
1827         Windows into the loop that recursively chases symlinks.
1828         Compare directory and its parent case-insensitively on MS-Windows and
1829         MS-DOS.
1831 2012-08-03  Chong Yidong  <cyd@gnu.org>
1833         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
1835         * sort.el (sort-regexp-fields): Doc fix.
1837 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
1839         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
1840         labels regex position point at the expected place.
1842 2012-08-03  MON KEY  <monkey@sandpframing.com>
1844         * net/imap.el (imap-interactive-login, imap-authenticate)
1845         (imap-mailbox-lsub, imap-mailbox-list)
1846         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
1847         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
1848         (imap-parse-response): Doc fix.
1850 2012-08-03  João Távora  <joaotavora@gmail.com>
1852         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
1853         if sexp scanning does not move point (Bug#5734).
1855 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
1857         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
1858         Add listings, minted, and ctable packages.
1859         (reftex-label-alist-builtin): Move listings, minted, and ctable
1860         entries before LaTeX.
1861         (reftex-label-alist): Docfix.
1863 2012-08-02  Bastien Guerry  <bzg@gnu.org>
1865         * replace.el (occur): Fix docstring (bug#12122).
1867 2012-08-02  Glenn Morris  <rgm@gnu.org>
1869         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
1871 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
1873         Obsolete alias inactivate-current-input-method-function (Bug#10150).
1874         * international/mule-cmds.el: Create
1875         inactivate-current-input-method-function as an obsolete alias for
1876         deactivate-current-input-method-function.  See Katsumi Yamaoka in
1877         <http://bugs.gnu.org/10150#46>.
1879 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
1881         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
1882         of nested `if's.
1884 2012-08-01  Glenn Morris  <rgm@gnu.org>
1886         * progmodes/autoconf.el (autoconf-definition-regexp):
1887         Add AH_TEMPLATE, adjust submatch numbering.
1888         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
1889         (autoconf-current-defun-function): Update for above change.
1890         (autoconf-current-defun-function): First skip to end of current word.
1892 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
1894         * calendar/cal-html.el (cal-html-insert-agenda-days):
1895         Fix typo.  (Bug#12018)
1897 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
1899         Shell processes: enhancements to startup and CEDET compatibility.
1900         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
1901         (python-shell-make-comint): accept-process-output at startup.
1902         (run-python-internal): Set inferior-python-mode-hook to nil.
1903         (python-shell-internal-get-or-create-process): call sit-for.
1904         (python-preoutput-result): Add obsolete alias.
1905         (python-shell-internal-send-string): Use it.
1906         (python-shell-send-setup-code): Remove call to
1907         accept-process-output.
1909 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
1911         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
1912         (Bug#12108)
1914 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
1916         * calc-mode.el (calc-basic-simplification-mode): Rename from
1917         `calc-limited-simplification-mode'.
1918         (calc-alg-simplification-mode): New function.
1919         (calc-set-simplify-mode): Adjust message.
1921         * calc.el (calc-set-mode-line): Adjust mode line display for
1922         basic simplification mode.
1924         * calc-help.el (calc-m-prefix-help): Update help message.
1926         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
1927         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
1929 2012-07-31  Bastien Guerry  <bzg@gnu.org>
1931         * man.el (man): Fix comment.  (bug#12101)
1933 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
1935         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1936         Don't return a non-nil value when no suitable buffer was found.
1938 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
1940         * progmodes/python.el (run-python-internal): Disable font lock for
1941         internal shells.
1943 2012-07-30  Stefan Merten  <smerten@oekonux.de>
1945         * rst.el: Silence `checkdoc-ispell'.
1946         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1947         (rst-official-version, rst-official-cvs-rev)
1948         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
1949         (rst-mode-map): New key binding.
1951 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
1953         Update .PHONY listings in makefiles.
1954         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
1955         autoloads, update-subdirs, updates, bzr-update, update-authors,
1956         compile-onefile, compile-calc, backup-compiled-files,
1957         compile-after-backup, compile-one-process, mh-autoloads,
1958         bootstrap-clean, distclean, maintainer-clean.
1960 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
1962         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
1963         (calc-set-mode-line): Don't display "AlgSimp ".
1965         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
1966         (calc-lim-simplify-mode): New function.
1967         (calc-set-simplify-mode): Default to 'alg.
1968         (calc-default-simplify-mode): Make algebraic simplifications
1969         the default.
1971         * calc/calc-ext.el (calc-init-extensions): Remove binding for
1972         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
1974         * calc/calc-help.el (calc-m-prefix-help): Change messages to
1975         indicate new simplification modes.
1977         * calc/README: Mention new default simplification mode.
1979         * calc/calc.el (math-normalize-error): New variable.
1980         (math-normalize): Set `math-normalize-error' to t
1981         when there's an error.
1983         * calc/calc-alg.el (math-simplify): Don't simplify when
1984         `math-normalize' returns an error.
1986 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
1988         * international/mule-cmds.el (set-locale-environment): Revert last
1989         change, since display-graphic-p returns nil when this function is
1990         called during startup.  Instead...
1992         * term/w32console.el (terminal-init-w32console): ...setup the
1993         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
1995 2012-07-29  Juri Linkov  <juri@jurta.org>
1997         * simple.el (goto-line): Don't display default line number in the
1998         prompt because it should be displayed by `read-number' (bug#9952).
1999         Add the current line number to the defaults of `goto-line' to
2000         allow its easier modification by users with `M-n' (bug#9201).
2002         * subr.el (read-number): Support multiple default values like in
2003         other minibuffer reading functions.  Replace `read' with
2004         `string-to-number' for consistency with `number-to-string'.
2006 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
2008         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2009         * emulation/viper-init.el (viper-deactivate-input-method-action):
2010         Rename from viper-inactivate-input-method-action.
2011         (viper-deactivate-input-method):
2012         Rename from viper-inactivate-input-method.
2013         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2014         * international/mule-cmds.el (deactivate-input-method):
2015         Rename from inactivate-input-method.
2016         Also run input-method-deactivate-hook.
2017         (deactivate-current-input-method-function):
2018         Rename from inactivate-current-input-method-function.
2019         (input-method-deactivate-hook): New hook.
2020         (input-method-inactivate-hook): Mark obsolete.
2021         (inactivate-input-method): Mark obsolete.
2023         * international/quail.el (quail-activate):
2024         Also run quail-deactivate-hook.
2025         (quail-deactivate): Rename from quail-inactivate.
2026         * international/robin.el (robin-activate):
2027         Also run robin-deactivate-hook.
2028         (robin-deactivate): Rename from robin-inactivate.
2030 2012-07-29  Chong Yidong  <cyd@gnu.org>
2032         * simple.el (indicate-copied-region): New function.
2033         (kill-ring-save): Split off from here.
2035         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2036         (kill-rectangle): Set deactivate-mark to t on read-only error.
2038         * register.el (copy-to-register, copy-rectangle-to-register):
2039         Deactivate the mark, and use indicate-copied-region (Bug#10056).
2040         (append-to-register, prepend-to-register):
2041         Call 2012-07-29  Juri Linkov  <juri@jurta.org>
2043         * simple.el (async-shell-command-buffer): New defcustom.
2044         (shell-command): Use it.  (Bug#4719)
2046 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2048         * international/mule-cmds.el (set-locale-environment): In a
2049         console session on MS-Windows, set up keyboard and terminal
2050         encoding from the OEM codepage, not the ANSI codepage.
2051         (Bug#12055)
2053 2012-07-28  Chong Yidong  <cyd@gnu.org>
2055         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2056         gdb-get-location.
2058 2012-07-28  Leo Liu  <sdl.web@gmail.com>
2060         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2061         the alist (bug#12029).
2063 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2065         * makefile.w32-in (custom-deps, finder-data, updates, compile)
2066         (compile-always, compile-first)
2067         ($(lisp)/calendar/cal-loaddefs.el)
2068         ($(lisp)/calendar/diary-loaddefs.el)
2069         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2070         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2071         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2072         instead of on update-subdirs.
2073         (bootstrap-clean): Delete $(lisp)/subdirs.el.
2075 2012-07-28  Chong Yidong  <cyd@gnu.org>
2077         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2078         directory if vc-deduce-backend returns nil (Bug#7350).
2080         * simple.el (delete-trailing-lines): New option.
2081         (delete-trailing-whitespace): Obey it (Bug#11879).
2083 2012-07-28  David Engster  <deng@randomsample.de>
2085         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2086         Explanation of new 'symbol-qnames feature in doc-strings.
2087         (xml-maybe-do-ns): Return expanded names as plain symbols if
2088         'symbol-qnames was provided in XML-NS argument (Bug#11916).
2089         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2091 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
2093         Consistent completion in inferior python with emacs -nw.
2094         * progmodes/python.el (inferior-python-mode): replace "<tab>"
2095         binding in inferior-python-mode-map with "\t".
2096         (python-shell-completion-complete-at-point)
2097         (python-completion-complete-at-point): Remove interactive spec.
2099 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
2101         * calc/calccomp.el (math-compose-expr): Undo previous change.
2103 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
2105         * progmodes/python.el (python-mode-map): Add keybinding for
2106         run-python.
2107         (python-shell-make-comint): Fix pop-to-buffer call.
2108         (run-python): Autoload.  New arg SHOW.
2109         (python-shell-get-or-create-process): Do not pop python process
2110         buffer.
2112 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
2114         * notifications.el (notifications-on-action-signal)
2115         (notifications-on-closed-signal): Use also the bus address for the map.
2116         (notifications-notify, notifications-close-notification)
2117         (notifications-get-capabilities): Add optional argument BUS.
2119 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
2121         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2122         Add support for the lstlisting and minted environments, and for the
2123         ctable macro.
2124         * textmodes/reftex.el (reftex-compile-variables): Also recognize
2125         labels written in keyvals syntax.
2127 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
2129         * calc/calccomp.el (math-compose-expr): Use parentheses when
2130         there is a product in the denominator of a fraction.
2132 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
2134         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2135         ($(lisp)/calendar/diary-loaddefs.el)
2136         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2137         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2138         Fixes failures in parallel bootstrap because subdirs.el is being
2139         rewritten while the autoload files are built at the same time,
2140         which needs to load subdirs.el.
2142 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
2144         * mouse.el (popup-menu): Fix doc-string and re-indent code.
2145         (mouse-drag-line): Don't exit tracking when a switch-frame or
2146         switch-window event occurs (Bug#12006).
2148 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * mouse.el (popup-menu): Fix last change.
2152 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2154         Autoload from Lisp with more care.  Follow aliases when looking for
2155         function properties.
2156         * subr.el (autoloadp): New function.
2157         (symbol-file): Use it.
2158         (function-get): New function.
2159         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2160         autoload-do-load.
2161         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2162         (lisp-indent-function):
2163         * emacs-lisp/gv.el (gv-get):
2164         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2165         * emacs-lisp/byte-opt.el (byte-optimize-form):
2166         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2167         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2168         Use function-get.
2169         * emacs-lisp/cl.el: Don't propagate function properties any more.
2171         * speedbar.el (speedbar-add-localized-speedbar-support):
2172         * emacs-lisp/disass.el (disassemble-internal):
2173         * desktop.el (desktop-load-file):
2174         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2175         (describe-function-1):
2176         * emacs-lisp/find-func.el (find-function-noselect):
2177         * emacs-lisp/elp.el (elp-instrument-function):
2178         * emacs-lisp/advice.el (ad-has-proper-definition):
2179         * apropos.el (apropos-safe-documentation, apropos-macrop):
2180         * emacs-lisp/debug.el (debug-on-entry):
2181         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2182         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2183         * calc/calc.el (name): Use autoloadp & autoload-do-load.
2185 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
2187         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2188         function, not an obsolete variable (Bug#12046).
2190 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2192         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
2194 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
2196         * emacs-lisp/pp.el (pp-display-expression): Select old selected
2197         window only if it is still live (Bug#12034).
2199 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
2201         * subr.el (redirect-frame-focus): Add advertised calling
2202         convention (Bug#12030).
2204 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2206         Prefer typical American spelling for "acknowledgment".
2207         * vc/add-log.el (change-log-acknowledgment): Rename from
2208         change-log-acknowledgement, with an alias for the old name.
2210 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
2212         * calc-alg.el (math-simplify-divide): Don't cross multiply
2213         in an equation when the lhs is a variable.
2215 2012-07-24  Julien Danjou  <julien@danjou.info>
2217         * net/netrc.el (netrc-find-service-number, netrc-store-data):
2218         Remove, unused.
2220 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
2222         * startup.el (command-line): Don't display an empty user name in
2223         the error message about non-existent home directory, when
2224         init-file-user was set to an empty string.  See
2225         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2226         for the details and context.
2228 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2230         * ses.el (ses-cell-formula-aset): New macro.
2231         (ses-cell-references-aset): New macro.
2232         (ses-cell-p): New function.
2233         (ses-rename-cell): Do no longer rely on complex operations like
2234         ses-cell-set-formula or ses-set-cell to change the cell and handle
2235         the undo at the same time, but rather use lower level new macros
2236         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
2237         the undo directly.  Refresh the mode line.
2239 2012-07-21  Leo Liu  <sdl.web@gmail.com>
2241         * progmodes/cc-cmds.el (c-defun-name):
2242         Use match-string-no-properties instead for consistency.
2244 2012-07-20  Leo Liu  <sdl.web@gmail.com>
2246         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2247         (Bug#7879)
2249         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2251 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2253         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2254         * progmodes/bug-reference.el, misearch.el: Provide themselves
2255         (bug#11915).
2257         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2258         of narrowed buffer (bug#11966).
2260 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2262         * ses.el (ses-rename-cell): Set new name also in reference list of
2263         cells of which the renamed cell depends.
2265 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
2267         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2268         to check whether menu-bar is shown or not.  If not shown,
2269         show the menu-bar as a popup menu instead of using tmm.
2270         * mouse.el (popup-menu): Accept `point' as `position' argument.
2272 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2274         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2275         up inside string symbol literal (bug#11923).
2277 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
2279         * startup.el (fancy-startup-text): Read the whole tutorial, not
2280         just its first 256 bytes.  Prevents gibberish in display of the
2281         tutorial title.
2283 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
2285         Drop idle buffer compaction due to an absence of the
2286         proved efficiency.
2287         * compact.el: Remove.
2289 2012-07-19  Sam Steingold  <sds@gnu.org>
2291         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2292         vc-bzr-pull & vc-bzr-merge-branch.
2293         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2294         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2295         for consistency with compilation-error-regexp-alist.
2296         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2297         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2298         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2299         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2301 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * emacs-lisp/chart.el: Use lexical-binding.
2304         (chart-emacs-storage): Don't hardcode the list of entries.
2306 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
2308         Next round of tweaks caused by Fgarbage_collect changes.
2309         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2311 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
2313         Compact buffers when idle.
2314         * compact.el: New file.
2316 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * subr.el (eventp): Presume that if it looks vaguely like an event,
2319         it's an event (bug#10190).
2321 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
2323         Enhancements to ppss related code (thanks Stefan).
2324         * progmodes/python.el (python-indent-context)
2325         (python-indent-calculate-indentation, python-indent-dedent-line)
2326         (python-indent-electric-colon, python-nav-forward-block)
2327         (python-mode-abbrev-table)
2328         (python-info-assignment-continuation-line-p): Simplify checks
2329         for ppss context.
2330         (python-info-continuation-line-p): Cleanup.
2331         (python-info-ppss-context): Do not catch 'quote.
2332         (python-info-ppss-context-type)
2333         (python-info-ppss-comment-or-string-p): Simplify.
2335 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
2337         * progmodes/python.el: Enhancements to eldoc support.
2338         (python-info-current-symbol): New function.
2339         (python-eldoc-at-point): Use python-info-current-symbol.
2340         (python-info-current-defun): Fix cornercase on first defun scan.
2341         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2342         and signal error when no inferior python process is available.
2344 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
2346         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2347         assume it's always t.
2348         (vc-git-registered): Remove caching, the function is only called
2349         once.
2350         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2352 2012-07-18  Chong Yidong  <cyd@gnu.org>
2354         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2356         * simple.el (count-words): Report on narrowing (Bug#9959).
2358         * bindings.el: Bind M-= to count-words.
2360         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2362 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
2364         * progmodes/sh-script.el (sh-imenu-generic-expression):
2365         Capture a function with `function' keyword and without parentheses
2366         like "function FOO" (bug#11856).
2368 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
2370         * window.el (split-window-sensibly): Make WINDOW argument
2371         optional.
2373 2012-07-18  Chong Yidong  <cyd@gnu.org>
2375         * subr.el (keyboard-translate): Doc fix (Bug#7261).
2377         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2378         and make C-x 8 RET exit isearch (Bug#11439).
2380         * international/iso-transl.el: Move isearch-mode-map key
2381         definitions to isearch.el.
2383 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2386         (eieio-defclass): Use gv-define-setter when possible.
2388 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
2390         Reflect recent changes in Fgarbage_collect.
2391         * emacs-lisp/chart.el (chart-emacs-storage): Change to
2392         reflect new format of data returned by Fgarbage_collect.
2394 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
2396         New utility functions + python-info-ppss-context fix (Bug#11910).
2397         * progmodes/python.el (python-info-beginning-of-block-statement-p)
2398         (python-info-ppss-comment-or-string-p): New functions.
2399         (python-info-ppss-context): Small fix for string check.
2401 2012-07-17  Juri Linkov  <juri@jurta.org>
2403         * dired-aux.el (dired-do-async-shell-command): Doc fix.
2404         (dired-do-async-shell-command): Don't add `*' at the end of the
2405         command (Bug#11815).
2406         (dired-do-shell-command): Doc fix.
2407         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2408         Join the individual commands using either "&" or ";" as the
2409         separator depending on the values of these trailing characters.
2410         At the end re-add the trailing "&".  (Bug#10598)
2412         * simple.el (async-shell-command): Sync the interactive spec with
2413         `shell-command'.  Doc fix.
2414         (shell-command): Doc fix.
2416 2012-07-17  Juri Linkov  <juri@jurta.org>
2418         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
2420 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
2422         Final renames and doc fixes for movement commands (bug#11899).
2423         * progmodes/python.el (python-nav-beginning-of-statement):
2424         Rename from python-nav-statement-start.
2425         (python-nav-end-of-statement): Rename from
2426         python-nav-statement-end.
2427         (python-nav-beginning-of-block): Rename from
2428         python-nav-block-start.
2429         (python-nav-end-of-block): Rename from python-nav-block-end.
2431 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
2433         * progmodes/python.el (python-shell-send-string-no-output):
2434         Allow accept-process-output to quit, keeping shell process ready for
2435         future interactions (Bug#11868).
2437 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2439         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2441         * emacs-lisp/elint.el (elint-find-args-in-code):
2442         Use help-function-arglist, so as to handle lexical byte-code.
2444         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2445         change (bug#11826).
2447 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2449         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2450         Avoid spuriously marking the buffer as modified because of c-is-sws.
2452         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2453         as not-a-comment (bug#11946).
2455         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2456         for uninterned vars.
2458         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2459         Use read-event since we don't really want to read chars but bytes.
2461         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2462         $$..$$ but also $..$ using regexps (bug#11953).
2463         Use tex-verbatim for \url and \path.
2464         (tex-font-lock-keywords): Define as defconst like the others.
2465         (tex-common-initialization): Don't use font-lock-syntax-table any more.
2467 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
2469         * international/mule-cmds.el (ucs-insert): Make it an obsolete
2470         alias for insert-char.
2472 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
2474         * progmodes/python.el: Simplified imenu implementation.
2475         (python-nav-jump-to-defun): Remove command.
2476         (python-mode-map): Use `imenu' instead.
2477         (python-nav-list-defun-positions-cache)
2478         (python-imenu-include-defun-type, python-imenu-make-tree)
2479         (python-imenu-subtree-root-label, python-imenu-index-alist):
2480         Remove vars.
2481         (python-nav-list-defun-positions, python-nav-read-defun)
2482         (python-imenu-tree-assoc, python-imenu-make-element-tree)
2483         (python-imenu-make-tree, python-imenu-create-index):
2484         Remove functions.
2485         (python-mode): Update to interact with imenu by setting
2486         `imenu-extract-index-name-function' only.
2488 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
2490         * progmodes/python.el: Enhancements to navigation commands.
2491         (python-nav-backward-sentence)
2492         (python-nav-forward-sentence): Remove.
2493         (python-nav-backward-statement, python-nav-forward-statement)
2494         (python-nav-statement-start, python-nav-statement-end)
2495         (python-nav-backward-block, python-nav-forward-block)
2496         (python-nav-block-start, python-nav-block-end)
2497         (python-nav-forward-sexp-function)
2498         (python-info-current-line-comment-p)
2499         (python-info-current-line-empty-p): New functions.
2500         (python-indent-context): Use `python-nav-statement-start'.
2502 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
2504         * eshell/em-ls.el (eshell/ls): Use `apply'.
2506         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2507         multi-hops, instead of Tramp internals.
2509         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2511         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2512         when F1 and F2 are located on different hosts.
2514 2012-07-14  Chong Yidong  <cyd@gnu.org>
2516         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2517         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2518         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2519         (xterm-mouse--read-event-sequence-1000)
2520         (xterm-mouse--read-event-sequence-1006): New functions.  For old
2521         mouse protocol, handle M-mouse-X events correctly.
2522         (xterm-mouse-event): New arg specifying mouse protocol.
2523         (turn-on-xterm-mouse-tracking-on-terminal)
2524         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
2525         sequence to toggle extended coordinates on newer XTerms.
2526         This appears to be harmless on terminals which do not support this.
2528 2012-07-14  Leo Liu  <sdl.web@gmail.com>
2530         Add fringe bitmap indicators for flymake.  (Bug#11253)
2531         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2532         (flymake-make-overlay): New arg BITMAP.
2533         (flymake-error-bitmap, flymake-warning-bitmap)
2534         (flymake-fringe-indicator-position): New user variables.
2536         * fringe.el: New bitmap exclamation-mark.
2538 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2540         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2541         also (Bug#7879).
2543 2012-07-14  Chong Yidong  <cyd@gnu.org>
2545         * electric.el (electric-pair-post-self-insert-function): Fix pair
2546         insertion in empty-region case (Bug#11520).
2548 2012-07-14  Chong Yidong  <cyd@gnu.org>
2550         * bindings.el: Consolidate ctl-x-r-map bindings.
2551         Bind copy-rectangle-as-kill to C-x r w.
2553         * rect.el, register.el: Move bindings to bindings.el.
2555 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
2557         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
2559 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
2561         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
2563 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
2565         * bindings.el (top): Use `mapc' instead of `mapcar'.
2567         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
2569 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
2571         * progmodes/sql.el (sql-comint): Suppress the check for program on
2572         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
2573         (Bug#11908)
2575 2012-07-13  Chong Yidong  <cyd@gnu.org>
2577         * bindings.el: Assign a non-nil permanent-local property to
2578         per-buffer variables which lack a default value (Bug#11930).
2580         * help-fns.el (describe-variable): In the "automatically becomes
2581         local" notice, take note of permanent-local variables.
2583 2012-07-13  Chong Yidong  <cyd@gnu.org>
2585         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
2586         to allow printing the message when called from Lisp.
2588         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2589         Remove toggle-read-only.
2591         * bs.el (bs-toggle-readonly):
2592         * buff-menu.el (Buffer-menu-toggle-read-only):
2593         Remove with-no-warnings around toggle-read-only.
2595         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
2596         Remove with-no-warnings around toggle-read-only.
2597         (ffap-read-only, ffap-read-only-other-window)
2598         (ffap-read-only-other-frame): Callers changed.
2600         * help-mode.el: Don't require view package.
2601         (help-mode-finish): Set buffer-read-only instead of calling
2602         toggle-read-only.
2604         * bindings.el (mode-line-toggle-read-only):
2605         * dired.el (dired-toggle-read-only):
2606         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
2607         with non-nil second arg.
2609         * emacs-lisp/eieio-custom.el (eieio-customize-object):
2610         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
2611         directly.
2613 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2615         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
2616         not incf.
2618 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         More CL cleanups and reduction of use of cl.el.
2621         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
2622         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
2623         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
2624         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
2625         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
2626         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
2627         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
2628         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
2629         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
2630         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
2631         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
2632         * eshell/em-cmpl.el, eshell/em-banner.el:
2633         * calendar/parse-time.el: Use cl-lib.
2634         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
2635         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
2636         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
2637         * term/ns-win.el, term.el, shell.el, ps-samp.el:
2638         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
2639         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
2640         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
2641         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
2642         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
2643         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
2644         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
2645         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
2646         `lambda' rather than with `quote'.
2647         (eshell-do-opt): Adjust accordingly.
2648         (eshell-process-option): Simplify.
2649         * eshell/esh-var.el:
2650         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
2651         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
2652         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
2653         to `pcase--dontcare'.
2654         * emacs-lisp/cl.el (labels): Mark obsolete.
2655         (cl--letf, letf): Move to cl-lib.
2656         (cl--letf*, letf*): Remove.
2657         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
2658         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
2659         (cl-progv): Rewrite.
2660         (cl--letf, cl-letf): Move from cl.el.
2661         (cl-letf*): New macro.
2662         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
2664 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
2666         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
2668 2012-07-11  Chong Yidong  <cyd@gnu.org>
2670         * vc/log-edit.el (log-edit-vc-backend): New variable.
2671         (log-edit): Doc fix.
2673         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
2674         argument of log-edit to set up all local variables.
2675         (vc-start-logentry): New optional arg specifying VC backend.
2677         * vc/vc.el (vc-checkin): Use it.
2678         (vc-deduce-fileset): Handle Log Edit buffers.
2679         (vc-diff): Make first argument optional too.
2681         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
2683 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
2685         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
2686         command, just in case.  The function is not needed anymore.
2687         (eshell-external-command): Do not call `eshell-remote-command'.
2689 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2691         Reduce use of (require 'cl).
2692         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
2693         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
2694         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
2695         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
2696         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
2697         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
2698         * battery.el, avoid.el, abbrev.el: Use cl-lib.
2699         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
2700         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
2701         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
2702         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
2703         * calculator.el, autorevert.el, apropos.el: Don't require CL.
2704         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
2705         (byte-compile-unfold-bcf, byte-compile-check-variable):
2706         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2707         (byte-compile-nilconstp):
2708         * emacs-lisp/autoload.el (make-autoload): Use pcase.
2709         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
2711         * emacs-lisp/gv.el (cond): Make it a valid place.
2712         (if): Simplify slightly.
2714         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
2715         (pcase--self-quoting-p): New function.
2716         (pcase--u1): Use it.
2718 2012-07-10  Glenn Morris  <rgm@gnu.org>
2720         * emacs-lisp/authors.el (authors-fixed-entries):
2721         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
2723 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
2725         Rename configure.in to configure.ac (Bug#11603).
2726         * emacs-lisp/authors.el (authors-canonical-file-name):
2727         * progmodes/autoconf.el (autoconf-mode):
2728         Prefer configure.ac to configure.in.
2730 2012-07-08  Chong Yidong  <cyd@gnu.org>
2732         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
2733         Implement the mouse-1-click-follows-link handling properly.
2735         * info.el (Info-link-keymap): Use follow-link mechanism for
2736         header-line links (Bug#374).
2738         * simple.el (deactivate-mark): Do not set the primary selection
2739         if another program has acquired it (Bug#11772).
2741 2012-07-07  Kevin Ryde  <user42@zip.com.au>
2743         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
2744         (woman-decode-region): Replace escaped-escapes without destroying
2745         bold or underline (Bug#11552).
2746         (woman2-process-escapes): Handle nofill regions (Bug#11591).
2748 2012-07-07  Chong Yidong  <cyd@gnu.org>
2750         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
2751         (interprogram-cut-function, interprogram-paste-function):
2752         Mention that we typically mean the clipboard.
2754 2012-07-06  Glenn Morris  <rgm@gnu.org>
2756         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
2758         * files.el (toggle-read-only): Restrict message to interactive use.
2760 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
2762         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
2764         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
2766 2012-07-06  Glenn Morris  <rgm@gnu.org>
2768         * Makefile.in (compile-one-process): Rename from "recompile".
2770         * Makefile.in (bzr-update): "compile" is the same as "recompile
2771         autoloads", but parallelizable, so use that instead.
2773 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
2775         * window.el (quit-window): Always restore window height when
2776         it's saved in quit-restore parameter (Bug#11810).
2778 2012-07-06  Glenn Morris  <rgm@gnu.org>
2780         * simple.el (kill-whole-line): Doc tweak.
2782 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
2784         * files.el (file-relative-name): Compare file names
2785         case-insensitively if on MS-Windows or MS-DOS, or if
2786         read-file-name-completion-ignore-case is non-nil.  Don't use
2787         case-fold-search for this purpose.  (Bug#11827)
2789 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2791         * calendar/cal-dst.el (calendar-current-time-zone):
2792         Return calendar-current-time-zone-cache if non-nil.
2794 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
2795 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
2797         * calendar/cal-dst.el (calendar-current-time-zone):
2798         Return calendar-current-time-zone-cache if non-nil.
2800 2012-07-06  Glenn Morris  <rgm@gnu.org>
2802         * Makefile.in (cvs-update): Remove old alias.
2804 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
2806         Sync with Tramp 2.2.6-pre.
2808         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
2809         compatible declaration.
2811         * net/tramp-cmds.el (tramp-append-tramp-buffers):
2812         Protect `list-load-path-shadows' call.
2814         * net/tramp-compat.el (top): Require packages, which aren't
2815         autoloaded anymore for XEmacs.  Protect call of
2816         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
2817         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
2818         it hurts at least for SXEmacs.
2819         (tramp-compat-temporary-file-directory): In XEmacs, there is no
2820         standard-value for `temporary-file-directory'.
2822         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
2823         Redirect stderr to /dev/null.
2824         (tramp-sh-handle-write-region): uid and gid can be floats.
2825         Reported by Russell Sim <russell.sim@gmail.com>.
2826         (tramp-sh-handle-vc-registered): Hide errors.
2827         (tramp-vc-file-name-handler): Use dummy results for `process-file'
2828         and `start-file-process'.
2829         (tramp-maybe-open-connection): Check also whether `non-essential'
2830         is bound.
2832 2012-07-04  Chong Yidong  <cyd@gnu.org>
2834         * xml.el (xml--parse-buffer): Use xml-syntax-table.
2835         (xml-parse-tag): Likewise, and avoid changing entity tables.
2836         (xml-syntax-table): Define from scratch, making sure not to give
2837         x2000 and other Unicode spaces whitespace syntax, since those are
2838         not spaces in XML.
2839         (xml-parse-fragment): Delete unused function.
2840         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
2841         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
2842         (xml-entity-ref, xml-pe-reference-re)
2843         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
2844         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
2845         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
2846         (xml-entity-value-re): Use syntax references in regexps where
2847         possible; no need to define inside a let-binding.
2848         (xml-parse-dtd): Use xml-pe-reference-re.
2849         (xml-entity-or-char-ref-re): New defconst.
2850         (xml-parse-string, xml-substitute-special): Use it.
2852 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * files.el (locate-dominating-file): Allow `name' to be a predicate.
2855         (find-file--read-only): New function.
2856         (find-file-read-only, find-file-read-only-other-window)
2857         (find-file-read-only-other-frame): Use it.
2858         (insert-file-contents-literally): Don't `fset'.
2859         (get-free-disk-space): Use locate-dominating-file.
2861         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
2862         function is already compiled.
2864         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
2866 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
2868         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
2869         files on the same host.
2871 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
2873         * help-fns.el (describe-function-1): Only call
2874         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
2876 2012-07-03  Chong Yidong  <cyd@gnu.org>
2878         * xml.el: Protect parser against XML bombs.
2879         (xml-entity-expansion-limit): New variable.
2880         (xml-parse-string, xml-substitute-special): Use it.
2881         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
2883 2012-07-03  Glenn Morris  <rgm@gnu.org>
2885         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2886         Allow linking to specific messages in debbugs reports (eg 123#5).
2888 2012-07-02  Chong Yidong  <cyd@gnu.org>
2890         * xml.el: Fix entity and character reference expansion, allowing
2891         them to expand into markup as per XML spec.
2892         (xml-default-ns): New variable.
2893         (xml-entity-alist): Use XML spec definitions for lt and amp.
2894         (xml-parse-region): Make first two arguments optional.
2895         Discard text properties.
2896         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
2897         All callers changed.
2898         (xml-parse-tag): Call xml-parse-tag-1.  For backward
2899         compatibility, this function should not modify buffer contents.
2900         (xml-parse-tag-1): Fix opening-tag regexp.
2901         (xml-parse-string): Rewrite, handling entity and character
2902         references properly.
2903         (xml--entity-replacement-text): Signal an error if a parameter
2904         entity is undefined.
2906 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * comint.el (comint-output-filter): Filter out repeated prompts.
2910         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
2911         and file-name-absolute-p.
2912         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
2913         internal calls.
2915 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
2917         Spelling fixes.
2918         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
2919         Rename from byte-compile--refiy-function.  All uses changed.
2921 2012-07-01  Chong Yidong  <cyd@gnu.org>
2923         * xml.el (xml--parse-buffer): New function.  Move most of
2924         xml-parse-region here.
2925         (xml-parse-region): Copy region into a temporary buffer, since
2926         parameter entity substitution requires changing buffer contents.
2927         Use xml--parse-buffer.
2928         (xml-parse-file): Use xml--parse-buffer.
2929         (xml-parse-dtd): Make parameter entity substitution work right.
2930         Use proper regexps for ELEMENT declarations (Bug#7172).
2932 2012-06-30  Glenn Morris  <rgm@gnu.org>
2934         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
2936         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
2937         Remove outdated and unnecessary dbus declarations.
2939 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
2941         * emacs-lisp/timer.el (timer-until): Subtract results of
2942         float-time, instead of taking float-time of the result of
2943         time-subtract, since float-time signals an error for negative time
2944         arguments.
2946 2012-06-30  Chong Yidong  <cyd@gnu.org>
2948         * xml.el (xml-*-re): Convert defvars into defconsts, and
2949         eval-and-compile them so eval-and-compile works on derivatives.
2950         (xml--entity-replacement-text): Use eval-and-comple.
2952 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
2954         * vc/vc-git.el (vc-git-registered): Use cache property
2955         `git-registered'.
2956         (vc-git-mode-line-string): Call `vc-working-revision' instead of
2957         `vc-git-working-revision' in order to benefit from the cache.
2958         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
2960 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
2962         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2963         removed (likely outside Emacs).  (Bug#11757)
2965 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2967         * emacs-lisp/cl-lib.el: Require macroexp.
2969 2012-06-30  Chong Yidong  <cyd@gnu.org>
2971         * xml.el: Implement XML parameter entities.
2972         (xml-parameter-entity-alist): New variable.
2973         (xml-parse-region, xml-parse-fragment): Preserve previous values
2974         of xml-entity-alist and xml-parameter-entity-alist, so that
2975         repeated calls on different documents do not change them.
2976         (xml-parse-tag): Fix doctype regexp.
2977         (xml--entity-replacement-text): New function.
2978         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
2979         properly requires url retrieval which is unimplemented.
2980         (xml-escape-string): Doc fix.
2982 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
2986 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
2988         * fringe.el (fringe-mode): Doc fix.
2990 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
2992         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
2993         is non-nil.
2994         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
2995         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
2997 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
2999         * calendar/cal-dst.el (calendar-current-time-zone):
3000         Return calendar-current-time-zone-cache if non-nil.
3002 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
3004         * progmodes/which-func.el (which-func-format):
3005         Add mouse-face.  (Bug#11698)
3007 2012-06-29  Leo Liu  <sdl.web@gmail.com>
3009         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3011 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * minibuffer.el (minibuffer-confirm-exit-commands):
3014         Add completion-at-point (bug#11725).
3016 2012-06-29  Glenn Morris  <rgm@gnu.org>
3018         * progmodes/f90.el (f90-font-lock-keywords-2):
3019         Add some preprocessor elements.  (Bug#10499)
3021 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * progmodes/cperl-mode.el (cperl-update-syntaxification):
3024         Use syntax-propertize (bug#11739).
3026 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
3028         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3030 2012-06-28  Julien Danjou  <julien@danjou.info>
3032         * term.el (term-handle-colors-array): Use a set of new faces to
3033         color the terminal.  Also uses :inverse-video property.
3034         (term-default-fg-color): Set to nil by default, deprecate in favor
3035         of `term-face'.
3036         (term-default-bg-color): Set to nil by default, deprecate in favor
3037         of `term-face'.
3038         (term-current-face): Use `term-face' by default.
3039         (term-bold-attribute): Variable deleted.
3041 2012-06-28  Glenn Morris  <rgm@gnu.org>
3043         * simple.el (completion-list-mode-finish):
3044         Don't use toggle-read-only.  (Since completion-list-mode has
3045         a special mode-class, it wasn't doing anything extra anyway.)
3047 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3049         Make inlining of other-mode interpreted functions work (bug#11799).
3050         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3051         (byte-compile): Use it to fix compilation of lexical-binding closures.
3052         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3053         function, if needed.
3055 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3057         * help-mode.el (help-make-xrefs): Don't just withstand
3058         cyclic-variable-indirection but any error in documentation-property.
3060         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3061         memory use.
3062         * bindings.el (bindings--define-key): New function.
3063         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3064         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3065         * bindings.el: Use it to purecopy define-key bindings.
3067         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3069         * emacs-lisp/cl.el (flet): Mark obsolete.
3070         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3071         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3072         * progmodes/js.el (js-c-fill-paragraph):
3073         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3074         (ebrowse-switch-member-buffer-to-derived-class):
3075         * play/5x5.el (5x5-solver): Use cl-flet.
3077         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
3078         (cl--symbol-function): New macro.
3079         (cl--letf, cl--letf*): Use it.
3081         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3082         Strip "toggle-" if any.
3084 2012-06-27  Glenn Morris  <rgm@gnu.org>
3086         * info.el (Info-default-directory-list): Move here from paths.el.
3087         * paths.el: Remove file, which is now empty.
3088         * loadup.el: No longer load "paths".
3090         * custom.el (custom-initialize-delay): Doc fix.
3092         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3093         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3094         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3095         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3096         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3097         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3098         * eshell/eshell.el (eshell-defgroup): Remove alias.
3100 2012-06-27  Chong Yidong  <cyd@gnu.org>
3102         * help.el (help-enable-auto-load): New variable.
3104         * help-fns.el (help-fns--autoloaded-p): New function.
3105         (describe-function-1): Refer to a function as "autoloaded" if it
3106         was autoloaded at any time in the past.  Perform autoloading if
3107         help-enable-auto-load is non-nil.
3109 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
3111         * makefile.w32-in (compile, compile-always): Depend on
3112         update-subdirs, not on subdirs.el.  Otherwise, several different
3113         sub-targets of 'bootstrap' running in parallel could
3114         simultaneously write to subdirs.el, producing a garbled file.
3116 2012-06-26  Sam Steingold  <sds@gnu.org>
3118         * files.el (file-name-base): New convenience function.
3119         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3120         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3121         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3122         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3123         * textmodes/ispell.el, textmodes/reftex-ref.el:
3124         * textmodes/tex-mode.el: Use it.
3125         Did not touch cedet and org because they are maintained elsewhere.
3127 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
3129         * calendar/calendar.el (calendar-exit): Don't try to delete or
3130         iconify last frame.  See:
3131         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3133 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
3135         * server.el (server-process-filter): Remember dir in the
3136         process's `server-client-directory' properties.
3138 2012-06-24  Chong Yidong  <cyd@gnu.org>
3140         * xml.el (xml-parse-tag): Correctly handle comment embedded in
3141         non-tag text.
3143 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
3145         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3147 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3149         * help-fns.el (describe-variable): Don't croak when doc is not found.
3150         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3151         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3152         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3153         * emacs-lisp/smie.el (smie-next-sexp): CSE.
3154         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3155         ((lambda ..) ..).
3156         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3158 2012-06-23  Chong Yidong  <cyd@gnu.org>
3160         * info.el (Info-mouse-follow-link): Accept symbol values of
3161         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
3162         (Info-fontify-node): Use Info-link-keymap for all navigation
3163         buttons, with link-args property to perform the desired action.
3164         (Info-link-keymap): Doc fix.
3165         (Info-next-link-keymap, Info-prev-link-keymap)
3166         (Info-up-link-keymap): Delete now-unused keymaps.
3168 2012-06-23  Chong Yidong  <cyd@gnu.org>
3170         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3172         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3173         system abbrevs.
3175         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3177 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3180         (bug#11719).
3182         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3183         the requote function doesn't work properly (bug#11714).
3185 2012-06-23  Glenn Morris  <rgm@gnu.org>
3187         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3189 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         Further GV/CL cleanups.
3192         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3193         gv-expander.
3194         (gv--defun-declaration): New function.
3195         (defun-declarations-alist): Use it.
3196         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3197         (gv-place): Autoload.
3198         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3199         original definition of dotimes and dolist.
3200         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3201         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3202         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3203         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3204         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3205         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3206         to the function's definition.
3207         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3208         * window.el:
3209         * files.el:
3210         * faces.el:
3211         * env.el: Don't use CL.
3213 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3215         Support higher-resolution time stamps (Bug#9000).
3217         * calendar/time-date.el (with-decoded-time-value): New arg
3218         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
3219         (encode-time-value): New optional arg PICO.  New type 3.
3220         (time-to-seconds) [!float-time]: Support the new picoseconds
3221         component if it's used.
3222         (seconds-to-time, time-subtract, time-add):
3223         Support ps-resolution time stamps as well.
3225         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
3226         (timerp): Timer vectors now have length 9, not 8.
3227         (timer--time): Support new-style (4-part) time stamps.
3228         (timer-next-integral-multiple-of-time): Time stamps now have
3229         picosecond resolution, so take a bit more care about rounding.
3230         (timer-relative-time, timer-inc-time): New optional arg psecs.
3231         (timer-set-time-with-usecs): Set psecs to 0.
3232         (timer--activate): Check psecs component, too.
3234         * proced.el (proced-time-lessp): Support ps-resolution stamps.
3236 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3239         Move the non-essential binding to the post/pre-command-hook where it is
3240         more obviously correct.
3242         * subr.el (read-passwd): Don't use a history at all.
3243         * savehist.el (savehist-save): Remove password saved accidentally
3244         because of the above bug.
3246 2012-06-22  Bastien Guerry  <bzg@gnu.org>
3248         * files.el (toggle-read-only): Display a message telling whether
3249         the buffer is read-only or not (bug#11726).
3251 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3253         * emacs-lisp/gv.el: New file.
3254         * subr.el (push, pop): Extend to generalized variables.
3255         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3256         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3257         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
3258         gv-define-simple-setter, and gv-define-expander.
3259         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
3260         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3261         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3262         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3263         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3264         gv-letplace.
3265         (cl-defstruct): Don't define setf-method any more.
3266         * emacs-lisp/cl.el (flet): Don't autoload.
3267         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3268         (define-setf-expander, defsetf, define-modify-macro)
3269         (cl-struct-setf-expander): Move from cl-lib.el.
3270         * emacs-lisp/syntax.el:
3271         * emacs-lisp/ewoc.el:
3272         * emacs-lisp/smie.el:
3273         * emacs-lisp/cconv.el:
3274         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3275         (timer--time): Use gv-define-simple-setter.
3276         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3277         to avoid coding-system problems in subr.el.  Adjust all users.
3278         (macroexp--maxsize, macroexp-small-p): New functions.
3279         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3280         * scroll-bar.el (scroll-bar-mode):
3281         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3282         (normal-erase-is-backspace-mode): Don't use the `eq' place.
3283         * winner.el (winner-configuration, winner-make-point-alist)
3284         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3285         * files.el (locate-file-completion-table): Avoid list*.
3287 2012-06-22  Chong Yidong  <cyd@gnu.org>
3289         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3290         (dired-create-files): Doc fix (Bug#11329).
3291         (dired-do-copy): Doc fix (Bug#11334).
3292         (dired-mark-read-string): Doc fix (Bug#11553).
3294         * dired.el (dired-recursive-copies, dired-recursive-deletes):
3295         Doc fix (Bug#11326).
3296         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
3297         (dired-dwim-target): Doc fix.
3299         * wdired.el (wdired-mode): Doc fix.
3301 2012-06-22  Glenn Morris  <rgm@gnu.org>
3303         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3304         (pcmpl-rpm-cache-stamp-file): New constant.
3305         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3306         (pcmpl-rpm-packages): Optionally cache list of packages.
3308         * pcmpl-rpm.el (pcmpl-rpm): New group.
3309         (pcmpl-rpm-query-options): New option.
3310         (pcmpl-rpm-packages): No need to inline it.
3311         Use pcmpl-rpm-query-options.
3313         * calendar/calendar.el (calendar-in-read-only-buffer):
3314         Avoid some needless mode changes.
3316 2012-06-21  Chong Yidong  <cyd@gnu.org>
3318         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3319         (desktop-path): Remove . from the default value (Bug#10977).
3320         (desktop-read): Use user-emacs-directory if desktop-path is nil.
3322 2012-06-20  Chong Yidong  <cyd@gnu.org>
3324         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3326 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
3328         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3329         (bug#11201).
3331 2012-06-20  Chong Yidong  <cyd@gnu.org>
3333         * term.el (term-window-width): Handle the case of a missing right
3334         fringe (Bug#8837).
3335         (term-check-size): Use window-text-height (Bug#5445).
3336         (term-mode): Use define-derived-mode.  Minor cleanups.
3337         Set font-lock-defaults (Bug#7692).
3338         (term-move-columns, term-insert-char, term-emulate-terminal)
3339         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
3341 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
3343         * net/ange-ftp.el (ange-ftp-get-passwd):
3344         Bind `enable-recursive-minibuffers'.
3345         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3347 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
3349         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3351 2012-06-19  Glenn Morris  <rgm@gnu.org>
3353         * progmodes/python.el (python-mode): Derive from prog-mode.
3355 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3357         * emulation/edt.el (edt-default-menu-bar-update-buffers)
3358         (edt-user-menu-bar-update-buffers): New functions.
3359         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3361 2012-06-19  Chong Yidong  <cyd@gnu.org>
3363         * subr.el (with-selected-window): Preserve the selected window's
3364         terminal's top-frame (Bug#4702).
3366         * window.el (save-selected-window): Likewise.
3368 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * progmodes/python.el (python-rx-constituents): Move backquote.
3371         (python-skeleton-define, python-define-auxiliary-skeleton):
3372         Use `declare'.
3374 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
3376         * minibuffer.el (read-file-name-default): Revert the patch from
3377         2012-06-17.
3379 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3381         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3382         (pcase--u1, pcase--q1): Don't use apply-partially.
3384 2012-06-18  Glenn Morris  <rgm@gnu.org>
3386         * progmodes/python.el (python-proc, python-buffer)
3387         (python-send-receive, python-send-string): Fix obsolete versions.
3389 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
3391         * window.el (special-display-p): Completely remove stringp
3392         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3394 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
3396         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3398         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3400         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3401         * net/tramp-sh.el (tramp-maybe-open-connection):
3402         Throw if `non-essential' is non-nil.
3404 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
3406         * window.el (special-display-p): Signal an error if BUFFER-NAME
3407         is not a string (Bug#11713).
3409 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
3411         * progmodes/python.el (python-info-beginning-of-backslash):
3412         Rename from python-info-beginning-of-backlash, as a spelling fix.
3414 2012-06-17  Chong Yidong  <cyd@gnu.org>
3416         * term.el (term-emulate-terminal): If term-check-size is called,
3417         move point to the process mark without resetting point (Bug#4635).
3419 2012-06-17  Glenn Morris  <rgm@gnu.org>
3421         * international/mule-cmds.el (mule-menu-keymap)
3422         (set-language-environment, set-locale-environment): Doc tweaks.
3424 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
3426         * cus-face.el (custom-face-attributes): Add wave-style underline
3427         attribute.
3428         * faces.el (set-face-attribute): Update docstring to describe
3429         wave-style underline attribute.
3431 2012-06-16  Chong Yidong  <cyd@gnu.org>
3433         * term/xterm.el (terminal-init-xterm): Discard input before
3434         querying background mode (Bug#10959).
3436 2012-06-16  Stefan Merten  <smerten@oekonux.de>
3438         * textmodes/rst.el: Added and corrected some comments.
3439         (rst-re-alist-def): Improve symbol syntax.
3440         (rst-mode-syntax-table): Correct syntax entries.
3441         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3442         (rst-official-version, rst-official-cvs-rev): Update version
3443         information.
3445 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
3447         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3448         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3450 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
3452         * progmodes/python.el: New python.el merge.
3453         (python-guess-indent): Obsolete var.
3454         (python-indent-guess-indent-offset): New defcustom.
3455         (python-indent): Obsolete var.
3456         (python-indent-offset): New defcustom.
3457         (python-python-command, python-jython-command): Delete var.
3458         (python-shell-interpreter): New defcustom.
3459         (python-pdbtrack-do-tracking-p): Delete var.
3460         (python-pdbtrack-activate): New defcustom.
3461         (python-use-skeletons): Obsolete var.
3462         (python-skeleton-autoinsert): New defcustom.
3463         (inferior-python-filter-regexp, python-continuation-offset)
3464         (python-honour-comment-indentation, python-indent-string-contents)
3465         (python-jython-packages, python-mode-hook)
3466         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3467         (python-shell-prompt-alist)
3468         (python-source-modes): Delete defcustoms.
3469         (python-check-buffer-name, python-eldoc-setup-code)
3470         (python-eldoc-string-code, python-ffap-setup-code)
3471         (python-ffap-string-code, python-fill-comment-function)
3472         (python-fill-decorator-function, python-fill-paren-function)
3473         (python-fill-string-function, python-imenu-include-defun-type)
3474         (python-imenu-make-tree, python-imenu-subtree-root-label)
3475         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3476         (python-shell-compilation-regexp-alist)
3477         (python-shell-completion-module-string-code)
3478         (python-shell-completion-pdb-string-code)
3479         (python-shell-completion-setup-code)
3480         (python-shell-completion-string-code)
3481         (python-shell-enable-font-lock, python-shell-exec-path)
3482         (python-shell-extra-pythonpaths)
3483         (python-shell-internal-buffer-name, python-shell-interpreter-args)
3484         (python-shell-process-environment)
3485         (python-shell-prompt-block-regexp)
3486         (python-shell-prompt-output-regexp)
3487         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3488         (python-shell-send-setup-max-wait, python-shell-setup-codes)
3489         (python-shell-virtualenv-path): New defcustoms.
3490         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3491         (inferior-python-mode-syntax-table, python--prompt-regexp)
3492         (python-buffer, python-command python-python-command)
3493         (python-default-template, python-imports, python-indent-index)
3494         (python-indent-list, python-indent-list-length)
3495         (python-mode-running, python-pdbtrack-is-tracking-p)
3496         (python-preoutput-continuation, python-preoutput-leftover)
3497         (python-preoutput-result, python-preoutput-skip-next-prompt)
3498         (python-prev-dir/file, python-recursing)
3499         (python-saved-check-command, python-version-checked)
3500         (python-which-func-length-limit)
3501         (view-return-to-alist): Delete vars.
3502         (python-check-custom-command, python-dotty-syntax-table)
3503         (python-imenu-index-alist, python-indent-current-level)
3504         (python-indent-dedenters, python-indent-levels)
3505         (python-nav-beginning-of-defun-regexp)
3506         (python-nav-list-defun-positions-cache)
3507         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3508         (python-shell-internal-buffer)
3509         (python-skeleton-available): New vars.
3510         (def-python-skeleton): Delete macro.
3511         (python-skeleton-define): New macro.
3512         (python-define-auxiliary-skeleton, python-rx): New macros.
3513         (python-insert-class): Delete command.
3514         (python-skeleton-class): New command.
3515         (python-insert-def): Delete command.
3516         (python-skeleton-def): New command.
3517         (python-insert-for): Delete command.
3518         (python-skeleton-for): New command.
3519         (python-insert-if): Delete command.
3520         (python-skeleton-if): New command.
3521         (python-insert-try/except, python-insert-try/finally): Delete commands.
3522         (python-skeleton-try): New command.
3523         (python-insert-while): Delete command.
3524         (python-skeleton-while): New command.
3525         (python-backspace): Delete command.
3526         (python-indent-dedent-line-backspace): New command.
3527         (python-electric-colon): Delete command.
3528         (python-indent-electric-colon): New command.
3529         (python-guess-indent): Delete command.
3530         (python-indent-guess-indent-offset): New command.
3531         (python-shift-left): Delete command.
3532         (python-indent-shift-left): New command.
3533         (python-shift-right): Delete command.
3534         (python-indent-shift-right): New command.
3535         (python-find-function): Delete command.
3536         (python-nav-jump-to-defun): New command.
3537         (python-next-statement): Delete command.
3538         (python-nav-forward-sentence): New command.
3539         (python-previous-statement): Delete command.
3540         (python-nav-backward-sentence): New command.
3541         (python-fill-paragraph): Delete command.
3542         (python-fill-paragraph-function): New command.
3543         (python-send-buffer): Delete command.
3544         (python-shell-send-buffer): New command.
3545         (python-send-defun): Delete command.
3546         (python-shell-send-defun): New command.
3547         (python-send-region, python-send-region-and-go): Delete commands.
3548         (python-shell-send-region)
3549         (python-shell-switch-to-shell): New commands.
3550         (python-send-string): Delete command.
3551         (python-shell-send-string): New command.
3552         (python-switch-to-python): Delete command.
3553         (python-shell-switch-to-shell): New command.
3554         (python-describe-symbol): Delete command.
3555         (python-eldoc-at-point): New command.
3556         (python--set-prompt-regexp, python-args-to-list)
3557         (python-after-info-look, python-check-version)
3558         (python-check-comint-prompt, python-find-imports)
3559         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
3560         (python-unload-function, python-expand-template)
3561         (python-maybe-jython, python-preoutput-filter)
3562         (python-pdbtrack-get-source-buffer)
3563         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
3564         (python-pdbtrack-toggle-stack-tracking)
3565         (python-pdbtrack-track-stack-file, python-initial-text)
3566         (python-first-word, python-comment-line-p, python-send-command)
3567         (python-setup-brm, python-sentinel, python-set-proc)
3568         (python-skip-out, python-input-filter, python-outdent-p)
3569         (python-outline-level, python-backslash-continuation-line-p)
3570         (python-end-of-block, python-end-of-statement, python-mark-block)
3571         (python-beginning-of-block, python-beginning-of-statement)
3572         (python-blank-line-p, python-beginning-of-string)
3573         (python-open-block-statement-p): Delete functions.
3574         (python-indent-line, python-indent-line-1): Delete functions.
3575         (python-indent-line): New function.
3576         (python-indentation-levels): Delete function.
3577         (python-indent-calculate-levels): New function.
3578         (python-proc): Delete function.
3579         (python-shell-get-process): New function.
3580         (python-send-receive): Delete function.
3581         (python-shell-send-string-no-output): New function.
3582         (python-module-path): Delete function.
3583         (python-ffap-module-path): New function.
3584         (python-completion-at-point)
3585         (python-symbol-completions): Delete functions.
3586         (python-completion-complete-at-point): New function.
3587         (python-load-file): Delete function.
3588         (python-shell-send-file): New function.
3589         (python-calculate-indentation): Delete function.
3590         (python-indent-calculate-indentation): New function.
3591         (python-skip-comments/blanks): Delete function.
3592         (python-util-forward-comment): New function.
3593         (python-continuation-line-p): Delete function.
3594         (python-info-continuation-line-p): New function.
3595         (python-which-func, python-current-defun): Delete function.
3596         (python-info-current-defun): New function.
3597         (python-beginning-of-defun): Delete function.
3598         (python-nav-beginning-of-defun): New function.
3599         (python-close-block-statement-p)
3600         (python-block-end-p): Delete function.
3601         (python-info-closing-block): New function.
3602         (python-comint-output-filter-function)
3603         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
3604         (python-fill-comment, python-fill-decorator, python-fill-paren)
3605         (python-fill-string, python-imenu-make-element-tree)
3606         (python-imenu-make-tree, python-imenu-tree-assoc)
3607         (python-indent-context, python-indent-dedent-line)
3608         (python-indent-line-function)
3609         (python-indent-post-self-insert-function)
3610         (python-indent-toggle-levels)
3611         (python-info-assignment-continuation-line-p)
3612         (python-info-beginning-of-backlash)
3613         (python-info-block-continuation-line-p)
3614         (python-info-closing-block-message)
3615         (python-info-line-ends-backslash-p)
3616         (python-info-looking-at-beginning-of-defun)
3617         (python-info-ppss-context, python-info-ppss-context-type)
3618         (python-nav-list-defun-positions, python-nav-read-defun)
3619         (python-nav-sentence-end, python-nav-sentence-start)
3620         (python-pdbtrack-comint-output-filter-function)
3621         (python-pdbtrack-set-tracked-buffer)
3622         (python-shell-calculate-exec-path)
3623         (python-shell-calculate-process-environment)
3624         (python-shell-completion--do-completion-at-point)
3625         (python-shell-completion--get-completions)
3626         (python-shell-completion-complete-at-point)
3627         (python-shell-completion-complete-or-indent)
3628         (python-shell-get-or-create-process)
3629         (python-shell-get-process-name)
3630         (python-shell-internal-get-or-create-process)
3631         (python-shell-internal-get-process-name)
3632         (python-shell-internal-send-string, python-shell-make-comint)
3633         (python-shell-parse-command, python-shell-send-setup-code)
3634         (python-skeleton-add-menu-items)
3635         (python-util-clone-local-variables, python-util-position)
3636         (run-python-internal, python-indentation-levels)
3637         (python-nav-beginning-of-defun)
3638         (python-completion-complete-at-point): New functions.
3639         (run-python): Change arguments.  New API requirements.
3641 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
3644         (bug#11649).
3646         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
3647         (macroexp--expand-all): Use it.
3649         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
3650         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
3651         Use `cl-function' instead.
3653 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
3655         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
3656         Suggested by Stefan Monnier while discussing bug#11657.
3658 2012-06-14  Sam Steingold  <sds@gnu.org>
3660         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
3662 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3664         * play/doctor.el (doctor-doc): Remove parameter and use
3665         doctor-sent instead of sent.
3666         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
3668 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * files.el: Require cl-lib.
3671         (file-name-non-special): Replace case -> cl-case.
3673         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
3675         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
3676         mapping from #' to function*.
3678 2012-06-13  Chong Yidong  <cyd@gnu.org>
3680         * mouse.el (mouse-drag-track): Do not set the mark if the user
3681         releases the mouse without selecting anything (Bug#11588).
3683 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3685         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
3686         as well (bug#11646).
3688         * loadup.el: Count byte-code functions as well.
3690         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
3691         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
3693         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
3694         (bug#11649).  Add cl-defun and cl-defmacro.
3696 2012-06-13  Drew Adams  <drew.adams@oracle.com>
3698         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3699         Fix last change.
3701 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
3703         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
3704         Otherwise, it blocks in batch mode.
3706 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
3708         * help-mode.el (bookmark-make-record-default): Declare.
3710 2012-06-13  Chong Yidong  <cyd@gnu.org>
3712         * emacs-lisp/package.el (list-packages): Compute a list of
3713         packages that are newly-available since the last list-packages
3714         invocation.
3715         (package-menu--new-package-list): New var.
3716         (package-menu--generate, package-menu--print-info)
3717         (package-menu--status-predicate, package-menu-mark-install):
3718         Handle new status label "new".
3720 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3722         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
3723         conversion to backquotes.
3725 2012-06-12  Chong Yidong  <cyd@gnu.org>
3727         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
3728         Rename from gud-inhibit-global-bindings.
3730         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
3732         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
3733         hook from nxml-glyph-set-hook.
3735         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
3736         declaration.
3738         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
3740         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
3741         Convert to defcustom.
3743 2012-06-12  Drew Adams  <drew.adams@oracle.com>
3745         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3746         New functions.
3747         (help-mode): Use them.
3749 2012-06-11  Glenn Morris  <rgm@gnu.org>
3751         * progmodes/fortran.el (fortran-font-lock-keywords-3):
3752         Use preprocessor face for directives.
3753         (fortran-directive-re): Doc fix.
3755 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3757         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
3758         conversion to backquotes (bug#11652).
3760         Fix compiler-expansion of CL's cXXr functions (bug#11673).
3761         * emacs-lisp/cl-lib.el (cl--defalias): New function.
3762         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
3763         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
3764         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3765         (cl-ninth, cl-tenth): Mark them as inlinable.
3766         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
3767         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
3768         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
3769         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
3770         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
3771         (cl-list*, cl-adjoin): Don't put an autoload manually.
3772         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
3773         (cl--compiler-macro-list*): Add autoload cookie.
3774         (cl--compiler-macro-cXXr): New function.
3776         * help-fns.el (help-fns--compiler-macro): New function extracted from
3777         describe-function-1; follow aliases and use `compiler-macro' property.
3778         (describe-function-1): Use it.
3780 2012-06-11  Chong Yidong  <cyd@gnu.org>
3782         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
3783         is uninstalled, if imagemagick is installed.
3785 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3787         * emacs-lisp/cl-lib.el: Use lexical-binding.
3788         (cl-map-extents, cl-maclisp-member): Remove.
3789         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
3790         (cl--set-substring, cl--block-wrapper, cl--block-throw)
3791         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
3792         * emacs-lisp/cl-extra.el: Use lexical-binding.
3793         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
3794         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
3795         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
3796         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
3797         * emacs-lisp/cl-seq.el: Use lexical-binding.
3798         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
3799         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
3800         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
3801         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
3802         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
3803         CL's internals.
3805 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
3807         Sync with Tramp 2.2.6-pre.
3809         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
3810         `print-length' and `print-level' to nil, in order to avoid
3811         truncation.  Reported by Christopher Schmidt
3812         <christopher@ristopher.com>.
3814         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
3816         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
3817         New defmacro.
3818         (tramp-compat-copy-directory): Add optional argument
3819         COPY-CONTENTS.  It is not handled yet.
3821         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
3822         (tramp-ftp-file-name-p): Simplify.
3824         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
3825         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
3826         connection vector.
3828         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
3829         (tramp-methods): Do not use `tramp-password-end-of-line'.
3830         (tramp-completion-function-alist-putty): Handle UNIX case.
3831         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
3832         (tramp-do-file-attributes-with-stat)
3833         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
3834         gid as real numbers.  They could run out of integer range on cygwin.
3835         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
3836         (tramp-sh-handle-expand-file-name): Handle hops.
3837         (tramp-open-connection-setup-interactive-shell):
3838         Use `tramp-cleanup'.  Move check for busyboxes ...
3839         (tramp-find-shell): ... here.  Simplify implementation.
3840         Set "remote-shell" property also for alternative shells.
3841         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
3842         If failing, a regular file would be written otherwise.
3843         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
3844         (tramp-find-inline-encoding): Cache the coding commands in the
3845         process cache.  Apply test command on the remote side, if defined.
3846         (tramp-find-inline-compress): Cache the compress commands in the
3847         process cache.
3848         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
3849         when requested.  Handle hops.
3850         (tramp-current-connection): New defvar.
3851         (tramp-maybe-open-connection): Use `tramp-cleanup'.
3852         Throw `suppress', if there was a failed connection shortly before.
3853         Handle user interrupt.  (Bug#10187)
3854         (tramp-get-inline-compress, tramp-get-inline-coding):
3855         Read connection properties from the process cache.
3857         * net/tramp-smb.el (tramp-smb-server-version)
3858         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
3859         New defconsts.
3860         (tramp-smb-prompt): Extend for powershell prompt.
3861         (tramp-smb-file-name-handler-alist): Add handlers for
3862         `process-file', `shell-command' and `start-file-process'.
3863         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
3864         (tramp-smb-winexe-shell-command-switch): New defcustoms.
3865         (tramp-smb-file-name-p): Simplify.
3866         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
3867         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
3868         (tramp-smb-shell-quote-argument): New defuns.
3869         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
3870         Implement using "tar".  By this, time-stamps are preserved.
3871         (tramp-smb-handle-copy-file): Handle also the case of directories.
3872         (tramp-smb-do-file-attributes-with-stat)
3873         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
3874         Use `tramp-get-connection-buffer').
3875         (tramp-smb-handle-rename-file): Use "rename", when source and
3876         target are on the same share.
3877         (tramp-smb-maybe-open-connection): Handle wrong passwords.
3878         Use `tramp-smb-server-version'.
3879         (tramp-smb-wait-for-output): Remove prompt.
3881         * net/tramp.el (top): Require 'cl.
3882         (tramp-methods, tramp-rsh-end-of-line):
3883         Remove `tramp-password-end-of-line' from docstring.
3884         (tramp-save-ad-hoc-proxies): New defcustom.
3885         (tramp-completion-function-alist): Adapt docstring.
3886         (tramp-default-password-end-of-line): Remove defcustom.
3887         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
3888         (tramp-user-regexp, tramp-file-name-regexp-unified)
3889         (tramp-file-name-regexp-url): Extend regexp by hop separator.
3890         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
3891         (tramp-remote-file-name-spec-regexp): New defconst.
3892         (tramp-file-name-structure): Extend structure for hops.
3893         (tramp-get-method-parameter): Move up.
3894         (tramp-file-name-p, tramp-dissect-file-name)
3895         (with-parsed-tramp-file-name): Handle hops.
3896         (tramp-file-name-hop): New defun.
3897         (tramp-make-tramp-file-name): New optional arg HOP.
3898         (tramp-message-show-progress-reporter-message): New defvar.
3899         (tramp-with-progress-reporter): Use it.  We cannot use
3900         `tramp-message-show-message' here, because this suppresses also
3901         error buffers.
3902         (tramp-error-with-buffer): Suppress buffer view, if
3903         `tramp-message-show-message' is nil.
3904         Use `tramp-get-connection-buffer'.
3905         (tramp-cleanup): New defun.
3906         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
3907         (tramp-file-name-handler): If `debug-on-error' is set, propagate
3908         an error unchanged.
3909         (tramp-completion-handle-file-name-all-completions): Handle hops.
3910         Fix an error when called from ido.
3911         (tramp-completion-dissect-file-name): Use better local variable
3912         name.  Add hop to the vector.
3913         (tramp-handle-insert-file-contents): Use progress-reporter for the
3914         whole scenario.
3915         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
3916         to `t'.
3917         (tramp-check-for-regexp): Simplify search.
3918         (tramp-enter-password): Remove it.  Move implementation ...
3919         (tramp-action-password): ... here.
3920         (tramp-mode-string-to-int, tramp-local-host-p)
3921         (tramp-make-tramp-temp-file, tramp-read-passwd)
3922         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
3923         Set tramp-autoload cookie.
3925         * net/trampver.el: Update release number.
3927 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3928             Michael Albinus  <michael.albinus@gmx.de>
3930         * net/tramp.el (tramp-set-completion-function): Fix docstring.
3931         (tramp-parse-group, tramp-parse-file)
3932         (tramp-parse-shostkeys-sknownhosts): New defuns.
3933         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
3934         (tramp-parse-shosts-group, tramp-parse-sconfig)
3935         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
3936         (tramp-parse-sknownhosts, tramp-parse-hosts)
3937         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
3938         Use them.
3939         (tramp-parse-passwd-group, tramp-parse-netrc-group)
3940         (tramp-parse-putty-group): Don't narrow.
3941         (tramp-parse-putty): Make a loop.
3942         (tramp-file-name-handler): Catch the `suppress' signal.
3944 2012-06-11  Chong Yidong  <cyd@gnu.org>
3946         * image.el (imagemagick-register-types): Put the ImageMagick entry
3947         at the end of image-type-file-name-regexps.
3949 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
3951         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
3952         (pcase, pcase-let*, pcase-dolist): Use them.
3954 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         * emacs-lisp/pcase.el (pcase--let*): New function.
3957         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
3958         (pcase--expand): Use macroexp-let².
3960 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3962         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
3963         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
3964         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
3965         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
3966         * emacs-lisp/derived.el: Use pcase instead of `cl'.
3967         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
3969 2012-06-10  Glenn Morris  <rgm@gnu.org>
3971         * mail/rmail.el (rmail-yank-current-message): Leave point at
3972         correct position.  (Bug#11660)
3974 2012-06-10  Chong Yidong  <cyd@gnu.org>
3976         * allout-widgets.el: Fix code header.
3978 2012-06-10  Chong Yidong  <cyd@gnu.org>
3980         * cus-edit.el (customize-changed-options-previous-release):
3981         Bump to 24.1.
3983 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
3985         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
3987 2012-06-09  Chong Yidong  <cyd@gnu.org>
3989         * ebuff-menu.el (electric-buffer-list): Preserve header line.
3991 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
3993         * window.el (special-display-popup-frame): Don't use
3994         window--display-buffer (Bug#11651).
3996 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
3998         Fix parallel builds: make sure loaddefs.el is not being written
3999         while Lisp files are compiled.
4000         (compile): Don't depend on 'mh-autoloads'.
4001         (compile-CMD, compile-SH): Depend on 'autoloads'.
4002         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4004         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
4006 2012-06-09  Chong Yidong  <cyd@gnu.org>
4008         * face-remap.el (face-remap-add-relative, face-remap-set-base)
4009         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4010         Doc fixes (Bug#11225).
4012 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4015         a function if there's a clear indication that it has a compiler-macro.
4016         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4017         (macro-declarations-alist): Add arglist to declaration functions.
4018         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4019         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4020         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4021         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4022         Also add autoload to find the compiler macro.
4023         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4024         (cl--compiler-macro-member, cl--compiler-macro-assoc)
4025         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4026         (cl--compiler-macro-get): New functions, replacing calls to
4027         cl-define-compiler-macro.
4028         (cl-typep) [compiler-macro]: Use macroexp-let².
4030 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
4032         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4033         string properly, fixes Bug#11473.
4035 2012-06-08  Chong Yidong  <cyd@gnu.org>
4037         * faces.el (set-face-attribute): Doc fix.
4038         (modify-face): Don't use :bold and :italic.
4039         (error, warning, success): Tweak definitions.
4041         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4042         (custom-modified, custom-set, custom-changed, custom-themed)
4043         (custom-saved, custom-button, custom-button-mouse)
4044         (custom-button-pressed, custom-state, custom-comment-tag)
4045         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4046         (custom-group-subtitle): Use new-style face specs.
4047         (custom-invalid-face, custom-rogue-face, custom-modified-face)
4048         (custom-set-face, custom-changed-face, custom-saved-face)
4049         (custom-button-face, custom-button-pressed-face)
4050         (custom-documentation-face, custom-state-face)
4051         (custom-comment-face, custom-comment-tag-face)
4052         (custom-variable-tag-face, custom-variable-button-face)
4053         (custom-face-tag-face, custom-group-tag-face-1)
4054         (custom-group-tag-face): Remove obsolete face alias.
4056         * epa.el (epa-validity-high, epa-validity-medium)
4057         (epa-validity-low, epa-mark, epa-field-name, epa-string)
4058         (epa-field-name, epa-field-body):
4059         * font-lock.el (font-lock-comment-face, font-lock-string-face)
4060         (font-lock-keyword-face, font-lock-builtin-face)
4061         (font-lock-function-name-face, font-lock-variable-name-face)
4062         (font-lock-type-face, font-lock-constant-face):
4063         * ido.el (ido-first-match, ido-only-match, ido-subdir)
4064         (ido-virtual, ido-indicator, ido-incomplete-regexp):
4065         * speedbar.el (speedbar-button-face, speedbar-file-face)
4066         (speedbar-directory-face, speedbar-tag-face)
4067         (speedbar-selected-face, speedbar-highlight-face)
4068         (speedbar-separator-face):
4069         * whitespace.el (whitespace-newline, whitespace-space)
4070         (whitespace-hspace, whitespace-tab, whitespace-trailing)
4071         (whitespace-line, whitespace-space-before-tab)
4072         (whitespace-space-after-tab, whitespace-indentation)
4073         (whitespace-empty):
4074         * emulation/cua-base.el (cua-global-mark):
4075         * eshell/em-prompt.el (eshell-prompt):
4076         * net/newst-plainview.el (newsticker-new-item-face)
4077         (newsticker-old-item-face, newsticker-immortal-item-face)
4078         (newsticker-obsolete-item-face, newsticker-date-face)
4079         (newsticker-statistics-face, newsticker-default-face):
4080         * net/newst-reader.el (newsticker-feed-face)
4081         (newsticker-extra-face, newsticker-enclosure-face):
4082         * net/newst-treeview.el (newsticker-treeview-face)
4083         (newsticker-treeview-new-face, newsticker-treeview-old-face)
4084         (newsticker-treeview-immortal-face)
4085         (newsticker-treeview-obsolete-face)
4086         (newsticker-treeview-selection-face):
4087         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4088         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4089         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4090         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4091         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4092         (nxml-outline-active-indicator, nxml-outline-ellipsis):
4093         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4094         (mpuz-text):
4095         * progmodes/vera-mode.el (vera-font-lock-number)
4096         (vera-font-lock-function, vera-font-lock-interface):
4097         * textmodes/table.el (table-cell): Use new-style face specs, and
4098         don't use the old :bold and :italic attributes.
4100         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4101         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4102         (ebrowse-member-class, ebrowse-progress): Likewise.
4103         (ebrowse-tree-mark-face, ebrowse-root-class-face)
4104         (ebrowse-file-name-face, ebrowse-default-face)
4105         (ebrowse-member-attribute-face, ebrowse-member-class-face)
4106         (ebrowse-progress-face): Remove obsolete faces.
4108         * progmodes/flymake.el (flymake-errline, flymake-warnline):
4109         Inherit from error and warning faces respectively.
4111         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4112         Likewise.
4113         (flyspell-incorrect-face, flyspell-duplicate-face):
4114         Remove obsolete aliases.
4116 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
4118         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4119         Avoid infloop.
4121 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4123         * startup.el (argv, argi): Make lexically scoped.
4124         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4125         * emacs-lisp/cl-macs.el: Use lexical-binding.
4126         Rename cl-bind-* to cl--bind-*.
4127         * files.el: Don't require `cl' since it doesn't use it.
4128         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4130 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
4132         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4133         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4134         instead of calling external sort utility.
4135         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4137 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
4139         * descr-text.el (describe-char): Mention how to insert the
4140         character, if the current input method doesn't support it.
4141         See the discussion in this thread for the details:
4142         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4144 2012-06-08  Sam Steingold  <sds@gnu.org>
4146         * bindings.el (global-map): Bind XF86Forward to next-buffer and
4147         XF86Back to previous-buffer.
4148         (minibuffer-local-map): Bind them to next-history-element and
4149         previous-history-element respectively.
4150         * help-mode.el (help-mode-map): Bind them to help-go-forward and
4151         help-go-back respectively.
4152         * info.el (Info-mode-map): Bind them to Info-history-forward and
4153         Info-history-back respectively.
4154         These are the keys next to Up on the ThinkPad keyboard.
4156 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4159         * emacs-lisp/cl-macs.el: Provide itself.
4160         (cl--labels-convert-cache): New var.
4161         (cl--labels-convert): New function.
4162         (cl-flet, cl-labels): New implementation with new semantics, relying on
4163         lexical-binding.
4164         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4165         (cl-closure-vars, cl--function-convert-cache)
4166         (cl--function-convert): Move from cl-macs.el.
4167         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4168         rename by removing the "cl-" prefix.
4169         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4171 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4173         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4174         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4175         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4176         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4177         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4178         (cl-hash-table-count): Add old compatibility aliases.
4180         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4181         Use macroexpand-all-environment instead.
4182         (cl--old-macroexpand): New var.
4183         (cl--sm-macroexpand): New function.
4184         (cl-symbol-macrolet): Use it during macro expansion.
4185         (cl--function-convert-cache): New var.
4186         (cl--function-convert): New function, extracted from
4187         cl-macroexpand-all.
4188         (cl-lexical-let): Use it.
4190         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4191         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4192         (cl-member): Remove old alias.
4194         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4195         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4196         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4197         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4198         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4199         (cl-macroexpand-cmacs): Remove var.
4200         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4201         Use macroexpand-all instead.
4203 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4205         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4206         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4207         (macroexp-copyable-p): New functions and macros.
4208         * emacs-lisp/edebug.el (edebug-unwrap):
4209         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4210         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4211         (pcase--let*): Remove.
4212         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4213         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
4214         macroexp-const-p instead.
4215         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4217         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4218         instead of "cl-" for internal definitions.  Use macroexp-const-p.
4219         (cl-old-bc-file-form): Remove var.
4220         (cl-const-exprs-p): Remove fun.
4221         (cl-labels, cl-macrolet): Use backquote.
4222         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
4223         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4224         (cl-define-setf-expander): Rename from cl-define-setf-method.
4225         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4227         * international/mule-cmds.el: Don't require CL.
4228         (view-hello-file): Don't use `letf'.
4230 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * tmm.el (tmm-prompt): Use string-prefix-p.
4233         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4234         (tmm-add-prompt): Use minibuffer-completion-help.
4235         (tmm-delete-map): Remove.
4237         * subr.el (kbd): Make it its own function.
4239 2012-06-07  Stefan Merten  <smerten@oekonux.de>
4241         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4242         Silence compiler warnings.  Fix versions.
4243         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
4244         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
4245         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
4246         (rst-package-emacs-version-alist): Correct Emacs version to
4247         represent major merge with upstream.
4248         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
4250 2012-06-06  Glenn Morris  <rgm@gnu.org>
4252         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4253         Only print environment variables if set.
4255 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4257         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4258         (macroexp--cons): Rename from maybe-cons.
4259         (macroexp--accumulate): Rename from macroexp-accumulate.
4260         (macroexp--all-forms): Rename from macroexpand-all-forms.
4261         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4262         (macroexp--expand-all): Rename from macroexpand-all-1.
4264 2012-06-06  Sam Steingold  <sds@gnu.org>
4266         * calendar/calendar.el (calendar-in-read-only-buffer):
4267         Call `special-mode' to enable the standard read-only keybindings.
4269 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4271         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4272         with "loading" messages (bug#11635).
4274 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
4276         * files.el (enable-remote-dir-locals): New option.
4277         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
4279         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4280         Ensure, that the temp directory is local.
4282         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4283         `temporary-file-directory'.
4285         * progmodes/python.el (python-send-region): Ensure, that the
4286         temporary file is created also in the remote case.
4288 2012-06-06  Glenn Morris  <rgm@gnu.org>
4290         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4291         (vc-rcs-update-changelog): Use it.
4293         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
4295         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4296         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4297         (vc-sccs-diff): Replace use of the external vcdiff script.
4299 2012-06-05  Glenn Morris  <rgm@gnu.org>
4301         * ledit.el: Move to obsolete/.
4303 2012-06-05  Sam Steingold  <sds@gnu.org>
4305         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
4306         patch (Bug#11140).
4308 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * emacs-lisp/cust-print.el: Move to obsolete.
4312         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4313         compiler-macro expansion.
4315         Add native compiler-macro support.
4316         * emacs-lisp/macroexp.el (macroexpand-all-1):
4317         Support compiler-macros directly.  Properly follow aliases and apply
4318         the compiler macros more thoroughly.
4319         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4320         macroexpand now properly follows aliases.
4321         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4322         (cl-compiler-macroexpand): Use new prop.
4323         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4325         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4327 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
4329         * window.el (get-lru-window, get-mru-window, get-largest-window):
4330         New argument NOT-SELECTED to avoid picking the selected window.
4331         (window--display-buffer-1, window--display-buffer-2): Replace by
4332         new function window--display-buffer
4333         (display-buffer-same-window, display-buffer-reuse-window)
4334         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4335         Use window--display-buffer.
4336         (display-buffer-use-some-window): Remove temporary dedication
4337         hack by calling get-lru-window and get-largest-window with
4338         NOT-SELECTED argument non-nil.  Call window--display-buffer.
4340 2012-06-05  Glenn Morris  <rgm@gnu.org>
4342         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4343         Replace external vcdiff script.
4345 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4347         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4349 2012-06-04  Chong Yidong  <cyd@gnu.org>
4351         * image.el (imagemagick-types-inhibit): Revert last change.
4352         Add INFO and M.
4353         (imagemagick-enabled-types): Remove CIN and EPS*.
4355 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * emacs-lisp/cl-lib.el: Rename from cl.el.
4358         * emacs-lisp/cl.el: New compatibility file.
4359         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4360         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4361         to obey the "cl-" prefix.
4362         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4364 2012-06-03  Glenn Morris  <rgm@gnu.org>
4366         * emacs-lisp/authors.el (authors-aliases): Addition.
4368         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4369         Fix :version.
4371 2012-06-03  Stefan Merten  <smerten@oekonux.de>
4373         * textmodes/rst.el: Add comments.
4374         (rst-transition, rst-adornment): New faces.
4375         (rst-adornment-faces-alist): Make default safe to reevaluate.
4376         Fixes
4377         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4378         Improve customization tags.
4379         (rst-define-level-faces): Clarify meaning.
4381 2012-06-03  Chong Yidong  <cyd@gnu.org>
4383         * progmodes/compile.el (compilation-mode-line-fail)
4384         (compilation-mode-line-run, compilation-mode-line-exit):
4385         New faces.
4386         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4388 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
4390         * progmodes/which-func.el (which-func-update-ediff-windows):
4391         New function.  Use it in ediff-select-hook (Bug#11478).
4393 2012-06-03  Chong Yidong  <cyd@gnu.org>
4395         * bindings.el: Remove explicit help text from format-mode-line.
4396         It is now supplied by mode-line-default-help-echo.
4397         (mode-line-front-space, mode-line-end-spaces)
4398         (mode-line-misc-info): New variables.
4399         (mode-line-modes, mode-line-position): Move the default value to
4400         the variable definition.
4401         (mode-line-default-help-echo): New defcustom.
4402         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4403         (mode-line-modified-help-echo): New functions.
4404         (mode-line-mule-info, mode-line-modified): Use them.
4405         (mode-line-eol-desc, propertized-buffer-identification):
4406         Consistency fixes for help text.
4407         (mode-line-coding-system-map): Allow using mouse-3 to invoke
4408         set-buffer-file-coding-system (Bug#289).
4409         (mode-line-mule-info-help-echo): Update help text.
4411 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4413         * simple.el (execute-extended-command): Set real-this-command
4414         (bug#11506).
4416 2012-06-02  Chong Yidong  <cyd@gnu.org>
4418         Remove incorrect uses of "modeline" in comments, docstrings, and
4419         function/variable names (Bug#10329).
4421         * cus-edit.el (mode-line):
4422         * dframe.el (dframe-mouse-hscroll):
4423         * emacs-lisp/re-builder.el:
4424         * emacs-lisp/easy-mmode.el (define-minor-mode):
4425         * frame.el (set-frame-name):
4426         * help.el (lookup-minor-mode-from-indicator):
4427         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4428         * progmodes/cc-cmds.el (c-toggle-auto-newline)
4429         (c-toggle-hungry-state):
4430         * progmodes/antlr-mode.el (antlr-language-alist):
4431         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4432         * progmodes/vhdl-mode.el (vhdl-mode):
4433         * progmodes/which-func.el (which-func, which-func-cleanup-function):
4434         * term/ns-win.el (ns-face-at-pos):
4435         * term/sup-mouse.el (sup-mouse-report):
4436         * textmodes/flyspell.el (flyspell-mode-line-string):
4437         * textmodes/ispell.el (ispell-highlight-face):
4438         * textmodes/reftex-global.el:
4439         * vc/vc-arch.el (vc-arch-mode-line-string):
4440         * vc/vc-cvs.el (vc-cvs-mode-line-string):
4441         * vc/vc-git.el (vc-git-mode-line-string):
4442         * vc/vc-hooks.el (vc-display-status)
4443         (vc-default-mode-line-string):
4444         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4446         * ansi-color.el (ansi-color-faces-vector): Change default faces.
4448         * dired.el (dired-sort-set-mode-line): Rename from
4449         dired-sort-set-modeline.  All callers changed.
4451         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4452         eshell-status-in-modeline.
4454         * foldout.el (foldout-mode-line-string): Rename from
4455         foldout-modeline-string.  All callers changed.
4456         (foldout-update-mode-line): Rename from foldout-update-modeline.
4458         * subr.el (redraw-modeline): Make into obsolete alias.
4460         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4461         timeclock-modeline-display.  Make old name an alias.
4462         (timeclock-update-mode-line): Likewise.  All callers changed.
4463         (timeclock-mode-line-display): No need to check before using
4464         add-hook.
4465         (timeclock-relative, timeclock-day-over-hook)
4466         (timeclock-use-elapsed, timeclock-mode-string)
4467         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4469         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4470         crisp-mode-modeline-string.
4472         * play/solitaire.el (solitaire-build-mode-line): Rename from
4473         solitaire-build-modeline.  All callers changed.
4475         * play/zone.el (zone-hiding-mode-line): Rename from
4476         zone-hiding-modeline.  All callers changed.
4477         (zone): Remove unusued `modeline-hidden-level' property.
4479         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4480         xscheme-modeline-initialize.  All callers changed.
4482         * strokes.el (strokes-lighter): Rename from
4483         strokes-modeline-string.
4485         * textmodes/sgml-mode.el (html-face-tag-alist)
4486         (html-tag-face-alist): Use mode-line face instead of obsolete
4487         alias modeline.
4489 2012-06-02  Stefan Merten  <smerten@oekonux.de>
4491         * textmodes/rst.el: Always require `cl'.
4492         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
4494 2012-06-02  Chong Yidong  <cyd@gnu.org>
4496         * image.el (imagemagick-enabled-types): Rename from
4497         imagemagick-types-enable.  Add many more types.
4498         (imagemagick-types-inhibit): Change default to nil.
4499         (imagemagick-filter-types): Caller changed.
4501 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4503         * emacs-lisp/cl-macs.el: Use backquotes.
4504         (cl-transform-function-property): Use eval-and-compile rather than
4505         abusing `require'.
4506         (defstruct): Use declare-function instead of with-no-warnings.
4508         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4509         (byte-compile-output-docform): Re-add the print-circle bindings.
4510         (byte-compile-fix-header): Use #$ just because it's shorter.
4511         (byte-compile-output-file-form): Remove defun/defmacro.
4513 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
4515         * simple.el (choose-completion): Remove now obsolete binding for
4516         owindow.
4518 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
4520         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4521         in order to avoid "Stack overflow in regexp matcher".
4523 2012-05-31  Glenn Morris  <rgm@gnu.org>
4525         * image.el: For clarity, call imagemagick-register-types at
4526         top-level, rather than relying on a custom :initialize.
4527         (imagemagick-types-enable): New option.  (Bug#11557)
4528         (imagemagick-filter-types): New function.  (Bug#7406)
4529         (imagemagick-register-types): Use imagemagick-filter-types.
4530         If disabling support, remove elements altogether rather
4531         than using an impossible regexp.
4532         (imagemagick-types-inhibit): Give it the default init function.
4534 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4536         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4537         Handle arbitrary file name lengths (Bug#11585).
4539 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
4541         * desktop.el (desktop-read): Clear previous and next buffers for
4542         all windows and bury *Messages* buffer (bug#11556).
4544 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4546         Add `declare' for `defun'.  Align `defmacro's with it.
4547         * emacs-lisp/easy-mmode.el (define-minor-mode)
4548         (define-globalized-minor-mode): Don't autoload the var definitions.
4549         * emacs-lisp/byte-run.el: Use lexical-binding.
4550         (defun-declarations-alist, macro-declarations-alist): New vars.
4551         (defmacro, defun): Use them.
4552         (make-obsolete, define-obsolete-function-alias)
4553         (make-obsolete-variable, define-obsolete-variable-alias):
4554         Use `declare'.
4555         (macro-declaration-function): Mark obsolete.
4556         * emacs-lisp/autoload.el: Use lexical-binding.
4557         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
4559 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4561         * textmodes/ispell.el (ispell-with-no-warnings):
4562         Define as a macro.
4563         (ispell-kill-ispell, ispell-change-dictionary):
4564         Use `called-interactively-p' for Emacs instead of obsolete
4565         `interactive-p'.
4567 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
4570         (macro-declaration-function): Move var from C code.
4571         (macro-declaration-function): Define function with defalias.
4572         * emacs-lisp/macroexp.el (macroexpand-all-1):
4573         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
4574         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
4575         defun/defmacro any more.
4576         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
4577         Provide fallback for unknown arglist.
4578         (byte-compile-arglist-warn): Change calling convention.
4579         (byte-compile-output-file-form): Move print-vars binding.
4580         (byte-compile-output-docform): Simplify accordingly.
4581         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
4582         (byte-compile-defmacro-declaration): Remove.
4583         (byte-compile-file-form-defmumble): Generalize to defalias.
4584         (byte-compile-output-as-comment): Return byte-positions.
4585         Simplify callers accordingly.
4586         (byte-compile-lambda): Use `assert'.
4587         (byte-compile-defun, byte-compile-defmacro): Remove.
4588         (byte-compile-file-form-defalias):
4589         Use byte-compile-file-form-defmumble.
4590         (byte-compile-defalias-warn): Remove.
4592 2012-05-29  Stefan Merten  <smerten@oekonux.de>
4594         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
4595         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
4597         (rst-mode-abbrev-table): Merge definition.
4598         (rst-mode): Make sure `font-lock-defaults' is buffer local.
4599         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
4601 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
4603         * calendar/icalendar.el
4604         (icalendar-export-region): Export UID properly.
4606 2012-05-29  Leo Liu  <sdl.web@gmail.com>
4607         * calendar/icalendar.el (icalendar-import-format):
4608         Add `icalendar-import-format-uid' (Bug#11525).
4609         (icalendar-import-format-uid): New.
4610         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
4611         Export UID.
4613 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
4616         different alternative patterns.
4617         (pcase-codegen): Be more careful to preserve identity.
4618         (pcase--u1): Don't forget to mark vars as used.
4620         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
4621         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
4622         (byte-compile-from-buffer): ...rather than here.
4624         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
4625         functions from byte-compile-function-environment.
4627 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
4629         * window.el (window-deletable-p): Avoid deleting the root window
4630         of a frame with an active minibuffer.
4632 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
4634         * simple.el (choose-completion): Use quit-window (Bug#11567).
4636 2012-05-29  Chong Yidong  <cyd@gnu.org>
4638         * whitespace.el (whitespace-cleanup): Fix usage of
4639         whitespace-empty-at-bob-regexp (Bug#11492).
4641 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4643         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
4644         revert (Bug#11488).
4646 2012-05-29  Juri Linkov  <juri@jurta.org>
4648         * isearch.el (isearch-mode-map): Bind `M-s _' to
4649         `isearch-toggle-symbol'.  Bind `M-s c' to
4650         `isearch-toggle-case-fold'.
4651         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
4652         (isearch-forward): Add `M-s _' to the docstring.
4653         (isearch-forward-symbol, isearch-toggle-case-fold)
4654         (isearch-symbol-regexp): New functions.  (Bug#11381)
4656 2012-05-29  Juri Linkov  <juri@jurta.org>
4658         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
4659         (isearch-occur, isearch-search-and-update): If `isearch-word' is
4660         a function, call it to get the regexp.
4661         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
4662         property `isearch-message-prefix' instead of the string "word ".
4663         (isearch-search-fun-default): For the case of `isearch-word',
4664         return a lambda that calls re-search-forward/re-search-backward
4665         with a regexp returned by `word-search-regexp' or by the function
4666         in `isearch-word'.
4668 2012-05-29  Juri Linkov  <juri@jurta.org>
4670         * isearch.el (isearch-search-fun-default): New function.
4671         (isearch-search-fun): Move default part to the new function
4672         `isearch-search-fun-default'.
4673         (isearch-search-fun-function): Set the default value to
4674         `isearch-search-fun-default'.  (Bug#11381)
4676         * comint.el (comint-history-isearch-end):
4677         Use `isearch-search-fun-default'.
4678         (comint-history-isearch-search): Use `isearch-search-fun-default'
4679         and remove spacial case for `isearch-word'.
4680         (comint-history-isearch-wrap): Remove spacial case for
4681         `isearch-word'.
4683         * hexl.el (hexl-isearch-search-function):
4684         Use `isearch-search-fun-default'.
4686         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
4687         Use `word-search-regexp' for `isearch-word'.
4689         * misearch.el (multi-isearch-search-fun):
4690         Use `isearch-search-fun-default'.
4692         * simple.el (minibuffer-history-isearch-search):
4693         Use `isearch-search-fun-default' and remove spacial case for
4694         `isearch-word'.
4695         (minibuffer-history-isearch-wrap): Remove spacial case for
4696         `isearch-word'.
4698         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
4699         Remove spacial case for `isearch-word'.
4700         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
4702 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4704         Decrease XEmacs incompatibilities.
4705         * textmodes/flyspell.el (flyspell-check-pre-word-p):
4706         Use `string-match'.
4707         (flyspell-delete-region-overlays): Use alternative definition for
4708         XEmacs.
4709         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
4710         (flyspell-word): Use `process-kill-without-query' if XEmacs.
4711         (flyspell-mode-on): Use `interactive-p' if XEmacs.
4712         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
4713         `define-obsolete-face-alias' under XEmacs, but old method.
4715         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
4716         `with-no-warnings' definition or Emacs alias.
4717         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
4718         (ispell-word): Do not use `region-p' if XEmacs.
4720 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4722         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4723         Check for `ispell-dictionary-base-alist' instead of full
4724         `ispell-dictionary-alist'.
4725         (ispell-init-process): Show spellchecker when starting new Ispell
4726         process.
4728 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
4731         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
4733 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
4735         * version.el (motif-version-string, gtk-version-string)
4736         (ns-version-string): Declare.
4738 2012-05-27  Juri Linkov  <juri@jurta.org>
4740         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
4741         after the `eval-defun-1' specialcaseing
4742         like in `edebug-eval-defun' (bug#10181).
4744         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
4745         like in `eval-defun-1'.
4747 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
4749         * mail/sendmail.el (mail-yank-region):
4750         Recognize rmail-yank-current-message in addition to insert-buffer.
4751         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
4752         a *mail* buffer created through rmail-start-mail with sendmail as
4753         mail-user-agent.
4755 2012-05-27  Chong Yidong  <cyd@gnu.org>
4757         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
4758         Default to 256 (Bug#11267).
4760         * help.el (describe-mode): Doc fix.
4762 2012-05-26  Glenn Morris  <rgm@gnu.org>
4764         * w32-fns.el (w32-init-info): Remove.
4765         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
4767         * info.el (info-initialize): For self-contained NS builds, put the
4768         included info/ directory at the front.  (Bug#2791)
4770         * paths.el (Info-default-directory-list): Make it a defcustom,
4771         mainly so that we can use custom-initialize-delay.
4773 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4775         * subr.el (buffer-has-markers-at): Mark obsolete.
4777         * subr.el (lambda): Use declare.
4779         * emacs-lisp/lisp-mode.el (lambda):
4780         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
4782 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4784         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
4786 2012-05-26  Glenn Morris  <rgm@gnu.org>
4788         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
4790 2012-05-25  Glenn Morris  <rgm@gnu.org>
4792         * paths.el: Remove no-byte-compile.
4793         * loadup.el: No need to load paths.el uncompiled.
4795         * image.el (imagemagick-types-inhibit): Doc fix.
4797         * version.el: Remove no-byte-compile and associated formatting.
4798         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
4799         is ancient code from when there was an "inc-vers.el".
4801 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4803         * progmodes/gdb-mi.el: Minor style changes.
4804         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
4805         Turn into minor modes.
4806         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
4807         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
4808         (gdb-shell): Remove unneeded let-binding.
4809         (gdb-get-many-fields): Eliminate O(n²) behavior.
4811 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
4813         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
4814         platforms that don't link in fontset.c.
4816 2012-05-25  Juri Linkov  <juri@jurta.org>
4818         Use the same diff color scheme as in modern VCSes (bug#10181).
4820         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
4821         to avoid confusion with `diff-added' that now uses green colors.
4822         (diff-removed): Use shades of red.
4823         (diff-added): Use shades of green.
4824         (diff-changed): Leave just the yellow color.
4825         (diff-use-changed-face): New variable.
4826         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
4827         how to highlight context diff changes.
4828         (diff-refine-change): Use shades of yellow.
4829         (diff-refine-removed): New face that uses shades of red.
4830         (diff-refine-added): New face that uses shades of green.
4831         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
4832         `diff-refine-removed' in the call to `smerge-refine-subst'
4833         depending on the value of `diff-use-changed-face'.
4835         * vc/smerge-mode.el (smerge-mine): Use shades of red.
4836         (smerge-other): Use shades of green.
4837         (smerge-base): Use shades of yellow.
4838         (smerge-refined-change): Empty face.
4839         (smerge-refined-removed): New face that uses shades of red.
4840         (smerge-refined-added): New face that uses shades of green.
4841         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
4842         args `props-r' and `props-a', and use them.  Doc fix.
4843         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
4844         on its value use different faces `smerge-refined-change',
4845         `smerge-refined-removed', `smerge-refined-added' in the call to
4846         `smerge-refine-subst'.
4848         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
4849         Add face condition `min-colors 88' with shades of red.
4850         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
4851         `min-colors 88' with shades of green.
4852         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
4853         `min-colors 88' with shades of yellow.
4855 2012-05-24  Glenn Morris  <rgm@gnu.org>
4857         * paths.el (prune-directory-list, remote-shell-program): Move to...
4858         * files.el (prune-directory-list, remote-shell-program): ...here.
4859         For the latter, delay initialization, prefer ssh, just search PATH.
4861         * paths.el (term-file-prefix): Move to faces.el (the only user).
4862         * faces.el (term-file-prefix): Move here, make it a defcustom.
4864         * paths.el (news-directory, news-path, news-inews-program):
4865         Move to gnus/nnspool.el.
4867         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
4869         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
4870         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
4871         Make the latter a defcustom, with a delayed initialization.
4873         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
4874         These were deleted from Gnus itself late 2010.
4876 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
4878         * progmodes/which-func.el (which-func-ff-hook):
4879         Check against user-error, not error.
4881         * emacs-lisp/edebug.el (top): Do not load or set up loading of
4882         cl-specs.el, which no longer exists.
4884 2012-05-22  Glenn Morris  <rgm@gnu.org>
4886         * info.el (info-emacs-bug): New command.
4887         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
4888         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
4890 2012-05-21  Glenn Morris  <rgm@gnu.org>
4892         * makefile.w32-in (update-subdirs-SH):
4893         * Makefile.in (update-subdirs): Update for moved update-subdirs.
4895 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4897         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
4899         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4900         Simplify Maven regexp, and make sure the file can't start with a space
4901         (bug#11517).
4903 2012-05-21  Glenn Morris  <rgm@gnu.org>
4905         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4906         Scrap superfluous subshells.
4908 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
4911         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
4913 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
4915         * calc/calc.el (calc-ensure-consistent-units): New variable.
4917         * calc/calc-units.el (math-consistent-units-p)
4918         (math-check-unit-consistency): New functions.
4919         (calc-quick-units, calc-convert-units):
4920         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
4921         is non-nil.
4922         (calc-extract-units): Fix typo.
4924 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
4928         * textmodes/flyspell.el: Commenting style, plus code simplifications.
4929         (flyspell-default-deplacement-commands): Don't spell check after
4930         repeated window/frame switches (e.g. triggered by mouse-movement).
4931         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
4932         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
4933         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
4934         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
4935         Remove unused vars.
4936         (flyspell-get-casechars, flyspell-get-not-casechars):
4937         Simplify; Don't bother removing a ] just to add it back.
4938         * textmodes/ispell.el (ispell-program-name): Use executable-find.
4940 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4942         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
4943         New functions.
4944         (math-function-table): Add support for more C functions.
4946 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4948         * textmodes/flyspell.el (flyspell-check-pre-word-p)
4949         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4950         Protect delay handling for otherchars against empty otherchars.
4952 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
4955         their respective macro declarations.
4956         * skeleton.el (define-skeleton):
4957         * progmodes/compile.el (define-compilation-mode):
4958         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
4959         (define-ibuffer-filter):
4960         * emacs-lisp/generic.el (define-generic-mode):
4961         * emacs-lisp/easy-mmode.el (define-minor-mode)
4962         (define-globalized-minor-mode):
4963         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
4964         * emacs-lisp/byte-run.el (defsubst):
4965         * custom.el (deftheme): Add doc-string metadata.
4967 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4969         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
4971 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4973         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
4975         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
4976         * emacs-lisp/cl-macs.el: Idem.
4977         * emacs-lisp/cl-specs.el: Remove.
4979 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         Minor renaming of internal CL functions and variables.
4982         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
4983         (cl--position): Rename from cl-position.
4984         (cl--delete-duplicates): Rename from cl-delete-duplicates.
4985         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
4986         (cl--random-state): Rename from *random-state*.
4988 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4990         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
4991         parens around the arg list (bug#11499).
4993 2012-05-17  Juri Linkov  <juri@jurta.org>
4995         * isearch.el (word-search-regexp, word-search-backward)
4996         (word-search-forward, word-search-backward-lax)
4997         (word-search-forward-lax): Move functions from search.c
4998         (bug#10145, bug#11381).
5000 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5002         * textmodes/flyspell.el (flyspell-check-pre-word-p)
5003         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5004         Delay for otherchars as for normal word components.
5006 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5008         * minibuffer.el (completion--sifn-requote): Fix last change.
5009         (minibuffer-local-must-match-filename-map):
5010         Move define-obsolete-variable-alias before its var.
5012 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5014         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5016         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5017         behavior.
5018         (completion--string-equal-p): New function.
5019         (completion--twq-all): Use it to get better assertion failure data.
5021         Only handle ".." and '..' quoting in shell-mode (bug#11466).
5022         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5023         (shell--requote-argument): New functions.
5024         (shell-completion-vars): Use them.
5025         (shell--parse-pcomplete-arguments): Rename from
5026         shell-parse-pcomplete-arguments.
5027         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
5028         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5029         Obey comint-file-name-quote-list.
5031         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5032         (smie-indent-keyword): Use it.
5034 2012-05-14  Stefan Merten  <smerten@oekonux.de>
5036         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5038 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * net/rlogin.el (rlogin-mode-map): Fix last change.
5042 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
5044         * mail/smtpmail.el (smtpmail-send-command): Send the command and
5045         the following \r\n using a single `process-send-string', since the
5046         Lotus SMTP server refuses to accept any commands if they are sent
5047         with two `process-send-string's (Bug#11444).
5049 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * shell.el (shell-parse-pcomplete-arguments):
5052         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
5054 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
5056         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
5057         (image-transform-scale, image-transform-right-angle-fudge): New vars.
5058         (image-transform-width, image-transform-fit-width): New functions.
5059         (image-transform-properties): Use them.
5060         (image-transform-check-size): New function.
5061         (image-toggle-display-image): Use it (for testing).
5062         (image-transform-set-rotation): Reduce angle mod 360.
5063         Delete obsolete comment.
5065 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
5067         * image-mode.el: Fix scaling (bug#11399).
5068         (image-transform-resize): Doc fix.
5069         (image-transform-properties): Default scale is 1 and height should
5070         be an integer.
5072 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
5074         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5075         than hard-coding `car', to fix misbehavior when moving forward.
5077 2012-05-13  Chong Yidong  <cyd@gnu.org>
5079         * emacs-lisp/tabulated-list.el (tabulated-list-format)
5080         (tabulated-list-entries, tabulated-list-padding)
5081         (tabulated-list-sort-key): Make permanent-local.
5083         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5084         (electric-buffer-list): Put electric buffer menu
5085         command descriptions in this docstring, instead of the docstring
5086         of electric-buffer-menu-mode.  Code cleanups.
5087         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
5088         Electric-buffer-menu-mode.
5089         (electric-buffer-update-highlight): Minor code cleanup.
5091 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
5093         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5094         (Bug#11447)
5096 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         Move define-obsolete-variable-alias before the var's definition.
5099         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5100         * tooltip.el (tooltip-hook):
5101         * textmodes/reftex-toc.el (reftex-toc-map):
5102         * textmodes/reftex-sel.el (reftex-select-label-map)
5103         (reftex-select-bib-map):
5104         * textmodes/reftex-index.el (reftex-index-map)
5105         (reftex-index-phrases-map):
5106         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5107         * progmodes/meta-mode.el (meta-mode-map):
5108         * novice.el (disabled-command-hook):
5109         * loadhist.el (unload-hook-features-list):
5110         * frame.el (blink-cursor):
5111         * files.el (find-file-not-found-hooks, write-file-hooks)
5112         (write-contents-hooks):
5113         * emulation/tpu-edt.el (GOLD-map):
5114         * emacs-lock.el (emacs-lock-from-exiting):
5115         * emacs-lisp/generic.el (generic-font-lock-defaults):
5116         * emacs-lisp/chart.el (chart-map):
5117         * dos-fns.el (register-name-alist):
5118         * dired-x.el (dired-omit-files-p):
5119         * desktop.el (desktop-enable):
5120         * cus-edit.el (custom-mode-hook):
5121         * buff-menu.el (buffer-menu-mode-hook):
5122         * bookmark.el (bookmark-read-annotation-text-func)
5123         (bookmark-exit-hooks):
5124         * allout.el (allout-mode-deactivate-hook)
5125         (allout-exposure-change-hook, allout-structure-added-hook)
5126         (allout-structure-deleted-hook, allout-structure-shifted-hook):
5127         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5128         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5129         comes before the corresponding variable's definition.
5131 2012-05-12  Chong Yidong  <cyd@gnu.org>
5133         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
5134         (Buffer-menu-mouse-select): Restore function (Bug#11459).
5135         (Buffer-menu-mode-map): Bind it.
5136         (Buffer-menu--pretty-name): Add a mouse-face property.
5138 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5140         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
5141         (prolog-upper-case-string, prolog-lower-case-string)
5142         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5143         (prolog-use-smie, prolog-smie-grammar): New vars.
5144         (prolog-smie-forward-token, prolog-smie-backward-token)
5145         (prolog-smie-rules): New funs.
5146         (prolog-comment-indent): Remove.
5147         (prolog-mode-variables): Use default comment indentation instead.
5148         Setup SMIE.
5149         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5150         (prolog-mode): Don't call them any more.
5151         (prolog-electric-colon, prolog-electric-dash)
5152         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5154         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5156         * minibuffer.el (completion--twq-all): Again, allow case differences.
5158         * term.el: Move keymap initialization code to be more idiomatic.
5159         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5160         (term-terminal-menu): Move initialization into declaration.
5161         (term-escape-char): Let the user set it in her .emacs.
5163         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5164         Provide SMIE-based indentation (not enabled by default yet).
5165         (sh-mode-map): Don't bind electric keys.
5166         Use electric-pair-mode instead of skeleton-pair.
5167         (sh-assignment-regexp): Fit within 80 columns.
5168         (sh-indent-supported): Specify actual shell name instead of boolean.
5169         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5170         (sh-maybe-here-document): Use it.  Make obsolete.
5171         (sh-electric-here-document-mode) New minor mode.
5172         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
5173         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5174         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5175         (sh-smie-rc-grammar, sh-use-smie): New vars.
5176         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5177         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5178         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5179         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5180         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5181         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5182         (sh-set-shell): Use smie-setup if requested.
5184         * term.el (term-set-escape-char): Properly set term-escape-char.
5185         See http://stackoverflow.com/questions/10524656.
5187 2012-05-10  Chong Yidong  <cyd@gnu.org>
5189         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5190         Use url-generic-parse-url, and handle host names and Windows
5191         filenames properly.
5192         (ffap-url-unwrap-remote): Use url-generic-parse-url.
5193         (ffap-url-unwrap-remote): Accept list values, specifying a list of
5194         URL schemes to work on.
5195         (ffap--toggle-read-only): New function.
5196         (ffap-read-only, ffap-read-only-other-window)
5197         (ffap-read-only-other-frame): Use it.
5198         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5199         necessary for ffap-url-unwrap-remote.
5201 2012-05-10  Dave Abrahams  <dave@boostpro.com>
5203         * cus-start.el (create-lockfiles): Add it.
5205 2012-05-09  Chong Yidong  <cyd@gnu.org>
5207         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5208         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5210 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5212         * shell.el (shell-completion-vars): Fix last change (bug#11348).
5214 2012-05-09  Chong Yidong  <cyd@gnu.org>
5216         * ansi-color.el (ansi-color-process-output): Check for validity of
5217         comint-last-output-start before using it.  This avoids a bad
5218         interaction with gdb-mi's input/output buffer.
5220 2012-05-09  Glenn Morris  <rgm@gnu.org>
5222         * files.el (dir-locals-read-from-file):
5223         Mention dir-locals in any error message.
5225 2012-05-09  Chong Yidong  <cyd@gnu.org>
5227         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5228         package (Bug#11410).
5230         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5231         variables into description.
5233 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5235         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5236         shell-delimiter-argument-list (bug#11348).
5237         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5239 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
5241         * textmodes/rst.el: Silence byte-compiler warnings.
5242         (rst-re-alist, rst-reset-section-caches): Move around.
5243         (rst-re): Use `characterp', not `char-valid-p'.
5244         (font-lock-beg, font-lock-end): Declare.
5246         * progmodes/idlw-shell.el (specs): Remove reference to deleted
5247         variable `idlwave-shell-activate-alt-keybindings' and simplify.
5249         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5251 2012-05-08  Glenn Morris  <rgm@gnu.org>
5253         * files.el (auto-mode-alist): Treat ".make" like ".mk".
5255 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5257         * vc/log-edit.el: Add GNU coding standards highlighting.
5258         (log-edit-font-lock-gnu-style)
5259         (log-edit-font-lock-gnu-keywords): New vars.
5260         (log-edit-font-lock-keywords): New fun.
5261         (log-edit-mode): Don't fold case in font-lock.
5262         (log-edit-font-lock-keywords): Do not assume case-folding.
5264         * imenu.el: Misc cleanup.  Make docstrings out of comments.
5265         Use lexical-binding.
5266         (imenu--index-alist, imenu--last-menubar-index-alist)
5267         (imenu-menubar-modified-tick): Use defvar-local.
5268         (imenu--split-menu): Remove unused var.
5269         (imenu--cleanup-seen): Declare as global.
5270         (imenu--cleanup): Use dolist.
5272         * subr.el (defvar-local): Add debug spec and doc-string position.
5274 2012-05-08  Glenn Morris  <rgm@gnu.org>
5276         * language/burmese.el, language/cham.el, language/czech.el:
5277         * language/english.el, language/georgian.el, language/greek.el:
5278         * language/japanese.el, language/khmer.el, language/korean.el:
5279         * language/lao.el, language/misc-lang.el, language/romanian.el:
5280         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5281         * language/thai.el, language/utf-8-lang.el:
5282         Remove no-byte-compile setting.
5284         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
5286 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5288         * progmodes/make-mode.el (makefile-browse):
5289         Remove unnecessary interactive.  (Bug#11324)
5291 2012-05-07  Glenn Morris  <rgm@gnu.org>
5293         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5295         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5297 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5299         * loadup.el: Preload newcomment.el.
5300         * newcomment.el: Move autoload-only code to toplevel.
5302         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5303         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5304         Handle new :right-align column property.
5305         (tabulated-list-print-col): Idem, plus use `display' text-property to
5306         try and preserve alignment for variable pitch fonts.
5308 2012-05-07  Chong Yidong  <cyd@gnu.org>
5310         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5311         (tabulated-list-use-header-line): New var.
5312         (tabulated-list-init-header): Use it.
5313         (tabulated-list-print-fake-header): New function.
5314         (tabulated-list-print): Use it.
5315         (tabulated-list-sort-button-map): Add non-header-line commands.
5316         (tabulated-list-init-header): Add column name property to basic
5317         labels as well.
5318         (tabulated-list-col-sort): Handle non-header-line button case.
5319         (tabulated-list--sort-by-column-name): Fix a corner case.
5321         * buff-menu.el (list-buffers--refresh):
5322         Handle Buffer-menu-use-header-line.
5324 2012-05-06  Chong Yidong  <cyd@gnu.org>
5326         * buff-menu.el: Convert to Tabulated List mode.
5327         (Buffer-menu-buffer+size-width): Make obsolete.
5328         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5329         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5330         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
5331         documentation into docstring of buffer-menu.
5332         (Buffer-menu-toggle-files-only): Add an informative message.
5333         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5334         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5335         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5336         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5337         (Buffer-menu-execute, Buffer-menu-select)
5338         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5339         (Buffer-menu-bury): Use Tabulated List machinery.
5340         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5341         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
5342         Delete.
5343         (list-buffers--refresh): New function.
5344         (list-buffers-noselect): Use it.
5345         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5346         (Buffer-menu--pretty-file-name): New helper functions.
5348         * loadup.el: Preload tabulated-list.
5350         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5351         tabulated-list-sort-column.
5352         (tabulated-list-init-header): Add the initial aligning space even
5353         if tabulated-list-padding is zero.
5355 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
5357         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5358         whose cdr is not a cons cell correctly (bug#11038).
5360 2012-05-06  Chong Yidong  <cyd@gnu.org>
5362         * emacs-lisp/tabulated-list.el (tabulated-list-format):
5363         Accept additional plist in column descriptors.
5364         (tabulated-list-init-header): Obey it.
5365         (tabulated-list-get-entry): New function.
5366         (tabulated-list-put-tag): Use it.  Use string-width instead of
5367         length.
5368         (tabulated-list--column-number): New function.
5369         (tabulated-list-print): Use it.
5370         (tabulated-list-print-col): New function.
5371         Set `tabulated-list-column-name' property on each column's text.
5372         (tabulated-list-print-entry): Use it.
5373         (tabulated-list-delete-entry, tabulated-list-set-col):
5374         New functions.
5375         (tabulated-list-sort-column): New command (Bug#11337).
5377         * buff-menu.el (list-buffers): Move C-x C-b binding from
5378         buff-menu.el to bindings.el.
5380         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5381         :advertised-binding feature.
5383 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
5385         * progmodes/compile.el (compilation-internal-error-properties):
5386         Calculate start position correctly when end-col is set but
5387         end-line is not (Bug#11382).
5389 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
5391         * man.el (Man-unindent): Use text-property-default-nonsticky to
5392         prevent untabify from inheriting face properties (Bug#11408).
5394 2012-05-05  Stefan Merten  <smerten@oekonux.de>
5396         * textmodes/rst.el: Major merge with upstream development up to
5397         Docutils SVN r7399 / rst.el V1.2.1.
5399         Clarify maintainership and authors.
5401         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5402         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5403         (rst-official-version, rst-official-cvs-rev, rst-version)
5404         (rst-package-emacs-version-alist): New functions and variables
5405         for version information.
5407         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5408         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5409         (rst-mode-syntax-table, rst-mode): New and corrected functions
5410         and variables representing reStructuredText features.
5412         (rst-re): New function for reStructuredText regexes.  Use in
5413         many places.
5415         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5416         (rst-mode-map): Rebind keys.
5418         (rst-mode-lazy, rst-font-lock-keywords)
5419         (rst-font-lock-extend-region)
5420         (rst-font-lock-extend-region-internal)
5421         (rst-font-lock-extend-region-extend)
5422         (rst-font-lock-find-unindented-line-limit)
5423         (rst-font-lock-find-unindented-line-match)
5424         (rst-adornment-level, rst-font-lock-adornment-level)
5425         (rst-font-lock-adornment-match)
5426         (rst-font-lock-handle-adornment-pre-match-form)
5427         (rst-font-lock-handle-adornment-matcher): Major revision of
5428         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
5430         (rst-preferred-adornments, rst-adjust-hook)
5431         (rst-new-adornment-down, rst-preferred-bullets)
5432         (rst-preferred-bullets, rst-indent, rst-indent-width)
5433         (rst-indent-field, rst-indent-literal-normal)
5434         (rst-indent-literal-minimized, rst-indent-comment): Change,
5435         extend and improve customization.
5437         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5438         (rst-normalize-cursor-position, rst-get-decoration)
5439         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5440         (rst-rstrip, rst-toc-insert-find-delete-contents)
5441         (rst-shift-fill-region, rst-compute-bullet-tabs)
5442         (rst-debug-print-tabs, rst-debug-mark-found)
5443         (rst-shift-region-guts, rst-shift-region-right)
5444         (rst-shift-region-left, rst-use-char-classes)
5445         (rst-font-lock-keywords-function)
5446         (rst-font-lock-indentation-point)
5447         (rst-font-lock-find-unindented-line-begin)
5448         (rst-font-lock-find-unindented-line-end)
5449         (rst-font-lock-find-unindented-line)
5450         (rst-font-lock-adornment-point, rst-font-lock-level)
5451         (rst-adornment-level-alist): Remove functions and variables.
5453         (rst-compare-adornments, rst-get-adornment-match)
5454         (rst-suggest-new-adornment, rst-get-adornments-around)
5455         (rst-adornment-complete-p, rst-get-next-adornment)
5456         (rst-adjust-adornment, rst-display-adornments-hierarchy)
5457         (rst-straighten-adornments): Standardize function names to
5458         use "adornment" instead of "decoration".  Correct callers.
5459         Similar standardizing in many places.
5461         (rst-update-section, rst-adjust, rst-promote-region)
5462         (rst-enumerate-region, rst-bullet-list-region)
5463         (rst-repeat-last-character): Correct use of `interactive'.
5465         (rst-classify-adornment, rst-find-all-adornments)
5466         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5467         (rst-find-leftmost-column, rst-repeat-last-character):
5468         Refactor functions.
5470         (rst-find-title-line, rst-reset-section-caches)
5471         (rst-get-adornments-around, rst-adjust-adornment-work)
5472         (rst-arabic-to-roman, rst-roman-to-arabic)
5473         (rst-insert-list-pos, rst-insert-list-new-item)
5474         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5475         New functions.
5477         (rst-all-sections, rst-section-hierarchy)
5478         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5479         New variables.
5481         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5482         configuration instead of only buffer.  Change where necessary.
5484         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5485         (rst-shift-region, rst-adaptive-fill): New functions for
5486         indentation and filling.
5488         (rst-comment-line-break, rst-comment-indent)
5489         (rst-comment-insert-comment, rst-comment-region)
5490         (rst-uncomment-region): New functions for handling comments.
5492         (rst-compile): Quote shell arguments.
5494         (rst-compile-pdf-preview, rst-compile-slides-preview):
5495         Delete temporary files after use.
5497 2012-05-05  Glenn Morris  <rgm@gnu.org>
5499         * calendar/cal-html.el: Optionally include holidays in the output.
5500         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5501         (cal-html-holidays): New option.
5502         (cal-html-css-default): Add holiday entry.
5503         (holiday-in-range): Autoload it.
5504         (cal-html-htmlify-entry): Add optional class argument.
5505         (cal-html-htmlify-list): Add optional holidays argument.
5506         (cal-html-insert-agenda-days): Include holidays in the output.
5507         (cal-html-one-month): Maybe include holidays.
5509         * calendar/holidays.el (holiday-in-range):
5510         Move here from cal-tex-list-holidays.
5511         * calendar/cal-tex.el (cal-tex-list-holidays):
5512         Make it an obsolete alias for holiday-in-range.  Update all callers.
5514 2012-05-05  Chong Yidong  <cyd@gnu.org>
5516         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5517         Nextstep.
5519 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
5521         * files.el (file-auto-mode-skip): New var.
5522         (set-auto-mode-1): Use it.
5524 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5526         * repeat.el: Use lexical-binding.
5527         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5528         (repeat-undo-count): Remove.
5529         (repeat):
5530         * progmodes/octave-mod.el (octave-abbrev-start):
5531         * progmodes/f90.el (f90-abbrev-start):
5532         * face-remap.el (text-scale-adjust):
5533         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5535         * emacs-lisp/pcase.el (pcase--let*): New function.
5536         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5537         a bit more.
5538         (pcase--split-pred): Be more clever about ruling out overlap between
5539         a predicate and some constant pattern.
5540         (pcase--q1): Use `null' instead of (eq foo nil).
5542         * subr.el (setq-local, defvar-local): New macros.
5543         (kbd): Redefine as an alias.
5544         (with-selected-window): Leave unrelated frames alone.
5545         (set-temporary-overlay-map): New function.
5547 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * subr.el (user-error): New function.
5550         * window.el (switch-to-buffer):
5551         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
5552         (smerge-match-conflict):
5553         * simple.el (previous-matching-history-element)
5554         (next-matching-history-element, goto-history-element, undo-more)
5555         (undo-start):
5556         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
5557         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
5558         (next-file, tags-loop-scan, list-tags, complete-tag):
5559         * progmodes/compile.el (compilation-loop):
5560         * mouse.el (mouse-minibuffer-check):
5561         * man.el (Man-bgproc-sentinel, Man-goto-page):
5562         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
5563         (Info-history-forward, Info-follow-reference, Info-menu)
5564         (Info-extract-menu-item, Info-extract-menu-counting)
5565         (Info-forward-node, Info-backward-node, Info-next-menu-item)
5566         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
5567         (Info-next-reference, Info-prev-reference, Info-index)
5568         (Info-index-next, Info-follow-nearest-node)
5569         (Info-copy-current-node-name):
5570         * imenu.el (imenu--make-index-alist)
5571         (imenu-default-create-index-function, imenu-add-to-menubar):
5572         * files.el (basic-save-buffer, recover-file):
5573         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5574         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5575         (checkdoc-message-text, checkdoc-defun):
5576         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
5577         * cus-edit.el (customize-changed-options, customize-rogue)
5578         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
5579         (custom-variable-mark-to-reset-standard)
5580         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
5581         (custom-file):
5582         * completion.el (check-completion-length):
5583         * comint.el (comint-search-arg)
5584         (comint-previous-matching-input-string-position)
5585         (comint-previous-matching-input)
5586         (comint-replace-by-expanded-history-before-point, comint-send-input)
5587         (comint-copy-old-input, comint-backward-matching-input)
5588         (comint-goto-process-mark, comint-set-process-mark):
5589         * calendar/calendar.el (calendar-cursor-to-date): Use it.
5590         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
5592 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * dabbrev.el (dabbrev--ignore-case-p): New function.
5595         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5596         Use it.
5598         * files.el (automount-dir-prefix): Mark as obsolete.
5600 2012-05-04  Glenn Morris  <rgm@gnu.org>
5602         * patcomp.el, play/bruce.el: Move to obsolete/.
5604 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
5606         Fix minor Y10k bugs.
5607         * arc-mode.el (archive-unixdate):
5608         * autoinsert.el (auto-insert-alist):
5609         * calc/calc-forms.el (math-this-year):
5610         * emacs-lisp/copyright.el (copyright-current-year)
5611         (copyright-update-year, copyright):
5612         * tar-mode.el (tar-clip-time-string):
5613         * time.el (display-time-update):
5614         Don't assume years have 4 digits.
5616 2012-05-04  Chong Yidong  <cyd@gnu.org>
5618         * dos-w32.el (file-name-buffer-file-type-alist)
5619         (direct-print-region-use-command-dot-com):
5620         * ffap.el (ffap-menu-regexp):
5621         * find-file.el (ff-special-constructs):
5622         * follow.el (follow-debug):
5623         * forms.el (forms--debug):
5624         * iswitchb.el (iswitchb-all-frames):
5625         * ido.el (ido-all-frames):
5626         * emacs-lisp/timer.el (timer-max-repeats):
5627         * mail/feedmail.el (feedmail-mail-send-hook)
5628         (feedmail-mail-send-hook-queued):
5629         * mail/footnote.el (footnote-signature-separator):
5630         * mail/mailabbrev.el (mail-alias-separator-string)
5631         (mail-abbrev-mode-regexp):
5632         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
5633         * progmodes/idlwave.el (idlwave-libinfo-file)
5634         (idlwave-default-completion-case-is-down)
5635         (idlwave-library-routines): Convert defvars to defcustoms.
5637         * mail/rmail.el (rmail-decode-mime-charset):
5638         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
5639         (idlwave-shell-fix-inserted-breaks)
5640         (idlwave-shell-activate-alt-keybindings)
5641         (idlwave-shell-use-breakpoint-glyph):
5642         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
5644 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
5648 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
5650         * progmodes/verilog-mode.el (font-lock-keywords):
5651         Fix mis-highligting auto.  Reported by Craig Barner.
5652         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
5653         defines from global name space.  Reported by Dan Dever.
5654         (verilog-auto-reset, verilog-auto-reset-widths)
5655         (verilog-auto-tieoff): Support using unbased numbers for
5656         AUTORESET and AUTOTIEOFF.
5657         (verilog-submit-bug-report): Update variable list.
5658         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
5659         parenthesis from not matching.  Reported by Michael Rytting.
5660         (verilog-auto-template-lint): Fix hash error when linting modules
5661         with no used templates.
5662         (verilog-warn, verilog-warn-error)
5663         (verilog-warn-fatal): When non-interactive report multiple
5664         warnings before exiting.  Suggested by Brad Dobbie.
5665         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
5666         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5667         to report unused template errors.  Reported by Brad Dobbie.
5668         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
5669         nets, bug438.  Reported by Vns Blore.
5670         (verilog-auto-inout-module, verilog-auto-reg)
5671         (verilog-read-decls, verilog-read-sub-decls-sig)
5672         (verilog-signals-edit-wire-reg, verilog-signals-with):
5673         Fix passing of Verilog data types in ANSI input/output ports
5674         such as "output logic" into the AUTOs.  Special case "wire" and
5675         "reg" for backwards compatibility presuming Verilog 2001.
5676         (verilog-auto-ascii-enum): Add "auto enum" as alias.
5677         (verilog-preprocess): Fix replication of preprocess output.
5678         Reported by Brad Dobbie.
5679         (verilog-auto-inst-interfaced-ports):
5680         Create verilog-auto-inst-interfaced-ports, bug429.
5681         Reported by Julian Gorfajn.
5682         (verilog-after-save-font-hook)
5683         (verilog-before-save-font-hook): New variable.
5684         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
5685         (verilog-save-font-mods): Wrap disabling fontification, reported
5686         by David Rogoff.
5687         (verilog-do-indent, verilog-pretty-declarations-auto)
5688         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
5689         Reported by Pierre-David Pfister.
5690         (verilog-set-auto-endcomments): Fix endtask auto comments outside
5691         of class declarations, bug292.  Reported by Kevin Heilman.
5692         (verilog-read-decls): Fix 'parameter type' not appearing in
5693         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
5694         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
5695         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
5696         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5697         Reported by David Kravitz.
5699 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
5701         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
5702         assignment with tests in ifs and for loops.
5703         (verilog-extended-complete-re, verilog-complete-reg): Change so
5704         that DPI inport functions don't look like fuction declarations.
5705         (verilog-pretty-expr): Don't line up assignment
5706         operations to the test and increment in if and for loops
5707         (verilog-extended-complete-re, verilog-complete-reg): Change so
5708         that DPI inport functions don't look like fuction declarations.
5710 2012-05-03  Kenichi Handa  <handa@m17n.org>
5712         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
5713         decoding, and show a warning message without signaling an error
5714         (Bug#11282).
5716 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5718         * emacs-lisp/bytecomp.el
5719         (byte-compile-file-form-custom-declare-variable): Compile all elements,
5720         since cconv.el might have introduced :fun-body, internal-make-closure,
5721         and friends for bytecomp to handle (bug#11391).
5722         * custom.el (defcustom): Avoid ((λ ..) ..).
5724 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5726         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
5728 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
5730         * notifications.el (dbus-debug):
5731         * term/linux.el (gpm-mouse-enable):
5732         * term/screen.el (xterm-register-default-colors): Declare.
5734 2012-05-02  Chong Yidong  <cyd@gnu.org>
5736         * cus-start.el (gc-cons-percentage, exec-suffixes)
5737         (dos-display-scancodes, dos-hyper-key, dos-super-key)
5738         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
5739         (make-cursor-line-fully-visible, void-text-area-pointer)
5740         (font-list-limit): Add customization data.
5742         * allout.el (allout-exposure-change-functions)
5743         (allout-structure-added-functions)
5744         (allout-structure-deleted-functions)
5745         (allout-structure-shifted-functions): Rename abnormal hooks from
5746         *-hook, and convert to defcustoms.
5747         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
5748         Convert to defcustoms.
5749         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
5751         * allout-widgets.el: Hook callers changed.
5753 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
5755         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
5756         the yanked message in preference to the default value of
5757         buffer-file-coding-system.
5759 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
5761         * window.el (display-buffer--action-function-custom-type):
5762         Fix entry.
5764 2012-05-02  Alan Mackenzie  <acm@muc.de>
5766         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
5768 2012-05-01  Glenn Morris  <rgm@gnu.org>
5770         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
5772         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
5774         * cus-edit.el (custom-variable-documentation): Simplify with format.
5776 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5777             Stefan Monnier  <monnier@iro.umontreal.ca>
5779         * simple.el (suggest-key-bindings, execute-extended-command):
5780         Move from keyboard.c.
5782 2012-05-01  Chong Yidong  <cyd@gnu.org>
5784         * follow.el: Eliminate advice.
5785         (set-process-filter, process-filter, sit-for): Advice deleted.
5786         (follow-mode-off-hook): Obsolete hook removed.
5787         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
5788         Vars deleted.
5789         (follow-auto): Use a :set function.
5790         (follow-mode): Rewritten.  Don't advise process filters.
5791         (follow-switch-to-current-buffer-all, follow-scroll-up)
5792         (follow-scroll-down): Assume follow-mode is bound.
5793         (follow-comint-scroll-to-bottom)
5794         (follow-align-compilation-windows): New functions.
5795         (follow--window-sorter): New function.
5796         (follow-all-followers): Use it to explicitly sort windows by their
5797         positions; don't make assumptions about next-window order.
5798         (follow-windows-start-end, follow-delete-other-windows-and-split)
5799         (follow-calc-win-start): Doc fix.
5800         (follow-windows-aligned-p, follow-select-if-visible): Don't call
5801         vertical-motion unnecessarily.
5802         (follow-adjust-window): New function.
5803         (follow-post-command-hook): Use it.
5804         (follow-call-set-process-filter, follow-call-process-filter)
5805         (follow-intercept-process-output, follow-tidy-process-filter-alist)
5806         (follow-stop-intercept-process-output, follow-generic-filter):
5807         Functions deleted.
5808         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
5809         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
5810         New functions, replacing advice on scroll-bar-* commands.
5811         (follow-mwheel-scroll): New function (Bug#4112).
5813         * comint.el (comint-adjust-point): New function.
5814         (comint-postoutput-scroll-to-bottom): Use it.
5815         Call follow-comint-scroll-to-bottom for Follow mode buffers.
5817 2012-05-01  Glenn Morris  <rgm@gnu.org>
5819         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
5820         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
5821         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
5822         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
5823         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
5824         Remove no-byte-compile setting.
5826 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5828         * minibuffer.el (completion-table-with-quoting): Fix compatibility
5829         all-completions code to not return a number in the last cdr.
5831 2012-04-30  Leo Liu  <sdl.web@gmail.com>
5833         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
5834         read-only error.
5836 2012-04-29  Chong Yidong  <cyd@gnu.org>
5838         * follow.el (follow-calc-win-end): Rewrite to handle partial
5839         screen lines correctly (Bug#8390).
5840         (follow-avoid-tail-recenter): Minor cleanup.
5842 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5844         Avoid the obsolete `assoc' package.
5845         * speedbar.el (speedbar-refresh): Avoid adelete.
5846         (speedbar-file-lists): Simplify and avoid aput.
5847         * man.el (Man--sections, Man--refpages): New vars, replacing
5848         Man-sections-alist and Man-refpages-alist.
5849         (Man-build-section-alist, Man-build-references-alist):
5850         Use them; avoid aput.
5851         (Man--last-section, Man--last-refpage): New vars.
5852         (Man-follow-manual-reference): Use them.
5853         Use the `default' arg of completing-read.
5854         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
5856 2012-04-27  Chong Yidong  <cyd@gnu.org>
5858         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
5860         * startup.el (x-apply-session-resources): New function.
5862         * term/ns-win.el (ns-initialize-window-system):
5863         * term/w32-win.el (w32-initialize-window-system):
5864         * term/x-win.el (x-initialize-window-system): Use it to properly
5865         set menu-bar-mode and other vars from X resources, even if the
5866         initial frame is not a window-system frame (Bug#2299).
5868         * subr.el (read-key): Avoid running filter function when setting
5869         up temporary tool bar entries (Bug#9922).
5871 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
5873         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
5874         (Bug#11344)
5876 2012-04-27  Chong Yidong  <cyd@gnu.org>
5878         * select.el (xselect--encode-string): New function, split from
5879         xselect-convert-to-string.
5880         (xselect-convert-to-string): Use it.
5881         (xselect-convert-to-filename, xselect-convert-to-os)
5882         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
5883         returned strings are properly encoded (Bug#11315).
5885 2012-04-27  Chong Yidong  <cyd@gnu.org>
5887         * simple.el (delete-active-region): Move to killing custom group.
5889 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
5891         * progmodes/which-func.el (which-func-current): Quote %
5892         characters for mode-line processing.
5894 2012-04-27  Chong Yidong  <cyd@gnu.org>
5896         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
5897         reaching eob (Bug#11286).
5899 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
5901         * progmodes/gdb-mi.el (gdb-control-level): New variable.
5902         (gdb): Make it buffer-local and init to zero.
5903         (gdb-control-commands-regexp): New variable.
5904         (gdb-send): Don't wrap in "-interpreter-exec console" if
5905         gdb-control-level is positive.  Increment gdb-control-level
5906         whenever the command matches gdb-control-commands-regexp, and
5907         decrement it each time the command is "end".  (Bug#11279)
5909 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
5911         * window.el (adjust-window-trailing-edge, enlarge-window)
5912         (shrink-window, window-resize):
5913         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
5914         windows (Bug#11276).
5916 2012-04-27  Chong Yidong  <cyd@gnu.org>
5918         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
5919         fix "missing prefix" warning.  All callers changed.
5921 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * emacs-lisp/assoc.el: Move to obsolete/.
5925 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
5929         * term/ns-win.el (ns-define-service):
5930         * progmodes/pascal.el (pascal-goto-defun):
5931         * progmodes/js.el (js--read-tab):
5932         * progmodes/etags.el (tags-lazy-completion-table):
5933         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
5934         * emacs-lisp/ewoc.el (ewoc--wrap):
5935         * emacs-lisp/assoc.el (aput, adelete, amake):
5936         * doc-view.el (doc-view-convert-current-doc):
5937         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
5939 2012-04-26  Chong Yidong  <cyd@gnu.org>
5941         * image.el (image-type-from-buffer): Only return supported image
5942         type (Bug#9045).
5944         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
5945         value, for symmetry with diff-end-of-hunk.
5946         (diff-split-hunk, diff-find-source-location)
5947         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
5948         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
5949         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
5950         compute the relevant hunk or file properly (Bug#6005).
5951         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
5953 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * vc/vc-mtn.el:
5956         * vc/vc-hg.el:
5957         * vc/vc-git.el:
5958         * vc/vc-dir.el:
5959         * vc/vc-cvs.el:
5960         * vc/vc-bzr.el:
5961         * vc/vc-arch.el:
5962         * vc/vc.el: Replace lexical-let by lexical-binding.
5963         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
5964         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
5965         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
5967 2012-04-26  Chong Yidong  <cyd@gnu.org>
5969         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
5970         (diff-mode-shared-map): Bind it to / and [remap undo].
5972         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
5973         (ediff-window-setup-function): Use it as the default, to set up
5974         windows based on whether the current frame is graphical (Bug#2138).
5975         (ediff-choose-window-setup-function-automatically): Make obsolete.
5977         * vc/ediff-init.el: Always define ediff-pixel-width/height.
5979 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * ffap.el: Remove old code for obsolete package.
5982         (ffap-complete-as-file-p): Remove.
5984         Use completion-table-with-quoting for comint and pcomplete.
5985         * comint.el (comint--unquote&requote-argument)
5986         (comint--unquote-argument, comint--requote-argument): New functions.
5987         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
5988         (comint-quote-filename): Use regexp-opt-charset.
5989         (comint--common-suffix, comint--common-quoted-suffix)
5990         (comint--table-subvert): Remove.
5991         (comint-unquote-function, comint-requote-function): New vars.
5992         (comint--complete-file-name-data): Use them with
5993         completion-table-with-quoting.
5994         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
5995         * pcomplete.el (pcomplete-arg-quote-list)
5996         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
5997         (pcomplete-unquote-argument-function): Default to non-nil.
5998         (pcomplete-unquote-argument): Simplify.
5999         (pcomplete--common-quoted-suffix): Remove.
6000         (pcomplete-requote-argument-function): New var.
6001         (pcomplete--common-suffix): New function.
6002         (pcomplete-completions-at-point): Use completion-table-with-quoting
6003         and completion-table-subvert.
6005         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6006         (minibuffer--double-dollars): Preserve properties.
6007         (completion--sifn-requote): New function.
6008         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6010         * minibuffer.el: Add support for completion of quoted/escaped data.
6011         (completion-table-with-quoting, completion-table-subvert): New funs.
6012         (completion--twq-try, completion--twq-all): New functions.
6013         (completion--nth-completion): New function.
6014         (completion-try-completion, completion-all-completions): Use it.
6016 2012-04-25  Leo Liu  <sdl.web@gmail.com>
6018         * progmodes/python.el (python-pdbtrack-get-source-buffer):
6019         Use compilation-message if available to find real filename.
6021 2012-04-25  Chong Yidong  <cyd@gnu.org>
6023         * vc/diff-mode.el (diff-setup-whitespace): New function.
6024         (diff-mode): Use it.
6026         * vc/diff.el (diff-sentinel):
6027         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6028         Whitespace mode variables based on diff style (Bug#8612).
6030 2012-04-25  Leo Liu  <sdl.web@gmail.com>
6032         * progmodes/python.el (python-send-region): Add suffix .py to the
6033         temp file.
6035         * files.el (auto-mode-alist): Use javascript-mode instead.
6037 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
6039         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
6041         * net/soap-client.el (soap-resolve-references-for-sequence-type)
6042         (soap-resolve-references-for-array-type): Hack to prevent self
6043         references, see Bug#9.
6044         (soap-parse-envelope): Report the contents of the 'detail' node
6045         when receiving a fault reply.
6046         (soap-parse-envelope): Report the contents of the entire 'detail' node.
6048         * net/soap-inspect.el (soap-sample-value-for-simple-type)
6049         (soap-inspect-simple-type): New function.
6051         * net/soap-client.el (soap-simple-type): New struct.
6052         (soap-default-xsd-types, soap-default-soapenc-types)
6053         (soap-decode-basic-type, soap-encode-basic-type):
6054         support unsignedInt and double basic types.
6055         (soap-resolve-references-for-simple-type)
6056         (soap-parse-simple-type, soap-encode-simple-type): New function.
6057         (soap-parse-schema): Parse xsd:simpleType declarations.
6059         * net/soap-client.el (soap-default-xsd-types)
6060         (soap-default-soapenc-types): Add integer, byte and anyURI types.
6061         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6062         the local name of "soapenc:Array".
6063         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
6064         decoding integer, byte and anyURI xsd types.
6066 2012-04-25  Chong Yidong  <cyd@gnu.org>
6068         * cus-edit.el (custom-buffer-create-internal): Update header text.
6070 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
6072         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6073         settings on 'system-type', not on 'window-system'.  On MS-Windows,
6074         set interactive-mode on in GDB.
6076 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6078         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6079         (ruby-syntax-propertize-regexp): Remove.
6080         (ruby-syntax-propertize-function): Split regexp into chunks.
6081         Match following code directly.
6083 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
6085         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6086         (ruby-syntax-propertize-regexp): New function.
6087         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6088         by a special keyword.
6090         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6091         (ruby-syntax-general-delimiters-goto-beg)
6092         (ruby-syntax-propertize-general-delimiters): New functions.
6093         (ruby-syntax-propertize-function): Use them to handle GDL.
6094         (ruby-font-lock-keywords): Move old handling of GDL...
6095         (ruby-font-lock-syntactic-keywords): .. to here.
6096         (ruby-calculate-indent): Adjust indentation for GDL.
6098 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
6100         * notifications.el (top): Remove unneeded declarations.
6101         (notifications-specification-version): Change to "1.2".
6102         (notifications-interface, notifications-notify-method)
6103         (notifications-close-notification-method): Fix docstring.
6104         (notifications-get-capabilities-method): New defconst.
6105         (notifications-notify): Add :action-items, :resident and
6106         :transient hints.  Change "image_data" to "image-data" and
6107         "image_path" to "image-path".
6108         (notifications-get-capabilities): New defun.
6110 2012-04-24  Leo Liu  <sdl.web@gmail.com>
6112         * progmodes/python.el: Move hideshow setup to the end.
6114 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
6116         * window.el (handle-select-window): Clear echo area since this is
6117         no more done by read_char (Bug#11304).
6119 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6122         and `/ M' to filter-derived-mode.
6123         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6124         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6125         (ibuffer-mark-by-mode): Use default rather than initial-input.
6126         (ibuffer-filter-by-derived-mode): Autoload and require-match.
6128 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
6130         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6131         (ibuffer-filter-by-derived-mode): New filter.
6132         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6134 2012-04-23  Andreas Politz  <politza@fh-trier.de>
6136         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6138 2012-04-23  Chong Yidong  <cyd@gnu.org>
6140         * cus-edit.el (customize-apropos, customize-apropos-options):
6141         Disable matching of non-option variables (Bug#11176).
6142         (customize-option, customize-option-other-window)
6143         (customize-changed-options): Doc fix.
6144         (customize-apropos-options, customize-apropos-faces)
6145         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6147         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
6148         Fix word list splitting (Bug#11132).
6149         (apropos-symbol, apropos-keybinding, apropos-label)
6150         (apropos-property, apropos-function-button)
6151         (apropos-variable-button, apropos-misc-button): New faces.
6152         (apropos-symbol-face, apropos-keybinding-face)
6153         (apropos-label-face, apropos-property-face, apropos-match-face):
6154         Variables removed (Bug#8396).
6155         (apropos-library-button, apropos-format-plist, apropos-print)
6156         (apropos-print-doc, apropos-describe-plist): Callers changed.
6158 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
6160         * net/xesam.el (xesam-mode-map): Use let-bound map in
6161         initialization.  (Bug#11292)
6163 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6165         Preserve ispell session localwords when switching back to
6166         original buffer.
6168         * textmodes/ispell.el (ispell-buffer-session-localwords):
6169         New buffer-local variable to hold buffer session localwords.
6170         (ispell-kill-ispell): Add option 'clear to delete session
6171         localwords.
6172         (ispell-command-loop, ispell-change-dictionary)
6173         (ispell-buffer-local-words): Preserve session localwords when
6174         needed.
6176         * textmodes/flyspell.el (flyspell-process-localwords)
6177         (flyspell-do-correct): Preserve session localwords when needed.
6179 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6181         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6182         using obsolete `translation-table-for-input'.
6183         (ispell-word, ispell-process-line, ispell-complete-word):
6184         Use plain `insert' instead of removed `ispell-insert-word'.
6186 2012-04-22  Chong Yidong  <cyd@gnu.org>
6188         * cus-edit.el (custom-variable-menu)
6189         (custom-variable-reset-saved, custom-face-menu)
6190         (custom-face-reset-saved): If there is no saved value, make the
6191         "reset-saved" operation bring back the default (Bug#9509).
6192         (custom-face-state): Properly detect themed faces.
6194         * faces.el (face-spec-set): Stop supporting deprecated form of
6195         third arg.
6197 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
6199         Move functions from C to Lisp.  Make non-blocking method calls
6200         the default.  Implement further D-Bus standard interfaces.
6202         * net/dbus.el (dbus-message-internal): Declare function.
6203         Remove unneeded function declarations.
6204         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6205         (dbus-message-type-method-return, dbus-message-type-error)
6206         (dbus-message-type-signal): Declare variables.  Remove local
6207         definitions.
6208         (dbus-interface-dbus, dbus-interface-peer)
6209         (dbus-interface-introspectable, dbus-interface-properties)
6210         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6211         Adapt docstring.
6212         (dbus-interface-objectmanager): New defconst.
6213         (dbus-call-method, dbus-call-method-asynchronously)
6214         (dbus-send-signal, dbus-method-return-internal)
6215         (dbus-method-error-internal, dbus-register-service)
6216         (dbus-register-signal, dbus-register-method): New defuns, moved
6217         from dbusbind.c
6218         (dbus-call-method-handler, dbus-setenv)
6219         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6220         New defuns.
6221         (dbus-call-method-non-blocking): Make it an obsolete function.
6222         (dbus-unregister-object, dbus-unregister-service)
6223         (dbus-handle-event, dbus-register-property)
6224         (dbus-property-handler): Obey the new structure of
6225         `bus-registered-objects'.
6226         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
6227         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6228         Use `dbus-call-method'.
6230 2012-04-22  Chong Yidong  <cyd@gnu.org>
6232         * cus-edit.el (custom-commands, custom-reset-menu)
6233         (Custom-reset-standard): Tweak labels.
6234         (custom-reset-button-menu): Change default to t.
6235         (custom-buffer-create-internal): For the custom-reset-button-menu
6236         case, put the revert button first.
6237         (custom-group-subtitle): New face.
6238         (custom-group-value-create): Align docstring to a specific column.
6240         * wid-edit.el (widget-documentation-link-add): Don't handle
6241         indentation in this function.
6242         (widget-documentation-string-indent-to): New function.
6243         (widget-documentation-string-value-create): Use it.
6245         * autorevert.el (auto-revert):
6246         * epg-config.el (epg):
6247         * ibuffer.el (ibuffer):
6248         * mpc.el (mpc):
6249         * ses.el (ses):
6250         * eshell/eshell.el (eshell):
6251         * net/ange-ftp.el (ange-ftp):
6252         * progmodes/ebnf2ps.el (postscript):
6253         * progmodes/flymake.el (flymake):
6254         * progmodes/prolog.el (prolog):
6255         * progmodes/verilog-mode.el (verilog-mode):
6256         * progmodes/which-func.el (which-func):
6257         * term/xterm.el (xterm):
6258         * textmodes/picture.el (picture):
6259         * textmodes/tildify.el (tildify):
6260         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6261         customization buffers.
6263 2012-04-22  Alan Mackenzie  <acm@muc.de>
6265         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6266         Adding a ) can hide the resulting (..) from searches.  Fix it.
6267         Bound the backward search to the position of the existing (.
6269 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
6271         * progmodes/verilog-mode.el (verilog-mode): Check whether
6272         which-func-modes is t before adding verilog-mode.
6273         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6275 2012-04-21  Leo Liu  <sdl.web@gmail.com>
6277         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
6279 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
6281         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6282         filling of the last column of a table (Bug#5635).
6283         (woman-find-next-control-line): New arg, specifying an additional
6284         regexp component for the control line.
6285         (woman2-roff-buffer): Use it.
6286         (woman-break-table): New function.
6287         (woman2-TS): Use it.
6289 2012-04-21  Chong Yidong  <cyd@gnu.org>
6291         * woman.el (woman-set-buffer-display-table, woman-decode-region)
6292         (woman-horizontal-escapes, woman-negative-vertical-space)
6293         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6294         (WoMan-warn-ignored): Use ?\s instead of ?\ .
6296 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         * minibuffer.el (completion-file-name-table): Complete user names.
6300 2012-04-20  Leo Liu  <sdl.web@gmail.com>
6302         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6303         and pcase-let*.
6305 2012-04-20  Chong Yidong  <cyd@gnu.org>
6307         * server.el (server-execute): Respect initial-buffer-choice if it
6308         is a string and there are no files to open (Bug#2825).
6309         (server-create-window-system-frame, server-create-tty-frame):
6310         Don't switch buffers here.
6311         (server-process-filter): Only try to open a window system frame if
6312         compiled with graphical support (Bug#8314).
6314 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
6316         * battery.el (battery-echo-area-format): Display remaining time
6317         for sysfs backend too (Bug#11269).
6318         (battery-linux-sysfs): Fix conditional for the charge.
6320 2012-04-20  Chong Yidong  <cyd@gnu.org>
6322         * progmodes/gdb-mi.el (gdb): Revert previous change.
6323         (gdb-inferior-io--init-proc): New function.
6324         (gdb-init-1): Use it.
6325         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6326         responsible for allocating a new pty and hooking it to gdb when
6327         the old pty gets an EIO due to process exit.
6328         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
6329         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6330         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6332 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
6334         * window.el (window-min-size, window-sizable, window-min-delta)
6335         (window-max-delta, window--resizable, window-resizable)
6336         (window-total-size, window-full-height-p, window-full-width-p)
6337         (window-in-direction, window--resize-mini-window, window-resize)
6338         (window--resize-child-windows-normal)
6339         (window--resize-child-windows, window--resize-siblings)
6340         (window--resize-this-window, adjust-window-trailing-edge)
6341         (enlarge-window, shrink-window): Doc fixes.
6343 2012-04-20  Chong Yidong  <cyd@gnu.org>
6345         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6346         New function to call delete-process on the gdb-inferior buffer's pty.
6347         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6348         pty process (Bug#11273).
6349         (gdb-update): New arg to suppress talking to the gdb process.
6350         (gdb-done-or-error): Use it.
6351         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6352         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6353         sentinel not being called.
6355         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6357         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6359 2012-04-20  Glenn Morris  <rgm@gnu.org>
6361         * net/network-stream.el (open-network-stream): Doc fix.
6363 2012-04-20  Chong Yidong  <cyd@gnu.org>
6365         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6367 2012-04-20  Alan Mackenzie  <acm@muc.de>
6369         Ensure searching for keywords is case sensitive.
6371         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6372         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6373         (c-defun-name, c-mark-function, c-cpp-define-name)
6374         (c-comment-indent, c-scan-conditionals, c-indent-defun)
6375         (c-context-line-break): Bind case-fold-search to nil.
6377         * progmodes/cc-mode.el (c-font-lock-fontify-region):
6378         Bind case-fold-search to nil.
6380 2012-04-20  Chong Yidong  <cyd@gnu.org>
6382         * mail/sendmail.el (mail-bury): Call return action with the right
6383         Rmail buffer (Bug#11242).
6385         * server.el (server-process-filter): Handle corner case where both
6386         tty and nowait options are present (Bug#11102).
6388 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
6390         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6391         (top level): Put into the executable the ident-style '$Id:' tag on
6392         windows-nt as well.
6394 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6396         * electric.el (electric-indent-post-self-insert-function): Check that
6397         electric-indent-mode is enabled in current buffer.
6399 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
6401         * imenu.el (imenu-progress-message): Restore; it is "used" in
6402         erc/erc-imenu.el and net/snmp-mode.el.
6404 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
6406         * avoid.el (mouse-avoidance-mode): Mark unused arg.
6407         (mouse-avoidance-nudge-mouse): Remove unused binding.
6409         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6411         * descr-text.el (describe-char):
6412         * progmodes/python.el (python-describe-symbol):
6413         Don't call `toggle-read-only', set `buffer-read-only'.
6415         * imenu.el (imenu-default-goto-function): Mark unused args.
6416         (imenu-progress-message): Remove obsolete macro; all callers changed.
6418         * subr.el (keymap-canonicalize): Remove unused binding.
6419         (read-passwd): Mark unused arg.
6421         * tutorial.el (tutorial--display-changes): Remove unused binding.
6422         (tutorial--save-tutorial-to): Remove unused variable.
6424         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6425         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6426         (package-generate-autoloads, package-menu--generate)
6427         (package-menu--find-upgrades): Remove unused bindings.
6429         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6430         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
6431         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6432         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6433         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6434         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6435         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6436         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6437         (cua-delete-char-rectangle): Mark unused args.
6438         (cua-align-rectangle): Remove unused binding.
6440         * mail/rmail.el (compilation--message->loc)
6441         (epa--find-coding-system-for-mime-charset): Declare.
6443         * net/dbus.el (dbus-register-service): Declare.
6444         (dbus-name-owner-changed-handler): Remove unused binding.
6446         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6447         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6448         (nxml-scan-backward-within): Mark unused arg.
6449         (nxml-dynamic-markup-word): Remove unused binding.
6451         * mouse.el (mouse-menu-major-mode-map):
6452         * emacs-lisp/authors.el (authors-scan-change-log)
6453         (authors-add-to-author-list):
6454         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6455         * emacs-lisp/smie.el (smie-auto-fill):
6456         * mail/sendmail.el (mail-bury):
6457         * mail/unrmail.el (unrmail):
6458         * net/tls.el (open-tls-stream):
6459         * textmodes/picture.el (picture-mouse-set-point):
6460         Remove unused bindings.
6462 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
6464         * net/tramp.el (tramp-action-password): Let-bind
6465         `enable-recursive-minibuffers' to t.
6467 2012-04-18  Sam Steingold  <sds@gnu.org>
6469         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6470         instead of 'string to accommodate values like [f11].
6471         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6472         * progmodes/gdb-mi.el: Likewise.
6474 2012-04-18  Leo Liu  <sdl.web@gmail.com>
6476         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6477         current buffer.
6478         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6479         LOCAL is nil.
6481 2012-04-18  Chong Yidong  <cyd@gnu.org>
6483         * simple.el (line-move): Use forward-line if in batch mode
6484         (Bug#11053).
6486 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
6488         * files.el (after-find-file): Do not try to add a final newline if
6489         the buffer is read-only (Bug#11156).
6491 2012-04-17  Richard Stallman  <rms@gnu.org>
6493         * mail/rmail.el (rmail-start-mail):
6494         Pass (rmail-mail-return...) for the return-action.
6495         Pass (rmail-yank-current-message...) for the yank-action.
6496         (rmail-yank-current-message): New function.
6497         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6498         (rmail-reply): Likewise.
6499         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6501         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
6502         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
6503         buffer, not newbuf.
6505 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
6507         * server.el (server-ensure-safe-dir): Simplify.
6509 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6511         * emacs-lisp/smie.el: Provide smarter auto-filling.
6512         (smie-auto-fill): New function.
6513         (smie-setup): Use it.
6515         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6517 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
6519         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6520         (comment-indent): Use it.
6522 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6524         * ses.el: The overall change is to add cell renaming, that is
6525         setting fancy names for cell symbols other than name matching
6526         "\\`[A-Z]+[0-9]+\\'" regexp .
6527         (ses-localvars): Add ses--renamed-cell-symb-list.
6528         (ses-create-cell-variable): New defun.
6529         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
6530         (ses-relocate-formula): Relocate formulas only for cells the
6531         symbols of which are not renamed, i.e. symbols whose names do not
6532         match regexp "\\`[A-Z]+[0-9]+\\'".
6533         (ses-relocate-all): Relocate values only for cells the symbols of
6534         which are not renamed.
6535         (ses-load): Create cells variables as the (ses-cell ...) are read,
6536         in order to check row col consistency with cell symbol name only
6537         for cells that are not renamed.
6538         (ses-replace-name-in-formula): New defun.
6539         (ses-rename-cell): New defun.
6541 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
6543         * progmodes/perl-mode.el (perl-indent-parens-as-block):
6544         New option (bug#11118).
6545         (perl-calculate-indent): Respect it.
6547 2012-04-17  Glenn Morris  <rgm@gnu.org>
6549         * dired-aux.el (dired-mark-read-string): Doc fix.
6551 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
6553         * dired-aux.el (dired-mark-read-string): Offer optional completion.
6554         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
6556 2012-04-17  Glenn Morris  <rgm@gnu.org>
6558         * mouse.el (mouse-drag-track):
6559         * speedbar.el (speedbar-frame-mode):
6560         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6562 2012-04-16  Leo Liu  <sdl.web@gmail.com>
6564         * progmodes/python.el: Trivial cleanup.
6566 2012-04-16  Glenn Morris  <rgm@gnu.org>
6568         * vc/vc.el (vc-string-prefix-p):
6569         * vc/pcvs-util.el (cvs-string-prefix-p):
6570         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
6571         * mpc.el (mpc-string-prefix-p):
6572         Make all of these into obsolete aliases for string-prefix-p.
6573         Update callers.
6574         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
6576         * textmodes/two-column.el: Move custom options to the start.
6577         (frame-width): Remove compat definition.
6578         (2C-associate-buffer, 2C-dissociate):
6579         Use with-current-buffer rather than save-excursion.
6580         (2C-dissociate): Force a mode-line update.
6581         (2C-autoscroll): Use ignore-errors.
6583         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
6584         Autoload trivia.
6586         * emacs-lisp/cl-extra.el (*random-state*):
6587         Remove unnecessary declaration.
6589         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
6591         * play/cookie1.el (cookie-snarf):
6592         Give an explicit error if input file cannot be read.
6594         * play/yow.el (yow-file): Use expand-file-name rather than concat.
6596         * progmodes/perl-mode.el (c-macro-expand):
6597         Remove unnecessary autoload (it is in loaddefs.el).
6599         * textmodes/picture.el (picture-desired-column)
6600         (picture-update-desired-column): Convert comments to doc-strings.
6601         (picture-substitute): Remove function.
6602         (picture-mode-map): Initialize in the defvar.
6604         * woman.el: Remove eval-after-load for tar-mode.
6605         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
6606         (woman-tar-extract-file): Autoload it.
6608         * frame.el (automatic-hscrolling): Make this alias obsolete.
6610 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6612         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
6613         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
6614         (ispell-dictionary-base-alist): Revert to original XEmacs
6615         friendly version for default.  [:alpha:] will be added in
6616         `ispell-set-spellchecker-params' if needed.
6618 2012-04-16  Chong Yidong  <cyd@gnu.org>
6620         * image.el (imagemagick--file-regexp): New variable.
6621         (imagemagick-register-types): Use it.
6622         (imagemagick-types-inhibit): Add :set function.  Allow new value
6623         of t to inhibit all types.
6625         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
6626         so we can preload it.
6628         * loadup.el (fboundp): Preload regexp-opt, needed by
6629         imagemagick-register-types.
6631 2012-04-15  Chong Yidong  <cyd@gnu.org>
6633         * frame.el (scrolling): Remove nearly unused customization group.
6635         * scroll-all.el (scroll-all-mode): Move to windows group.
6637 2012-04-15  Chong Yidong  <cyd@gnu.org>
6639         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
6641 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6643         Avoid the use of ((lambda ...) ...) in lexical-binding code.
6644         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
6646 2012-04-15  Glenn Morris  <rgm@gnu.org>
6648         * simple.el (process-file-side-effects): Doc fix.
6650 2012-04-15  Glenn Morris  <rgm@gnu.org>
6652         * international/mule-cmds.el (set-language-environment): Doc fix.
6654 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
6656         * server.el (server-auth-key, server-generate-key): Doc fixes.
6657         (server-get-auth-key): Doc fix.  Use `string-match-p'.
6658         (server-start): Reflow docstring.
6660 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
6662         * server.el (server-generate-key): `called-interactively-p'
6663         requires a parameter.
6665 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
6667         * server.el (server-auth-key): New variable.
6668         (server-generate-key, server-get-auth-key): New function.
6669         (server-start): Use the new variable and functions to allow
6670         setting a permanent server key (bug#9423).
6672 2012-04-14  Leo Liu  <sdl.web@gmail.com>
6674         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
6676 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
6678         Spelling fixes.
6679         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
6680         Emacs uses American spelling.
6682 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
6684         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
6685         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
6686         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
6687         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
6689 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * progmodes/which-func.el (which-func-modes): Change default.
6693 2012-04-14  Kim F. Storm  <storm@cua.dk>
6695         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
6696         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
6698 2012-04-14  Chong Yidong  <cyd@gnu.org>
6700         * custom.el (custom-theme-set-variables): Doc fix.
6702 2012-04-14  Glenn Morris  <rgm@gnu.org>
6704         * international/mule.el (set-auto-coding-for-load): Doc fix.
6706 2012-04-14  Alan Mackenzie  <acm@muc.de>
6708         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
6709         imenu work again for Objective C Mode.  Correct the *-index values,
6710         these having been disturbed by a previous change in 2011-08.
6712         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
6713         Correct two search limits.
6715 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6717         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
6719 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
6721         * international/characters.el: Fix sorting.
6723 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
6725         * international/characters.el: Add more missing Latin case pairs.
6727 2012-04-14  Glenn Morris  <rgm@gnu.org>
6729         * files.el (dir-locals-set-class-variables): Doc fix.
6731 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
6733         * international/characters.el: Add set-case-syntax-pair call for
6734         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
6735         counterpart.  (Bug#11209)
6737         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
6739 2012-04-14  Glenn Morris  <rgm@gnu.org>
6741         * calendar/holidays.el (calendar-check-holidays): Doc fix.
6743 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
6745         * textmodes/ispell.el (ispell-dictionary-base-alist):
6746         Add data for Hebrew.
6748 2012-04-14  Chong Yidong  <cyd@gnu.org>
6750         * net/rcirc.el (rcirc-cmd-quit):
6751         Revert 2012-03-18 change (Bug#11192).
6753 2012-04-14  Glenn Morris  <rgm@gnu.org>
6755         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
6757 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
6759         * minibuffer.el (completion-in-region-mode-map):
6760         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
6762 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
6764         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
6766 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
6768         * minibuffer.el (minibuffer-local-filename-syntax): New variable
6769         to allow `C-M-f' and `C-M-b' to move to the nearest path
6770         separator (bug#9511).
6772 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
6774         * avoid.el: Require cl when compiling.  And also move the
6775         `provide' to the end.
6777 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6779         * avoid.el (mouse-avoidance-banish-position): New variable.
6780         (mouse-avoidance-banish-destination): Use it (bug#10165).
6782 2012-04-13  Leo Liu  <sdl.web@gmail.com>
6784         * progmodes/which-func.el (which-func-modes): Add objc-mode.
6786 2012-04-13  Ken Brown  <kbrown@cornell.edu>
6788         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
6789         this is no longer needed now that cygstart understands file:// URLs.
6790         (browse-url-filename-alist): For the same reason, don't modify
6791         file:// URLs on Cygwin.
6793 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
6796         the region on shift if the binding is already shifted (bug#11221).
6798 2012-04-12  Glenn Morris  <rgm@gnu.org>
6800         * mail/mailpost.el: Move to obsolete/.
6802 2012-04-12  Drew Adams  <drew.adams@oracle.com>
6804         * imenu.el (imenu--generic-function): Ignore invisible definitions
6805         (bug#10123).
6807 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
6809         * hexl.el (hexl-bits): New variable.
6810         (hexl-options): Mention the variable in the doc string.
6811         (hexl-rulerise, hexl-line-displen): New functions.
6812         (hexl-mode): Mention the new variable.
6813         (hexl-mode, hexl-current-address, hexl-current-address):
6814         Use the displen.
6815         (hexl-ascii-start-column): New function.
6816         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
6817         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
6819 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6821         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
6822         '("-i" ENCODING), in 2 separate command-line arguments, to specify
6823         the encoding, as expected by hunspell.
6825 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6827         * battery.el (battery--linux-sysfs-regexp): New const.
6828         (battery-status-function): Use it.  Remove yeeloong special case.
6829         (battery-yeeloong-sysfs): Remove.
6830         (battery-echo-area-format): Remove yeeloong special case.
6832 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6834         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
6835         Reported by Noah Friedman.
6837         * subr.el (read-passwd): Use read-string.
6839 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841         * vcursor.el (vcursor-move): Increase the priority of the overlay
6842         (bug#9663).
6844 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6846         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
6847         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
6849 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
6851         * textmodes/artist.el (artist-mode): Convert artist-mode to use
6852         define-minor-mode (bug#10760).
6854 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6856         * progmodes/grep.el (rgrep): Tweak the find command line so
6857         that directories matching `grep-find-ignored-files' won't be
6858         pruned (bug#10351).
6860 2012-04-11  Chong Yidong  <cyd@gnu.org>
6862         * startup.el (command-line): Remove support for long-obsolete
6863         variable font-lock-face-attributes.
6865 2012-04-11  Glenn Morris  <rgm@gnu.org>
6867         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
6869 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * window.el (window--state-get-1): Obey window-point-insertion-type.
6873 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
6875         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
6876         to previous function when point is on the first character of a
6877         function.  Take care of that in `narrow-to-defun' (bug#6157).
6879 2012-04-11  Glenn Morris  <rgm@gnu.org>
6881         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
6882         not just file-errors.
6884         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
6885         (vc-bzr-sha1): Use internal sha1.
6887 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
6891 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
6893         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
6894         that start in the middle of the line (bug#10496).
6896 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
6898         * battery.el (battery-linux-proc-acpi): Only one battery is
6899         discharged at a time, but that seems to confuse battery.el when
6900         computing `rate-type' for the battery not being discharged
6901         (bug#10332).
6903 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6905         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
6907         * international/quail.el: Use dolist and simplify.
6908         (quail-define-package, quail-update-keyboard-layout)
6909         (quail-define-rules): Use dolist.
6910         (quail-insert-kbd-layout, quail-get-translation): CSE.
6912         * tmm.el: Use dolist, remove left over hook.
6913         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
6914         Use dolist.
6915         (calendar-load-hook): Don't mess with it.
6917         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6918         Use derived-mode-p.  Run the diff asynchronously.
6920 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6922         * obsolete/mouse-sel.el: Add an Obsolete-since header.
6924 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
6926         * misc.el: Display absolute path of loaded DLLs (bug#10424).
6927         (list-dynamic-libraries--loaded): New function.
6928         (list-dynamic-libraries--refresh): Use it.
6930 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
6932         * progmodes/python.el (python-fill-paragraph):
6933         Make python-fill-region in a multiline string work when font-lock is
6934         disabled (bug#7018).
6936 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
6938         * language/european.el (cp775): Add oem/legacy (en)coding on
6939         DOS/MS Windows for the Baltic languages.  There are still plenty
6940         of texts written in this encoding/codepage (bug#6519).
6942 2012-04-10  Glenn Morris  <rgm@gnu.org>
6944         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
6945         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
6947 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
6949         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6950         next-line "n" and previous-line "p" in order to make recentf more
6951         consistent with ibuffer, dired or org-mode (bug#9387).
6953 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955         * image.el (put-image): Return the overlay created instead of the
6956         optional input string (bug#7834).  Note that this may break code
6957         that is (for some reason or other) depending on `put-image'
6958         returning the string.
6960         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
6962         * simple.el (zap-to-char): Allow zapping using input methods
6963         (bug#1580).
6965         * textmodes/fill.el (fill-region): Leave point and mark where they
6966         were before filling (bug#5399).
6968 2012-04-09  Glenn Morris  <rgm@gnu.org>
6970         * version.el (emacs-bzr-get-version):
6971         Handle lightweight checkouts of local branches.
6973 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
6975         * international/characters.el: Recover lost case pairs.  (Bug#11209)
6977 2012-04-09  Chong Yidong  <cyd@gnu.org>
6979         * custom.el (custom-variable-p): Return nil for non-symbol
6980         arguments instead of signaling an error.
6981         (user-variable-p): Obsolete alias for custom-variable-p.
6983         * apropos.el (apropos-variable):
6984         * files-x.el (read-file-local-variable):
6985         * simple.el (set-variable):
6986         * woman.el (woman-mini-help):
6987         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
6989 2012-04-09  Glenn Morris  <rgm@gnu.org>
6991         * startup.el (normal-top-level): Don't look for leim-list.el
6992         in places where it will not be found.  (Bug#910)
6994         * international/mule-cmds.el (set-default-coding-systems):
6995         * files.el (normal-mode):
6996         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
6997         This function was removed with ucs-tables.el in 2008.
6999 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
7001         * textmodes/ispell.el (ispell-check-version): For hunspell, set
7002         ispell-encoding8-command to "-i", without a trailing space.
7003         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7004         separate command-line arguments, to specify the encoding, since
7005         that's how hunspell expects it.
7007 2012-04-08  Glenn Morris  <rgm@gnu.org>
7009         * loadup.el: Load bindings before cus-start.
7010         This reduces somewhat the number of "rogue" settings in emacs -Q.
7012 2012-04-07  Glenn Morris  <rgm@gnu.org>
7014         * version.el (emacs-bzr-get-version): New function.
7015         (emacs-bzr-version): New variable.
7016         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
7017         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7019 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
7021         * international/uni-bidi.el, international/uni-category.el:
7022         * international/uni-combining.el, international/uni-decimal.el:
7023         * international/uni-decomposition.el, international/uni-digit.el:
7024         * international/uni-lowercase.el, international/uni-mirrored.el:
7025         * international/uni-name.el, international/uni-numeric.el:
7026         * international/uni-titlecase.el, international/uni-uppercase.el:
7027         Update for Unicode 6.1.
7029 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
7031         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7033 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035         * window.el (shrink-window): Mention the `window-min-height'
7036         variable in the doc string.
7038 2012-04-05  Bastien Guerry  <bzg@altern.org>
7040         * color.el (color-lighten-name): Fix typo.
7042 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * server.el (server--on-display-p): New function.
7045         (server--on-display-p): Use it.
7047 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
7049         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7050         (bug#11145).
7052 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * comint.el (comint--common-quoted-suffix): Check string boundary
7055         before comparing (bug#11158).
7056         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7058 2012-04-04  Chong Yidong  <cyd@gnu.org>
7060         * minibuffer.el (completion-extra-properties): Doc fix.
7062         * subr.el (delayed-warnings-hook): Doc fix.
7064 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
7066         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7067         selection (Bug#11159).
7068         (epa-insert-keys): Inform that the default public key will be
7069         exported if no key is selected.
7071 2012-04-04  Richard Stallman  <rms@gnu.org>
7073         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7075 2012-04-03  Chong Yidong  <cyd@gnu.org>
7077         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7078         mail-insert-file, not its obsolete alias mail-attach-file.
7080 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
7082         * notifications.el (notifications-notify): Fix docstring.
7084 2012-04-02  Glenn Morris  <rgm@gnu.org>
7086         * emacs-lisp/authors.el (authors-aliases): Another addition.
7088 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
7090         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7091         `tramp-compat-call-process' instead of `tramp-local-call-process'.
7092         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7094 2012-04-01  Chong Yidong  <cyd@gnu.org>
7096         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7097         Handle root directory properly.
7098         (copy-directory): Caller changed.
7100         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7101         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7103 2012-03-31  Glenn Morris  <rgm@gnu.org>
7105         * term/xterm.el (xterm-extra-capabilities): Doc fix.
7107         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
7109         * calendar/calendar.el (calendar-window-list)
7110         (calendar-hide-window): Restore.  (Bug#11140)
7111         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7113         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7115 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7117         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7118         Check if file is a symlink (Bug#10489).
7120         * files.el (copy-directory): Likewise.
7122 2012-03-30  Chong Yidong  <cyd@gnu.org>
7124         * image.el (imagemagick-types-inhibit)
7125         (imagemagick-register-types): Doc fix.
7127 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7129         * textmodes/ispell.el (ispell-get-extended-character-mode):
7130         Disable extended-char-mode for hunspell.  hunspell does not support it
7131         and treats ~word as ordinary words in pipe mode.
7133 2012-03-30  Glenn Morris  <rgm@gnu.org>
7135         * tutorial.el (help-with-tutorial): Ensure local variables don't
7136         happen to make the buffer read-only.  (Bug#11127)
7138 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7140         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7141         (perl-calculate-indent): Return `noindent' in strings.
7143 2012-03-28  Sam Steingold  <sds@gnu.org>
7145         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7146         instead of the broken adhockery which does not prevent calendar
7147         buffers from being displayed at random after exit.
7148         (calendar-window-list, calendar-hide-window): Remove the broken
7149         adhockery.
7151 2012-03-28  Glenn Morris  <rgm@gnu.org>
7153         * replace.el (query-replace-map): Doc fix.
7155 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
7157         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7158         contents.  (Bug#11109)
7160 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7162         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7163         (bug#11077).
7164         (avl-tree--check, avl-tree--check-node): New funs.
7166 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
7168         * window.el (switch-to-visible-buffer): New option.
7169         (switch-to-prev-buffer, switch-to-next-buffer):
7170         Observe switch-to-visible-buffer.  Make sure that checking for a window
7171         showing a buffer already is done on the same frame.
7173 2012-03-27  Glenn Morris  <rgm@gnu.org>
7175         * startup.el (mail-host-address): Doc fix.
7177 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7179         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7180         than 197 variables.
7182 2012-03-26  Ami Fischman  <ami@fischman.org>
7184         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7186 2012-03-26  Glenn Morris  <rgm@gnu.org>
7188         * files.el (save-buffers-kill-emacs): Doc fix.
7190         * startup.el (normal-top-level, command-line, command-line-1):
7191         Give them doc strings.
7193 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
7195         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
7196         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
7198 2012-03-25  Chong Yidong  <cyd@gnu.org>
7200         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7201         theme if it was previously enabled before (Bug#11031).
7203         * cus-theme.el (custom-theme-write-faces): Retrieve current face
7204         spec with custom-face-get-current-spec if its :shown-value is not
7205         determined yet (Bug#9337).
7206         (customize-create-theme, custom-theme-revert): Doc fixes.
7208         * button.el (button-at): Minor addition to docstring.
7210 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
7212         * vc/vc.el (vc-merge): Fix a prompt.
7214 2012-03-24  Chong Yidong  <cyd@gnu.org>
7216         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7217         point (Bug#9623).
7219         * button.el (button-at): Minor addition to docstring.
7221 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7223         * newcomment.el (comment-choose-indent): No space after BOL.
7225 2012-03-22  Sam Steingold  <sds@gnu.org>
7227         * window.el (switch-to-prev-buffer): Revert last patch because the
7228         bug turned out to be an advertised feature (Elisp manual 28.14).
7230 2012-03-22  Glenn Morris  <rgm@gnu.org>
7232         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
7233         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7235 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237         * net/network-stream.el (network-stream-open-starttls): Make error
7238         message under Windows be less misleading.
7240 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
7242         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7243         understands (bug#9942).
7245 2012-03-22  Chong Yidong  <cyd@gnu.org>
7247         * simple.el (end-of-visible-line): Handle return value of
7248         next-single-property-change properly (Bug#9371).
7250 2012-03-22  Kenichi Handa  <handa@m17n.org>
7252         * international/quail.el (quail-insert-kbd-layout): Fix previous
7253         change.  To avoid unwanted bidi reordering, use
7254         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7256 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
7258         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7259         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7260         (ruby-beginning-of-indent): Be more careful with the difference
7261         between word-boundary and symbol boundary.
7262         (ruby-mode-syntax-table): Make : a symbol constituent.
7264 2012-03-21  Andreas Politz  <politza@fh-trier.de>
7266         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7268 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * progmodes/etags.el (tags-completion-at-point-function):
7271         Improve last fix.
7273         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7275 2012-03-21  Sam Steingold  <sds@gnu.org>
7277         * progmodes/etags.el (tags-completion-at-point-function):
7278         Avoid the error when point is inside the pattern.
7280 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
7282         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7283         line (Bug#10855).
7285 2012-03-21  Drew Adams  <drew.adams@oracle.com>
7287         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7289 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
7291         * ido.el (ido-set-current-directory, ido-read-internal)
7292         (ido-choose-completion-string, ido-completion-help): Handle nil
7293         value of ido-completion-buffer (Bug#11008).
7295 2012-03-21  Sam Steingold  <sds@gnu.org>
7297         * window.el (switch-to-prev-buffer): Do not switch to a visible
7298         window previous buffer, just like with the frame previous buffers.
7300 2012-03-21  Chong Yidong  <cyd@gnu.org>
7302         * faces.el (make-face, make-empty-face, copy-face):
7303         * face-remap.el (face-remap-add-relative, face-remap-set-base):
7304         Doc fixes.
7306 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7308         * wid-edit.el (widget-complete-field): Remove (bug#11051).
7309         (widget-complete): Remove broken use of it.
7311 2012-03-20  Chong Yidong  <cyd@gnu.org>
7313         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7314         Use string-width and truncate-string-width to handle arbitrary
7315         characters.
7317 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
7319         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7320         to draw rectangles, not squares.  (Regression introduced by revno
7321         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7323 2012-03-18  Chong Yidong  <cyd@gnu.org>
7325         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7326         it is not yet defined (for temacs).
7328 2012-03-18  Leo Liu  <sdl.web@gmail.com>
7330         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
7332 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
7334         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7335         (ispell-choices-win-default-height, ispell-silently-savep)
7336         (ispell-dictionary-alist, ispell-encoding8-command)
7337         (ispell-check-version, ispell-aspell-find-dictionary)
7338         (ispell-valid-dictionary-list, ispell-words-keyword)
7339         (ispell-get-word, ispell-internal-change-dictionary)
7340         (ispell-region, ispell-skip-region-list)
7341         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7342         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7343         (ispell-message-text-end, ispell-message)
7344         (ispell-buffer-local-parsing): Doc fix.
7346 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
7348         * htmlfontify.el: Add support for code block fontification for ODT
7349         export (Bug #9914).
7350         (hfy-optimisations): Define new option
7351         `body-text-only'
7352         (hfy-fontify-buffer): Honor above setting.
7353         (hfy-begin-span, hfy-end-span): New routines factored out form
7354         `hfy-fontify-buffer'.
7355         (hfy-begin-span-handler, hfy-end-span-handler): New variables
7356         that permit insertion of custom tags.
7357         (hfy-fontify-buffer): Use above handlers.
7358         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7359         (hfy-face-to-css): Re-defined to be a variable.
7360         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
7361         over multiple runs.  This is made possible by having the caller let
7362         bind a special variable `hfy-user-sheet-assoc'.
7363         (htmlfontify-string): New defun.
7364         (hfy-compile-face-map): Make sure that the last char in the
7365         buffer is correctly fontified.
7366         (hfy-face-resolve-face): Whitespace only change.
7368 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
7370         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7371         message more clear.
7373 2012-03-16  Leo Liu  <sdl.web@gmail.com>
7375         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7377 2012-03-16  Alan Mackenzie  <acm@muc.de>
7379         Further optimise the handling of large macros.
7381         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7382         limit to a call of `c-literal-limits'.
7383         (c-determine-+ve-limit): New function.
7384         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7385         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
7386         In CASE 5B, restrict a search limit to 500.
7387         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7389         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7390         Restrict macro bounds to +-500 from after-change's BEG END.
7392 2012-03-16  Leo Liu  <sdl.web@gmail.com>
7394         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7396 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
7398         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
7399         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
7401 2012-03-16  Glenn Morris  <rgm@gnu.org>
7403         * view.el (view-buffer, view-buffer-other-window)
7404         (view-buffer-other-frame): Doc fixes re special mode-class.
7406         * subr.el (eval-after-load): If named feature is provided not from
7407         a file, run after-load forms.  (Bug#10946)
7409         * calendar/calendar.el (calendar-insert-at-column):
7410         Handle non-unit-width characters a bit better.  (Bug#10978)
7412 2012-03-15  Chong Yidong  <cyd@gnu.org>
7414         * emacs-lisp/ring.el (ring-extend): New function.
7415         (ring-insert+extend): Extend the ring correctly (Bug#11019).
7417         * comint.el (comint-read-input-ring)
7418         (comint-add-to-input-history): Grow comint-input-ring lazily.
7420 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7423         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7425         * imenu.el: Fix multiple inheritance breakage (bug#9199).
7426         (imenu-add-to-menubar): Don't add a redundant index.
7427         (imenu-update-menubar): Handle a dynamically composed keymap.
7429 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7431         * mail/sendmail.el (mail-encode-header):
7432         Bind rfc2047-encode-encoded-words to nil.
7434 2012-03-13  Glenn Morris  <rgm@gnu.org>
7436         * calendar/calendar.el (calendar-string-spread):
7437         Handle non-unit-width characters a bit better.  (Bug#10978)
7439 2012-03-13  Leo Liu  <sdl.web@gmail.com>
7441         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7442         directory and file as argument (Bug#10822).
7444 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
7446         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7447         For dynamically generated code, follow $PC.
7448         (gdb-disassembly-handler-custom): Handle no function name case.
7450 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
7452         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7453         * emulation/ws-mode.el (ws-query-replace):
7454         * sort.el (sort-regexp-fields):
7455         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
7457 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * dabbrev.el: Fix cycle completion order (bug#10963).
7460         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7461         (dabbrev-completion): Don't use an obarray; provide
7462         a cycle-sort-function.
7464 2012-03-12  Leo Liu  <sdl.web@gmail.com>
7466         * simple.el (kill-new): Use equal-including-properties for comparison.
7467         (kill-do-not-save-duplicates): Doc fix.
7469 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7471         * dabbrev.el: Fix cycle completion (bug#10963).
7472         Use lexical binding and wrap to 80 columns.
7473         (dabbrev-completion): Delay computing the list of completions.
7475 2012-03-12  Kenichi Handa  <handa@m17n.org>
7477         * international/quail.el (quail-insert-kbd-layout): Surround each
7478         row by LRO and PDF instead of inserting many LRMs.  Pad the left
7479         and right of each non-spacing marks.  Insert invisible space
7480         between lower and upper characters to prevent composition.
7482 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * minibuffer.el (minibuffer-complete): Don't get confused when the
7485         function is run twice via different commands (bug#10958).
7486         (complete-with-action): Fix docstring.
7488 2012-03-12  Chong Yidong  <cyd@gnu.org>
7490         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7491         (nxml-completion-at-point-function): New function.
7492         (nxml-mode): Use it.
7493         (nxml-bind-meta-tab-to-complete-flag): Default to t.
7495         * emacs-lisp/package.el (package-unpack, package-unpack-single):
7496         Load generated autoloads file before byte compiling (Bug#10970).
7497         (package--make-autoloads-and-compile): New helper fun.
7499 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
7501         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7503 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
7505         * autorevert.el (auto-revert-handler): Ensure, that
7506         file-readable-p is applied only for local files or in
7507         auto-revert-tail-mode.
7509 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
7511         * server.el (server-eval-at): Handle non-tcp connections.
7512         Decode result string.
7514         * server.el (server-msg-size): New constant.
7515         (server-reply-print): New function.
7516         (server-eval-and-print): Use it.
7517         (server-eval-at): Use server-quote-arg and server-unquote-arg.
7518         Handle -print-nonl.
7520 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
7522         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7523         (Bug#10987).
7525 2012-03-11  Chong Yidong  <cyd@gnu.org>
7527         * simple.el (goto-line): Doc fix (Bug#9938).
7529         * subr.el (save-window-excursion): Doc fix (Bug#9979).
7531         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7532         when finished (Bug#10963).
7534 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
7536         * window.el (split-window-below): Fix bug in case where
7537         split-window-keep-point is nil (Bug#10971).
7539 2012-03-11  Juri Linkov  <juri@jurta.org>
7541         * replace.el (replace-highlight): Set isearch-word to nil
7542         unconditionally.  (Bug#10887)
7544 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
7546         * net/mairix.el (mairix-replace-invalid-chars): Rename from
7547         mairix-replace-illegal-chars; all callers changed.  Don't remove
7548         ^, ~, and = characters: they are meaningful in mairix search specs.
7549         (mairix-widget-create-query): Add usage information about mairix
7550         search forms: negating words, searching for substrings, etc.
7552 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
7554         * international/fontset.el (font-encoding-alist): Add an entry for
7555         ksx1001 (Bug#5667).
7557 2012-03-10  Richard Stallman  <rms@gnu.org>
7559         * mail/sendmail.el (mail-encode-header):
7560         Set rfc2047-encode-encoded-words.
7562         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
7564         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
7565         view buffer means not swapped.
7566         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
7567         (rmail-write-region-annotate): Error if real text has disappeared.
7569         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
7571 2012-03-10  Chong Yidong  <cyd@gnu.org>
7573         * emulation/cua-rect.el (cua--init-rectangles):
7574         * emulation/cua-base.el (cua--init-keymaps):
7575         Add delete-forward-char to remappings (Bug#9666).
7577 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
7579         * speedbar.el (speedbar-unhighlight-one-tag-line):
7580         Avoid unhighlighting due to frame switching (Bug#10275).
7582 2012-03-10  Chong Yidong  <cyd@gnu.org>
7584         * minibuffer.el (completion-in-region, completion-help-at-point):
7585         Give the completion field overlay a high priority (Bug#6830).
7587         * dired.el (dired-goto-file): Recognize absolute file name
7588         listings (Bug#7126).
7589         (dired-goto-file-1): New helper function.
7590         (dired-toggle-read-only): Inhibit warnings.
7592 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
7594         * net/dbus.el (dbus-property-handler): Return empty array if
7595         there are no properties.
7597 2012-03-09  Leo Liu  <sdl.web@gmail.com>
7599         * savehist.el (savehist-printable): Stricter check for string
7600         value (Bug#10937).
7602 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
7604         * mail/smtpmail.el (smtpmail-send-it):
7605         Bind coding-system-for-write to *-unix, so that FCC files are kept in
7606         valid mbox format.
7608 2012-03-09  Glenn Morris  <rgm@gnu.org>
7610         * files.el (dir-locals-find-file):
7611         Don't check result is regular, readable.
7612         (dir-locals-read-from-file): Demote errors.
7614 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
7616         * international/quail.el (quail-insert-kbd-layout):
7617         Insert invisible LRM characters before each character in a keyboard
7618         layout cell, to prevent their reordering by bidi display engine.
7619         For details, see the discussion in
7620         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
7622 2012-03-08  Alan Mackenzie  <acm@muc.de>
7624         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
7625         the starting position; make it extend the marked region when
7626         invoked repeatedly - all under appropriate circumstances.
7627         Fixes bugs #5525, #10906.
7629 2012-03-08  Glenn Morris  <rgm@gnu.org>
7631         * files.el (locate-dominating-file, dir-locals-find-file):
7632         Undo 2012-03-06 change.
7634 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
7636         * international/quail.el (quail-help):
7637         Force bidi-paragraph-direction be left-to-right.  See discussion in
7638         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
7639         for the reason.
7641 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
7643         Avoid superfluous registering of signals.  (Bug#10807)
7645         * notifications.el (notifications-on-action-object)
7646         (notifications-on-close-object): New defvars.
7647         (notifications-on-action-signal, notifications-on-closed-signal):
7648         Unregister the signal if not needed any longer.
7649         (notifications-notify): Register `notifications-action-signal' or
7650         `notifications-closed-signal', if :on-action or :on-close has been
7651         passed as argument.
7653 2012-03-07  Chong Yidong  <cyd@gnu.org>
7655         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
7656         non-X platforms.
7658 2012-03-06  Glenn Morris  <rgm@gnu.org>
7660         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7661         (x-disown-selection-internal, x-get-selection-internal):
7662         Doc fix (add arglist signatures).  (Bug#10783)
7664 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
7666         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7667         Handle breakpoints with no "type".
7669 2012-03-06  Glenn Morris  <rgm@gnu.org>
7671         * files.el (locate-dominating-file): Add optional predicate argument.
7672         (dir-locals-find-file): Make use of above change.
7674 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
7676         * info.el (Info-insert-dir): Also try "dir.gz".
7678 2012-03-06  Glenn Morris  <rgm@gnu.org>
7680         * files.el (dir-locals-find-file):
7681         Ignore non-readable or non-regular files.  (Bug#10928)
7683         * files.el (locate-dominating-file): Doc fix.
7685 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
7687         * calendar/calendar.el (calendar-set-mode-line):
7688         `getenv' returns a string.  (Bug#10951)
7690 2012-03-05  Leo Liu  <sdl.web@gmail.com>
7692         * simple.el (backward-delete-char-untabify): Constrain point to
7693         field (Bug#10939).
7695         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
7697 2012-03-05  Chong Yidong  <cyd@gnu.org>
7699         * simple.el (count-words): If called from Lisp, return the word
7700         count, for symmetry with `count-lines'.  Arglist changed.
7701         (count-words--message): Args changed.  Consolidate counting code
7702         from count-words and count-words-region.
7703         (count-words-region): Caller changed.
7704         (count-lines-region): Make it an obsolete alias.
7706 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
7708         * saveplace.el (save-place-to-alist)
7709         (save-place-ignore-files-regexp): Allow value nil to disable this
7710         feature.
7712 2012-03-04  Chong Yidong  <cyd@gnu.org>
7714         * faces.el (face-spec-reset-face): For the default face, reset the
7715         attributes to default values (Bug#10748).
7717 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
7720         previous patch: Check `message-send-mail-function', and not the
7721         default function (bug#10897).
7723 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
7725         * notifications.el (notifications-on-action-signal)
7726         (notifications-on-closed-signal): Check for unique service name of
7727         incoming event.  Fix error in removing entry.
7728         (top): Register for signals with wildcard service name.
7729         (notifications-notify): Use daemon unique service name for map entries.
7731 2012-03-04  Chong Yidong  <cyd@gnu.org>
7733         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
7735 2012-03-04  Glenn Morris  <rgm@gnu.org>
7737         * abbrev.el (copy-abbrev-table, abbrev-table-p)
7738         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
7739         (expand-abbrev, define-abbrev-table): Doc fixes.
7741 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
7744         `message-default-send-mail-function' and not `send-mail-function'
7745         when doing the prompting for `sendmail-query-once' before sending
7746         in Message buffers (bug#10897).
7748         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
7749         This is inconsistent with all the other stream functions, which leave
7750         the setting up to the higher levels (if so wanted) (bug#10931).
7752 2012-03-02  Alan Mackenzie  <acm@muc.de>
7754         Depessimize the handling of very large macros.
7756         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
7757         (c-macro-cache-syntactic): New variables to implement a one
7758         element macro cache.
7759         (c-invalidate-macro-cache): New function.
7760         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
7761         Adapt to use the new cache.
7762         (c-state-safe-place): Use better the cache of safe positions.
7763         (c-state-semi-nonlit-pos-cache)
7764         (c-state-semi-nonlit-pos-cache-limit):
7765         New variables for...
7766         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
7767         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
7768         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
7769         Use c-state-semi-safe-place.
7771         * progmodes/cc-langs.el (c-get-state-before-change-functions):
7772         Add c-invalidate-macro-cache to the C, C++, Obj entries.
7774 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
7776         * jka-compr.el (jka-compr-call-process):
7777         Apply `file-accessible-directory-p' only when the default directory is
7778         not remote.
7780 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
7782         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
7783         access of FILE2, if FILE1 does not exist.
7785         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
7786         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
7788         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
7789         Add "PAGER=" to `process-environment'.
7791 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
7793         * progmodes/sql.el: Bug fix
7794         (sql-get-login-ext): Save login values in globals.
7795         (sql-get-login): Use new version of `sql-get-login-ext'.
7796         (sql-interactive-mode): Set global `sql-connection' to nil.
7797         (sql-connect): Set global values for connection.
7798         (sql-product-interactive): Save global values as buffer local.
7800 2012-02-29  Leo Liu  <sdl.web@gmail.com>
7802         * abbrev.el (define-abbrevs): Reset sys to nil.
7804 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7806         * files.el (file-equal-p): Rename from `files-equal-p'.
7807         Return nil when one or both files don't exist.
7808         (file-subdir-of-p): Now only top directory must exists,
7809         return nil if it doesn't.
7810         (copy-directory): No need to test with `file-subdir-of-p' after
7811         creating dir.
7812         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
7813         to `file-equal-p'.
7815 2012-02-28  Glenn Morris  <rgm@gnu.org>
7817         * shell.el (shell-mode):
7818         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
7819         * play/landmark.el (landmark-font-lock-face-O):
7820         * play/handwrite.el (handwrite):
7821         * play/gomoku.el (gomoku-O):
7822         * net/browse-url.el (browse-url-browser-display):
7823         * international/mule.el (define-charset):
7824         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
7825         * filesets.el (filesets-find-file-delay):
7826         * eshell/em-xtra.el (eshell-xtra):
7827         * eshell/em-unix.el (eshell-grep):
7828         * emulation/viper.el (viper-mode):
7829         * emacs-lisp/regexp-opt.el (regexp-opt-group):
7830         * emacs-lisp/easymenu.el (easy-menu-define):
7831         * calendar/timeclock.el (timeclock-use-display-time):
7832         * bs.el (bs-mode):
7833         * bookmark.el (bookmark-save-flag):
7834         Doc fix (standardize possessive apostrophe usage).
7836 2012-02-27  Chong Yidong  <cyd@gnu.org>
7838         * emulation/viper-cmd.el (viper-intercept-ESC-key):
7839         Fix key-binding lookup for ESC key (Bug#9146).
7841         * font-lock.el (font-lock-specified-p): Rename from
7842         font-lock-spec-present.  Callers changed.
7844 2012-02-27  Daniel Hackney  <dan@haxney.org>
7846         * emacs-lisp/package.el (package-compute-transaction):
7847         Handle holding a package version to t in package-load-list.
7849 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
7851         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
7852         (tramp-get-inode, tramp-get-device): Use cached values.
7854 2012-02-26  Alan Mackenzie  <acm@muc.de>
7856         Check there is a font-lock specification before doing initial
7857         fontification.
7859         * font-core.el (font-lock-mode): Move the conditional from
7860         :after-hook to font-lock-initial-fontify.
7861         (font-lock-default-function): Move the check for a specification
7862         to font-lock-spec-present.
7864         * font-lock.el (font-lock-initial-fontify): Call ...
7865         (font-lock-spec-present): New function.
7867 2012-02-26  Jim Blandy  <jimb@red-bean.com>
7869         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
7870         (gdb-send): Apply it to the operand of the '-interpreter-exec
7871         console' command, so that we can pass arguments with (say) quotes
7872         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
7874 2012-02-26  Chong Yidong  <cyd@gnu.org>
7876         * help-fns.el (describe-function-1): Clarify description of
7877         remapping (Bug#10844).
7879         * files.el (files-equal-p): Doc fix.
7880         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
7881         and quit the loop once a mismatch is found.
7883 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
7885         * bs.el (bs--show-with-configuration): Don't throw an error
7886         if the window cannot be split; otherwise, subsequent calls to
7887         bs-show fail, restoring a stale window config.  (Bug#10882)
7889 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
7891         * term/ns-win.el (global-map): Bind ns-drag-file to
7892         ns-find-file (Bug#5855, Bug#10050).
7894 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
7896         * calendar/parse-time.el (parse-time-string): Allow extractor to
7897         return nil.
7899 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
7901         * net/tramp.el (tramp-file-name-for-operation):
7902         Add `files-equal-p' and `file-subdir-of-p'.
7904         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7905         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7906         Add COPY-CONTENTS argument.
7908 2012-02-25  Chong Yidong  <cyd@gnu.org>
7910         Add custom groups for VC backends, for consistency with vc-bzr.
7912         * vc/vc-arch.el (vc-arch):
7913         * vc/vc-cvs.el (vc-cvs):
7914         * vc/vc-git.el (vc-git):
7915         * vc/vc-hg.el (vc-hg):
7916         * vc/vc-mtn.el (vc-mtn):
7917         * vc/vc-rcs.el (vc-rcs):
7918         * vc/vc-sccs.el (vc-sccs):
7919         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
7920         All relevant defcustoms reassigned.
7922 2012-02-25  Chong Yidong  <cyd@gnu.org>
7924         * newcomment.el (comment-styles): Add autoload (Bug#10868).
7926         * term/x-win.el (x-initialize-window-system): Reduce default for
7927         x-selection-timeout to 5 seconds (Bug#8869).
7929 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7931         * files.el (files-equal-p, file-subdir-of-p): New functions.
7932         (copy-directory): Error when trying to copy a directory on itself.
7933         Add missing copy-contents arg to tramp handler.
7934         * dired-aux.el (dired-copy-file-recursive): Same.
7935         (dired-create-files): Modify destination when source is equal to
7936         dest when copying files.
7937         Return also when dest is a subdir of source.  (Bug#10489)
7939 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
7941         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
7942         (Bug#10874)
7944 2012-02-23  Alan Mackenzie  <acm@muc.de>
7946         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
7947         parameter "after-hook:" to allow the expansion to run code after
7948         the execution of the mode hooks.
7950         * font-lock.el (font-lock-initial-fontify): New function extracted
7951         from font-lock-mode-internal.
7953         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
7954         :after-hook.
7956 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7958         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
7959         (completion--cache-all-sorted-completions): New function.
7960         (completion-all-sorted-completions): Use it.
7961         (completion--do-completion, minibuffer-force-complete):
7962         Use it to re-instate the flush hook.
7964         * icomplete.el (icomplete-completions): Replace last fix with a better
7965         one (bug#10850).
7967 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
7969         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
7970         when it might call us back infinitely (bug#10797).
7972 2012-02-23  Glenn Morris  <rgm@gnu.org>
7974         * minibuffer.el (completion-category-overrides): Doc fix.
7976 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7978         * minibuffer.el (completion-table-with-context): Fix inf-loop.
7979         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
7981 2012-02-23  Glenn Morris  <rgm@gnu.org>
7983         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
7984         (authors-obsolete-files-regexps, authors-ignored-files)
7985         (authors-ambiguous-files, authors-renamed-files-alist):
7986         Add more entries.
7988 2012-02-23  Juri Linkov  <juri@jurta.org>
7990         * isearch.el (isearch-occur): Sync interactive spec with occur's
7991         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
7993         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
7995 2012-02-22  Juri Linkov  <juri@jurta.org>
7997         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
7998         (ucs-insert): Doc fix.  Check for hex digits in the string.
7999         Don't display `nil' in the error message.  (Bug#10857)
8001 2012-02-22  Alan Mackenzie  <acm@muc.de>
8003         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
8005 2012-02-22  Glenn Morris  <rgm@gnu.org>
8007         * ffap.el (ffap-c-path):
8008         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
8010 2012-02-22  Chong Yidong  <cyd@gnu.org>
8012         * custom.el (load-theme): Doc fix.
8014 2012-02-22  Glenn Morris  <rgm@gnu.org>
8016         * dired-x.el (dired-guess-shell-alist-default):
8017         Remove escape sequences from nroff output.  (Bug#172)
8019 2012-02-21  Glenn Morris  <rgm@gnu.org>
8021         * vc/emerge.el (emerge-defvar-local):
8022         Set `permanent-local' property rather than unused `preserved'.
8024         * textmodes/picture.el (picture-delete-char): New alias.
8025         (picture-mode-map): Use it.  (Bug#10860)
8026         (picture-mode): Doc fix.
8028 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
8030         * newcomment.el (uncomment-region-default): Remove unused binding.
8032 2012-02-21  Glenn Morris  <rgm@gnu.org>
8034         * textmodes/picture.el (picture-motion, picture-motion-reverse)
8035         (picture-self-insert, picture-tab-chars): Doc fix.
8036         (picture-mode-map): Fix C-a, C-e.
8038 2012-02-20  Glenn Morris  <rgm@gnu.org>
8040         * emacs-lisp/authors.el (authors-aliases): Add another entry.
8042 2012-02-20  Leo Liu  <sdl.web@gmail.com>
8044         * icomplete.el (icomplete-completions): Check FROM arg before
8045         passing to substring (Bug#10850).
8047 2012-02-19  Chong Yidong  <cyd@gnu.org>
8049         * comint.el: Require ansi-color.
8050         (comint-output-filter-functions): Add ansi-color-process-output.
8052         * ansi-color.el: Don't set comint-output-filter-functions; it is
8053         now in the initial value defined in comint.el.
8054         (ansi-color-apply-face-function): New variable.
8055         (ansi-color-apply-on-region): Use it.
8056         (ansi-color-apply-overlay-face): New function.
8058         * shell.el (shell): No need to require ansi-color.
8059         (shell-mode): Use ansi-color-apply-face-function to highlight
8060         color escapes using font-lock-face property (Bug#10835).
8062 2012-02-19  Chong Yidong  <cyd@gnu.org>
8064         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8065         mode-line formats (Bug#10839).
8067 2012-02-18  Glenn Morris  <rgm@gnu.org>
8069         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8071         * mail/undigest.el (unforward-rmail-message): Doc fix.
8073         * saveplace.el (save-place-ignore-files-regexp): Add :version.
8075 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
8077         * international/characters.el (script-list): Sync with the latest
8078         Unicode Character Database.
8080 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
8082         * international/titdic-cnv.el: Remove duplicate coding tag.
8083         * language/cham.el: Likewise.
8084         * language/tai-viet.el: Likewise.
8086 2012-02-18  Glenn Morris  <rgm@gnu.org>
8088         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8089         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8090         (calendar-bahai-all-holidays-flag, calendar-other-dates):
8091         * calendar/diary-lib.el (diary-abbreviated-year-flag):
8092         * calendar/holidays.el (holiday-bahai-holidays)
8093         (calendar-holidays, list-holidays):
8094         Use utf-8 Bahá'í in doc-strings, menus, etc.
8096 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
8098         * saveplace.el (save-place-ignore-files-regexp): New variable
8099         allowing for excluding files from saving their location of point.
8100         The default value matches the temporary commit message editing
8101         files from Git, SVN, Bazaar, and Mercurial.
8102         (save-place-to-alist): Use it.
8104 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
8105             Stefan Monnier  <monnier@iro.umontreal.ca>
8107         * newcomment.el (uncomment-region-default): Don't leave extra space
8108         when an arg is provided (bug#8150).
8110 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
8112         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
8114 2012-02-17  Glenn Morris  <rgm@gnu.org>
8116         * net/socks.el: Require network-stream.  (Bug#10599)
8118 2012-02-17  Kenichi Handa  <handa@m17n.org>
8120         * international/charprop.el:
8121         * international/uni-name.el:
8122         * international/uni-old-name.el:
8123         * international/uni-comment.el: Regenerate.
8125 2012-02-16  Glenn Morris  <rgm@gnu.org>
8127         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8128         Interactively in calendar buffer, give an error if not on a date.
8130 2012-02-15  Glenn Morris  <rgm@gnu.org>
8132         * shell.el (shell-delimiter-argument-list):
8133         Revert 2011-02-17 change.  (Bug#8027)
8135 2012-02-15  Chong Yidong  <cyd@gnu.org>
8137         * minibuffer.el (completion-at-point-functions): Doc fix.
8139         * custom.el (defcustom): Doc fix; note use of defvar.
8141 2012-02-15  Glenn Morris  <rgm@gnu.org>
8143         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8144         Doc fixes.
8146 2012-02-14  Glenn Morris  <rgm@gnu.org>
8148         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8150 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
8152         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8153         way the ports list is computed.
8154         (smtpmail-query-smtp-server): Prompt the user for a port number if
8155         we can't connect to any of the standard ports (bug#10810).
8157 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8159         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8161 2012-02-13  Glenn Morris  <rgm@gnu.org>
8163         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
8165 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
8167         * net/gnutls.el (gnutls-trustfiles): New variable.
8168         (gnutls-negotiate): Use it.
8170 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
8172         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8173         does its stuff if Gnus is running.
8175 2012-02-13  Alan Mackenzie  <acm@muc.de>
8177         Fix a loop in c-set-fl-decl-start.
8179         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
8180         c-backward-syntactic-ws actually moves backwards.
8182 2012-02-13  Leo Liu  <sdl.web@gmail.com>
8184         * net/rcirc.el (rcirc-markup-attributes): Move point to the
8185         beginning so that all \C-o chars are removed.
8187 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
8189         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
8191 2012-02-12  Alan Mackenzie  <acm@muc.de>
8193         Fix infinite loop with long macros.
8194         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
8196 2012-02-12  Chong Yidong  <cyd@gnu.org>
8198         * window.el (display-buffer): Doc fix (Bug#10785).
8200 2012-02-12  Glenn Morris  <rgm@gnu.org>
8202         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8203         (x-disown-selection-internal, x-get-selection-internal):
8204         Sync docs with the xselect.c versions.
8206         * allout-widgets.el: Add missing license notice.
8208 2012-02-11  Glenn Morris  <rgm@gnu.org>
8210         * select.el (x-get-selection-internal, x-own-selection-internal)
8211         (x-disown-selection-internal):
8212         * x-dnd.el (x-get-selection-internal): Update declarations.
8214         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8216         * window.el (window-sides-slots):
8217         * tool-bar.el (tool-bar-position):
8218         * term/xterm.el (xterm-extra-capabilities):
8219         * ses.el (ses-self-reference-early-detection):
8220         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8221         (verilog-auto-wire-type)
8222         (verilog-auto-delete-trailing-whitespace)
8223         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8224         (verilog-auto-tieoff-declaration):
8225         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8226         (sql-oracle-statement-starters, sql-oracle-scan-on):
8227         * progmodes/prolog.el (prolog-align-comments-flag)
8228         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8229         (prolog-left-indent-regexp, prolog-paren-indent-p)
8230         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8231         (prolog-types, prolog-mode-specificators)
8232         (prolog-determinism-specificators, prolog-directives)
8233         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8234         (prolog-electric-dot-flag)
8235         (prolog-electric-dot-full-predicate-template)
8236         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8237         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8238         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8239         (prolog-program-switches, prolog-prompt-regexp)
8240         (prolog-debug-on-string, prolog-debug-off-string)
8241         (prolog-trace-on-string, prolog-trace-off-string)
8242         (prolog-zip-on-string, prolog-zip-off-string)
8243         (prolog-use-standard-consult-compile-method-flag)
8244         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8245         (prolog-imenu-max-lines, prolog-info-predicate-index)
8246         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8247         (prolog-char-quote-workaround):
8248         * progmodes/cc-vars.el (c-defun-tactic):
8249         * net/tramp.el (tramp-encoding-command-interactive)
8250         (tramp-local-end-of-line):
8251         * net/soap-client.el (soap-client):
8252         * net/netrc.el (netrc-file):
8253         * net/gnutls.el (gnutls):
8254         * minibuffer.el (completion-category-overrides)
8255         (completion-cycle-threshold)
8256         (completion-pcm-complete-word-inserts-delimiters):
8257         * man.el (Man-name-local-regexp):
8258         * mail/feedmail.el (feedmail-display-full-frame):
8259         * international/characters.el (glyphless-char-display-control):
8260         * eshell/em-ls.el (eshell-ls-date-format):
8261         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8262         (lisp-lambda-list-keyword-parameter-indentation)
8263         (lisp-lambda-list-keyword-parameter-alignment):
8264         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8265         * dired-x.el (dired-omit-verbose):
8266         * cus-theme.el (custom-theme-allow-multiple-selections):
8267         * calc/calc.el (calc-highlight-selections-with-faces)
8268         (calc-lu-field-reference, calc-lu-power-reference)
8269         (calc-note-threshold):
8270         * battery.el (battery-mode-line-limit):
8271         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8272         (archive-7z-update):
8273         * allout.el (allout-prefixed-keybindings)
8274         (allout-unprefixed-keybindings)
8275         (allout-inhibit-auto-fill-on-headline)
8276         (allout-flattened-numbering-abbreviation):
8277         * allout-widgets.el (allout-widgets-auto-activation)
8278         (allout-widgets-icons-dark-subdir)
8279         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8280         (allout-widgets-theme-dark-background)
8281         (allout-widgets-theme-light-background)
8282         (allout-widgets-item-image-properties-emacs)
8283         (allout-widgets-item-image-properties-xemacs)
8284         (allout-widgets-run-unit-tests-on-load)
8285         (allout-widgets-time-decoration-activity)
8286         (allout-widgets-hook-error-post-time)
8287         (allout-widgets-track-decoration):
8288         Add missing :version tags to new defcustoms and defgroups.
8290         * progmodes/sql.el (sql-ansi-statement-starters)
8291         (sql-oracle-statement-starters): Add custom type.
8293         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8294         (prolog-system-version): Give it a type.
8296 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
8298         * term/pc-win.el (x-select-text, x-selection-owner-p)
8299         (x-own-selection-internal, x-disown-selection-internal)
8300         (x-get-selection-internal): Sync doc strings and argument lists
8301         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
8303 2012-02-11  Leo Liu  <sdl.web@gmail.com>
8305         * progmodes/python.el (python-end-of-statement): Fix infinite
8306         loop.  (Bug#10788)
8308 2012-02-10  Glenn Morris  <rgm@gnu.org>
8310         * international/mule-cmds.el (unify-8859-on-encoding-mode)
8311         (unify-8859-on-decoding-mode): Properly mark as obsolete.
8313 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
8315         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8316         about SMTP before checking the From header.
8318         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
8319         into own function for reuse by emacsbug.el.
8321 2012-02-10  Leo Liu  <sdl.web@gmail.com>
8323         * subr.el (condition-case-unless-debug): Rename from
8324         condition-case-no-debug.  All callers changed.
8325         (with-demoted-errors): Fix caller.
8327         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8328         * nxml/rng-valid.el (rng-do-some-validation):
8329         * emacs-lisp/package.el (package-refresh-contents)
8330         (package-menu-execute):
8331         * desktop.el (desktop-create-buffer):
8332         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
8334 2012-02-10  Glenn Morris  <rgm@gnu.org>
8336         * textmodes/bibtex.el:
8337         Add missing :version tags for new/changed defcustoms.
8339         * files.el (remote-file-name-inhibit-cache): Doc fixes.
8341 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
8343         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8344         (smtpmail-via-smtp): Use it, or fall back on the From address.
8345         (smtpmail-send-it): Ditto.
8347 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8349         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8350         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
8351         (byte-compile-tmp-var): New const.
8352         (byte-compile-defvar): Use it to minimize .elc size.
8353         Just use `defvar' rather than simulate it (bug#10761).
8355 2012-02-09  Glenn Morris  <rgm@gnu.org>
8357         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
8359         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8360         Add :version tags.
8362         * progmodes/compile.el (compilation-error-screen-columns)
8363         (compilation-first-column, compilation-filter-start): Doc fixes.
8365         * vc/log-view.el (log-view-toggle-entry-display):
8366         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8368         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8369         (report-emacs-bug-can-use-xdg-email):
8370         (report-emacs-bug-insert-to-mailer): Doc fixes.
8371         (report-emacs-bug): Message fix.
8373         * net/browse-url.el (browse-url-can-use-xdg-open)
8374         (browse-url-xdg-open): Doc fixes.
8376         * electric.el (electric-indent-mode, electric-pair-mode)
8377         (electric-layout-rules, electric-layout-mode): Doc fixes.
8378         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8380 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
8382         * server.el (server-unselect-display): Don't inadvertently kill
8383         the current buffer.  (Bug#10729)
8385 2012-02-08  Glenn Morris  <rgm@gnu.org>
8387         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8388         (sql-list-table): Doc fixes.
8390         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8391         Comment out (does nothing).
8393         * completion.el (dynamic-completion-mode):
8394         * dirtrack.el (dirtrack-debug-mode):
8395         * electric.el (electric-layout-mode):
8396         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8397         * face-remap.el (text-scale-mode, buffer-face-mode):
8398         * iimage.el (iimage-mode):
8399         * image-mode.el (image-transform-mode):
8400         * minibuffer.el (completion-in-region-mode):
8401         * scroll-lock.el (scroll-lock-mode):
8402         * simple.el (next-error-follow-minor-mode):
8403         * tar-mode.el (tar-subfile-mode):
8404         * tooltip.el (tooltip-mode):
8405         * vcursor.el (vcursor-use-vcursor-map):
8406         * wid-browse.el (widget-minor-mode):
8407         * emulation/tpu-edt.el (tpu-edt-mode):
8408         * emulation/tpu-extras.el (tpu-cursor-free-mode):
8409         * international/iso-ascii.el (iso-ascii-mode):
8410         * language/thai-util.el (thai-word-mode):
8411         * mail/supercite.el (sc-minor-mode):
8412         * net/goto-addr.el (goto-address-mode):
8413         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8414         * progmodes/cwarn.el (cwarn-mode):
8415         * progmodes/flymake.el (flymake-mode):
8416         * progmodes/glasses.el (glasses-mode):
8417         * progmodes/hideshow.el (hs-minor-mode):
8418         * progmodes/pascal.el (pascal-outline-mode):
8419         * textmodes/enriched.el (enriched-mode):
8420         * vc/smerge-mode.el (smerge-mode):
8421         Doc fixes (minor mode argument).
8423 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
8425         * ls-lisp.el (ls-lisp-sanitize): New function.
8426         (ls-lisp-insert-directory): Use it to fix or remove any elements
8427         in file-alist with missing attributes.  (Bug#4673)
8429 2012-02-07  Alan Mackenzie  <acm@muc.de>
8431         Fix spurious recognition of c-in-knr-argdecl.
8433         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8434         putative K&R region.
8436 2012-02-07  Alan Mackenzie  <acm@muc.de>
8438         * progmodes/cc-engine.el (c-forward-objc-directive):
8439         Prevent looping in "#pragma mark @implementation".
8441 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
8443         * notifications.el (notifications-on-closed-signal): Make `reason'
8444         optional.  (Bug#10744)
8446 2012-02-07  Glenn Morris  <rgm@gnu.org>
8448         * emacs-lisp/easy-mmode.el (define-minor-mode):
8449         Doc fixes for the macro and the mode it defines.
8451         * image.el (imagemagick-types-inhibit): Doc fix.
8453         * cus-start.el (imagemagick-render-type): Add it.
8455 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
8457         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8458         Set the default at load time, too, so that `font-lock-fontify-buffer'
8459         can be called without setting up the entire mode first.  This fixes
8460         a bug in `mm-inline-text' with C MIME parts.
8462 2012-02-06  Chong Yidong  <cyd@gnu.org>
8464         * simple.el (list-processes--refresh): Delete exited processes
8465         (Bug#8094).
8467         * comint.el (comint-next-prompt): next-single-char-property-change
8468         and prev-single-char-property-change never return nil (Bug#8657).
8470         * custom.el (defcustom): Doc fix (Bug#9711).
8472 2012-02-05  Chong Yidong  <cyd@gnu.org>
8474         * cus-edit.el (custom-variable-reset-backup): Quote the value
8475         before storing it in the customized-value property (Bug#6712).
8476         (custom-display): Add a customization type tag.
8477         (custom-buffer-create-internal): Improve tooltip message.
8479         * wid-edit.el (widget-field-value-get): New optional arg to
8480         suppress trailing whitespace truncation.
8481         (character): Use it (Bug#2689).
8483 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
8485         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8486         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8488 2012-02-05  Chong Yidong  <cyd@gnu.org>
8490         * cus-edit.el (custom-variable-value-create): For mismatched
8491         types, show the current value (Bug#7600).
8493         * custom.el (defcustom): Doc fix.
8495 2012-02-05  Glenn Morris  <rgm@gnu.org>
8497         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8499 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
8501         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8502         (pp-buffer): Use `ignore-errors', `looking-at-p'.
8503         (pp-last-sexp): Use `looking-at-p'.
8505 2012-02-04  Glenn Morris  <rgm@gnu.org>
8507         * files.el (revert-buffer):
8508         Doc fix (mention revert-buffer-in-progress-p).
8510         * emacs-lisp/ert-x.el (ert-simulate-command):
8511         Check deferred-action-list (which is obsolete) is bound.
8513         * subr.el (with-wrapper-hook): Doc fixes.
8515         * simple.el (filter-buffer-substring-functions)
8516         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8518 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
8520         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8521         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
8523 2012-02-04  Leo Liu  <sdl.web@gmail.com>
8525         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8527 2012-02-04  Glenn Morris  <rgm@gnu.org>
8529         * image.el (image-extension-data): Add obsolete alias.
8531         * isearch.el (isearch-update): Doc fix.
8533         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8535         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8537 2012-02-03  Glenn Morris  <rgm@gnu.org>
8539         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
8540         (image-animate-timeout): Doc fix.
8542         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8544 2012-02-02  Glenn Morris  <rgm@gnu.org>
8546         * server.el (server-auth-dir): Doc fix.
8547         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
8549         * subr.el (run-mode-hooks): Doc fix.
8551 2012-02-02  Juri Linkov  <juri@jurta.org>
8553         * image-mode.el (image-toggle-display-image): Remove tautological
8554         `major-mode' from the `derived-mode-p' test.
8556 2012-02-02  Kenichi Handa  <handa@m17n.org>
8558         * composite.el (compose-region): Cancel previous change.
8560 2012-02-02  Kenichi Handa  <handa@m17n.org>
8562         * composite.el (compose-region, compose-string): Signal error for
8563         a null string component (Bug#6988).
8565 2012-02-01  Chong Yidong  <cyd@gnu.org>
8567         * view.el (view-buffer-other-window, view-buffer-other-frame):
8568         Handle special modes like view-buffer (Bug#10650).
8569         (view-buffer): Simplify.
8571         * frame.el (set-frame-font): Tweak meaning of third argument.
8573         * dynamic-setting.el (font-setting-change-default-font):
8574         Use set-frame-font (Bug#9982).
8576 2012-02-01  Glenn Morris  <rgm@gnu.org>
8578         * progmodes/compile.el (compilation-internal-error-properties):
8579         Respect compilation-first-column in the "*compilation*" buffer.
8581         * emacs-lisp/easy-mmode.el (define-minor-mode):
8582         Relax :variable's test for a named function.
8584 2012-01-31  Alan Mackenzie  <acm@muc.de>
8586         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
8587         off by one error.
8589 2012-01-31  Chong Yidong  <cyd@gnu.org>
8591         * frame.el (set-frame-font): New arg ALL-FRAMES.
8593         * menu-bar.el (menu-set-font): Use set-frame-font.
8595         * faces.el (face-spec-reset-face): Don't apply unspecified
8596         attribute values to the default face.
8598 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
8600         * progmodes/cwarn.el (cwarn): Remove dead link.
8601         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
8602         Remove * from defcustom docstrings.
8603         (turn-on-cwarn-mode): Make obsolete.
8604         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8605         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
8607 2012-01-31  Glenn Morris  <rgm@gnu.org>
8609         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8610         Fix :variable handling of mode a symbol not equal to modefun.
8611         Allow named functions to be used as the cdr of :variable.
8613 2012-01-30  Glenn Morris  <rgm@gnu.org>
8615         * emacs-lisp/authors.el (authors-fixed-entries):
8616         Remove reference to deleted file rnewspost.el.
8618 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
8620         * window.el (window-with-parameter): Remove unused variable `windows'.
8621         (window--side-check): Remove unused variable `code'.
8622         (window--resize-siblings): Remove unused variable `first'.
8623         (adjust-window-trailing-edge): Remove unused variable `failed'.
8624         (window-deletable-p, window--delete): Remove unused variable `buffer'.
8625         Use `let', not `let*'.
8626         (balance-windows-2): Remove unused variable `found'.
8627         (window--state-put-2): Remove unused variable `splits'.
8628         (window-state-put): Remove unused variable `selected'.
8629         (same-window-p): Use `string-match-p'.
8630         (display-buffer-assq-regexp): Remove unused variable `value'.
8631         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8632         Mark argument ALIST as ignored.
8633         (pop-to-buffer): Remove unused variable `old-window'.
8635 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
8637         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
8638         and .lzma compressed files.
8640 2012-01-29  Chong Yidong  <cyd@gnu.org>
8642         * frame.el (window-system-default-frame-alist): Doc fix.
8644         * dynamic-setting.el (font-setting-change-default-font): Don't
8645         change the default face if SET-FONT argument is non-nil (Bug#9982).
8647 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
8649         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
8651 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
8653         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
8654         breakpoints in files outside current directory (Bug#6098).
8656 2012-01-29  Chong Yidong  <cyd@gnu.org>
8658         * progmodes/python.el: Require ansi-color at top-level.
8660         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
8661         Define and use in Emacs Lisp mode (Bug#9360).
8662         (lisp-mode-abbrev-table): Add doc.
8663         (lisp-mode-variables): Don't set local-abbrev-table.
8664         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
8666 2012-01-28  Roland Winkler  <winkler@gnu.org>
8668         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
8670 2012-01-28  Roland Winkler  <winkler@gnu.org>
8672         * textmodes/bibtex.el (bibtex-entry-alist): New function.
8673         (bibtex-set-dialect): Use it.  Either set global values of
8674         dialect-dependent variables or bind these variables buffer-locally
8675         (Bug#10254).
8676         (bibtex-mode): Call bibtex-set-dialect via
8677         hack-local-variables-hook.
8678         (bibtex-dialect): Update docstring.
8679         Add safe-local-variable predicate.
8680         (bibtex-entry-alist, bibtex-field-alist): Initialize via
8681         bibtex-set-dialect.
8682         (bibtex-mode-map): Define menu for each dialect.
8683         (bibtex-entry): Fix docstring.
8685 2012-01-28  Chong Yidong  <cyd@gnu.org>
8687         * eshell/esh-arg.el (eshell-quote-argument): New function.
8689         * eshell/esh-ext.el (eshell-invoke-batch-file):
8690         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
8691         first arg to eshell-parse-command (Bug#10523).
8693 2012-01-28  Drew Adams  <drew.adams@oracle.com>
8695         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
8696         `default-directory' is non-nil.
8698 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
8700         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
8701         line that displays system-configuration-options.  (Bug#9924)
8703 2012-01-28  Drew Adams  <drew.adams@oracle.com>
8705         * descr-text.el (describe-char): Show information about POS, in
8706         addition to information about the character at POS.  Improve and
8707         update the doc string.  Change "code point" to "code point in
8708         charset", to avoid confusion with the character's Unicode code
8709         point shown above that.  (Bug#10129)
8711 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
8713         * descr-text.el (describe-char): Show the raw character, not only
8714         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
8715         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
8716         for the reasons.
8718 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
8720         * emacs-lisp/package.el (package-install):
8721         Run package-refresh-contents if there is no archive yet (Bug#9798).
8723 2012-01-28  Chong Yidong  <cyd@gnu.org>
8725         * emacs-lisp/package.el (package-maybe-load-descriptor):
8726         New function, split from package-maybe-load-descriptor.
8727         (package-maybe-load-descriptor): Use it.
8728         (package-download-transaction): Fully load required packages
8729         inside the loop, so that `require' calls work (Bug#10593).
8730         (package-install): No need to call package-initialize now.
8732 2012-01-28  Chong Yidong  <cyd@gnu.org>
8734         * simple.el (deactivate-mark): Doc fix (Bug#8614).
8736         * tooltip.el (tooltip-mode): Doc fix.
8737         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
8739         * frame.el (set-cursor-color): Doc fix (Bug#352).
8741         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
8742         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
8744         * cus-edit.el (custom-buffer-create-internal): Fix search button
8745         action (Bug#10542).
8746         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
8748 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
8750         * dired.el (dired-mark-files-regexp):
8751         Include any subdirectory components.  (Bug#10445)
8753 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
8755         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
8756         Handle [host]:port syntax.  (Bug#10533)
8758 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
8760         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
8762 2012-01-26  Glenn Morris  <rgm@gnu.org>
8764         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
8765         * term.el (term-raw-escape-map): Use Control-X-prefix.
8766         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
8768 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
8770         * window.el (window-state-get, window--state-get-1): Don't deal
8771         with fixed-sizeness of windows.  Simplify code.
8773 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
8775         * window.el (window--state-get-1, window--state-put-2):
8776         Don't save and restore the mark.
8778 2012-01-25  Chong Yidong  <cyd@gnu.org>
8780         * custom.el (custom-variable-p): Doc fix.
8782 2012-01-25  Glenn Morris  <rgm@gnu.org>
8784         * dired.el (dired-goto-file): Handle some of the more common
8785         characters that `ls -b' escapes.  (Bug#10596)
8787         * progmodes/compile.el (compilation-next-error-function):
8788         Respect compilation-first-column in the "*compilation*" buffer.
8789         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
8791         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
8793 2012-01-24  Glenn Morris  <rgm@gnu.org>
8795         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
8797 2012-01-24  Julien Danjou  <julien@danjou.info>
8799         * color.el (color-rgb-to-hsl): Fix value computing.
8800         (color-hue-to-rgb): New function.
8801         (color-hsl-to-rgb): New function.
8802         (color-clamp, color-saturate-hsl, color-saturate-name)
8803         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8804         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
8806 2012-01-24  Glenn Morris  <rgm@gnu.org>
8808         * vc/vc-rcs.el (vc-rcs-create-tag):
8809         * vc/vc-sccs.el (vc-sccs-create-tag):
8810         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
8812 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
8814         * eshell/esh-util.el (eshell-read-hosts-file):
8815         Skip comment lines.  (Bug#10549)
8817         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
8819 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
8821         * subr.el (display-delayed-warnings): Doc fix.
8822         (collapse-delayed-warnings): New function to collapse identical
8823         adjacent warnings.
8824         (delayed-warnings-hook): Add it.
8826 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
8828         * net/tramp.el (tramp-action-login): Set connection property "login-as".
8830         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
8831         (tramp-default-user-alist): Don't add "pscp".
8832         (tramp-do-copy-or-rename-file-out-of-band): Use connection
8833         property "login-as", if set.  (Bug#10530)
8835 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
8837         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
8838         "plink1" and "psftp".  (Bug#10530)
8840 2012-01-21  Kenichi Handa  <handa@m17n.org>
8842         * international/mule-cmds.el (prefer-coding-system): Show a
8843         warning message if the default value of file-name-coding-system
8844         was not changed.
8846 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
8848         * windmove.el (windmove-reference-loc):
8849         Fix windmove-reference-loc miscalculation.
8851 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
8853         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
8854         default unit.
8856 2012-01-21  Glenn Morris  <rgm@gnu.org>
8858         * international/mule.el (auto-coding-alist): Add .tbz.
8860         * files.el (local-enable-local-variables): Doc fix.
8861         (inhibit-local-variables-regexps): Rename from
8862         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
8863         Doc fix.  Add some extensions from auto-coding-alist.
8864         (inhibit-local-variables-suffixes):
8865         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
8866         (inhibit-local-variables-p):
8867         New function, extracted from set-auto-mode-1.
8868         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
8869         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
8870         (hack-local-variables): Doc fix.  Make the mode-only case
8871         respect enable-local-variables and friends.
8872         Respect inhibit-local-variables-regexps for file-locals, but
8873         not for directory-locals.
8874         (set-visited-file-name):
8875         Take account of inhibit-local-variables-regexps.
8876         Whether it applies may change as the file name is changed.
8877         * jka-cmpr-hook.el (jka-compr-install):
8878         * jka-compr.el (jka-compr-uninstall):
8879         Update for inhibit-first-line-modes-suffixes name change.
8881 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
8883         * help-macro.el (make-help-screen): Temporarily restore original
8884         binding for minor-mode-map-alist (Bug#10454).
8886 2012-01-19  Julien Danjou  <julien@danjou.info>
8888         * color.el (color-name-to-rgb): Use the white color to find the max
8889         color component value and return correctly computed values.
8890         (color-name-to-rgb): Add missing float conversion for max value.
8892 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
8894         * window.el (window--state-get-1, window-state-get): Do not use
8895         special state value for window-persistent-parameters.
8896         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
8897         (window--state-put-2): Reset all window parameters to nil before
8898         assigning values of persistent parameters.
8900 2012-01-18  Alan Mackenzie  <acm@muc.de>
8902         Eliminate sluggishness and hangs in fontification of "semicolon
8903         deserts".
8905         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
8906         Change value 10000 -> 3000.
8907         (c-state-safe-place): Reformulate so it doesn't stack up an
8908         infinite number of wrong entries in c-state-nonlit-pos-cache.
8909         (c-determine-limit-get-base, c-determine-limit): New functions to
8910         determine backward search limits disregarding literals.
8911         (c-find-decl-spots): Amend commenting.
8912         (c-cheap-inside-bracelist-p): New function which detects "={".
8914         * progmodes/cc-fonts.el
8915         (c-make-font-lock-BO-decl-search-function): Give a limit to a
8916         backward search.
8917         (c-font-lock-declarations): Fix an occurrence of point being
8918         undefined.  Check additionally for point being in a bracelist or
8919         near a macro invocation without a semicolon so as to avoid a
8920         fruitless time consuming search for a declarator.  Give a more
8921         precise search limit for declarators using the new
8922         c-determine-limit.
8924 2012-01-18  Glenn Morris  <rgm@gnu.org>
8926         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
8927         (set-auto-mode): Doc fixes.
8929 2012-01-17  Glenn Morris  <rgm@gnu.org>
8931         * isearch.el (search-nonincremental-instead): Fix doc typo.
8933         * dired.el (dired-insert-directory): Handle newlines in directory name.
8934         (dired-build-subdir-alist): Unescape newlines in directory name.
8936 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
8938         * net/tramp.el (tramp-local-end-of-line): New defcustom.
8939         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
8940         (tramp-action-terminal): Use it.  (Bug#10530)
8942 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * minibuffer.el (completion--replace): Strip properties (bug#10062).
8946 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
8948         * window.el (window-state-ignored-parameters): Remove variable.
8949         (window--state-get-1): Rename argument MARKERS to IGNORE.
8950         Handle persistent window parameters.  Make copy of clone-of
8951         parameter only if requested.  (Bug#10348)
8952         (window--state-put-2): Install a window parameter only if it has
8953         a non-nil value or an existing parameter shall be overwritten.
8955 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
8957         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
8959 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
8961         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
8962         don't pass the (nil) value of `upnode' to string-match.
8964 2012-01-14  Chong Yidong  <cyd@gnu.org>
8966         * startup.el (command-line): Fix X resource class for cursorColor.
8967         Fix values recognized by the cursorBlink resource.
8969 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
8971         * epg.el (epg--make-temp-file): Avoid permission race condition
8972         when running on old Emacs versions (bug#10403).
8974 2012-01-14  Glenn Morris  <rgm@gnu.org>
8976         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
8978 2012-01-13  Alan Mackenzie  <acm@muc.de>
8980         Fix filling for when filladapt mode is enabled.
8982         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
8983         c-mask-paragraph, pass in `fill-paragraph' rather than
8984         `fill-region-as-paragraph'.  (This is a reversion of a previous
8985         change.)
8986         * progmodes/cc-mode.el (c-basic-common-init):
8987         Make fill-paragraph-handle-comment buffer local and set it to nil.
8989 2012-01-13  Glenn Morris  <rgm@gnu.org>
8991         * dired.el (dired-switches-escape-p): New function.
8992         (dired-insert-directory): Use dired-switches-escape-p.
8993         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
8995         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
8997 2012-01-12  Glenn Morris  <rgm@gnu.org>
8999         * mail/sendmail.el (mail-mode): Update paragraph-separate for
9000         changes in adaptive-fill-regexp.  (Bug#10276)
9002 2012-01-11  Alan Mackenzie  <acm@muc.de>
9004         Fix Emacs bug #10463 - put `widen's around the critical spots.
9006         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
9007         widen around each invocation of c-state-pp-to-literal.  Remove an
9008         unused let variable.
9010 2012-01-11  Glenn Morris  <rgm@gnu.org>
9012         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
9013         Doc fix.
9015 2012-01-10  Chong Yidong  <cyd@gnu.org>
9017         * net/network-stream.el (network-stream-open-starttls):
9018         Avoid emitting a confusing error message when the server gives a bad
9019         response to the capability command.
9021 2012-01-10  Glenn Morris  <rgm@gnu.org>
9023         * mail/unrmail.el (unrmail): Tweak previous change.
9025 2012-01-09  Chong Yidong  <cyd@gnu.org>
9027         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9029 2012-01-08  Alan Mackenzie  <acm@muc.de>
9031         Optimise font locking in long enum definitions.
9033         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9034         arm to a cond form to handle enums.
9035         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9036         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9038 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
9040         * files.el (move-file-to-trash): Preserve default file modes on error.
9041         (Bug#10401)
9043 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045         * faces.el (set-face-attribute): Clarify the meaning of the nil
9046         frame (bug#10294).
9048         * subr.el (with-selected-frame): Mention that the selected frame
9049         is restored (bug#9980).
9051         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9052         (bug#9759).
9054         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
9055         (password-read): Don't autoload unused function.
9057 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
9059         * progmodes/which-func.el (which-func-mode): Turn into a
9060         non-interactive function and mark as obsolete (bug#10428).
9062 2012-01-06  Chong Yidong  <cyd@gnu.org>
9064         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9065         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9066         functions, along with 1 and -1.
9068 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
9070         * time.el (display-time-load-average)
9071         (display-time-default-load-average): Doc fixes.  See the thread
9072         starting at
9073         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9074         for the details.
9076 2012-01-06  Glenn Morris  <rgm@gnu.org>
9078         * mail/unrmail.el (unrmail): Give an explicit error if the input file
9079         has no messages.  (Bug#10377)
9081         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9082         than Info-edit.  (Bug#10385)
9084         * time.el (display-time-load-average, display-time-next-load-average):
9085         Doc fixes.
9087         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9088         local setting of buffer-read-only to the input buffer.  (Bug#10419)
9090         * calendar/calendar.el (calendar-mode):
9091         Locally set scroll-margin to 0.  (Bug#10379)
9093 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
9095         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
9097 2012-01-05  Glenn Morris  <rgm@gnu.org>
9099         * eshell/em-unix.el (diff-no-select): Autoload it.
9100         (eshell/diff): Use diff-no-select.  (Bug#10420)
9102 2012-01-05  Chong Yidong  <cyd@gnu.org>
9104         * shell.el (shell-dynamic-complete-functions): Revert last change.
9105         (shell-command-completion-function): New function.
9106         (shell-completion-vars): Use it to implement
9107         shell-completion-execonly (Bug#10417).
9109         * custom.el (enable-theme): Don't set custom-safe-themes.
9111         * cus-theme.el (custom-theme-merge-theme):
9112         Ignore custom-enabled-themes and custom-safe-themes.
9114 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
9116         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9117         first prompt in `sql-interacive-mode'.
9118         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
9119         keywords.
9120         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
9121         (sql-product-interactive): Bug fix: Set `sql-buffer' in
9122         context of original buffer.  Invoke `sql-login-hook'.
9124 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
9126         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9127         letters in cite-prefix.
9129 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9133 2012-01-03  Chong Yidong  <cyd@gnu.org>
9135         * shell.el (shell-dynamic-complete-functions):
9136         Put pcomplete-completions-at-point, so as to try
9137         comint-filename-completion first (Bug#10417).
9139 2012-01-02  Richard Stallman  <rms@gnu.org>
9141         * battery.el (battery-status-function):
9142         Detect when to use battery-yeeloong-sysfs.
9143         (battery-echo-area-format): Add string for Yeeloong.
9144         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9145         (battery-yeeloong-sysfs): New function.
9147 2012-01-02  Chong Yidong  <cyd@gnu.org>
9149         * dirtrack.el (dirtrack-list): Eliminate unused third element.
9150         (dirtrack): Merge code for handling relative filenames in prompt
9151         from shell-dir-cookie-watcher.
9152         (dirtrack-debug-message): New arg to avoid excess format calls.
9154         * shell.el (shell-dir-cookie-re): Variable deleted.
9155         (shell-dir-cookie-watcher): Function deleted.
9156         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9157         with dirtrack-mode.
9159 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
9161         * term/w32-win.el (dynamic-library-alist) <gnutls>:
9162         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
9163         libgnutls-26.dll.
9165 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
9167         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9169 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
9171         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9172         headers of non-MIME messages, when rmail-enable-mime is non-nil.
9174 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
9176         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9177         also for alternative shells.
9178         (tramp-open-connection-setup-interactive-shell): Check, whether
9179         the shell is a busybox.
9180         (tramp-send-command): Don't suppress multiple prompts for
9181         busyboxes, it hurts.
9183 2011-12-28  Chong Yidong  <cyd@gnu.org>
9185         * progmodes/gdb-mi.el (gdb-get-source-file-list)
9186         (gdb-get-source-file): Move mode line update to
9187         gdb-get-source-file (Bug#10087).
9189 2011-12-25  Chong Yidong  <cyd@gnu.org>
9191         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9192         gud-gdb-marker-filter without taking it as an argument.
9193         (gud-gdb-run-command-fetch-lines): Caller changed.
9194         (gud-gdb-completion-function): New variable.
9195         (gud-gdb-completion-at-point): Use it.
9196         (gud-gdb-completions-1): Split from gud-gdb-completions.
9198         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9199         function as separate arguments.
9200         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9201         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9202         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9203         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9204         (gdb-stopped, def-gdb-auto-update-trigger)
9205         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
9206         (gdb-get-changed-registers, gdb-get-main-selected-frame):
9207         Callers changed.
9208         (gud-gdbmi-completions): New function.
9209         (gdb): Use it for generating the completion table.
9211 2011-12-24  Alan Mackenzie  <acm@muc.de>
9213         Introduce a mechanism to widen the region used in context font
9214         locking.  Use this to protect declarations from losing their contexts.
9216         * progmodes/cc-langs.el (c-before-font-lock-functions):
9217         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
9218         (c-before-context-fontification-functions): New defvar, a list of
9219         functions to be run just before context (etc.) font locking.
9221         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
9222         New, functionality extracted from
9223         c-neutralize-syntax-in-and-mark-CPP.
9224         (c-in-after-change-fontification): New variable.
9225         (c-after-change): Set c-in-after-change-fontification.
9226         (c-set-fl-decl-start): Rejig its interface, so it can be called
9227         from both after-change and context fontifying.
9228         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9229         New functions.
9230         (c-standard-font-lock-fontify-region-function): New variable.
9231         (c-font-lock-fontify-region): New function.
9233 2011-12-24  Juri Linkov  <juri@jurta.org>
9235         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9236         (Bug#10348)
9238 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
9240         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9241         existence of source file.  (Bug#10325)
9243 2011-12-23  Alan Mackenzie  <acm@muc.de>
9245         Fix unstable fontification inside templates.
9247         * progmodes/cc-langs.el (c-before-font-lock-functions):
9248         Newly created from the singular version.  The (c c++ objc) entry now
9249         additionally has c-set-fl-decl-start.  The other languages (apart
9250         from AWK) have that as a single entry.
9252         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9253         The functionality for "local" declarations has been extracted to
9254         c-set-fl-decl-start.
9256         * progmodes/cc-mode.el (c-common-init, c-after-change):
9257         Changes due to pluralisation of c-before-font-lock-functions.
9258         (c-set-fl-decl-start): New function, extracted from
9259         c-font-lock-enclosing-decls and enhanced.
9261 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
9263         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9265 2011-12-22  Juri Linkov  <juri@jurta.org>
9267         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
9269 2011-12-22  Chong Yidong  <cyd@gnu.org>
9271         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9273 2011-12-21  Drew Adams  <drew.adams@oracle.com>
9275         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
9277 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
9279         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9281 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9283         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
9284         highlighting and support.  Fix up comments for capitalization.
9285         (cfengine-mode-debug): New var.
9286         (cfengine3-mode): Change the modeline indicator to "CFE3".
9287         (cfengine3-font-lock-keywords): Improve defun highlighting.
9288         (cfengine2-actions): Rename from `cfengine-actions'.
9289         (cfengine2-font-lock-keywords): Rename from
9290         `cfengine-font-lock-keywords'.
9291         (cfengine2-imenu-expression): Rename from
9292         `cfengine-imenu-expression'.
9293         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9294         (cfengine2-beginning-of-defun): Rename from
9295         `cfengine-beginning-of-defun'.
9296         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9297         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9298         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
9299         modeline indicator to "CFE2".
9300         (cfengine-mode): Defalias to `cfengine-auto-mode'.
9301         (cfengine-mode-abbrevs): Mark obsolete.
9303 2011-12-21  Chong Yidong  <cyd@gnu.org>
9305         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9306         filename argument.
9308 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
9310         * window.el (window-normalize-buffer-to-display): Remove.
9311         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9313 2011-12-19  Chong Yidong  <cyd@gnu.org>
9315         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9316         Don't signal an error in a predicate function; return non-nil.
9317         (vc-dir-mark-file): Move the error here.
9318         (vc-dir-mark-unmark): If acting on the region, keep going if one
9319         of the entries cannot be marked/unmarked.
9320         (vc-dir-mark-all-files): If current entry is a directory, mark
9321         only child files, as documented.
9323 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9325         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9326         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9327         addition.
9329 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
9331         * term/ns-win.el (ns-get-selection-internal)
9332         (ns-store-selection-internal): Declare.
9333         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9334         Declare as obsolete.
9335         (ns-get-pasteboard, ns-paste-secondary):
9336         Use ns-get-selection-internal.
9337         (ns-set-pasteboard,  ns-copy-including-secondary):
9338         Use ns-store-selection-internal.
9340 2011-12-17  Chong Yidong  <cyd@gnu.org>
9342         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9343         (vc-deduce-fileset): Doc fix.
9345 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
9347         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9349 2011-12-13  Sam Steingold  <sds@gnu.org>
9351         * man.el (Man-getpage-in-background): When running under a
9352         window-system, ignore $MANWIDTH and $COLUMNS.
9354 2011-12-15  Kenichi Handa  <handa@m17n.org>
9356         * language/ethio-util.el: Change coding tag to utf-8-emacs.
9357         (setup-ethiopic-environment-internal): Comment out key-binding for
9358         ethio-toggle-punctuation.
9360 2011-12-13  Alan Mackenzie  <acm@muc.de>
9362         Add the switch statement to AWK Mode.
9364         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
9365         "default" to the keywords regexp.
9367         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
9368         expression as the rest.
9369         (c-nonlabel-token-key): Allow string literals for AWK.
9370         Refactor for the other modes.
9372         Large brace-block initialisation makes CC Mode slow: Fix.
9373         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
9374         routines.  Limit backward searching in c-font-lock-enclosing.decl.
9376         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9377         pp-state and literal type in addition to the limits.
9378         (c-state-safe-place): New defun, extracted from c-state-literal-at.
9379         (c-state-literal-at): Use the above new defun.
9380         (c-slow-in-literal, c-fast-in-literal): Remove.
9381         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
9383         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9384         being in a literal.  Add a limit for backward searching.
9386         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9387         c-slow-in-literal.
9389 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9391         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9393 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
9395         * window.el (delete-other-windows): Use correct frame in call to
9396         window-with-parameter.
9398 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
9400         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9401         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9402         (makefile-gmake-statements, makefile-makepp-statements):
9403         Use it and add new makepp keywords.
9404         (makefile-makepp-font-lock-keywords): Add new patterns.
9405         (makefile-match-function-end): Match new [...] and [[...]].
9407 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
9409         * ses.el (ses-call-printer-return, ses-cell-property-get)
9410         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9411         (ses-create-cell-variable, ses-reset-header-string)
9412         (ses-cell-set-formula, ses-repair-cell-reference-all)
9413         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9414         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9415         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9416         (ses-aset-with-undo, ses-load, ses-truncate-cell)
9417         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9418         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9419         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9420         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9421         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9422         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9423         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9424         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9426 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9428         * ses.el: The overall change is to add cell renaming, that is
9429         setting fancy names for cell symbols other than name matching
9430         "\\`[A-Z]+[0-9]+\\'" regexp .
9431         (ses-create-cell-variable): New defun.
9432         (ses-relocate-formula): Relocate formulas only for cells the
9433         symbols of which are not renamed, i.e. symbols whose names do not
9434         match regexp "\\`[A-Z]+[0-9]+\\'".
9435         (ses-relocate-all): Relocate values only for cells the symbols of
9436         which are not renamed.
9437         (ses-load): Create cells variables as the (ses-cell ...) are read,
9438         in order to check row col consistency with cell symbol name only
9439         for cells that are not renamed.
9440         (ses-replace-name-in-formula): New defun.
9441         (ses-rename-cell): New defun.
9443 2011-12-11  Chong Yidong  <cyd@gnu.org>
9445         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9446         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9448 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
9450         * window.el (other-window): Fix docstring.
9452 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
9454         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
9455         `from' or `to' address before taking its substring.
9456         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
9457         encoded name is chopped in the middle of the encoded string, and
9458         thus displayed encoded.
9460 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
9462         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9464 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
9466         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
9467         to use texinfo-update-node and commands that call it if the
9468         Texinfo file uses @node lines without next/prev/up pointers.
9469         Correct outdated description about texinfo-master-menu.
9470         (texinfo-all-menus-update, texinfo-master-menu)
9471         (texinfo-update-node, texinfo-every-node-update)
9472         (texinfo-multiple-files-update): Doc fix.  Warn against updating
9473         all the @node lines.
9474         (texinfo-master-menu): Only call texinfo-update-node if the prefix
9475         argument is numeric.  Explain better in the doc string what the
9476         function really does.
9477         (texinfo-insert-master-menu-list): Improve the error message
9478         displayed if there's no menu in the Top node.
9479         (Bug#2975)  See also this thread:
9480         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9482 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
9484         * speedbar.el (speedbar-supported-extension-expressions):
9485         Add .adb and .ads, commonly used for Ada source code (bug#10256).
9487 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
9489         * printing.el (pr-mode-alist):
9490         * simple.el (filter-buffer-substring-functions)
9491         (completion-list-insert-choice-function):
9492         * window.el (window-with-parameter, window-atom-root)
9493         (window-sides-slots, window-size-fixed, window-min-delta)
9494         (window-max-delta, window--resize-mini-window)
9495         (window--resize-child-windows-normal, window-tree)
9496         (delete-other-windows, quit-window, split-window)
9497         (display-buffer-record-window, special-display-buffer-names)
9498         (special-display-regexps, special-display-popup-frame)
9499         (same-window-p, split-window-sensibly)
9500         (display-buffer-overriding-action, display-buffer-alist)
9501         (display-buffer-base-action, display-buffer, switch-to-buffer)
9502         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9503         (fit-window-to-buffer, recenter-positions)
9504         (mouse-autoselect-window-state, mouse-autoselect-window-select):
9505         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9506         and remove unneeded backslashes in docstrings.
9508 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9510         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9512         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9513         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9514         end in ".mk".
9515         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9516         when reading the makefile (bug#10116).
9518 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9521         (bug#10116).
9523 2011-12-06  Glenn Morris  <rgm@gnu.org>
9525         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9527 2011-12-06  Chong Yidong  <cyd@gnu.org>
9529         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9531 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
9533         * textmodes/table.el (table-shorten-cell): Fix typo.
9535 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
9537         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9539 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
9541         * descr-text.el (describe-char): Fix display of strong
9542         right-to-left characters and directional embeddings and overrides.
9544         * simple.el (what-cursor-position): Fix display of codepoints of
9545         strong right-to-left characters.
9547 2011-12-05  Chong Yidong  <cyd@gnu.org>
9549         * faces.el (read-color): Doc fix.
9551 2011-12-05  Glenn Morris  <rgm@gnu.org>
9553         * align.el (align--set-marker): Add doc-string.
9554         Don't try to move something that is not a marker.  (Bug#10216)
9556 2011-12-04  Glenn Morris  <rgm@gnu.org>
9558         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
9559         overly zealous deletion of trailing whitespace.
9561 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
9563         * server.el (server-delete-client): On Windows, do not try to delete
9564         the only terminal.
9565         (server-process-filter): On Windows, treat requests for a tty frame as
9566         if they were for a GUI frame if the running server is in GUI mode.
9568 2011-12-03  Glenn Morris  <rgm@gnu.org>
9570         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
9572 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9574         * electric.el: Streamline electric-indent's hook.
9575         (electric-indent-chars): Revert to simple list.
9576         (electric-indent-functions): New var.
9577         (electric-indent-post-self-insert-function): Use it.
9579         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
9580         there's no inferior buffer (bug#10196).
9581         (prolog-consult-compile): Don't use toggle-read-only.
9583 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
9585         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
9586         interrupt.  (Bug#10187)
9588 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9591         (bug#9160).
9593         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
9594         (bug#10191).
9596 2011-12-02  Juri Linkov  <juri@jurta.org>
9598         * info.el (Info-search): Display "end of manual" when Isearch
9599         reaches the end of single-file Info manual.  (Bug#9918)
9601 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
9603         * isearch.el (isearch-message-prefix): Run the input method part
9604         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
9606 2011-12-02  Juri Linkov  <juri@jurta.org>
9608         * isearch.el (isearch-occur): Use `word-search-regexp' for
9609         `isearch-word'.
9610         (isearch-search-and-update): Add condition for `isearch-word' and
9611         call `word-search-regexp'.  (Bug#10145)
9613 2011-12-01  Glenn Morris  <rgm@gnu.org>
9615         * eshell/em-hist.el (eshell-hist-initialize):
9616         Handle eshell-history-size nil and HISTSIZE set or unset.
9617         (eshell-history-file-name, eshell-history-size): Fix custom type.
9619 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9621         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
9623 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
9625         * progmodes/verilog-mode.el (verilog-pretty-expr):
9626         Rework verilog-pretty-expr to handle new assignment operators in system
9627         verilog, such as += *= and the like.
9628         (verilog-assignment-operator-re): Regular expression to find the
9629         assigment operator in a verilog assignment.
9630         (verilog-assignment-operation-re): Regular expression to find an
9631         assignment statement for pretty-expr.
9632         (verilog-in-attribute-p): Query returns true if point is in an
9633         attribute context; used to skip these for expression line up from
9634         pretty-expr.
9635         (verilog-in-parameter-p): Query returns true if point is in an
9636         parameter definition context; used to skip these for expression
9637         line up from pretty-expr.
9638         (verilog-in-parenthesis-p): Query returns true if point is in a
9639         parenthetical expression, specifically ( ) but not [ ] or { };
9640         used by pretty-expr.
9641         (verilog-just-one-space): If there is no space, don't add one.
9642         (verilog-get-lineup-indent-2): Specifically skip just attribute
9643         contexts for expression lineup, rather than skipping all
9644         parenthetical expressions.
9645         (verilog-calculate-indent): Fix comment, and fix indent.
9646         (verilog-do-indent): Indent declarations in lists (suggested by
9647         Joachim Lechner).
9648         (verilog-mode-abbrev-table): Populate abbrev mode with the various
9649         skeleton items.
9650         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
9651         by Alain Mellan).
9653 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
9655         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
9656         parameters with embedded comments.  Reported by Ray Stevens.
9657         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
9658         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
9659         Reported by Tim Holt.
9660         (verilog-auto): Fix AUTOing a upper module then AUTOing module
9661         instantiated by upper module causing wrong expansion until AUTOed a
9662         second time.  Reported by K C Buckenmaier.
9663         (verilog-diff-auto): Fix showing .* as a difference when
9664         `verilog-auto-star-save' off.  Reported by Dan Dever.
9665         (verilog-auto-reset, verilog-read-always-signals)
9666         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
9667         temporary signals in reset list if
9668         verilog-auto-reset-blocking-in-non is nil, and match assignment
9669         style to each signal's assignment type, bug381.
9670         Reported by Thomas Esposito.
9671         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
9672         (verilog-uvm-statement-re): Support UVM indentation and
9673         highlighting, with old OVM keywords only.
9674         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
9675         Support AUTOTIEOFF creating non-wire data types.
9676         Suggested by Jonathan Greenlaw.
9677         (verilog-auto-insert-lisp, verilog-delete-to-paren)
9678         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
9679         (verilog-inject-sense, verilog-read-inst-pins)
9680         (verilog-read-sub-decls, verilog-read-sub-decls-line):
9681         Fix mismatching parenthesis inside commented out code when deleting
9682         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
9683         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
9684         non-numeric vector width.  Reported by Alex Reed.
9685         (verilog-auto-ascii-enum): Add "onehot" option to work around not
9686         detecting signals with parameter widths.  Reported by Alex Reed.
9687         (verilog-auto-delete-trailing-whitespace):
9688         With `verilog-auto-delete-trailing-whitespace' remove trailing
9689         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
9690         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
9691         Fix verilog-scan-cache corruption when running user AUTO expansion
9692         hooks that call indentation routines.
9693         (verilog-simplify-range-expression): Fix typo ignoring lower case
9694         identifiers.
9695         (verilog-delete-auto): Fix delete-autos to also remove user created
9696         automatics, as long as they start with AUTO.
9697         (verilog-batch-diff-auto, verilog-diff-auto)
9698         (verilog-diff-function): Add `verilog-diff-auto' and bind to
9699         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
9700         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
9701         (verilog-in-paren-quick, verilog-re-search-backward-quick)
9702         (verilog-re-search-forward-quick, verilog-syntax-ppss):
9703         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
9704         is disabled and its cache will get corrupt, causing AUTOS not to
9705         expand.  Instead use only -quick functions.
9706         (verilog-scan-region): Fix scanning over escaped quotes.
9707         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
9708         (verilog-re-search-backward-quick)
9709         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
9710         related functions now ignore strings, to fix misparsing of strings
9711         with magic comments embedded in them.
9712         (verilog-read-auto-template):
9713         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
9714         Reported by Brad Dobbie.
9715         (verilog-read-auto-template):
9716         Fix 'verilog-auto-inst-template-numbers' with comments.
9717         Reported by Brad Dobbie.
9718         (verilog-auto-inst, verilog-auto-inst-param)
9719         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
9720         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
9721         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
9722         debugging templates without merge conflicts, bug357.
9723         Reported by Brad Dobbie.
9724         (verilog-read-auto-template):
9725         Fix verilog-auto-inst-template-numbers with multiple templates.
9726         Reported by Brad Dobbie.
9727         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
9728         abbrevs so user won't be asked to save.
9729         (verilog-read-auto-lisp-present): Fix to start at beginning of
9730         buffer in case called outside of verilog-auto.
9731         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
9732         to "X-2".  Reported by Matthew Myers.
9733         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
9734         all inputs from module templates.  Reported by Leith Johnson.
9735         (verilog-module-inside-filename-p): Fix locating programs as with
9736         modules.
9737         (verilog-auto-inst-port): Fix vl-width expressions when using
9738         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
9739         (verilog-decls-get-regs, verilog-decls-get-signals,
9740         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
9741         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
9742         verilog-read-decls): Combine reg and wire structures into one var
9743         structure to represent SystemVerilog concepts.
9744         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
9745         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
9746         (verilog-auto-wire-type, verilog-insert-definition):
9747         Add verilog-auto-wire-type and AUTOLOGIC to support using
9748         SystemVerilog "logic" keyword instead of "wire"/"reg".
9749         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
9750         to declares outputs that also have assignments (presumably in an
9751         ifdef or generate if so there's not a driver conflict).
9752         Reported by Matthew Myers.
9753         (verilog-auto-declare-nettype, verilog-insert-definition):
9754         Add verilog-auto-declare-nettype to fix declarations using
9755         `default_nettype none.  Reported by Julian Gorfajn.
9756         (verilog-read-always-signals-recurse, verilog-read-decls)
9757         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
9758         malformed end statement, bug325.  Reported by Joshua Wise and
9759         Andrew Drake.
9760         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
9761         (verilog-inst-comment-re): Fix not deleting Interfaced comment
9762         when expanding .* in interfaces, bug320.
9763         Reported by Pierre-David Pfister.
9764         (verilog-read-module-name): Fix import statements between module
9765         name and open parenthesis, bug317.
9766         Reported by Pierre-David Pfister.
9767         (verilog-simplify-range-expression): Fix simplification of
9768         multiplications inside AUTOWIRE connections, bug303.
9769         (verilog-auto-inst-port): Support parameter expansion in
9770         multidimensional arrays.
9771         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
9772         after "assert property".  Reported by Julian Gorfajn.
9773         (verilog-simplify-range-expression): Fix "couldn't merge" errors
9774         with multiplication, bug303.
9775         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
9776         Reported by Jan Frode Lonnum.
9778 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
9780         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
9781         (hfy-shell-file-name, hfy-shell):
9782         * international/fontset.el (x-decompose-font-name): Fix typos.
9784 2011-11-29  Ken Brown  <kbrown@cornell.edu>
9786         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
9787         (gdb-version): Remove defvar.
9788         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
9789         (gdb-gud-context-command, gdb-non-stop-handler)
9790         (gdb-current-context-command, gdb-stopped): Use it.
9791         (gdb-init-1): Enable pretty printing here.
9792         (gdb-non-stop-handler): Don't enable pretty-printing here.
9793         Check to see if the target supports non-stop mode; if not, turn off
9794         non-stop mode.  Use the following.
9795         (gdb-check-target-async): New defun.
9796         (gud-watch, gdb-stopped): Fix whitespace.
9797         (gdb-get-source-file): Don't try to display the source file if
9798         `gdb-main-file' is nil.
9800 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         * align.el: Try to generate fewer markers (bug#10047).
9803         (align--set-marker): New macro.
9804         (align-region): Use it.
9806 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9808         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
9810 2011-11-29  Chong Yidong  <cyd@gnu.org>
9812         * indent.el (indent-for-tab-command, indent-according-to-mode):
9813         Doc fix.
9814         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
9816 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
9818         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
9819         aware of remote file names.  (Bug#10124)
9821 2011-11-29  Chong Yidong  <cyd@gnu.org>
9823         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
9825 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9827         * files.el (find-file): Don't use force-same-window (bug#10144).
9828         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
9829         use pop-to-buffer if the selected window can't be used.
9830         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
9832 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
9834         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
9835         special-mode-map.
9837 2011-11-28  Chong Yidong  <cyd@gnu.org>
9839         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
9841 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
9843         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
9844           gdb-get-source-file-list on gdb-create-source-file-list.
9846 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
9848         * whitespace.el (whitespace-newline): Use a different foreground
9849         color for 16-color light-background displays.
9851 2011-11-24  Chong Yidong  <cyd@gnu.org>
9853         * window.el (display-buffer--special-action): Doc fix.
9855 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
9857         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
9858         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
9859         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
9860         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
9861         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
9862         (avl-tree-stack-first):
9863         * emacs-lisp/cconv.el (cconv--analyse-use):
9864         * net/gnutls.el (gnutls-negotiate): Fix typos.
9866 2011-11-24  Glenn Morris  <rgm@gnu.org>
9868         * lpr.el (lpr-windows-system, lpr-lp-system):
9869         * mail/binhex.el (binhex-begin-line):
9870         * progmodes/grep.el (grep-history, grep-find-history):
9871         * textmodes/flyspell.el:
9872         * vc/pcvs-defs.el (cvs-global-menu):
9873         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
9874         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
9875         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
9877         * net/tls.el: Fix case of "GnuTLS".
9879         * paths.el (rmail-file-name): Format doc-string for make-docfile.
9881         * version.el (emacs-build-system): Give it a doc-string.
9883 2011-11-24  Juri Linkov  <juri@jurta.org>
9885         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
9887 2011-11-24  Glenn Morris  <rgm@gnu.org>
9889         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
9890         if called on a non-mime message just toggle the headers.  (Bug#8006)
9892 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
9894         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
9895         (allout-lead-with-comment-string, allout-structure-deleted-hook)
9896         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
9897         (allout-rebullet-heading, allout-open-sibtopic)
9898         (allout-toggle-current-subtree-encryption)
9899         (allout-toggle-subtree-encryption, allout-encrypt-string)
9900         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
9901         (allout-distinctive-bullets-string, allout-auto-activation):
9902         * window.el (window-normalize-buffer-to-display):
9903         * progmodes/verilog-mode.el (verilog-batch-indent):
9904         * textmodes/bibtex.el (bibtex-field-braces-opt)
9905         (bibtex-field-strings-opt):
9906         * vc/cvs-status.el (cvs-tree-merge):
9907         Fix typos.
9909 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
9911         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
9912         `non-essential' to t, in order to avoid remote connections.
9914 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
9916         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9917         On MS-DOS and MS-Windows, compare with loaddefs.el
9918         case-insensitively.
9920 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
9922         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
9924 2011-11-23  Glenn Morris  <rgm@gnu.org>
9926         * paths.el (rmail-file-name): Reformat the doc-string so that it
9927         is picked up.
9929         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
9930         (rmail-auto-file): Ignore case in the "special" field names,
9931         as mail-fetch-field does for all others.
9933         * mail/rmail.el (rmail-forward):
9934         * mail/rmailkwd.el (rmail-set-label):
9935         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
9936         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
9938         * mail/rmail.el (rmail-current-message): Doc fix.
9940         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
9942 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * server.el (server-eval-and-print): Allow C-g (bug#6585).
9946 2011-11-22  Glenn Morris  <rgm@gnu.org>
9948         * mail/rmailmm.el (test-rmail-mime-handler)
9949         (test-rmail-mime-bulk-handler)
9950         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
9952 2011-11-21  Juri Linkov  <juri@jurta.org>
9954         * calc/calc.el (calc-read-key-sequence):
9955         Let-bind `input-method-function' to nil.  (Bug#10018)
9957 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9960         Tell the caller that the next line needs recomputation, even
9961         though it doesn't start a sexp (bug#10094).
9963 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
9967 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9969         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9970         Use force-same-window.
9972 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
9974         * descr-text.el (describe-char-unicode-data):
9975         * json.el (json-string-escape):
9976         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
9977         (Footnote-unicode, Footnote-style-p):
9978         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
9980 2011-11-20  Chong Yidong  <cyd@gnu.org>
9982         * window.el (replace-buffer-in-windows): Restore interactive spec.
9984 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9986         * electric.el (electric-indent-mode): Fix last change (too optimistic).
9988         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
9989         (byte-compile-global-not-obsolete-vars): New var.
9990         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
9991         Use it.
9992         (byte-compile-warn-obsolete): Align text with the one in *Help*.
9994 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
9996         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
9997         * progmodes/pascal.el (electric-pascal-equal):
9998         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
9999         * xml.el (xml-substitute-special): Fix typos.
10001 2011-11-20  Glenn Morris  <rgm@gnu.org>
10003         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10004         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10005         Doc fixes.
10006         (rmail-decode-mime-charset): Mark as obsolete.
10008         * mail/rmailsum.el (rmail-message-regexp-p-1):
10009         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10010         Before using mime functions, check they are set.  (Bug#10077)
10012 2011-11-19  Juri Linkov  <juri@jurta.org>
10014         * info.el (Info-finder-find-node): Use `package--builtins' instead
10015         of `package-alist'.  Use node names formed by the pattern "Keyword "
10016         and the keyword name.
10018 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
10020         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
10022 2011-11-19  Juri Linkov  <juri@jurta.org>
10024         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10025         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
10026         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10027         `old-history', `old-history-forward'.  Add let-binding
10028         `window-selected'.  Remove calls to `kill-buffer',
10029         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
10030         before calling `Info-find-node', so `Info-find-node-2' will reread
10031         the Info file.  Restore window positions only when `window-selected'
10032         is non-nil.
10034 2011-11-19  Juri Linkov  <juri@jurta.org>
10036         * isearch.el (isearch-lazy-highlight-new-loop):
10037         Remove condition `(not isearch-error)'.  (Bug#9918)
10039         * misearch.el (multi-isearch-search-fun): Add condition
10040         `(not bound)' to ignore lazy-highlighting search.
10041         Add the search-failed message "end of multi" when the end of
10042         multi-sequence is reached.  Uncapitalize the search-failed
10043         message "Repeat for next buffer".
10045         * info.el (Info-search): Add the search-failed message
10046         "end of the manual" when the end of the manual is reached
10047         in Isearch mode.
10049 2011-11-19  Juri Linkov  <juri@jurta.org>
10051         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10052         Use non-destructive `remove' instead of `delete' because
10053         `Info-history-list' stored to `Info-isearch-initial-history-list' in
10054         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10056 2011-11-19  Juri Linkov  <juri@jurta.org>
10058         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10059         to nil instead of binding `search-ring' and `regexp-search-ring'.
10060         (Bug#9185)
10062 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
10064         * simple.el (line-move): Force movement by logical lines for any
10065         hscrolled window, not only when auto-hscroll-mode is on.
10066         (line-move-visual): Update doc string to that effect.  (Bug#10076)
10068 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
10070         * language/european.el (macintosh): Define as alias for mac-roman.
10072 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
10074         * mail/rmailmm.el (rmail-mime-display-header)
10075         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10076         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10077         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10078         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10079         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10080         of a raw aref.
10081         (rmail-mime-entity-segment): To get past the tagline, move forward
10082         2 more lines, to account for the 2 empty lines that precede and
10083         follow the line with the buttons.
10084         (rmail-mime-update-tagline): Move one more line, to get past the
10085         empty line that follows the buttons in the tagline.  (Bug#9520)
10087 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
10089         * window.el (window-max-delta-1, window-min-delta-1)
10090         (window-min-size-1, window-state-get-1, window-state-put-1)
10091         (window-state-put-2): Use "window--" prefix.
10093 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * emacs-lisp/smie.el: Improve warnings and conflict detection.
10096         (smie-warning-count): New var.
10097         (smie-set-prec2tab): Use it.
10098         (smie-bnf->prec2): Improve warnings.  Add docstring.
10099         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10100         (smie-bnf--set-class): New function.
10101         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
10102         corner case.
10104         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10105         (compilation-error-properties, compilation-move-to-column):
10106         Handle compilation-first-column while in the target buffer.
10108         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10109         Don't hardcode point-min==1.
10111         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10112         (eshell-rewrite-for-command): Remove workaround.
10113         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10114         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10115         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10117         * files-x.el (modify-file-local-variable): Obey commenting conventions.
10119 2011-11-17  Glenn Morris  <rgm@gnu.org>
10121         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10122         Ignore buffer-local generated-autoload-file if it is the same
10123         as the global value.  (Bug#10049)
10125 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
10127         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10128         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10129         (reftex-toc-previous-heading, reftex-toc-max-level)
10130         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10131         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10132         (reftex-toc-do-promote, reftex-toc-promote-prepare)
10133         (reftex-toc-promote-action, reftex-toc-extract-section-number)
10134         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10135         (reftex-toc-rename-label, reftex-toc-visit-location)
10136         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10137         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10138         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10139         leaving "*toc*" only for references to the buffer.
10141 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
10143         * window.el (window-resize, delete-window, split-window):
10144         Replace window-splits by window-combination-resize.
10145         * cus-start.el (window-splits): Replace by window-combination-resize.
10147 2011-11-17  Glenn Morris  <rgm@gnu.org>
10149         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10150         Make bash entry derive from sh entry, not shell entry.
10152 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
10154         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10155         local file name.
10157 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
10159         * menu-bar.el (menu-bar-file-menu):
10160         * printing.el (pr-ps-utility):
10161         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10162         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10163         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10164         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10165         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10166         (icalendar--convert-cyclic-to-ical)
10167         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10168         (icalendar--convert-ical-to-diary)
10169         (icalendar--convert-recurring-to-diary)
10170         (icalendar--convert-non-recurring-all-day-to-diary)
10171         (icalendar-import-format-sample):
10172         * progmodes/idlw-shell.el (idlwave-shell-mode):
10173         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10174         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10175         (vhdl-ps-print-init): Fix typos.
10177 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
10179         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10180         FSF and collapse date sequence, obscure author/maintainer email address
10181         better, remove extra version line, track relocation of author's webpage.
10183         * progmodes/python.el (python-pdbtrack-input-prompt)
10184         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10185         regular python pdb prompts.  Adjustments shamelessly taken exactly as
10186         suggested in EmacsWiki page (tiny change):
10187         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
10189 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
10191         * expand.el (expand-pos, expand-index, expand-point):
10192         Remove redundant info from docstring.
10193         (expand-add-abbrevs): Doc fix.
10194         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10195         (expand-sample-perl-mode-expand-list): Fix typos.
10197         * net/dbus.el (dbus-event-member-name):
10198         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10199         * term/pc-win.el (msdos-create-frame-with-faces):
10200         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10202 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
10204         * window.el (split-window, window-state-get-1)
10205         (window-state-put-1, window-state-put-2): Rename occurrences of
10206         window-nest to window-combination-limit.
10207         * cus-start.el (window-nest): Rename to window-combination-limit.
10209 2011-11-16  Chong Yidong  <cyd@gnu.org>
10211         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10212         regexp (Bug#10033).
10214 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10216         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10217         `completing-read' will remove *Completions* and will preserve
10218         current-buffer for us.
10219         (tmm-add-prompt): Users of *Completions* will always (re)set its
10220         major mode.
10221         (tmm-old-comp-map): Remove.
10223 2011-11-16  Glenn Morris  <rgm@gnu.org>
10225         * mail/rmailedit.el: Require rmailmm when compiling.
10226         (rmail-old-mime-state): New declaration.
10227         (rmail-edit-current-message): If editing a mime message,
10228         edit the "raw" message from the mbox buffer.
10229         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
10231 2011-11-15  Glenn Morris  <rgm@gnu.org>
10233         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10234         which wasn't being used.  Add optional arg to force given state.
10235         (rmail-mime): Add optional arg to force given state.
10237 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
10239         * allout.el (allout-encryption-plaintext-sanitization-regexps):
10240         * frame.el (display-mm-dimensions-alist):
10241         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10242         (outline-move-subtree-down):
10243         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10244         (newsticker--treeview-do-get-node):
10245         * net/quickurl.el (quickurl-list-buffer-name):
10246         * progmodes/dcl-mode.el (dcl-mode):
10247         * progmodes/gdb-mi.el (gdb-mapcar*):
10248         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10250 2011-11-15  Glenn Morris  <rgm@gnu.org>
10252         * mail/rmail.el (rmail-file-coding-system): It's only ever used
10253         in a boolean sense, so just make it a boolean, and fix the doc.
10254         (rmail-show-mime-function, rmail-mime-feature)
10255         (rmail-require-mime-maybe): Doc fixes.
10256         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10258         * mail/rmailmm.el (rmail-show-mime): Doc fix.
10260 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
10262         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10263         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10264         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10265         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10267 2011-11-15  Glenn Morris  <rgm@gnu.org>
10269         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10270         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10271         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10272         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10273         (rmail-mime, rmail-show-mime): Doc fixes.
10275         * term/ns-win.el (mode-line-frame-identification):
10276         Leave it alone.  (Bug#10051)
10278         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
10280         * mail/rmailout.el (rmail-output-to-rmail-buffer):
10281         Handle empty buffers.  (Bug#9978)
10283 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
10285         * international/mule.el (define-charset):
10286         * mail/rmailmm.el (rmail-mime-find-header-encoding):
10287         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10288         * progmodes/verilog-mode.el (verilog-backward-token):
10289         * textmodes/ispell.el (lookup-words):
10290         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10292 2011-11-14  Glenn Morris  <rgm@gnu.org>
10294         * progmodes/executable.el
10295         (executable-make-buffer-file-executable-if-script-p):
10296         Handle file-modes returning nil.
10298         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10299         message - not necessary, and causes problems.  (Bug#9831)
10301         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10303         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10305         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10306         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
10307         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10309 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
10311         * window.el (window-resize, delete-window): Use window-splits
10312         variable instead of function.
10313         (window-state-get-1, window-state-put-2, window-state-put):
10314         Don't deal with windows' splits status.
10316 2011-11-12  Glenn Morris  <rgm@gnu.org>
10318         * apropos.el (apropos-do-all, apropos-library, apropos-value)
10319         (apropos-documentation): Doc fixes.
10321 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
10323         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10324         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10326 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10328         * electric.el (electric-indent-post-self-insert-function): Make it
10329         possible for a char to only indent in some circumstances.
10330         (electric-indent-mode): Simplify.
10332 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
10334         * window.el (windows-with-parameter): Remove unused function.
10335         (windows-at-side): Rename to window-at-side-list.
10336         (window-check, window-atom-check, window-atom-check-1)
10337         (window-side-check, window-size-ignore, window-size-fixed-1)
10338         (window-in-direction-2): Prefix with "window--".
10339         (window-tree-1): Rename to window--subtree, fix doc-string.
10341 2011-11-11  Glenn Morris  <rgm@gnu.org>
10343         * subr.el (eval-after-load): If FILE is already loaded,
10344         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
10346 2011-11-10  Glenn Morris  <rgm@gnu.org>
10348         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10349         Call svn via vc-svn-command rather than vc-do-command.
10350         (vc-svn-command): Add --non-interactive.  (Bug#9993)
10351         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10353         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10354         Add toggle-read-only.  (Bug#7292)
10355         * files.el (toggle-read-only): Mention that it should only
10356         be used interactively.  (Bug#10006)
10358 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10360         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10361         Adjust regexp for OCaml warnings.
10363         * electric.el (electric-pair-post-self-insert-function): Let user
10364         turn it off buffer-locally (bug#9932).
10366         * progmodes/python.el (python-beginning-of-statement):
10367         Rewrite (bug#2703).
10369         * progmodes/compile.el: Better handle TABs (bug#9749).
10370         (compilation-internal-error-properties)
10371         (compilation-next-error-function): Obey the target buffer's
10372         compilation-error-screen-columns.
10374 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
10376         * progmodes/meta-mode.el: Remove obsolete comments.
10377         (meta-right-comment-regexp, meta-ignore-comment-regexp):
10378         Fix typos in docstrings.
10380 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
10382         * window.el (window-size-fixed-p): Rewrite doc-string.
10383         (window-resizable-p): Rename to window--resizable-p.  Update callers.
10384         (window--resizable): New function.  Make all callers of
10385         window-resizable call window--resizable instead.
10386         (window-resizable): Rewrite in terms of window--resizable.
10388 2011-11-08  Glenn Morris  <rgm@gnu.org>
10390         * progmodes/delphi.el (delphi-mode-syntax-table):
10391         Let define-derived-mode define a proper syntax table.  (Bug#9994)
10393 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * window.el: Stay away from defsubst.
10396         (window-list-no-nils): Remove.
10397         (window-state-get-1, window-state-get): Use backquote instead.
10399 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10401         * emacs-lisp/find-func.el (find-function-read):
10402         Fix incorrect use of default argument in `completing-read'.
10404 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
10406         * window.el (display-buffer-function, special-display-function):
10407         Mention display-buffer-record-window but do not mention
10408         help-setup parameter in doc-strings.
10409         (window-min-delta): Fix doc-string typo.
10411 2011-11-08  Chong Yidong  <cyd@gnu.org>
10413         * window.el (window-total-height, window-total-width): Doc fix.
10414         (window-body-size): Move from C.
10415         (window-body-height, window-body-width): Move to C.
10417 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10419         * window.el: Make special-display like display-buffer-alist (bug#9532).
10420         (display-buffer--special-action): New function, morphed
10421         from display-buffer--special.
10422         (display-buffer): Use it to handle special-display-buffers at higher
10423         priority (just after display-buffer-alist).
10424         (display-buffer-fallback-action, display-buffer--other-frame-action)
10425         (pop-to-buffer-same-window): Remove display-buffer--special.
10427 2011-11-07  Glenn Morris  <rgm@gnu.org>
10429         * calendar/cal-menu.el (cal-menu-set-date-title):
10430         Do nothing if not in a calendar.  (Bug#9976)
10432 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10434         * files.el (find-file): Always use selected-window.
10436 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
10438         * window.el (window-combinations): Make WINDOW argument
10439         mandatory.  Rewrite doc-string.
10440         (walk-window-subtree, window-atom-check, window-min-delta)
10441         (window-max-delta, window--resize-this-window)
10442         (window--resize-root-window-vertically, window-tree)
10443         (balance-windows, window-state-put): Rewrite doc-strings as to
10444         not mention the term "subwindow".
10445         (window--resize-subwindows-skip-p): Rename to
10446         window--resize-child-windows-skip-p.
10447         (window--resize-subwindows-normal): Rename to
10448         window--resize-child-windows-normal.
10449         (window--resize-subwindows): Rename to
10450         window--resize-child-windows.
10451         (window-or-subwindow-p): Rename to window--in-subtree-p.
10453 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
10455         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10456         Ensure that mbox format messages end in two newlines (Bug#9974).
10458 2011-11-06  Chong Yidong  <cyd@gnu.org>
10460         * window.el (window-combination-p): Function deleted; its
10461         side-effect is not used in any existing code.
10462         (window-combinations, window-combined-p): Call window-*-child
10463         directly.
10465 2011-11-05  Chong Yidong  <cyd@gnu.org>
10467         * window.el (window-valid-p): Rename from window-any-p.
10468         (window-size-ignore, window-state-get): Callers changed.
10469         (window-normalize-window): Rename from window-normalize-any-window.
10470         New arg LIVE-ONLY, replacing window-normalize-live-window.
10471         (window-normalize-live-window): Delete.
10472         (window-combination-p, window-combined-p, window-combinations)
10473         (walk-window-subtree, window-atom-root, window-min-size)
10474         (window-sizable, window-sizable-p, window-size-fixed-p)
10475         (window-min-delta, window-max-delta, window-resizable)
10476         (window-resizable-p, window-full-height-p, window-full-width-p)
10477         (window-current-scroll-bars, window-point-1, set-window-point-1)
10478         (window-at-side-p, window-in-direction, window-resize)
10479         (adjust-window-trailing-edge, maximize-window, minimize-window)
10480         (window-deletable-p, delete-window, delete-other-windows)
10481         (record-window-buffer, unrecord-window-buffer)
10482         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10483         (quit-window, split-window, window-state-put)
10484         (set-window-text-height, fit-window-to-buffer)
10485         (shrink-window-if-larger-than-buffer): Callers changed.
10487 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
10489         * mail/rmail.el (rmail-simplified-subject): Decode subject with
10490         rfc2047-decode-string.
10491         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10492         warnings.
10494         * window.el (window-body-height, window-body-width): Mention in
10495         the doc string that the return values are in frame's canonical
10496         units.  (Bug#9949)
10498 2011-11-03  Alan Mackenzie  <acm@muc.de>
10500         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10501         change in cc-engine.el.
10503 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10505         * window.el (switch-to-buffer): Use `force-same-window' interactively.
10507 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
10509         * window.el (quit-window): Call unrecord-window-buffer after
10510         showing another buffer in the window.  (Bug#9937)
10511         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
10513 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
10515         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10516         Accept status with more than 9 shelves.  (Bug#9935)
10517         Reported by Colin D Bennett <colin@gibibit.com>.
10519 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
10521         * help.el (with-help-window): Don't reference
10522         temp-buffer-show-specifiers in doc-string.
10524 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
10526         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10527         menu-item.
10529 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10531         * whitespace.el: New version 13.2.2.
10532         (whitespace-newline-mode): Disable properly.  Reported by Sarah
10533         <EmacsWiki>.
10535 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
10537         * net/newst-treeview.el: Remove "Time-stamp".
10538         (newsticker--group-manage-orphan-feeds): Do not call
10539         newsticker--treeview-tree-update.
10540         (newsticker-treeview-update, newsticker-treeview):
10541         Call newsticker--treeview-tree-update if necessary.
10543 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
10545         * window.el (window-iso-combination-p, window-iso-combined-p)
10546         (window-iso-combinations): Remove "iso-" infix.
10547         Suggested by Chong Yidong.
10548         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
10549         (window-max-delta-1, window-resize, window--resize-siblings)
10550         (window--resize-this-window, adjust-window-trailing-edge)
10551         (split-window, balance-windows-1)
10552         (shrink-window-if-larger-than-buffer):
10553         * calendar/calendar.el (calendar-generate-window):
10554         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
10556 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10558         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
10559         in place (bug#9907).
10560         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
10561         (eshell-rewrite-if-command, eshell-rewrite-for-command)
10562         (eshell-structure-basic-command, eshell-rewrite-while-command)
10563         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
10564         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
10565         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
10566         (eshell-do-pipelines-synchronously, eshell-eval-command):
10567         Use backquotes and prefer setq to set.
10568         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
10569         (eshell-macrop): Use functionp.
10570         (eshell-do-eval): Handle multiple expressions in `while' body.
10572 2011-10-30  Chong Yidong  <cyd@gnu.org>
10574         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
10575         instead of set-mark (Bug#9810).
10577 2011-10-30  Chong Yidong  <cyd@gnu.org>
10579         * window.el (split-window-below, split-window-right): Rename from
10580         split-window-above-each-other and split-window-side-by-side
10581         respectively.  All callers changed.
10582         (split-window-sensibly, split-window-sensibly): Use them.
10583         (split-window-keep-point): Doc fix.
10585         * isearch.el: Add isearch-scroll property to split-window-below
10586         and split-window-right.
10588         * follow.el (follow-mode):
10589         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10590         * progmodes/ada-xref.el (ada-gdb-application):
10591         * emulation/vip.el (vip-buffer-in-two-windows):
10592         * image-dired.el (image-dired-dired-with-window-configuration):
10593         * dired-x.el (dired-do-find-marked-files):
10594         * dired.el (dired-pop-to-buffer):
10595         * bs.el (bs--show-with-configuration):
10596         * vc/emerge.el (emerge-setup-windows):
10597         * textmodes/two-column.el (2C-two-columns):
10598         * textmodes/reftex-toc.el (reftex-toc):
10599         * progmodes/gdb-mi.el (gdb-setup-windows):
10600         * progmodes/fortran.el (fortran-window-create):
10601         * net/newst-treeview.el (newsticker--treeview-window-init):
10602         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
10603         * emulation/tpu-edt.el (tpu-gold-map):
10604         * emulation/crisp.el (crisp-mode-map):
10605         * calendar/calendar.el (calendar-basic-setup): Callers changed.
10607 2011-10-29  Chong Yidong  <cyd@gnu.org>
10609         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
10611         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
10613         * textmodes/flyspell.el (flyspell-word): Fix char offset for
10614         forged Ispell output (Bug#7904).
10616         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
10618 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10620         * doc-view.el: Avoid ugly errors about not finding nil.
10621         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10622         (doc-view-dvipdf-program, doc-view-unoconv-program)
10623         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
10624         Avoid nil or absolute file name as default value.
10625         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
10627 2011-10-28  Alan Mackenzie  <acm@muc.de>
10629         * progmodes/cc-defs.el (c-version): -> 5.32.2.
10631 2011-10-28  Alan Mackenzie  <acm@muc.de>
10633         Amend the handling of c-beginning/end-of-defun in nested declaration
10634         scopes.
10636         * progmodes/cc-vars.el (c-defun-tactic): Move here from
10637         cc-langs.el.  Change it to a defcustom.
10639         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
10640         cc-vars.el.
10642         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10643         Prevent "class foo : bar" being spuriously recognized as a label.
10645         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
10646         Add parameter `inclusive' (to include enclosing braces in the region).
10647         (c-widen-to-enclosing-decl-scope): New function.
10648         (c-while-widening-to-decl-block): New macro.
10649         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
10650         outward for defun boundaries, and correspondingly change symbol
10651         `respect-enclosure' to `go-outward'.
10652         (c-declaration-limits): Change algorithm to report only the "innermost"
10653         defun's boundaries.
10655 2011-10-28  Deniz Dogan  <deniz@dogan.se>
10657         * net/rcirc.el (rcirc-mode): Use hard newlines.
10659 2011-10-28  Alan Mackenzie  <acm@muc.de>
10661         Amend to indent and fontify macros "which include their own semicolon"
10662         correctly, using the "virtual semicolon" mechanism.
10664         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
10666         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
10667         Recode to scan one line at a time rather than having \n and \r
10668         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
10669         (c-forward-label): Amend for virtual semicolons.
10670         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
10672         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
10673         of the new C macros.
10675         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
10676         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
10677         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
10678         (c-opt-cpp-macro-define): Make into a full language variable.
10679         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
10680         AWK Mode (including \n, \r) removed, no longer needed.
10682         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
10683         Invoke c-make-macro-with-semi-re.
10685         * progmodes/cc-vars.el (c-macro-with-semi-re):
10686         (c-macro-names-with-semicolon): New variables.
10687         (c-make-macro-with-semi-re): New function.
10689 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10691         * vc/log-edit.el: Fill empty field rather than adding new one.
10692         (log-edit-add-field): New function.
10693         (log-edit-insert-changelog): Use it.
10695 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
10697         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
10699 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10701         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
10702         (gdb--check-interpreter): New function.
10703         (gdb): Use it.
10705 2011-10-27  Glenn Morris  <rgm@gnu.org>
10707         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
10708         (least-positive-float, least-negative-float)
10709         (least-positive-normalized-float, least-negative-normalized-float)
10710         (float-epsilon, float-negative-epsilon):
10711         Remove unnecessary declarations.
10713         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10714         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
10715         (least-positive-float, least-negative-float)
10716         (least-positive-normalized-float, least-negative-normalized-float)
10717         (float-epsilon, float-negative-epsilon): Add doc-strings,
10718         based on those in cl.texi.
10720         * files.el (set-visited-file-name): If the major-mode changed,
10721         reload the local variables.  (Bug#9796)
10723 2011-10-27  Chong Yidong  <cyd@gnu.org>
10725         * subr.el (change-major-mode-after-body-hook): New hook.
10726         (run-mode-hooks): Run it.
10728         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10729         Use change-major-mode-before-body-hook.
10731         * simple.el (fundamental-mode):
10732         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
10733         change introducing fundamental-mode-hook.
10735 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
10737         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
10739 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
10741         * ido.el (ido-file-name-all-completions-1): Do not require
10742         tramp.el explicitly.  (Bug#7583)
10744 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10746         * progmodes/octave-mod.el:
10747         * progmodes/octave-inf.el: Update maintainer.
10749 2011-10-26  Chong Yidong  <cyd@gnu.org>
10751         * subr.el (with-wrapper-hook): Rewrite doc.
10753 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
10755         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
10756         filenames "/method:foo:".  (Bug#9793)
10758 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10760         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
10761         (bug#9865).
10763 2011-10-24  Glenn Morris  <rgm@gnu.org>
10765         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
10767 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
10769         * notifications.el: Add the requirement of a running D-Bus session
10770         bus to the Commentary.
10772 2011-10-24  Juri Linkov  <juri@jurta.org>
10774         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10775         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
10776         (Bug#9364)
10778 2011-10-24  Juri Linkov  <juri@jurta.org>
10780         * info.el (Info-following-node-name-re): Add newline to the list
10781         of allowed characters for leading space.  (Bug#9824)
10783 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10785         * progmodes/octave-inf.el (inferior-octave-mode-map):
10786         Fix C-c C-h binding.
10787         * progmodes/octave-mod.el (octave-help): Remove.
10789 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
10791         Sync with Tramp 2.2.3.
10793         * net/tramp-cache.el (top): Pacify byte-compiler using
10794         `init-file-user' and `site-run-file'.
10796         * net/trampver.el: Update release number.
10798 2011-10-23  Chong Yidong  <cyd@gnu.org>
10800         * files.el (toggle-read-only): Remove obsolete comment about
10801         version control.
10803         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
10804         for toggle-read-only.  Note that this hasn't called vc-next-action
10805         since 2008-05-02, though it wasn't documented at the time.
10807         * vc/ediff-init.el (ediff-toggle-read-only-function):
10808         Use toggle-read-only.
10810 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
10812         Fix bug #9560, sporadic wrong indentation; improve instrumentation
10813         of c-parse-state.
10815         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10816         correct faulty logical expression.
10817         (c-parse-state-state, c-record-parse-state-state):
10818         (c-replay-parse-state-state): New defvar/defuns.
10819         (c-debug-parse-state): Use new functions.
10821 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
10823         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
10824         last fix.  Use window-in-direction correctly.
10826 2011-10-21  Chong Yidong  <cyd@gnu.org>
10828         * progmodes/idlwave.el (idlwave-mode):
10829         * progmodes/vera-mode.el (vera-mode): No need to set
10830         require-final-newline; that's done in prog-mode.
10831         Suggested by Stefan Monnier.
10833 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
10835         * mouse.el (mouse-drag-window-above)
10836         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
10837         (mouse-drag-mode-line-1, mouse-drag-header-line)
10838         (mouse-drag-vertical-line-rightward-window): Remove.
10839         (mouse-drag-line): New function.
10840         (mouse-drag-mode-line, mouse-drag-header-line)
10841         (mouse-drag-vertical-line): Call mouse-drag-line.
10842         * window.el (window-at-side-p, windows-at-side): New functions.
10844 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
10846         * tar-mode.el (tar-grind-file-mode):
10847         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
10849 2011-10-21  Chong Yidong  <cyd@gnu.org>
10851         * progmodes/idlwave.el (idlwave-mode):
10852         * progmodes/vera-mode.el (vera-mode):
10853         Use mode-require-final-newline.
10855 2011-10-20  Glenn Morris  <rgm@gnu.org>
10857         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
10859 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
10861         * emulation/cua-base.el (cua-set-mark): Fix case of string.
10863 2011-10-20  Chong Yidong  <cyd@gnu.org>
10865         * emulation/cua-base.el (cua-mode):
10866         * mail/footnote.el (footnote-mode):
10867         * mail/mailabbrev.el (mail-abbrevs-mode):
10868         * net/xesam.el (xesam-minor-mode):
10869         * progmodes/bug-reference.el (bug-reference-mode):
10870         * progmodes/cap-words.el (capitalized-words-mode):
10871         * progmodes/compile.el (compilation-minor-mode)
10872         (compilation-shell-minor-mode):
10873         * progmodes/gud.el (gud-tooltip-mode):
10874         * progmodes/hideif.el (hide-ifdef-mode):
10875         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10876         * progmodes/subword.el (subword-mode):
10877         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10878         * progmodes/which-func.el (which-function-mode):
10879         * term/tvi970.el (tvi970-set-keypad-mode):
10880         * term/vt100.el (vt100-wide-mode):
10881         * textmodes/flyspell.el (flyspell-mode):
10882         * textmodes/ispell.el (ispell-minor-mode):
10883         * textmodes/nroff-mode.el (nroff-electric-mode):
10884         * textmodes/paragraphs.el (use-hard-newlines):
10885         * textmodes/refill.el (refill-mode):
10886         * textmodes/reftex.el (reftex-mode):
10887         * textmodes/rst.el (rst-minor-mode):
10888         * textmodes/sgml-mode.el (html-autoview-mode)
10889         (sgml-electric-tag-pair-mode):
10890         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
10891         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
10892         * emulation/crisp.el (crisp-mode):
10893         * emacs-lisp/eldoc.el (eldoc-mode):
10894         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
10895         minor mode behavior.
10897 2011-10-19  Juri Linkov  <juri@jurta.org>
10899         * descr-text.el (describe-char): Add #x2010 and #x2011 to
10900         the list of hard-coded chars with escape-glyph face.
10902 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
10906 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
10908         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
10909         running process.
10911 2011-10-19  Glenn Morris  <rgm@gnu.org>
10913         * vc/vc-bzr.el (vc-bzr-after-dir-status):
10914         Ignore ignored files.  (Bug#9726)
10916 2011-10-19  Chong Yidong  <cyd@gnu.org>
10918         Doc fix for minor modes, stating that an omitted argument enables
10919         the mode unconditionally when called from Lisp.
10921         * abbrev.el (abbrev-mode):
10922         * allout.el (allout-mode):
10923         * autoinsert.el (auto-insert-mode):
10924         * autoarg.el (autoarg-mode, autoarg-kp-mode):
10925         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10926         (global-auto-revert-mode):
10927         * battery.el (display-battery-mode):
10928         * composite.el (global-auto-composition-mode)
10929         (auto-composition-mode):
10930         * delsel.el (delete-selection-mode):
10931         * desktop.el (desktop-save-mode):
10932         * dired-x.el (dired-omit-mode):
10933         * dirtrack.el (dirtrack-mode):
10934         * doc-view.el (doc-view-minor-mode):
10935         * double.el (double-mode):
10936         * electric.el (electric-indent-mode, electric-pair-mode):
10937         * emacs-lock.el (emacs-lock-mode):
10938         * epa-hook.el (auto-encryption-mode):
10939         * follow.el (follow-mode):
10940         * font-core.el (font-lock-mode):
10941         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
10942         * help.el (temp-buffer-resize-mode):
10943         * hilit-chg.el (highlight-changes-mode)
10944         (highlight-changes-visible-mode):
10945         * hi-lock.el (hi-lock-mode):
10946         * hl-line.el (hl-line-mode, global-hl-line-mode):
10947         * icomplete.el (icomplete-mode):
10948         * ido.el (ido-everywhere):
10949         * image-file.el (auto-image-file-mode):
10950         * image-mode.el (image-minor-mode):
10951         * iswitchb.el (iswitchb-mode):
10952         * jka-cmpr-hook.el (auto-compression-mode):
10953         * linum.el (linum-mode):
10954         * longlines.el (longlines-mode):
10955         * master.el (master-mode):
10956         * mb-depth.el (minibuffer-depth-indicate-mode):
10957         * menu-bar.el (menu-bar-mode):
10958         * minibuf-eldef.el (minibuffer-electric-default-mode):
10959         * mouse-sel.el (mouse-sel-mode):
10960         * msb.el (msb-mode):
10961         * mwheel.el (mouse-wheel-mode):
10962         * outline.el (outline-minor-mode):
10963         * paren.el (show-paren-mode):
10964         * recentf.el (recentf-mode):
10965         * reveal.el (reveal-mode, global-reveal-mode):
10966         * rfn-eshadow.el (file-name-shadow-mode):
10967         * ruler-mode.el (ruler-mode):
10968         * savehist.el (savehist-mode):
10969         * scroll-all.el (scroll-all-mode):
10970         * scroll-bar.el (scroll-bar-mode):
10971         * server.el (server-mode):
10972         * shell.el (shell-dirtrack-mode):
10973         * simple.el (auto-fill-mode, transient-mark-mode)
10974         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
10975         (line-number-mode, column-number-mode, size-indication-mode)
10976         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
10977         * strokes.el (strokes-mode):
10978         * time.el (display-time-mode):
10979         * t-mouse.el (gpm-mouse-mode):
10980         * tool-bar.el (tool-bar-mode):
10981         * tooltip.el (tooltip-mode):
10982         * type-break.el (type-break-mode-line-message-mode)
10983         (type-break-query-mode):
10984         * view.el (view-mode):
10985         * whitespace.el (whitespace-mode, whitespace-newline-mode)
10986         (global-whitespace-mode, global-whitespace-newline-mode):
10987         * xt-mouse.el (xterm-mouse-mode): Doc fix.
10989         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10990         Fix autogenerated docstring.
10992 2011-10-19  Juri Linkov  <juri@jurta.org>
10994         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
10995         by checking environment variables "DESKTOP_SESSION" and
10996         "XDG_CURRENT_DESKTOP".  (Bug#9779)
10998 2011-10-19  Juri Linkov  <juri@jurta.org>
11000         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11001         (browse-url-chromium-program, browse-url-chromium-arguments):
11002         New defcustoms.
11003         (browse-url-default-browser): Check for `browse-url-chromium' and
11004         call `browse-url-chromium-program'.
11005         (browse-url-chromium): New command.  (Bug#9779)
11007 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
11009         * facemenu.el (list-colors-duplicates): On Windows, detect more
11010         duplicates by assuming that only colors matching "^System" are
11011         special "system colors".  (Bug#9722)
11013 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11015         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11016         to distinguish the author from the committer.
11018 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
11020         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11022 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
11024         * international/mule.el (sgml-html-meta-auto-coding-function):
11025         Add support for detecting encoding in HTML5 specified only as
11026         <meta charset="UTF-8">.  Implementation just makes http-equiv and
11027         content-type parts from HTML4 encoding string optional.  (Bug#9716)
11029 2011-10-18  Glenn Morris  <rgm@gnu.org>
11031         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
11033 2011-10-18  Chong Yidong  <cyd@gnu.org>
11035         * faces.el (cursor): Doc fix.
11037 2011-10-17  Chong Yidong  <cyd@gnu.org>
11039         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11041 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
11043         * dirtrack.el (dirtrack): Support shell buffers with path
11044         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
11046 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
11048         * json.el: Bump version to 1.3 and note change in History.
11049         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11051 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11053         * comint.el (comint-insert-input, comint-send-input)
11054         (comint-get-old-input-default, comint-backward-matching-input)
11055         (comint-next-prompt): Use nil instead of `input' for field property of
11056         past user input (bug#114).
11058         * minibuffer.el (completion--replace): Inherit surrounding properties
11059         (bug#114).
11060         (minibuffer-complete-and-exit): Use it.
11062         * comint.el (comint--table-subvert): Quote the all-completions output
11063         (bug#9160).
11065 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
11067         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
11069         * menu-bar.el (menu-bar-file-menu): Add entry for making new
11070         window on right of selected.  (Bug#9350) Reword other window
11071         entries and separate them from frame entries.
11073 2011-10-15  Glenn Morris  <rgm@gnu.org>
11075         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11076         Doc fixes.
11078 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
11080         * net/network-stream.el (network-stream-open-starttls):
11081         Improve detection of failure due to lack of TLS support.
11083         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11084         putting the input text in front and in bold.
11086 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11088         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11090         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11091         empty buffer.
11093         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11094         unread-command-events rather than pushing yet-another event.
11096 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
11098         * mail/sendmail.el (sendmail-query-once): Improve the wording of
11099         the explanation of the possible choices.  Make the options passed
11100         to completing-read shorter.
11102 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11104         * textmodes/flyspell.el (flyspell-large-region): Make sure
11105         extended character mode is used if defined (Bug#1339).
11107 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
11109         * simple.el (what-cursor-position): Fix the display of the
11110         character info for LRE, LRO, RLE, and RLO characters by appending
11111         an invisible PDF.
11113 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11115         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11116         even in case of error; add debug spec; simplify data flow.
11117         (with-timeout-handler): Remove.
11119 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
11121         Fix Bug#6019, Bug#9315.
11123         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11124         complete `buffer-file-name', the local file name part could look
11125         remotely (for example on VMS).
11127         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11128         `tramp-run-real-handler'.
11129         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11130         already quoted by '"'.
11132         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11133         Let `file-name-handler-alist' be nil, the local file name part
11134         could look remotely (for example on VMS).
11136 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11138         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11139         from here...
11140         (flyspell-post-command-hook): ...to here.
11142 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11144         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11145         if not needed.
11146         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
11147         using completion.  Protect against "slow" callers.
11148         Remove the "message hack".
11150 2011-10-11  Juri Linkov  <juri@jurta.org>
11152         * isearch.el (isearch-lazy-highlight-word): New variable.
11153         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11154         Use it.  (Bug#9727)
11156 2011-10-11  Glenn Morris  <rgm@gnu.org>
11158         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11159         like f90-previous-statement does.
11161 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11163         * eshell/eshell.el (eshell-command): History should be saved
11164         only in interactive use, to avoid error.
11166 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * minibuffer.el (completion-file-name-table): Fix last change,
11169         i.e. ignore normal errors but not the other ones.
11171 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
11173         * window.el (special-display-buffer-names)
11174         (special-display-regexps): Remove some remnants of earlier
11175         changes from doc-strings.
11176         (quit-windows-on): New function.
11178         * vc/vc.el (vc-revert, vc-rollback):
11179         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11180         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
11181         (Bug#6183) (Bug#7074) (Bug#7447)
11183 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
11185         * window.el (frame-auto-hide-function): Add version tag.
11186         (Bug#9699)
11188 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
11190         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11191         condition.
11193 2011-10-09  Leo Liu  <sdl.web@gmail.com>
11195         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11196         (Bug#9701)
11198 2011-10-08  Glenn Morris  <rgm@gnu.org>
11200         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11201         before the first code statement zero indent.  (Bug#9690)
11203 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
11205         * simple.el (count-words-region): Always count in the region.
11206         Report the number of lines and characters too.
11207         (count-words): New command, which counts in the buffer if the
11208         region is inactive, as count-words-region used to.
11209         (count-words--message): New function.  Handle plurals.
11210         (count-lines-region): Make it an alias for count-words-region.
11212         * bindings.el (esc-map): Replace count-lines-region with
11213         count-words-region.
11215 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
11217         * window.el (window--delete): Delete dedicated frame
11218         unconditionally when argument KILL is non-nil.  (Bug#9699)
11219         (switch-to-buffer): Fix doc-string typo.
11221 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11223         * eshell/eshell.el (eshell-command): Avoid using hooks.
11225 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
11227         * bindings.el ([M-left],[M-right]): Bind to left-word and
11228         right-word respectively.
11230 2011-10-07  Glenn Morris  <rgm@gnu.org>
11232         * cus-start.el (debug-on-quit): Fix custom type.
11234 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236         * subr.el (define-key-after): Clarify that the function is not
11237         useful for non-menu keymaps.
11239         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11241 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11243         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
11244         in current minibuffer (Fix bug with recursive minibuffers).
11246 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
11248         * progmodes/gdb-mi.el (gdb): Doc fix.
11250 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
11252         * window.el (frame-auto-hide-function): New option replacing
11253         frame-auto-delete.  Suggested by Stefan Monnier.
11254         (window--delete): Call frame-auto-hide-function instead of
11255         investigating frame-auto-delete.
11256         (window-point-1, set-window-point-1): New functions.
11257         (window-in-direction, record-window-buffer, window-state-get-1)
11258         (display-buffer-record-window): Use window-point-1 instead of
11259         window-point.
11260         (set-window-buffer-start-and-point): Use set-window-point-1.
11262 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11264         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11266 2011-10-05  Glenn Morris  <rgm@gnu.org>
11268         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11269         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
11271 2011-10-05  Leo Liu  <sdl.web@gmail.com>
11273         * subr.el (read-char-choice): Fix argument to buffer-live-p which
11274         works with buffer object.
11276 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11278         * mpc.el (mpc-tool-bar-map): Add labels.
11280 2011-10-04  Glenn Morris  <rgm@gnu.org>
11282         * calendar/holidays.el (calendar-check-holidays): Doc fix.
11284 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
11286         * window.el (window--delete): New function.
11287         (frame-auto-delete): Resuscitate option.
11288         (bury-buffer, replace-buffer-in-windows)
11289         (quit-window): Rewrite using window--delete.
11290         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11291         Pass display-buffer-mark-dedicated to window--display-buffer-2
11292         (Bug#9639).
11294 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11296         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11297         returns a list (bug#9554).  Add remote file name completion.
11298         * comint.el (comint--table-subvert): Curry and get quote&unquote
11299         functions as arguments.
11300         (comint--complete-file-name-data): Adjust call accordingly.
11301         * pcomplete.el (pcomplete--table-subvert): Remove.
11302         (pcomplete-completions-at-point): Use comint--table-subvert instead.
11304         * minibuffer.el (completion-table-case-fold): Use currying.
11305         (completion--styles-type, completion--cycling-threshold-type):
11306         New constants.
11307         (completion-styles, completion-category-overrides)
11308         (completion-cycle-threshold): Use them.
11309         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11310         completion-table-case-fold.
11312 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
11314         * minibuffer.el (completion-category-overrides): Fix type of styles
11315         and add more user friendly tags (bug#9660).
11317 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11319         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11320         (mule-input-method-string): New widget.
11321         (default-input-method, language-info-custom-alist): Use it.
11323 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11325         * pcomplete.el: Require comint.
11326         (pcomplete--common-suffix): Remove.
11327         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11328         (pcomplete--table-subvert): Sync with comint--table-subvert.
11329         (pcomplete--entries): Use comint-completion-file-name-table.
11330         * comint.el (comint-unquote-filename): Simplify.
11331         (comint-completion-file-name-table): New function (bug#9616).
11332         (comint--complete-file-name-data): Use it.
11334         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11335         (pcmpl-gnu-tar-buffer): Remove.
11336         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
11337         around.  Make sure pcomplete-suffix-list is only changed temporarily.
11338         Don't look inside the tar's file if it's too large.
11340 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
11342         * cus-edit.el (custom-mode-map):
11343         * epa.el (epa-key-list-mode-map):
11344         * man.el (Man-mode-map):
11345         * startup.el (splash-screen-keymap):
11346         * simple.el (special-mode-map): Use scroll-up-command and
11347         scroll-down-command.
11349         * progmodes/idlw-help.el (idlwave-help-mode-map):
11350         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11351         * net/newst-plainview.el (newsticker-mode-map):
11352         * emulation/ws-mode.el (wordstar-mode-map):
11353         * emulation/vi.el (vi-com-map):
11354         * calc/calc-graph.el (calc-graph-show-dumb):
11355         * term/sun.el (terminal-init-sun):
11356         * term/ns-win.el (global-map):
11357         * progmodes/grep.el (grep-mode-map):
11358         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11359         * mail/rmail.el (rmail-mode-map):
11360         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11362         * custom.el (custom-safe-themes, load-theme): Treat value of t for
11363         custom-safe-themes as special.
11365 2011-10-01  Julien Danjou  <julien@danjou.info>
11367         * notifications.el (notifications-notify): Fix docstring.
11369 2011-10-01  Per Starbäck  <per@starback.se>
11371         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
11373 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
11375         * startup.el (command-line-1): Fix last fix by inserting
11376         initial-scratch-message into *scratch* before displaying it.
11377         (Bug#9605) and (Bug#9636)
11379 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
11381         * simple.el (line-move): If auto-hscroll-mode is disabled and the
11382         window is hscrolled, move by logical lines.  (Bug#9607)
11383         (line-move-visual): Update the doc string to the above effect.
11385 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
11387         * window.el (display-buffer-record-window): When WINDOW is the
11388         selected window use `point' instead of `window-point'.  (Bug#9626)
11390         * startup.el (command-line-1): Use insert-before-markers when
11391         inserting initial-scratch-message.  (Bug#9605)
11393         * help.el (help-window): Remove variable.
11395 2011-09-29  Glenn Morris  <rgm@gnu.org>
11397         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11399 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
11401         * descr-text.el (describe-char-categories): Accept category
11402         descriptions more than one line long.
11404 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11406         * simple.el (delete-trailing-whitespace): Fix last change.
11408         * progmodes/perl-mode.el (perl-syntax-propertize-function):
11409         Don't confuse "y => 3" as the beginning of a `y' operation.
11411         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11412         object has more than 4 slots (bug#9613).
11414 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
11416         * subr.el (with-output-to-temp-buffer):
11417         * net/quickurl.el (quickurl, quickurl-browse-url):
11418         Fix typos in docstrings.
11420 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
11422         * minibuffer.el (completion-styles)
11423         (completion-category-overrides): Cross reference each other in doc
11424         strings.
11426 2011-09-27  Glenn Morris  <rgm@gnu.org>
11428         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11429         to split-string.  (Bug#9606)
11431 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11433         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11434         (bug#9615).
11436 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
11438         * emacs-lisp/package.el (list-packages): Fix echo area message.
11440 2011-09-27  Leo Liu  <sdl.web@gmail.com>
11442         * ido.el (ido-read-internal): Accept cons cell HIST arg.
11444 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
11446         * net/dbus.el (dbus-unregister-object): Don't release services for
11447         registered signals.  (Bug#9581)
11449 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11451         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11452         function that picks between cfengine 2 and 3 support
11453         automatically.  Update docs accordingly.
11455 2011-09-22  Kenichi Handa  <handa@m17n.org>
11457         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11458         ZERO.
11459         (indian-itrans-v5-table-for-tamil): New variable.
11460         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11462 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
11464         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11465         that's true if the current command involved collapsing of text.
11466         It's reset to false at the beginning of the next command.
11467         (allout-post-command-business): Move the cursor to the beginning
11468         of entry if the cursor is hidden and collapsing activity just
11469         happened.
11471 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
11473         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11474         tracking (Bug#9541).
11476 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
11478         * net/newst-reader.el (newsticker-html-renderer)
11479         (newsticker-show-news): Automatically load html rendering package
11480         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
11481         because w3m-fill-column is let-bound" and the error "Symbol's value
11482         as variable is void: w3m-fill-column".
11484 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
11486         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11487         Release services only if they are defined.  (Bug#9581)
11489 2011-09-23  Richard Stallman  <rms@gnu.org>
11491         * textmodes/paragraphs.el (forward-sentence): For backwards case,
11492         distinguish start of paragraph from start of its text.
11494         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11496         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11497         (rmail-generate-viewer-buffer): Put that hook on view buffer.
11498         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11500 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
11502         * international/mule-diag.el (mule-diag): Insert a newline after
11503         each fontset description.
11505 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11507         * simple.el (delete-trailing-whitespace):
11508         Document last change; simplify.
11510 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
11512         * simple.el (delete-trailing-whitespace): Also delete
11513         extra newlines at the end of the buffer.
11515         * textmodes/picture.el: Make motion commands obey shift-select-mode.
11516         (picture-newline): Use forward-line so as to ignore fields.
11518 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11520         * subr.el (with-wrapper-hook): Fix edebug spec.
11522 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11524         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11525         (bug#4538).
11527 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
11529         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11530         Fix nasty bug using wrong cached values.
11532 2011-09-23  Alan Mackenzie  <acm@muc.de>
11534         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11536 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
11538         * window.el (pop-to-buffer): Ensure right window is selected if we
11539         chose another frame.
11541 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
11543         * simple.el (what-cursor-position): Use get-char-property-change
11544         and next-single-char-property-change, to be able to show display
11545         properties that come from overlays as well as text properties.
11547 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
11549         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
11551         * cmuscheme.el (run-scheme, switch-to-scheme):
11552         * cus-edit.el (customize-group, custom-buffer-create)
11553         (customize-browse):
11554         * info.el (info):
11555         * shell.el (shell):
11556         * mail/sendmail.el (mail):
11557         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
11559 2011-09-22  Richard Stallman  <rms@gnu.org>
11561         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
11562         move back only to line beg, don't move back over blank lines.
11564 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
11566         * files.el (copy-directory): Set directory attributes only in case
11567         they could be retrieved from the source directory.  (Bug#9565)
11569 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
11571         * progmodes/hideshow.el (hs-looking-at-block-start-p)
11572         (hs-find-block-beginning, hs-hide-level-recursive):
11573         Ignore strings as well as comments.  (Bug#9502)
11575 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
11577         * progmodes/sql.el (sql-comint-postgres):
11578         Convert port number to a string.  (Bug#9566)
11580 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
11582         * window.el (quit-window): Undedicate window when switching to
11583         previous buffer.  Reported by Thierry Volpiatto
11584         <thierry.volpiatto@gmail.com>.
11585         (special-display-popup-frame): When popping up a new frame reset
11586         its previous buffers to nil.  Simplify code.
11588 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
11590         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
11591         and process filter, as done also in `shell-command'.
11593 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
11595         * window.el (set-window-buffer-start-and-point):
11596         Call set-window-start with NOFORCE argument t.
11597         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11598         (quit-window): Reword doc-string.  Handle new format of
11599         quit-restore parameter.  Don't delete window if it has a
11600         previous buffer we can show instead of the present one.
11601         (display-buffer-record-window): Rewrite using a new format for
11602         the quit-restore window parameter
11603         (special-display-popup-frame, display-buffer-same-window)
11604         (display-buffer-reuse-window, display-buffer-pop-up-frame)
11605         (display-buffer-pop-up-window, display-buffer-use-some-window):
11606         Adapt symbol passed to display-buffer-record-window.
11607         * help.el (help-window-setup): Handle new format of quit-restore
11608         parameter.
11610 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * faces.el (face-list): Fix docstring (bug#9564).
11614         * window.el (display-buffer--action-function-custom-type):
11615         Don't include internal functions in the Custom interface.
11617 2011-09-20  Juri Linkov  <juri@jurta.org>
11619         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
11620         (Info-forward-node, Info-backward-node, Info-next-preorder)
11621         (Info-last-preorder): Use it.  (Bug#9528)
11623 2011-09-20  Juri Linkov  <juri@jurta.org>
11625         * info.el (Info-last-preorder): Visit last menu item only when
11626         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
11628 2011-09-20  Julien Danjou  <julien@danjou.info>
11630         * password-cache.el (password-cache-remove): Remove entries even if the
11631         value is nil, so that password with a nil value (negative caching) is
11632         possible to invalidate.
11634 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
11636         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
11637         all whitespace around breakpoint.  (Bug#9553)
11638         (f90-find-breakpoint): Only break at whitespace inside a comment.
11640 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11642         * minibuffer.el (completion-file-name-table): Keep track of errors.
11643         (completion-table-with-predicate): Handle the case where pred1 is nil.
11644         * pcomplete.el (pcomplete-completions-at-point): Simplify.
11646 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
11649         (debugger-return-value): Signal an error if the debugging context does
11650         not await any return value.
11652         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
11653         * image-mode.el (image-toggle-display-text)
11654         (image-toggle-display-image): Stay away from evil `intangible'.
11656 2011-09-19  Leo Liu  <sdl.web@gmail.com>
11658         * replace.el (occur-revert-arguments): Make it permanent-local.
11659         (occur-mode): Don't call font-lock-defontify.
11661 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
11663         * net/ldap.el (ldap-search-internal): Don't push empty search
11664         result (Bug#9508).
11666 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11668         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
11670 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
11672         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
11673         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
11675 2011-09-18  Juri Linkov  <juri@jurta.org>
11677         * buff-menu.el (Buffer-menu-mode-map):
11678         * dired.el (dired-mode-map):
11679         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
11680         (lisp-interaction-mode-map):
11681         * emacs-lisp/package.el (package-menu-mode-map):
11682         * epa.el (epa-key-list-mode-map):
11683         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
11684         (menu-bar-options-menu):
11685         * outline.el (outline-mode-menu-bar-map):
11686         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
11687         * vc/vc-dir.el (vc-dir-menu-map):
11688         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
11689         Capitalize non-function content words in menu item strings.
11691         * dired.el (dired-mode-map): Add menu item for
11692         `image-dired-dired-toggle-marked-thumbs'.
11694 2011-09-18  Juri Linkov  <juri@jurta.org>
11696         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
11697         to `isearch-case-fold-search' and restore its original value
11698         after the `isearch-mode' call.
11700 2011-09-18  Juri Linkov  <juri@jurta.org>
11702         * progmodes/grep.el (grep-process-setup): Don't check code for 1
11703         because `zgrep' returns 1 for successful matches (bug#9226).
11705 2011-09-18  Juri Linkov  <juri@jurta.org>
11707         * info.el (Info-extract-menu-node-name): Check the second match
11708         for empty string (second test-case of bug#9528).
11709         (Info-last-preorder): Let-bind `Info-history' to nil to not add
11710         intermediate nodes to the history (first test-case of bug#9528).
11712 2011-09-18  Juri Linkov  <juri@jurta.org>
11714         * info.el (Info-mode-syntax-table): New variable.
11715         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
11717 2011-09-18  Juri Linkov  <juri@jurta.org>
11719         * info.el (Info-file-supports-index-cookies):
11720         Increment line-beginning-position's arg from 3 to 4 because makeinfo
11721         outputs one more line for long file names (bug#4142).
11723 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
11725         * newcomment.el (comment-normalize-vars): If prompting for
11726         comment-start, set comment-start-skip too (Bug#8424).
11728 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
11730         * icomplete.el: Fix previous fix of Bug#5849.
11731         (icomplete-mode): Don't set completion-show-inline-help.
11732         (icomplete-minibuffer-setup): Set completion-show-inline-help
11733         locally during icompletion.
11735 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
11737         * woman.el (woman2-process-escapes): Don't delete unrecognized
11738         escapes (Bug#7843).
11740         * files.el (inhibit-first-line-modes-regexps): Add image files.
11741         (hack-local-variables-prop-line): Return nil for malformed
11742         prop-lines (Bug#9044).
11744 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
11746         * net/tramp.el (top): Don't require 'shell.
11747         (tramp-methods): Fix docstring.
11748         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
11749         Return complete remote file name.  Handle "smb" case.
11750         Use `tramp-tmpdir', if defined for the respective method.
11751         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
11753         * net/tramp-compat.el (top): Require 'shell.
11755         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11756         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
11757         `tramp-current-host'.
11758         (tramp-get-remote-tmpdir): Remove.
11760         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
11761         `tramp-tmpdir' entries.
11762         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
11763         (tramp-smb-handle-file-attributes): Ignore errors.
11764         (tramp-smb-wait-for-output): Check also for process end.
11766 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
11769         when sending QUIT (bug#9312).
11771 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
11773         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
11774         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
11775         occur-mode-display-occurrence.
11776         (occur-edit-mode): Add usage message.
11777         (occur-cease-edit): New command.
11778         (occur-after-change-function): Use text properties to find the
11779         position of the prefix text.
11780         (occur-engine): Set stickiness of prefix text properties.
11782 2011-09-17  Glenn Morris  <rgm@gnu.org>
11784         * progmodes/etags.el (complete-tag):
11785         Fix call to completion-in-region.  (Bug#9526)
11787 2011-09-17  Juri Linkov  <juri@jurta.org>
11789         * textmodes/ispell.el (ispell-word): Add to the error message
11790         the word, ispell program name and current dictionary (bug#9121).
11791         (ispell-tex-arg-end): Capitalize "error" in the error message.
11793 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
11795         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
11796         check.  (Bug#4251)
11798 2011-09-17  Juri Linkov  <juri@jurta.org>
11800         * window.el (window-safe-min-height, window-safe-min-width):
11801         Fix typos (followup to bug#9522).
11803 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
11805         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
11807 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
11809         * simple.el (line-move): If goal-column is set, move by logical
11810         lines, not by display lines.  (Bug#971)
11811         (next-line, previous-line, goal-column, line-move-visual): Doc fix
11812         to reflect the above change.
11814 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         * image.el (imagemagick-register-types): Use regexp-opt.
11818 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
11820         * window.el (display-buffer-base-action): Rename from
11821         display-buffer-default-action.  Make default value empty.
11822         (display-buffer-overriding-action): Convert to defvar.
11823         (display-buffer-fallback-action): New var.
11825 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
11827         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
11828         declaration.
11829         (package--add-to-archive-contents): If there is a duplicate entry
11830         with an older version, remove it.
11831         (package-menu-mark-delete, package-menu-mark-install)
11832         (package-menu-mark-unmark): Make unused args optional.
11833         (package-menu-mark-obsolete-for-deletion):
11834         Use package-menu-get-status instead of a regexp search.
11835         (package-menu-get-status): Use tabulated-list-entry.
11836         (package-menu-mark-upgrades): New command.
11837         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
11838         (package-menu-execute): Do installation before deletion.
11839         (package-menu-refresh, package-menu-execute): Use derived-mode-p
11840         instead of checking major-mode.
11841         (package-menu--find-upgrades): New function.
11843 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11845         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
11846         passwords in the log buffer.
11847         (smtpmail-process-filter): Update the process marker so that the
11848         "broken by peer" status message is inserted in the right place.
11850 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
11853         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
11854         bibtex-completion-at-point-function.
11855         (bibtex-completion-at-point-function): Use them.
11857         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
11859         * mpc.el (mpc-constraints-tag-lookup): New function.
11860         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
11861         also to browser "album|playlist".
11863 2011-09-14  Juri Linkov  <juri@jurta.org>
11865         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
11866         (isearch-edit-string): Use length of `isearch-string' when
11867         `isearch-fail-pos' returns nil.
11868         (isearch-message): Remove duplicate code and call
11869         `isearch-fail-pos' with arg `t'.
11871 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
11873         * replace.el (occur-mode-goto-occurrence): Don't force using other
11874         window (Bug#9499).
11876         * dired-aux.el (dired-do-chmod): Don't provide initial input.
11878 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
11880         * window.el (display-buffer-window): Remove.
11881         (display-buffer-record-window): Use help-setup window parameter
11882         instead of variable display-buffer-window.
11883         (display-buffer-function, special-display-buffer-names)
11884         (special-display-function): Mention help-setup parameter instead
11885         of display-buffer-window in doc-string.
11886         * help.el (help-window-setup): New argument help-window.
11887         Use help-window-setup parameter instead of display-buffer-window.
11888         Reword some messages.
11889         (with-help-window): Pass window used for displaying the buffer
11890         to help-window-setup.  Don't set display-buffer-window.
11892 2011-09-13  Glenn Morris  <rgm@gnu.org>
11894         * emacs-lisp/debug.el (debugger-make-xrefs):
11895         Preserve point.  (Bug#9462)
11897 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
11899         * window.el (window-deletable-p): Use next-frame.
11901 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
11903         * window.el (window-auto-delete): Remove.
11904         (window-deletable-p): Remove argument FORCE.  Don't deal with
11905         dedication and previous buffers.
11906         (switch-to-prev-buffer): Don't delete window.
11907         (delete-windows-on): Delete a window's frame if and only if the
11908         window is dedicated.
11909         (replace-buffer-in-windows): Delete buffer's window or frame if
11910         and only if window is dedicated.
11911         (quit-window): Handle quit-restore as before last change.
11912         (bury-buffer): Delete window only if window-deletable-p returns t.
11914 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
11916         * window.el (window-deletable-p): Never delete the last frame on a
11917         given terminal.
11919 2011-09-13  Glenn Morris  <rgm@gnu.org>
11921         * help.el (describe-key-briefly): Copy previous standard-output change.
11923 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
11925         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
11927 2011-09-13  Glenn Morris  <rgm@gnu.org>
11929         * emacs-lisp/lisp-mode.el (lisp-indent-function):
11930         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
11932 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
11934         * dired-aux.el (dired-mark-read-string): Don't return default
11935         value on empty input (Bug#9361).
11936         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
11937         Omit initial minibuffer contents.
11938         (dired-do-chmod): Signal an error on empty input.
11939         (dired-mark-read-string): Don't return default on empty input.
11941         * files.el (file-modes-symbolic-to-number): Doc fix.
11943 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11945         * international/mule-cmds.el (ucs-completions): Remove.
11946         (read-char-by-name): Use complete-with-action instead; add metadata.
11948 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
11950         * window.el (display-buffer--action-function-custom-type)
11951         (display-buffer--action-custom-type): New vars.
11952         (display-buffer-alist, display-buffer-default-action)
11953         (display-buffer-overriding-action): Add defcustom types.
11955         * frame.el (delete-other-frames): Doc fix (Bug#276).
11957 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
11961 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
11963         Change modes that used same-window-* vars to use switch-to-buffer.
11965         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
11966         Use switch-to-buffer.
11968         * cus-edit.el (customize-group, custom-buffer-create)
11969         (customize-browse, custom-buffer-create-other-window):
11970         Use switch-to-buffer or switch-to-buffer-other-window.
11972         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
11973         (Info-prev, Info-up, Info-speedbar-goto-node)
11974         (info-display-manual): Use switch-to-buffer.
11975         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
11977         * mail/sendmail.el (mail): Use switch-to-buffer.
11978         (mail-recover): Use switch-to-buffer-other-window.
11980         * cmuscheme.el (run-scheme, switch-to-scheme):
11981         * ielm.el (ielm):
11982         * shell.el (shell):
11983         * net/rlogin.el (rlogin):
11984         * net/telnet.el (telnet, rsh):
11985         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
11987 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
11989         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
11991 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11993         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
11994         so don't mention it (bug#9301).
11995         (dired-sort-toggle-or-edit): Clarify string further.
11997         * faces.el (face-spec-set-match-display): Make `(type graphic)'
11998         match `x', `w32' and `ns', like the manual says (bug#9029).
12000         * subr.el (eval-after-load): Doc string clarification (bug#9125).
12001         (process-kill-buffer-query-function): Mention the buffer name in
12002         the query.
12004         * image-mode.el (image-next-line): The line parameter is mandatory
12005         (bug#9258).
12007         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12008         which can be useful (bug#9301).
12010         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12012         * subr.el (match-string): Mention that the current buffer should
12013         be the same as the search was done in (bug#9282).
12015         * facemenu.el: Disable the remove-* commands if the mark isn't
12016         active (bug#9162).
12018 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
12020         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12021         of display-buffer.
12022         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12024         * replace.el (occur-mode-goto-occurrence)
12025         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12026         and display-buffer.
12028         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12029         display-buffer.
12031         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12032         special-display and same-window variables.
12033         (mail-other-window): Use switch-to-buffer-other-window.
12034         (mail-other-frame): USe switch-to-buffer-other-frame.
12036         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12037         Use display-buffer-other-frame.
12038         (gdb-display-gdb-buffer): Use pop-to-buffer.
12040         * progmodes/gud.el (gud-goto-info): Use info-other-window.
12042         * progmodes/python.el: Don't set same-window-buffer-names.
12044         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12046         * window.el (display-buffer-alist): Add *Python*.
12048 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
12050         * window.el (display-buffer-alist): Add entry for buffers
12051         previously handled same-window-*.
12052         (display-buffer-alist, display-buffer-default-action)
12053         (display-buffer-overriding-action): Mark as risky.
12054         (display-buffer-alist): Document action function changes.
12055         (display-buffer--same-window-action)
12056         (display-buffer--other-frame-action): New variables.
12057         (switch-to-buffer, display-buffer-other-frame): Use them.
12058         (display-buffer): Rename reuse-frame entry to reusable-frames.
12059         (display-buffer-reuse-selected-window): Function deleted.
12060         (display-buffer-reuse-window): Handle reusable-frames alist entry.
12061         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12062         (display-buffer-special): New function.
12063         (display-buffer--maybe-pop-up-frame-or-window): Rename from
12064         display-buffer-reuse-or-pop-window.  Split off special-display
12065         part into display-buffer-special.
12066         (display-buffer-use-some-window): Don't perform any special
12067         pop-up-frames handling.
12068         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
12069         (display-buffer--maybe-same-window): Rename from
12070         display-buffer-maybe-same-window.
12072         * info.el: Don't set same-window-regexps.
12073         (info-setup): New function.
12074         (info-other-window, info): Call it.
12076         * cus-edit.el: Don't set same-window-regexps.
12077         (customize-group): New argument.
12078         (customize-group-other-window): Use it.
12079         (customize-face, customize-face-other-window): Likewise.
12080         (custom-buffer-create-other-window): Use pop-to-buffer directly.
12082         * net/rlogin.el:
12083         * net/telnet.el:
12084         * progmodes/gud.el: Don't set same-window-regexps.
12086         * cmuscheme.el:
12087         * ielm.el:
12088         * shell.el:
12089         * mail/sendmail.el:
12090         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12092 2011-09-10  Juri Linkov  <juri@jurta.org>
12094         * isearch.el (isearch-edit-string): Remove obsolete mention of
12095         `C-w' (`isearch-yank-word-or-char') from docstring.
12096         (isearch-query-replace): Fix typo in docstring (bug#9466).
12098 2011-09-10  Juri Linkov  <juri@jurta.org>
12100         * paren.el (show-paren-function): Don't show escaped parens.
12101         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
12103 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
12105         * mail/sendmail.el (mml-to-mime, mml-attach-file)
12106         (mm-default-file-encoding): Remove autoload forms, they are
12107         replaced with autoload cookies in mml.el and mm-encode.el.
12108         (mail-add-attachment): New command.
12109         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12110         (mail-mode): Mention mail-insert-file and mail-add-attachment in
12111         the doc string.
12112         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12114 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
12116         * simple.el (count-words-region): Use buffer if there's no region
12117         (bug#9429).
12119 2011-09-09  Juri Linkov  <juri@jurta.org>
12121         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12122         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12123         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
12125 2011-09-09  Alan Mackenzie  <acm@muc.de>
12127         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12128         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
12130 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
12132         Fix for Savannah bug#9392.
12133         * simple.el (mail-encode-mml): New defvar.
12135         * mail/rmail.el (mail-encode-mml): Add a defvar.
12136         (rmail-enable-mime-composing): Default to t.
12137         (rmail-forward): Use MIME method of forwarding only if both
12138         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12139         Set mail-encode-mml non-nil if the MIME method was used.
12141         * mail/sendmail.el (mml-to-mime): Add autoload form.
12142         (mail-encode-mml): Add a defvar.
12143         (mail-mode): Make mail-encode-mml buffer-local and initialize it
12144         to nil.
12145         (mail-send): If mail-encode-mml is non-nil, run the outgoing
12146         message through mml-to-mime, and reset mail-encode-mml to nil.
12148 2011-09-09  Glenn Morris  <rgm@gnu.org>
12150         * woman.el (woman-if-body): When processing an .el block,
12151         do not delete the next .el block as well.  (Bug#9447)
12152         (woman-special-characters): Add oq, cq, and hy characters.
12154 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
12156         * window.el (window-deletable-p): Make sure window is live before
12157         invoking window-prev-buffers.
12159 2011-09-08  Leo Liu  <sdl.web@gmail.com>
12161         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
12163 2011-09-08  Juri Linkov  <juri@jurta.org>
12165         * progmodes/compile.el (compilation-environment): Make it
12166         a defcustom (bug#8340).
12168 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
12170         * window.el (frame-auto-delete): Rename to window-auto-delete.
12171         Make it control auto-deletion of windows and/or frames.
12172         (window-deletable-p): New argument FORCE.  Rewrite conditions
12173         for deleting window/frame.  (Bug#9419)
12174         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12175         Rewrite handling of case when window/frame can be deleted.
12176         (delete-windows-on): Call window-deletable-p with new FORCE
12177         argument t.  (Bug#9456)
12179 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
12181         * help-mode.el (help-mode): Restore autoload.
12183 2011-09-07  Juri Linkov  <juri@jurta.org>
12185         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12186         `compilation-environment'.  Set buffer-local
12187         `compilation-environment' to `thisenv' later after (funcall mode).
12188         (Bug#8340)
12190         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
12191         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12192         instead of replacing its value.  (Bug#8340)
12194 2011-09-07  Juri Linkov  <juri@jurta.org>
12196         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12197         based on text properties put by `grep-filter' instead of matching
12198         escape sequences.
12199         (grep-mode): Set buffer-local `compilation-error-screen-columns'
12200         to the value of `grep-error-screen-columns' (bug#9438).
12202 2011-09-07  Juri Linkov  <juri@jurta.org>
12204         * simple.el (next-error-highlight, next-error-highlight-no-select):
12205         Doc fix (bug#9432).
12207 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
12209         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12210         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
12212 2011-09-07  Leo Liu  <sdl.web@gmail.com>
12214         * net/rcirc.el (rcirc-mode): Conditionally initialize
12215         rcirc-input-ring.
12217 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12219         * emacs-lisp/find-func.el (find-function-C-source): Only set
12220         find-function-C-source-directory after checking that we found a source
12221         file there (bug#9440).
12223 2011-09-06  Alan Mackenzie  <acm@muc.de>
12225         * isearch.el (isearch-other-meta-char): Wherever a key list is
12226         unread, "unread" the prefix arg, too.  This fixes bug #8901.
12228 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
12230         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12232 2011-09-05  Juri Linkov  <juri@jurta.org>
12234         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12236 2011-09-05  Juri Linkov  <juri@jurta.org>
12238         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12239         keeping point where processing of grep matches begins, and
12240         continue to delete remaining escape sequences from the same point.
12241         (grep-filter): Make leading zero optional in "0?1;31m" because
12242         git-grep emits "\033[1;31m" escape sequences unlike expected
12243         "\033[01;31m" as GNU Grep does (bug#9408).
12244         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12246 2011-09-05  Juri Linkov  <juri@jurta.org>
12248         * subr.el (y-or-n-p): Capitalize "yes".
12250 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
12252         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
12253         `tramp-cache-unload-hook' where appropriate.
12254         (tramp-methods): Rename `tramp-remote-sh' to
12255         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
12256         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12258         * net/tramp-sh.el (top): Don't require 'shell.
12259         (tramp-methods): Add `tramp-remote-shell' and
12260         `tramp-remote-shell-args' entries.
12261         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12262         (tramp-sh-handle-shell-command): Remove.
12263         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12264         Use `tramp-remote-shell'.
12266 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
12268         * mail/sendmail.el (sendmail-query-once-function): Delete.
12269         (sendmail-query-once): Save directly to send-mail-function.
12270         Update message-send-mail-function too.
12272         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12274 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
12276         * progmodes/python.el (python-mode-map): Use correct function to
12277         start python interpreter from menu-bar (as reported by Geert
12278         Kloosterman).
12279         (inferior-python-mode-map): Fix typo.
12280         (python-shell-map): Remove.
12282 2011-09-03  Deniz Dogan  <deniz@dogan.se>
12284         * net/rcirc.el (rcirc-print): Simplify code for
12285         rcirc-scroll-show-maximum-output.  There is no need to walk
12286         through all windows to find the right one.
12288 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
12290         * help.el (help-return-method): Doc fix.
12292 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
12294         * window.el (window-deletable-p): Don't return a non-nil value
12295         when there's a buffer that was shown in the window before.
12296         (Bug#9419)
12297         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12298         Set window's previous buffers to nil.
12300 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
12302         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12303         newline before and after the tag line, so it doesn't interfere
12304         with determining the paragraph direction of bidirectional text.
12306 2011-09-03  Leo Liu  <sdl.web@gmail.com>
12308         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
12310 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
12312         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
12313         (pop-to-buffer): Change interactive spec.  Pass second argument
12314         directly to display-buffer.
12315         (display-buffer): Fix interactive spec.  Use functionp to
12316         distinguish between a function and a list of functions.
12318         * abbrev.el (edit-abbrevs):
12319         * arc-mode.el (archive-extract):
12320         * autoinsert.el (auto-insert):
12321         * bookmark.el (bookmark-bmenu-list):
12322         * files.el (find-file):
12323         * view.el (view-buffer):
12324         * progmodes/compile.el (compilation-goto-locus):
12325         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12327 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
12329         * window.el (display-buffer-alist): Doc fix.
12330         (display-buffer): Add docstring.  Don't treat
12331         display-buffer-default specially.
12332         (display-buffer-reuse-selected-window)
12333         (display-buffer-same-window, display-buffer-maybe-same-window)
12334         (display-buffer-reuse-window, display-buffer-pop-up-frame)
12335         (display-buffer-pop-up-window)
12336         (display-buffer-reuse-or-pop-window)
12337         (display-buffer-use-some-window): New functions.
12338         (display-buffer-default-action): Use them.
12339         (display-buffer-default): Delete.
12340         (pop-to-buffer-1): Fix choice of actions.
12342 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12344         * minibuffer.el (completion--insert-strings): Don't get confused by
12345         completion entries that end with an LF char.
12347 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
12349         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12351 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
12353         * window.el (display-buffer): Restore interactive spec.
12354         (display-buffer-same-window, display-buffer-other-window):
12355         New functions.
12356         (pop-to-buffer-1): New function.  Use the above.
12357         (pop-to-buffer, pop-to-buffer-same-window): Use it.
12358         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
12360         * view.el (view-buffer-other-window, view-buffer-other-frame):
12361         Just use pop-to-buffer.
12363 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12365         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
12367 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
12369         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
12371 2011-08-31  Richard Stallman  <rms@gnu.org>
12373         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12374         of the separation of rmail-view-buffer from rmail-buffer.
12375         If you say no to "replace original", the decrypt is in the
12376         view buffer.  If you say yes, the decrypt goes into the
12377         rmail buffer also.
12379 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
12381         * window.el (display-buffer-window): Rewrite doc-string.
12382         (display-buffer-record-window): New function.
12383         (display-buffer-macro-specifiers)
12384         (display-buffer-even-window-sizes, display-buffer-set-height)
12385         (display-buffer-set-width, display-buffer-in-window)
12386         (display-buffer-reuse-window, display-buffer-split-specifiers)
12387         (display-buffer-side-specifiers, display-buffer-split-window-1)
12388         (display-buffer-split-window, display-buffer-split-atom-window)
12389         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12390         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12391         (display-buffer-other-window-means-other-frame)
12392         (display-buffer-normalize-special)
12393         (display-buffer-normalize-default)
12394         (display-buffer-normalize-argument)
12395         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12396         (display-buffer-normalize-specifiers, display-buffer-frame)
12397         (display-buffer-same-window, display-buffer-same-frame)
12398         (display-buffer-other-window)
12399         (display-buffer-same-frame-other-window)
12400         (display-buffer-other-frame, pop-to-buffer-same-window)
12401         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12402         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12403         (switch-to-buffer-same-frame)
12404         (switch-to-buffer-other-window-same-frame)
12405         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12406         (display-buffer-alist-set-1, display-buffer-alist-set-2)
12407         (display-buffer-alist-set): Remove.
12408         (display-buffer-function, special-display-buffer-names)
12409         (special-display-regexps, special-display-function):
12410         In doc-string refer to display-buffer-window and quit-restore
12411         parameter.
12412         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12413         (special-display-frame-alist, special-display-popup-frame)
12414         (same-window-buffer-names, same-window-regexps, same-window-p)
12415         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12416         (split-window-preferred-function, split-height-threshold)
12417         (split-width-threshold, window-splittable-p)
12418         (split-window-sensibly, window--try-to-split-window)
12419         (window--frame-usable-p, even-window-heights)
12420         (window--even-window-heights, window--display-buffer-1)
12421         (window--display-buffer-2, display-buffer-other-frame):
12422         Restore old Emacs 23 code, order and doc-strings where applicable.
12423         (display-buffer-default, display-buffer-assq-regexp): New functions.
12424         (display-buffer-alist): Rewrite doc-string.
12425         (display-buffer-default-action)
12426         (display-buffer-overriding-action): New variables.
12427         (display-buffer, switch-to-buffer): Rewrite.
12428         (pop-to-buffer): Restore Emacs 23 behavior but use
12429         window-normalize-buffer-to-display.
12430         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12431         Restore Emacs 23 behavior but use
12432         window-normalize-buffer-to-switch-to.
12433         (pop-to-buffer-same-window): Rewrite.
12434         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12435         Rewrite using Emacs 23 options.
12437 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
12439         * net/tramp.el (tramp-root-regexp): Remove.
12440         (tramp-completion-file-name-regexp-unified)
12441         (tramp-completion-file-name-regexp-separate)
12442         (tramp-completion-file-name-regexp-url): Don't use leading volume
12443         letter on w32 systems.  (Bug#5303, Bug#9311)
12444         (tramp-drop-volume-letter): Simplify definition.
12445         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12447 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12450         (bug#9356).
12452 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
12454         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
12456 2011-08-29  Juri Linkov  <juri@jurta.org>
12458         * isearch.el (isearch-done): Don't display message "Mark saved"
12459         when arg `edit' is non-nil to prevent its flicker in the echo area.
12461 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
12463         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12464         obsolete packages for deletion.
12466 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
12468         * help-mode.el (help-mode-map): Add special-mode-map to parent.
12469         (help-mode): Derive help-mode from special-mode.  Don't invoke
12470         view-mode from help-mode.
12471         (help-xref-override-view-map): Remove.
12472         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12473         view-mode is not used anymore.
12475 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
12477         * server.el (server-port): Doc fix.
12479         * cus-theme.el (custom-theme-choose-mode): Inherit from
12480         special-mode (Bug#9124).
12481         (custom-theme-choose-mode-map): Add special-mode to parent.
12483 2011-08-28  Alan Mackenzie  <acm@muc.de>
12485         * progmodes/cc-fonts.el
12486         (c-make-font-lock-BO-decl-search-function): New function.
12487         (c-basic-matchers-after - "Fontify the clauses after various
12488         keywords"): Extract the three keyword lists for the 3 erroneous
12489         constructs from the list of four, and use the new function above
12490         in place of an old one.
12492 2011-08-28  Deniz Dogan  <deniz@dogan.se>
12494         * net/rcirc.el (rcirc-insert-prev-input)
12495         (rcirc-insert-next-input): Remove unused argument.
12497 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12499         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12501 2011-08-27  Alan Mackenzie  <acm@muc.de>
12503         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12504         handle function pointer parameters properly.
12506 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
12508         * window.el (display-buffer-reuse-window): Fix case where
12509         selected window was reused with non-nil OTHER-WINDOW argument.
12510         (Bug#9381)
12512 2011-08-27  Deniz Dogan  <deniz@dogan.se>
12514         * net/rcirc.el (rcirc-check-auth-status): Adding support for
12515         oftc's NickServ messages.
12517 2011-08-27  Glenn Morris  <rgm@gnu.org>
12519         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
12521 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
12523         * emacs-lisp/package.el (package-install): Call package-initialize
12524         if called interactively.
12526 2011-08-26  Leo Liu  <sdl.web@gmail.com>
12528         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
12530 2011-08-25  Juri Linkov  <juri@jurta.org>
12532         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12533         `search-whitespace-regexp' (bug#9364).
12535 2011-08-25  Juri Linkov  <juri@jurta.org>
12537         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12538         `regexp-search-ring' to their global values to protect from
12539         updating by `read-from-minibuffer' (bug#9185).
12541 2011-08-25  Juri Linkov  <juri@jurta.org>
12543         * textmodes/ispell.el (ispell-command-loop): Add newline
12544         at the end of the "Use option `i'..." line.
12546 2011-08-25  Juri Linkov  <juri@jurta.org>
12548         * battery.el (display-battery-mode): If `battery-status-function'
12549         or `battery-mode-line-format' is nil, display the message and set
12550         `display-battery-mode' to nil (bug#9363).
12552 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
12554         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
12555         bidi-string-mark-left-to-right; they are unnecessary now.
12557 2011-08-25  Deniz Dogan  <deniz@dogan.se>
12559         * net/quickurl.el: Documentation typo fixes.
12561 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
12563         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
12565 2011-08-25  Glenn Morris  <rgm@gnu.org>
12567         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12569         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
12570         (smtpmail-via-smtp): Handle nil response from smtp.
12572 2011-08-24  Juri Linkov  <juri@jurta.org>
12574         * proced.el (proced-marked): Inherit from `error' instead of
12575         `font-lock-warning-face'.
12577         * ibuffer.el (ibuffer-marked-face): Change default face from
12578         `font-lock-warning-face' to `warning'.
12579         (ibuffer-deletion-face): Change default face from
12580         `font-lock-type-face' to `error'.
12582         * battery.el (battery-update): Use the face `error' instead of
12583         `font-lock-warning-face' (bug#6117).
12585 2011-08-24  Juri Linkov  <juri@jurta.org>
12587         * faces.el (success): Change face color from "Green3" to
12588         "ForestGreen" on light background (bug#9353).
12590 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
12592         * window.el (quit-window): Rename from quit-restore-window.
12593         Use same arglist as old quit-window.
12594         (frame-auto-delete): Doc fix.
12596         * view.el (view-mode-exit): Use quit-window.
12598 2011-08-24  Juri Linkov  <juri@jurta.org>
12600         * isearch.el (isearch-ring-adjust1): Start visiting previous
12601         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
12602         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
12603         for empty search string (when the last search string is reused
12604         automatically) to adjust the isearch ring to the last element and
12605         prepare the correct index for further M-p commands (bug#9185).
12607 2011-08-24  Kenichi Handa  <handa@m17n.org>
12609         * international/ucs-normalize.el: If decomposition property of
12610         CHAR is the default one (i.e. a list of CHAR itself), treat it as
12611         nil.
12612         (nfd, nfkd): Likewise.
12614 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12616         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
12617         from process filters aren't reliably transmitted to the surrounding
12618         accept-process-output.
12619         (mpc-proc-check): New function.
12620         (mpc-proc-sync): Use it (bug#8293)
12622 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12624         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
12625         Add compatibility functions (bug#9313).
12627 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
12629         * cus-start.el (all): Add entry for bidi-paragraph-direction.
12631         * international/uni-bidi.el: Regenerate.
12633 2011-08-23  Kenichi Handa  <handa@m17n.org>
12635         * international/charprop.el:
12636         * international/uni-bidi.el:
12637         * international/uni-category.el:
12638         * international/uni-combining.el:
12639         * international/uni-comment.el:
12640         * international/uni-decimal.el:
12641         * international/uni-decomposition.el:
12642         * international/uni-digit.el:
12643         * international/uni-lowercase.el:
12644         * international/uni-mirrored.el:
12645         * international/uni-name.el:
12646         * international/uni-numeric.el:
12647         * international/uni-old-name.el:
12648         * international/uni-titlecase.el:
12649         * international/uni-uppercase.el: Regenerate.
12651 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
12653         * help.el (help-window-setup): Fix message displayed when other
12654         window is reused.  (Bug#9341)
12656 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12658         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
12659         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
12661         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
12662         Mark obsolete.
12663         * shell.el (shell-parse-pcomplete-arguments): New function.
12664         (shell-completion-vars): Use it instead (bug#9160).
12666 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12668         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
12669         strings and comments (bug#9333).
12671         * emacs-lisp/debug.el (debug-arglist): New function.
12672         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
12673         (debug-on-entry-1): Handle interpreted closures (bug#9120).
12675 2011-08-22  Juri Linkov  <juri@jurta.org>
12677         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12678         Revert regexp that highlights output switches to its old
12679         pre-2010-10-28 value and remove one `?' from it (bug#9319).
12681         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
12682         to check for empty output (bug#9226).
12684 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
12686         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
12687         symbol-constituent as the default, as that stops font-lock from
12688         working properly (Bug#8843).
12690 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12692         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
12693         `coding-system-for-*' around the process open call to avoid
12694         auth-source side effects.
12695         (smtpmail-try-auth-methods): Expand the secret password.
12696         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
12697         probe hangs.
12699 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
12701         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
12703         * emacs-lisp/find-func.el (find-function-noselect): New arg
12704         lisp-only.
12706         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
12707         signal an error for built-in functions (Bug#6664).
12709 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12711         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
12712         (smtpmail-try-auth-methods): Use it.
12714 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
12716         * font-lock.el (font-lock-fontify-region)
12717         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
12718         (font-lock-default-unfontify-buffer)
12719         (font-lock-default-fontify-region)
12720         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
12722         * progmodes/compile.el (compilation-error-properties):
12723         Fix confusion between file struct and message struct (Bug#9319).
12724         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
12725         `ant' regexp.
12727         * net/browse-url.el (browse-url-firefox): Don't call
12728         browse-url-firefox-sentinel unless using -remote (Bug#9328).
12730 2011-08-20  Glenn Morris  <rgm@gnu.org>
12732         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
12734         * tutorial.el (tutorial--default-keys): Update some default bindings.
12736         * files.el (hack-local-variables): Fully ignore case for "mode:".
12738 2011-08-20  Alan Mackenzie  <acm@muc.de>
12740         Resolve invalid use of a regexp in regexp-opt.
12742         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
12743         detection for a java annotation.
12745         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
12746         detection for a java annotation.
12748         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
12749         handling for java.
12750         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
12752 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
12754         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
12755         (Bug#9274).
12757 2011-08-20  Alan Mackenzie  <acm@muc.de>
12759         Fontify CPP expressions correctly when starting in the middle of
12760         such a construct.  Mainly for when jit-lock etc. starts a chunk
12761         here.
12763         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
12764         variable.
12765         (c-make-font-lock-search-form): New function, extracted from
12766         c-make-font-lock-search-function.
12767         (c-make-font-lock-search-function): Use the above function.
12768         (c-make-font-lock-context-search-function): New function.
12769         (c-cpp-matchers): Enhance the preprocessor expression case with
12770         the above function
12771         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
12772         which takes an expression.
12774         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
12776 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
12778         * window.el (display-buffer-reuse-window)
12779         (display-buffer-pop-up-window): Don't reuse or split a side
12780         window.
12782 2011-08-19  Glenn Morris  <rgm@gnu.org>
12784         * files.el (hack-local-variables-prop-line, hack-local-variables):
12785         Downcase "Mode:".  (Bug#9331)
12787 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
12789         * international/characters.el: Add L and R categories.
12791         * subr.el (bidi-string-mark-left-to-right): Rename from
12792         string-mark-left-to-right.  Use category search.
12794         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
12796 2011-08-18  Juri Linkov  <juri@jurta.org>
12798         * faces.el (error, warning, success): New faces with definitions
12799         copied from old default values of `font-lock-warning-face',
12800         `compilation-warning', `compilation-info' (bug#6117).
12802         * font-lock.el (font-lock-warning-face): Inherit from `error'.
12804         * progmodes/compile.el (compilation-error): Inherit from `error'.
12805         (compilation-warning): Inherit from `warning'.
12806         (compilation-info): Inherit from `success'.
12808         * dired.el (dired-marked): Inherit from `warning'.
12809         (dired-flagged): Inherit from `error'.
12811 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12813         * mail/smtpmail.el (auth-source): Require to avoid problems with
12814         binding variables (bug#9298).  Also clean up some unused
12815         autoloads.
12817         * net/network-stream.el (network-stream-open-starttls):
12818         Support using starttls.el without using gnutls-cli.
12820 2011-08-17  Juri Linkov  <juri@jurta.org>
12822         * progmodes/grep.el (rgrep): Handle the case when
12823         `grep-find-command' is a cons cell (bug#9278).
12825 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
12827         * window.el (display-buffer-pop-up-frame): Run frame creation
12828         function with BUFFER current (as special-display-popup-frame
12829         does).  Reported by Drew Adams.
12831 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
12833         * epa-mail.el: Simplify GnuPG group expansion using
12834         epg-expand-group.
12835         (epa-mail-group-alist, epa-mail-group-modtime)
12836         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
12837         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
12838         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
12839         Remove.
12841 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
12843         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
12845 2011-08-16  Alan Mackenzie  <acm@muc.de>
12847         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
12848         Correct, to avoid the inside of macros.
12850 2011-08-16  Richard Stallman  <rms@gnu.org>
12852         * epa-mail.el: Handle GnuPG group definitions.
12853         (epa-mail-group-alist, epa-mail-group-modtime)
12854         (epa-mail-gnupg-conf-file): New variables.
12855         (epa-mail-parse-groups, epa-mail-sync-groups)
12856         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
12857         (epa-mail-expand-recipients): New functions.
12858         (epa-mail-encrypt): Call epa-mail-expand-recipients.
12860         * mail/rmail.el (rmail-epa-decrypt): New command.
12862         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
12863         Don't bind buffer-read-only, just inhibit-read-only.
12864         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
12865         (epa-decrypt-armor-in-region): Make error message clearer.
12867 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12869         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
12870         and "a2b" to "ab" for `prefix'.
12872 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
12874         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
12875         filter groups.
12876         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
12877         Fourquet (Bug#8804).
12879 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
12881         * startup.el (argi): Declare as global variable (bug#9275).
12883 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
12885         * subr.el (string-mark-left-to-right): Search the entire string
12886         for RTL script, not just the terminating character.  Doc fix.
12888 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
12891         New function.
12892         (js--regexp-literal, js-syntax-propertize-function): Remove.
12893         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
12894         (js-mode-map): Don't rebind electric keys.
12895         (js-insert-and-indent): Remove.
12896         (js-mode): Setup electric-layout and electric-indent instead.
12898         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
12900 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
12902         * epa.el (epa-progress-callback-function): Fix the logic of
12903         displaying progress.
12904         * epa-file.el (epa-file-insert-file-contents): Make progress
12905         display more user-friendly.
12906         (epa-file-write-region): Ditto.
12908 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
12910         * subr.el (string-mark-left-to-right): New function.
12912         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
12913         Use string-mark-left-to-right.
12914         (list-buffers-noselect): Caller changed.
12916         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12917         Use string-mark-left-to-right.
12918         (tabulated-list-print): Recenter after moving point.
12920 2011-08-10  Juri Linkov  <juri@jurta.org>
12922         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
12923         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
12924         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
12926 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
12928         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
12929         (Bug#7554).
12931 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
12933         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
12934         character.  (Bug#6594)
12936 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
12938         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
12939         (image-dired--with-db-file): New macro.
12940         (image-dired-write-tags, image-dired-remove-tag)
12941         (image-dired-create-gallery-lists, image-dired-write-comments)
12942         (image-dired-get-comment, image-dired-mark-tagged-files)
12943         (image-dired-list-tags, image-dired-gallery-generate): Use it.
12944         (image-dired-gallery-generate): Use insert-file-contents.
12946         * time.el (display-time-world-list, display-time-world-display):
12947         * time-stamp.el (time-stamp-string):
12948         * vc/add-log.el (add-change-log-entry): Use setenv instead of
12949         set-time-zone-rule (Bug#7337).
12951 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
12953         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
12954         (epg-error-to-string, epg-errors-to-string): New function.
12955         (epg-wait-for-completion): Reverse errors list.
12956         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
12957         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
12958         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
12959         (epg-sign-keys, epg-generate-key-from-file)
12960         (epg-generate-key-from-string): Format errors by using
12961         epg-errors-to-string (bug#9255).
12962         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
12964 2011-08-07  Juri Linkov  <juri@jurta.org>
12966         * faces.el (list-faces-display): Remove extra angle bracket
12967         from `help-mode-map'.
12969         * info.el (Info-history-toc-nodes): Doc fix.
12971         * longlines.el (longlines-mode): Doc fix.
12973 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12975         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
12976         of statements and in a few more cases (bug#9183).
12978         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
12979         New functions.
12980         (cl-transform-lambda): Use them (bug#9239).
12982 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
12984         * window.el (display-buffer-same-window)
12985         (display-buffer-same-frame, display-buffer-other-window)
12986         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12987         (pop-to-buffer-other-window)
12988         (pop-to-buffer-same-frame-other-window)
12989         (pop-to-buffer-other-frame): Make them defuns.
12990         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
12992 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12994         * subr.el (make-composed-keymap): Move from C.  Change calling
12995         convention, and improve docstring to bring attention to a subtle point.
12996         * minibuffer.el (completing-read-default): Adjust accordingly.
12998 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
13000         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13001         (tramp-open-shell): Use `tramp-shell-quote-argument'.
13003         * net/trampver.el: Update release number.
13005 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13007         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13008         "in" (bug#9190).
13010 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13012         * mail/sendmail.el (sendmail-query-once): Restore the current
13013         buffer after querying (bug#9074).
13015         * dired.el (dired-flagged): Use different faces for marked and
13016         flagged files (bug#6117).
13018         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13019         (bug#4433).
13021         * ido.el (ido-mode): Switch off the message if called
13022         non-interactively.
13024         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13025         before 587, since it appears that that's more likely to work for
13026         more people.
13028         * cus-edit.el (custom-file): When running under emacs -q, always
13029         refuse to save the customizations, even if the .emacs file doesn't
13030         exist.
13032         * info.el: Remove the `Info-beginning-of-buffer' function
13033         (bug#8325).
13035         * net/network-stream.el (network-stream-open-starttls):
13036         Use `starttls-available-p' to see whether starttls.el can be used.
13038 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
13040         * window.el (display-buffer-in-window): Don't set dedicated status
13041         of window here (Bug#9215).
13042         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13043         (display-buffer-pop-up-side-window)
13044         (display-buffer-in-side-window): Set dedicated status of window here.
13046 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13048         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13049         before binding generated-autoload-file.
13051 2011-08-01  Deniz Dogan  <deniz@dogan.se>
13053         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13055 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
13057         Sync with Tramp 2.2.2.
13059         * net/trampver.el: Update release number.
13061 2011-07-30  Juri Linkov  <juri@jurta.org>
13063         * dired-aux.el (dired-touch-initial): Remove function.
13064         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13065         current time, and `default' to the last modification time of the
13066         current marked file (bug#6887).
13068 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
13070         * simple.el (goto-line): Use string-to-number to provide a
13071         numeric argument to read-number (bug#9163).
13073 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
13075         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13076         connection process, it could be nil.
13078 2011-07-27  Leo Liu  <sdl.web@gmail.com>
13080         Simplify url handling in rcirc-mode.
13082         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13083         (rcirc-browse-url-at-mouse): Remove.
13084         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13086 2011-07-26  Alan Mackenzie  <acm@muc.de>
13088         Fontify bitfield declarations properly.
13090         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13091         (c-symbol-chars): Now exported as a lang variable.
13092         (c-not-primitive-type-keywords): New lang variable.
13094         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13095         QT keyword "more" to prevent "more slots: ...." being spuriously
13096         parsed as a bitfield declaration.
13098         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13099         Refactor and enhance to handle bitfield declarations.
13100         (c-punctuation-in): New function.
13101         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13102         declarations properly.
13104 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
13106         * calendar/icalendar.el (icalendar--all-events): Take care of
13107         multiple vcalendars in a single file.
13108         (icalendar--convert-float-to-ical): Checkdoc fixes.
13110 2011-07-25  Deniz Dogan  <deniz@dogan.se>
13112         * image.el (insert-image): Clarifying docstring.
13114 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
13116         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13117         `tramp-send-command-and-check' if there is no error.
13118         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13120 2011-07-22  Alan Mackenzie  <acm@muc.de>
13122         Prevent cc-langs.elc being loaded at run time.
13124         * progmodes/cc-mode.el: Remove two autoload forms which loaded
13125         cc-langs.
13127         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
13128         "(require 'cc-langs)".  Quote a form so it will evaluate at
13129         (cc-mode's) compilation time.
13131 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
13133         * net/tramp.el (tramp-file-name-handler): Avoid recursive
13134         loading.  (Bug#9114)
13136 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
13138         * window.el (display-buffer-pop-up-window)
13139         (display-buffer-pop-up-side-window)
13140         (display-buffer-in-side-window): Call display-buffer-set-height
13141         and display-buffer-set-width after setting the new window's
13142         buffer so `fit-window-to-buffer' and friends work on the right buffer.
13144 2011-07-20  Sam Steingold  <sds@gnu.org>
13146         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13147         (etags-tags-included-tables): Call `convert-standard-filename' on
13148         the file names contained in TAGS so that windows Emacs can handle
13149         TAGS files created by cygwin ctags.
13151 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13153         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13154         which apparently didn't work.
13156 2011-07-19  Roland Winkler  <winkler@gnu.org>
13158         * proced.el (proced-send-signal): For *Marked Processes* buffer
13159         put point at beginning of buffer.
13161 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
13163         * proced.el (proced-format): Make header lines align with the text
13164         (bug#1779).
13166 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13168         * view.el (view-buffer): Allow running in `special' modes if we're
13169         visiting a file (bug#8615).
13171 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
13173         * window.el (display-buffer-alist-of-strings-p)
13174         (display-buffer-alist-set-1, display-buffer-alist-set-2):
13175         New functions.
13176         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13177         more accurately.
13179 2011-07-18  Alan Mackenzie  <acm@muc.de>
13181         Fontify declarators properly when, e.g., a jit-lock chunk begins
13182         inside a declaration.
13184         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13186         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13187         New function.
13188         (c-complex-decl-matchers): Insert reference to
13189         c-font-lock-enclosing-decls.
13191         * progmodes/cc-engine.el (c-backward-single-comment):
13192         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13193         to nil around calls to (forward-comment -1).
13195 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13197         * image.el (put-image): Doc typo fix.
13199         * progmodes/etags.el (tags-search): Doc typo fix.
13201         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13202         password if we get errors 550 to 554.
13204 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206         * net/gnutls.el (gnutls-log-level): Remove.
13208         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13209         indentation character (bug#6380).
13211         * files.el (buffer-offer-save): Made permanently local (bug#6241).
13213         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13214         to clarify what the problem is (bug#4291).
13216         * simple.el (current-kill): Clarify what
13217         `interprogram-paste-function' does (bug#7500).
13218         (auto-fill-mode): Document `auto-fill-function' in relation to
13219         `auto-fill-mode' (bug#2470).
13221 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
13223         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13224         method if slot is read-only (bug#9035).
13226 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
13228         * frame.el (select-frame-set-input-focus): New argument NORECORD.
13229         * window.el (pop-to-buffer): Select window used even if it was
13230         selected before, see discussion of (Bug#8615), (Bug#6954).
13231         Pass argument NORECORD on to select-frame-set-input-focus.
13233 2011-07-15  Glenn Morris  <rgm@gnu.org>
13235         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
13236         Respect help-form.
13238 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
13240         * net/gnutls.el (gnutls-min-prime-bits): New variable.
13241         (gnutls-negotiate): Use it.
13243 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13245         * net/gnutls.el (gnutls-negotiate):
13246         Upcase `gnutls-algorithm-priority'.
13248 2011-07-15  Glenn Morris  <rgm@gnu.org>
13250         * jka-compr.el (jka-compr-verbose): Move from here...
13251         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
13252         Add missing :version tag.
13253         * info.el: No need to require jka-compr when compiling.
13255 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257         * net/gnutls.el (gnutls-algorithm-priority): New variable.
13258         (gnutls-negotiate): Use it.
13260         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13262         * info.el (Info-beginning-of-buffer): New command.
13263         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13264         announcing `b' as the key (bug#8325).
13265         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
13267         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13269         * international/mule-cmds.el
13270         (describe-specified-language-support): Make the error message
13271         clearer (bug#8905).
13273         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13275         * isearch.el (isearch-barrier): Add a doc string, since it's
13276         mentioned in a function doc string (bug#8678).
13278 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
13280         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13281         buffer argument (Bug#9083) and self-identifying label argument.
13283 2011-07-15  Glenn Morris  <rgm@gnu.org>
13285         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
13287 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289         * man.el (Man-fontify-manpage): Fix message when formatting the
13290         man page (bug#7929).
13292 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
13294         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13295         argument LRM; if non-nil, append an invisible LRM character to the
13296         buffer name.
13297         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13298         last argument non-nil, when formatting buffer names.
13299         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13300         paragraph direction.
13302 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13304         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13305         the man page name (bug#7929).
13307         * image.el (put-image): Mention the `put-image' overlay property
13308         (bug#7834).
13310         * scroll-bar.el (set-scroll-bar-mode): Mention that
13311         `scroll-bar-mode' lists the values (bug#7772).
13313         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13314         command (bug#7729).
13316         * rect.el (apply-on-rectangle): Return the point after the last
13317         operation.
13318         (string-rectangle): Go to the point after the last operation
13319         (bug#7522).
13321         * printing.el (pr-toggle-region): Clarify the documentation
13322         slightly (bug#7493).
13324         * time.el (display-time-update):
13325         Allow `display-time-mail-function' to return nil (bug#7158).
13326         Fix suggested by Detlev Zundel.
13328         * vc/diff.el (diff): Clarify the order the file names are read
13329         (bug#7111).
13331         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13332         the doc string (bug#7015).
13334         * font-lock.el (font-lock-maximum-decoration): Mention what
13335         numeric levels mean (bug#6935).
13337         * startup.el (initial-buffer-choice): Don't mention the `none'
13338         selection, which is against policy.
13340 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
13342         * window.el (display-buffer-normalize-special):
13343         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
13345 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
13347         * subr.el (version<, version<=, version=): Mention "-CVS" and
13348         "-12345" alpha version numbers.
13350 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
13352         * bindings.el: Add advertised binding for set-mark-command
13353         (Bug#5772).
13355 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
13357         * bindings.el (mode-line-other-buffer):
13358         * bookmark.el (bookmark-bmenu-2-window):
13359         * bs.el (bs-cycle-next, bs-cycle-previous):
13360         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13361         switch-to-buffer.
13363         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13364         Delete.
13366 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
13368         * follow.el (follow-debug-message, follow-redisplay):
13369         * jka-cmpr-hook.el (with-auto-compression-mode):
13370         Fix typos in docstrings.
13372 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13374         * subr.el (with-silent-modifications): Clarify somewhat what the
13375         macro inhibits (bug#6525).
13377         * simple.el (eval-expression): Note what it does if called
13378         interactively (bug#6495).
13380 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
13382         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13383         Use pop-to-buffer buffer-or-name if it is nil.
13385         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13386         Remove switch-to-buffer.
13388 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13390         * files.el (make-directory): Clarify that an error will be raised
13391         if there's an error (bug#6397).
13393         * startup.el (initial-buffer-choice): Add `none' as a choice
13394         (bug#6234).
13396         * subr.el (add-hook): Clarify section about buffer-local hooks
13397         (bug#6218).
13399         * dired.el (dired-flagged): Clarify doc string (bug#6117).
13401 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
13403         * tabify.el (untabify): Preserve the current column so that point
13404         doesn't move (bug#6032).
13406 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13408         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13409         Rewrite to avoid awkward possessive "s" (bug#5986).
13411 2011-07-13  Glenn Morris  <rgm@gnu.org>
13413         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
13414         (dired-insert-directory): Give a message the first time
13415         if ls is found not to support --dired.
13417 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13419         * simple.el (toggle-truncate-lines): Clarify what is toggled
13420         (bug#5580).  Text by Drew Adams.
13422 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
13424         * simple.el (blink-matching-open): Make the error message from the
13425         last change less verbose.
13427 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
13429         * font-lock.el (font-lock-comment-face): Use the high contrast
13430         "yellow" color for font-lock-comment-face on low color terminals
13431         using a dark background color (bug#4221).
13433 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435         * dired.el (dired-insert-set-properties): Make the doc string
13436         reflect what it does now (bug#5325).
13438         * simple.el (blink-matching-open): Say that we were unable to find
13439         the match within the limit, if we're limited (bug#5122).
13441         * international/mule-cmds.el (prefer-coding-system): Add an
13442         example (bug#4869).
13444         * progmodes/etags.el (tags-search): Document `file-list-form'
13445         (bug#4731).
13447 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
13449         * net/browse-url.el (browse-url-default-browser)
13450         (browse-url-browser-function): Make the default browser choice a
13451         bit more logical (bug#4300).  Also clean up the doc string.
13453 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
13455         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13456         binary endings (bug#4440).
13458 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13460         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13461         which can be pretty annoying (bug#8971).
13463         * jka-compr.el (jka-compr-verbose): New variable, and use
13464         throughout (bug#8971).
13466         * info.el (Info-find-file): Fall back on the installation
13467         directory if we can't find the info node anywhere else.
13469 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
13471         * vc/vc.el (vc-revert-file):
13472         Don't set file time-stamp in the past.  (Bug#5181)
13474 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13476         * files.el (after-find-file): Give a better error message when
13477         trying to find a symlink that points to a file that doesn't exist
13478         (bug#4398).
13480         * progmodes/cc-vars.el: Remove (probably) misleading comment
13481         (bug#4396).
13483 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
13485         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13487 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
13489         * mouse-sel.el: Hack restoring functionality, while keeping
13490         compatibility with 2010-07-03 changes to mouse selection.
13491         (mouse-sel-primary-overlay): New var.
13492         (mouse-sel-selection-alist): Use it.
13493         (mouse-sel-mode): Doc fix; remove points that are default features
13494         of mouse.el.
13496 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
13498         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13499         Fix previous fix (bug#2490).
13501 2011-07-12  Roland Winkler  <winkler@gnu.org>
13503         * textmodes/bibtex.el (bibtex-initialize):
13504         Use pop-to-buffer-same-window.
13505         (bibtex-search-entries): Fix interactive call.
13507 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13509         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13510         Fontise bytecomp Error lines more correctly (bug#2490).
13511         Fix suggested by Johan Bockgård.
13513         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13515         * dired-x.el (dired-guess-default): Use `delete-dups'.
13517 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
13519         * dired.el (dired-mark-prompt):
13520         * dired-aux.el (dired-read-shell-command): Doc fix.
13522 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13524         * mail/sendmail.el (sendmail-query-once):
13525         Use `customize-save-variable' unconditionally, now that it works under
13526         emacs -Q.
13528         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13530         * cus-edit.el (custom-file): Take an optional no-error variable.
13531         (customize-save-variable): Set the variable, and give a warning if
13532         running under "emacs -q".
13534 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
13536         * loadhist.el (unload-feature-special-hooks):
13537         Add `auto-coding-functions', `fill-nobreak-predicate' and
13538         `find-directory-functions' (bug#5327).
13540 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13542         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13544         * cus-edit.el (custom-guess-name-alist): -alist variables should
13545         use the `alist' type (bug#3120).  Suggested by Drew Adams.
13547         * printing.el: Add documentation to all the `pr-toggle-' commands.
13549 2011-07-11  Leo Liu  <sdl.web@gmail.com>
13551         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
13552         backends where it makes sense (bug#2623).
13554 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13556         * dired-x.el (dired-guess-default): Remove duplicate shell command
13557         entries (bug#2028).
13558         (dired-guess-default): Fix grammar in doc string (bug#2028).
13559         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
13561         * subr.el (remove-duplicates): New conveniency function.
13563 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13565         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
13566         (bug#1526).
13568 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
13570         * window.el (display-buffer-normalize-default): Don't invert
13571         meaning of even-window-heights.  Reported by Eli Zaretskii
13572         <eliz@gnu.org>.
13574 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
13576         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
13578 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
13580         * window.el (display-buffer): Fix arguments to
13581         display-buffer-reuse-window in last change.
13583         * faces.el (link): Use a less saturated blue on light backgrounds.
13585         * startup.el (fancy-startup-text, fancy-about-text)
13586         (fancy-startup-tail): Use font-lock faces, for background safety.
13588 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
13590         * emulation/viper-cmd.el (viper-change-state-to-vi):
13591         Limit triggering of abbrev expansion (Bug#9038).
13593 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
13595         * window.el (display-buffer-default-specifiers): Remove.
13596         (display-buffer-macro-specifiers): Remove default specifiers.
13597         (display-buffer-alist): Default to nil.
13598         (display-buffer-reuse-window): New optional argument other-window.
13599         (display-buffer-pop-up-window): Allow splitting internal
13600         windows.  Check whether a live window was created.
13601         (display-buffer-other-window-means-other-frame)
13602         (display-buffer-normalize-arguments): Rename to
13603         display-buffer-normalize-argument and rewrite.  Set the
13604         other-window specifier.
13605         (display-buffer-normalize-special): New function.
13606         (display-buffer-normalize-options): Rename to
13607         display-buffer-normalize-default and rewrite.
13608         (display-buffer-normalize-options-inhibit): Remove.
13609         (display-buffer-normalize-specifiers): Rewrite.
13610         (display-buffer): Process other-window specifier and call
13611         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
13612         more faithfully.
13613         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
13614         (display-buffer-alist-set): Don't handle 'unset default values.
13615         (display-buffer-in-window, display-buffer-alist-set):
13616         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
13617         <tassilo@member.fsf.org>.
13619 2011-07-09  Leo Liu  <sdl.web@gmail.com>
13621         * register.el (insert-register): Restore accidental change on
13622         2011-06-26.  (Bug#9028)
13624 2011-07-09  Glenn Morris  <rgm@gnu.org>
13626         * subr.el (remq): Handle the empty list.  (Bug#9024)
13628 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
13630         * mail/sendmail.el (send-mail-function): No longer delay custom
13631         initialization.
13632         * custom.el (custom-initialize-delay): Doc fix.
13634 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13636         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
13638 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
13640         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
13641         human-friendly prompt.
13643 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13645         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
13646         provided by a particular plugin.
13648 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13650         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
13651         save customizations (with "emacs -Q"), just set the variable
13652         instead of erroring out.
13654         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13656 2011-07-08  Juri Linkov  <juri@jurta.org>
13658         * arc-mode.el (archive-zip-expunge, archive-zip-update)
13659         (archive-zip-update-case): Use 7z if found by `executable-find'.
13660         The order of searching the available programs is the same as in
13661         `archive-zip-extract' (bug#8968).
13663 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
13665         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
13666         (menu-bar-options-menu): Tweak descriptions.
13668 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13670         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
13671         menu items into verb phrases (bug#1421).  Also refill to fit under
13672         80 columns.
13674 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
13676         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
13677         (Info-read-node-name): Doc fix (Bug#1084).
13679         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
13680         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
13681         (end-of-sexp, beginning-of-sexp)
13682         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
13683         (forward-symbol, forward-same-syntax, word-at-point)
13684         (sentence-at-point): Doc fix (Bug#1144).
13686 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13688         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
13689         should cover it (bug#1281).
13691         * cus-edit.el (custom-show): Mark as obsolete.
13693         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
13694         negotiation fails, then possibly try again with a non-encrypted
13695         connection (bug#9017).
13697         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
13698         be used.
13700 2011-07-07  Richard Stallman  <rms@gnu.org>
13702         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
13703         property, and handle its changed format.
13704         Look for the correct line number.
13705         Use file's line contents (but not past first =) to find
13706         correct line in message.
13708 2011-07-07  Kenichi Handa  <handa@m17n.org>
13710         * international/characters.el (build-unicode-category-table):
13711         Delete it.
13712         (unicode-category-table): Set it by unicode-property-table-internal.
13714         * international/mule-cmds.el (char-code-property-alist): Move to
13715         to src/chartab.c.
13716         (get-char-code-property): Call unicode-property-table-internal to
13717         load a file.  Call get-unicode-property-internal where necessary.
13718         (put-char-code-property): Call unicode-property-table-internal to
13719         load a file.  Call put-unicode-property-internal where necessary.
13720         put-unicode-property-internal where necessary.
13721         (char-code-property-description):
13722         Call unicode-property-table-internal to load a file.
13724         * international/charprop.el:
13725         * international/uni-bidi.el:
13726         * international/uni-category.el:
13727         * international/uni-combining.el:
13728         * international/uni-comment.el:
13729         * international/uni-decimal.el:
13730         * international/uni-decomposition.el:
13731         * international/uni-digit.el:
13732         * international/uni-lowercase.el:
13733         * international/uni-mirrored.el:
13734         * international/uni-name.el:
13735         * international/uni-numeric.el:
13736         * international/uni-old-name.el:
13737         * international/uni-titlecase.el:
13738         * international/uni-uppercase.el: Regenerate.
13740         * loadup.el: Load international/charprop.el before
13741         international/characters.
13743 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
13745         * window.el (next-buffer, previous-buffer): Signal an error if
13746         called from a minibuffer window.
13748         * bindings.el: Revert 2011-07-04 change.
13750 2011-07-06  Richard Stallman  <rms@gnu.org>
13752         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
13753         (rmail-mime-insert-bulk, rmail-mime-insert-text):
13754         Treat markers like ints.
13755         (rmail-mime-entity): Doc fix.
13757 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13759         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
13760         defcustom again for backwards compatibility.
13762         * simple.el (shell-command-on-region): Fill.
13764         * dired-aux.el (dired-kill-line): Add a doc string.
13766         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
13767         to "\\sw\\|\\s_" (bug#358).
13769         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
13770         (dired-unmark-backward): Ditto.
13771         (dired-flag-backup-files): Ditto.
13773         * dired-x.el (dired-mark-sexp): Ditto.
13775 2011-07-06  Richard Stallman  <rms@gnu.org>
13777         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
13778         (rmail-mime-entity): New arg TRUNCATED.
13779         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
13780         New functions.
13781         (rmail-mime-save): Warn if entity is truncated.
13782         (rmail-mime-toggle-hidden): Likewise, for showing.
13783         (rmail-mime-process-multipart): Record when an entity is truncated.
13785         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
13786         if ENTITY is a string.
13788 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13790         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
13791         of faces when `M-C-x'-ing their definitions (bug#8378).
13792         Also clean up the code slightly.
13794         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
13795         because that makes the colors go away.
13797         * mail/sendmail.el (send-mail-function): Change the default to
13798         `sendmail-query-once'.
13799         (sendmail-query-once): Add an autoload cookie.
13801         * net/network-stream.el (network-stream-open-starttls): Try using
13802         a plain connection even if the server offered STARTTLS, and we
13803         kinda wanted to use it, if Emacs doesn't have any STARTTLS
13804         capability.  This should make smtpmail.el work in slightly more
13805         configurations.
13807 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
13809         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13810         New defun.
13811         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
13813 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
13815         * progmodes/sql.el: Version 3.0
13816         (sql-product-alist): Add product :completion-object,
13817         :completion-column, and :statement attributes.
13818         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
13819         (sql-mode-syntax-table): Mark all punctuation.
13820         (sql-font-lock-keywords-builder): Temporarily remove fallback on
13821         ansi keywords.
13822         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
13823         (sql-mode-oracle-font-lock-keywords): Improve.
13824         (sql-oracle-show-reserved-words): New function for development.
13825         (sql-product-font-lock): Simplify for source code buffers.
13826         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
13827         New functions.
13828         (sql-highlight-product): Set product specific syntax table.
13829         (sql-mode-map): Add statement movement functions.
13830         (sql-ansi-statement-starters, sql-oracle-statement-starters):
13831         New variable.
13832         (sql-statement-regexp, sql-beginning-of-statement)
13833         (sql-end-of-statement, sql-signum): New functions.
13834         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
13835         (sql-show-sqli-buffer): Bug fix.
13836         (sql-interactive-mode): Store connection data as buffer local.
13837         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
13838         with sql-interactive-mode.
13839         (sql-save-connection): Save buffer local settings.
13840         (sql-connection-menu-filter): Change menu entry name.
13841         (sql-product-interactive): Bug fix.
13842         (sql-preoutput-hold): New variable.
13843         (sql-interactive-remove-continuation-prompt): Bug fixes.
13844         (sql-debug-redirect): New variable.
13845         (sql-str-literal): New function.
13846         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
13847         Redesign.
13848         (sql-oracle-save-settings, sql-oracle-restore-settings)
13849         (sql-oracle-list-all, sql-oracle-list-table): New functions.
13850         (sql-completion-object, sql-completion-column)
13851         (sql-completion-sqlbuf): New variables.
13852         (sql-build-completions-1, sql-build-completions)
13853         (sql-try-completion): New functions.
13854         (sql-read-table-name): Use them.
13855         (sql-contains-names): New buffer local variable.
13856         (sql-list-all, sql-list-table): Use it.
13857         (sql-oracle-completion-types): New variable.
13858         (sql-oracle-completion-object, sql-sqlite-completion-object)
13859         (sql-postgres-completion-object): New functions.
13861 2011-07-06  Glenn Morris  <rgm@gnu.org>
13863         * window.el (pop-to-buffer): Doc fix.
13865 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
13867         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
13869 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
13871         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
13873         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
13875 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
13877         * button.el (button): Inherit from link face.  Suggested by Dan
13878         Nicolaescu.
13880 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13882         * progmodes/gdb-mi.el: Fit in 80 columns.
13883         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
13884         switch-to-buffer.
13886         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
13887         if imenu is simply not configured (bug#8941).
13889 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
13891         * allout.el (allout-post-undo-hook): New allout outline-change
13892         event hook to signal undo activity.
13893         (allout-post-command-business): Run allout-post-undo-hook if an
13894         undo just occurred.
13895         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
13896         * allout-widgets.el (allout-widgets-after-undo-function):
13897         Ensure the integrity of the current item's decoration after it has been
13898         in the vicinity of an undo.
13899         (allout-widgets-mode): Include allout-widgets-after-undo-function
13900         on the new allout-post-undo-hook.
13902 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13904         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
13905         Let define-derived-mode define it.
13906         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
13907         cycles of abbrev-table inheritance (bug#8998).
13909 2011-07-05  Roland Winkler  <winkler@gnu.org>
13911         * textmodes/bibtex.el: Add support for biblatex.
13912         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
13913         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
13914         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
13915         (bibtex-entry-alist, bibtex-field-alist): New variables.
13916         (bibtex-entry-field-alist): Obsolete alias for
13917         bibtex-BibTeX-entry-alist.
13918         (bibtex-entry-alist, bibtex-field-alist): New widgets.
13919         (bibtex-set-dialect): New command.
13920         (bibtex-entry-type, bibtex-entry-head)
13921         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
13922         Bind via bibtex-set-dialect.
13923         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
13924         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
13925         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
13926         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
13927         Define via bibtex-set-dialect.
13928         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
13929         Obey bibtex-no-opt-remove-re.
13930         (bibtex-vec-push, bibtex-vec-incr): New functions.
13931         (bibtex-format-entry, bibtex-field-list)
13932         (bibtex-print-help-message, bibtex-validate)
13933         (bibtex-search-entries): Use new format of bibtex-entry-alist.
13935 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13937         * progmodes/compile.el (compilation-goto-locus):
13938         * net/tramp-cmds.el (tramp-append-tramp-buffers):
13939         * bs.el (bs-cycle-next, bs-cycle-previous):
13940         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
13941         * bindings.el (mode-line-other-buffer):
13942         * autoinsert.el (auto-insert):
13943         * arc-mode.el (archive-extract):
13944         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
13946 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
13948         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
13949         Fix check of `emacs-lock-unlockable-modes'.
13950         Coerce true values of `emacs-lock--try-unlocking' to t.
13952 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
13954         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
13955         * emacs-lock.el: New file.
13957 2011-07-05  Julien Danjou  <julien@danjou.info>
13959         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
13960         than `boundp' to check if face is set.
13962 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
13964         * register.el (registerv-make):
13965         * window.el (window-min-height): Fix typos in docstrings.
13967 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
13969         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
13970         Update doc string.
13972 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
13974         * server.el (server-execute): Catch quit and call
13975         `server-return-error' to pass the error back to emacsclient and
13976         close the connection (bug#8942).
13978 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
13980         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
13981         insecure exception for current topic.  Also note that auto-saves
13982         are handled differently.
13984         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13985         State variables for tracking auto-save inhibition situation.
13987         (allout-write-contents-hook-handler): Rename from
13988         'allout-write-file-hook-handler', and describe how it depends on
13989         write-contents-functions sensitivity to non-nil value to prevent
13990         file write.
13992         (allout-auto-save-hook-handler): Remove.  auto-save does not check
13993         this in individual buffers, only in the starting buffer, so this
13994         is not the right way for us to inhibit auto-save in a buffer
13995         according to its condition.
13997         (allout-mode): Use new allout-write-contents-hook-handler, and
13998         only with write-contents-functions.  Remove auto-save provisions -
13999         they're implemented elsewhere.
14001         (allout-before-change-handler): If undo is in progress, note that
14002         for attention of allout-post-command-business.
14004         (allout-post-command-business): If the command we're following was
14005         an undo, check for change in the status of encrypted items and
14006         adjust auto-save inhibitions accordingly.
14008         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14009         according to whether there are or aren't any plain-text topics
14010         pending encryption.
14012         (allout-inhibit-auto-save-info-for-decryption):
14013         Adjust buffer-saved-size and some allout state to inhibit auto-saves
14014         if there are plain-text topics pending encryption.
14016         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14017         buffer-saved-size and some allout state to not inhibit auto-saves
14018         if there are no longer any plain-text topics pending encryption.
14020         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14021         No longer provide for exemption of the current topic.
14023 2011-07-04  Juri Linkov  <juri@jurta.org>
14025         Add 7z operations to delete and save changed members (bug#8968).
14026         * arc-mode.el (archive-7z-expunge, archive-7z-update):
14027         New defcustoms.
14028         (archive-7z-write-file-member): New function.
14029         (archive-7z-summarize): Fix the number of dashes in the
14030         listing output.
14032 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14034         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14035         (bug#8958).
14037 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
14039         * bindings.el: Ignore next-buffer and previous-buffer in
14040         minibuffer-local-map.
14042         * font-lock.el (font-lock-builtin-face): Change light background
14043         color to dark slate blue (Bug#6693).
14045 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
14047         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14049 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14051         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14052         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14053         Add switch-to-buffer.
14055 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14057         * isearch.el (isearch-search-fun-function): Clarify further the
14058         meaning of the function returned.
14060 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
14062         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14064         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14065         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14066         Use it.
14067         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
14068         `tramp-default-remote-path' does not exist.
14069         (tramp-send-command-and-read): New optional argument NOERROR.
14070         (tramp-open-connection-setup-interactive-shell)
14071         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14072         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14073         (tramp-process-sentinel): Flush also process' connection property.
14074         (tramp-sh-handle-start-file-process): Do not set process
14075         sentinel.  It is done now ...
14076         (tramp-maybe-open-connection): ... here.  (Bug#8929)
14078 2011-07-04  MON KEY  <monkey@sandpframing.com>
14080         * play/animate.el (animate-string): Doc fixes and allow changing
14081         the buffer name (bug#5417).
14083 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085         * play/animate.el (animation-buffer-name): Rename from *animate*.
14087 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14089         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14090         This is simpler and helps future-proof the code.
14091         (timer-until): Use time-subtract and float-time.
14092         (timer--time-less-p): Use time-less-p.
14094 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
14096         * type-break.el (timep): Use the value of `float-time' to avoid a
14097         byte-compiler warning.
14099         * server.el (server-eval-and-print): Return any result, even nil.
14101 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14103         * type-break.el: Accept time formats that the builtins accept.
14104         (timep, type-break-time-difference): Accept any format that
14105         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14106         This is simpler and helps future-proof the code.
14107         (type-break-time-difference): Round rather than ignoring
14108         subseconds components.
14110 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112         * info.el (Info-apropos-matches): Make non-interactive, since it
14113         doesn't seem to do anything useful as a command (bug#8829).
14115 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
14117         * frame.el (frame-background-mode, frame-set-background-mode):
14118         Move from faces.el.
14119         (frame-default-terminal-background): New function.
14121         * custom.el (custom-push-theme): Don't record faces in `changed'
14122         theme; this doesn't work correctly for per-frame face settings.
14123         (disable-theme): Use face-set-after-frame-default to reset faces.
14124         (custom--frame-color-default): New function.
14126 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14128         * dired.el (dired-flagging-regexp): Remove unused variable
14129         (bug#8769).
14131 2011-03-29  Kevin Ryde  <user42@zip.com.au>
14133         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14134         `perl-Test2' extend to match possible "fail #N" rep count
14135         (bug#8377).
14137 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14139         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14140         `smtpmail-via-smtp' now returns the error instead of nil.
14142         * isearch.el (isearch-search-fun-function): Clarify the doc string
14143         (bug#8101).
14145 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
14147         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14148         unnecessary spaces (bug#8987).
14150 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14152         * net/network-stream.el (open-network-stream): Use the
14153         :end-of-capability command thoughout.
14155 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14157         * net/network-stream.el (open-network-stream): Add the
14158         :end-of-capability command parameter, used by pop3.el.
14160 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14162         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14164         * fringe.el (fringe-query-style): Remove redundant text " (type ?
14165         for list)" (bug#6475).
14167         * files.el (file-expand-wildcards): Ignore non-readable
14168         sub-directories while trying to find matches instead of signaling
14169         an error (bug#6297).
14171         * man.el (Man-reference-regexp): Allow matching possible
14172         word-wrapped references (bug#6289).
14174         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14175         for consistency with the other vc buffers (bug#6197).
14176         (vc-checkin): Ditto.
14178         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14180         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14182 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14184         * custom.el (defcustom): Clarify that :set is only used in the
14185         Customize user interface (bug#6089).
14187         * progmodes/flymake.el (flymake-mode): If the buffer isn't
14188         associated with a file, refuse to run instead of erroring out
14189         (bug#6084).
14191         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14192         the doc string, since it appears that using `fill-column' always
14193         controls the width (bug#7845).
14195         * simple.el (shell-command-on-region): Say where the error output
14196         went if `shell-command-default-error-buffer' is set (bug#6857).
14198 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
14200         * allout.el (allout-yank-processing): Adjust cursor position for
14201         backwards-deleted space.
14203         (allout-rebullet-heading): Register changes with
14204         allout-exposure-changed-hook, so the modified topic is properly
14205         decorated.
14207 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209         * minibuffer.el (completion-in-region): Document PREDICATE
14210         (bug#7136).
14212         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14213         of keyword/argument pairs (bug#6904).
14215         * replace.el (multi-occur):
14216         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
14218 2011-07-02  Drew Adams  <drew.adams@oracle.com>
14220         * dired.el (dired-mark-if): Make the message about whether it's
14221         marking or unmarking clearer (bug#8523).
14223 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14225         * disp-table.el (display-table-print-array): New function.
14226         (describe-display-table): Use it to print the vectors more pretty
14227         (Bug#8859).
14229 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
14231         * window.el (window-state-get-1): Don't assign clone numbers.
14232         Add clone-of item to list of window parameters.
14233         (window-state-put-2): Don't process clone numbers.
14234         (display-buffer-alist): Fix doc-string.
14236 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14238         * subr.el (remq): Don't allocate if it's not needed.
14239         (keymap--menu-item-binding, keymap--menu-item-with-binding)
14240         (keymap--merge-bindings): New functions.
14241         (keymap-canonicalize): Use them to refine the canonicalization.
14242         * minibuffer.el (minibuffer-local-completion-map)
14243         (minibuffer-local-must-match-map): Move initialization from C.
14244         (minibuffer-local-filename-completion-map): Move initialization from C;
14245         don't inherit from anything here.
14246         (minibuffer-local-filename-must-match-map): Make obsolete.
14247         (completing-read-default): Use make-composed-keymap to combine
14248         minibuffer-local-filename-completion-map with either
14249         minibuffer-local-must-match-map or
14250         minibuffer-local-filename-completion-map.
14252 2011-07-01  Glenn Morris  <rgm@gnu.org>
14254         * type-break.el (type-break-time-sum): Use dolist.
14256         * textmodes/flyspell.el (flyspell-word-search-backward):
14257         Replace CL function.
14259 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14261         * mouse.el (mouse--strip-first-event): New function.
14262         (function-key-map): Use it to map fringe clicks to normal clicks
14263         by default.
14265         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14266         (vc-bzr-revision-completion-table): Add support for annotate and date.
14268         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14269         inherit from parent.
14271 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14273         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
14274         (dired-show-file-type): Doc fixup (bug#8818).
14276         * dired.el (dired-mode): Fix up the doc string as suggested by
14277         Drew Adams (bug#8817).
14279         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14280         cookie, since the manual says that it should be possible to add
14281         this function to `find-file-hook' (bug#8709).
14283 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
14285         * progmodes/cfengine.el: Moved all cfengine3.el functionality
14286         here.  Noted Ted Zlatanov as the maintainer.
14287         (cfengine-common-settings, cfengine-common-syntax): New functions
14288         to set up common things between `cfengine-mode' and
14289         `cfengine3-mode'.
14290         (cfengine3-mode): New mode.
14291         (cfengine3-defuns cfengine3-defuns-regex
14292         (cfengine3-class-selector-regex cfengine3-category-regex)
14293         (cfengine3-vartypes cfengine3-font-lock-keywords)
14294         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
14295         (cfengine3-indent-line): Add from cfengine3.el.
14297 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
14299         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14301         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14303 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
14305         * window.el (same-window-buffer-names, same-window-regexps)
14306         (same-window-p, special-display-frame-alist)
14307         (special-display-popup-frame, special-display-function)
14308         (special-display-buffer-names, special-display-regexps)
14309         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14310         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14311         (split-window-preferred-function, split-height-threshold)
14312         (split-width-threshold, even-window-heights)
14313         (display-buffer-mark-dedicated, window-splittable-p)
14314         (split-window-sensibly, window-safely-shrinkable-p):
14315         Un-obsolete.
14316         (display-buffer): Don't spread args with function specifier
14317         because special-display-popup-frame won't like it.
14319 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14321         Time-stamp simplifications and fixes.
14322         These improve accuracy slightly, and future-proof the code
14323         against some potential changes to current-time format.
14325         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14326         by using time-since and float-time.
14328         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14329         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
14330         + NNN microseconds".
14332         * type-break.el (type-break-time-sum): Rewrite using time-add.
14334         * play/hanoi.el (hanoi-current-time-float): Remove.
14335         All uses replaced by float-time.
14337         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14338         This yields a more-accurate answer.
14339         (rng-time-to-float): Remove; no longer needed.
14341         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14343         * calendar/timeclock.el (timeclock-seconds-to-time):
14344         Defalias to seconds-to-time, since they're the same thing.
14346         * emacs-lisp/elp.el (elp-elapsed-time):
14347         * emacs-lisp/benchmark.el (benchmark-elapse):
14348         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14350 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14352         * window.el (bury-buffer): Don't iconify the only frame.
14353         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14354         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
14356 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
14358         * eshell/em-smart.el (eshell-smart-display-navigate-list):
14359         Add mouse-yank-primary.
14361 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
14363         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14365 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14367         * emacs-lisp/find-func.el (find-library--load-name): New fun.
14368         (find-library-name): Use it to find relative load names when provided
14369         absolute file name (bug#8803).
14371 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14373         * textmodes/flyspell.el (flyspell-word): Consider words that
14374         differ only in case as potential doublons (bug#5687).
14376         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14377         Remove two rather uninteresting debugging-like messages to make
14378         debbugs.el more silent.
14380         * comint.el (comint-password-prompt-regexp): Accept "Response" as
14381         a password-like phrase.
14383 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
14385         * progmodes/cc-guess.el: New file.
14387         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
14389         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14390         derived from `c-basic-common-init'.
14392         * progmodes/cc-mode.el (top-level): Require cc-guess.
14393         (c-basic-common-init): Use `cc-choose-style-for-mode'.
14395 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
14397         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14399 2011-06-30  Alan Mackenzie  <acm@muc.de>
14401         * progmodes/cc-engine.el (c-guess-continued-construct):
14402         Correct the handling of template-args-cont, particularly for when font
14403         lock is disabled.  Name this case as "CASE G".
14405 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
14407         * allout.el (allout-yank-processing): Fix injection of extra space
14408         between bullet and non-whitespace character in first topic when
14409         pasting, ensuring that the actual spacing in the pasted topic
14410         following the bullet char is preserved.  This extra space was
14411         causing pasted encrypted topics to get a decrypted status even
14412         when the content was actually still encrypted.  Now the decryption
14413         status from before the paste is preserved.
14415         (allout-flag-region): Set all allout overlays so they evaporate
14416         when reduced to zero length (evanescent), to prevent overlay
14417         leakage.
14419 2011-06-30  Glenn Morris  <rgm@gnu.org>
14421         * w32-fns.el (w32-charset-info-alist): Declare.
14423         * find-dired.el (find-grep-options): Simplify.
14425         * term/ns-win.el (ns-set-resource): Declare.
14427         * ses.el (row, col): Declare dynamic variables honestly.
14429         * textmodes/reftex-parse.el (index-tags): Declare.
14431 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
14433         * cus-edit.el (customize-push-and-save): New function.
14435         * files.el (hack-local-variables-confirm): Use it.
14437         * custom.el (load-theme): New arg NO-CONFIRM.
14438         Use customize-push-and-save (Bug#8720).
14439         (custom-enabled-themes): Doc fix.
14441         * cus-theme.el (customize-create-theme)
14442         (custom-theme-merge-theme): Callers to load-theme changed.
14444 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14446         * thingatpt.el (thing-at-point-short-url-regexp): Require that
14447         short URLs have at least one dot in them (bug #7614).
14449         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14450         nil, because using a pty is apparently too slow (bug #895).
14452 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14454         * mail/sendmail.el (sendmail-query-once): New function.
14455         (sendmail-query-once-function): New variable.
14457 2011-06-29  Glenn Morris  <rgm@gnu.org>
14459         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14461         * ses.el (top-level): Require cl when compiling.
14462         (ses-set-localvars): Fix error statement.
14463         Call it at compile time to silence a storm of warnings.
14465 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
14467         * window.el (normalize-live-buffer): Rename to
14468         window-normalize-buffer.
14469         (normalize-live-frame): Rename to window-normalize-frame.
14470         (normalize-any-window): Rename to window-normalize-any-window.
14471         (normalize-live-window): Rename to window-normalize-live-window.
14472         (make-window-atom): Rename to window-make-atom.
14473         (window-resize-reset): Rename to window--resize-reset.
14474         (window-resize-reset-1): Rename to window--resize-reset-1.
14475         (resize-mini-window): Rename to window--resize-mini-window.
14476         (resize-subwindows-skip-p): Rename to
14477         window--resize-subwindows-skip-p.
14478         (resize-subwindows-normal): Rename to
14479         window--resize-subwindows-normal.
14480         (resize-subwindows): Rename to window--resize-subwindows.
14481         (resize-other-windows): Rename to window--resize-siblings.
14482         (resize-this-window): Rename to window--resize-this-window.
14483         (resize-root-window): Rename to window--resize-root-window.
14484         (resize-root-window-vertically): Rename to
14485         window--resize-root-window-vertically.
14486         (normalize-buffer-to-display): Rename to
14487         window-normalize-buffer-to-display.
14488         (normalize-buffer-to-switch-to): Rename to
14489         window-normalize-buffer-to-switch-to.
14490         Correspondingly update all callers of the functions listed
14491         above.
14492         (display-buffer-alist, display-buffer-normalize-arguments)
14493         (display-buffer-normalize-options, display-buffer)
14494         (display-buffer-alist-set): Use "function" instead of
14495         "fun-with-args".
14497 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
14499         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14500         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
14501         debbugs.gnu.org.  Mention acknowledgment email.
14503 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14505         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14506         buffer multibyteness, since it shouldn't matter.
14508 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
14510         * window.el (display-buffer-in-side-window): Handle dedicated
14511         windows as in display-buffer-reuse-window.
14512         (display-buffer-normalize-alist): Use value of override
14513         specifier.
14514         (display-buffer-normalize-specifiers): Use value of
14515         other-window-means-other-frame specifier.
14516         (display-buffer-alist): Rewrite some texts in widgets.
14517         (display-buffer): Spread arguments when calling function
14518         specified by fun-with-args.
14520 2011-06-28  Deniz Dogan  <deniz@dogan.se>
14522         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14523         Unnest `let'.
14525         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14526         selectors (Bug#5732).
14527         (css-proprietary-nmstart-re): Use `regexp-opt'.
14529 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
14531         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14532         (eshell-ls-date-format): New defcustom.
14533         (eshell-ls-file): Use it.
14535 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * help-fns.el (describe-variable): Fix message for terminal-local vars.
14539 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14541         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14542         (ange-ftp-make-tmp-name): New arg.
14543         (ange-ftp-file-local-copy): Use it.
14545 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
14547         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
14548         no-conversion (Bug#8870).
14550 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
14552         * window.el (window-right, window-left, window-child)
14553         (window-child-count, window-last-child)
14554         (window-iso-combination-p, walk-window-tree-1)
14555         (window-atom-check-1, window-tree-1, delete-window)
14556         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
14557         new naming conventions - window-vchild, window-hchild,
14558         window-next and window-prev are now called window-top-child,
14559         window-left-child, window-next-sibling and window-prev-sibling
14560         respectively.
14561         (resize-window-reset): Rename to window-resize-reset.
14562         (resize-window-reset-1): Rename to window-resize-reset-1.
14563         (resize-window): Rename to window-resize.
14564         (window-min-height, window-min-width)
14565         (resize-mini-window, resize-this-window, resize-root-window)
14566         (resize-root-window-vertically, adjust-window-trailing-edge)
14567         (enlarge-window, shrink-window, maximize-window)
14568         (minimize-window, delete-window, quit-restore-window)
14569         (split-window, balance-windows, balance-windows-area-adjust)
14570         (balance-windows-area, window-state-put-2)
14571         (display-buffer-even-window-sizes, display-buffer-set-height)
14572         (display-buffer-set-width, set-window-text-height)
14573         (fit-window-to-buffer): Rename all "resize-window" prefixed
14574         calls to use the "window-resize" prefix convention.
14575         (display-buffer-alist): Fix symbol for label specifier.
14576         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
14577         corresponding specifier.
14578         Reported by Juanma Barranquero <lekktu@gmail.com>.
14580 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14582         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
14583         convention.
14584         (ses-call-printer): Does not pass an empty string to formatter when the
14585         cell is empty to keep from barking printer Calc math-format-value.
14587 2011-06-27  Richard Stallman  <rms@gnu.org>
14589         * battery.el (battery-mode-line-limit): New variable.
14590         (battery-update): Handle it.
14592         * mail/rmailmm.el (rmail-mime-process-multipart):
14593         Handle truncated messages.
14595 2011-06-27  Glenn Morris  <rgm@gnu.org>
14597         * progmodes/flymake.el (flymake-err-line-patterns):
14598         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
14600 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14602         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
14603         (ses--clean-!, ses--clean-_): New functions.
14604         (ses-range): Add configurability of readout order, and conversion
14605         to Calc vector.
14607         * ses.el (ses-repair-cell-reference-all): New function.
14608         (ses-cell-symbol): Set macro as safe, so that it can be used in
14609         formulas.
14611         * ses.el: Update cycle detection algorithm.
14612         (ses-localvars): Add ses--Dijkstra-attempt-nb and
14613         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
14614         (ses-set-localvars): New function.
14615         (ses-make-cell): Add property-list as a cell element.
14616         (ses-cell-property-get-fun, ses-cell-property-get)
14617         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
14618         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
14619         New functions.
14620         (ses-cell-property-set, ses-cell-property-pop)
14621         (ses-cell-property-get-handle): New macro.
14622         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
14623         New aliases, used for code readability.
14624         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
14625         cycle detection.
14626         (ses-self-reference-early-detection): New defcustom.
14627         (ses-formula-references): Robustify against self-referring cells.
14628         (ses-mode): Use ses-set-localvars.
14629         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
14630         before lauching the update processing.
14631         (ses-initialize-Dijkstra-attempt): New function.
14632         (ses-recalculate-cell): Update for cycle detection based on
14633         Dijkstra algorithm.
14635         * ses.el: Fix commenting and indenting convention.
14637 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14639         * bs.el (bs-cycle-next): Complete last change.
14641 2011-06-27  Drew Adams  <drew.adams@oracle.com>
14643         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
14645 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14647         * net/network-stream.el (network-stream-open-starttls):
14648         Don't re-get capabilities unless we've reestablished connection.
14649         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
14651         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
14652         to binary to possibly avoid line encoding issues on Windows (among
14653         other things).
14655 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14657         * net/network-stream.el (open-network-stream): Return an :error
14658         saying what the problem was, if possible.
14660         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
14661         server.
14663         * net/network-stream.el (network-stream-open-starttls): If we
14664         wanted to use STARTTLS, and the server offered it, but we weren't
14665         able to because we had no STARTTLS support, then close the connection.
14666         (open-network-stream): Return an :error element, if present.
14668 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
14670         * hl-line.el (hl-line-sticky-flag): Doc fix.
14671         (global-hl-line-sticky-flag): New option (Bug#8323).
14672         (global-hl-line-highlight): Obey it.
14674         * vc/vc.el (vc-revert-show-diff): Default to t.
14676 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
14678         * allout-widgets.el (allout-widgets-post-command-business):
14679         Stop decorating intermediate isearch matches.  They're not being
14680         undecorated when an isearch is continued past, and isearch
14681         automatically collapses them.  This leads to "widget leaks", where
14682         decorated items accumulate in collapsed areas.  Lines with lots of
14683         hidden widgets can slow down cursor travel, substantially.
14684         Too much complicated machinery would be needed to ensure undecoration,
14685         so we're doing without this nicety.
14687         (allout-widgets-tally-string): Don't try to do a hash-table-count
14688         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
14689         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
14690         *Messages* when allout-widgets-maintain-tally is t.
14692 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
14694         * window.el (display-buffer-normalize-argument): Rename to
14695         display-buffer-normalize-arguments.  Handle special meaning of
14696         LABEL argument.  Respect special-display-function when popping up
14697         a new frame.  Fix code searching for a window showing the buffer
14698         on another frame.
14699         (display-buffer-normalize-specifiers):
14700         Call display-buffer-normalize-arguments.
14701         (display-buffer-in-window): Don't undedicate the window if its
14702         buffer remains the same.
14703         Reported by Drew Adams <drew.adams@oracle.com>.
14704         (display-buffer-alist): Add choice for same-window macro
14705         specfier.
14706         (display-buffer): Mention special meaning of LABEL argument in
14707         doc-string.  Fix quoting.  Don't pop up a new frame even as
14708         fallback.
14710 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
14712         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
14713         avoid deleting the current window in some cases (bug#8911).
14715 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
14717         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
14718         (Bug#8934)
14720 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14722         * net/network-stream.el (network-stream-open-starttls):
14723         Use built-in TLS support if `gnutls-available-p' is true.
14724         (network-stream-open-tls): Ditto.
14726 2011-06-26  Leo Liu  <sdl.web@gmail.com>
14728         * register.el (registerv): New struct.
14729         (registerv-make): New function.
14730         (jump-to-register, describe-register-1, insert-register):
14731         Support the jump-func, print-func and insert-func slot of a registerv
14732         struct.  (Bug#8415)
14734 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
14736         * vc/vc.el (vc-revert-show-diff): New defcustom.
14737         (vc-diff-internal): New arg specifying diff buffer.
14738         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
14739         reuse an existing *vc-diff* buffer (Bug#8927).
14741         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
14743 2011-06-26  Glenn Morris  <rgm@gnu.org>
14745         * progmodes/f90.el (f90-critical-indent): New option.
14746         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
14747         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
14748         (f90-mode): Doc fix.
14749         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
14750         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
14751         (f90-beginning-of-block, f90-next-block, f90-indent-region)
14752         (f90-match-end): Handle block, critical.
14754 2011-06-25  Glenn Morris  <rgm@gnu.org>
14756         * calendar/diary-lib.el (diary-included-files): Doc fix.
14757         (diary-include-files): New function, extracted from
14758         diary-include-other-diary-files and diary-mark-included-diary-files.
14759         (diary-include-other-diary-files, diary-mark-included-diary-files):
14760         Just call diary-include-files.
14761         (diary-mark-entries): Reset diary-included-files on first call.
14763         * calendar/diary-lib.el (diary-mark-entries)
14764         (diary-mark-included-diary-files):
14765         Visit included diary-files in temp buffers.
14767         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
14768         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
14769         (f90-start-block-re, f90-imenu-generic-expression)
14770         (f90-looking-at-program-block-start, f90-no-block-limit):
14771         Add support for submodules.
14773         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14774         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
14776 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
14778         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
14779         buffer-file-type before setting its value, to avoid disastrous
14780         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
14782 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
14784         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
14786         * ses.el (ses-unload-function):
14787         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
14789         * proced.el (proced-unload-function):
14790         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
14792 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
14794         * server.el (server-create-window-system-frame): Add parameters arg.
14795         (server-process-filter): Doc fix.  Handle frame-parameters.
14797 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
14799         Fix bug#8730, bug#8781.
14801         * loadhist.el (unload--set-major-mode): New function.
14802         (unload-feature): Use it.
14804         * progmodes/python.el (python-after-info-look): Add autoload cookie.
14805         (python-unload-function): New function.
14807 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14809         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
14811 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
14813         * net/browse-url.el (browse-url-firefox-program): Add icecat to
14814         the candidates list.
14816 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
14818         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
14820 2011-06-23  Richard Stallman  <rms@gnu.org>
14822         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
14823         (rmail-variables): Set next-error-move-function.
14824         (rmail-what-message): Take argument POS.
14825         (rmail-next-error-move): New function.
14827 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14829         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
14830         messages for adjacent non-terminals.
14832 2011-06-23  Richard Stallman  <rms@gnu.org>
14834         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
14835         (rmail-show-message-1): Preserve buffer modified flag.
14836         (rmail-start-mail): Don't specify use of rmail-mail-return;
14837         that's done by mail-bury now.
14838         (rmail-mail-return): Handle arg NEWBUF.
14840 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
14842         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
14843         SIZE is a number.
14845 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
14847         * window.el (get-lru-window, get-mru-window)
14848         (get-largest-window): Never return a minibuffer window.
14849         (display-buffer-pop-up-window): Fix a bug that could lead to
14850         reusing the minibuffer window.
14851         (display-buffer): Pass original specifier argument to
14852         display-buffer-function instead of the normalized one.
14853         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14855 2011-06-22  Leo Liu  <sdl.web@gmail.com>
14857         * minibuffer.el (completing-read-function)
14858         (completing-read-default): Move from minibuf.c
14860 2011-06-22  Richard Stallman  <rms@gnu.org>
14862         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
14863         to Rmail even if not started by a special Rmail command.
14865         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
14866         Copy the buffer currently showing just one message.
14868 2011-06-22  Roland Winkler  <winkler@gnu.org>
14870         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
14871         (bibtex-clean-entry): First delete the old key so that a
14872         customized algorithm for generating the new key does not get
14873         confused by the old key.
14874         (bibtex-url): Obey regexp of first step.
14875         (bibtex-search-entries): Do not use add-to-list with local
14876         list-var.
14878 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14880         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
14881         stored a user name, then query for the password first, instead of
14882         waiting for SMTP to give an error message and the trying again.
14884 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
14886         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
14887         BUFFER in call-process.
14889 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14891         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
14892         QUIT twice.
14893         (smtpmail-try-auth-methods): Require user name and password from
14894         auth-source.
14896 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
14898         * window.el (display-buffer-default-specifiers)
14899         (display-buffer-alist): Remove entries for pop-up-frame-alist.
14900         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
14901         (split-window): Normalize SIDE argument (Bug#8916).
14903         * frame.el (pop-up-frame-alist, pop-up-frame-function)
14904         (special-display-frame-alist, special-display-popup-frame):
14905         Remove duplicate declarations.  These are now in window.el.
14907 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14909         * mail/smtpmail.el (smtpmail-via-smtp):
14910         Set :use-starttls-if-possible so that we always use STARTTLS if the
14911         server supports it.  SMTP servers that support STARTTLS commonly
14912         require it.
14914         * net/network-stream.el (network-stream-open-starttls): Support
14915         upgrading to STARTTLS always, even if we don't have built-in support.
14916         (open-network-stream): Add the :always-query-capabilities keyword.
14918         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
14919         upgrades with `open-network-stream', and rely solely on
14920         auth-source for all credentials.  Big changes throughout the file,
14921         but in particular:
14922         (smtpmail-auth-credentials): Remove.
14923         (smtpmail-starttls-credentials): Remove.
14924         (smtpmail-via-smtp): Check for servers saying they want AUTH after
14925         MAIL FROM, too.
14927         * net/network-stream.el (network-stream-open-starttls):
14928         Provide support for client certificates both for external and built-in
14929         STARTTLS.
14930         (auth-source): Require.
14931         (open-network-stream): Document the :client-certificate keyword.
14932         (network-stream-certificate): Change cert-cert to cert and
14933         cert-key to key.
14935 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
14937         * net/tramp-cache.el (top): Don't load the persistency file when
14938         "emacs -Q" has been called.
14940 2011-06-21  Tim Harper  <timcharper@gmail.com>
14942         * term/ns-win.el (ns-initialize-window-system):
14943         Set application-specific `ApplePressAndHoldEnabled' system
14944         resource to NO as it is not yet supported by the NS port.
14946 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
14948         * misc.el (list-dynamic-libraries--refresh): Compute header here...
14949         (list-dynamic-libraries): ...not here.
14951 2011-06-21  Leo Liu  <sdl.web@gmail.com>
14953         * subr.el (sha1): Implement sha1 using secure-hash.
14955 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
14957         * window.el (display-buffer-alist): In default value do not
14958         enforce searching a window on any but the selected frame.
14959         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14960         (display-buffer-select-window): Remove function.
14961         (display-buffer-in-window): When a window on another frame gets
14962         reused, do not select it any more but just raise its frame if
14963         necessary (Bug#8851) and (Bug#8856).
14964         (display-buffer-normalize-options): Handle pop-up-frames related
14965         options more faithfully.
14966         (pop-to-buffer): Don't rely on `display-buffer' selecting the
14967         window if it is on another frame.
14968         (display-buffer-alist, display-buffer-default-specifiers):
14969         Don't make new frame unsplittable by default.
14970         (display-buffer-normalize-argument): Fix doc-string typo and use
14971         'same-frame-other-window instead of 'other-window when associating
14972         with display-buffer-macro-specifiers.
14974 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
14976         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
14977         New functions.
14978         (5x5-mode-map, 5x5-mode-menu): Bind them.
14979         (5x5-draw-grid): Tweak the solver's rendering.
14981 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14983         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
14984         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
14986 2011-06-21  Drew Adams  <drew.adams@oracle.com>
14988         * menu-bar.el: Use function variable instead of switch-to-buffer.
14989         (menu-bar-select-buffer-function): New variable.
14990         (menu-bar-update-buffers): Use it (bug#8876).
14992 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14994         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
14995         variable's status.
14997 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
14999         * x-dnd.el (x-dnd-version-from-flags)
15000         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15001         and long as number (Bug#8899).
15002         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15004 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15006         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
15007         (completion-try-completion, completion-all-completions): Compute the
15008         metadata argument if it's missing; make it optional (bug#8795).
15010         * wid-edit.el: Use lex-bind and move towards completion-at-point.
15011         (widget-complete): Use new :completion-function property.
15012         (widget-completions-at-point): New function.
15013         (default): Use :completion-function instead of :complete.
15014         (widget-default-completions): Rename from widget-default-complete;
15015         Rewrite.
15016         (widget-string-complete, widget-file-complete, widget-color-complete):
15017         Remove functions.
15018         (file, symbol, function, variable, coding-system, color):
15019         * international/mule-cmds.el (default-input-method, charset)
15020         (language-info-custom-alist):
15021         * cus-edit.el (face): Use new property :completions.
15023         * progmodes/pascal.el (pascal-completions-at-point): New function.
15024         (pascal-mode): Use it.
15025         (pascal-mode-map): Use completion-at-point.
15026         (pascal-toggle-completions): Make obsolete.
15027         (pascal-complete-word, pascal-show-completions):
15028         * progmodes/octave-mod.el (octave-complete-symbol):
15029         Redefine as obsolete alias.
15030         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15031         Signal absence of completion info for old Octave,
15032         (inferior-octave-complete): Redefine as obsolete alias.
15033         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15034         (meta-completions-at-point): Rename from meta-complete-symbol and
15035         adapt it for use on completion-at-point-functions.
15036         (meta-common-mode): Use it.
15037         (meta-looking-at-backward, meta-match-buffer): Remove.
15038         (meta-complete-symbol): Redefine as obsolete alias.
15039         (meta-common-mode-map): Use completion-at-point.
15040         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15041         (makefile-mode-map): Use completion-at-point.
15042         (makefile-completions-at-point): Rename from makefile-complete and
15043         adapt it for use on completion-at-point-functions.
15044         (makefile-mode): Use it.
15045         (makefile-complete): Redefine as obsolete alias.
15047 2011-06-20  Deniz Dogan  <deniz@dogan.se>
15049         * net/rcirc.el: Delete trailing whitespaces once and for all.
15051 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
15053         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15055 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
15057         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15059         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15061 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
15063         * window.el (display-buffer-other-window-means-other-frame):
15064         Call display-buffer-normalize-alist.
15065         (display-buffer-normalize-specifiers-1): Rename to
15066         display-buffer-normalize-argument.  New argument other-frame.
15067         Rewrite.
15068         (display-buffer-normalize-specifiers-2): Rename to
15069         display-buffer-normalize-options.
15070         (display-buffer-normalize-alist-1): New function.
15071         (display-buffer-normalize-specifiers-3): Rename to
15072         display-buffer-normalize-alist.
15073         Call display-buffer-normalize-alist-1.
15074         (display-buffer-normalize-options-inhibit): New variable.
15075         (display-buffer-normalize-specifiers): Rewrite calling
15076         display-buffer-normalize-alist,
15077         display-buffer-normalize-argument, and
15078         display-buffer-normalize-options.  Don't call the latter if
15079         display-buffer-normalize-options-inhibit is non-nil.
15080         (frame-auto-delete): New option.
15081         (window-deletable-p): Use frame-auto-delete.
15082         (window-list-no-nils, window-state-ignored-parameters)
15083         (window-state-get-1, window-state-get, window-state-put-list)
15084         (window-state-put-1, window-state-put-2, window-state-put):
15085         New functions.
15086         (display-buffer-normalize-options): Move special-display-p group
15087         after pop-up-frame group (Bug#8851) and (Bug#8856).
15089 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
15091         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15092         groups (Bug#8776).
15093         (rx-submatch-n): New function.
15094         (rx): Document it.
15096         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15097         (Bug#8768).
15099         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15101         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15103         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15104         anytime existing face settings are present (Bug#8889).
15106         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15107         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15108         Remove unused argument.
15110 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
15112         * window.el (display-buffer-default-specifiers):
15113         Remove pop-up-frame.  Add pop-up-window-min-height,
15114         pop-up-window-min-width, and another reuse-window specifier
15115         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
15116         (display-buffer-normalize-specifiers-2):
15117         Handle split-height-threshold and split-width-threshold also when
15118         pop-up-windows is unset.  Add a reuse-window specifier for the
15119         case popping up a new window fails.
15120         (special-display-popup-frame): Remove double quoting.
15121         (display-buffer-normalize-specifiers-1): Fix thinko.
15123 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15125         * shell.el (shell-completion-vars): Set pcomplete-termination-string
15126         according to comint-completion-addsuffix.
15128         * pcomplete.el: Convert to lexical binding and fix bug#8819.
15129         (pcomplete-suffix-list): Mark as obsolete.
15130         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15131         pcomplete-seen in the closure.
15132         (pcomplete-comint-setup): Setup completion-at-point as well.
15133         (pcomplete--entries): New function.
15134         (pcomplete--env-regexp): New var.
15135         (pcomplete-entries): Rewrite to work with partial-completion and
15136         without relying on pcomplete-suffix-list.
15137         (pcomplete-pare-list): Remove, unused.
15139 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
15141         * window.el (display-buffer-alist): Set pop-up-window-min-height
15142         and pop-up-window-min-width in default value.  Reported by
15143         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
15144         other-window-means-other-frame.
15145         (display-buffer-macro-specifiers): Comment out entry for
15146         other-window specifier.
15147         (display-buffer-other-window-means-other-frame): New function.
15148         (display-buffer-normalize-specifiers-1): New arguments
15149         buffer-name and label.  Treat other-window case specially.
15150         (display-buffer-normalize-specifiers-2): Treat other-window case
15151         specially.
15152         (display-buffer-normalize-specifiers-3): New function.
15153         (display-buffer-normalize-specifiers):
15154         Call display-buffer-normalize-specifiers-3.
15156 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
15158         * window.el (same-window-p): Fix two typos introduced when
15159         adding with-no-warnings.
15160         (display-buffer-normalize-specifiers-1): Don't check
15161         pop-up-frames for 'unset initialization.
15162         (display-buffer-normalize-specifiers-2): Major rewrite using
15163         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15164         (pop-up-frames, display-buffer-reuse-frames)
15165         (display-buffer-mark-dedicated): Don't initialize to 'unset.
15166         Suggested by David Engster <deng@randomsample.de>.
15167         (even-window-heights): Initialize to 'unset.
15168         (display-buffer-alist-set): Handle new 'unset initializations.
15169         (display-buffer-macro-specifiers): Don't pop up a new frame in the
15170         other window case.
15172 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
15174         * window.el (display-buffer-normalize-specifiers-1):
15175         Respect current value of pop-up-frames for most reasonable values of
15176         second argument of display-buffer (Bug#8865).
15177         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15178         (switch-to-buffer-other-window-same-frame)
15179         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
15180         Adams (Bug#8875).
15181         (display-buffer): Don't check noninteractive when calling
15182         display-buffer-pop-up-frame.
15183         (display-buffer-pop-up-frame): Never pop up a frame in
15184         noninteractive mode (Bug#8857).
15185         (enlarge-window, shrink-window): Don't report an error when the
15186         window can't be resized as requested (Bug#8862).
15188 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15190         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15192         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15194         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15196 2011-06-15  Alan Mackenzie  <acm@muc.de>
15198         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15199         for declarators, disable knr checking to speed up for normal files.
15200         2: Refactor, replacing a sequence of nested if forms by a cond form.
15202 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15204         * net/network-stream.el (open-network-stream): Add the keyword
15205         :always-query-capabilities for the case where you want to force a
15206         `plain' network connection, but the protocol still requires the
15207         capabilitiy command (i.e., SMTP and EHLO).
15209         * subr.el (process-live-p): Rename from `process-alive-p' for
15210         consistency with other `-live-p' functions.
15212 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15214         * window.el (same-window-buffer-names, same-window-regexps)
15215         (special-display-frame-alist, special-display-popup-frame)
15216         (special-display-function, special-display-buffer-names)
15217         (special-display-regexps, pop-up-frame-alist)
15218         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15219         (pop-up-windows, split-window-preferred-function)
15220         (split-height-threshold, split-width-threshold, even-window-heights)
15221         (display-buffer-mark-dedicated): Don't encourage the use of
15222         display-buffer-alist from Elisp code.
15224 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
15226         * progmodes/python.el (python-mode): Derive from prog-mode.
15227         * progmodes/ps-mode.el (ps-mode):
15228         * progmodes/mixal-mode.el (mixal-mode):
15229         * progmodes/cfengine.el (cfengine-mode):
15230         * progmodes/ld-script.el (ld-script-mode): Likewise.
15232 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
15234         * window.el (display-buffer-alist): Trim default value to avoid
15235         popping up a new frame (Bug#8857) or reusing an arbitrary window
15236         on another frame.
15237         (display-buffer): Do not fall back on popping up a new frame in
15238         batch mode (Bug#8857).
15240 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
15242         * cus-theme.el (describe-theme-1): Use custom-theme-p.
15243         (custom-theme-summary): New function.
15244         (customize-themes): Use it.
15246 2011-06-13  Glenn Morris  <rgm@gnu.org>
15248         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15250 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
15252         * help.el (help-window): Remove variable.
15253         (help-window-point-marker, temp-buffer-max-height)
15254         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15255         (help-print-return-message): Don't set help-window.
15256         (resize-temp-buffer-window): Rewrite cod eand doc-string.
15257         (help-window-setup-finish): Remove.
15258         (help-window-display-message, help-window-setup)
15259         (with-help-window): Major rewrite based on new
15260         display-buffer-window variable.
15262         * help-mode.el (help-mode-finish): Remove help-window related
15263         code.
15265         * view.el (view-exits-all-viewing-windows): Remove reference to
15266         view-return-to-alist in doc-string.
15267         (view-return-to-alist): Make obsolete.
15268         (view-buffer): Call pop-to-buffer-same-window and remove
15269         undo-window code.
15270         (view-buffer-other-window): Call pop-to-buffer-other-window and
15271         simplify code.  Ignore second argument.
15272         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15273         simplify code.  Ignore second argument.
15274         (view-return-to-alist-update): Make obsolete.
15275         (view-mode-enter): Rename second argument to QUIT-RESTORE.
15276         Rewrite using quit-restore window parameters.
15277         (view-mode-exit): Rename second argument to EXIT-ONLY.
15278         Rewrite using quit-restore-window.
15279         (View-exit, View-exit-and-edit, View-leave, View-quit)
15280         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15281         appropriate arguments.
15282         (view-end-message): Use quit-restore window parameter.
15284         * window.el (display-buffer-function): Rewrite doc-string.
15285         (display-buffer-window, display-buffer-alist): New variables.
15286         (display-buffer-split-specifiers)
15287         (display-buffer-side-specifiers)
15288         (display-buffer-macro-specifiers): New constants.
15289         (display-buffer-even-window-sizes, display-buffer-set-height)
15290         (display-buffer-set-width, display-buffer-select-window)
15291         (display-buffer-in-window, display-buffer-reuse-window)
15292         (display-buffer-split-window-1, display-buffer-split-window)
15293         (display-buffer-split-atom-window, display-buffer-pop-up-window)
15294         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15295         (display-buffer-in-side-window, normalize-buffer-to-display)
15296         (display-buffer-normalize-specifiers-1)
15297         (display-buffer-normalize-specifiers-2)
15298         (display-buffer-normalize-specifiers, display-buffer-frame):
15299         New functions.
15300         (display-buffer): Major rewrite.
15301         (display-buffer-other-window, display-buffer-other-frame)
15302         (pop-to-buffer, switch-to-buffer-other-window)
15303         (switch-to-buffer-other-frame): Rewrite.
15304         (display-buffer-same-window, display-buffer-same-frame)
15305         (display-buffer-same-frame-other-window)
15306         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15307         (pop-to-buffer-other-window)
15308         (pop-to-buffer-same-frame-other-window)
15309         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15310         (switch-to-buffer-other-window-same-frame): New functions.
15311         (same-window-p, special-display-p): Rewrite disabling warnings.
15312         Make obsolete.
15313         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15314         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15315         Make obsolete
15316         (same-window-buffer-names, same-window-regexps)
15317         (special-display-frame-alist, special-display-popup-frame)
15318         (special-display-function, special-display-buffer-names)
15319         (special-display-regexps, pop-up-frame-alist)
15320         (pop-up-frame-function, split-window-preferred-function)
15321         (split-height-threshold, split-width-threshold)
15322         (even-window-heights): Make obsolete.
15324 2011-06-12  Glenn Morris  <rgm@gnu.org>
15326         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
15327         Misc simplifications.
15329 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
15331         * window.el (window-safely-shrinkable-p): Restore function which
15332         was inadvertently removed in change from 2011-06-11.  Declare as
15333         obsolete.
15335         * calendar/calendar.el (calendar-generate-window):
15336         Use window-iso-combined-p instead of combination of one-window-p and
15337         window-safely-shrinkable-p.
15339 2011-06-12  Glenn Morris  <rgm@gnu.org>
15341         * progmodes/fortran.el (fortran-mode-syntax-table):
15342         * progmodes/f90.el (f90-mode-syntax-table):
15343         Set % to punctuation.  (Bug#8820)
15344         (f90-find-tag-default): Remove, no longer needed.
15346 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
15348         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15350 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
15352         * image.el (image-animated-p): Return animation delay in seconds.
15353         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15354         (image-animate-timeout): Remove DELAY argument.  Don't assume
15355         every subimage has the same delay; get it from image-animated-p.
15356         (image-animate): Caller changed.
15358 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
15360         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15361         to ignored backtrace functions.
15363 2011-06-11  Glenn Morris  <rgm@gnu.org>
15365         * calendar/appt.el (appt-disp-window-function): Doc fix.
15366         (appt-check): Handle overlapping appointments.  (Bug#8337)
15368 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
15370         * window.el (window-tree-1, window-tree): New functions, moving
15371         the latter to window.el.
15372         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15373         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15374         (bw-refresh-edges): Remove.
15375         (balance-windows-1, balance-windows-2): New functions.
15376         (balance-windows): Rewrite in terms of window tree functions,
15377         balance-windows-1 and balance-windows-2.
15378         (bw-adjust-window): Remove.
15379         (balance-windows-area-adjust): New function with functionality of
15380         bw-adjust-window but using resize-window.
15381         (set-window-text-height): Rewrite doc-string.
15382         Use normalize-live-window and resize-window.
15383         (enlarge-window-horizontally, shrink-window-horizontally):
15384         Rename argument to DELTA.
15385         (window-buffer-height): New function.
15386         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15387         Rewrite using new window resize routines.
15388         (kill-buffer-and-window, mouse-autoselect-window-select):
15389         Use ignore-errors instead of condition-case.
15390         (quit-window): Call delete-frame instead of delete-windows-on
15391         for the only buffer on frame.
15393 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
15395         * loadup.el (top-level): Load window before files for the sake
15396         of replace-buffer-in-windows.
15398         * files.el (read-buffer-to-switch)
15399         (switch-to-buffer-other-window)
15400         (switch-to-buffer-other-frame, display-buffer-other-frame):
15401         Move to window.el.
15403         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15404         (previous-buffer): Move to window.el.
15406         * bindings.el (unbury-buffer): Move to window.el.
15408         * window.el (delete-other-windows-vertically): Move after
15409         definition of delete-other-windows.
15410         (other-window, delete-windows-on, replace-buffer-in-windows):
15411         Move here from window.c.
15412         (record-window-buffer, unrecord-window-buffer)
15413         (set-window-buffer-start-and-point, switch-to-prev-buffer)
15414         (switch-to-next-buffer): New functions.
15415         (get-next-valid-buffer, last-buffer, next-buffer): Move here
15416         from simple.el.  Call switch-to-next-buffer.
15417         (previous-buffer): Move here from simple.el.
15418         Call switch-to-prev-buffer.
15419         (bury-buffer): Move here from buffer.c.  Switch to previous
15420         buffer when window cannot be deleted.
15421         (unbury-buffer): Move here from bindings.el.
15422         (ctl-x-map): Move binding for other-window from window.c to
15423         here.
15424         (read-buffer-to-switch, switch-to-buffer-other-window)
15425         (switch-to-buffer-other-frame): Move here from files.el.
15426         (normalize-buffer-to-switch-to): New functions.
15427         (switch-to-buffer): Move here from buffer.c.
15428         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
15430 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
15432         * window.el (window-min-height, window-min-width): Move here
15433         from window.c.  Add defcustoms and rewrite doc-strings.
15434         (resize-mini-window, resize-window): New functions.
15435         (adjust-window-trailing-edge, enlarge-window, shrink-window):
15436         Move here from window.c.
15437         (maximize-window, minimize-window): New functions.
15438         (delete-window, delete-other-windows, split-window): Move here
15439         from window.c.
15440         (window-split-min-size): New function.
15441         (split-window-keep-point): Mention split-window-above-each-other
15442         instead of split-window-vertically.
15443         (split-window-above-each-other, split-window-vertically):
15444         Rename split-window-vertically to split-window-above-each-other
15445         and provide defalias for old definition.
15446         (split-window-side-by-side, split-window-horizontally):
15447         Rename split-window-horizontally to split-window-side-by-side
15448         and provide defalias for the old definition.
15449         (ctl-x-map): Move bindings for delete-window,
15450         delete-other-windows and enlarge-window here from window.c.
15451         Replace bindings for split-window-vertically and
15452         split-window-horizontally by bindings for
15453         split-window-above-each-other and split-window-side-by-side.
15455         * cus-start.el (all): Remove entries for window-min-height and
15456         window-min-width.  Add entries for window-splits and
15457         window-nest.
15459 2011-06-09  Glenn Morris  <rgm@gnu.org>
15461         * calendar/appt.el (appt-mode-line): New function.
15462         (appt-check, appt-disp-window): Use it.
15464         * files.el (hack-one-local-variable-eval-safep):
15465         Allow minor-modes with explicit +/-1 arguments.
15467 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
15469         * term/xterm.el (xterm): Add defgroup.
15470         (xterm-extra-capabilities): Add defcustom to supply known xterm
15471         capabilities, skip querying them, or query them (default).
15472         (terminal-init-xterm): Use it.
15473         (terminal-init-xterm-modify-other-keys): New function to set up
15474         modifyOtherKeys support to simplify `terminal-init-xterm'.
15476 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
15478         * window.el (resize-window-reset, resize-window-reset-1)
15479         (resize-subwindows-skip-p, resize-subwindows-normal)
15480         (resize-subwindows, resize-other-windows, resize-this-window)
15481         (resize-root-window, resize-root-window-vertically)
15482         (window-deletable-p, window-or-subwindow-p)
15483         (frame-root-window-p): New functions.
15485 2011-06-09  Glenn Morris  <rgm@gnu.org>
15487         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15488         (ange-ftp-get-files): Use it.
15490 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
15492         * mail/sendmail.el (mail-recover-1, mail-recover):
15493         * files.el (recover-file, recover-session):
15494         Handle dired-listing-switches not being just a single short option.
15496 2011-06-09  Glenn Morris  <rgm@gnu.org>
15498         * calendar/appt.el (appt-display-message, appt-disp-window):
15499         Handle lists of appointments.
15501 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
15503         * window.el (one-window-p): Move down in code.
15504         Rewrite doc-string.
15505         (window-current-scroll-bars): Rewrite doc-string.
15506         Normalize live window argument.
15507         (walk-windows, get-window-with-predicate, count-windows):
15508         Rewrite doc-string.  Use window-list-1.
15509         (window-in-direction-2, window-in-direction, get-mru-window):
15510         New functions.
15512 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
15514         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15515         Doc fix (Bug#8713).
15517 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
15519         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15521 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
15523         * loadhist.el (unload-feature-special-hooks):
15524         Add `comint-output-filter-functions'.
15526 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
15528         * calendar/appt.el (appt-check): Move some initializations into the let.
15530 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
15532         * window.el (window-height): Defalias to window-total-height.
15533         (window-width): Defalias to window-body-width.
15535 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
15537         * image-mode.el (image-toggle-animation): New command.
15538         (image-mode-map): Bind it to RET.
15539         (image-mode): Update message.
15540         (image-toggle-display-image): Avoid a spurious cache flush.
15541         (image-transform-rotation): Doc fix.
15542         (image-transform-properties): Return quickly in the normal case.
15543         (image-animate-loop): Rename from image-animate-max-time.
15545         * image.el (image-animate-max-time): Move to image-mode.el.
15546         (create-animated-image): Remove unnecessary function.
15547         (image-animate): Rename from image-animate-start.  New arg.
15548         (image-animate-stop): Remove; just use image-animate-timer.
15549         (image-animate-timer): Use car-safe.
15550         (image-animate-timeout): Rename argument.
15552 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
15554         * window.el (get-lru-window, get-largest-window): Move here from
15555         window.c.  Rename first argument to ALL-FRAMES.
15556         Rephrase doc-strings.
15557         (get-buffer-window-list): Rewrite using window-list-1.
15558         Rephrase doc-string.
15559         (window-safe-min-height, window-safe-min-width): New constants.
15560         (window-size-ignore, window-min-size, window-min-size-1)
15561         (window-sizable, window-sizable-p, window-size-fixed-1)
15562         (window-size-fixed-p, window-min-delta-1, window-min-delta)
15563         (window-max-delta-1, window-max-delta, window-resizable)
15564         (window-resizable-p, window-total-height, window-total-width)
15565         (window-body-width): New functions.
15566         (window-full-height-p, window-full-width-p): Rewrite using
15567         window-total-size.
15568         (window-body-height): Rewrite using window-body-size.
15570 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
15572         * window.el (window-right, window-left, window-child)
15573         (window-child-count, window-last-child, window-any-p)
15574         (normalize-live-buffer, normalize-live-frame)
15575         (normalize-any-window, normalize-live-window)
15576         (window-iso-combination-p, window-iso-combined-p)
15577         (window-iso-combinations)
15578         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
15579         (windows-with-parameter, window-with-parameter)
15580         (window-atom-root, make-window-atom, window-atom-check-1)
15581         (window-atom-check, window-side-check, window-check):
15582         New functions.
15583         (ignore-window-parameters, window-sides, window-sides-vertical)
15584         (window-sides-slots): New variables.
15585         (window-size-fixed): Move down in code.  Minor doc-string fix.
15587 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
15589         * comint.el (comint-dynamic-complete-as-filename)
15590         (comint-dynamic-complete-filename): Correctly call
15591         completion-in-region.
15593 2011-06-05  Deniz Dogan  <deniz@dogan.se>
15595         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
15596         in last change.
15598 2011-06-05  Deniz Dogan  <deniz@dogan.se>
15600         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
15601         (rcirc): Use it to prompt for encryption.
15603 2011-06-05  Roland Winkler  <winkler@gnu.org>
15605         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
15606         (bibtex-search-entries): New command bound to C-c C-a.
15607         (bibtex-display-entries): New function.
15609 2011-06-05  Roland Winkler  <winkler@gnu.org>
15611         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
15612         (bibtex-insert-kill): After yanking insert newline if necessary.
15613         (bibtex-initialize): Call bibtex-string-files-init only once.
15614         (bibtex-mode): Do not call easy-menu-add.
15615         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
15616         (bibtex-yank): Set arg properly if nil.
15618 2011-06-05  Roland Winkler  <winkler@gnu.org>
15620         * textmodes/bibtex.el (bibtex-search-entry-globally):
15621         New variable.
15622         (bibtex-search-entry): Use it.
15624 2011-06-05  Roland Winkler  <winkler@gnu.org>
15626         * textmodes/bibtex.el (bibtex-entry-format): New option
15627         sort-fields.
15628         (bibtex-format-entry, bibtex-reformat): Honor this option.
15629         (bibtex-parse-entry): Return fields in proper order.
15631 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
15633         * doc-view.el (doc-view-remove-if): Move computation of result out
15634         of `dolist' to silence misleading lexical-binding warning.
15636 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
15638         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
15639         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
15641 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
15643         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
15644         "SunOS 5.10".
15646 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
15648         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
15649         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
15650         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
15651         (tramp-parse-putty):
15652         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
15653         (tramp-completion-function-alist-ssh)
15654         (tramp-completion-function-alist-telnet)
15655         (tramp-completion-function-alist-su)
15656         (tramp-completion-function-alist-putty): Set `tramp-autoload'
15657         cookie.
15659         * net/tramp-ftp.el:
15660         * net/tramp-sh.el:
15661         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
15662         load "tramp.el" `tramp-set-completion-function'.
15664 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15666         * shell.el: Require and use pcomplete.
15667         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
15668         (shell-completion-vars): Set pcomplete-default-completion-function.
15670 2011-06-04  Deniz Dogan  <deniz@dogan.se>
15672         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
15673         `memq' (Bug#8799).
15675 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
15679 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
15681         * bs.el (bs--mark-unmark, bs--nth-wrapper):
15682         * mpc.el (mpc-select-extend, mpc-songpointer-context):
15683         * vc/log-view.el (log-view-beginning-of-defun):
15684         * vc/smerge-mode.el (smerge-apply-resolution-patch)
15685         (smerge-refine-forward, smerge-refine-chopup-region):
15686         Silence warning for unused `dotimes' counter variables.
15688 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15690         * net/tramp.el (tramp-with-progress-reporter): Rename from
15691         with-progress-reporter.  Use `declare'.
15692         * net/tramp-smb.el:
15693         * net/tramp-sh.el:
15694         * net/tramp-gvfs.el: Update all uses.
15696 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
15698         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
15699         buffer isn't killed before making it current.
15701 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15703         Silence various byte-compiler warnings.
15704         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
15705         `access-type' and new obsolescence format.
15706         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
15707         new format.
15708         (byte-compile-check-variable): New `access-type' argument.
15709         Only warn if the access-type is obsolete.
15710         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15711         (byte-compile-variable-set): Adjust callers.
15712         * help-fns.el (describe-variable): Adjust to new obsolescence format.
15713         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
15714         setting it as obsolete.
15715         * simple.el (minibuffer-completing-symbol):
15716         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
15717         access as obsolete.
15718         * minibuffer.el (minibuffer-completing-file-name): Don't make it
15719         obsolete yet.
15720         * international/quail.el (quail-mouse-choose-completion): Remove unused
15721         code referring to obsolete var.
15722         (quail-choose-completion-string): Remove.
15723         * server.el (server-clients-with, server-kill-buffer-query-function)
15724         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
15725         * proced.el (proced-send-signal):
15726         * emacs-lisp/lisp.el (lisp-complete-symbol):
15727         Replace completion-annotate-function with completion-extra-properties.
15729 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15731         * simple.el (goto-line): Use read-number.
15732         (overriding-map-is-bound): Remove.
15733         (saved-overriding-map): Change default.
15734         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
15735         Take the map as argument.
15736         (universal-argument, negative-argument, digit-argument): Use it.
15737         (restore-overriding-map): Adjust.
15738         (do-auto-fill): Use fill-forward-paragraph.
15739         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
15741         * minibuffer.el (minibuffer-inactive-mode-map): New var.
15742         (minibuffer-inactive-mode): New major mode.
15743         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
15744         the *Messages* buffer" hack.
15745         (mouse-popup-menubar): Don't burp if the event is a normal key.
15747         Miscellaneous tweaks.
15748         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
15749         lexical scoping as in subr.el's dolist and dotimes.
15750         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
15751         Silence compiler warning.
15752         * thingatpt.el (forward-whitespace): Trivial coding style fix.
15753         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
15754         * international/ccl.el (ccl-compile): Trivial simplification.
15755         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
15756         * emacs-lisp/testcover.el (testcover-end): Remove spurious
15757         `printflag' argument.
15758         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15759         Purecopy the whole obsolescence data.
15761 2011-06-01  Leo Liu  <sdl.web@gmail.com>
15763         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
15764         improve doc-string as suggested by Marco Pessotto
15765         <melmothx@gmail.com>.
15766         (rcirc-print): Fix last change.
15768 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15770         * minibuffer.el (complete-with-action): Return nil for the metadata and
15771         boundaries of non-functional tables.
15772         (completion-table-dynamic): Return nil for the metadata.
15773         (completion-table-with-terminator): Add default case, using
15774         complete-with-action.
15775         (completion--metadata): New function.
15776         (completion-all-sorted-completions, minibuffer-completion-help): Use it
15777         to try and avoid pathological performance problems.
15778         (completion--embedded-envvar-table): Return `category' metadata.
15780 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15782         * subr.el (process-alive-p): New tiny convenience function.
15784 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15786         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
15787         content but also its previous major mode.
15789 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
15791         * emacs-lisp/debug.el (debug): Restore the previous content of the
15792         *Backtrace* buffer when we exit with C-M-c.
15794 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15796         * minibuffer.el: Add metadata method to completion tables.
15797         (completion-category-overrides): New defcustom.
15798         (completion-metadata, completion--field-metadata)
15799         (completion-metadata-get, completion--styles)
15800         (completion--cycle-threshold): New functions.
15801         (completion-try-completion, completion-all-completions):
15802         Add `metadata' argument to choose completion-styles.
15803         (completion--do-completion): Use metadata to choose cycling.
15804         (completion-all-sorted-completions): Use metadata for sorting.
15805         Remove :completion-cycle-penalty which is not needed any more.
15806         (completion--try-word-completion): Add `metadata' argument.
15807         (minibuffer-completion-help): Check metadata for annotation function
15808         and sorting.
15809         (completion-file-name-table): Return `category' metadata.
15810         (minibuffer-completing-file-name): Make obsolete.
15811         * simple.el (minibuffer-completing-symbol): Make obsolete.
15812         * icomplete.el (icomplete-completions): Pass new `metadata' param to
15813         completion-try-completion.
15815 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15817         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
15819 2011-05-30  Leo Liu  <sdl.web@gmail.com>
15821         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
15822         (rcirc-print): Decode all incoming messages (bug#8744).
15823         (rcirc-decode-coding-system): Allow value nil for automatic coding
15824         system detection.
15826 2011-06-01  Glenn Morris  <rgm@gnu.org>
15828         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
15830 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
15832         * image.el (image-animate-max-time): Allow nil and t values.
15833         Default to nil.
15834         (create-animated-image): Doc fix.
15835         (image-animate-start): Remove second arg; just use
15836         image-animate-max-time.
15837         (image-animate-timeout): Doc fix.  Args changed.
15839         * image-mode.el (image-toggle-display-image): Ensure that the
15840         image spec passed to the animate timer is the same object as in
15841         the buffer's display property (Bug#6981).
15842         (image-transform-properties): Doc fix.
15844         * image.el (image-animate-max-time): Default to nil.
15846 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
15848         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
15849         entire buffer list (Bug#8184).
15851 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
15853         * image.el (imagemagick-types-inhibit)
15854         (imagemagick-register-types): Doc fix.
15856 2011-05-29  Deniz Dogan  <deniz@dogan.se>
15858         * net/rcirc.el (rcirc): Use the user's stored encryption method by
15859         default.
15861 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
15863         * select.el: Don't perform clipboard-manager saving in hooks;
15864         leave the hooks empty.
15866 2011-05-28  Leo Liu  <sdl.web@gmail.com>
15868         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
15869         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
15870         (occur-edit-mode): New major mode (Bug#8463).
15871         (occur-after-change-function): New function.
15872         (occur-engine): Give Occur tags a read-only property.
15874 2011-05-28  Kevin Ryde  <user42@zip.com.au>
15876         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
15878 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
15880         * bindings.el (help-echo): Make the initial non-indicator dash
15881         empty on graphical terminals (Bug#7295).
15883         * files.el (auto-mode-alist): Move config rule after the
15884         in-stripping one (Bug#8547).
15886         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
15888         * startup.el (normal-splash-screen): Remove gratuitous mode-line
15889         setting (Bug#8740).
15891 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
15893         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
15894         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
15895         (Bug#8539).
15897 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
15899         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
15901 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
15903         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
15904         (hs-hide-block-at-point, hs-find-block-beginning)
15905         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
15906         (Bug#8279).
15908 2011-05-28  Glenn Morris  <rgm@gnu.org>
15910         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
15912 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
15914         * help-fns.el (describe-function-1): If the function is a derived
15915         major mode, print the parent mode.
15917         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
15918         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
15920 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15922         * minibuffer.el (completion--capf-wrapper): Check applicability before
15923         returning non-nil for non-exclusive completion data.
15924         * progmodes/etags.el (tags-completion-at-point-function):
15925         * info-look.el (info-lookup-completions-at-point): Mark as
15926         non-exclusive.
15927         (info-complete): Adjust accordingly.
15929         * info-look.el: Convert to lexical-binding and completion-at-point.
15930         (info-lookup-completions-at-point): New function.
15931         (info-complete): Use it and completion-in-region.
15933 2011-05-28  Drew Adams  <drew.adams@oracle.com>
15935         * isearch.el: Let M-e start with point at the first mismatched char.
15936         (isearch-fail-pos): New function.
15937         (isearch-edit-string): Use it.
15939 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
15941         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15943 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
15945         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
15946         traversal functions for avl-trees.
15947         (avl-tree--stack): New struct.
15948         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
15949         (avl-tree-enter): Add optional `updatefun' arg.
15950         (avl-tree--do-enter): Add optional `updatefun' arg.
15951         Change return value.
15952         (avl-tree-delete): Add optional `test' and `nilflag' args.
15953         (avl-tree--do-delete): Add `test' and `nilflag' args.
15954         Change return value.
15955         (avl-tree-member): Add optional `nilflag'
15956         (avl-tree-member-p): New function.
15957         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
15958         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
15959         (avl-tree-stack-empty-p): New functions.
15961         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
15962         avl-tree--del-balance1 and make it work both ways.
15963         (avl-tree--del-balance2): Remove.
15964         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
15965         make it work both ways.
15966         (avl-tree--enter-balance2): Remove.
15967         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
15968         New macros.
15969         (avl-tree--mapc, avl-tree-map): Add direction argument.
15971 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
15973         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
15975 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
15977         * select.el: Support clipboard managers with built-in function
15978         x-clipboard-manager-save, via delete-frame-functions and
15979         kill-emacs-hook.
15980         (xselect-convert-to-targets): Add MULTIPLE target to list.
15981         (xselect-convert-to-save-targets): New function.
15983 2011-05-27  Kenichi Handa  <handa@m17n.org>
15985         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
15986         let-binding rfc2047-encode-encoded-words to nil.
15988 2011-05-27  Glenn Morris  <rgm@gnu.org>
15990         * mail/emacsbug.el: Don't require url-util.
15992         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
15994         * files.el (set-auto-mode):
15995         Also respect mode: entries at the end of the file.  (Bug#8586)
15997 2011-05-26  Glenn Morris  <rgm@gnu.org>
15999         * files.el (hack-local-variables-prop-line, hack-local-variables):
16000         Downcase mode names, as seems to be traditional.
16001         (hack-local-variables, hack-local-variables-apply): Doc fixes.
16003         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16004         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
16006 2011-05-25  Julien Danjou  <julien@danjou.info>
16008         * textmodes/rst.el (rst-define-level-faces): Do not define face
16009         symbol if it is already defined.
16011 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16013         * play/5x5.el (5x5-new-game, 5x5-randomize):
16014         Reset 5x5-solver-output to nil when a new grid is cast.
16015         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16016         these debugging traces, as defmacro breaks the compiled code.
16018 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
16020         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16022 2011-05-24  Leo Liu  <sdl.web@gmail.com>
16024         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16025         (vc-bzr-sha1): Adapt.
16027         * sha1.el: Remove.  Function `sha1' is now builtin.
16029         * bindings.el: Provide sha1 feature.
16031 2011-05-24  Kenichi Handa  <handa@m17n.org>
16033         * mail/sendmail.el: Require `rfc2047'.
16034         (mail-insert-from-field): Do not perform RFC2047 encoding.
16035         (mail-encode-header): New function.
16036         (sendmail-send-it): Set buffer-file-coding-system of the work
16037         buffer to the return value of select-message-coding-system.
16038         Call mail-encode-header.
16040         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16042 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
16044         * mail/supercite.el (sc-default-cite-frame):
16045         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
16047 2011-05-24  Glenn Morris  <rgm@gnu.org>
16049         * progmodes/python.el (brm-menu): Declare.
16051         * emulation/viper.el (viper-set-hooks): Declare.
16053         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16054         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16055         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16056         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16057         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16058         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16060 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16062         Add an :exit-function for completion-at-point.
16064         * minibuffer.el (completion--done): New fun.
16065         (completion--do-completion): Use it.  New arg `expect-exact'.
16066         (minibuffer-complete, minibuffer-complete-word): Don't output message,
16067         since completion--do-completion does it for us now.
16068         (minibuffer-force-complete): Use completion--done and
16069         completion--replace.  Handle sole-completion case with more care.
16070         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16071         (completion-extra-properties): New var.
16072         (completion-annotate-function): Make obsolete.
16073         (minibuffer-completion-help): Adjust accordingly.
16074         Use completion-list-insert-choice-function.
16075         (completion-at-point, completion-help-at-point):
16076         Bind completion-extra-properties.
16077         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16078         * simple.el (completion-list-insert-choice-function): New var.
16079         (completion-setup-function): Preserve it.
16080         (choose-completion): Pay attention to it, shuffle the code a bit.
16081         (choose-completion-string): New arg `insert-function'.
16083         * textmodes/bibtex.el: Convert to lexical binding.
16084         (bibtex-mode-map): Use completion-at-point.
16085         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16086         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16087         (bibtex-complete): Define as obsolete alias.
16088         (bibtex-complete-internal): Remove.
16089         (bibtex-format-entry): Remove unused sub-group in regexp.
16090         * shell.el (shell--command-completion-data)
16091         (shell-environment-variable-completion):
16092         * pcomplete.el (pcomplete-completions-at-point):
16093         * comint.el (comint--complete-file-name-data): Use :exit-function
16094         instead of completion-table-with-terminator so it also works for
16095         choose-completion.
16097 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16099         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16101         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16102         (bug#8710).
16104         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16106 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
16108         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16109         customization variable and implement: If non-nil, auto-fill will
16110         be inhibited while on topic's header line.
16112 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16114         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
16115         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
16116         always have a solution in grid size = 5 cases.
16117         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16118         (5x5-solver-output, 5x5-log-buffer): New vars.
16119         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16120         Make these variables buffer local to achieve 5x5 multi-session-ness.
16121         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16122         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16123         (5x5-solve-suggest): New funs.
16124         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16125         randomize a grid so that we ensure that there is always a solution.
16126         (5x5-make-random-grid): Allow other movement than flipping.
16128 2011-05-23  Kevin Ryde  <user42@zip.com.au>
16130         * emacs-lisp/advice.el (ad-read-advised-function):
16131         Use `function-called-at-point' as the default, if it has
16132         advice and passes PREDICATE.
16134 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16136         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16137         byte-compile-lambda if it's actually a lambda.
16139         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16140         Fix function quoting.  Use backquote better.
16142 2011-05-22  Yuanle Song  <sylecn@gmail.com>
16144         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16145         matching (Bug#8516).
16147 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
16149         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16150         different face (Bug#8178).
16152 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
16154         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16155         defface (Bug#8144).
16157 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16159         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16160         funcall as well (bug#8712).  Warn when performing those conversions.
16161         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16163         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16165 2011-05-22  Glenn Morris  <rgm@gnu.org>
16167         * files.el (hack-local-variables-prop-line): Small simplifications.
16168         (hack-local-variables, hack-local-variables-prop-line):
16169         If MODE-ONLY, return the mode, rather than just `t'.
16171 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16173         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16175 2011-05-21  Glenn Morris  <rgm@gnu.org>
16177         * files.el (hack-local-variables-prop-line, hack-local-variables):
16178         If only interested in the mode, don't bother doing the other stuff.
16180         * image-mode.el (image-after-revert-hook):
16181         Redraw all frames on which the image is visible.  (Bug#8567)
16183         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
16185         * wid-edit.el (widget-checklist-match-inline):
16186         Fix 2011-04-19 change.  (Bug#8649)
16188 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16190         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16191         Also allow singlespace after single-letter capitals followed by a dot.
16193         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16194         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16196 2011-05-20  Nix  <nix@esperi.org.uk>
16198         * files.el (basic-save-buffer-2):
16199         Fix handling of break-hardlink-on-save with non-existent files.
16201 2011-05-19  Deniz Dogan  <deniz@dogan.se>
16203         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
16204         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
16206 2011-05-19  Glenn Morris  <rgm@gnu.org>
16208         * progmodes/f90.el (f90-type-def-re):
16209         Handle "type, bind(c)".  (Bug#8691)
16211         * emacs-lisp/autoload.el (batch-update-autoloads):
16212         Set autoload-excludes by parsing loadup.el rather than Makefiles.
16214 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
16216         * net/tramp.el (tramp-process-actions): Set "first-password-request"
16217         property for the correct connection in case of multihops.
16219 2011-05-18  Glenn Morris  <rgm@gnu.org>
16221         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
16222         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16224         Rationalize calendar handling of day and month abbrev-arrays.
16225         * calendar/calendar.el (calendar-customized-p): New function.
16226         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16227         (calendar-day-name-array, calendar-month-name-array): Doc fix.
16228         Add :set function.
16229         (calendar-abbrev-length, calendar-day-abbrev-array)
16230         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16231         (calendar-day-abbrev-array, calendar-month-abbrev-array):
16232         Elements may no longer be nil.
16233         (calendar-day-name, calendar-month-name):
16234         Update for changed nature of abbrev arrays.
16235         * calendar/diary-lib.el (diary-name-pattern):
16236         Update for changed nature of abbrev arrays.
16237         (diary-mark-entries-1): Update calendar-make-alist calls.
16238         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16239         * calendar/cal-html.el (cal-html-day-abbrev-array):
16240         Simply inherit from calendar-day-abbrev-array.
16242 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16244         * progmodes/grep.el (grep-mode): Disable default
16245         compilation-directory-matcher setting (bug#8684).
16247 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
16249         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16250         instead of "head" and "tail".  There were problems with SunOS 5.9,
16251         and it performs better.
16253 2011-05-17  Glenn Morris  <rgm@gnu.org>
16255         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16257         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16258         Replace obsolete function.
16260         * shell.el (pcomplete-parse-arguments-function): Declare.
16262         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16263         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16264         (appt-check): Doc fixes.
16265         (appt-disp-window-function, appt-delete-window-function):
16266         Remove needless special case in custom :type.
16267         (appt-display-count): Default to 0, not nil.
16268         (appt-check): Reset appt-display-count to 0, not nil.
16270 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
16272         * progmodes/python.el (python-font-lock-keywords):
16273         Add the Python 3.X keyword "nonlocal" (bug#8639).
16275 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16277         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16279 2011-05-16  Kevin Ryde  <user42@zip.com.au>
16281         * info-look.el (makefile-automake-mode): New setups, looking in
16282         automake manual, then makefile-mode.
16283         (makefile-mode): Remove automake manual, have it just in
16284         makefile-automake-mode since there's various things different or
16285         not relevant to plain make.
16286         (makefile-mode): Remove "other-modes" non-existent automake-mode,
16287         believe a hypothetical automake-mode would go to makefile-mode,
16288         not the other way around.
16290 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
16292         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16293         hunk-end tags (Bug#8672).
16295         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16296         vc-annotate-show-diff-revision-at-line (Bug#8671).
16298 2011-05-14  Glenn Morris  <rgm@gnu.org>
16300         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16301         in the middle of an existing one with multiple authors.  (Bug#8645)
16302         (change-log-font-lock-keywords): Also handle multiple author lines
16303         with leading tabs.  (Bug#8644)
16305         * calendar/appt.el (appt-check): Rename some local variables.
16306         Some simplification/reordering.
16308         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16309         (feedmail-sendmail-f-doesnt-sell-me-out)
16310         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16311         (feedmail-debug-sit-for, feedmail-queue-express-hook)
16312         (feedmail-queue-runner-message-sender): Set :version.
16313         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16314         (bbdb-dwim-net-address, vm-mail): Declare.
16315         (feedmail-binmail-gnulinuxish-template):
16316         Rename from feedmail-binmail-linuxish-template.
16317         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16318         Use insert-buffer-substring.
16320 2011-05-14  Bill Carpenter  <bill@carpenter.org>
16322         * mail/feedmail.el (feedmail-patch-level): Increase.
16323         (feedmail-debug): New custom group.
16324         (feedmail-confirm-outgoing-timeout)
16325         (feedmail-sendmail-f-doesnt-sell-me-out)
16326         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16327         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16328         (feedmail-sender-line, feedmail-from-line)
16329         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
16330         (feedmail-spray-this-address)
16331         (feedmail-spray-address-fiddle-plex-list)
16332         (feedmail-queue-use-send-time-for-date)
16333         (feedmail-queue-use-send-time-for-message-id)
16334         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16335         (feedmail-buffer-eating-function):
16336         Doc fixes.
16337         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16338         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16339         (feedmail-message-action-scroll-down): New functions.
16340         (feedmail-queue-directory, feedmail-queue-draft-directory):
16341         Use expand-file-name.
16342         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16343         Remove C-v help entry.
16344         (feedmail-queue-buffer-file-name): New variable.
16345         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16346         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16347         (feedmail-message-action-send-strong, feedmail-message-action-edit)
16348         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16349         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16350         (feedmail-message-action-toggle-spray)
16351         (feedmail-run-the-queue-no-prompts)
16352         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16353         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16354         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16355         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16356         (feedmail-envelope-deducer, feedmail-fiddle-from)
16357         (feedmail-fiddle-sender, feedmail-default-date-generator)
16358         (feedmail-fiddle-date, feedmail-fiddle-message-id)
16359         (feedmail-fiddle-spray-address)
16360         (feedmail-fiddle-list-of-spray-fiddle-plexes)
16361         (feedmail-fiddle-list-of-fiddle-plexes)
16362         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16363         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16364         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16365         Change default.  Doc fix.
16366         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16367         (feedmail-binmail-linuxish-template): New constant.
16368         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
16369         Respect feedmail-sendmail-f-doesnt-sell-me-out.
16370         (feedmail-send-it): Add debug call.
16371         Use feedmail-queue-buffer-file-name, and
16372         feedmail-send-it-immediately-wrapper.
16373         (feedmail-message-action-send): Add debug call.
16374         Use feedmail-send-it-immediately-wrapper.
16375         (feedmail-queue-express-to-queue): Add debug call.
16376         Run feedmail-queue-express-hook.
16377         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
16378         (feedmail-message-action-help-blat):
16379         Rename from feedmail-queue-send-edit-prompt-help-first.
16380         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
16381         Check line-endings.  Handle errors better.
16382         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16383         Doc fix.  Add debug call.
16384         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
16385         Use feedmail-queue-send-edit-prompt-inner.
16386         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16387         (feedmail-queue-send-edit-prompt-inner): New function, extracted
16388         from feedmail-queue-send-edit-prompt.
16389         (feedmail-queue-send-edit-prompt-help)
16390         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16391         (feedmail-tidy-up-slug): Add debug call.
16392         Respect feedmail-queue-slug-suspect-regexp.
16393         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16394         (feedmail-dump-message-to-queue): Add debug call.
16395         Expand queue-directory.
16396         (feedmail-dump-message-to-queue): Change message slightly.
16397         Use feedmail-say-chatter.
16398         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
16399         (feedmail-send-it-immediately-wrapper): New function.
16400         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
16401         Insert empty string rather than newline.  Handle full-frame case.
16402         Use catch/throw.  Use feedmail-say-chatter.
16403         (feedmail-fiddle-from): Try mail-host-address.
16404         (feedmail-default-message-id-generator): Doc fix.
16405         Bind system-time-locale.  Handle missing end.
16406         (feedmail-fiddle-x-mailer): Add debug call.
16407         Handle feedmail-x-mailer-line being nil.
16408         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16409         Add debug call.  Use buffer-substring-no-properties.
16410         (feedmail-say-debug, feedmail-say-chatter): New functions.
16411         (feedmail-find-eoh): Give an explicit error.
16413 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
16415         * net/newst-treeview.el (newsticker-treeview-face): Change default
16416         family from helvetica to sans.
16417         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
16418         etc/images/newsticker.
16420         * net/newst-reader.el (newsticker-feed-face): Change default
16421         family from helvetica to sans.
16423         * net/newst-plainview.el (newsticker-new-item-face)
16424         (newsticker-old-item-face, newsticker-immortal-item-face)
16425         (newsticker-obsolete-item-face, newsticker-date-face)
16426         (newsticker-statistics-face): Change default family from
16427         helvetica to sans.
16428         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
16429         etc/images/newsticker.
16431         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16432         (newsticker--process-auto-mark-filter-match): Tell user about
16433         auto-marking.
16435 2011-05-13  Didier Verna  <didier@xemacs.org>
16437         Common Lisp indentation improvements on defmethod and lambda-lists.
16438         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16439         TODO entries.
16440         (lisp-lambda-list-keyword-parameter-indentation)
16441         (lisp-lambda-list-keyword-parameter-alignment)
16442         (lisp-lambda-list-keyword-alignment): New customizable user options.
16443         (lisp-indent-defun-method): Improve docstring.
16444         (extended-loop-p): Fix comment.
16445         (lisp-indent-lambda-list-keywords-regexp): New variable.
16446         (lisp-indent-lambda-list): New function.
16447         (lisp-indent-259): Use it.
16448         (lisp-indent-defmethod): Support for more than one
16449         method qualifier and properly indent methods lambda-lists.
16450         (defgeneric): Provide a missing common-lisp-indent-function property.
16452 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16454         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16455         bounds for the empty string (bug#8667).
16457 2011-05-13  Glenn Morris  <rgm@gnu.org>
16459         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16461         * mail/sendmail.el (sendmail-program): Try executable-find first.
16462         (sendmail-send-it): `sendmail-program' cannot be unbound.
16464         * calendar/appt.el (appt-make-list): Simplify.
16465         (appt-time-msg-list): Doc fix.
16466         (appt-check): Change mode-line message at the time of the appointment.
16468 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
16470         * progmodes/ld-script.el (ld-script-keywords)
16471         (ld-script-builtins): Update keywords list.
16473 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16475         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16477         * shell.el (shell-completion-vars): New function.
16478         (shell-mode):
16479         * simple.el (read-shell-command): Use it.
16480         (blink-matching-open): No need for " [...]" in minibuffer-message.
16482 2011-05-12  Glenn Morris  <rgm@gnu.org>
16484         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16485         (appt-check): Simplify.
16487 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
16489         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
16490         literal "/dev/null".
16492 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16494         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16495         Fix typo.
16497 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
16499         * progmodes/which-func.el (which-function):
16500         Use add-log-current-defun instead of add-log-current-defun-function,
16501         which might not be defined (Bug#8260).
16503 2011-05-12  Glenn Morris  <rgm@gnu.org>
16505         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16506         Let byte-compile-initial-macro-environment always take precedence.
16508 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16510         * net/rcirc.el: Add support for SSL/TLS connections.
16511         (rcirc-server-alist): New field `encryption'.
16512         (rcirc): Check `encryption' settings.
16513         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
16514         Merge make-local-variable into `set'.
16515         (rcirc--connection-open-p): New function.
16516         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16517         the process is not a network process (e.g. running gnutls-cli).
16518         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16519         Make rcirc-(en|de)code-coding-system local here.
16520         (rcirc-mode): Merge make-local-variable into `set'.
16521         (rcirc-parent-buffer): Make permanent buffer-local.
16522         (rcirc-multiline-minor-mode): Don't do it here.
16523         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16524         there's no server buffer.
16526 2011-05-11  Glenn Morris  <rgm@gnu.org>
16528         * newcomment.el (comment-kill): Prefix "unused" local.
16530         * term/w32console.el (get-screen-color): Declare.
16532         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16533         Handle symbol elements of byte-compile-initial-macro-environment.
16535 2011-05-10  Leo Liu  <sdl.web@gmail.com>
16537         * bookmark.el (bookmark-bmenu-mode-map):
16538         Bind bookmark-bmenu-search to `/'.
16540         * mail/footnote.el: Convert to utf-8 encoding.
16541         (footnote-unicode-string, footnote-unicode-regexp): New variable.
16542         (Footnote-unicode): New function.
16543         (footnote-style-alist): Add unicode style to the list.
16544         (footnote-style): Doc fix.
16546 2011-05-10  Jim Meyering  <meyering@redhat.com>
16548         Fix doubled-word typos.
16549         * international/quail.el (quail-insert-kbd-layout): and and -> and
16550         * kermit.el: and and -> and
16551         * net/ldap.el (ldap-search-internal): to to -> to
16552         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
16553         * progmodes/js.el (js-mode): and and -> and
16554         * textmodes/artist.el (artist-move-to-xy): at at -> at
16555         (artist-draw-region-trim-line-endings): if if -> if
16556         And Safetyc -> Safety.
16557         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
16559 2011-05-10  Glenn Morris  <rgm@gnu.org>
16560             Stefan Monnier  <monnier@iro.umontreal.ca>
16562         * files.el (hack-one-local-variable-eval-safep):
16563         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
16565 2011-05-10  Glenn Morris  <rgm@gnu.org>
16567         * calendar/diary-lib.el (diary-list-entries-hook)
16568         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
16569         (diary-nongregorian-marking-hook, diary-list-entries)
16570         (diary-include-other-diary-files, diary-mark-entries)
16571         (diary-mark-included-diary-files): Doc fixes.
16573 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
16575         * misc.el: Require tabulated-list.el during compilation.
16577 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
16579         * progmodes/compile.el (compilation-start):
16580         Run compilation-filter-hook for the async case too.
16581         (compilation-filter-hook): Doc fix.
16583 2011-05-09  Deniz Dogan  <deniz@dogan.se>
16585         * wdired.el: Remove outdated installation comment.  Fix usage
16586         comment.
16588 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
16590         * misc.el: Implement new command `list-dynamic-libraries'.
16591         (list-dynamic-libraries--loaded-only-p): New variable.
16592         (list-dynamic-libraries--refresh): New function.
16593         (list-dynamic-libraries): New command.
16595 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
16597         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16598         Fix the ant regexp to handle end-line and end-column info from jikes.
16599         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
16600         higher priority to avoid clobbering by gnu.
16602 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
16604         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
16605         if the face has existing theme settings (Bug#8454).
16607 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
16609         * progmodes/perl-mode.el (perl-imenu-generic-expression):
16610         Only match variables declared via `my' or `our' (Bug#8261).
16612         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
16613         special file names `.' and `..' (Bug#8259).
16615 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
16617         * progmodes/grep.el (grep-mode-font-lock-keywords):
16618         Remove buffer-changing entries.
16619         (grep-filter): New function.
16620         (grep-mode): Add it to compilation-filter-hook.
16622         * progmodes/compile.el (compilation-filter-hook)
16623         (compilation-filter-start): New defvars.
16624         (compilation-filter): Call compilation-filter-hook prior to
16625         updating the process mark.
16627 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16629         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
16631 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
16633         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
16634         mailclient-send-it even if window-system is nil.  (Bug#8595)
16636         * term/w32console.el (terminal-init-w32console):
16637         Call get-screen-color and use its output to set the frame
16638         background-mode.  (Bug#8597)
16640 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16642         Make bytecomp.el understand that defmethod defines funs (bug#8631).
16643         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
16644         New functions.
16645         (defgeneric, eieio--defmethod): Use them.
16646         (eieio-defgeneric): Remove.
16647         (defmethod): Call defgeneric in a way visible to the byte-compiler.
16649 2011-05-07  Glenn Morris  <rgm@gnu.org>
16651         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
16652         Use let rather than let*.
16653         (timeclock-find-discrep): Remove unused local.
16655         * calendar/diary-lib.el (diary-comment-start): Doc fix.
16657         * calendar/appt.el (appt-time-msg-list): Doc fix.
16659 2011-05-06  Noah Friedman  <friedman@splode.com>
16661         * apropos.el (apropos-print-doc): Only use
16662         emacs-lisp-docstring-fill-column when it is bound to an integer,
16663         per that variable's documentation.
16665 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16667         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
16668         and warnings are not silently discarded (e.g. use -d instead of -P).
16670 2011-05-06  Glenn Morris  <rgm@gnu.org>
16672         * calendar/appt.el (appt-message-warning-time): Doc fix.
16673         (appt-warning-time-regexp): New option.
16674         (appt-make-list): Respect appt-message-warning-time.
16676         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
16677         New options.
16678         (diary-add-to-list): Strip comments from the displayed string.
16679         (diary-mode): Set comment-start and comment-end.
16681         * vc/diff-mode.el (smerge-refine-subst): Declare.
16682         (diff-refine-hunk): Don't require smerge-mode when compiling.
16684 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
16686         * simple.el (list-processes): Return nil as the docstring says.
16688 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
16690         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
16691         to "".
16692         (ange-ftp-write-region, ange-ftp-insert-file-contents)
16693         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
16694         determining of binary transfer.  (Bug#7383)
16696 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
16698         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16699         Fix port computation bug.  (Bug#8618)
16701 2011-05-05  Glenn Morris  <rgm@gnu.org>
16703         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
16705         * simple.el (shell-dynamic-complete-functions)
16706         (comint-dynamic-complete-functions): Declare.
16708         * net/network-stream.el (gnutls-negotiate):
16709         * simple.el (tabulated-list-print): Fix declarations.
16711         * progmodes/gud.el (syntax-symbol, syntax-point):
16712         Remove unnecessary and incorrect declarations.
16714         * emacs-lisp/check-declare.el (check-declare-scan):
16715         Handle byte-compile-initial-macro-environment in bytecomp.el
16717 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16719         Fix earlier half-done eieio-defmethod change (bug#8338).
16720         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
16721         Streamline and change calling convention.
16722         (defmethod): Adjust accordingly and simplify.
16723         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
16724         new eieio--defmethod.
16725         (slot-boundp): Minor CSE simplification.
16727 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
16729         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
16730         (glasses-make-readable): Use glasses-separate-capital-groups.
16732 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
16734         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
16735         (warning-series): Doc fix.
16736         (display-warning): Don't try to create the buffer if we just found it.
16738 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
16740         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
16741         (autoload-find-generated-file): New function.
16742         (generate-file-autoloads): Bind generated-autoload-file to
16743         buffer-file-name.
16744         (update-file-autoloads, update-directory-autoloads):
16745         Use autoload-find-generated-file.  If called interactively, prompt for
16746         output file (Bug#7989).
16747         (batch-update-autoloads): Doc fix.
16749 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
16751         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
16753 2011-05-04  Glenn Morris  <rgm@gnu.org>
16755         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
16756         function, so it follows changes in calendar-date-style.
16757         (diary-fancy-date-matcher): New function.
16758         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
16759         (diary-fancy-font-lock-fontify-region-function):
16760         Use diary-fancy-date-pattern as a function.
16762         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
16763         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
16765 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
16767         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
16768         instead of positional arguments.  Allow :keylist and :crlfiles
16769         arguments.
16770         (open-gnutls-stream): Call it.
16772         * net/network-stream.el (network-stream-open-starttls): Adjust to
16773         call `gnutls-negotiate' with :process and :hostname arguments.
16775 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16777         * minibuffer.el (completion--message): New function.
16778         (completion--do-completion, minibuffer-complete)
16779         (minibuffer-force-complete, minibuffer-complete-word): Use it.
16780         (completion--do-completion): Don't ignore completion-auto-help when in
16781         icomplete-mode.
16783         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
16784         internal encoding (e.g. tibetan zero is not whitespace).
16785         (global-whitespace-mode): Prefer save-current-buffer.
16786         (whitespace-trailing-regexp): Remove useless save-match-data.
16787         (whitespace-empty-at-bob-regexp): Minor simplification.
16789 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
16791         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
16793 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
16795         * textmodes/ispell.el (ispell-add-per-file-word-list):
16796         Use `concat' to create string for insertion.
16798 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16800         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
16801         Avoid open-line which runs post-self-insert-hook.
16802         (bibtex-fill-entry): Remove unused `end' var.
16804 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
16806         * textmodes/ispell.el (ispell-add-per-file-word-list):
16807         Protect against `nil' value of `comment-start' (Bug#8579).
16809 2011-05-03  Leo Liu  <sdl.web@gmail.com>
16811         * isearch.el (isearch-yank-pop): New command.
16812         (isearch-mode-map): Bind it to `M-y'.
16813         (isearch-forward): Mention it.
16815 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16817         * simple.el (minibuffer-complete-shell-command): Remove.
16818         (minibuffer-local-shell-command-map): Use completion-at-point.
16819         (read-shell-command): Setup completion vars here instead.
16820         (read-expression-map): Bind TAB to symbol completion.
16822         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
16823         error directly rather via storing it into `results'.
16825 2011-05-02  Leo Liu  <sdl.web@gmail.com>
16827         * vc/diff.el: Fix description.
16829 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16831         * server.el (server-eval-at): New function.
16833 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16835         * net/network-stream.el (open-network-stream): Take a :nowait
16836         parameter and pass it on to `make-network-process'.
16837         (network-stream-open-plain): Ditto.
16839 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
16841         * faces.el (face-spec-set-match-display): Don't match toolkit
16842         options on terminal frames.
16844 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16846         * progmodes/pascal.el: Use lexical binding.
16847         (pascal-mode-map): Remove author preferences.
16849         * pcomplete.el (pcomplete-std-complete): Don't abuse
16850         completion-at-point.
16852 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
16854         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
16855         removing code that has been dead since 1991 or so.
16857         * startup.el (command-line): When warning about "_emacs", use a
16858         delayed warning to allow the user to filter it out.
16860 2011-04-28  Deniz Dogan  <deniz@dogan.se>
16862         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
16863         user has not joined.
16865 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16867         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
16868         aren't any completions at point.
16870 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
16872         * subr.el (display-delayed-warnings): New function.
16873         (delayed-warnings-hook): New variable.
16875 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16877         * minibuffer.el (completion-at-point, completion-help-at-point):
16878         Don't presume that a given completion-at-point-function will always
16879         use the same calling convention.
16881         * pcomplete.el (pcomplete-completions-at-point):
16882         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
16883         pcomplete-seen is non-nil.
16884         (pcomplete-comint-setup): Also recognize the new comint/shell
16885         completion functions.
16886         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
16887         pcomplete-seen is non-nil.
16889 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
16891         * calendar/icalendar.el (diary-lib): Add require statement.
16892         (icalendar--create-uid): Read out a uid from a text-property on
16893         the first character in the entry.  This allows for code to add its
16894         own uid to the entry.
16895         (icalendar--convert-float-to-ical): Add export of
16896         `diary-float'-entries save for those with the optional DAY
16897         argument.
16899 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
16901         * subr.el (shell-quote-argument): Use alternate escaping strategy
16902         when we spot a variable reference in a string.
16904 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
16906         * cus-start.el (all): Define customization for debug-on-event.
16908 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
16910         * subr.el (shell-quote-argument): Escape correctly under Windows.
16912 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16914         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
16916 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
16918         * net/tramp.el (tramp-process-actions): Add POS argument.
16919         Delete region between POS and (pos).
16921         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16922         Use `nil' position in `tramp-process-actions' call.
16923         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
16925         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
16926         position in `tramp-process-actions' call.
16928         * net/trampver.el: Update release number.
16930 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16932         * custom.el (defcustom): Obey lexical-binding.
16934         Fix octave-inf completion problems reported by Alexander Klimov.
16935         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
16936         Inherit from octave-mode-syntax-table.
16937         (inferior-octave-mode): Set info-lookup-mode.
16938         (inferior-octave-completion-at-point): New function.
16939         (inferior-octave-complete): Use it and completion-in-region.
16940         (inferior-octave-dynamic-complete-functions): Use it as well, and use
16941         comint-filename-completion.
16942         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
16943         symbol elements which shouldn't be word elements.
16944         (octave-font-lock-keywords, octave-beginning-of-defun)
16945         (octave-function-header-regexp): Adjust regexps accordingly.
16946         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
16948 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
16950         * net/gnutls.el (gnutls-errorp): Declare before first use.
16952 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
16954         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
16955         verify-error, and verify-hostname-error parameters.  Check whether
16956         default trustfile exists before going to use it.  Add missing
16957         argument to gnutls-message-maybe call.  Return value.
16958         Reported by Claudio Bley <claudio.bley@gmail.com>.
16959         (open-gnutls-stream): Add usage example.
16961         * net/network-stream.el (network-stream-open-starttls): Give host
16962         parameter to `gnutls-negotiate'.
16963         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
16964         * subr.el (shell-quote-argument): Escape correctly under Windows.
16966 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
16968         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
16969         Use correct match group (bug#8438).
16971 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
16973         * emacs-lisp/package.el (package-built-in-p): Fix typo.
16974         (package-menu--generate): New arg specifying packages to show.
16975         (package-menu-refresh, package-menu-execute, list-packages):
16976         Callers changed.
16977         (package-show-package-list): New function, replacing deleted
16978         package--list-packages (renamed because it is non-internal).
16980         * finder.el (finder-list-matches): Use package-show-package-list
16981         instead of deleted package--list-packages.
16983         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
16984         Based on a previous implementation by Juanma Barranquero (Bug#8366).
16985         (vc-annotate-mode-map): Bind it to RET.
16987 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
16989         * progmodes/etags.el (next-file): Don't use set-buffer to change
16990         buffers (Bug#8478).
16992 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
16994         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
16996         * apropos.el (apropos-label-face): Avoid variable-pitch face.
16997         (apropos-accumulator): Doc fix.
16998         (apropos-function, apropos-macro, apropos-command)
16999         (apropos-variable, apropos-face, apropos-group, apropos-widget)
17000         (apropos-plist): Add face property.
17001         (apropos-symbols-internal): Fix indentation.
17002         (apropos-print): Simplify help, and recognize apropos-multi-type.
17003         (apropos-print-doc): Use button-type-get to extract the button's
17004         face property.  Fill docstring (Bug#8352).
17006 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
17008         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17010         * play/mpuz.el (mpuz-silent): Doc fix.
17011         (mpuz-mode-map): Use mapc.
17012         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17013         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17014         Fix typos in docstrings.
17016         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17017         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17019         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17021 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
17023         * minibuffer.el (completion--do-completion): Avoid the "Next char
17024         not unique" prompt if icomplete-mode is enabled (Bug#5849).
17026         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17027         mouse-2 into unread-command-events, it is interpreted correctly.
17029         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
17030         (image-toggle-display): Doc fix.
17032 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
17034         * textmodes/page.el (what-page): Use line-number-at-pos to
17035         calculate line number (Bug#6825).
17037 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
17039         * eshell/esh-mode.el (find-tag-interactive): Declare function.
17040         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17041         Pass argument NO-DEFAULT to `find-tag-interactive'.
17043 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
17045         Lexical-binding cleanup.
17047         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17048         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17049         * progmodes/ada-prj.el (ada-prj-initialize-values)
17050         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17051         (ada-prj-show-value):
17052         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17053         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17054         (antlr-invalidate-context-cache, antlr-options-menu-filter)
17055         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17056         * progmodes/bug-reference.el (bug-reference-push-button):
17057         * progmodes/fortran.el (fortran-line-length):
17058         * progmodes/glasses.el (glasses-change):
17059         * progmodes/octave-mod.el (octave-fill-paragraph):
17060         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17061         (python-pdbtrack-grub-for-buffer, python-sentinel):
17062         * progmodes/sql.el (sql-save-connection):
17063         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17064         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17065         Mark unused parameters.
17067         * progmodes/compile.el (compilation--flush-directory-cache)
17068         (compilation--flush-parse, compile-internal): Mark unused parameters.
17069         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17070         (compilation-next-error-function): Remove unused variable `timestamp'.
17072         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17073         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17075         * progmodes/dcl-mode.el (dcl-end-of-command):
17076         Remove unused variable `start'.
17077         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17078         (dcl-option-value-basic, dcl-option-value-offset)
17079         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17080         Mark unused parameters.
17081         (dcl-save-local-variable): Remove unused variable `val'.
17082         (mode): Declare.
17084         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17085         Mark unused parameters.
17086         (delphi-ignore-changes): Move before first use.
17087         (delphi-charset-token-at): Remove unused variable `start'.
17088         (delphi-else-start): Remove unused variable `if-count'.
17089         (delphi-comment-block-start, delphi-comment-block-end):
17090         Remove unused variable `kind'.
17091         (delphi-indent-line): Remove unused variable `new-point'.
17093         * progmodes/ebrowse.el (ebrowse-files-list)
17094         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17095         Mark unused parameters.  Don't quote `lambda'.
17096         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17097         Don't quote `lambda'.
17098         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17099         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17100         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17101         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17102         Use `ignore-errors'.
17103         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17104         (ebrowse-view/find-file-and-search-pattern)
17105         (ebrowse-view/find-member-declaration/definition):
17106         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17107         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17108         Rename parameter PREFIX-ARG to PREFIX.
17109         (ebrowse-tags-read-name): Remove unused variables `start' and
17110         `member-info'.
17111         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17112         to `tags-file'.
17114         * progmodes/etags.el (local-find-tag-hook): Declare.
17115         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17116         Mark unused parameters.
17118         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17119         (executable-interpret): Mark unused parameter.
17121         * progmodes/flymake.el (flymake-process-sentinel)
17122         (flymake-after-change-function)
17123         (flymake-create-temp-with-folder-structure)
17124         (flymake-get-include-dirs-dot): Mark unused parameters.
17125         (flymake-safe-delete-directory): Remove unused variable `err'.
17127         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17128         (speedbar-timer-fn, speedbar-line-text)
17129         (speedbar-change-expand-button-char, speedbar-delete-subblock)
17130         (speedbar-center-buffer-smartly): Declare functions.
17131         (gdb-find-watch-expression): Remove unused variable `array'.
17132         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17133         (gdb-starting): Mark unused parameters.
17134         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17135         (gdb-table-string): Remove unused variable `res'.
17136         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17137         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17138         (gdb-display-buffer): Remove unused variable `cur-size'.
17140         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17141         allow lexical-binding compilation.
17142         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17143         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17144         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17145         Mark unused parameters.
17146         (gud-gdb-marker-filter): Remove unused variable `match'.
17147         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17148         lambda expressions and funcall them, instead of using `fset'.
17150         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17151         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17153         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17154         variable `header-beg'; use `let'.
17156         * progmodes/icon.el (indent-icon-exp): Remove unused variables
17157         `restart', `last-sexp' and `at-do'.
17159         * progmodes/js.el (js--debug): Mark unused parameter.
17160         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17161         (js--splice-into-items): Remove unused variable `item'.
17162         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17164         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17165         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17166         (makefile-complete): Remove unused variable `try'.
17167         (makefile-fill-paragraph, makefile-match-function-end):
17168         Mark unused parameters.
17170         * progmodes/octave-inf.el (inferior-octave-complete):
17171         Remove unused variable `proc'.
17172         (inferior-octave-output-digest): Mark unused parameter.
17174         * progmodes/perl-mode.el (perl-calculate-indent):
17175         Remove unused variable `err'.
17177         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17178         (prolog-indent-line): Mark unused parameters.
17179         (prolog-indent-line): Remove unused variable `beg'.
17181         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17182         (reporter-dont-compact-list): Declare.
17184         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17185         Remove unused variable `char'.
17186         (sh-debug): Mark unused parameter.
17187         (sh-get-indent-info): Remove unused variable `start'.
17188         (sh-calculate-indent): Remove unused variable `var'.
17190         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17191         (simula-electric-keyword): Remove unused variable `null'.
17192         (simula-search-backward, simula-search-forward): Remove unused
17193         variables `begin' and `end'.
17195         * progmodes/vera-mode.el (vera-guess-basic-syntax):
17196         Remove unused variable `pos'.
17197         (vera-electric-tab, vera-comment-uncomment-region):
17198         Mark unused parameters.
17199         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17201 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
17203         * emacs-lisp/package.el (package--builtins, package-alist)
17204         (package-load-descriptor, package-built-in-p, package-activate)
17205         (define-package, package-installed-p)
17206         (package-compute-transaction, package-buffer-info)
17207         (package--push): Doc fix.  Distinguish more clearly between
17208         version strings and version lists.
17210 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
17212         Lexical-binding cleanup.
17214         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17215         (5x5-make-mutate-best):
17216         * play/fortune.el (fortune-in-buffer):
17217         * play/gomoku.el (gomoku-init-display):
17218         * play/solitaire.el (solitaire, solitaire-do-check):
17219         * play/tetris.el (tetris-default-update-speed-function):
17220         Mark unused parameters.
17222         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17223         (bubbles--shift): Remove unused variable `char-org'.
17224         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
17225         (bubbles--show-images): Remove unused variable `char'.
17227         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17228         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17229         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17230         (decipher-analyze-buffer): Use ?\s.
17231         (decipher-make-checkpoint): Remove unused variable `mapping'.
17233         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17235         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17236         Remove unused variable `result'; use `let'.
17238         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17239         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17240         (gametree-children-shown-p, gametree-compute-reduced-score):
17241         Use `ignore-errors'.
17243         * play/handwrite.el (ps-lpr-switches): Declare.
17244         (handwrite): Remove unused variables `pmin' and `lastp'.
17246         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17248         * play/landmark.el (landmark-init-display)
17249         (landmark-update-naught-weights): Mark unused parameters.
17250         (landmark-y): Remove unused variable `noise'.  Simplify.
17251         (landmark-human-plays): Remove unused variable `score'.
17253         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17254         (mpuz-try-proposal): Remove unused variable `game'.
17256         * play/zone.el (life-patterns): Declare.
17258 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
17260         * vc/vc.el (ediff-vc-internal): Declare function.
17262 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17264         * shell.el: Use lexical-binding and std completion UI.
17265         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17266         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17267         comint-preoutput-filter-functions rather than on
17268         comint-output-filter-functions.
17269         (shell-command-completion, shell--command-completion-data)
17270         (shell-filename-completion, shell-environment-variable-completion)
17271         (shell-c-a-p-replace-by-expanded-directory): New functions.
17272         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17273         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17274         (shell-dynamic-complete-environment-variable): Use them.
17275         (shell-dynamic-complete-as-environment-variable)
17276         (shell-dynamic-complete-as-command): Remove.
17277         (shell-match-partial-variable): Match past point.
17278         * comint.el: Clean up use of completion-at-point-functions.
17279         (comint-completion-at-point): New function.
17280         (comint-mode): Use it completion-at-point-functions.
17281         (comint-dynamic-complete): Make it obsolete.
17282         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17283         (comint-c-a-p-replace-by-expanded-history): New function.
17284         (comint-dynamic-complete-functions)
17285         (comint-replace-by-expanded-history): Use it.
17286         * minibuffer.el (completion-table-with-terminator): Allow dynamic
17287         termination strings.  Try harder to avoid second try-completion.
17288         (completion-in-region-mode-map): Disable bindings that don't work yet.
17290         * comint.el: Use lexical-binding.  Require CL.
17291         (comint-dynamic-complete-functions): Use comint-filename-completion.
17292         (comint-completion-addsuffix): Tweak custom type.
17293         (comint-filename-completion, comint--common-suffix)
17294         (comint--common-quoted-suffix, comint--table-subvert)
17295         (comint--complete-file-name-data): New functions.
17296         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17297         (comint-dynamic-list-filename-completions): Use them.
17298         (comint-dynamic-simple-complete): Make obsolete.
17300         * minibuffer.el (completion-in-region-mode):
17301         Keep completion-in-region-mode--predicate global.
17302         (completion-in-region--postch):
17303         Assume completion-in-region-mode--predicate is not null.
17305         * progmodes/flymake.el (flymake-start-syntax-check-process):
17306         Obey `dir'.  Simplify.
17308         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17309         we're in VC after all.
17311 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
17313         * vc/vc.el (vc-diff-build-argument-list-internal)
17314         (vc-version-ediff, vc-ediff): New commands.
17315         (vc-version-diff): Use vc-diff-build-argument-list-internal.
17317 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17319         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17320         add sanity check.
17322         * obsolete/erc-hecomplete.el: Make obsolete.
17323         * obsolete/: Standardize obsolescence info in the header.
17325 2011-04-20  Glenn Morris  <rgm@gnu.org>
17327         * calendar/solar.el (solar-horizontal-coordinates):
17328         Use the longitude argument rather than `calendar-longitude'.
17329         (solar-date-next-longitude): Remove unused locals.
17331 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17333         * whitespace.el: New version 13.2.1.
17335 2011-04-20  felix  <EmacsWiki>  (tiny change)
17337         * whitespace.el (global-whitespace-mode): Keep highlight when
17338         switching between major modes on a file.
17340 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17342         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17343         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17344         multi-line comments as well.
17346 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
17348         Lexical-binding cleanup.
17350         * arc-mode.el (archive-mode-revert):
17351         * cmuscheme.el (scheme-interactively-start-process):
17352         * custom.el (custom-initialize-delay):
17353         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17354         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17355         * emacs-lock.el (emacs-lock-clear-sentinel):
17356         * ezimage.el (defezimage):
17357         * follow.el (follow-avoid-tail-recenter):
17358         * fringe.el (set-fringe-mode-1):
17359         * generic-x.el (bat-generic-mode-compile):
17360         * help-mode.el (help-info-variable, help-do-xref)
17361         (help-mode-revert-buffer):
17362         * help.el (view-emacs-todo):
17363         * iswitchb.el (iswitchb-completion-help):
17364         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17365         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17366         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17367         * locate.el (locate-update):
17368         * longlines.el (longlines-encode-region)
17369         (longlines-after-change-function):
17370         * outline.el (outline-isearch-open-invisible):
17371         * ps-def.el (declare-function, charset-dimension, char-width)
17372         (encode-char):
17373         * ps-mule.el (ps-mule-plot-string):
17374         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17375         (recentf-edit-list-select, recentf-edit-list-validate)
17376         (recentf-open-files-action):
17377         * rect.el (delete-whitespace-rectangle-line)
17378         (rectangle-number-line-callback):
17379         * register.el (window-configuration-to-register)
17380         (frame-configuration-to-register):
17381         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17382         * select.el (xselect-convert-to-string, xselect-convert-to-length)
17383         (xselect-convert-to-targets, xselect-convert-to-delete)
17384         (xselect-convert-to-filename, xselect-convert-to-charpos)
17385         (xselect-convert-to-lineno, xselect-convert-to-colno)
17386         (xselect-convert-to-os, xselect-convert-to-host)
17387         (xselect-convert-to-user, xselect-convert-to-class)
17388         (xselect-convert-to-name, xselect-convert-to-integer)
17389         (xselect-convert-to-atom, xselect-convert-to-identity):
17390         * subr.el (declare, ignore, process-kill-without-query)
17391         (text-clone-maintain):
17392         * terminal.el (te-get-char, te-tic-sentinel):
17393         * tool-bar.el (tool-bar-make-keymap):
17394         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17395         * type-break.el (type-break-mode, type-break-noninteractive-query):
17396         * view.el (View-back-to-mark):
17397         * wid-browse.el (widget-browse-action, widget-browse-widget)
17398         (widget-browse-widgets, widget-browse-sexp):
17399         * widget.el (define-widget-keywords):
17400         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17401         Mark unused parameters.
17403         * align.el (align-adjust-col-for-rule): Mark unused parameter.
17404         (align-areas): Remove unused variable `look'.
17405         (align-region): Remove unused variables `real-end' and `pos-list'.
17407         * apropos.el (apropos-score-doc): Remove unused variable `i'.
17409         * bindings.el (mode-line-modified, mode-line-remote):
17410         Mark unused parameters.
17411         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17413         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17414         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17416         * comint.el (comint-history-isearch-pop-state)
17417         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17418         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17419         (comint-substitute-in-file-name): Doc fix.
17421         * completion.el (cmpl-statistics-block): Mark unused parameter.
17422         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17423         (save-completions-to-file, load-completions-from-file):
17424         Remove unused local variable `e'.
17426         * composite.el (compose-chars): Remove unused variable `len'.
17427         (lgstring-insert-glyph): Remove unused variable `g'.
17428         (compose-glyph-string): Remove unused variables `ascent',
17429         `descent', `lbearing' and `rbearing'.
17430         (compose-glyph-string-relative): Remove unused variables
17431         `lbearing', `rbearing' and `wadjust'.
17432         (compose-gstring-for-graphic): Remove unused variables `header',
17433         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
17434         (compose-gstring-for-terminal): Remove unused variables `header'
17435         and `nchars'.  Use `let', not `let*'.
17437         * cus-edit.el (Custom-set, Custom-save, custom-reset)
17438         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17439         (Custom-buffer-done, custom-buffer-create-internal)
17440         (custom-browse-visibility-action, custom-browse-group-tag-action)
17441         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17442         (widget-magic-mouse-down-action, custom-toggle-parent)
17443         (custom-add-parent-links, custom-toggle-hide-variable)
17444         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17445         (custom-toggle-hide-face, face, hook, custom-group-link-action)
17446         (custom-face-menu-create, custom-variable-menu-create, get)
17447         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17448         (custom-reset-standard-save-and-update): Remove unused variable `value'.
17449         (customize-apropos): Remove unused variable `tests'.
17450         (custom-group-value-create): Remove unused variable `hidden-p'.
17451         (sort-fold-case): Declare.
17453         * cus-theme.el (custom-reset-standard-faces-list)
17454         (custom-reset-standard-variables-list): Declare.
17455         (customize-create-theme, custom-theme-revert, custom-theme-write)
17456         (custom-theme-choose-mode, customize-themes, custom-theme-save):
17457         Mark unused parameters.
17459         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17461         * delim-col.el (delimit-columns-max): Move defvar before first use.
17463         * descr-text.el (describe-char-categories): Don't quote `lambda'.
17464         (describe-char): Don't quote `lambda'.  Mark unused parameter.
17466         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17467         (auto-insert): Declare.
17468         (desktop-restore-file-buffer): Rename desktop-* parameters;
17469         mark unused ones.
17470         (desktop-create-buffer): Rename desktop-* parameters and bind them.
17471         (desktop-buffer): Rename desktop-* parameters.
17473         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17474         (dframe-reposition-frame-xemacs, dframe-help-echo)
17475         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17476         Mark unused parameters.
17478         * dired-aux.el (backup-extract-version-start, overwrite-query)
17479         (overwrite-backup-query, rename-regexp-query)
17480         (rename-non-directory-query): Declare.
17481         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17482         (dired-add-entry): Remove unused variable `orig-file-name'.
17483         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17484         Use parameter PRESERVE-TIME instead of accessing dynamic variable
17485         `dired-copy-preserve-time' directly.
17486         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17487         (dired-insert-subdir-newpos): Rename unused variable `pos'.
17489         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17490         (dired-virtual-revert, dired-make-relative-symlink):
17491         Mark unused parameters.
17492         (manual-program): Declare.
17493         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17494         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17495         wrapped in `with-no-warnings' to avoid replacing one warning by another.
17497         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17499         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17501         * echistory.el (electric-history-in-progress, Helper-return-blurb):
17502         Declare.
17504         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17506         * electric.el (Electric-command-loop): Rename parameter
17507         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17509         * expand.el (expand-in-literal): Remove unused variable `here'.
17511         * facemenu.el (facemenu-add-new-color):
17512         Remove unused variable `docstring'.
17514         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17515         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17516         (face-attr-construct): Mark unused parameter.  Doc fix.
17517         (read-color): Remove unused variable `hex-string'.
17519         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17520         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17521         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17522         (display-buffer-other-frame): Remove unused variable `old-window'.
17523         (kill-buffer-hook): Declare.
17524         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17525         Mark unused parameters.
17526         (after-find-file): Pass 1 to `auto-save-mode', not t.
17528         * files-x.el (auto-insert): Declare.
17529         (modify-file-local-variable-prop-line): Remove unused variable `val'.
17531         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
17532         variable `buf'.  Mark unused parameter.
17533         (find-lisp-insert-directory): Mark unused parameter.
17535         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17536         (format-encode-region): Remove unused variables `cur-buf' and `result'.
17537         (format-common-tail): Remove, unused.
17538         (format-deannotate-region): Remove unused variable `loc'.
17539         (format-annotate-region): Remove unused variable `p'.
17540         (format-annotate-single-property-change): Remove unused variables
17541         `default' and `tail'.
17543         * forms.el (read-file-filter): Declare.
17544         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
17546         * frame.el (frame-creation-function-alist): Mark unused parameter.
17547         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
17549         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
17550         Remove unused parameters.
17551         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
17552         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
17554         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
17555         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
17556         (hfy-prepare-tag-map): Mark unused parameters.
17557         (htmlfontify-buffer): Use `called-interactively-p'.
17559         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
17560         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
17561         (ibuffer-do-occur): Mark unused parameters.
17562         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
17563         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
17565         * ibuffer.el: Don't quote `lambda'.
17566         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
17567         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
17568         Mark unused parameters.
17570         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
17571         (ido-completing-read): Mark unused parameters.
17572         (ido-copy-current-word): Mark unused parameters;
17573         remove unused variable `name'.
17574         (ido-sort-merged-list): Remove unused parameter `dirs'.
17576         * ielm.el (ielm-input-sender): Mark unused parameter.
17577         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
17578         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
17579         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
17580         `ielm-string' as a dynamic variable accessible from the IELM prompt.
17581         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
17583         * image-dired.el (image-dired-display-thumbs): Remove unused
17584         variables `curr-file' and `count'.
17585         (image-dired-remove-tag): Remove unused variable `start'.
17586         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
17587         variable `curr-file'
17588         (image-dired-rotate-original): Remove unused variable `temp-file'.
17589         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
17590         Remove unused variable `file'.
17591         (image-dired-gallery-generate): Remove unused variable `curr'.
17592         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
17594         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
17596         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
17598         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
17600         * isearch.el (minibuffer-history-symbol): Declare.
17601         (isearch-edit-string): Remove unused variable `err'.
17602         (isearch-message-prefix, isearch-message-suffix):
17603         Mark unused parameters.
17605         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
17607         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
17609         * makesum.el (double-column): Remove unused variable `cnt'.
17611         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
17612         (ido-ignore-item-temp-list): Declare.
17614         * mouse-drag.el (mouse-drag-throw): Remove unused variables
17615         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
17616         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
17617         (mouse-drag-drag): Remove unused variables `mouse-delta' and
17618         `mouse-col-delta'.
17620         * mouse-sel.el (mouse-extend-internal):
17621         Remove unused variable `orig-window-frame'.
17623         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
17624         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
17625         Move declarations before first use.
17626         (pcomplete-opt): Mark unused parameters; doc fix.
17628         * proced.el (proced-revert): Mark unused parameter.
17629         (proced-send-signal): Remove unused variable `err'.
17631         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
17632         Rename parameter PREFIX-ARG to ARG.
17633         (ps-basic-plot-string, ps-basic-plot-whitespace):
17634         Mark unused parameters.
17636         * replace.el (replace-count): Define.
17637         (occur-revert-function): Mark unused parameters.
17638         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
17639         (isearch-case-fold-search, isearch-string): Declare.
17640         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
17641         bind `case-fold-search'.  Remove unused variables `beg' and `end',
17642         and simplify.
17643         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
17644         COUNT and bind `replace-count'.
17645         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
17646         to COUNT.
17648         * savehist.el (print-readably, print-string-length): Declare.
17650         * shadowfile.el (shadow-expand-cluster-in-file-name):
17651         Remove unused variable `cluster'.
17652         (shadow-copy-file): Remove unused variable `i'.
17653         (shadow-noquery, shadow-clusters, shadow-site-cluster)
17654         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
17655         (shadow-define-literal-group, shadow-define-regexp-group)
17656         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
17658         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
17659         (shell): Use `called-interactively-p'.
17660         (shell-directory-tracker): Remove unused variable `chdir-failure'.
17662         * simple.el (compilation-context-lines, comint-file-name-quote-list)
17663         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
17664         (delete-backward-char): Remove unused variable `ocol'.
17665         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
17666         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
17667         (event-apply-hyper-modifier, event-apply-shift-modifier)
17668         (event-apply-control-modifier, event-apply-meta-modifier):
17669         Mark unused parameters.
17670         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
17671         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
17673         * speedbar.el (speedbar-ignored-directory-expressions)
17674         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
17675         (speedbar-find-file, speedbar-dir-follow)
17676         (speedbar-directory-buttons-follow, speedbar-tag-find)
17677         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
17678         (speedbar-buffers-line-directory, speedbar-buffer-click):
17679         Mark unused parameters.
17680         (speedbar-tag-file): Remove unused variable `mode'.
17681         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
17683         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
17685         * talk.el (talk): Remove unused variable `display'.
17687         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
17688         (tar-write-region-annotate): Mark unused parameter.
17690         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
17691         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
17692         Declare them, wrapped in `with-no-warnings' to avoid replacing one
17693         warning by another.
17695         * time-stamp.el (time-stamp-string-preprocess):
17696         Remove unused variable `require-padding'.
17698         * tree-widget.el (widget-glyph-enable): Declare.
17699         (tree-widget-action): Mark unused parameter.
17701         * w32-fns.el (x-get-selection): Mark unused parameter.
17702         (autoload-make-program, generated-autoload-file): Declare.
17704         * wdired.el (wdired-revert): Mark unused parameters.
17705         (wdired-xcase-word): Remove unused variable `err'.
17707         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
17708         (whitespace-help-scroll): Remove unused variable `data-help'.
17710         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
17711         (widget-image-insert, widget-after-change, default)
17712         (widget-default-format-handler, widget-default-notify)
17713         (widget-default-prompt-value, widget-info-link-action)
17714         (widget-url-link-action, widget-function-link-action)
17715         (widget-variable-link-action, widget-file-link-action)
17716         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
17717         (widget-field-prompt-internal, widget-field-action, widget-field-match)
17718         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
17719         (widget-insert-button-action, widget-delete-button-action, visibility)
17720         (widget-documentation-link-action, widget-documentation-string-action)
17721         (widget-const-prompt-value, widget-regexp-match, symbol)
17722         (widget-coding-system-prompt-value)
17723         (widget-key-sequence-value-to-external, sexp)
17724         (widget-sexp-value-to-internal, character, vector, cons)
17725         (widget-choice-prompt-value, widget-boolean-prompt-value)
17726         (widget-color--choose-action): Mark unused parameters.
17727         (widget-item-match-inline, widget-choice-match-inline)
17728         (widget-checklist-match, widget-checklist-match-inline)
17729         (widget-group-match): Rename parameter VALUES to VALS.
17730         (widget-field-value-set): Remove unused variable `size'.
17731         (widget-color-action): Remove unused variables `value' and `start'.
17733         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
17734         variable `dir'.  Doc fix.
17735         (windmove-find-other-window): Don't pass it.
17737         * window.el (count-windows): Mark unused parameter.
17738         (bw-adjust-window): Remove unused variable `err'.
17740         * woman.el (woman-file-name): Remove unused variable `default'.
17741         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
17742         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
17743         (global-font-lock-mode): Declare.
17744         (woman-decode-region): Mark unused parameter.
17745         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
17747         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
17748         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
17749         (x-dnd-handle-moz-url): Remove unused variable `title'.
17750         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
17752         * xml.el (xml-parse-tag, xml-parse-attlist):
17753         Remove unused variable `pos'.
17755 2011-04-19  Glenn Morris  <rgm@gnu.org>
17757         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
17758         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17759         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17760         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
17761         * calendar/cal-html.el (cal-html-insert-minical):
17762         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
17763         (calendar-mark-date-pattern):
17764         Prefix "unused" locals.
17766         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
17767         optional argument `style'.
17769         * calendar/appt.el (appt-make-list):
17770         * calendar/cal-china.el (calendar-chinese-date-string):
17771         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
17772         (diary-hebrew-yahrzeit):
17773         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
17774         * calendar/calendar.el (calendar-generate-window):
17775         * calendar/time-date.el (time-to-days):
17776         Remove unused local variables.
17778 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
17780         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
17781         glyphless-char-display table.
17782         (tabulated-list-glyphless-char-display): New var.
17784 2011-04-18  Sam Steingold  <sds@gnu.org>
17786         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
17787         to acknowledgments.
17789 2011-04-17  Glenn Morris  <rgm@gnu.org>
17791         * calendar/diary-lib.el (diary-sexp-entry):
17792         * calendar/holidays.el (holiday-sexp):
17793         Set debug-on-error rather than the removed stack-trace-on-error.
17795 2011-04-16  Glenn Morris  <rgm@gnu.org>
17797         * progmodes/f90.el: Use lexical-binding.
17798         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
17800 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17802         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
17803         (mail-mode): Setup mailalias completion here instead.
17804         * mail/mailalias.el: Use lexical-binding.
17805         (pattern, mailalias-done): Declare dynamic.
17806         (mail-completion-at-point-function): New function, from mail-complete.
17807         (mail-complete): Use it.
17808         (mail-completion-expand): New function.
17809         (mail-get-names): Use it.
17810         (mail-directory, mail-directory-process, mail-directory-stream):
17811         Don't use `pattern' for lexically bound arg.
17813         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
17815         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
17816         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
17817         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
17819         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
17820         (byte-save-window-excursion, byte-temp-output-buffer-setup)
17821         (byte-interactive-p): Define them again, for use when inlining
17822         old code.
17824 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
17826         * loadup.el: Use `string-to-number', not `string-to-int'.
17828 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17830         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
17831         gud-gdb-complete-command.
17832         (gud-gdb-completions): New function, from gud-gdb-complete-command.
17833         (gud-gdb-completion-at-point): New function.
17834         (gud-gdb-completions): Remove.
17836 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
17838         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
17839         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
17840         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
17841         whether `executable-find' is bound.
17843         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
17845 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17847         * minibuffer.el (completion-in-region-mode-predicate)
17848         (completion-in-region-mode--predicate): New vars.
17849         (completion-in-region, completion-in-region--postch)
17850         (completion-in-region-mode): Use them.
17851         (completion--capf-wrapper): Also return the hook function.
17852         (completion-at-point, completion-help-at-point):
17853         Adjust and provide a predicate.
17855         Preserve arg names for advice of subr and lexical functions (bug#8457).
17856         * help-fns.el (help-function-arglist): Consolidate the subr and
17857         new-byte-code cases.  Add argument `preserve-names' to extract names
17858         from the docstring when needed.
17859         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
17860         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
17861         (ad-arglist): Use help-function-arglist's new arg.
17862         (ad-definition-type): Use cond.
17864 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
17866         * autorevert.el (auto-revert-handler):
17867         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
17868         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
17869         Don't quote lambda.
17871         * image-mode.el (image-transform-set-scale):
17872         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
17874 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17876         * net/network-stream.el (network-stream-open-starttls): Only do
17877         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
17878         Upgrades via gnutls-cli are too slow to be done opportunistically.
17880 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
17882         * dframe.el (dframe-current-frame): Remove spurious quote.
17884 2011-04-12  Glenn Morris  <rgm@gnu.org>
17886         * calendar/cal-tex.el (cal-tex-end-document):
17887         Try to automatically use latin1 input if needed.
17889         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
17890         Don't try to cons a mark onto an empty element.
17892 2011-04-11  Leo Liu  <sdl.web@gmail.com>
17894         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
17895         buffers.
17896         (ido-kill-buffer-at-head): Support killing virtual buffers.
17898 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
17900         * minibuffer.el (completion-show-inline-help): New var.
17901         (completion--do-completion, minibuffer-complete)
17902         (minibuffer-force-complete, minibuffer-complete-word):
17903         Inhibit minibuffer messages if completion-show-inline-help is nil.
17905         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
17906         to avoid interference from inline help (Bug#5849).
17908 2011-04-10  Leo Liu  <sdl.web@gmail.com>
17910         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17911         Fix typo.
17913 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
17915         * image-mode.el (image-toggle-display-image): Signal an error if
17916         not in Image mode.
17917         (image-transform-mode, image-transform-resize)
17918         (image-transform-set-rotation): Doc fix.
17919         (image-transform-set-resize): Delete.
17920         (image-transform-set-scale, image-transform-fit-to-height)
17921         (image-transform-fit-to-width): Handle image-toggle-display-image
17922         and image-transform-resize directly.
17924 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
17926         * doc-view.el (doc-view-fit-width-to-window)
17927         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
17928         New functions for fitting the shown image to the Emacs window size.
17929         (doc-view-mode-map): Add bindings for the new functions.
17931 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
17933         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
17934         Fix typo in docstring.
17936 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
17938         * files.el (file-size-human-readable): Produce one digit after
17939         decimal, like "ls -lh" does.
17941         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
17942         the file size representation.
17944         * simple.el (list-processes): If async subprocesses are not
17945         available, error out with a clear error message.
17947 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
17949         * help.el (help-form-show): New function, to be called from C.
17950         Put help-form output in a buffer named differently than *Help*.
17952 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
17954         * files.el (file-size-human-readable): New function.
17956         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
17957         computing the representation inline.  Don't require `cl'.
17959 2011-04-08  Glenn Morris  <rgm@gnu.org>
17961         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
17963         * net/browse-url.el (browse-url-firefox):
17964         Test system-type, not system-configuration.
17966         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
17967         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
17968         Use log-edit-empty-buffer-p.  (Bug#7598)
17970         * net/rlogin.el (rlogin-process-connection-type): Simplify.
17971         (rlogin-mode-map): Initialize in the defvar.
17972         (rlogin): Use ignore-errors.
17974         * replace.el (occur-mode-map): Some fixes for menu items.
17976 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
17978         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
17980 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
17982         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
17983         issuing unused warnings.
17985         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
17986         macro directly.
17988         * simple.el: Lisp reimplement of list-processes.  Based on an
17989         earlier reimplementation by Leo Liu, but using tabulated-list.el.
17990         (process-menu-mode): New major mode.
17991         (list-processes--refresh, list-processes):
17992         (process-menu-visit-buffer): New functions.
17994         * files.el (save-buffers-kill-emacs): Don't assume any return
17995         value of list-processes, which is undocumented anyway.
17997 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
17999         * emacs-lisp/tabulated-list.el: New file.
18001         * emacs-lisp/package.el: Use Tabulated List mode.
18002         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18003         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
18004         table format using Tabulated List mode variables.
18005         (package--push): New macro, replacing package-list-maybe-add.
18006         (package-menu--generate): Use package--push.  Renamed from
18007         package--generate-package-list.
18008         (package-menu-refresh, list-packages): Use it.
18009         (package-menu--print-info): Rename from package-print-package.
18010         Return insertion data instead of inserting it directly.
18011         (package-menu-describe-package, package-menu-execute):
18012         Use tabulated-list-get-id.
18013         (package-menu-mark-delete, package-menu-mark-install)
18014         (package-menu-mark-unmark, package-menu-backup-unmark)
18015         (package-menu-mark-obsolete-for-deletion):
18016         Use tabulated-list-put-tag.
18017         (package--list-packages, package-menu-revert)
18018         (package-menu-get-package, package-menu-get-version)
18019         (package-menu-sort-by-column): Functions deleted.
18020         (package-menu-package-list, package-menu-sort-key): Vars deleted.
18021         (package-menu--status-predicate, package-menu--version-predicate)
18022         (package-menu--name-predicate)
18023         (package-menu--description-predicate): Handle arguments in the
18024         Tabulated List format.
18025         (package-list-packages-no-fetch): Call list-packages.
18027 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
18029         * files.el (after-find-file-from-revert-buffer): Remove variable.
18030         (after-find-file): Don't bind it.
18031         (revert-buffer-in-progress-p): New variable.
18032         (revert-buffer): Bind it.
18033         Pass nil for `after-find-file-from-revert-buffer'.
18035         * saveplace.el (save-place-find-file-hook): Use new variable
18036         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18038 2011-04-06  Glenn Morris  <rgm@gnu.org>
18040         * Makefile.in (AUTOGEN_VCS): New variable.
18041         (autoloads): Use $AUTOGEN_VCS.
18043         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18044         * calendar/calendar.el (calendar-mode-map):
18045         Check for toolkit scroll bars.  (Bug#8305)
18047 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
18049         * minibuffer.el (completion-in-region--postch)
18050         (completion-in-region-mode): Remove unnecessary messages.
18052 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
18054         * font-lock.el (font-lock-refresh-defaults):
18055         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18056         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18058         * info.el (Info-directory-list, Info-read-node-name-2)
18059         (Info-split-parameter-string): Doc fixes.
18060         (Info-virtual-nodes): Reflow docstring.
18061         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18062         (Info-apropos-toc-nodes, info-finder, Info-get-token)
18063         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18064         Fix typos in docstrings.
18065         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18066         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18067         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18068         (Info-restore-desktop-buffer): Mark unused parameters.
18069         (Info-directory-find-file, Info-directory-find-node)
18070         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18071         (Info-virtual-index-find-node, Info-apropos-find-file)
18072         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
18073         Mark unused parameters; fix typos in docstrings.
18074         (Info-virtual-index): Remove unused local variable `nodename'.
18076 2011-04-05  Deniz Dogan  <deniz@dogan.se>
18078         * net/rcirc.el: Update my e-mail address.
18079         (rcirc-mode-map): Remove M-o binding.
18081 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
18083         * startup.el (command-line): Save the cursor's theme-face
18084         directly, instead of using face-override-spec.
18086         * custom.el (load-theme): Minor optimization in assigning faces.
18088 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
18090         * help-fns.el (describe-variable): Complete all variables having
18091         documentation, including keywords.
18092         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18094 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
18096         Convert to lexical-binding.
18098         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18099         (bs--get-marked-string, bs--get-modified-string)
18100         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18101         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18102         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18104         * ehelp.el (electric-help-execute-extended)
18105         (electric-help-ctrl-x-prefix):
18106         * hexl.el (hexl-revert-buffer-function):
18107         * linum.el (linum-after-change, linum-after-scroll):
18108         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18110         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18112 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
18114         * epa-dired.el:
18115         * epa-mail.el:
18116         * epa-hook.el:
18117         * epa-file.el:
18118         * epa.el:
18119         * epg.el: Use lexical binding.
18121 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
18123         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18125         * textmodes/flyspell.el (flyspell-word): Recognize default
18126         dictionary case for flyspell-mark-duplications-exceptions.
18127         Use regexp matching for languages.
18128         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18129         default dictionary (Bug#7926).
18131 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
18133         * emacs-lisp/package.el (package--with-work-buffer):
18134         Recognize https URLs.
18136         * net/network-stream.el: Move from gnus/proto-stream.el.
18137         Change prefix to network-stream throughout.
18138         (open-protocol-stream): Merge into open-network-stream, leaving
18139         open-protocol-stream as an alias.  Handle nil BUFFER args.
18141         * subr.el (open-network-stream): Move to net/network-stream.el.
18143 2011-04-02  Glenn Morris  <rgm@gnu.org>
18145         * find-dired.el (find-exec-terminator): New option.
18146         (find-ls-option): Test for -ls support.
18147         (find-ls-subdir-switches): Test for -b in find-ls-option.
18148         (find-dired, find-grep-dired): Doc fixes.
18149         (find-dired): Use find-exec-terminator.
18151         * find-dired.el (find-ls-option, find-ls-subdir-switches)
18152         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18153         (find-name-arg): Remove purecopy.
18155         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18156         (grep-compute-defaults): Check for `-exec COMMAND +' support.
18157         Set grep-find-use-xargs, grep-find-command, and grep-find-template
18158         accordingly.  Don't add the null-device if not needed.
18160         * files.el (save-some-buffers): Doc fix.
18162 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
18164         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18166 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
18168         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18169         Use `dolist' rather than `mapcar'.
18171 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18173         Add lexical binding.
18175         * subr.el (apply-partially): Use new closures rather than CL.
18176         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18177         (dolist, dotimes): Use slightly different expansion for lexical code.
18178         (functionp): Move to C.
18179         (letrec): New macro.
18180         (with-wrapper-hook): Use it and apply-partially instead of CL.
18181         (eval-after-load): Preserve lexical-binding.
18182         (save-window-excursion, with-output-to-temp-buffer): Turn them
18183         into macros.
18185         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18187         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18188         than the arglist.
18189         (help-add-fundoc-usage): Don't add `Not documented'.
18190         (help-function-arglist): Handle closures, subroutines, and new
18191         byte-code-functions.
18192         (help-make-usage): Remove leading underscores.
18193         (describe-function-1): Handle closures.
18194         (describe-variable): Use special-variable-p for completion.
18196         * files.el (lexical-binding): Declare safe.
18198         * emacs-lisp/pcase.el: Don't use destructuring-bind.
18199         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
18200         (pcase): Add `let' pattern.
18201         Change memoization so it actually works.
18202         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18203         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18204         <let>: New case.
18206         * emacs-lisp/macroexp.el: Use lexical binding.
18207         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
18208         Don't convert ' to #' without checking that it's indeed quoting
18209         a lambda.
18211         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
18212         Use eval-sexp-add-defvars.
18213         (eval-sexp-add-defvars): New fun.
18215         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18217         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18218         Don't autoload.
18219         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18220         than the internal `byte-compile-lambda'.
18221         (defmethod): Don't hide code under quotes.
18222         (eieio-defmethod): New `code' argument.
18224         * emacs-lisp/eieio-comp.el: Remove.
18226         * emacs-lisp/edebug.el (edebug-eval-defun)
18227         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18228         (edebug-toggle): Avoid `eval'.
18230         * emacs-lisp/disass.el (disassemble-internal): Handle new
18231         `closure' objects.
18232         (disassemble-1): Handle new byte codes.
18234         * emacs-lisp/cl.el (pushnew): Silence warning.
18236         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18237         (cl-byte-compile-throw): Remove.
18238         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18240         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18241         closures.
18243         * emacs-lisp/cconv.el: New file.
18245         * emacs-lisp/bytecomp.el: Use lexical binding instead of
18246         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
18247         (byte-compile-initial-macro-environment):
18248         Handle declare-function here.
18249         (byte-compile--lexical-environment): New var.
18250         (byte-stack-ref, byte-stack-set, byte-discardN)
18251         (byte-discardN-preserve-tos): New lap codes.
18252         (byte-interactive-p): Don't use any more.
18253         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18254         New macros.
18255         (byte-compile-lapcode): Use them and handle new lap codes.
18256         (byte-compile-obsolete): Remove.
18257         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18258         (byte-compile-arglist-warn): Check late def of inlinable funs.
18259         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18260         since they should have been expanded by now.
18261         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18262         (byte-compile-from-buffer): Remove unused second arg.
18263         (byte-compile-preprocess): New function.
18264         (byte-compile-toplevel-file-form): New function to distinguish
18265         file-form calls from outside from file-form calls from hunk-handlers.
18266         (byte-compile-file-form): Simplify.
18267         (byte-compile-file-form-defsubst): Remove.
18268         (byte-compile-file-form-defmumble): Simplify now that
18269         byte-compile-lambda always returns a byte-code-function.
18270         (byte-compile): Preprocess.
18271         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18272         Remove, not used any more.
18273         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18274         (byte-compile-make-args-desc): New funs.
18275         (byte-compile-lambda): Handle lexical functions.  Always return
18276         a byte-code-function.
18277         (byte-compile-reserved-constants): New var, to make up room for
18278         closed-over variables.
18279         (byte-compile-constants-vector): Obey it.
18280         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18281         (byte-compile-macroexpand-declare-function): New function.
18282         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18283         byte-code-functions.
18284         (byte-compile-form): Check obsolescence here.
18285         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18286         (byte-compile-variable-ref): Remove.
18287         (byte-compile-dynamic-variable-op): New fun.
18288         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18289         (byte-compile-variable-set): New funs.
18290         (byte-compile-discard): Add 2 args.
18291         (byte-compile-stack-ref, byte-compile-stack-set)
18292         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18293         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18294         macroexpand-all instead.
18295         (byte-compile-quote-form): Remove.
18296         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18297         (byte-compile-bind, byte-compile-unbind): New funs.
18298         (byte-compile-let): Handle let* and lexical binding.
18299         (byte-compile-let*): Remove.
18300         (byte-compile-catch, byte-compile-unwind-protect)
18301         (byte-compile-track-mouse, byte-compile-condition-case):
18302         Handle a new :fun-body form, used for lexical scoping.
18303         (byte-compile-save-window-excursion)
18304         (byte-compile-with-output-to-temp-buffer): Remove.
18305         (byte-compile-defun): Simplify.
18306         (byte-compile-stack-adjustment): New fun.
18307         (byte-compile-out): Use it.
18308         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18310         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18311         handler any more.
18313         * emacs-lisp/byte-opt.el: Use lexical binding.
18314         (byte-inline-lapcode): Remove (to bytecomp).
18315         (byte-compile-inline-expand): Pay attention to inlining to/from
18316         lexically bound code.
18317         (byte-compile-unfold-lambda): Don't handle byte-code-functions
18318         any more.
18319         (byte-optimize-form-code-walker): Don't handle save-window-excursion
18320         any more and don't call compiler-macros.
18321         (byte-compile-splice-in-already-compiled-code): Remove.
18322         (byte-code): Don't inline any more.
18323         (disassemble-offset): Receive `bytes' as argument rather than via
18324         dynamic scoping.
18325         (byte-compile-tag-number): Declare before first use.
18326         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18327         `return' even if make-spliceable.
18328         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18329         obsolete interactive-p.
18330         (byte-optimize-lapcode): Optimize new lap-codes.
18331         Don't trip up on new form of `byte-constant' lap code.
18333         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18335         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18337         * custom.el (custom-initialize-default, custom-declare-variable):
18338         Use `defvar'.
18340         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18341         New variables.
18342         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18343         (COMPILE_FIRST): Add macroexp and cconv.
18344         * makefile.w32-in: Mirror changes in Makefile.in.
18346         * vc/cvs-status.el:
18347         * vc/diff-mode.el:
18348         * vc/log-edit.el:
18349         * vc/log-view.el:
18350         * vc/smerge-mode.el:
18351         * textmodes/bibtex-style.el:
18352         * textmodes/css-mode.el:
18353         * startup.el:
18354         * uniquify.el:
18355         * minibuffer.el:
18356         * newcomment.el:
18357         * reveal.el:
18358         * server.el:
18359         * mpc.el:
18360         * emacs-lisp/smie.el:
18361         * doc-view.el:
18362         * dired.el:
18363         * abbrev.el: Use lexical binding.
18365 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
18367         * info.el (info-display-manual): New function.
18369 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18371         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18373 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
18375         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
18376         an entry for that server in rcirc-authinfo.  (Bug#8385)
18378 2011-03-31  Glenn Morris  <rgm@gnu.org>
18380         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18382         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18384 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
18386         * progmodes/python.el (python-default-interpreter)
18387         (python-python-command-args, python-jython-command-args)
18388         (python-which-shell, python-which-args, python-which-bufname)
18389         (python-file-queue, python-comint-output-filter-function)
18390         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18391         variables and functions.
18393 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18395         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18396         (completion-in-region-mode): New minor mode.
18397         (completion-in-region): Use it.
18398         (completion-in-region--data, completion-in-region-mode-map): New vars.
18399         (completion-in-region--postch): New function.
18400         (completion--capf-misbehave-funs, completion--capf-safe-funs):
18401         New vars.
18402         (completion--capf-wrapper): New function.
18403         (completion-at-point): Use it to track well-behavedness of
18404         hook functions.
18405         (completion-help-at-point): New command.
18407 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
18409         * vc/add-log.el (add-change-log-entry): Don't use whitespace
18410         syntax class to search for whitespace on a single line
18411         (Message-ID: <4D938140.4030905@redhat.com>).
18413 2011-03-30  Leo Liu  <sdl.web@gmail.com>
18415         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18416         New commands.
18417         (edit-abbrevs-map): Bind them here.
18418         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
18420 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
18422         * allout.el (allout-hide-by-annotation, allout-flag-region):
18423         Reduce possibility of overlay leakage by making them volatile.
18425         * allout-widgets.el (allout-widgets-tally): Define as nil so the
18426         hash is not shared between buffers.  Mode initialization is
18427         responsible for giving it a useful starting value.
18428         (allout-item-span): Reduce possibility of overlay leakage by
18429         making them volatile.
18430         (allout-widgets-count-buttons-in-region): Add diagnostic function
18431         for tracking down button overlay leaks.
18433 2011-03-29  Leo Liu  <sdl.web@gmail.com>
18435         * ido.el (ido-read-internal): Use the default history var
18436         minibuffer-history if no HISTORY is specified.
18438 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
18440         * net/imap.el (imap-shell-open, imap-process-connection-type):
18441         Use imap-process-connection-type for 'shell' streams as well as
18442         Kerberos, SSL, other subprocesses.
18444 2011-03-28  Leo Liu  <sdl.web@gmail.com>
18446         * abbrev.el (abbrev-table-empty-p): New function.
18447         (prepare-abbrev-list-buffer): Place empty abbrev tables after
18448         nonempty ones.  (Bug#5937)
18450 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
18452         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18454 2011-03-27  Leo Liu  <sdl.web@gmail.com>
18456         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18457         for foreground and background colors.
18458         (ansi-color-make-color-map): Adapt.
18460 2011-03-25  Leo Liu  <sdl.web@gmail.com>
18462         * midnight.el (midnight-time-float): Remove.  Note it calculates
18463         the microsecond component incorrectly and seconds-to-time does the
18464         same job.
18465         Remove redundant (require 'timer).
18467         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18468         (ido-completions): Remove unused arguments.  (Bug#8329)
18470 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18472         * minibuffer.el (completion--flush-all-sorted-completions):
18473         Remove itself from hook.
18474         (completion-at-point): Let the functions perform the completion
18475         immediately and return nil or t.
18476         * comint.el (comint-dynamic-complete-functions): Now identical to
18477         completion-at-point-functions.
18478         (comint-dynamic-list-input-ring): Remove unused var `index'.
18479         (comint--match-partial-filename, comint--unquote&expand-filename):
18480         New funs, split from comint-match-partial-filename.
18481         (comint-dynamic-complete): Use completion-at-point.
18482         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18484 2011-03-24  Drew Adams  <drew.adams@oracle.com>
18486         * thingatpt.el: Support `defun'.
18488 2011-03-23  Leo Liu  <sdl.web@gmail.com>
18490         * abbrevlist.el: Move to obsolete/abbrevlist.el.
18492         * help-mode.el (help-mode-finish): Tweak regexp.
18494 2011-03-23  Glenn Morris  <rgm@gnu.org>
18496         * eshell/esh-opt.el (eshell-eval-using-options):
18497         Do not bind unused local variable `eshell-option-stub'.
18499         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18501 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
18503         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18504         keymap variable in `with-no-warnings' to avoid a warning when the
18505         keymap has been already `defconst'ed.
18507 2011-03-22  Leo Liu  <sdl.web@gmail.com>
18509         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18510         encode all chars in abbrevs; otherwise use emacs-mule or
18511         utf-8-emacs.  (Bug#8308)
18513 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
18515         * simple.el (backward-delete-char-untabify):
18516         Avoid warning about using `delete-backward-char'.
18518         * image.el (image-type-file-name-regexps): Make it variable.
18519         `imagemagick-register-types' modifies it, and the user may want
18520         to add new extensions for known image types.
18521         (imagemagick-register-types): Throw error if not using ImageMagick.
18523 2011-03-22  Leo Liu  <sdl.web@gmail.com>
18525         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18526         located before rcirc-prompt-end-marker.
18527         (rcirc-complete): Error if point is not after rcirc prompt.
18528         Handle the case when table is nil.
18529         (rcirc-user-authenticated): Define to fix compiler warning.
18531 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
18533         * custom.el (custom--inhibit-theme-enable): Make it affect only
18534         custom-theme-set-variables and custom-theme-set-faces.
18535         (provide-theme): Ignore custom--inhibit-theme-enable.
18536         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18537         (custom-enabling-themes): Delete variable.
18538         (enable-theme): Accept only loaded themes as arguments.
18539         Ignore the special custom-enabled-themes variable.
18540         (custom-enabled-themes): Forbid themes from setting this.
18541         Eliminate use of custom-enabling-themes.
18542         (custom-push-theme): Quote "changed" custom var entry.
18544 2011-03-21  Leo Liu  <sdl.web@gmail.com>
18546         * ido.el (ido-read-internal): Add ido-selected to history instead
18547         of user input.
18549 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18551         * subr.el (deferred-action-list, deferred-action-function):
18552         Mark obsolete.
18554 2011-03-21  Leo Liu  <sdl.web@gmail.com>
18556         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
18557         change on 2011-02-13 (bug#8309).
18559         * minibuffer.el (read-file-name-function): Change default value.
18560         (read-file-name--defaults): Rename from read-file-name-defaults.
18561         (read-file-name-default): Rename from read-file-name.
18562         (read-file-name): Call read-file-name-function.
18564 2011-03-21  Glenn Morris  <rgm@gnu.org>
18566         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
18567         Doc fixes.
18569 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
18571         * cus-theme.el: Add missing provide statement.
18572         (customize-create-theme): Extract theme value correctly.
18573         (custom-theme-visit-theme): Autoload.
18574         (customize-create-theme): Prompt before inserting default faces.
18576 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
18578         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
18579         units and musical notes.
18581 2011-03-20  Leo Liu  <sdl.web@gmail.com>
18583         * ido.el (ido-read-internal): Use completing-read-default.
18584         (ido-completing-read): Fix compatibility with completing-read.
18586 2011-03-20  Christian Ohler  <ohler@gnu.org>
18588         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
18589         (ert-delete-all-tests): Use `called-interactively-p' rather than
18590         `interactive-p'.
18591         (ert--make-xrefs-region): Respect END.
18593 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
18595         * dired-aux.el (dired-create-directory): Signal an error if the
18596         directory already exists (Bug#8246).
18598         * facemenu.el (list-colors-display): Call list-faces-display
18599         inside with-help-window.
18600         (list-colors-print): Use display property to align the final
18601         column, instead of checking window-width.
18603 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
18605         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
18606         windows-nt systems.
18607         (emerge-protect-metachars): Quote correctly for ms-dos and
18608         windows-nt systems.
18610 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
18612         * info.el (info-initialize): Replace all uses of `:' with
18613         path-separator for compatibility with non-Unix systems.
18614         Cache quoting of path-separator.  (Bug#8258)
18616 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
18618         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
18619         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
18620         (mouse-avoidance-mode): Fix typos in docstrings.
18622 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
18624         * startup.el (package-subdirectory-regexp): Move from package.el.
18625         Omit \\` and \\', and let callers add them.
18627         * emacs-lisp/package.el (package-strip-version)
18628         (package-load-all-descriptors): Add \\` and \\' to
18629         package-subdirectory-regexp before using it.
18630         (package-untar-buffer): New arg DIR; ensure that file untars only
18631         into this expected directory.  Remove superfluous delete-region.
18632         (package-unpack): Caller changed.
18633         (package-tar-file-info): Use package-subdirectory-regexp.
18635 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18637         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
18638         diff-mode-shared-map (bug#8284).
18639         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
18641 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18643         * calendar/time-date.el (format-seconds): Use assoc instead of
18644         assoc-string, since assoc-string doesn't exist in XEmacs.
18646 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
18648         * custom.el (custom-known-themes): Reflow docstring.
18649         (custom-theme-load-path): Fix typo in docstring.
18650         (load-theme): Fix typo in error message.
18651         (custom-available-themes, custom-variable-theme-value):
18652         Use `let', not `let*'.
18654 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
18656         * calc/README: Mention inclusion of musical notes.
18658         * calc/calc-units.el (calc-lu-quant): Rename from
18659         `calc-logunits-quantity'.
18660         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
18661         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
18662         (calc-db): Rename from `calc-dblevel'.
18663         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
18664         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
18665         (calc-np): Rename from `calc-nplevel'.
18666         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
18667         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
18668         (calc-lu-plus): Rename from `calc-logunits-add'.
18669         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
18670         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
18671         (calc-lu-minus): Rename from `calc-logunits-sub'.
18672         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
18673         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
18674         (calc-lu-times): Rename from `calc-logunits-mul'.
18675         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
18676         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
18677         (calc-lu-divide): Rename from `calc-logunits-div'.
18678         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
18679         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
18681         * calc/calc-ext.el (calc-init-extensions): Update the names of the
18682         functions being autoloaded.
18684         * calc/calc.el (calc-lu-power-reference): Rename from
18685         `calc-logunits-power-reference'.
18686         (calc-lu-field-reference): Rename from
18687         `calc-logunits-field-reference'.
18689         * calc/calc-help.el (calc-l-prefix-help):
18690         Mention musical note functions.
18692 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18694         * minibuffer.el (completion-all-sorted-completions):
18695         Use :completion-cycle-penalty text property if present.
18697 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
18699         * allout.el (allout-yank-processing): Adjust for new rebulleting
18700         regime so bullet being yanked is used without prompting the user
18701         for a choice.
18703 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
18705         * startup.el (command-line): Warn the user that _emacs is deprecated.
18707 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
18709         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
18710         (delphi-verbose, delphi-comment-face, delphi-string-face)
18711         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
18712         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
18713         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
18714         (delphi-new-comment-line, delphi-font-lock-defaults)
18715         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
18716         Fix typos in docstrings.
18718 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
18720         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
18721         Invert the roles of character and string values for INSTEAD, so a
18722         string is used for the more common case of a defaulting prompt.
18724 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18726         * progmodes/ruby-mode.el (ruby-backward-sexp):
18727         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
18728         * play/gamegrid.el (gamegrid-make-face):
18729         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
18730         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
18731         * notifications.el (notifications-notify):
18732         * net/xesam.el (xesam-search-engines):
18733         * net/quickurl.el (quickurl-list-insert):
18734         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
18736 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
18738         * startup.el (command-line): Update package subdirectory regexp.
18740 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18742         * allout.el (allout-abbreviate-flattened-numbering)
18743         (allout-mode-deactivate-hook): Fix up obsolescence "date".
18745         * subr.el (read-char-choice): Only show the cursor after the prompt,
18746         not after the answer.
18748 2011-03-15  Kevin Ryde  <user42@zip.com.au>
18750         * help-fns.el (variable-at-point): Skip leading quotes, if any
18751         (bug#8253).
18753 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18755         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
18756         warning message.
18758 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
18760         * shell.el (shell): When called interactively, offer to change the
18761         shell file name on remote hosts.
18763 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
18765         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
18766         integration for LDAP parameters.  The host, base, user or binddn,
18767         and secret tokens can be specified in a netrc file, for instance.
18768         This is optional because an `auth-source' parameter must be
18769         specified in the search attributes.
18771 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
18773         * help.el (describe-mode): Link to the mode's definition (bug#8185).
18775 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18777         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
18778         into declaration.  Remove redundant and harmful binding.
18780 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
18782         * files.el (file-ownership-preserved-p): Pass `integer' as an
18783         explicit 2nd argument to `file-attributes'.  If the file's owner
18784         is the Administrators group on Windows, and the current user is
18785         Administrator, consider that a match.
18787         * server.el (server-ensure-safe-dir): Consider server directory
18788         safe on MS-Windows if its owner is the Administrators group while
18789         the current Emacs user is Administrator.  Use `=' to compare
18790         numerical UIDs, since they could be integers or floats.
18792 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
18794         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
18796 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
18798         Sync with Tramp 2.2.1.
18800         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
18802         * net/trampver.el: Update release number.
18804 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18806         * progmodes/compile.el (compilation--previous-directory): Fix up
18807         various nil/dead-marker mismatches (bug#8014).
18808         (compilation-directory-properties, compilation-error-properties):
18809         Don't call it at a position past the one we're about to change.
18811         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
18812         Disable obsolescence warnings in the file that declares it.
18814 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
18816         * allout-widgets.el (allout-widgets-tally):
18817         Initialize allout-widgets-tally as a hash table rather than nil to
18818         prevent mode-line redisplay warnings.  Also, clarify the module
18819         description and fix a comment typo.
18821 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
18823         * help-fns.el (describe-variable): Don't complete keywords.
18824         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
18826 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
18828         * emacs-lisp/package.el (package-version-join): Impose a standard
18829         string representation for pre/alpha/beta version lists.
18830         (package-unpack-single): Standardize the directory name by passing
18831         it through package-version-join.
18832         (package-strip-rcs-id): Accept any version string that does not
18833         signal an error in version-to-list.
18835 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
18837         * simple.el (delete-trailing-whitespace): Return nil for the
18838         benefit of `write-file-functions'.
18840 2011-03-10  Glenn Morris  <rgm@gnu.org>
18842         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
18844         * vc/vc-git.el (vc-git-program): New option.
18845         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
18846         (vc-git--call): Use it.
18848         * eshell/esh-util.el (eshell-condition-case): Doc fix.
18850         * cus-edit.el (Custom-newline): If no button at point, look
18851         for a subgroup button at start-of-line.  (Bug#2298)
18853         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
18855 2011-03-10  Julien Danjou  <julien@danjou.info>
18857         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
18858         `cursor-type' is nil.
18860 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
18862         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
18864 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
18866         * allout.el: Change so yank of distinctive-bullet items
18867         preserves the existing header prefix, rebulleting it if necessary,
18868         rather than replacing it.  This is necessary for proper operation
18869         of cooperative addons like allout-widgets.
18870         (allout-make-topic-prefix, allout-rebullet-heading):
18871         Change SOLICIT arg to INSTEAD, and interpret additionally a string
18872         value as alternate bullet to be used, instead of prompting the user
18873         for a bullet character.
18875 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
18877         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18878         Do not use `tramp-file-name-port', because this returns also
18879         `tramp-default-port'.
18881 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
18883         * net/rcirc.el (rcirc-handler-001): Remove useless
18884         with-rcirc-process-buffer.
18885         (rcirc-check-auth-status): Swap arguments to string-match.
18887 2011-03-09  Glenn Morris  <rgm@gnu.org>
18889         * shell.el (shell-mode):
18890         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
18892         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
18893         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
18895 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
18897         * emacs-lisp/package.el (package-refresh-contents)
18898         (package-menu-execute): Use condition-case-no-debug.
18900 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
18902         * simple.el (shell-command-to-string): Use `process-file'.
18904         * emacs-lisp/package.el (package-tar-file-info): Handle also
18905         remote files.
18907         * emacs-lisp/package-x.el (package-upload-buffer-internal):
18908         Use `equal' for upload base check.
18910 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
18912         * textmodes/texinfo.el (texinfo-environments):
18913         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
18915 2011-03-08  Glenn Morris  <rgm@gnu.org>
18917         * cus-start.el (cursor-in-non-selected-windows):
18918         Fix :set quoting oddness.  (Bug#8192)
18920         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
18921         in some setf expressions.  (Bug#2159)
18923 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
18925         * custom.el (custom-available-themes): Return themes in
18926         alphabetical order.
18928 See ChangeLog.15 for earlier changes.
18930 ;; Local Variables:
18931 ;; coding: utf-8
18932 ;; End:
18934   Copyright (C) 2011-2012  Free Software Foundation, Inc.
18936   This file is part of GNU Emacs.
18938   GNU Emacs is free software: you can redistribute it and/or modify
18939   it under the terms of the GNU General Public License as published by
18940   the Free Software Foundation, either version 3 of the License, or
18941   (at your option) any later version.
18943   GNU Emacs is distributed in the hope that it will be useful,
18944   but WITHOUT ANY WARRANTY; without even the implied warranty of
18945   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18946   GNU General Public License for more details.
18948   You should have received a copy of the GNU General Public License
18949   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.