Rename cygwin_convert_path* to cygwin_convert_file_name*
[emacs.git] / lisp / ChangeLog
blob26b4e6bb8c759e108458c9ad9b79a99614290984
1 2012-11-19  Daniel Colascione  <dancol@dancol.org>
3         * term/w32-win.el (cygwin-convert-path-from-windows): Accomodate
4         rename of cygwin_convert_path* to cygwin_convert_file_name*.
6 2012-11-18  Chong Yidong  <cyd@gnu.org>
8         * filecache.el (file-cache--read-list): New function.
9         (file-cache-add-directory-list, file-cache-add-file-list)
10         (file-cache-delete-file-list, file-cache-delete-directory-list):
11         Use it to read a list of files or directories (Bug#12846).
12         (file-cache-add-file, file-cache-add-directory)
13         (file-cache-delete-file-list, file-cache-delete-file-regexp)
14         (file-cache-delete-directory): Print an message.
16 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
18         * calc/calc-forms.el (math-date-to-dt): Use integer date when
19         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
21 2012-11-18  Glenn Morris  <rgm@gnu.org>
23         * image.el (insert-image, insert-sliced-image): Doc fix.
25 2012-11-18  Chong Yidong  <cyd@gnu.org>
27         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
28         (Bug#12810).
30 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
32         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
33         response when the target file is in a subdirectory (Bug#12757).
35 2012-11-18  Chong Yidong  <cyd@gnu.org>
37         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
39 2012-11-18  Glenn Morris  <rgm@gnu.org>
41         * emacs-lisp/cl-lib.el (face-underline-p):
42         Use set-face-underline rather than the alias set-face-underline-p.
44         * window.el (with-temp-buffer-window): Doc fix.
45         * subr.el (with-output-to-temp-buffer):
46         Add doc xref to with-temp-buffer-window.
48 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
50         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
51         * calc/calc.el (math-format-date-cache): Declare.
53 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55         * calc/calc-forms.el (math-julian-date-beginning)
56         (math-julian-date-beginning-int): Implement [new date numbering].
58 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
60         * descr-text.el (quail-find-key):
61         * dired.el (desktop-file-name):
62         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
63         * generic-x.el (comint-mode, comint-exec):
64         * image-dired.el (widget-forward):
65         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
66         (speedbar-change-expand-button-char)
67         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
68         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
69         * printing.el (easy-menu-add-item, easy-menu-remove-item)
70         (widget-field-action, widget-value-set):
71         * speedbar.el (imenu--make-index-alist):
72         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
73         (ring-length, ring-insert):
74         * vcursor.el (compare-windows-skip-whitespace):
75         * woman.el (dired-get-filename):
76         Declare functions.
78         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
80 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
82         * calc/calc.el (calc-gregorian-switch): New variable.
84         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
85         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
86         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
87         (math-leap-year-p): Add option to distinguish between Julian
88         and Gregorian calendars.
89         (math-day-number): Use `math-day-in-year' to do the computations.
90         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
91         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
92         to do the computations.
93         (math-date-to-dt): Use `math-date-to-julian-dt' and
94         `math-date-to-gregorian-dt' to do the computations.
95         (calcFunc-weekday, math-format-date-part): Use the new version of
96         the DATE to determine the weekday.
97         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
98         when necessary.
100 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
102         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
103         Cygwin; otherwise use 'file:'.  (Bug#12914)
104         (cygwin-convert-path-from-windows): Declare, to avoid
105         byte-compiler warnings.
107 2012-11-17  Andreas Politz  <politza@fh-trier.de>
109         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
110         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
111         prefix and negative numeric prefix args (Bug#12795).
113 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
115         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
116         Don't signal an error with a score that is too low to add to the
117         list of top scores. (Bug#12779)
119 2012-11-17  Chong Yidong  <cyd@gnu.org>
121         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
123         * filecache.el (file-cache-add-file): Handle relative file name in
124         the argument (Bug#12694).
126 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
128         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
130 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
134         * emacs-lisp/cl-lib.el: Set more meaningful version number.
136 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
138         * window.el (enlarge-window, shrink-window): Don't mention return
139         value in doc-string (Bug#12896).
140         (window--display-buffer): Don't resize frames - it won't work
141         with all window managers and defeat pop-up-frame-alist.
142         (display-buffer-alist): In doc-string explain that CONDITION can
143         be a function and which arguments are passed to it (Bug#12854).
144         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
145         expressions (Bug#12854).
146         (display-buffer): Pass ACTION argument to
147         display-buffer-assq-regexp.
149 2012-11-16  Glenn Morris  <rgm@gnu.org>
151         * window.el (fit-frame-to-buffer-bottom-margin)
152         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
154         * faces.el (face-underline-p): Use face-attribute-specified-or.
156 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
158         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
160 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
164 2012-11-16  Glenn Morris  <rgm@gnu.org>
166         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
167         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
169         * faces.el (face-underline-p): Doc fix.  Handle :underline being
170         things other than `t' (a string, a list).
171         (face-inverse-video-p): Doc fix.
172         (set-face-underline): Rename it back from set-face-underline-p.
173         Doc fix.  Allow interactive input of values other than t.
174         (read-face-attribute): Apply formatting to :underline,
175         since like :box and :stipple it can take list values.
177         * term.el (ansi-term): Don't let C-x escape-char binding
178         clobber the more standard C-c binding.  (Bug#12842)
180         * subr.el (set-temporary-overlay-map): Doc fix.
182 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
184         * window.el (record-window-buffer)
185         (display-buffer-record-window): When copying the markers to
186         window-point preserve window-point-insertion-type. (Bug#12588)
188 2012-11-16  Glenn Morris  <rgm@gnu.org>
190         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
191         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
192         Use new names for hooks rather than obsolete aliases.
194 2012-11-15  Daniel Colascione  <dancol@dancol.org>
196         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
197         prefix instead of "file:" so that when FILE-NAME begins with "//",
198         as it does when the target file is on a network share, url-handler
199         isn't confused.
201 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
204         a preactivated advice from an old advice.el; they're not compatible!
206 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
208         * emacs-lisp/nadvice.el (advice--make-interactive-form):
209         Fix string-spec case.
211         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
213 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
216         (advice--buffer-local-function-sample): New var.
217         (advice--set-buffer-local, advice--buffer-local): New functions.
218         (add-function, remove-function): Use them.
220 2012-11-15  Drew Adams  <drew.adams@oracle.com>
222         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
224 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
227         potential binding of print-gensym to t, and prettify (back)quotes in
228         case they appear in args's default values (bug#12884).
230 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
232         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
233         (advice-eval-interactive-spec): New function.
234         (advice--make-interactive-form): Support around advice (bug#12844).
236 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
238         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
239         more strict.  Add docstring.
240         (ruby-expression-expansion-re): Extract from
241         `ruby-match-expression-expansion'.
242         (ruby-syntax-propertize-function): After everything else, search
243         for expansions in string literals, mark their insides as
244         whitespace syntax and save match data for font-lock.
245         (ruby-font-lock-keywords): Use the 2nd group from expression
246         expansion matches.
247         (ruby-match-expression-expansion): Use the match data saved to the
248         text property in ruby-syntax-propertize-function.
250 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
253         (bug#12879).
255 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
257         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
258         start/end keyword a bit harder.  Works with different values of N.
259         Add more comments.
260         (ruby-end-of-block): Update accordingly.
262 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * woman.el (woman-file-name): Don't mess with unread-command-events
265         (bug#12861).
267         * emacs-lisp/advice.el: Layer on top of nadvice.el.
268         Remove out of date self-require hack.
269         (ad-do-advised-functions): Use simple `dolist'.
270         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
271         (ad-advice-definition): Redefine as functions.
272         (ad-advice-classes): Move before first use.
273         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
274         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
275         (ad--defalias-fset): Remove functions.
276         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
277         (ad-get-orig-definition): Rewrite.
278         (ad-make-advised-definition-docstring): Change base docstring.
279         (ad-real-orig-definition): Rewrite.
280         (ad-map-arglists): Change name of called function.
281         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
282         (ad-make-advised-definition): Simplify.
283         (ad-assemble-advised-definition): Tweak for new calling context.
284         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
285         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
286         function and call ad-activate if needed.
287         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
288         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
289         (ad-compile-function): Compile ad-Advice-*.
290         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
291         (ad-start-advice, ad-stop-advice): Remove.
293 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
295         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
296         period before class method names, not after.  Remove handling of
297         one impossible case.  Add comments.
299 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * emacs-lisp/advice.el: Remove support for freezing.
302         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
303         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
304         Remove support for `freeze'.
306         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
307         override the default.
308         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
309         cl--dotimes/dolist.
310         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
311         `cl' is loaded.
313         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
314         from add-advice.
315         (advice--strip-macro): New function.
316         (advice--defalias-fset): Use them to handle macros.
317         (advice-add): Use them.
318         (advice-member-p): Correctly handle macros.
320 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
322         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
323         Never font-lock the beginning of singleton class as heredoc.
325 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
327         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
329 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
331         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
332         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
333         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
335 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
337         Fix end-of-defun misbehavior.
338         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
339         python-beginning-of-defun-function.  Handle nested defuns
340         correctly.
341         (python-nav-end-of-defun): Rename from
342         python-end-of-defun-function.  Ensure forward movement.
343         (python-info-current-defun): Reimplement to work as intended
344         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
345         parent defuns as soon as possible.
347 2012-11-13  Glenn Morris  <rgm@gnu.org>
349         * progmodes/flymake.el (flymake-error-bitmap)
350         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
351         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
353 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
355         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
356         backward, always stop at indentation.  Reverts the change from
357         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
359 2012-11-13  Glenn Morris  <rgm@gnu.org>
361         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
362         Add ibuffer-filter-by-derived-mode.
364         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
365         the same name shadowing each other.
367         * window.el (with-temp-buffer-window): Doc tweak.
369         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
371         * help.el (temp-buffer-max-height):
372         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
373         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
375 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * emacs-lisp/nadvice.el: New package.
378         * subr.el (special-form-p): New function.
379         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
380         (elp-all-instrumented-list): Remove var.
381         (elp-not-profilable): Remove elp-wrapper.
382         (elp-profilable-p): Use autoloadp and special-form-p.
383         (elp--advice-name): New const.
384         (elp-instrument-function): Use advice-add.
385         (elp--instrumented-p): New predicate.
386         (elp-restore-function): Use advice-remove.
387         (elp-restore-all, elp-reset-all): Use mapatoms.
388         (elp-set-master): Use elp--instrumented-p.
389         (elp--make-wrapper): Rename from elp-wrapper, return a function
390         suitable for advice-add.  Use cl-inf.
391         (elp-results): Use mapatoms+elp--instrumented-p.
392         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
393         (debug-function-list): Remove var.
394         (debug): Rename arg, and then let-bind it explicitly inside.
395         (debugger-setup-buffer): Rename arg.
396         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
397         (debugger-frame-number): Adjust to new debug-on-entry setup.
398         (debug--implement-debug-on-entry): Rename from
399         implement-debug-on-entry, add argument.
400         (debugger-special-form-p): Remove, use special-form-p instead.
401         (debug-on-entry): Use advice-add.
402         (debug--function-list): New function.
403         (cancel-debug-on-entry): Use it, along with advice-remove.
404         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
405         (debugger-list-functions): Use debug--function-list instead of
406         debug-function-list.
407         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
408         (ad-special-form-p): Remove, use special-form-p instead.
409         (ad-set-advice-info): Use add-function and remove-function.
410         (ad--defalias-fset): Adjust accordingly.
412 2012-11-10  Glenn Morris  <rgm@gnu.org>
414         * mail/emacsbug.el (report-emacs-bug-tracker-url)
415         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
416         (report-emacs-bug-create-existing-bugs-buffer)
417         (report-emacs-bug-parse-query-results)
418         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
420         * term.el (term-default-fg-color, term-default-bg-color):
421         Make obsolete, rather than just saying "deprecated" in the doc.
423         * term.el (term): Rename from `term-face'.
424         (term-current-face, ansi-term-color-vector)
425         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
426         Update all users.
428 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
430         * server.el (server-create-window-system-frame): Handle Nextstep
431         specially (Bug#12780).
433 2012-11-10  Glenn Morris  <rgm@gnu.org>
435         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
436         Unautoload, and make obsolete.  (Bug#7449)
438 2012-11-10  Chong Yidong  <cyd@gnu.org>
440         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
441         rename from diff-remove-trailing-whitespace (Bug#12831).
443 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
446         miscompilation of trace.el.
448 2012-11-10  Glenn Morris  <rgm@gnu.org>
450         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
452 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
455         (bug#12812).
457 2012-11-10  Chong Yidong  <cyd@gnu.org>
459         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
460         a defcustom with an appropriate :set function.
461         (minibuffer-default--in-prompt-regexps): New function.
463 2012-11-10  Glenn Morris  <rgm@gnu.org>
465         * emacs-lisp/cl.el (define-setf-expander, defsetf)
466         (define-modify-macro): Doc fixes.
468         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
469         (gv-define-simple-setter): Update doc of `fix-return'.
471 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
474         twice when `fix-return' is set (bug#12813).
476         * emacs-lisp/cl.el (defsetf): Pass the third arg to
477         gv-define-simple-setter (bug#12812).
479         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
480         (bug#12756).
482 2012-11-10  Glenn Morris  <rgm@gnu.org>
484         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
486         * emacs-lisp/cl-extra.el (cl-prettyexpand):
487         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
488         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
489         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
491         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
493 2012-11-10  Leo Liu  <sdl.web@gmail.com>
495         * ido.el (ido-set-matches-1): Improve flex matching performance by
496         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
498 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
501         (ad--defalias-fset): New function.
502         (ad-safe-fset): Remove.
503         (ad-make-freeze-definition): Use cl-letf*.
505 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * subr.el (dolist): Don't bind VAR in RESULT.
509         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
510         (fset, documentation): Don't save real def since we don't advise.
511         (ad-do-advised-functions): Remove problematic `result-form'.
512         (ad-safe-fset): `ad-real-fset' => `fset'.
513         (ad-read-advised-function): Don't assume that ad-do-advised-functions
514         uses CL's dolist internally.
515         (ad-arglist): Remove unused arg `name'.
516         (ad-docstring, ad-make-advised-docstring):
517         `ad-real-documentation' => `documentation'.
518         (warning-suppress-types): Declare.
519         (ad-set-arguments): Simple CSE.
520         (ad-recover-normality): Sanity check.
522         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
523         (funcall '(lambda ..) ..) into ((lambda ..) ..).
525 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
527         * ses.el: symbol to coordinate mapping is made by symbol property
528         `ses-cell'.  This means that the same mapping is done for all SES
529         sheets.  That is good enough for cells with standard A1 names, but
530         not for named cell.  So a hash map is added for the latter.
531         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
532         (ses-sym-rowcol): Use hashmap for named cell.
533         (ses-is-cell-sym-p): New defun.
534         (ses-decode-cell-symbol): New defun.
535         (ses-create-cell-variable): Add cell to hashmap when name is not
536         A1-like.
537         (ses-rename-cell): Check that cell new name is not already in
538         spreadsheet with the use of ses-is-cell-sym-p
539         (ses-rename-cell): Use hash map for named cells, but accept also
540         renaming back to A1-like.
542 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * emacs-lisp/advice.el: Use new dynamic docstrings.
545         (ad-make-advised-definition-docstring, ad-advised-definition-p):
546         Use dynamic-docstring-function instead of ad-advice-info.
547         (ad--make-advised-docstring): New function extracted from
548         ad-make-advised-docstring.
549         (ad-make-advised-docstring): Use it.
550         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
551         from sql-help.
552         (sql-help): Use it with dynamic-docstring-function.
554         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
556 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * files.el (hack-one-local-variable--obsolete): New function.
559         (hack-one-local-variable): Use it for obsolete settings.
561         * subr.el (locate-user-emacs-file): If both old and new name exist, use
562         the new name.
564         * progmodes/js.el (js--filling-paragraph): New var.
565         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
566         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
567         less sneaky.
569 2012-11-08  Julien Danjou  <julien@danjou.info>
571         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
572         `auto-mode-alist' (Bug#12835).
574 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
576         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
577         (perl--prettify-symbols-alist): New const.
578         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
579         New functions.
580         (perl-font-lock-keywords-2): Use them.
581         (perl-electric-noindent-p): New function.
582         (perl-mode): Use it to set up electric-indent-mode.
583         (perl-electric-terminator, perl-indent-command): Mark obsolete.
584         (perl-mode-map): Remove bindings for them.
585         (perl-imenu-generic-expression, perl-outline-level):
586         Match functions&packages in column>0.
588         * env.el (env--substitute-vars-regexp): New const.
589         (substitute-env-vars): Use it.  Add `only-defined' arg.
590         * net/tramp.el (tramp-replace-environment-variables): Use it.
592         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
593         Byte-compile *before* eval in eval-and-compile.
594         (byte-compile-log-warning): Remove redundant inhibit-read-only.
595         (byte-compile-file-form-autoload): Don't hide actual definition.
596         (byte-compile-maybe-guarded): Accept `functionp' as well.
598         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
600 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
602         * notifications.el (notifications-get-server-information-method):
603         New defconst.
604         (notifications-get-capabilities): Fix docstring.
605         (notifications-get-server-information): New defun.
607 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
609         * textmodes/ispell.el (ispell-region): Standard re-indent for better
610         readability.
612         * textmodes/ispell.el: Experimental support for support debugging.
613         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
614         buffer for ispell.
615         (ispell-print-if-debug): New function to print stuff to
616         `ispell-debug-buffer' if debugging is enabled.
617         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
618         show some debugging info.
619         (ispell-buffer-with-debug): New function that creates a debugging
620         buffer and calls `ispell-buffer' with debugging enabled.
622         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
623         comment in autoconf mode. (Bug#12768)
625 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
627         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
628         frame-first-window, frame-root-window, frame-selected-window,
629         minibuffer-selected-window, minibuffer-window,
630         window-absolute-pixel-edges, window-at, window-body-height,
631         window-body-width, window-display-table, window-combination-limit,
632         window-frame, window-fringes, window-inside-absolute-pixel-edges,
633         window-inside-edges, window-inside-pixel-edges, window-left-child,
634         window-left-column, window-margins, window-next-buffers,
635         window-next-sibling, window-new-normal, window-new-total,
636         window-normal-size, window-parameter, window-parameters, window-parent,
637         window-pixel-edges, window-point, window-prev-buffers,
638         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
639         window-start, window-text-height, window-top-child, window-top-line,
640         window-total-height, window-total-width and window-use-time to the list
641         of functions without side-effects.
642         (toplevel): Add window-valid-p to the list of error-free functions
643         without side-effects.
645 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
647         * textmodes/ispell.el (ispell-program-name):
648         Update spellchecker parameters when customized.
650 2012-11-04  Glenn Morris  <rgm@gnu.org>
652         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
654 2012-11-04  Chong Yidong  <cyd@gnu.org>
656         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
657         same-window-* variables.
659 2012-11-04  Juri Linkov  <juri@jurta.org>
661         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
662         (isearch-describe-key, isearch-describe-mode): Use a display
663         action instead of binding same-window-* variables (Bug#10040).
665 2012-11-03  Glenn Morris  <rgm@gnu.org>
667         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
668         Rename handler properties back from cl-- to cl-.  (Bug#12788)
670         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
672 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
674         * term/pc-win.el: Don't load term/internal from here.
676         * loadup.el: Load term/internal from here.
678 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
680         * progmodes/python.el (inferior-python-mode): Fix hang in
681         jit-lock (Bug#12645).
683 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
685         * window.el (switch-to-visible-buffer)
686         (switch-to-buffer-preserve-window-point): Fix doc-strings.
688 2012-11-03  Glenn Morris  <rgm@gnu.org>
690         * emacs-lisp/cl-lib.el (cl--random-time):
691         Rename from cl-random-time.  (Bug#12773)
692         (cl--gensym-counter, cl--random-state): Update callers.
693         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
695 2012-11-03  Chong Yidong  <cyd@gnu.org>
697         * cus-start.el: Make cursor-type customizable (Bug#11633).
699 2012-11-02  Glenn Morris  <rgm@gnu.org>
701         * filecache.el: No need to load find-lisp when compiling.
702         (find-lisp-find-files): Autoload it.
703         (file-cache-add-directory-recursively): Don't require find-lisp.
705         * image.el (image-type-from-file-name): Trivial simplification.
707         * emacs-lisp/bytecomp.el (byte-compile-eval):
708         Decouple "noruntime" and "cl-functions" warnings.
710 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
712         * play/gomoku.el (gomoku-display-statistics): Update mode line
713         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
715 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
717         * window.el (quit-restore-window): If the window has been
718         created on an existing frame and ended up as the sole window on
719         that frame, do not delete it (Bug#12764).
721 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
723         * progmodes/sh-script.el (sh--inside-noncommand-expression):
724         Rename from sh--inside-arithmetic-expression, handle more cases
725         (bug#11263).
727         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
728         (sh-font-lock-open-heredoc): Use it (bug#12770).
730 2012-10-30  Glenn Morris  <rgm@gnu.org>
732         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
734         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
736 2012-10-29  Chong Yidong  <cyd@gnu.org>
738         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
739         function key is stored in a keyboard macro (Bug#4894).
741         * thingatpt.el (number-at-point): Apply a thing-at-point property.
743 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
746         header comments".
747         (diff-unified->context, diff-context->unified)
748         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
750         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
752         * files.el (find-alternate-file): Only ask one question (bug#12487).
754 2012-10-29  Chong Yidong  <cyd@gnu.org>
756         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
757         Suggested by Dan Nicolaescu (Bug#6326).
759         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
761         * startup.el (fancy-about-screen): Don't message (Bug#12680).
763         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
765         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
767         * face-remap.el (face-remap-add-relative): Handle the case where a
768         face-remapping-alist entry is a cons cell (Bug#12762).
770 2012-10-29  Kevin Ryde  <user42@zip.com.au>
772         * woman.el (woman-parse-numeric-value): Handle picas correctly
773         (Bug#12639).
775 2012-10-29  Glenn Morris  <rgm@gnu.org>
777         * emacs-lisp/cl.el (defsetf): Doc fix.
779 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
782         syntax to the matching opener, if any (bug#12547).
783         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
784         matching open as a "case-(".
785         (sh-smie-rc-grammar): Add a corresponding rule for it.
787 2012-10-28  Daniel Hackney  <dan@haxney.org>
789         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
790         "PKGNAME-autoloads.el" in case we created it.
792 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
794         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
795         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
796         (completion--twq-all): Disable too-strict assertions.
798         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
800 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
802         * profiler.el (profiler-report-make-entry-part): Fix help-echo
803         text to match the real keybindings.
805 2012-10-27  Juri Linkov  <juri@jurta.org>
807         * wdired.el (wdired-keep-marker-rename): New defcustom.
808         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
809         (Bug#11795)
811         * dired.el (dired-keep-marker-rename): Add reference to
812         `wdired-keep-marker-rename' in the docstring.
813         Add default character value ?R to display initially in
814         Customization UI instead of ?@.
816 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
818         * window.el (display-buffer): In doc-string describe
819         window-height and window-width alist entries.
821         * time.el (display-time-world): Restore fit-window-to-buffer
822         behavior.
824 2012-10-27  Chong Yidong  <cyd@gnu.org>
826         * subr.el (insert-buffer-substring-as-yank): Doc fix.
828 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
830         * minibuffer.el (completion-category-overrides): New completion
831         category `bookmark' (bug#11131).
833 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * emacs-lisp/advice.el (ad-assemble-advised-definition):
836         Silence bogus compiler warnings for ad-do-it.
838         * bookmark.el (bookmark-completing-read): Set the completion category
839         to `bookmark' (bug#11131).
841 2012-10-26  Bastien  <bzg@altern.org>
842             Stefan Monnier  <monnier@iro.umontreal.ca>
844         * face-remap.el: Use lexical-binding.
845         (text-scale-adjust): Improve docstring.  Use itself for the temporary
846         overlay-map bindings, so as to repeat the "Use..." message each time.
848 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * emacs-lisp/macroexp.el (macroexp--expand-all):
851         Obey byte-compile-warning-enabled-p (bug#12486).
853         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
854         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
856 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
858         * mouse.el (mouse-drag-line): Move last form into preceding when
859         clause (Bug#12731).
861         * help.el (resize-temp-buffer-window): Fix doc-string.
863 2012-10-25  David Engster  <deng@randomsample.de>
865         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
866         Remove.  This feature is already integrated in imenu.
868         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
869         always loaded.  Require `speedbar' unconditionally.
871 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
875         * minibuffer.el (minibuffer-force-complete): Fix thinko.
877         * net/ldap.el (ldap-search-internal): The official ldif format starts
878         with a "version: 1" header (bug#12724).
880         * emacs-lisp/package.el (package-installed-p): Warn if not ready
881         (bug#12721).
883 2012-10-25  Glenn Morris  <rgm@gnu.org>
885         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
887 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
889         * minibuffer.el (minibuffer-force-complete): Use one more marker
890         for the temporary-overlay-map command (bug#12619).
892 2012-10-24  Chong Yidong  <cyd@gnu.org>
894         * time.el (display-time-world-mode): Derive from special-mode.
895         (display-time-world): Use display-buffer (Bug#12708).
896         (display-time-world-mode-map): Variable deleted.
897         (display-time-world-display): Wrap the final delete-char inside
898         inhibit-read-only.
900 2012-10-24  Chong Yidong  <cyd@gnu.org>
902         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
903         Doc fix.
905         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
907 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * minibuffer.el (completion--all-sorted-completions-location): New var.
910         (completion--cache-all-sorted-completions)
911         (completion--flush-all-sorted-completions): Use it.
912         (completion-in-region, completion-in-region--postch)
913         (completion-at-point, completion-help-at-point): Use markers in
914         completion-in-region--data (bug#12619).
916 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
918         * progmodes/compile.el (compilation-start): Try to handle common
919         quoting of `cd' argument (bug#12640).
921         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
922         (bug#12671).
924 2012-10-23  Glenn Morris  <rgm@gnu.org>
926         * progmodes/gud.el (gud-menu-map):
927         Check gdb-active-process is bound.  (Bug#12358)
929 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * repeat.el (repeat): Set real-this-command (bug#12232).
933         * htmlfontify.el (hfy-post-html-hook):
934         * filesets.el (filesets-cache-fill-content-hook):
935         * arc-mode.el (archive-extract-hook):
936         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
937         * net/rcirc.el (rcirc-sentinel-functions)
938         (rcirc-receive-message-functions, rcirc-activity-functions)
939         (rcirc-print-functions):
940         * net/dbus.el (dbus-event-error-functions):
941         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
942         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
943         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
944         * term/sun.el (sun-raw-prefix-hooks):
945         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
947 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
949         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
950         Set `tramp-chunksize' to 1.  This improves the performance.
951         (tramp-smb-wait-for-output): Add timeout to
952         `tramp-accept-process-output' calls.
954 2012-10-23  Chong Yidong  <cyd@gnu.org>
956         * faces.el (font-list-limit): Define as an obsolete variable.
958         * startup.el (command-line):
959         * cus-start.el: Don't refer to font-list-limit.
961         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
963 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * subr.el (internal-temp-output-buffer-show): Rename from
966         temp-output-buffer-show, since previously compiled files expect this name.
968 2012-10-23  Glenn Morris  <rgm@gnu.org>
970         * image.el (image-type-from-file-name): If multiple types match,
971         return the first one that is supported.  (Bug#9045)
973 2012-10-22  Glenn Morris  <rgm@gnu.org>
975         * image.el (imagemagick-enabled-types): Doc fix.
977 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
979         * progmodes/which-func.el (which-func-current): The hash-table may have
980         an explicit nil (bug#12338).
982 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * electric.el (electric-pair-delete-selection-self-insert-function):
985         Rename to electric-pair-will-use-region, return a boolean.
986         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
988         * delsel.el (delete-selection-helper): Use a function instead of a hook.
989         (delete-selection-pre-hook): Use use-region-p.
990         (delete-selection-self-insert-function): Remove.
991         (self-insert-command): Obey self-insert-uses-region-functions.
992         (self-insert-iso): Revert to previous setting, since we don't actually
993         know what that command does.
994         (delete-selection-self-insert-hooks): Remove.
996 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
998         * delsel.el (delete-selection-helper): New function, extracted from
999         delete-selection-pre-hook.
1000         (delete-selection-pre-hook): Use it.
1001         (delete-selection-self-insert-function): New function.
1002         (delete-selection-self-insert-hooks): New hook.
1003         (self-insert-command, self-insert-iso): Use it.
1004         * electric.el (electric-pair-syntax): New function, extracted from
1005         electric-pair-post-self-insert-function.
1006         (electric-pair-post-self-insert-function): Use it.
1007         (electric-pair-delete-selection-self-insert-function): New function.
1008         (electric-pair-mode): Require delsel and setup
1009         delete-selection-self-insert-hooks (bug#11520).
1011 2012-10-20  Chong Yidong  <cyd@gnu.org>
1013         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1014         no changes to show (Bug#12586).
1016         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1017         list explicitly (Bug#12571).
1019 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
1021         * progmodes/flymake.el (flymake-create-temp-inplace):
1022         Use file-truename.
1024 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
1026         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
1028 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
1030         * calc/calc-units.el (math-extract-units): Properly extract powers
1031         of units.
1033 2012-10-20  Daniel Colascione  <dancol@dancol.org>
1035         * frame.el (make-frame): Set x-display-name as we used to in order
1036         to unbreak creating an X11 frame from an Emacs daemon started
1037         without a display.
1039 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * minibuffer.el (minibuffer-force-complete): Make the next completion use
1042         the same completion-field (bug#12221).
1044 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
1046         * emacs-lisp/debug.el (debug): Record height of debugger window
1047         also when debugger will be back (Bug#8789).
1049 2012-10-18  Chong Yidong  <cyd@gnu.org>
1051         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1052         Convert to defcustom.
1053         (gdb-get-source-file): Don't bind pop-up-windows.
1055         * progmodes/gud.el (gud-display-line): Don't specially re-use
1056         other frames for the gdb-mi case (Bug#12648).
1058 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1060         * emacs-lisp/advice.el: Clean up commentary a bit.
1061         (ad-do-advised-functions, ad-with-originals): Use `declare'.
1062         (byte-code-function-p): Never redefine.
1064         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1066 2012-10-18  Glenn Morris  <rgm@gnu.org>
1068         * dired.el (dired-sort-toggle): Some ls implementations only allow
1069         a single option string.  (Bug#12666)
1071         * minibuffer.el (completion-cycle-threshold): Doc fix.
1073 2012-10-17  Kenichi Handa  <handa@gnu.org>
1075         * international/mule.el (set-keyboard-coding-system):
1076         Recover input meta mode when the new coding system doesn not use 8-bit.
1077         Supply TERMINAL arg to set-input-meta-mode.
1079 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
1081         * wdired.el (wdired-old-marks): New variable.
1082         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1083         (wdired-do-renames): Move point with renamed file and don't lose
1084         mark status (Bug#11795).
1086 2012-10-16  Juri Linkov  <juri@jurta.org>
1088         * replace.el (query-replace-help): Mention multi-buffer replacement
1089         keys in the Help message.  (Bug#12655)
1091 2012-10-15  Chong Yidong  <cyd@gnu.org>
1093         * emacs-lisp/byte-run.el (defsubst): Doc fix.
1095 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1097         * window.el (display-buffer): Doc fix.
1099         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1100         Adjust the msft regexp to the output of Studio 2010, and move msft
1101         before edg-1.  See the discussion on emacs-devel,
1102         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1103         for the details.
1105 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1108         (oset): Move uses of object-class-fast macro after its definition.
1110         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1112 2012-10-13  Chong Yidong  <cyd@gnu.org>
1114         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1115         enabled, re-enable it (Bug#11963).
1117 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
1119         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1120         non-nil, restore window configuration (Bug#12623).
1122 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * help-fns.el (describe-variable, describe-function-1):
1125         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1127         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1129 2012-10-12  Glenn Morris  <rgm@gnu.org>
1131         * mail/rmailsum.el (rmail-header-summary):
1132         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
1134 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
1136         * progmodes/python.el (python-mode-map):
1137         Replace subtitute-key-definition with proper command remapping.
1138         (python-nav--up-list): Fix behavior for blocks on the same level.
1140 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1144         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1145         changes to the format of load-history.
1147         * international/mule-cmds.el (read-char-by-name): Move let-binding of
1148         completion-ignore-case in case that var is buffer-local (bug#12615).
1150 2012-10-11  Kenichi Handa  <handa@gnu.org>
1152         * international/eucjp-ms.el: Re-generated.
1154 2012-10-10  Kenichi Handa  <handa@gnu.org>
1156         * select.el (xselect--encode-string): If a coding is specified for
1157         selection, and that is compatible with COMPOUND_TEXT, use it.
1159 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
1161         * window.el (switch-to-buffer-preserve-window-point): New option.
1162         (switch-to-buffer):
1163         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1165 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1168         Don't document nil as a useful value (bug#12583).
1170 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
1172         * net/tramp.el (tramp-debug-message):
1173         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1174         (with-tramp-progress-reporter): Rename from
1175         `tramp-with-progress-reporter'.
1176         (with-tramp-file-property, with-tramp-connection-property):
1177         Move from tramp-cache.el, rename from `with-file-property' and
1178         `with-connection-property', respectively.
1180         * net/tramp-cache.el: Remove `with-file-property' and
1181         `with-connection-property'.
1183         * net/tramp.el:
1184         * net/tramp-gvfs.el:
1185         * net/tramp-sh.el:
1186         * net/tramp-smb.el: Adapt callees.
1188         * net/trampver.el: Update release number.
1190 2012-10-09  Glenn Morris  <rgm@gnu.org>
1192         * w32-fns.el (set-message-beep):
1193         * term/w32-win.el (set-message-beep): Update declarations.
1195 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1198         (mode-line-widen, mode-line-input-method-map)
1199         (mode-line-coding-system-map, mode-line-remote)
1200         (mode-line-unbury-buffer, mode-line-bury-buffer)
1201         (mode-line-next-buffer, mode-line-previous-buffer):
1202         Replace save-selected-window+select-window => with-selected-window.
1204         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1205         * progmodes/cc-vars.el (bq-process): Remove, unused.
1207         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1209 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
1211         Implemented `backward-up-list'-like navigation.
1212         * progmodes/python.el (python-nav-up-list)
1213         (python-nav-backward-up-list): New functions.
1214         (python-mode-map): Define substitute key for backward-up-list to
1215         python-nav-backward-up-list.
1217 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1219         * progmodes/python.el (python-fill-paragraph): Rename from
1220         python-fill-paragraph-function.  Fixed fill-paragraph for
1221         decorators (Bug#12605).
1223 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1225         * progmodes/python.el (python-shell-output-filter): Handle extra
1226         carriage return in OSX (Bug#12409).
1228 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1230         Fix shell handling of unbalanced quotes and parens in output.
1231         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1232         (python-syntax-propertize-function): Use it.
1233         (python-shell-output-syntax-table): New var.
1234         (inferior-python-mode): Prevent unbalanced parens/quotes from
1235         previous output mess with current input context.
1237 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
1239         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1240         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1242 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
1244         * ffap.el (ffap-replace-file-component): Support Tramp file name
1245         syntax, not only ange-ftp's one.
1247 2012-10-08  Glenn Morris  <rgm@gnu.org>
1249         * cus-start.el (message-log-max): Set :version.
1251         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1253 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
1255         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1256         the minibuffer window (Bug#10851).
1258 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
1260         Enhancements on forward-sexp movement.
1261         * progmodes/python.el (python-nav-beginning-of-statement)
1262         (python-nav-end-of-statement): Return point-marker.
1263         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1264         (python-info-current-symbol)
1265         (python-info-statement-starts-block-p): Rename from
1266         python-info-beginning-of-block-p.
1267         (python-info-statement-ends-block-p): Rename from
1268         python-info-end-of-block-p.
1269         (python-info-beginning-of-statement-p)
1270         (python-info-end-of-statement-p)
1271         (python-info-beginning-of-block-p, python-info-end-of-block-p):
1272         New functions.
1274 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1277         frame-selected-windows.
1279 2012-10-08  Daniel Colascione  <dancol@dancol.org>
1281         * battery.el (battery-status-function): Check for
1282         w32-battery-status itself, not system-time windows-nt.
1284         * frame.el: Require cl-lib.
1285         (display-format-alist): New variable mapping frame types to
1286         functions that initialize them.
1287         (window-system-for-display): New function: interprets
1288         display-format-alist.
1289         (make-frame-on-display): Remove existing display-selection logic
1290         and just forward to make-frame, which will now DTRT.
1291         (make-frame): Restructure to use window-system-for-display to
1292         figure out how to create a frame on a given display.
1293         (display-mouse-p): Look for frame-type w32, not a particular
1294         system-type.
1296         * loadup.el: Load w32 lisp code when we have the w32 feature.
1298         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1299         system-type windows-nt.
1301         * server.el (server-create-window-system-frame): Look for window
1302         type.
1303         (server-proces-filter): Only force a window system when windows-nt
1304         _and_ w32.  Explain why.
1306         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1307         of window systems we configure for the mode.
1309         * startup.el (command-line): Mark window system is initialized
1310         after we've done it.
1312         * common-win.el (x-select-text): Look for w32, not windows-nt.
1314         * ns-win.el: Require cl-lib.  Add ourselves to
1315         display-format-alist.
1316         (ns-initialize-window-system): Assert we're not initialized twice.
1318         * w32-win.el: Enable lexical binding; require cl-lib; add
1319         ourselves to display-format-alist.
1320         (w32-handle-dropped-file): Convert incoming dropped files from
1321         Windows paths to Cygwin ones before passing them on to the rest of
1322         Emacs.
1323         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
1324         (w32-initialize-window-system): Assert we're not initialized twice.
1326         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1327         (x-initialize-window-system): Assert we're not initialized twice.
1329         * w32-common-fns.el: New File.
1330         (w32-version, w32-using-nt, w32-get-clipboard-data)
1331         (w32-set-clipboard-data, x-set-selection, x-get-selection)
1332         (w32-charset-info-alist, x-last-selected, text)
1333         (x-get-selection-value, x-selection-value): Move here.
1335         * w32-fns.el: Require w32-common-fns.
1336         (w32-version, w32-using-nt, w32-get-clipboard-data)
1337         (w32-set-clipboard-data, x-set-selection, x-get-selection)
1338         (w32-charset-info-alist, x-last-selected, text)
1339         (x-get-selection-value, x-selection-value): Move to
1340         w32-common-fns.
1342         * w32-vars.el:
1343         (w32-allow-system-shell, w32-system-shells): Define only in
1344         non-cygwin case.
1346 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1348         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1349         (read-passwd): Remove a few more potential sources of leaks.
1351 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1353         * progmodes/python.el (inferior-python-mode)
1354         (python-shell-make-comint): Fix initialization of local
1355         variables copied from parent buffer.
1357 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
1359         * term/ns-win.el (ns-read-file-name): Update declaration to match
1360         nsfns.m.
1361         (ns-respond-to-change-font): Change fontsize separatly so we are sure
1362         it is set when font is acted upon.
1364 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1366         Enhancements to indentation.
1367         * progmodes/python.el (python-indent-context): Give priority to
1368         inside-string context.  Make comments indentation markers.
1369         (python-indent-region): Do not mess with strings, unless it's the
1370         enclosing set of quotes.
1372 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * window.el (internal--before-save-selected-window)
1375         (internal--after-save-selected-window): New functions extracted from
1376         save-selected-window.  Make sure we return the `alist' we construct.
1377         (save-selected-window): Use them.
1379         * textmodes/tex-mode.el (tex-recenter-output-buffer):
1380         Use with-selected-window.
1382         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1383         forms that define macros (bug#12593).
1385 2012-10-07  Kenichi Handa  <handa@gnu.org>
1387         * international/mule-conf.el (compound-text-with-extensions):
1388         Add :mime-charset property as x-ctext.
1390 2012-10-07  Stefan Merten  <smerten@oekonux.de>
1392         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1393         (rst-indent-literal-normal, rst-indent-literal-minimized)
1394         (rst-indent-comment): Correct :version tag.
1395         (rst-official-cvs-rev): Correct version string.
1397 2012-10-07  Glenn Morris  <rgm@gnu.org>
1399         * mail/rmailmm.el (rmail-mime-process-multipart):
1400         Do not confuse a multipart message with an epilogue
1401         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
1403 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
1405         Fix shell output retrieval and comint-prompt-regexp init.
1406         * progmodes/python.el (inferior-python-mode):
1407         (python-shell-make-comint): Fix initialization of
1408         comint-prompt-regexp from copied file local variables.
1409         (python-shell-fetched-lines): Remove var.
1410         (python-shell-output-filter-in-progress): Rename from
1411         python-shell-fetch-lines-in-progress.
1412         (python-shell-output-filter-buffer): Rename from
1413         python-shell-fetch-lines-string.
1414         (python-shell-fetch-lines-filter): Delete function.
1415         (python-shell-output-filter): New function.
1416         (python-shell-send-string-no-output): Use them.
1418 2012-10-07  Glenn Morris  <rgm@gnu.org>
1420         * hi-lock.el (hi-lock-process-phrase):
1421         Try to make it less fragile.  (Bug#7161)
1423         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1425 2012-10-06  Glenn Morris  <rgm@gnu.org>
1427         * ehelp.el (electric-help-mode): Use help-mode rather than
1428         non-existent mode `help'.
1429         (electric-help-map): Use button-buffer-map.  (Bug#10917)
1431         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1432         (reftex-create-bibtex-footer): Fix custom types.
1434         * progmodes/sh-script.el (sh-indent-after-continuation):
1435         Add explicit :group.
1437         * textmodes/rst.el (rst-preferred-decorations)
1438         (rst-shift-basic-offset): Clarify obsolescence versions.
1440         * profiler.el (profiler): Add missing group :version tag.
1441         * avoid.el (mouse-avoidance-banish-position):
1442         * proced.el (proced-renice-command):
1443         * calc/calc.el (calc-ensure-consistent-units):
1444         * calendar/icalendar.el (icalendar-import-format-uid):
1445         * net/tramp.el (tramp-save-ad-hoc-proxies):
1446         * progmodes/bug-reference.el (bug-reference-bug-regexp):
1447         * progmodes/flymake.el (flymake-error-bitmap)
1448         (flymake-warning-bitmap, flymake-fringe-indicator-position):
1449         * progmodes/sh-script.el (sh-indent-after-continuation):
1450         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1451         (verilog-before-save-font-hook, verilog-after-save-font-hook):
1452         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1453         (vhdl-array-index-record-field-in-sensitivity-list)
1454         (vhdl-indent-comment-like-next-code-line):
1455         * textmodes/reftex-vars.el (reftex-ref-style-alist)
1456         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1457         (reftex-cite-key-separator, reftex-create-bibtex-header)
1458         (reftex-create-bibtex-footer):
1459         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1460         (rst-indent-literal-normal, rst-indent-literal-minimized)
1461         (rst-indent-comment): Add missing custom :version tags.
1463         * calendar/timeclock.el (timeclock-modeline-display):
1464         Add missing obsolete alias for renamed user option.
1466         * strokes.el (strokes-modeline-string):
1467         * emulation/crisp.el (crisp-mode-modeline-string):
1468         * eshell/esh-mode.el (eshell-status-in-modeline):
1469         Aliases to defcustoms must come before the defcustom.
1471         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1472         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1473         (cal-tex-cursor-week-monday): Doc fixes.
1474         (cal-tex-cursor-week2-summary): Doc fix.
1475         Rename from cal-tex-cursor-week-at-a-glance.
1477         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1478         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
1480         * calendar/calendar.el (calendar-mode-map):
1481         Add cal-tex-cursor-week2-summary.
1483 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1487         * subr.el (read-passwd-map): New var.
1488         (read-passwd): Use `read-string' again.
1489         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1491 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
1493         * register.el (append-to-register, prepend-to-register):
1494         Deactivate mark, as does `copy-to-register' (bug#12389).
1496 2012-10-06  Chong Yidong  <cyd@gnu.org>
1498         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1500 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
1502         * international/characters.el: Fix simple mistake ((car chars) ->
1503         elt), delete duplicated code.
1505 2012-10-06  Glenn Morris  <rgm@gnu.org>
1507         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
1509 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1511         * color.el (color-hsl-to-rgb): Fix incorrect results for
1512         small and large hue values.  (Bug#12559)
1514 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
1516         Enhancements to docstring formatting when filling paragraphs.
1517         * progmodes/python.el (python-fill-docstring-style): Rename from
1518         python-fill-string-style.  Added new style.
1519         (python-fill-string): Use new style.  Better checks for
1520         docstrings.
1522 2012-10-05  Glenn Morris  <rgm@gnu.org>
1524         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1526         * color.el (color-name-to-rgb, color-rgb-to-hex)
1527         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1528         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1529         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1530         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1532         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
1534 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
1536         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1537         to get the correct size across symlinks.
1539         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1541 2012-10-04  Juri Linkov  <juri@jurta.org>
1543         * replace.el (query-replace-interactive): Declare obsolete.
1544         (query-replace-read-from): Add the last incremental search string
1545         to the list of default values accessible via M-n.
1546         (map-query-replace-regexp): Use `read-regexp'.
1547         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1548         (map-query-replace-regexp, replace-string, replace-regexp):
1549         Fix docstrings to replace mentions of `query-replace-interactive'
1550         with alternatives.  (Bug#12526)
1552 2012-10-04  Juri Linkov  <juri@jurta.org>
1554         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
1555         (dired-pop-to-buffer): Declare obsolete.
1556         (dired-mark-pop-up): Doc fix.
1558 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
1560         Allow user to set docstring style for fill-paragraph.
1561         * progmodes/python.el
1562         (python-fill-comment-function, python-fill-string-function)
1563         (python-fill-decorator-function, python-fill-paren-function):
1564         Remove :safe for defcustoms.
1565         (python-fill-string-style): New defcustom
1566         (python-fill-paragraph-function): Enhance context detection.
1567         (python-fill-string): Honor python-fill-string-style settings.
1569 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
1571         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1572         after setting its buffer (Bug#10805).
1574 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
1576         Fix cornercase for string syntax.
1577         * progmodes/python.el (python-syntax-propertize-function):
1578         Simplify and enhance the regexp for unescaped quotes.  Now it also
1579         matches quotes in weird situations like the single quote in
1580         "something\"'".
1581         (python-syntax-stringify): Simplify num-quotes detecting code.
1583 2012-10-03  Glenn Morris  <rgm@gnu.org>
1585         * help-macro.el (three-step-help):
1586         Revert 2012-09-29 change.  (Bug#12567)
1588 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
1590         * menu-bar.el (kill-this-buffer): Don't do anything when
1591         `menu-frame' is not alive or visible (Bug#8184).
1593         * emacs-lisp/debug.el (debug): When quitting the debugger window
1594         restore current buffer (Bug#12502).
1596 2012-10-02  Chong Yidong  <cyd@gnu.org>
1598         * progmodes/hideif.el (hif-lookup, hif-defined):
1599         Handle semantic-c-takeover-hideif.
1601 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1603         Change sampling interval units from ms to ns.
1604         * profiler.el (profiler-sampling-interval): Change units
1605         from ms to ns, multiplying the default by 1000000 so that
1606         it remains 1 ms.
1607         (profiler-report-cpu-line-format): Give enough room for
1608         the maximum counters on 64-bit hosts.
1609         (profiler-report-render-calltree-1): Call them "CPU samples",
1610         not "Time (ms)", since they are not milliseconds now (and
1611         never really were).
1613 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
1615         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1616         Fix querying BBDB for entries without a last name (Bug#11580).
1618 2012-10-02  Chong Yidong  <cyd@gnu.org>
1620         * emacs-lisp/eieio.el: Restore Version header.
1622 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1624         * vc/diff-mode.el (diff--auto-refine-data): New var.
1625         (diff-hunk): Use it to delay refinement.
1626         (diff-mode): Remove overlays when we turn off font-lock.
1628         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1629         (table-initialize-table-fixed-width-mode)
1630         (table-set-table-fixed-width-mode): Remove functions.
1631         (table-command-list): Move initialization into declaration.
1632         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1633         (table-with-cache-buffer): Use `declare'.
1634         (table-span-cell): Simplify via CSE.
1635         (table-fixed-width-mode): Use define-minor-mode.
1636         (table-call-interactively, table-funcall, table-apply): Remove.
1637         (table-function): New function, to replace them.
1639         * bookmark.el (bookmark-search-pattern): Remove var.
1640         (bookmark-read-search-input): Remove function.
1641         (bookmark-bmenu-search): Reimplement using a minibuffer.
1643         * faces.el (modeline): Remove obsolete face name.
1645         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1646         and give a non-nil default value.
1647         (add-change-log-entry): Simplify accordingly.
1649 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1651         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1652         (vc-git-log-edit-toggle-amend): New function.
1653         (vc-git-log-edit-toggle-signoff): New function.
1654         (vc-git-log-edit-mode): New major mode.
1655         (vc-git-log-edit-mode-map): Keymap for it.
1656         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1658         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1659         header names.
1660         (log-edit-toggle-header): New function.
1661         (log-edit-extract-headers): Accept function values in HEADERS alist.
1663 2012-10-01  David Engster  <deng@randomsample.de>
1665         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1666         from symbol property and change message to be more consistent with
1667         Emacs proper.
1668         (eieio-describe-generic): Add filename for each implementation.
1669         Fix indices for generic and normal methods.
1670         (eieio-method-def, eieio-class-def): New buttons.
1671         (eieio-help-find-method-definition)
1672         (eieio-help-find-class-definition): New functions.
1673         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1674         class, constructor and method definitions.
1676         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1677         information in symbol property.
1678         (scoped-class): Remove.
1679         (eieio-slot-name-index, call-next-method): Check if it is bound.
1681 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
1683         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1684         (eieio-custom-mode): New major mode.
1685         (eieio-customize-object): Use it.
1687 2012-10-01  Eric Ludlam  <zappo@gnu.org>
1689         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1690         specifying the expected class, and whether subclassing is allowed.
1691         (eieio-persistent-convert-list-to-object):
1692         (eieio-persistent-validate/fix-slot-value)
1693         (eieio-persistent-slot-type-is-class-p): New functions.
1694         (eieio-named::slot-missing): Doc fix.
1696         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1697         Stop using unused publd variable.
1699         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1700         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1701         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1702         (eieio-speedbar-handle-click): Do not specify a class for the
1703         method.  Fixes method invocation order problems with EDE.
1705 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1708         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1710 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
1712         * bookmark.el (bookmark-version-control): Give tags in the
1713         :type choices (Bug#12309), and improve doc string.
1714         (bookmark-write-file): Bind `print-circle' to `t' to allow
1715         circular custom bookmark types.  (Bug#12503)
1717 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
1719         Revert the FOLLOW-SYMLINKS change for file-attributes.
1720         * files.el (remote-file-name-inhibit-cache, after-find-file):
1721         * time.el (display-time-file-nonempty-p): Undo last change.
1723         * profiler.el (profiler-sampling-interval): Change default back to 1.
1724         See Stefan Monnier in
1725         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1727 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
1729         Shell output catching a la gud-gdb.
1730         * progmodes/python.el (python-shell-fetch-lines-in-progress)
1731         (python-shell-fetch-lines-string, python-shell-fetched-lines):
1732         New Vars.
1733         (python-shell-fetch-lines-filter): New function.
1734         (python-shell-send-string-no-output): Use them.
1736 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
1738         * profiler.el (profiler-sampling-interval): Rename from
1739         profiler-sample-interval.
1740         (profiler-sampling-interval): Default to 10.
1741         (profiler-find-profile): New command (was profiler-find-log).
1742         (profiler-find-profile-other-window): New command.
1743         (profiler-find-profile-other-frame): New command.
1744         (profiler-profile): Introduce API-level data structure.
1746 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1748         file-attributes has a new optional arg FOLLOW-SYMLINKS.
1749         * files.el (remote-file-name-inhibit-cache):
1750         * time.el (display-time-file-nonempty-p): Use it.
1751         * files.el (after-find-file): Don't chase links before calling
1752         file-exists-p, as file-exists-p already does the right thing.
1754 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
1756         Merge from standalone RefTeX repository.
1758         The following ChangeLog entries are shortened versions of the
1759         original ones with file paths adapted.  A not so strongly edited
1760         version of the original ChangeLog can be found in the commit log.
1762         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1763         (reftex-arg-cite): Use `reftex-cite-key-separator'.
1764         Correctly handle new value type returned by `reftex-citation'.
1766         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1767         that entries with whitespace at various places are found.
1768         Doc fix. Include entries that are cross-referenced from cited entries.
1769         Include @String definitions in the resulting bib file.  Add header
1770         and footer defined in `reftex-create-bibtex-header' and
1771         `reftex-create-bibtex-footer'.
1772         (reftex-do-citation): Make it possible again to insert
1773         non-existent entries.  Save match data when asking for optional
1774         arguments. Return all keys, not just the first one.
1775         (reftex-all-used-citation-keys): Fix regexp to correctly extract
1776         all citations in the same line.
1777         (reftex-parse-bibtex-entry): Accept additional optional argument
1778         `raw' and keep quotes or braces if it is non-nil.  Match fields
1779         containing hyphens besides word constituents.
1780         (reftex-get-string-refs): New function.
1781         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1782         and ask if it should be reread in case it did.
1783         (reftex-pop-to-bibtex-entry)
1784         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1785         entries with spaces or tabs in front of arguments.
1786         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1787         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1788         Match entries containing numbers and symbol constituents.
1789         (reftex-do-citation, reftex-figure-out-cite-format):
1790         Use `reftex-cite-key-separator'.
1792         * textmodes/reftex-dcr.el: Move provide statement to end of file.
1793         (reftex-mouse-view-crossref): Explain why point is set.
1795         * textmodes/reftex-global.el: Whitespace changes.
1797         * textmodes/reftex-index.el: Move provide statement to end of
1798         file.
1799         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1800         (reftex-index-visit-phrases-buffer): Set marker when visiting
1801         buffer.  This allows for returning from the phrases file to the
1802         file one was just editing instead of the file where the last
1803         phrases was added from.
1804         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
1805         punctuation syntax as it usually is not used as string quote in
1806         TeX-related modes and may occur unmatched.  The change also
1807         prevents fontification of quoted content.
1808         (reftex-index-phrases-mode): Use it.
1810         * textmodes/reftex-parse.el (reftex-parse-from-file):
1811         Move backward one char if a `\' was matched after a section macro.
1812         (reftex-parse-from-file): Use beginning of match instead of end as
1813         bound.
1815         * textmodes/reftex-ref.el: Adapt creation of
1816         `reftex-<package>-<macro>' functions to new structure of
1817         `reftex-ref-style-alist'.
1818         (reftex-reference): Use `reftex-ref-style-list' function.
1819         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
1820         reference macro if `reftex-ref-macro-prompt' is non-nil.
1821         (reftex-reference): Pass refstyle to `reftex-format-special'.
1822         Determine reference macro by looking at
1823         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1824         Use only one special format function.
1825         (reftex-varioref-vref, reftex-fancyref-fref)
1826         (reftex-fancyref-Fref): Remove definitions.  The functions are now
1827         generated from `reftex-ref-style-alist'.
1828         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1829         Remove.
1830         (reftex-format-special): New function.
1832         * textmodes/reftex-sel.el
1833         (reftex-select-cycle-ref-style-internal): Adapt to new structure
1834         of `reftex-ref-style-alist'. Remove code for testing macro type.
1835         (reftex-select-toggle-varioref)
1836         (reftex-select-toggle-fancyref): Remove.
1837         (reftex-select-cycle-ref-style-internal)
1838         (reftex-select-cycle-ref-style-forward)
1839         (reftex-select-cycle-ref-style-backward): New functions.
1840         (reftex-select-label-map): Use `v' and `V' for general cycling
1841         through reference styles.  Add `p' for switching between number
1842         and page reference types.
1844         * textmodes/reftex-toc.el (reftex-re-enlarge):
1845         Call `enlarge-window' only if there is something to do because in Emacs
1846         the horizontal version throws an error even if the parameter is 0.
1848         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1849         (reftex-plug-into-AUCTeX): Doc fix.
1850         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1851         string.  Adapt to new name.
1852         (reftex-ref-style-alist): Change structure so that it is not
1853         possible to use multiple different package names within a style.
1854         Remove the symbols for symbols for macro type distinction.
1855         Add characters for macro selection.
1856         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1857         (reftex-create-bibtex-footer): New variables.
1858         (reftex-format-ref-function): Mention third argument of special
1859         format function.
1860         (reftex-ref-style-alist, reftex-ref-style-default-list):
1861         New variables.
1862         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1863         to new implementation.  Mark as obsolete.  Add compatibility code
1864         for honoring the variable values in case they are set.
1865         (reftex-cite-format-builtin, reftex-bibliography-commands):
1866         Add support for ConTeXt.
1867         (reftex-format-ref-function, reftex-format-cite-function):
1868         Fix custom type.
1869         (reftex-cite-key-separator): New variable.
1871         * textmodes/reftex.el (reftex-syntax-table-for-bib)
1872         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1873         `reftex-syntax-table' because parens have to retain their paren
1874         syntax in order for parsing of BibTeX entries like @book(...) to
1875         work.
1876         (reftex-in-comment): Do not error out if `comment-start-skip' is
1877         not set.  Deal correctly with escaped comment characters.
1878         (reftex-tie-multifile-symbols): Add doc string.
1879         Initialize `reftex-ref-style-list'.
1880         (reftex-untie-multifile-symbols): Add doc string.
1881         (reftex-add-index-macros): Doc fix.
1882         (reftex-ref-style-activate, reftex-ref-style-toggle)
1883         (reftex-ref-style-list): New functions.
1884         (reftex-mode-menu): Use them.  Adapt to new structure of
1885         `reftex-ref-style-alist'.
1886         (reftex-select-with-char): Kill the RefTeX Select buffer when
1887         done.
1888         (reftex-remove-if): New function.
1889         (reftex-erase-all-selection-and-index-buffers)
1890         (reftex-mode-menu): Reference styles are now computed from
1891         `reftex-ref-style-alist'.  Fix typo.
1892         (reftex-report-bug): New function.
1893         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1894         algorithms with O(n log n).  Introduce optional argument SORT (not
1895         yet used).
1897 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1899         Enhancements for triple-quote string syntax.
1900         * progmodes/python.el (python-syntax-propertize-function):
1901         Match both quote cases in one regexp.
1902         (python-syntax-stringify): Handle matches properly.
1904 2012-09-30  Juri Linkov  <juri@jurta.org>
1906         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1907         to nil around the call to `insert' to prevent
1908         directory time modification by lock_file.  (Bug#2295)
1909         * tar-mode.el (tar-summarize-buffer): Idem.
1911 2012-09-30  Juri Linkov  <juri@jurta.org>
1913         * facemenu.el (list-colors-sort): Add option "Luminance".
1914         (list-colors-sort-key): Implement it.
1916         * vc/diff-mode.el (diff-refine-removed):
1917         * vc/ediff-init.el (ediff-fine-diff-A):
1918         * vc/smerge-mode.el (smerge-refined-removed):
1919         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
1921 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
1923         * term/ns-win.el (x-file-dialog): New function.
1925 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
1927         * ido.el (ido-max-directory-size): Default to nil; the current
1928         default is small for POSIX systems, and impractical on Windows 7
1929         now that lstat returns directory sizes for NTFS.
1931 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
1933         In buffer display functions handle window-height/window-width
1934         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
1935         * window.el (window--display-buffer): New argument ALIST.
1936         Obey window-height and window-width alist entries.
1937         (window--try-to-split-window): New argument ALIST.
1938         Bind window-combination-limit to t when the window's size shall be
1939         changed and window-combination-limit equals `window-size'.
1940         (display-buffer-in-atom-window)
1941         (display-buffer-in-major-side-window)
1942         (display-buffer-in-side-window, display-buffer-same-window)
1943         (display-buffer-reuse-window, display-buffer-pop-up-frame)
1944         (display-buffer-pop-up-window, display-buffer-below-selected)
1945         (display-buffer-at-bottom, display-buffer-in-previous-window)
1946         (display-buffer-use-some-window): Adjust all callers of
1947         window--display-buffer and window--try-to-split-window.
1948         (fit-frame-to-buffer): New option.
1949         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1950         is non-nil.
1951         (display-buffer-in-major-side-window): Evaluate window-height /
1952         window-width alist entries.
1954         * help.el (temp-buffer-resize-frames)
1955         (temp-buffer-resize-regexps): Remove options.
1956         (temp-buffer-resize-mode): Adjust doc-string.
1957         (resize-temp-buffer-window): Don't consult
1958         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
1959         temp-buffer-resize-frames.
1961         * dired.el (dired-mark-pop-up):
1962         Call display-buffer-below-selected with a fit-window-to-buffer alist
1963         entry.
1965 2012-09-30  Chong Yidong  <cyd@gnu.org>
1967         * server.el (server-host): Document the security implications.
1968         (server-auth-key): Doc fix.
1970         * startup.el (initial-buffer-choice): Doc fix.
1972         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1974         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1975         restriction change.
1977         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1979         * help-fns.el (help-fns--obsolete): Fix last change.
1981 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1984         (minor-mode-map-alist): Remove redundant code.
1986         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1987         visited in a buffer.
1988         (cvs-insert-visited-file): New function.
1989         (find-file-hook): Use it.
1991         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1993         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1994         chose face.
1995         (log-edit-empty-buffer-p): Don't require a space after a header.
1997         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1999         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2001         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2002         a proper minor-mode.
2004         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2006 2012-09-29  Glenn Morris  <rgm@gnu.org>
2008         * winner.el (winner-mode): Remove variable (let define-minor-mode
2009         handle it).
2010         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2011         Doc fixes.
2012         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2013         (winner-mode): Use define-minor-mode.
2015         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2016         the full definition in loaddefs, rather than duplicating it.
2018         * help-macro.el (three-step-help): No need to autoload defcustom.
2020         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2021         (inferior-lisp-program, inferior-lisp-load-command)
2022         (inferior-lisp-prompt, inferior-lisp-mode-hook):
2023         No need to autoload defcustoms.
2025         * hippie-exp.el (hippie-expand-try-functions-list)
2026         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2027         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2028         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2029         (hippie-expand-only-buffers): No need to autoload defcustoms.
2030         * progmodes/vhdl-mode.el (vhdl-line-expand):
2031         Explicitly load hippie-exp, so it does not get autoloaded
2032         while hippie-expand-try-functions-list is let-bound.
2034 2012-09-28  Glenn Morris  <rgm@gnu.org>
2036         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2038         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2039         Only "cl.el" counts as cl these days.
2041 2012-09-28  Juri Linkov  <juri@jurta.org>
2043         Display archive errors in the echo area instead of inserting
2044         to the file buffer.
2046         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2047         to STDERR-TEST that can be a regexp matching a successful output.
2048         Create a temporary file and redirect stderr to it.  Search for
2049         STDERR-TEST in the stderr output and display it in the echo area
2050         if no match is found.
2051         (archive-extract-by-file): New function like
2052         `archive-extract-by-stdout' but extracting archives to files
2053         and looking for successful matches in stdout.  Function body is
2054         mostly copied from `archive-rar-extract'.
2055         (archive-rar-extract): Use `archive-extract-by-file'.
2056         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
2058 2012-09-28  Leo Liu  <sdl.web@gmail.com>
2060         * pcomplete.el (pcomplete-show-completions):
2061         Use minibuffer-message to make pcomplete usable in minibuffer.
2063         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2065 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * type-break.el: Use lexical-binding.
2068         (type-break-mode): Use define-minor-mode.
2070         * emacs-lisp/pcase.el (pcase--mark-used): New.
2071         (pcase--u1): Use it (bug#12512).
2073         * custom.el (load-theme): Set buffer-file-name so the load is recorded
2074         in load-history with the right file name.
2076 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
2078         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2079         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2080         (doc-view-get-bounding-box): Make bounding box slicing work for
2081         ODF and DVI documents.
2083 2012-09-28  Glenn Morris  <rgm@gnu.org>
2085         * type-break.el (type-break-mode, type-break-interval)
2086         (type-break-good-rest-interval, type-break-keystroke-threshold):
2087         No need to autoload.
2088         (type-break-good-rest-interval, type-break-keystroke-threshold):
2089         Add :set-after.
2091 2012-09-28  Chong Yidong  <cyd@gnu.org>
2093         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2094         Add :version tag.
2096 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2100 2012-09-27  Glenn Morris  <rgm@gnu.org>
2102         * faces.el (x-display-name): Declare (for without-x builds).
2104         * linum.el (linum-format): Don't autoload it.  Improve :type.
2106         * progmodes/tcl.el: Don't require outline when compiling.
2107         (outline-regexp, outline-level): Declare.
2108         * textmodes/sgml-mode.el: Don't require outline when compiling.
2109         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2111         * term.el (term-ansi-reset):
2112         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
2114         * vc/vc.el (vc-next-action): Only gripe about committing read-only
2115         files for RCS and SCCS.  (Bug#9781)
2117 2012-09-27  Chong Yidong  <cyd@gnu.org>
2119         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2120         change; value should be t.
2122 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         * image-mode.el: Use lexical-binding.
2125         (image-mode-winprops): Use t to stand for the window of
2126         a buffer that's not displayed.
2127         * doc-view.el (doc-view-new-window-function): Handle the new
2128         t in winprops.
2129         (doc-view-enlarge): Make it a real nop if the size is not changed.
2130         (doc-view-display): Handle the case where the buffer is not (yet?)
2131         displayed in any window.
2132         (doc-view-saved-settings): New var.
2133         (doc-view-mode): Use it.
2134         (doc-view-fallback-mode): Set it.
2136         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2137         Set lexical-binding.
2138         (minibuffer-eldef-shorten-default): New var.
2139         (minibuffer-default-in-prompt-regexps): Use it for new default.
2140         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2142 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
2144         * international/uni-bidi.el:
2145         * international/uni-category.el:
2146         * international/uni-name.el:
2147         * international/uni-numeric.el: Regenerate.
2149 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
2150             Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * profiler.el: New file.
2154 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2156         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2157         (testcover-reinstrument): Simplify with CSE.
2159 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
2161         * window.el (temp-buffer-window-setup): Fix typo in docstring.
2163 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
2165         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2166         (verilog-auto-input, verilog-auto-insert-lisp)
2167         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2168         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2169         (verilog-auto-unused, verilog-auto-wire)
2170         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2171         newline.  Reported by Andrew Jones.
2172         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2173         Reported by Brad Dobbie.
2174         (verilog-batch-delete-trailing-whitespace):
2175         Create verilog-batch-delete-trailing-whitespace.
2176         Reported by Brad Dobbie.
2177         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2178         parameters from another module.  Reported by Dan Katz.
2179         (verilog-auto, verilog-auto-assign-modport)
2180         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2181         AUTOINOUTMODPORT for UVM interface module shell generation.
2182         Reported by Brad Dobbie.
2183         (verilog-auto-inst-interfaced-ports): Make default nil, as more
2184         standard behavior.
2185         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2186         Reported by Matt Martin.
2188 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
2190         * window.el (window--resize-child-windows): When resizing child
2191         windows proportionally, process them in reverse order to
2192         preserve the "when splitting a window the new one gets the odd
2193         line" behavior.
2194         (window--resize-root-window-vertically): When resizing the
2195         minibuffer window try to affect only windows at the bottom of the
2196         frame.  (Bug#12419)
2198 2012-09-25  Chong Yidong  <cyd@gnu.org>
2200         * subr.el (declare): Doc fix.
2202         * help-fns.el (help-fns--obsolete): Handle macros properly.
2204 2012-09-25  Chong Yidong  <cyd@gnu.org>
2206         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2207         this function obsolete.
2209         * calendar/cal-x.el (calendar-two-frame-setup)
2210         (calendar-only-one-frame-setup, calendar-one-frame-setup):
2211         * calendar/calendar.el (american-calendar, european-calendar)
2212         (calendar-for-loop):
2213         * comint.el (comint-dynamic-simple-complete)
2214         (comint-dynamic-complete-as-filename, comint-unquote-filename):
2215         * desktop.el (desktop-load-default):
2216         * dired-x.el (dired-omit-here-always)
2217         (dired-hack-local-variables, dired-default-directory):
2218         * emacs-lisp/derived.el (derived-mode-class):
2219         * emacs-lisp/timer.el (timer-set-time-with-usecs):
2220         * emacs-lock.el (toggle-emacs-lock):
2221         * epa.el (epa-display-verify-result):
2222         * epg.el (epg-sign-keys, epg-start-sign-keys)
2223         (epg-passphrase-callback-function):
2224         * eshell/esh-util.el (eshell-for):
2225         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2226         (eshell-add-to-window-buffer-names):
2227         * files.el (locate-file-completion):
2228         * imenu.el (imenu-example--create-c-index)
2229         (imenu-example--create-lisp-index)
2230         (imenu-example--lisp-extract-index-name)
2231         (imenu-example--name-and-position):
2232         * international/mule-cmds.el (princ-list):
2233         * international/mule-diag.el (decode-codepage-char):
2234         * international/mule-util.el (detect-coding-with-priority):
2235         * iswitchb.el (iswitchb-read-buffer):
2236         * mail/mailalias.el (mail-complete):
2237         * mail/sendmail.el (mail-sent-via):
2238         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2239         (mouse-major-mode-menu):
2240         * password-cache.el (password-read-and-add):
2241         * pcomplete.el (pcomplete-parse-comint-arguments):
2242         * progmodes/sh-script.el (sh-maybe-here-document):
2243         * replace.el (query-replace-regexp-eval):
2244         * savehist.el (savehist-load):
2245         * simple.el (choose-completion-delete-max-match):
2246         * term.el (term-dynamic-simple-complete):
2247         * vc/ediff-init.el (ediff-check-version):
2248         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2249         * vc/vc.el (vc-diff-switches-list):
2250         * view.el (view-return-to-alist-update): Likewise.
2252         * subr.el (eval-next-after-load, makehash, insert-string)
2253         (assoc-ignore-representation, assoc-ignore-case): Use declare to
2254         mark obsolete.
2255         (mode-line-inverse-video): Variable deleted.
2257         * international/mule-util.el (string-to-sequence): Remove.
2259         * calendar/calendar.el (calendar-version):
2260         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2261         (icalendar-convert-diary-to-ical):
2262         * cus-edit.el (custom-mode):
2263         * ansi-color.el (ansi-color-unfontify-region):
2264         * international/latin1-disp.el (latin1-char-displayable-p):
2265         * progmodes/cwarn.el (turn-on-cwarn-mode):
2266         * progmodes/which-func.el (which-func-update-1):
2267         Use define-obsolete-function-alias.
2269         * net/newst-backend.el (newsticker-cache-filename):
2270         * net/newst-treeview.el (newsticker-groups-filename):
2271         Fix incorrect obsolescence declaration.
2273         * allout.el (allout-passphrase-hint-string): Likewise.
2274         (allout-init): Use a declare form to mark obsolete.
2276         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2277         this applies to functions.
2279         * iswitchb.el (iswitchb-read-buffer): Move code of
2280         iswitchb-define-mode-map here, and delete that obsolete function.
2282         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2283         font-lock-reference-face.
2285 2012-09-25  Glenn Morris  <rgm@gnu.org>
2287         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2288         Doc fixes.
2290         * eshell/em-term.el (eshell-term-name):
2291         Default to term-term-name.  (Bug#12485)
2293 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
2295         * progmodes/python.el (python-shell-send-buffer): Better handling
2296         of "if __name__ == '__main__':" conditionals when sending the buffer.
2298 2012-09-24  Glenn Morris  <rgm@gnu.org>
2300         * eshell/esh-cmd.el (eshell-find-alias-function):
2301         Tighten up file-name regexp.  (Bug#12499)
2303 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
2305         Enhancements for triple-quote string syntax.
2306         * progmodes/python.el (python-quote-syntax): Remove.
2307         (python-syntax-propertize-function): New value.
2308         (python-syntax-count-quotes, python-syntax-stringify):
2309         New functions.
2311 2012-09-24  Chong Yidong  <cyd@gnu.org>
2313         * mail/supercite.el (sc-version): Remove obsolete function.
2314         (sc-describe): Don't mark as obsolete, since it is bound.
2315         (sc-submit-bug-report): Remove.
2317         * vc/log-edit.el (cvs-changelog-full-paragraphs)
2318         (cvs-commit-buffer-require-final-newline): Remove.
2319         (log-edit-require-final-newline)
2320         (log-edit-changelog-full-paragraphs): Default to t.
2322         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2323         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2324         * vc/vc.el (vc-checkout-carefully): Likewise.
2326         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2327         (emerge-version): Remove.
2329         * progmodes/compile.el (compile-internal): Remove.
2330         (compilation-parse-errors-function): Fix typo.
2332         * international/mule.el (set-char-table-default): Remove.
2333         (set-coding-priority, make-coding-system, generic-char-p)
2334         (charset-list, charset-bytes, charset-id): Use declare to mark
2335         functions as obsolete.
2337         * vc/pcvs-defs.el (cvs-buffer-name-alist)
2338         (cvs-invert-ignore-marks): Remove references to obsolete vars.
2339         * vc/vc-hooks.el (vc-default-registered): Don't use
2340         vc-master-templates.
2342         * font-lock.el (font-lock-reference-face):
2343         Use define-obsolete-variable-alias.
2345         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2346         * calendar/calendar.el (calendar-font-lock-keywords):
2347         * calendar/diary-lib.el (diary-font-lock-keywords)
2348         (diary-fancy-font-lock-keywords):
2349         * textmodes/reftex-sel.el (reftex-insert-docstruct):
2350         * textmodes/reftex-index.el (reftex-insert-index):
2351         * textmodes/reftex-cite.el (reftex-format-bib-entry):
2352         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2353         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2354         * progmodes/prolog.el (prolog-font-lock-keywords):
2355         * progmodes/idlwave.el (idlwave-idl-keywords):
2356         * progmodes/ada-mode.el (ada-font-lock-keywords):
2357         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2359 2012-09-24  Glenn Morris  <rgm@gnu.org>
2361         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2363 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
2365         * progmodes/python.el (python-indent-line): More consistent cursor
2366         movement behavior.
2368 2012-09-23  Stefan Merten  <smerten@oekonux.de>
2370         * textmodes/rst.el: Fix compiler warning.
2372 2012-09-23  Roland Winkler  <winkler@gnu.org>
2374         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2375         Transcribe also LaTeX hyphenation.
2376         (bibtex-reformat): Bug fix. Do not quote twice the elements of
2377         bibtex-reformat-previous-options.
2379 2012-09-23  Roland Winkler  <winkler@gnu.org>
2381         * proced.el (proced-renice-command): New variable.
2382         (proced-marked-processes): New function.
2383         (proced-with-processes-buffer): New macro.
2384         (proced-send-signal): Use them.
2385         (proced-renice): New command bound to r.
2387 2012-09-23  Roland Winkler  <winkler@gnu.org>
2389         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2390         ibuffer-saved-filter-groups has one element, shortcut the call of
2391         completing-read.  (Bug#12331)
2393 2012-09-23  Chong Yidong  <cyd@gnu.org>
2395         * bindings.el (mode-line-toggle-read-only):
2396         * bs.el (bs-toggle-readonly):
2397         * buff-menu.el (Buffer-menu-toggle-read-only):
2398         * dired.el (dired-toggle-read-only):
2399         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2401 2012-09-23  Chong Yidong  <cyd@gnu.org>
2403         * image.el (image-type-available-p): Adapt to init-image-library
2404         argument changes.
2406 2012-09-22  Juri Linkov  <juri@jurta.org>
2408         * dired.el (dired-mode-map): Add [remap read-only-mode] for
2409         `dired-toggle-read-only'.  (Bug#12462)
2411 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
2413         * subr.el (temp-output-buffer-show): New function.
2414         (with-output-to-temp-buffer): Call temp-output-buffer-show
2415         instead of internal-temp-output-buffer-show.
2417 2012-09-22  Chong Yidong  <cyd@gnu.org>
2419         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2420         (Bug#12462).
2422         * repeat.el (repeat): Doc fix (Bug#12348).
2424         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2425         (Bug#10909).
2427         * simple.el (shell-command-on-region): Doc fix.
2428         (read-only-mode): Doc fix.
2430 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
2432         * emacs-lisp/timer.el (run-with-idle-timer)
2433         (timer-activate-when-idle): Warn against reinvoking an idle timer
2434         from within its own timer action.  (Bug#12447)
2436 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
2438         * cus-start.el (window-combination-limit): Add new optional
2439         values.
2440         * window.el (temp-buffer-window-show)
2441         (window--try-to-split-window): Handle new values of
2442         window-combination-limit (Bug#1806).
2443         (split-window): Test window-combination-limit for t instead of
2444         non-nil.
2445         (display-buffer-at-bottom): New buffer display action function.
2446         * help.el (temp-buffer-resize-regexps): New option.
2447         (temp-buffer-resize-mode): Rewrite doc-string.
2448         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2449         Don't resize reused window.  Suggested by Glenn Morris.
2451 2012-09-22  Stefan Merten  <smerten@oekonux.de>
2453         * textmodes/rst.el: Revamp section title faces.
2454         (rst-official-version)
2455         (rst-package-emacs-version-alist): Sync with official version
2456         V1.4.0.
2457         (rst-faces-defaults, rst-set-level-default)
2458         (rst-level-face-max, rst-level-face-base-color)
2459         (rst-level-face-base-light, rst-level-face-format-light)
2460         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2461         (rst-adornment-faces-alist): Match new setup.
2462         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2463         (rst-level-5, rst-level-6): New faces.
2465 2012-09-22  Chong Yidong  <cyd@gnu.org>
2467         * simple.el (undo): Handle indirect buffers (Bug#8207).
2469 2012-09-21  Leo Liu  <sdl.web@gmail.com>
2471         IDO: Disable match re-ordering for buffer switching.
2472         * ido.el (ido-buffer-disable-smart-matches): New variable.
2473         (ido-set-matches-1): Use it.  (Bug#2042)
2475 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
2477         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2478         Fix 2011-05-17 change.  (Bug#12418)
2480 2012-09-21  Leo Liu  <sdl.web@gmail.com>
2482         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2484 2012-09-21  Glenn Morris  <rgm@gnu.org>
2486         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2487         Be more robust about locating simple.el.
2489 2012-09-21  Glenn Morris  <rgm@gnu.org>
2491         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2493 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
2495         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
2497 2012-09-20  Juri Linkov  <juri@jurta.org>
2499         * replace.el (query-replace-read-from): Use `read-regexp' instead
2500         of `read-from-minibuffer' when `regexp-flag' is non-nil.
2501         (occur-read-primary-args): Use `read-regexp' instead of
2502         `read-string'.
2503         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2504         `read-from-minibuffer'.
2505         * isearch.el (isearch-occur): Use `read-regexp' instead of
2506         `read-string'.
2507         * dired.el (dired-read-regexp): Use `read-regexp' instead of
2508         `read-from-minibuffer'.
2509         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2510         of `read-string'.  (Bug#7567)
2512         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2513         and allow accepting a list of strings prepended to a list of
2514         standard default values.  Doc fix.  (Bug#12321)
2516         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
2518         * replace.el (read-regexp): Don't add ": " when PROMPT already
2519         ends with a colon and space.  (Bug#12321)
2521 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
2523         * doc-view.el (doc-view-display): Better fix for the cl-assertion
2524         error.
2526 2012-09-20  Stefan Merten  <smerten@oekonux.de>
2528         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2529         Fixes feature request bug#11711.
2530         (rst-mode): Create `imenu-create-index-function'.
2531         (rst-get-stripped-line): Delete after refactoring.
2532         (rst-section-tree, rst-section-tree-rec)
2533         (rst-section-tree-point): Refactor and document properly.
2534         (rst-imenu-find-adornments-for-position)
2535         (rst-imenu-convert-cell, rst-imenu-create-index):
2536         New function.
2538 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2540         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2541         (macroexp--expand-all): Use it.
2542         (macroexp--funcall-and-return): Remove by folding it into its sole
2543         caller (macroexp--warn-and-return).
2544         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2545         Use macroexp--obsolete-warning.
2547         * calc/calc.el: Fix last change by removing the whole chunk, since it
2548         was only needed back when Calc was not bundled.
2550 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
2552         * emacs-lisp/debug.el (debug): Restore assignment to
2553         debugger-old-buffer removed on 2012-09-08.
2555 2012-09-20  Juri Linkov  <juri@jurta.org>
2557         * dired-aux.el (dired-diff): Remove (require 'diff) since
2558         `diff-latest-backup-file' is now autoloaded.
2560 2012-09-20  Chong Yidong  <cyd@gnu.org>
2562         * vc/diff.el (diff-latest-backup-file): Autoload.
2564 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2566         * calc/calc.el: Remove redundant autoload shape check.
2567         (sel-mode): Don't defvar.
2568         (calc-get-stack-element): Add `sel-mode' arg instead.
2569         (calc-top, calc-top-list): Pass it this additional argument.
2570         * calc/calc-store.el (calc-store-map):
2571         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2572         (calc-map-equation, calc-outer-product, calc-inner-product):
2573         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2575         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2577 2012-09-19  Juri Linkov  <juri@jurta.org>
2579         * dired-aux.el (dired-diff): Add (require 'diff) because
2580         `diff-latest-backup-file' is not autoloaded.
2581         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2582         of `dired-get-filename' to t to not report error when there is
2583         no default file on the current line.
2585 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2588         macroexp--eval-if-compile.
2589         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2590         (macroexp--expand-all): Use them (bug#12371).
2592         * doc-view.el (doc-view-guess-paper-size)
2593         (doc-view-scale-bounding-box): Fix unbound `caddr'.
2595 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
2597         New feature: set optimal slice from BoundingBox information.
2598         * doc-view.el (doc-view-mode-map): Add keybinding.
2599         (doc-view-menu): Add menu entry.
2600         (doc-view-set-slice): Adapt docstring.
2601         (doc-view-get-bounding-box, doc-view-guess-paper-size)
2602         (doc-view-scale-bounding-box)
2603         (doc-view-set-slice-from-bounding-box): New functions.
2604         (doc-view-paper-sizes): New defvar.
2606 2012-09-19  Glenn Morris  <rgm@gnu.org>
2608         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2609         (byte-compile-log-warning): Autoload.  (Bug#12371)
2611         * calendar/calendar.el (calendar-american-month-header)
2612         (calendar-european-month-header, calendar-iso-month-header)
2613         (calendar-month-header): New options.
2614         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
2615         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
2617 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
2619         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2621 2012-09-18  Juri Linkov  <juri@jurta.org>
2623         * dired-aux.el (dired-diff): Restore original functionality of
2624         getting the default value, but keep new feature of using the
2625         latest existing backup file (`diff-latest-backup-file').
2627 2012-09-18  Juri Linkov  <juri@jurta.org>
2629         * dired.el (dired-mark): If the region is active in Transient Mark
2630         mode, mark all files in the active region.  Doc fix.
2631         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2632         Doc fix.  (Bug#10624)
2634 2012-09-18  Juri Linkov  <juri@jurta.org>
2636         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2637         attributes for M-n are pulled from the file at point.
2638         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2639         Suggested by Drew Adams.  (Bug#10624)
2641 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
2643         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2644         whitespace after "end".
2645         (ruby-do-end-to-brace): Collapse block to one line if it fits
2646         within fill-column.
2648 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
2650         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2651         value.
2652         (debug): Don't remove debugger window when debugger is expected
2653         to be back.
2655 2012-09-18  Chong Yidong  <cyd@gnu.org>
2657         * custom.el (defface): Doc fix.
2659         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2661 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
2663         * progmodes/compile.el (compilation-start): Use compilation-always-kill
2664         to initialize query-on-exit; then test that instead (bug#12288).
2666 2012-09-17  Stefan Merten  <smerten@oekonux.de>
2668         * textmodes/rst.el: Add support for `testcover'.
2669         (rst-defcustom-testcover, rst-testcover-add-compose)
2670         (rst-testcover-add-1value): New functions.
2671         (rst-portable-mark-active-p): Replace by `use-region-p'.
2672         (rst-update-section, rst-classify-adornment)
2673         (rst-find-title-line): Mark `1value' forms.
2674         (rst-classify-adornment): Remove superfluous form.
2675         (rst-update-section, rst-get-adornments-around)
2676         (rst-adornment-complete-p, rst-get-next-adornment)
2677         (rst-adjust, rst-promote-region)
2678         (rst-display-adornments-hierarchy, rst-straighten-adornments)
2679         (rst-find-pfx-in-region, rst-section-tree-rec)
2680         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2681         (rst-toc-node, rst-toc, rst-forward-section)
2682         (rst-iterate-leftmost-paragraphs)
2683         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2684         (rst-bullet-list-region)
2685         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2686         (rst-compile-find-conf, rst-compile)
2687         (rst-repeat-last-character): Fix style.
2689 2012-09-17  Chong Yidong  <cyd@gnu.org>
2691         * comint.el (comint--complete-file-name-data): Don't add a space
2692         if the status is `sole'; that adds a gratuitous space in the
2693         completion-cycling case (Bug#12092).
2695         * pcomplete.el (pcomplete-completions-at-point): Likewise.
2697 2012-09-17  Richard Stallman  <rms@gnu.org>
2699         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2700         only in the mime-shown mode, not in raw mode.
2701         (rmail-mime): Toggle off mime by displaying the message without
2702         mime processing.  (Bug#12305)
2704         * mail/rmail.el (rmail-retry-failure):
2705         Turn off mime processing first.  (Bug#12037)
2707         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2709 2012-09-17  Chong Yidong  <cyd@gnu.org>
2711         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2712         (shell-dynamic-complete-functions): Convert to defcustom.
2713         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2715         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2716         * comint.el (comint-prompt-read-only):
2717         * custom.el (defcustom):
2718         * hi-lock.el (hi-lock-mode):
2719         * ibuffer.el (ibuffer-formats):
2720         * ielm.el (ielm-prompt-read-only):
2721         * novice.el (disable-command):
2722         * saveplace.el (toggle-save-place):
2723         * speedbar.el (speedbar-supported-extension-expressions):
2724         * startup.el (auto-save-list-file-prefix, init-file-user)
2725         (after-init-hook, inhibit-startup-echo-area-message):
2726         * strokes.el (strokes-help):
2727         * time-stamp.el (time-stamp):
2728         * calendar/calendar.el (calendar, diary-file):
2729         * calendar/diary-lib.el (diary-mail-entries, diary)
2730         (diary-list-entries-hook):
2731         * calendar/holidays.el (holidays, calendar-holidays):
2732         * calendar/lunar.el (lunar-phases):
2733         * calendar/solar.el (sunrise-sunset):
2734         * emulation/edt.el (edt-load-keys):
2735         * emulation/viper.el (viper-mode):
2736         * eshell/em-alias.el (eshell-command-aliases-list):
2737         * eshell/esh-util.el (eshell-convert-numeric-arguments):
2738         * international/ogonek.el (ogonek-information):
2739         * net/tramp-cmds.el (tramp-bug):
2740         * net/quickurl.el (quickurl-reread-hook-postfix):
2741         * play/decipher.el (decipher-font-lock-keywords):
2742         * progmodes/cc-styles.el (c-set-style):
2743         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2744         * progmodes/inf-lisp.el (inferior-lisp-prompt):
2745         * progmodes/octave-mod.el (octave-mode):
2746         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2747         * progmodes/verilog-mode.el (verilog-read-defines):
2748         * textmodes/two-column.el (2C-mode): Likewise.
2750 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2752         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2753         that holds many addresses.
2755 2012-09-16  Chong Yidong  <cyd@gnu.org>
2757         * align.el (align-areas): Call the indication function with
2758         positions instead of markers for arguments (Bug#12343).
2760         * files.el (parse-colon-path): Use split-string (Bug#12351).
2762         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2763         (display-buffer-function): Mark as obsolete.
2765         * progmodes/compile.el (compilation-parse-errors): Accept list
2766         values similar to font-lock-keywords (Bug#12136).
2767         Suggested by Oleksandr Manzyuk.
2768         (compilation-error-regexp-alist): Doc fix.
2770 2012-09-15  Glenn Morris  <rgm@gnu.org>
2772         * version.el (emacs-bzr-version-bzr): New function.
2773         (emacs-bzr-get-version): Add optional EXTERNAL argument.
2775         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2776         checkouts, check the parent dirstate matches the branch.
2777         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
2778         empty string.
2780         * version.el (emacs-bzr-version): Doc fix.
2781         (emacs-bzr-version-dirstate): New function.
2782         (emacs-bzr-get-version): For lightweight checkouts, if the parent
2783         is local try and check that it matches the branch.  If not, just
2784         use dirstate information.  (Bug#12441)
2786 2012-09-14  Juri Linkov  <juri@jurta.org>
2788         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2789         (Bug#12399)
2791 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2793         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2795         * emacs-lisp/edebug.el: Miscellaneous cleanup.
2796         Remove obsolete byte-compiler hack that tried to silence some warnings.
2797         (edebug-submit-bug-report): Remove.
2798         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2799         Remove aliases, use the un-prefixed name instead.
2800         (edebug-pop-to-buffer): Consider other frames.
2801         (edebug-original-read):: Make it more obvious that it's always defined.
2802         (edebug--make-form-data-entry, edebug--form-data-name)
2803         (edebug--form-data-begin, edebug--form-data-end): Rename from the
2804         single-dashed name, and implement with cl-defstruct.
2805         (edebug-set-form-data-entry): Use the standard accessors.
2806         (edebug-make-top-form-data-entry): Use push.
2807         (edebug-no-match): Drop useless `funcall'.
2808         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2809         to functions.
2810         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2811         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2812         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2813         (easy-menu-define, with-custom-print): Remove redundant specs.
2814         (edebug-outside-overriding-local-map)
2815         (edebug-outside-overriding-terminal-local-map): Remove, unused.
2816         (edebug--display): Bind unread-command-events directly to nil rather
2817         than binding it to unread-command-events and later setting it to nil.
2818         (edebug--display): Kill edebug-eval-buffer here...
2819         (edebug--recursive-edit): ...rather than here.
2820         Bind standard-output and standard-input.
2821         (edebug-eval): Check cl-macroexpand-all is fboundp.
2822         (edebug-temp-display-freq-count): Fix last change.
2824         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2825         * subr.el (noreturn, 1value): Add `debug' spec.
2826         * emacs-lisp/advice.el: Require cl-lib.
2827         (ad-copy-tree): Remove, use copy-tree instead.
2828         (ad-dolist): Remove use dolist or cl-dolist instead.
2829         (ad-do-return): Remove, use cl-return instead.
2830         (defadvice): Add `debug' spec.
2832 2012-09-13  Juri Linkov  <juri@jurta.org>
2834         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2835         (Bug#12399)
2837 2012-09-13  Glenn Morris  <rgm@gnu.org>
2839         * calc/calc.el (math-compose-expr):
2840         * calc/calc-ext.el (math-compose-expr):
2841         * progmodes/cc-defs.el (cl-macroexpand-all):
2842         * progmodes/cc-langs.el (delete-duplicates, mapcan)
2843         (cl-macroexpand-all): Update declarations.
2845         * vc/vc.el: No need to require ediff.
2846         (ediff-load-version-control): Declare.
2847         (ediff-vc-internal): Fix declaration.
2848         (vc-version-ediff): Require ediff.
2850 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2852         Use a more backwards-compatible timer format (Bug#12430).
2853         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2854         being right after USECS, as that better supports old code that
2855         inadvisedly looked directly at the timer vector.
2857 2012-09-13  Kenichi Handa  <handa@gnu.org>
2859         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2860         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2861         `coding-priority' property of these language environment.
2863 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2865         Fix glitches caused by addition of psec to timers (Bug#12430).
2866         * image.el (image-animate-timer):
2867         * time.el (display-time-world-timer):
2868         Use timer--function and timer--args rather than raw access to
2869         timer vector.
2871 2012-09-13  Glenn Morris  <rgm@gnu.org>
2873         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2874         If not compiling a file, try using load-file-name.
2876 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2878         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2879         Fix last change.
2880         (edebug-update-eval-list): Use `push'.
2882         * emacs-lisp/edebug.el: Use lexical-binding.
2883         Remove the "edebug-" prefix from non-dynamically-scoped variables.
2884         Mark unused args with underscore.
2885         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2886         (edebug-form-data): Use defvar-local.
2887         (edebug-make-before-and-after-form, edebug-make-after-form):
2888         Use backquote.
2889         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2890         Not dynamically scoped any more.
2891         (edebug--enter-trace): Add arguments `function' and `args'.
2892         Rename from edebug-enter-trace.
2893         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
2894         (edebug--update-coverage): Add `after-index' and `value' args.
2895         Rename from edebug-update-coverage.
2896         (edebug-slow-after): Call it accordingly.
2897         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
2898         edebug-recursive-edit.
2899         (edebug--display): Call it accordingly.  Add args `value',
2900         `offset-index', and `arg-mode'.  Rename from edebug-display.
2901         (edebug-debugger, edebug): Call it accordingly.
2902         (edebug-eval-display-list): Use dolist.
2904 2012-09-12  Juri Linkov  <juri@jurta.org>
2906         * info.el (Info-search): Don't check for isearch-mode and
2907         isearch-regexp before let-binding search-spaces-regexp to
2908         Info-search-whitespace-regexp.
2909         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2910         search-whitespace-regexp if isearch-lax-whitespace or
2911         isearch-regexp-lax-whitespace is non-nil.
2912         (Info-mode): Don't set local variable search-whitespace-regexp.
2913         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2915 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2917         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2918         (debugger-env-macro): Remove support for unread-command-char.
2920         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2921         the temporary map re-appearing on emulation-mode-map-alists.
2923         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2924         since 22.1.
2926         * ehelp.el (with-electric-help): Accept functions in
2927         electric-help-form-to-execute.
2928         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2929         And replace unread-command-char -> unread-command-events.
2931 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
2933         Sync with Tramp 2.2.6.
2935         * net/tramp.el (tramp-accept-process-output): Don't use
2936         JUST-THIS-ONE in the XEmacs case.
2938         * net/trampver.el: Update release number.
2940 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
2942         * emacs-lisp/debug.el (debugger-previous-window-height):
2943         New variable.
2944         (debug): When debugger-jumping-flag is non-nil try to restore
2945         height of debugger window.  (Bug#8789)
2947 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2949         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2950         overriding-local-map and pre/post-command-hook here.
2951         (edebug-recursive-edit): Do it here instead (bug#12345).
2952         (edebug-outside-unread-command-char): Remove all uses of
2953         unread-command-char.
2955         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2956         inhibit-debugger is bound instead.
2958 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2960         * subr.el (set-temporary-overlay-map): Add a docstring.
2961         (Bug#12346)
2963 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2965         * minibuffer.el (completion-table-subvert): Fix docstring.
2966         (Bug#12347)
2968 2012-09-11  Bastien Guerry  <bzg@gnu.org>
2970         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
2972 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
2974         * progmodes/sql.el: Version 3.1
2975         (sql-db2-escape-newlines): New variable.
2976         (sql-escape-newlines-filter): Use it.
2978 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
2980         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2982 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
2984         * vc/diff-mode.el (diff-mode-menu):
2985         Bind diff-remove-trailing-whitespace.
2987 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2990         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2991         (emacs-lisp-byte-code-mode): New functions.
2992         (eval-sexp-add-defvars): Don't skip defvars in column >0.
2993         (eval-defun-2): Remove bogus interactive spec.
2994         (lisp-indent-line): Remove redundant whole-exp code, now done in
2995         indent-according-to-mode.
2996         (save-match-data): Remove redundant indent data.
2998         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2999         Use `declare'.
3001 2012-09-09  Juri Linkov  <juri@jurta.org>
3003         * replace.el (replace-regexp-lax-whitespace): New defcustom.
3004         (replace-lax-whitespace, query-replace-regexp)
3005         (query-replace-regexp-eval, replace-regexp): Doc fix.
3006         (perform-replace, replace-highlight): Let-bind
3007         isearch-lax-whitespace to replace-lax-whitespace and
3008         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3010         * isearch.el (isearch-query-replace): Let-bind
3011         replace-lax-whitespace to isearch-lax-whitespace and
3012         replace-regexp-lax-whitespace to
3013         isearch-regexp-lax-whitespace.  (Bug#10885)
3015 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3019 2012-09-09  Alan Mackenzie  <acm@muc.de>
3021         * progmodes/cc-engine.el (c-state-cache-init):
3022         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3023         (c-record-parse-state-state):
3024         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3026 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
3028         * register.el (register-separator): Rename from
3029         separator-register.  All uses changed.  Doc fix.
3030         (register): Fix version.
3032 2012-09-09  Chong Yidong  <cyd@gnu.org>
3034         * replace.el (query-replace-map): Bind four new symbols for
3035         requesting window scrolling.
3037         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3038         query-replace-map (Bug#8948).
3040         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3042         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3043         since they are now in query-replace-map.
3045         * window.el (scroll-other-window-down): Make the arg optional.
3047 2012-09-09  Chong Yidong  <cyd@gnu.org>
3049         * files.el (hack-local-variables-confirm): Use quit-window to kill
3050         the *Local Variables* buffer.
3052 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3054         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3055         not just expect to be at its beginning.  Adjust callees.
3056         Succeed when do-end block has no space before the pipe character.
3057         (ruby-brace-to-do-end): When the original block is one-liner,
3058         convert to multiline.  Reindent the result.
3060 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
3062         * register.el (register): New group.
3063         (separator-register): New user option.
3064         (increment-register): Route it to `append-to-register', if
3065         register contains text.  Implication is that `C-x r +' can now be
3066         used for appending to a text register (bug#12217).
3067         (append-to-register, prepend-to-register): Add separator based on
3068         `separator-register'.
3070 2012-09-08  Alan Mackenzie  <acm@muc.de>
3072         AWK Mode: make auto-newline work when there's "==" in the pattern.
3073         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3074         correctly.
3075         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3076         Test more rigorously for "=" token.
3078 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3080         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3081         Only fail when reached LIMIT.
3083 2012-09-08  Chong Yidong  <cyd@gnu.org>
3085         * dired.el (dired-mode-map): Don't bind M-=.
3087         * dired-aux.el (dired-diff): Use backup file as default.
3089 2012-09-08  Drew Adams  <drew.adams@oracle.com>
3091         * subr.el (add-to-history): Fix delete usage (Bug#12314).
3093 2012-09-08  Chong Yidong  <cyd@gnu.org>
3095         * subr.el (syntax-after, syntax-class): Doc fix.
3097 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
3099         * window.el (display-buffer-in-previous-window): New buffer
3100         display action function.
3102         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3103         (debugger-previous-window): New variable.
3104         (debug): Rewrite using display-buffer-in-previous-window,
3105         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
3107 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
3111 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
3113         * progmodes/python.el (python-shell-send-string):
3114         When default-directory is remote, create temp file on remote
3115         filesystem.
3116         (python-shell-send-file): When file is remote, pass local view of
3117         file paths to remote Python interpreter.  (Bug#12340)
3119 2012-09-07  Chong Yidong  <cyd@gnu.org>
3121         * window.el (switch-to-buffer): Doc fix (Bug#12181).
3123         * files.el (after-find-file): Don't fail on a read-only buffer if
3124         require-final-newline is `visit' or `visit-save' (Bug#11156).
3126         * subr.el (read-char-choice): Allow quitting via ESC ESC.
3128         * userlock.el (ask-user-about-supersession-threat):
3129         Use read-char-choice (Bug#12093).
3131 2012-09-07  Chong Yidong  <cyd@gnu.org>
3133         * subr.el (buffer-narrowed-p): New function.
3135         * ses.el (ses-widen):
3136         * simple.el (count-words--buffer-message):
3137         * net/browse-url.el (browse-url-of-buffer): Use it.
3139         * simple.el (count-words-region): Don't signal an error if there
3140         is a non-nil prefix arg and the mark is not set.
3142         * help.el (describe-key-briefly): Allow the message to be seen
3143         when invoked from the minibuffer (Bug#7014).
3145 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
3147         * progmodes/ruby-mode.el (ruby-end-of-defun)
3148         (ruby-beginning-of-defun): Simplify, allow indentation before
3149         block beginning and end keywords.
3150         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3151         (ruby-end-of-defun): Expect that the point is at the beginning of
3152         the defun.
3154 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3157         (bug#12367).
3158         (cl--make-usage-args): Strip _ from argument names.
3160 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3162         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3163         obsolete alias speedbar-key-map.
3164         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3165         (vhdl-index-menu-init): Don't use obsolete variable
3166         font-lock-maximum-size.
3168 2012-09-06  Chong Yidong  <cyd@gnu.org>
3170         * frame.el (window-system-version): Mark as obsolete.
3172         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3173         of obsolete variable speedbar-key-map.
3175 2012-09-06  Juri Linkov  <juri@jurta.org>
3177         * replace.el (replace-lax-whitespace): New defcustom.
3178         (query-replace, query-replace-regexp, query-replace-regexp-eval)
3179         (replace-string, replace-regexp): Mention it in docstrings.
3180         (perform-replace, replace-highlight): Let-bind
3181         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3182         to the values of replace-lax-whitespace and regexp-flag.
3183         Don't let-bind search-whitespace-regexp.  (Bug#10885)
3185         * isearch.el (isearch-query-replace): Let-bind
3186         replace-lax-whitespace instead of let-binding
3187         replace-search-function and replace-re-search-function.
3188         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3189         and isearch-regexp-lax-whitespace to lazy-highlight variables.
3190         (isearch-toggle-symbol): Set isearch-regexp to nil
3191         in isearch-word mode (like in isearch-toggle-word).
3193 2012-09-06  Juri Linkov  <juri@jurta.org>
3195         * replace.el (replace-search-function)
3196         (replace-re-search-function): Set default values to nil.
3197         (perform-replace): Let-bind isearch-related variables based on
3198         replace-related values, call `isearch-search-fun' and let-bind
3199         the result to `search-function'.  Remove code that sets
3200         `search-function' and `search-string' separately for
3201         `delimited-flag'.
3202         (replace-highlight): Add new argument `delimited-flag' and
3203         rename other arguments to the names used in `perform-replace'.
3204         Let-bind `isearch-word' to the argument `delimited-flag'.
3205         (Bug#10885, bug#10887)
3207 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
3209         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3210         ruby-beginning-of-indent, simplify, allow all keywords to have
3211         indentation before them.
3212         (ruby-beginning-of-indent): Adjust for above.  Search until the
3213         found point is not inside a string or comment.
3214         (ruby-font-lock-keywords): Allow symbols to start with "@"
3215         character, give them higher priority than variables.
3216         (ruby-syntax-propertize-function)
3217         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3218         matchers.  Expression expansions are not comments when inside a
3219         string, and there comment syntax status is irrelevant.
3220         (ruby-match-expression-expansion): New function.  Check that
3221         expression expansion is inside a string, and it's not escaped.
3222         (ruby-font-lock-keywords): Use it.
3224 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
3226         * help.el (temp-buffer-max-height): New default value.
3227         (temp-buffer-resize-frames): New option.
3228         (resize-temp-buffer-window): Optionally resize frame.
3230         * window.el (fit-frame-to-buffer-bottom-margin): New option.
3231         (fit-frame-to-buffer): New function.
3233 2012-09-05  Glenn Morris  <rgm@gnu.org>
3235         * emulation/cua-rect.el (cua--init-rectangles):
3236         * textmodes/picture.el (picture-mode-map):
3237         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3238         like forward-char and backward-char.  (Bug#12317)
3240 2012-09-05  Leo Liu  <sdl.web@gmail.com>
3242         * progmodes/flymake.el (flymake-warning-re): New variable.
3243         (flymake-parse-line): Use it.
3245 2012-09-05  Glenn Morris  <rgm@gnu.org>
3247         * calendar/holidays.el (holiday-christian-holidays):
3248         Rename an entry.  (Bug#12289)
3250 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3253         (bug#12222).
3255 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * loadup.el: Load macroexp.  Remove hack.
3258         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3259         (macroexp--expand-all): Use it to get better warnings.
3260         (macroexp--backtrace, macroexp--trim-backtrace-frame)
3261         (internal-macroexpand-for-load): New functions.
3262         (macroexp--pending-eager-loads): New var.
3263         (emacs-startup-hook): New hack to replace one in loadup.el.
3264         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3265         (cl--compiler-macro-cXXr): Move to top, before they can be used.
3266         (cl-psetf): Simplify.
3267         (cl-defstruct): Add indent rule.
3269 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
3271         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3272         over `user-mail-address' for the SMTP MAIL FROM envelope.
3273         (smtpmail-via-smtp): Ditto.
3275 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
3277         * progmodes/ruby-mode.el: Clean up keybindings.
3278         (ruby-mode-map): Don't bind ruby-electric-brace,
3279         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3280         backward-kill-word, reindent-then-newline-and-indent.
3281         (ruby-mark-defun): Remove.
3282         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
3283         (ruby-mode): Set local beginning-of-defun-function and
3284         end-of-defun-function values.
3286 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
3288         * window.el (temp-buffer-window-setup-hook)
3289         (temp-buffer-window-show-hook): New hooks.
3290         (temp-buffer-window-setup, temp-buffer-window-show)
3291         (with-temp-buffer-window): New functions.
3292         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3293         (special-display-popup-frame): Make sure the window used shows BUFFER.
3295         * help.el (temp-buffer-resize-mode): Fix doc-string.
3296         (resize-temp-buffer-window): New optional argument WINDOW.
3298         * files.el (recover-file, save-buffers-kill-emacs):
3299         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3301 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
3303         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3304         remote definition of `default-directory', ensure we can connect.
3306 2012-09-02  Juri Linkov  <juri@jurta.org>
3308         Toggle whitespace matching mode with M-s SPC.
3309         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3311         * isearch.el (search-whitespace-regexp): Doc fix.
3312         Remove cons cell customization.
3313         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3314         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3315         New variables.
3316         (isearch-forward, isearch-forward-regexp): Doc fix.
3317         (isearch-toggle-lax-whitespace): New command.
3318         (search-forward-lax-whitespace, search-backward-lax-whitespace)
3319         (re-search-forward-lax-whitespace)
3320         (re-search-backward-lax-whitespace): New functions.
3321         (isearch-whitespace-regexp): Remove function.
3322         (isearch-query-replace): Let-bind replace-search-function and
3323         replace-re-search-function.
3324         (isearch-occur): Let-bind search-spaces-regexp according to the
3325         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3326         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3327         condition for C-q SPC.
3328         (isearch-search-fun-default): Use new functions mentioned above.
3329         (isearch-search-forward, isearch-search-backward): Remove functions.
3330         (isearch-search): Don't let-bind search-spaces-regexp.
3331         (isearch-lazy-highlight-space-regexp): Remove variable.
3332         (isearch-lazy-highlight-lax-whitespace)
3333         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3334         (isearch-lazy-highlight-new-loop): Use them.
3335         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3337 2012-09-02  Chong Yidong  <cyd@gnu.org>
3339         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3341 2012-09-02  Glenn Morris  <rgm@gnu.org>
3343         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
3345 2012-09-01  Glenn Morris  <rgm@gnu.org>
3347         * term.el: Tidy up menu definitions.
3348         (term-mode-map): Use easymenu for In/Out, Complete menus.
3349         (term-pager-break-map): Initialize in the defvar.
3350         (term-terminal-menu, term-signals-menu): Define with easymenu.
3351         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
3352         (term-pager-menu): New, extracted from term-process-pager.
3353         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3354         (term-update-mode-line): Propertize line/char and page items.
3355         (term-process-pager): Move keymap initialization elsewhere.
3357 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
3359         * window.el (switch-to-prev-buffer): Handle additional values of
3360         BURY-OR-KILL argument.  Don't switch in minibuffer window.
3361         (switch-to-next-buffer): Don't switch in minibuffer window.
3362         (quit-restore-window): New function based on quit-window.
3363         Handle additional values of former KILL argument.
3364         (quit-window): Call quit-restore-window with appropriate
3365         interpretation of KILL argument.
3366         (display-buffer-below-selected): New buffer display action
3367         function.
3369 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3371         * minibuffer.el (completion-at-point-functions): Complete docstring
3372         (bug#12254).
3374 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3376         Better seed support for (random).
3377         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3378         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3379         * play/mpuz.el, play/tetris.el, play/zone.el:
3380         * calc/calc-comb.el (math-init-random-base):
3381         * play/blackbox.el (bb-init-board):
3382         * play/life.el (life):
3383         * server.el (server-use-tcp):
3384         * type-break.el (type-break):
3385         Remove unnecessary call to (random t).
3386         * net/sasl.el (sasl-unique-id-function):
3387         Change (random t) to (random), now that the latter is more random.
3388         * play/life.el (life-initialized): Remove no-longer-needed var.
3390 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
3392         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3393         Consider frame's buffer predicate when choosing the buffer.
3394         (Bug#12081)
3396 2012-08-30  Richard Stallman  <rms@gnu.org>
3398         * simple.el (special-mode-map): Delete binding for `z'.
3400 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
3402         * progmodes/compile.el (compilation-always-kill): Doc fix.
3404 2012-08-30  Chong Yidong  <cyd@gnu.org>
3406         * window.el (display-buffer-reuse-frames): Make the obsolescence
3407         message more informative.
3409 2012-08-30  Glenn Morris  <rgm@gnu.org>
3411         * paren.el (show-paren-delay):
3412         Add a :set function.  Doc fix.  (Bug#12297)
3414 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
3416         * progmodes/compile.el (compilation-always-kill): New var.
3417         (compilation-start): Use it.
3419 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3421         * simple.el (read-only-mode): Move from files.el for bootstrapping.
3422         * files.el (read-only-mode): Move to simple.el.
3424         * files.el (read-only-mode): New minor mode.
3425         (toggle-read-only): Use it and mark obsolete.
3426         (find-file--read-only):
3427         * vc/vc.el (vc-next-action, vc-checkout):
3428         * vc/vc-cvs.el (vc-cvs-checkout):
3429         * obsolete/vc-mcvs.el (vc-mcvs-update):
3430         * ffap.el (ffap--toggle-read-only): Update callers.
3432 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
3434         * eshell/esh-ext.el (eshell-external-command): Do not examine
3435         remote shell scripts.
3436         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3438         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3439         "/usr/local/sbin".
3441 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3445 2012-08-28  Leo Liu  <sdl.web@gmail.com>
3447         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3448         completion-at-point.  (Bug#12220)
3450         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3452         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3454 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3456         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3457         be buffer-local; add delete-trailing-whitespace (bug#12259).
3459 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
3461         * progmodes/hideif.el (hif-compress-define-list):
3462         Fix typo.  (Bug#11951)
3464 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
3466         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3467         buffer local setting.
3469         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3470         rcirc-encode-coding-system.
3472 2012-08-28  Leo Liu  <sdl.web@gmail.com>
3474         * net/rcirc.el (rcirc-split-message): New function.
3475         (rcirc-send-message): Use it.  (Bug#12051)
3477 2012-08-28  Juri Linkov  <juri@jurta.org>
3479         * info.el (Info-fontify-node): Hide empty lines at the end of
3480         the node.  (Bug#12272)
3482 2012-08-27  Drew Adams  <drew.adams@oracle.com>
3484         * dired.el (dired-pop-to-buffer): Make window start at beginning
3485         of buffer (Bug#12281).
3487 2012-08-26  Chong Yidong  <cyd@gnu.org>
3489         * window.el (special-display-regexps, special-display-frame-alist)
3490         (special-display-buffer-names, special-display-function)
3491         (display-buffer-reuse-frames): Mark as obsolete.
3493         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3495         * help.el (help-print-return-message): Don't treat
3496         display-buffer-reuse-frames specially.
3498 2012-08-26  Chong Yidong  <cyd@gnu.org>
3500         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3501         New variable, replacing gdb-frame-parameters.
3502         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3503         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3504         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3505         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3506         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
3507         the functions directly with gdb-display-buffer-other-frame-action.
3508         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3509         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3510         (gdb-display-stack-buffer, gdb-display-locals-buffer)
3511         (gdb-display-registers-buffer): Define directly.
3512         (def-gdb-display-buffer): Macro deleted.
3513         (gdb-display-buffer): Remove second and third args, callers don't
3514         use them.  Defer to the default display-buffer behavior, apart
3515         from making windows dedicated.
3516         (gdb-setup-windows): Don't call display-buffer unnecessarily.
3518         * progmodes/gud.el (gud-display-line): Just use display-buffer.
3520         * window.el (display-buffer-pop-up-frame): Handle a
3521         pop-up-frame-parameters alist entry.
3522         (display-buffer): Document it.
3524 2012-08-26  Chong Yidong  <cyd@gnu.org>
3526         * isearch.el (search-whitespace-regexp): Make string and nil
3527         values apply to both ordinary and regexp search.  Allow a cons
3528         cell value to distinguish between the two.
3529         (isearch-whitespace-regexp, isearch-search-forward)
3530         (isearch-search-backward): New functions.
3531         (isearch-occur, isearch-search-fun-default, isearch-search)
3532         (isearch-lazy-highlight-new-loop): Use them.
3533         (isearch-forward, isearch-forward-regexp): Doc fix.
3535 2012-08-26  Chong Yidong  <cyd@gnu.org>
3537         * faces.el (help-argument-name): Always inherit from italic
3538         (Bug#12213).
3540 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
3542         * window.el (window--even-window-heights): Even heights when
3543         WINDOW and the selected window form a vertical combination.
3544         (display-buffer-use-some-window): Provide that window used gets
3545         sized back by quit-window.  (Bug#11880) and (Bug#12091)
3547 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3549         Fix file time stamp problem with bzr and CVS (Bug#12001).
3550         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3551         in the file's time stamp, since the version control system loses
3552         that information.
3554 2012-08-22  Juri Linkov  <juri@jurta.org>
3556         * info.el (Info-fontify-node): Hide the suffix of the
3557         Info file name in the header line.  (Bug#12187)
3559 2012-08-22  Glenn Morris  <rgm@gnu.org>
3561         * calendar/cal-tex.el (cal-tex-weekly-common):
3562         Restore leading blank page.
3564 2012-08-22  Le Wang  <l26wang@gmail.com>  (tiny change)
3566         * misc.el (forward-to-word, backward-to-word): Activate or extend
3567         the region under `shift-select-mode'.  (Bug#12231)
3569 2012-08-22  Bastien Guerry  <bzg@gnu.org>
3571         * progmodes/executable.el (executable-prefix): Set to "#!" instead
3572         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
3573         gives details on why the space is never needed.
3575 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
3577         * window.el (walk-window-tree, window-with-parameter):
3578         New optional argument MINIBUF to control whether these functions
3579         should run on the minibuffer window.
3580         (window-at-side-list): Don't operate on minibuffer window.
3581         (window-in-direction): Simplify and rewrite doc-string.
3582         (window--size-ignore): Rename to window--size-ignore-p.
3583         Update callers.
3584         (display-buffer-in-atom-window, window--major-non-side-window)
3585         (window--major-side-window, display-buffer-in-major-side-window)
3586         (delete-side-window, display-buffer-in-side-window):
3587         New functions.
3588         (window--side-check, window-deletable-p, delete-window)
3589         (delete-other-windows, split-window): Handle side windows and
3590         atomic windows appropriately.
3591         (window--display-buffer): Call display-buffer-record-window also
3592         when the window buffer did not change.
3594 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
3596         * help-fns.el (help-fns--key-bindings):
3597         Abbreviate non-symbol remap targets.  (Bug#12174)
3599 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
3601         * dired.el (dired-mark-remembered): Don't clobber point.
3602         (Bug#11795)
3604 2012-08-22  Glenn Morris  <rgm@gnu.org>
3606         * progmodes/bug-reference.el (bug-reference): New custom group.
3607         (bug-reference-bug-regexp): Make it a defcustom.
3609 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
3611         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3612         (js-paren-indent-offset, js-square-indent-offset)
3613         (js-curly-indent-offset): Add :safe (Bug#12257).
3615 2012-08-22  Edward O'Connor  <hober0@gmail.com>
3617         * json.el (json-key-format): Add error properties.
3618         (json-encode-key): New function.
3619         (json-encode-hash-table, json-encode-alist, json-encode-plist):
3620         Use json-encode-key.
3622 2012-08-22  Glenn Morris  <rgm@gnu.org>
3624         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3625         (cal-tex-leftday, cal-tex-rightday): Remove functions.
3626         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3627         Update for above change.
3629 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
3631         * cus-face.el (custom-face-attributes): Fix customize type for the
3632         :underline attribute.  (Bug#11805)
3634 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
3636         * window.el (window-point-1, set-window-point-1): Remove.
3637         (window-in-direction, record-window-buffer)
3638         (set-window-buffer-start-and-point, split-window-below)
3639         (window--state-get-1, display-buffer-record-window):
3640         Replace calls to window-point-1 and set-window-point-1 by calls to
3641         window-point and set-window-point respectively.
3643 2012-08-21  Glenn Morris  <rgm@gnu.org>
3645         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3646         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3647         Use it.
3649         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3650         (cal-tex-shortday): New function.
3651         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3652         (cal-tex-cursor-filofax-daily): Use the above.
3654         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3655         New functions.
3656         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3657         (cal-tex-cursor-filofax-week): Use them.
3659         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3660         New constants.
3661         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3662         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3664         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3665         (cal-tex-end-document): Don't rely on buffer name.
3667         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3668         Use cal-tex-vspace.
3669         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3670         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3671         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3672         Use cal-tex-arg.
3674         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3675         (cal-tex-cursor-week, cal-tex-cursor-week2)
3676         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3677         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3678         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3679         (cal-tex-insert-preamble, cal-tex-b-document)
3680         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3681         Improve cal-tex-cmd usage.
3683         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3684         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3685         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3686         (cal-tex-weekly-paper): New function.
3687         (cal-tex-cursor-week, cal-tex-cursor-week2)
3688         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3689         (cal-tex-cursor-day): Use it.
3691         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3692         (cal-tex-cursor-filofax-week): Remove leading blank page.
3694         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3695         Add autoload cookie.  For now at least, don't use color, since
3696         no other cal-tex function does.
3698         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3699         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3700         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3702 2012-08-21  Juri Linkov  <juri@jurta.org>
3704         * info.el (Info-file-attributes): New variable.
3705         (info-insert-file-contents): Add file attributes to
3706         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
3707         `Info-toc-nodes' when previous modtime of the Info file is less
3708         than new modtime.
3709         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3710         of info.el.  (Bug#12230)
3712 2012-08-20  Glenn Morris  <rgm@gnu.org>
3714         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3715         * calendar/holidays.el (calendar-holiday-list):
3716         Report errors with display-warning rather than beep'n'sleep.
3718 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
3720         * net/tramp.el (tramp-accept-process-output): Accept only output
3721         from PROC.  Otherwise, process filters and sentinels might be
3722         confused.  (Bug#12145)
3724 2012-08-20  Chong Yidong  <cyd@gnu.org>
3726         * descr-text.el (describe-text-properties-1): Use overlays-in to
3727         report on empty overlays (Bug#3322).
3729 2012-08-20  Glenn Morris  <rgm@gnu.org>
3731         * mail/rmailout.el (rmail-output-read-file-name):
3732         Trap and report errors in rmail-output-file-alist elements.
3734         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3735         since most non-font-lock faces are not also variables).
3737 2012-08-20  Edward Reingold  <reingold@iit.edu>
3739         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3740         New function.  (Bug12160)
3742 2012-08-19  Glenn Morris  <rgm@gnu.org>
3744         * mail/rmailout.el (rmail-output-read-file-name):
3745         Fix previous change (when the alist is nil or does not match).
3747 2012-08-19  Chong Yidong  <cyd@gnu.org>
3749         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3750         (Bug#12228).
3752 2012-08-18  Chong Yidong  <cyd@gnu.org>
3754         * simple.el (yank-handled-properties): New defcustom.
3755         (yank-excluded-properties): Add font-lock-face and category.
3756         (yank): Doc fix.
3758         * subr.el (remove-yank-excluded-properties):
3759         Obey yank-handled-properties.  The special handling of font-lock-face
3760         and category is now done this way, instead of being hard-coded.
3761         (insert-for-yank-1): Remove font-lock-face handling.
3762         (yank-handle-font-lock-face-property)
3763         (yank-handle-category-property): New function.
3765 2012-08-17  Glenn Morris  <rgm@gnu.org>
3767         * mail/rmailout.el (rmail-output-read-file-name):
3768         Check rmail-output-file-alist against the full message body
3769         in the correct rmail buffer.  (Bug#12214)
3771 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
3773         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3774         Eliminate superfluous prompt.  (Bug#12203)
3776 2012-08-17  Chong Yidong  <cyd@gnu.org>
3778         * mouse.el (mouse-appearance-menu): If x-select-font returns a
3779         font spec, set the font directly (Bug#3228).
3781 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
3783         * window.el (delete-window): Fix last fix.
3785 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
3787         * window.el (window-valid-p): Move to window.c.
3788         (window-child, window-child-count, window-last-child)
3789         (window-normalize-window, window-combined-p)
3790         (window-combinations, window-atom-root, window-min-size)
3791         (window-sizable, window-sizable-p, window-size-fixed-p)
3792         (window-min-delta, window-max-delta, window--resizable)
3793         (window--resizable-p, window-resizable, window-total-size)
3794         (window-full-height-p, window-full-width-p, window-body-size)
3795         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3796         (minimize-window, window-deletable-p, delete-window)
3797         (delete-other-windows, set-window-buffer-start-and-point)
3798         (next-buffer, previous-buffer, split-window, balance-windows-2)
3799         (set-window-text-height, window-buffer-height)
3800         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3801         (truncated-partial-width-window-p): Minor code adjustments.
3802         In doc-strings state whether the argument window has to denote a
3803         live, valid or any window.
3805 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
3807         * progmodes/subword.el (subword-forward-function)
3808         (subword-backward-function, subword-forward-regexp)
3809         (subword-backward-regexp): New variables.
3810         (subword-forward, subword-forward-internal, subword-backward-internal):
3811         Use new variables, eg so that different "word" definitions
3812         can be easily used.  (Bug#11411)
3814 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3816         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3817         for composite selectors.
3818         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3819         operation just because we can't find a previous revision.
3821 2012-08-15  Chong Yidong  <cyd@gnu.org>
3823         * frame.el (set-frame-font): Accept font objects.
3825 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3827         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3829 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
3831         * man.el (Man-overstrike-face, Man-underline-face)
3832         (Man-reverse-face): Remove variables.
3833         (Man-overstrike, Man-underline, Man-reverse): New faces.
3834         (Man-fontify-manpage): Use them instead of the variables.
3835         (Man-cleanup-manpage): Comment change.
3836         (Man-ansi-color-map): New variable.
3837         (Man-fontify-manpage): Use it.
3838         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3840         Implement ANSI SGR parameters 22-27 (bug#12146).
3841         * ansi-color.el (ansi-colors): Doc fix.
3842         (ansi-color-context, ansi-color-context-region): Doc fix.
3843         (ansi-color--find-face): New function.
3844         (ansi-color-apply, ansi-color-apply-on-region): Use it.
3845         Rename the local variable `face' to `codes' since it is now a list of
3846         ansi codes.  Doc fix.
3847         (ansi-color-get-face): Remove.
3848         (ansi-color-parse-sequence): New function, derived from
3849         ansi-color-get-face.
3850         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
3851         codes 22-27.
3853 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3855         * subr.el (read-passwd): Allow use from a minibuffer.
3857 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
3859         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3860         inside comments and strings as identifiers.
3862         * progmodes/gud.el (gud-tooltip-print-command): Quote the
3863         expression to evaluate.  This allows to evaluate expressions with
3864         embedded whitespace.
3865         (gud-tooltip-tips): Add a blank before the newline in the
3866         message-box text, for the benefit of message-box emulation on
3867         MS-Windows.
3869         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3870         messages from GDB, pop them up in a tooltip to give feedback to
3871         user.
3872         (gdb-tooltip-print-1): Quote the expression to evaluate.
3873         This allows to evaluate expressions with embedded whitespace.
3874         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3875         if the TTY name is nil or empty (which happens when communicating
3876         with the inferior via pipes, e.g. on MS-Windows).
3877         (gdb-internals): If GDB sends a "&\n" empty debugging message,
3878         don't send that to the GUD buffer.
3880 2012-08-14  Glenn Morris  <rgm@gnu.org>
3882         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3883         Optimize away setq-default with no args, as for setq.  (Bug#12195)
3885 2012-08-14  Chong Yidong  <cyd@gnu.org>
3887         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3889         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3890         (Bug#12085).
3892 2012-08-14  Glenn Morris  <rgm@gnu.org>
3894         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3896 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
3898         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3899         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3900         Use cached shell name.
3902 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3904         * progmodes/python.el (python-shell-send-string):
3905         (python-shell-send-setup-code): Do not use `format' with `message'.
3907 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
3909         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3910         (ruby-percent-literal-beg-re): New constant.
3911         (ruby-syntax-general-delimiters-goto-beg): Rename to
3912         `ruby-syntax-enclosing-percent-literal', improve literal type check.
3913         (ruby-syntax-propertize-general-delimiters): Rename to
3914         `ruby-syntax-propertize-percent-literal', it's a shorter and more
3915         popular term.  Adjust comments everywhere.
3916         (ruby-syntax-propertize-percent-literal): Only propertize when not
3917         inside a simple string or comment.  When the literal is unclosed,
3918         leave the text after it unpropertized.
3919         (ruby-syntax-methods-before-regexp): New constant.
3920         (ruby-syntax-propertize-function): Use it to recognize regexps.
3921         Don't look at the text after regexp, just use the whitelist.
3923 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
3925         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3926         non-nil always load the compiled file if it exists.  (Bug#12197)
3928 2012-08-14  Chong Yidong  <cyd@gnu.org>
3930         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3931         (hi-lock-set-pattern): When deciding whether to use font lock or
3932         overlays, look at font-lock-mode instead of font-lock-fontified
3933         (Bug#12168).
3934         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3935         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3937 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
3939         * subr.el (internal--after-with-selected-window): Fix typo
3940         (Bug#12193).
3942 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
3944         Use `completion-table-dynamic' for completion functions.
3945         * progmodes/python.el
3946         (python-shell-completion--do-completion-at-point)
3947         (python-shell-completion--get-completions):
3948         Remove functions.
3949         (python-shell-completion-complete-at-point): New function.
3950         (python-completion-complete-at-point): Use it.
3952 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
3954         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3955         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3957 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3959         * subr.el (function-get): Refine `autoload' arg so it can also
3960         autoload functions for gv.el (bug#12191).
3961         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3962         autoloads macros.
3964         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3965         Prefer pcase-let over destructuring-bind.
3966         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3967         Also, remove whitespace as we go, rather than after accumulating the
3968         various places.
3970         * subr.el (internal--before-with-selected-window)
3971         (internal--after-with-selected-window): Fix typo seleted->selected.
3972         (with-selected-window): Adjust callers.
3973         Reported by Dmitry Gutov <dgutov@yandex.ru>.
3975 2012-08-13  Bastien Guerry  <bzg@gnu.org>
3977         * window.el (special-display-popup-frame): Minor docstring
3978         enhancement.  (Bug#12172)
3980 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3982         * tar-mode.el (tar-header-data-end): Only ignore size for files of
3983         type 1-6.
3984         (tar-header-block-summarize, tar-get-descriptor): Handle pax
3985         extended headers.
3987         * files.el (hack-local-variables-filter): Remove useless eval.
3989 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
3991         * subr.el (with-selected-window): Fix last change.
3993 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * subr.el (internal--before-with-seleted-window)
3996         (internal--after-with-seleted-window): New functions.
3997         (with-selected-window): Use them, to replace dependency on
3998         tty-top-frame.
4000 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
4002         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4003         binding for `newline'.
4004         (ruby-move-to-block): When moving backward, stop at block opening,
4005         not indentation.
4006         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4007         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4008         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4009         `ruby-toggle-block'.
4011 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4013         * ibuffer.el (ibuffer-do-toggle-read-only):
4014         * dired.el (dired-toggle-read-only):
4015         * buff-menu.el (Buffer-menu-toggle-read-only):
4016         * bindings.el (mode-line-toggle-read-only):
4017         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4019 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
4021         * descr-text.el (describe-char): Put the overlays over the
4022         "displayed as" character.
4024 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
4026         * calc/calc-units.el (math-default-units-table): Give an
4027         initial value.
4028         (math-put-default-units): Add options to put composite units and
4029         unit systems in the default units table.
4030         (calc-convert-units): Send composite units to
4031         `math-put-default-units' when appropriate.
4033 2012-08-11  Glenn Morris  <rgm@gnu.org>
4035         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4037         * tutorial.el (help-with-tutorial):
4038         * emacs-lisp/copyright.el (copyright-update-directory):
4039         * emacs-lisp/autoload.el (autoload-find-generated-file)
4040         (autoload-find-file): Disable local eval: (for insurance).
4042         * files.el (hack-local-variables-filter): If an eval: form is not
4043         known to be safe, and enable-local-variables is :safe, then ignore
4044         the form totally, as is done for non-eval forms.  (Bug#12155)
4045         This is CVE-2012-3479.
4047 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4049         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4050         (rx-form): Simplify.
4052 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
4054         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4055         ?, _, and : are symbol constituents, ! is not (but kinda should be).
4056         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4057         (ruby-syntax-propertize-function): Adjust for changes in
4058         `ruby-syntax-propertize-heredoc'.
4060 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
4062         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4063         binding (use `M-;' instead).
4064         (ruby-singleton-class-p): New function.
4065         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4067 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4069         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4071 2012-08-10  Chong Yidong  <cyd@gnu.org>
4073         * progmodes/python.el (python-shell-get-process-name): Don't mess
4074         with same-window-buffer-names.
4076         * eshell/eshell.el (eshell-add-to-window-buffer-names)
4077         (eshell-remove-from-window-buffer-names): Make obsolete.
4078         (eshell-buffer-name, eshell-unload-hook): Don't use them.
4079         (eshell): Just use pop-to-buffer-same-window instead.
4081 2012-08-10  Chong Yidong  <cyd@gnu.org>
4083         * bindings.el: Bind M-= back to count-words-region.
4085         * simple.el (count-words-region): Accept a prefix arg for acting
4086         on the entire buffer.
4087         (count-words--buffer-message): New helper function.
4089 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4092         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4093         (event-start, event-end): Use posn-at-point to return a more
4094         informative posn.
4095         (posnp): New function.
4096         * mouse.el (popup-menu-normalize-position): Use it.
4098 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
4100         * mouse.el (popup-menu-normalize-position): New function.
4101         (popup-menu): Use `popup-menu-normalize-position' to normalize
4102         the form for POSITION argument.
4104         * term/x-win.el (x-menu-bar-open):
4105         Use the value returend from (posn-at-point) as position
4106         passed to `popup-menu'.
4108 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
4110         * calc/calccomp.el (math-compose-expr): Add extra argument
4111         indicating that parentheses should be put around products in
4112         denominators.  Give multiplication precedence over division during
4113         composition.
4115 2012-08-09  Chong Yidong  <cyd@gnu.org>
4117         * man.el (Man-switches, Man-sed-command, Man-awk-command)
4118         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4119         (Man-untabify-command, manual-program): Convert to defcustom
4120         (Bug#10429).
4122         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4124         * descr-text.el (describe-char): Don't insert extra newlines
4125         (Bug#10127).
4127         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4128         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4130         * align.el (align-region): Delete temporary markers (Bug#10047).
4131         Plus some code cleanups.
4133 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
4135         * progmodes/python.el (python-pdbtrack-tracked-buffer)
4136         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4137         (python-shell-internal-last-output): Use make-local-variable
4138         instead of make-variable-buffer-local.
4140 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
4142         * progmodes/python.el: Enhancements to forward-sexp.
4143         (python-nav-forward-sexp): Rename from
4144         python-nav-forward-sexp-function.
4145         (python-nav--forward-sexp, python-nav--backward-sexp):
4146         New functions.
4148 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
4150         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4151         modes and simplification modes.
4153 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * delsel.el (delete-selection-pre-hook): Don't propagate the
4156         file-supersession signals (bug#12161).
4158 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4161         (cl-map-extents): Add compatibility aliases (bug#12135).
4163 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
4165         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4166         tests by `ignore-error'.
4167         (tramp-find-shell): Open also a new shell, when cache is already
4168         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
4170 2012-08-08  Juri Linkov  <juri@jurta.org>
4172         * bookmark.el: Add `defaults' property to the bookmark record.
4173         (bookmark-current-buffer): Doc fix.
4174         (bookmark-make-record): Add `defaults' property with default values
4175         to the bookmark record.
4176         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4177         with `bookmark-insert-current-bookmark'.
4178         (bookmark-set): Get `defaults' property from the bookmark record
4179         and use it in `read-from-minibuffer'.
4180         (bookmark-insert-current-bookmark): Remove function.
4182         * info.el (Info-bookmark-make-record): Add `defaults' property
4183         with values of canonical Info node name, the current Info file
4184         name and the current Info node name.  (Bug#12107)
4186 2012-08-08  Juri Linkov  <juri@jurta.org>
4188         * files.el (basic-save-buffer): Use `buffer-name' as the default
4189         of `read-file-name' when buffer is not visiting a file (bug#12128).
4191 2012-08-08  Juri Linkov  <juri@jurta.org>
4193         * info.el (Info-isearch-search): Doc fix.
4194         (Info-search): Change search-failed message from "initial node" to
4195         "end of node" (bug#12078).
4196         (Info-isearch-search): Change `isearch-string-state' to
4197         `isearch--state-string'.
4199 2012-08-08  Glenn Morris  <rgm@gnu.org>
4201         * language/persian.el: Remove file.
4202         * language/misc-lang.el: Move unique part of persian.el here.
4203         * loadup.el: Remove language/persian.
4205 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
4207         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4209 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
4211         * progmodes/python.el Fixed defsubst warning.
4212         (python-syntax-context) Rename from python-info-ppss-context.
4213         (python-syntax-context-type): Rename from
4214         python-info-ppss-context-type.
4215         (python-syntax-comment-or-string-p): Rename from
4216         python-info-ppss-comment-or-string-p.
4218 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4220         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4222 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
4224         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4225         a defcustom that is quoted with backquote.
4227         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4228         Fix handling of interactive spec when the body uses return.
4229         (math-do-arg-check, math-define-function-body): Use backquote forms.
4230         * calc/calc-ext.el (math-defcache): Likewise.
4231         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4232         * allout.el (allout-new-exposure): Likewise.
4233         * calc/calcalg2.el (math-tracing-integral): Likewise.
4234         * info.el (Info-last-menu-item): Likewise.
4235         * emulation/vip.el (vip-loop): Likewise.
4236         * textmodes/artist.el (artist-funcall): Likewise.
4237         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4238         Construct menu-item directly.
4240         * progmodes/autoconf.el (font-lock-syntactic-keywords):
4241         Don't declare.
4243 2012-08-07  Chong Yidong  <cyd@gnu.org>
4245         * simple.el (deactivate-mark): Preserve text properties when
4246         saving the primary selection (Bug#8384).
4248 2012-08-07  Kevin Ryde  <user42@zip.com.au>
4250         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4251         (woman-parse-numeric-value): On a bad .IP line, issue a warning
4252         and continue processing (Bug#12110).
4254 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4256         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4257         syntax-propertize-function (bug#10095).
4259 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4261         * help-fns.el (help-fns--key-bindings, help-fns--signature)
4262         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4263         describe-function-1.
4264         (describe-function-1): Use them.  Move compiler macro after sig.
4265         (help-fns--compiler-macro): Use function-get.  Assume we're already in
4266         standard-output.  Adjust layout to new call order.
4268         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4269         re-binding a symbol that has a symbol-macro (bug#12119).
4271 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
4273         * language/persian.el: New file.  (Bug#11812)
4274         * loadup.el: Add language/persian.el.
4276 2012-08-06  Chong Yidong  <cyd@gnu.org>
4278         * window.el (window--maybe-raise-frame): New function.
4279         (window--display-buffer): Split off from here.
4280         (display-buffer-reuse-window, display-buffer-pop-up-frame)
4281         (display-buffer-pop-up-window, display-buffer-use-some-window):
4282         Obey an inhibit-switch-frame action alist entry.
4283         (display-buffer): Update doc.
4285         * replace.el (occur-after-change-function): Avoid losing focus by
4286         using the inhibit-switch-frame display parameter (Bug#12139).
4288 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
4290         Make internal shell process buffer names start with space.
4291         * progmodes/python.el (python-shell-make-comint): Add optional
4292         argument INTERNAL.
4293         (run-python-internal): Use it.
4294         (python-shell-internal-get-or-create-process): Check for new
4295         internal buffer names.
4297 2012-08-06  Glenn Morris  <rgm@gnu.org>
4299         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4300         Do less getting and setting of environment variables.
4302 2012-08-05  Chong Yidong  <cyd@gnu.org>
4304         * proced.el (proced): Add substitution string to docstring to
4305         trigger autoloading of the proced library on C-h f (Bug#1768).
4307         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4308         Don't show defvars which have no second argument (Bug#8638).
4310         * imenu.el (imenu-generic-expression): Move documentation here
4311         from imenu--generic-function.
4312         (imenu--generic-function): Refer to imenu-generic-expression.
4314 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
4316         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4317         indentation declaration.
4318         (viper-loop): Add indentation declaration (Bug#7025).
4320 2012-08-05  Chong Yidong  <cyd@gnu.org>
4322         * help-fns.el (describe-variable): Add hyperlink for
4323         directory-local variables files.  Improve buffer-local and
4324         permanent-local reporting; suggested by MON KEY (Bug#6644).
4326         * help-mode.el (help-dir-local-var-def): New button type.
4328         * files.el (kill-buffer-hook): Provide a defvar.
4330 2012-08-05  Glenn Morris  <rgm@gnu.org>
4332         * eshell/esh-ext.el (eshell/addpath):
4333         Also update eshell-path-env.  (Bug#12013)
4335 2012-08-05  Chong Yidong  <cyd@gnu.org>
4337         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4339         * fringe.el (fringe-styles): Add docstring.
4340         (fringe--check-mode): New function.
4341         (set-fringe-mode, set-fringe-style): Use it.
4342         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4344         * files.el (set-auto-mode): Fix invalid setq call.
4346 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4348         * isearch.el: Misc simplification; use defstruct.
4349         (isearch-mode-map): Dense maps now work like sparse ones.
4350         (isearch--state): New defstruct.
4351         (isearch-string-state, isearch-message-state, isearch-point-state)
4352         (isearch-success-state, isearch-forward-state)
4353         (isearch-other-end-state, isearch-word-state, isearch-error-state)
4354         (isearch-wrapped-state, isearch-barrier-state)
4355         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4356         replaced by defstruct's accessors.
4357         (isearch--set-state): Rename from isearch-top-state and change
4358         calling convention.
4359         (isearch-push-state): Use new isearch--get-state.
4360         (isearch-toggle-word): Disable regexp when enabling word.
4361         (isearch-message-prefix): Remove unused arg _c-q-hack.
4362         (isearch-message-suffix): Remove unused arg _ellipsis.
4364 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
4366         * simple.el (list-processes--refresh): For a server use :host or
4367         :local as the address.
4368         (list-processes): Doc fix.
4370 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
4372         * lisp/mpc.el: Support password in host argument.
4373         (mpc--proc-connect): Parse and use new password element.
4374         Set mpc-proc variable instead of returning process.
4375         (mpc-proc): Adjust accordingly.
4377 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
4379         * whitespace.el (whitespace-display-mappings): Use Unicode
4380         codepoints, instead of emacs-mule codepoints.  See
4381         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4382         for the details.
4384         * files.el (file-truename): Don't skip symlink-chasing part on
4385         windows-nt.  Incorporate the resolution of 8+3 short aliases on
4386         Windows into the loop that recursively chases symlinks.
4387         Compare directory and its parent case-insensitively on MS-Windows and
4388         MS-DOS.
4390 2012-08-03  Chong Yidong  <cyd@gnu.org>
4392         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4394         * sort.el (sort-regexp-fields): Doc fix.
4396 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
4398         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4399         labels regex position point at the expected place.
4401 2012-08-03  MON KEY  <monkey@sandpframing.com>
4403         * net/imap.el (imap-interactive-login, imap-authenticate)
4404         (imap-mailbox-lsub, imap-mailbox-list)
4405         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4406         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4407         (imap-parse-response): Doc fix.
4409 2012-08-03  João Távora  <joaotavora@gmail.com>
4411         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4412         if sexp scanning does not move point (Bug#5734).
4414 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
4416         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4417         Add listings, minted, and ctable packages.
4418         (reftex-label-alist-builtin): Move listings, minted, and ctable
4419         entries before LaTeX.
4420         (reftex-label-alist): Docfix.
4422 2012-08-02  Bastien Guerry  <bzg@gnu.org>
4424         * replace.el (occur): Fix docstring (bug#12122).
4426 2012-08-02  Glenn Morris  <rgm@gnu.org>
4428         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4430 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
4432         Obsolete alias inactivate-current-input-method-function (Bug#10150).
4433         * international/mule-cmds.el: Create
4434         inactivate-current-input-method-function as an obsolete alias for
4435         deactivate-current-input-method-function.  See Katsumi Yamaoka in
4436         <http://bugs.gnu.org/10150#46>.
4438 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
4440         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4441         of nested `if's.
4443 2012-08-01  Glenn Morris  <rgm@gnu.org>
4445         * progmodes/autoconf.el (autoconf-definition-regexp):
4446         Add AH_TEMPLATE, adjust submatch numbering.
4447         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4448         (autoconf-current-defun-function): Update for above change.
4449         (autoconf-current-defun-function): First skip to end of current word.
4451 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
4453         * calendar/cal-html.el (cal-html-insert-agenda-days):
4454         Fix typo.  (Bug#12018)
4456 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
4458         Shell processes: enhancements to startup and CEDET compatibility.
4459         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4460         (python-shell-make-comint): accept-process-output at startup.
4461         (run-python-internal): Set inferior-python-mode-hook to nil.
4462         (python-shell-internal-get-or-create-process): call sit-for.
4463         (python-preoutput-result): Add obsolete alias.
4464         (python-shell-internal-send-string): Use it.
4465         (python-shell-send-setup-code): Remove call to
4466         accept-process-output.
4468 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
4470         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4471         (Bug#12108)
4473 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
4475         * calc-mode.el (calc-basic-simplification-mode): Rename from
4476         `calc-limited-simplification-mode'.
4477         (calc-alg-simplification-mode): New function.
4478         (calc-set-simplify-mode): Adjust message.
4480         * calc.el (calc-set-mode-line): Adjust mode line display for
4481         basic simplification mode.
4483         * calc-help.el (calc-m-prefix-help): Update help message.
4485         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4486         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4488 2012-07-31  Bastien Guerry  <bzg@gnu.org>
4490         * man.el (man): Fix comment.  (bug#12101)
4492 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
4494         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4495         Don't return a non-nil value when no suitable buffer was found.
4497 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
4499         * progmodes/python.el (run-python-internal): Disable font lock for
4500         internal shells.
4502 2012-07-30  Stefan Merten  <smerten@oekonux.de>
4504         * textmodes/rst.el: Silence `checkdoc-ispell'.
4505         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4506         (rst-official-version, rst-official-cvs-rev)
4507         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4508         (rst-mode-map): New key binding.
4510 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
4512         Update .PHONY listings in makefiles.
4513         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4514         autoloads, update-subdirs, updates, bzr-update, update-authors,
4515         compile-onefile, compile-calc, backup-compiled-files,
4516         compile-after-backup, compile-one-process, mh-autoloads,
4517         bootstrap-clean, distclean, maintainer-clean.
4519 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
4521         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4522         (calc-set-mode-line): Don't display "AlgSimp ".
4524         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4525         (calc-lim-simplify-mode): New function.
4526         (calc-set-simplify-mode): Default to 'alg.
4527         (calc-default-simplify-mode): Make algebraic simplifications
4528         the default.
4530         * calc/calc-ext.el (calc-init-extensions): Remove binding for
4531         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
4533         * calc/calc-help.el (calc-m-prefix-help): Change messages to
4534         indicate new simplification modes.
4536         * calc/README: Mention new default simplification mode.
4538         * calc/calc.el (math-normalize-error): New variable.
4539         (math-normalize): Set `math-normalize-error' to t
4540         when there's an error.
4542         * calc/calc-alg.el (math-simplify): Don't simplify when
4543         `math-normalize' returns an error.
4545 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
4547         * international/mule-cmds.el (set-locale-environment): Revert last
4548         change, since display-graphic-p returns nil when this function is
4549         called during startup.  Instead...
4551         * term/w32console.el (terminal-init-w32console): ...setup the
4552         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
4554 2012-07-29  Juri Linkov  <juri@jurta.org>
4556         * simple.el (goto-line): Don't display default line number in the
4557         prompt because it should be displayed by `read-number' (bug#9952).
4558         Add the current line number to the defaults of `goto-line' to
4559         allow its easier modification by users with `M-n' (bug#9201).
4561         * subr.el (read-number): Support multiple default values like in
4562         other minibuffer reading functions.  Replace `read' with
4563         `string-to-number' for consistency with `number-to-string'.
4565 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
4567         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4568         * emulation/viper-init.el (viper-deactivate-input-method-action):
4569         Rename from viper-inactivate-input-method-action.
4570         (viper-deactivate-input-method):
4571         Rename from viper-inactivate-input-method.
4572         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4573         * international/mule-cmds.el (deactivate-input-method):
4574         Rename from inactivate-input-method.
4575         Also run input-method-deactivate-hook.
4576         (deactivate-current-input-method-function):
4577         Rename from inactivate-current-input-method-function.
4578         (input-method-deactivate-hook): New hook.
4579         (input-method-inactivate-hook): Mark obsolete.
4580         (inactivate-input-method): Mark obsolete.
4582         * international/quail.el (quail-activate):
4583         Also run quail-deactivate-hook.
4584         (quail-deactivate): Rename from quail-inactivate.
4585         * international/robin.el (robin-activate):
4586         Also run robin-deactivate-hook.
4587         (robin-deactivate): Rename from robin-inactivate.
4589 2012-07-29  Chong Yidong  <cyd@gnu.org>
4591         * simple.el (indicate-copied-region): New function.
4592         (kill-ring-save): Split off from here.
4594         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4595         (kill-rectangle): Set deactivate-mark to t on read-only error.
4597         * register.el (copy-to-register, copy-rectangle-to-register):
4598         Deactivate the mark, and use indicate-copied-region (Bug#10056).
4599         (append-to-register, prepend-to-register): Call indicate-copied-region.
4601 2012-07-29  Juri Linkov  <juri@jurta.org>
4603         * simple.el (async-shell-command-buffer): New defcustom.
4604         (shell-command): Use it.  (Bug#4719)
4606 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
4608         * international/mule-cmds.el (set-locale-environment): In a
4609         console session on MS-Windows, set up keyboard and terminal
4610         encoding from the OEM codepage, not the ANSI codepage.
4611         (Bug#12055)
4613 2012-07-28  Chong Yidong  <cyd@gnu.org>
4615         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4616         gdb-get-location.
4618 2012-07-28  Leo Liu  <sdl.web@gmail.com>
4620         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4621         the alist (bug#12029).
4623 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
4625         * makefile.w32-in (custom-deps, finder-data, updates, compile)
4626         (compile-always, compile-first)
4627         ($(lisp)/calendar/cal-loaddefs.el)
4628         ($(lisp)/calendar/diary-loaddefs.el)
4629         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4630         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4631         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4632         instead of on update-subdirs.
4633         (bootstrap-clean): Delete $(lisp)/subdirs.el.
4635 2012-07-28  Chong Yidong  <cyd@gnu.org>
4637         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4638         directory if vc-deduce-backend returns nil (Bug#7350).
4640         * simple.el (delete-trailing-lines): New option.
4641         (delete-trailing-whitespace): Obey it (Bug#11879).
4643 2012-07-28  David Engster  <deng@randomsample.de>
4645         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4646         Explanation of new 'symbol-qnames feature in doc-strings.
4647         (xml-maybe-do-ns): Return expanded names as plain symbols if
4648         'symbol-qnames was provided in XML-NS argument (Bug#11916).
4649         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4651 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4653         Consistent completion in inferior python with emacs -nw.
4654         * progmodes/python.el (inferior-python-mode): replace "<tab>"
4655         binding in inferior-python-mode-map with "\t".
4656         (python-shell-completion-complete-at-point)
4657         (python-completion-complete-at-point): Remove interactive spec.
4659 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
4661         * calc/calccomp.el (math-compose-expr): Undo previous change.
4663 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
4665         * progmodes/python.el (python-mode-map): Add keybinding for
4666         run-python.
4667         (python-shell-make-comint): Fix pop-to-buffer call.
4668         (run-python): Autoload.  New arg SHOW.
4669         (python-shell-get-or-create-process): Do not pop python process
4670         buffer.
4672 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
4674         * notifications.el (notifications-on-action-signal)
4675         (notifications-on-closed-signal): Use also the bus address for the map.
4676         (notifications-notify, notifications-close-notification)
4677         (notifications-get-capabilities): Add optional argument BUS.
4679 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
4681         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4682         Add support for the lstlisting and minted environments, and for the
4683         ctable macro.
4684         * textmodes/reftex.el (reftex-compile-variables): Also recognize
4685         labels written in keyvals syntax.
4687 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
4689         * calc/calccomp.el (math-compose-expr): Use parentheses when
4690         there is a product in the denominator of a fraction.
4692 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
4694         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4695         ($(lisp)/calendar/diary-loaddefs.el)
4696         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4697         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4698         Fixes failures in parallel bootstrap because subdirs.el is being
4699         rewritten while the autoload files are built at the same time,
4700         which needs to load subdirs.el.
4702 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
4704         * mouse.el (popup-menu): Fix doc-string and re-indent code.
4705         (mouse-drag-line): Don't exit tracking when a switch-frame or
4706         switch-window event occurs (Bug#12006).
4708 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4710         * mouse.el (popup-menu): Fix last change.
4712 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4714         Autoload from Lisp with more care.  Follow aliases when looking for
4715         function properties.
4716         * subr.el (autoloadp): New function.
4717         (symbol-file): Use it.
4718         (function-get): New function.
4719         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4720         autoload-do-load.
4721         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4722         (lisp-indent-function):
4723         * emacs-lisp/gv.el (gv-get):
4724         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4725         * emacs-lisp/byte-opt.el (byte-optimize-form):
4726         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4727         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4728         Use function-get.
4729         * emacs-lisp/cl.el: Don't propagate function properties any more.
4731         * speedbar.el (speedbar-add-localized-speedbar-support):
4732         * emacs-lisp/disass.el (disassemble-internal):
4733         * desktop.el (desktop-load-file):
4734         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4735         (describe-function-1):
4736         * emacs-lisp/find-func.el (find-function-noselect):
4737         * emacs-lisp/elp.el (elp-instrument-function):
4738         * emacs-lisp/advice.el (ad-has-proper-definition):
4739         * apropos.el (apropos-safe-documentation, apropos-macrop):
4740         * emacs-lisp/debug.el (debug-on-entry):
4741         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4742         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4743         * calc/calc.el (name): Use autoloadp & autoload-do-load.
4745 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
4747         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4748         function, not an obsolete variable (Bug#12046).
4750 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
4752         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
4754 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
4756         * emacs-lisp/pp.el (pp-display-expression): Select old selected
4757         window only if it is still live (Bug#12034).
4759 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
4761         * subr.el (redirect-frame-focus): Add advertised calling
4762         convention (Bug#12030).
4764 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
4766         Prefer typical American spelling for "acknowledgment".
4767         * vc/add-log.el (change-log-acknowledgment): Rename from
4768         change-log-acknowledgement, with an alias for the old name.
4770 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
4772         * calc-alg.el (math-simplify-divide): Don't cross multiply
4773         in an equation when the lhs is a variable.
4775 2012-07-24  Julien Danjou  <julien@danjou.info>
4777         * net/netrc.el (netrc-find-service-number, netrc-store-data):
4778         Remove, unused.
4780 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
4782         * startup.el (command-line): Don't display an empty user name in
4783         the error message about non-existent home directory, when
4784         init-file-user was set to an empty string.  See
4785         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4786         for the details and context.
4788 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4790         * ses.el (ses-cell-formula-aset): New macro.
4791         (ses-cell-references-aset): New macro.
4792         (ses-cell-p): New function.
4793         (ses-rename-cell): Do no longer rely on complex operations like
4794         ses-cell-set-formula or ses-set-cell to change the cell and handle
4795         the undo at the same time, but rather use lower level new macros
4796         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4797         the undo directly.  Refresh the mode line.
4799 2012-07-21  Leo Liu  <sdl.web@gmail.com>
4801         * progmodes/cc-cmds.el (c-defun-name):
4802         Use match-string-no-properties instead for consistency.
4804 2012-07-20  Leo Liu  <sdl.web@gmail.com>
4806         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4807         (Bug#7879)
4809         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4811 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4814         * progmodes/bug-reference.el, misearch.el: Provide themselves
4815         (bug#11915).
4817         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4818         of narrowed buffer (bug#11966).
4820 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4822         * ses.el (ses-rename-cell): Set new name also in reference list of
4823         cells of which the renamed cell depends.
4825 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
4827         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4828         to check whether menu-bar is shown or not.  If not shown,
4829         show the menu-bar as a popup menu instead of using tmm.
4830         * mouse.el (popup-menu): Accept `point' as `position' argument.
4832 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
4834         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4835         up inside string symbol literal (bug#11923).
4837 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
4839         * startup.el (fancy-startup-text): Read the whole tutorial, not
4840         just its first 256 bytes.  Prevents gibberish in display of the
4841         tutorial title.
4843 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
4845         Drop idle buffer compaction due to an absence of the
4846         proved efficiency.
4847         * compact.el: Remove.
4849 2012-07-19  Sam Steingold  <sds@gnu.org>
4851         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4852         vc-bzr-pull & vc-bzr-merge-branch.
4853         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4854         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4855         for consistency with compilation-error-regexp-alist.
4856         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4857         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4858         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4859         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4861 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * emacs-lisp/chart.el: Use lexical-binding.
4864         (chart-emacs-storage): Don't hardcode the list of entries.
4866 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4868         Next round of tweaks caused by Fgarbage_collect changes.
4869         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4871 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
4873         Compact buffers when idle.
4874         * compact.el: New file.
4876 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4878         * subr.el (eventp): Presume that if it looks vaguely like an event,
4879         it's an event (bug#10190).
4881 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
4883         Enhancements to ppss related code (thanks Stefan).
4884         * progmodes/python.el (python-indent-context)
4885         (python-indent-calculate-indentation, python-indent-dedent-line)
4886         (python-indent-electric-colon, python-nav-forward-block)
4887         (python-mode-abbrev-table)
4888         (python-info-assignment-continuation-line-p): Simplify checks
4889         for ppss context.
4890         (python-info-continuation-line-p): Cleanup.
4891         (python-info-ppss-context): Do not catch 'quote.
4892         (python-info-ppss-context-type)
4893         (python-info-ppss-comment-or-string-p): Simplify.
4895 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
4897         * progmodes/python.el: Enhancements to eldoc support.
4898         (python-info-current-symbol): New function.
4899         (python-eldoc-at-point): Use python-info-current-symbol.
4900         (python-info-current-defun): Fix cornercase on first defun scan.
4901         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4902         and signal error when no inferior python process is available.
4904 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
4906         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4907         assume it's always t.
4908         (vc-git-registered): Remove caching, the function is only called
4909         once.
4910         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4912 2012-07-18  Chong Yidong  <cyd@gnu.org>
4914         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4916         * simple.el (count-words): Report on narrowing (Bug#9959).
4918         * bindings.el: Bind M-= to count-words.
4920         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4922 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
4924         * progmodes/sh-script.el (sh-imenu-generic-expression):
4925         Capture a function with `function' keyword and without parentheses
4926         like "function FOO" (bug#11856).
4928 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
4930         * window.el (split-window-sensibly): Make WINDOW argument
4931         optional.
4933 2012-07-18  Chong Yidong  <cyd@gnu.org>
4935         * subr.el (keyboard-translate): Doc fix (Bug#7261).
4937         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4938         and make C-x 8 RET exit isearch (Bug#11439).
4940         * international/iso-transl.el: Move isearch-mode-map key
4941         definitions to isearch.el.
4943 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4946         (eieio-defclass): Use gv-define-setter when possible.
4948 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
4950         Reflect recent changes in Fgarbage_collect.
4951         * emacs-lisp/chart.el (chart-emacs-storage): Change to
4952         reflect new format of data returned by Fgarbage_collect.
4954 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4956         New utility functions + python-info-ppss-context fix (Bug#11910).
4957         * progmodes/python.el (python-info-beginning-of-block-statement-p)
4958         (python-info-ppss-comment-or-string-p): New functions.
4959         (python-info-ppss-context): Small fix for string check.
4961 2012-07-17  Juri Linkov  <juri@jurta.org>
4963         * dired-aux.el (dired-do-async-shell-command): Doc fix.
4964         (dired-do-async-shell-command): Don't add `*' at the end of the
4965         command (Bug#11815).
4966         (dired-do-shell-command): Doc fix.
4967         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4968         Join the individual commands using either "&" or ";" as the
4969         separator depending on the values of these trailing characters.
4970         At the end re-add the trailing "&".  (Bug#10598)
4972         * simple.el (async-shell-command): Sync the interactive spec with
4973         `shell-command'.  Doc fix.
4974         (shell-command): Doc fix.
4976 2012-07-17  Juri Linkov  <juri@jurta.org>
4978         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
4980 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4982         Final renames and doc fixes for movement commands (bug#11899).
4983         * progmodes/python.el (python-nav-beginning-of-statement):
4984         Rename from python-nav-statement-start.
4985         (python-nav-end-of-statement): Rename from
4986         python-nav-statement-end.
4987         (python-nav-beginning-of-block): Rename from
4988         python-nav-block-start.
4989         (python-nav-end-of-block): Rename from python-nav-block-end.
4991 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
4993         * progmodes/python.el (python-shell-send-string-no-output):
4994         Allow accept-process-output to quit, keeping shell process ready for
4995         future interactions (Bug#11868).
4997 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5001         * emacs-lisp/elint.el (elint-find-args-in-code):
5002         Use help-function-arglist, so as to handle lexical byte-code.
5004         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5005         change (bug#11826).
5007 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5010         Avoid spuriously marking the buffer as modified because of c-is-sws.
5012         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5013         as not-a-comment (bug#11946).
5015         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5016         for uninterned vars.
5018         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5019         Use read-event since we don't really want to read chars but bytes.
5021         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5022         $$..$$ but also $..$ using regexps (bug#11953).
5023         Use tex-verbatim for \url and \path.
5024         (tex-font-lock-keywords): Define as defconst like the others.
5025         (tex-common-initialization): Don't use font-lock-syntax-table any more.
5027 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
5029         * international/mule-cmds.el (ucs-insert): Make it an obsolete
5030         alias for insert-char.
5032 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
5034         * progmodes/python.el: Simplified imenu implementation.
5035         (python-nav-jump-to-defun): Remove command.
5036         (python-mode-map): Use `imenu' instead.
5037         (python-nav-list-defun-positions-cache)
5038         (python-imenu-include-defun-type, python-imenu-make-tree)
5039         (python-imenu-subtree-root-label, python-imenu-index-alist):
5040         Remove vars.
5041         (python-nav-list-defun-positions, python-nav-read-defun)
5042         (python-imenu-tree-assoc, python-imenu-make-element-tree)
5043         (python-imenu-make-tree, python-imenu-create-index):
5044         Remove functions.
5045         (python-mode): Update to interact with imenu by setting
5046         `imenu-extract-index-name-function' only.
5048 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
5050         * progmodes/python.el: Enhancements to navigation commands.
5051         (python-nav-backward-sentence)
5052         (python-nav-forward-sentence): Remove.
5053         (python-nav-backward-statement, python-nav-forward-statement)
5054         (python-nav-statement-start, python-nav-statement-end)
5055         (python-nav-backward-block, python-nav-forward-block)
5056         (python-nav-block-start, python-nav-block-end)
5057         (python-nav-forward-sexp-function)
5058         (python-info-current-line-comment-p)
5059         (python-info-current-line-empty-p): New functions.
5060         (python-indent-context): Use `python-nav-statement-start'.
5062 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
5064         * eshell/em-ls.el (eshell/ls): Use `apply'.
5066         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5067         multi-hops, instead of Tramp internals.
5069         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5071         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5072         when F1 and F2 are located on different hosts.
5074 2012-07-14  Chong Yidong  <cyd@gnu.org>
5076         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5077         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5078         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5079         (xterm-mouse--read-event-sequence-1000)
5080         (xterm-mouse--read-event-sequence-1006): New functions.  For old
5081         mouse protocol, handle M-mouse-X events correctly.
5082         (xterm-mouse-event): New arg specifying mouse protocol.
5083         (turn-on-xterm-mouse-tracking-on-terminal)
5084         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5085         sequence to toggle extended coordinates on newer XTerms.
5086         This appears to be harmless on terminals which do not support this.
5088 2012-07-14  Leo Liu  <sdl.web@gmail.com>
5090         Add fringe bitmap indicators for flymake.  (Bug#11253)
5091         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5092         (flymake-make-overlay): New arg BITMAP.
5093         (flymake-error-bitmap, flymake-warning-bitmap)
5094         (flymake-fringe-indicator-position): New user variables.
5096         * fringe.el: New bitmap exclamation-mark.
5098 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
5100         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5101         also (Bug#7879).
5103 2012-07-14  Chong Yidong  <cyd@gnu.org>
5105         * electric.el (electric-pair-post-self-insert-function): Fix pair
5106         insertion in empty-region case (Bug#11520).
5108 2012-07-14  Chong Yidong  <cyd@gnu.org>
5110         * bindings.el: Consolidate ctl-x-r-map bindings.
5111         Bind copy-rectangle-as-kill to C-x r w.
5113         * rect.el, register.el: Move bindings to bindings.el.
5115 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
5117         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5119 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5121         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
5123 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
5125         * bindings.el (top): Use `mapc' instead of `mapcar'.
5127         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5129 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
5131         * progmodes/sql.el (sql-comint): Suppress the check for program on
5132         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
5133         (Bug#11908)
5135 2012-07-13  Chong Yidong  <cyd@gnu.org>
5137         * bindings.el: Assign a non-nil permanent-local property to
5138         per-buffer variables which lack a default value (Bug#11930).
5140         * help-fns.el (describe-variable): In the "automatically becomes
5141         local" notice, take note of permanent-local variables.
5143 2012-07-13  Chong Yidong  <cyd@gnu.org>
5145         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
5146         to allow printing the message when called from Lisp.
5148         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5149         Remove toggle-read-only.
5151         * bs.el (bs-toggle-readonly):
5152         * buff-menu.el (Buffer-menu-toggle-read-only):
5153         Remove with-no-warnings around toggle-read-only.
5155         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5156         Remove with-no-warnings around toggle-read-only.
5157         (ffap-read-only, ffap-read-only-other-window)
5158         (ffap-read-only-other-frame): Callers changed.
5160         * help-mode.el: Don't require view package.
5161         (help-mode-finish): Set buffer-read-only instead of calling
5162         toggle-read-only.
5164         * bindings.el (mode-line-toggle-read-only):
5165         * dired.el (dired-toggle-read-only):
5166         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5167         with non-nil second arg.
5169         * emacs-lisp/eieio-custom.el (eieio-customize-object):
5170         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5171         directly.
5173 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
5175         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5176         not incf.
5178 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5180         More CL cleanups and reduction of use of cl.el.
5181         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5182         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5183         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5184         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5185         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5186         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5187         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5188         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5189         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5190         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5191         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5192         * eshell/em-cmpl.el, eshell/em-banner.el:
5193         * calendar/parse-time.el: Use cl-lib.
5194         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5195         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5196         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5197         * term/ns-win.el, term.el, shell.el, ps-samp.el:
5198         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5199         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5200         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5201         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5202         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5203         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5204         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5205         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5206         `lambda' rather than with `quote'.
5207         (eshell-do-opt): Adjust accordingly.
5208         (eshell-process-option): Simplify.
5209         * eshell/esh-var.el:
5210         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5211         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5212         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5213         to `pcase--dontcare'.
5214         * emacs-lisp/cl.el (labels): Mark obsolete.
5215         (cl--letf, letf): Move to cl-lib.
5216         (cl--letf*, letf*): Remove.
5217         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5218         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5219         (cl-progv): Rewrite.
5220         (cl--letf, cl-letf): Move from cl.el.
5221         (cl-letf*): New macro.
5222         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5224 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
5226         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5228 2012-07-11  Chong Yidong  <cyd@gnu.org>
5230         * vc/log-edit.el (log-edit-vc-backend): New variable.
5231         (log-edit): Doc fix.
5233         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
5234         argument of log-edit to set up all local variables.
5235         (vc-start-logentry): New optional arg specifying VC backend.
5237         * vc/vc.el (vc-checkin): Use it.
5238         (vc-deduce-fileset): Handle Log Edit buffers.
5239         (vc-diff): Make first argument optional too.
5241         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5243 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
5245         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5246         command, just in case.  The function is not needed anymore.
5247         (eshell-external-command): Do not call `eshell-remote-command'.
5249 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5251         Reduce use of (require 'cl).
5252         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5253         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5254         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5255         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5256         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5257         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5258         * battery.el, avoid.el, abbrev.el: Use cl-lib.
5259         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5260         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5261         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5262         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5263         * calculator.el, autorevert.el, apropos.el: Don't require CL.
5264         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5265         (byte-compile-unfold-bcf, byte-compile-check-variable):
5266         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5267         (byte-compile-nilconstp):
5268         * emacs-lisp/autoload.el (make-autoload): Use pcase.
5269         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5271         * emacs-lisp/gv.el (cond): Make it a valid place.
5272         (if): Simplify slightly.
5274         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5275         (pcase--self-quoting-p): New function.
5276         (pcase--u1): Use it.
5278 2012-07-10  Glenn Morris  <rgm@gnu.org>
5280         * emacs-lisp/authors.el (authors-fixed-entries):
5281         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5283 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5285         Rename configure.in to configure.ac (Bug#11603).
5286         * emacs-lisp/authors.el (authors-canonical-file-name):
5287         * progmodes/autoconf.el (autoconf-mode):
5288         Prefer configure.ac to configure.in.
5290 2012-07-08  Chong Yidong  <cyd@gnu.org>
5292         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5293         Implement the mouse-1-click-follows-link handling properly.
5295         * info.el (Info-link-keymap): Use follow-link mechanism for
5296         header-line links (Bug#374).
5298         * simple.el (deactivate-mark): Do not set the primary selection
5299         if another program has acquired it (Bug#11772).
5301 2012-07-07  Kevin Ryde  <user42@zip.com.au>
5303         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5304         (woman-decode-region): Replace escaped-escapes without destroying
5305         bold or underline (Bug#11552).
5306         (woman2-process-escapes): Handle nofill regions (Bug#11591).
5308 2012-07-07  Chong Yidong  <cyd@gnu.org>
5310         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5311         (interprogram-cut-function, interprogram-paste-function):
5312         Mention that we typically mean the clipboard.
5314 2012-07-06  Glenn Morris  <rgm@gnu.org>
5316         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
5318         * files.el (toggle-read-only): Restrict message to interactive use.
5320 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
5322         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5324         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5326 2012-07-06  Glenn Morris  <rgm@gnu.org>
5328         * Makefile.in (compile-one-process): Rename from "recompile".
5330         * Makefile.in (bzr-update): "compile" is the same as "recompile
5331         autoloads", but parallelizable, so use that instead.
5333 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
5335         * window.el (quit-window): Always restore window height when
5336         it's saved in quit-restore parameter (Bug#11810).
5338 2012-07-06  Glenn Morris  <rgm@gnu.org>
5340         * simple.el (kill-whole-line): Doc tweak.
5342 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
5344         * files.el (file-relative-name): Compare file names
5345         case-insensitively if on MS-Windows or MS-DOS, or if
5346         read-file-name-completion-ignore-case is non-nil.  Don't use
5347         case-fold-search for this purpose.  (Bug#11827)
5349 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
5351         * calendar/cal-dst.el (calendar-current-time-zone):
5352         Return calendar-current-time-zone-cache if non-nil.
5354 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
5355 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
5357         * calendar/cal-dst.el (calendar-current-time-zone):
5358         Return calendar-current-time-zone-cache if non-nil.
5360 2012-07-06  Glenn Morris  <rgm@gnu.org>
5362         * Makefile.in (cvs-update): Remove old alias.
5364 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
5366         Sync with Tramp 2.2.6-pre.
5368         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5369         compatible declaration.
5371         * net/tramp-cmds.el (tramp-append-tramp-buffers):
5372         Protect `list-load-path-shadows' call.
5374         * net/tramp-compat.el (top): Require packages, which aren't
5375         autoloaded anymore for XEmacs.  Protect call of
5376         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5377         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
5378         it hurts at least for SXEmacs.
5379         (tramp-compat-temporary-file-directory): In XEmacs, there is no
5380         standard-value for `temporary-file-directory'.
5382         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5383         Redirect stderr to /dev/null.
5384         (tramp-sh-handle-write-region): uid and gid can be floats.
5385         Reported by Russell Sim <russell.sim@gmail.com>.
5386         (tramp-sh-handle-vc-registered): Hide errors.
5387         (tramp-vc-file-name-handler): Use dummy results for `process-file'
5388         and `start-file-process'.
5389         (tramp-maybe-open-connection): Check also whether `non-essential'
5390         is bound.
5392 2012-07-04  Chong Yidong  <cyd@gnu.org>
5394         * xml.el (xml--parse-buffer): Use xml-syntax-table.
5395         (xml-parse-tag): Likewise, and avoid changing entity tables.
5396         (xml-syntax-table): Define from scratch, making sure not to give
5397         x2000 and other Unicode spaces whitespace syntax, since those are
5398         not spaces in XML.
5399         (xml-parse-fragment): Delete unused function.
5400         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5401         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5402         (xml-entity-ref, xml-pe-reference-re)
5403         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5404         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5405         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5406         (xml-entity-value-re): Use syntax references in regexps where
5407         possible; no need to define inside a let-binding.
5408         (xml-parse-dtd): Use xml-pe-reference-re.
5409         (xml-entity-or-char-ref-re): New defconst.
5410         (xml-parse-string, xml-substitute-special): Use it.
5412 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5414         * files.el (locate-dominating-file): Allow `name' to be a predicate.
5415         (find-file--read-only): New function.
5416         (find-file-read-only, find-file-read-only-other-window)
5417         (find-file-read-only-other-frame): Use it.
5418         (insert-file-contents-literally): Don't `fset'.
5419         (get-free-disk-space): Use locate-dominating-file.
5421         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5422         function is already compiled.
5424         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
5426 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
5428         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5429         files on the same host.
5431 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
5433         * help-fns.el (describe-function-1): Only call
5434         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
5436 2012-07-03  Chong Yidong  <cyd@gnu.org>
5438         * xml.el: Protect parser against XML bombs.
5439         (xml-entity-expansion-limit): New variable.
5440         (xml-parse-string, xml-substitute-special): Use it.
5441         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5443 2012-07-03  Glenn Morris  <rgm@gnu.org>
5445         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5446         Allow linking to specific messages in debbugs reports (eg 123#5).
5448 2012-07-02  Chong Yidong  <cyd@gnu.org>
5450         * xml.el: Fix entity and character reference expansion, allowing
5451         them to expand into markup as per XML spec.
5452         (xml-default-ns): New variable.
5453         (xml-entity-alist): Use XML spec definitions for lt and amp.
5454         (xml-parse-region): Make first two arguments optional.
5455         Discard text properties.
5456         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5457         All callers changed.
5458         (xml-parse-tag): Call xml-parse-tag-1.  For backward
5459         compatibility, this function should not modify buffer contents.
5460         (xml-parse-tag-1): Fix opening-tag regexp.
5461         (xml-parse-string): Rewrite, handling entity and character
5462         references properly.
5463         (xml--entity-replacement-text): Signal an error if a parameter
5464         entity is undefined.
5466 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5468         * comint.el (comint-output-filter): Filter out repeated prompts.
5470         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5471         and file-name-absolute-p.
5472         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5473         internal calls.
5475 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5477         Spelling fixes.
5478         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5479         Rename from byte-compile--refiy-function.  All uses changed.
5481 2012-07-01  Chong Yidong  <cyd@gnu.org>
5483         * xml.el (xml--parse-buffer): New function.  Move most of
5484         xml-parse-region here.
5485         (xml-parse-region): Copy region into a temporary buffer, since
5486         parameter entity substitution requires changing buffer contents.
5487         Use xml--parse-buffer.
5488         (xml-parse-file): Use xml--parse-buffer.
5489         (xml-parse-dtd): Make parameter entity substitution work right.
5490         Use proper regexps for ELEMENT declarations (Bug#7172).
5492 2012-06-30  Glenn Morris  <rgm@gnu.org>
5494         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5496         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5497         Remove outdated and unnecessary dbus declarations.
5499 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
5501         * emacs-lisp/timer.el (timer-until): Subtract results of
5502         float-time, instead of taking float-time of the result of
5503         time-subtract, since float-time signals an error for negative time
5504         arguments.
5506 2012-06-30  Chong Yidong  <cyd@gnu.org>
5508         * xml.el (xml-*-re): Convert defvars into defconsts, and
5509         eval-and-compile them so eval-and-compile works on derivatives.
5510         (xml--entity-replacement-text): Use eval-and-comple.
5512 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
5514         * vc/vc-git.el (vc-git-registered): Use cache property
5515         `git-registered'.
5516         (vc-git-mode-line-string): Call `vc-working-revision' instead of
5517         `vc-git-working-revision' in order to benefit from the cache.
5518         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
5520 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
5522         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5523         removed (likely outside Emacs).  (Bug#11757)
5525 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5527         * emacs-lisp/cl-lib.el: Require macroexp.
5529 2012-06-30  Chong Yidong  <cyd@gnu.org>
5531         * xml.el: Implement XML parameter entities.
5532         (xml-parameter-entity-alist): New variable.
5533         (xml-parse-region, xml-parse-fragment): Preserve previous values
5534         of xml-entity-alist and xml-parameter-entity-alist, so that
5535         repeated calls on different documents do not change them.
5536         (xml-parse-tag): Fix doctype regexp.
5537         (xml--entity-replacement-text): New function.
5538         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
5539         properly requires url retrieval which is unimplemented.
5540         (xml-escape-string): Doc fix.
5542 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5544         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5546 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
5548         * fringe.el (fringe-mode): Doc fix.
5550 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
5552         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5553         is non-nil.
5554         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5555         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
5557 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
5559         * calendar/cal-dst.el (calendar-current-time-zone):
5560         Return calendar-current-time-zone-cache if non-nil.
5562 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
5564         * progmodes/which-func.el (which-func-format):
5565         Add mouse-face.  (Bug#11698)
5567 2012-06-29  Leo Liu  <sdl.web@gmail.com>
5569         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5571 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * minibuffer.el (minibuffer-confirm-exit-commands):
5574         Add completion-at-point (bug#11725).
5576 2012-06-29  Glenn Morris  <rgm@gnu.org>
5578         * progmodes/f90.el (f90-font-lock-keywords-2):
5579         Add some preprocessor elements.  (Bug#10499)
5581 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * progmodes/cperl-mode.el (cperl-update-syntaxification):
5584         Use syntax-propertize (bug#11739).
5586 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
5588         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5590 2012-06-28  Julien Danjou  <julien@danjou.info>
5592         * term.el (term-handle-colors-array): Use a set of new faces to
5593         color the terminal.  Also uses :inverse-video property.
5594         (term-default-fg-color): Set to nil by default, deprecate in favor
5595         of `term-face'.
5596         (term-default-bg-color): Set to nil by default, deprecate in favor
5597         of `term-face'.
5598         (term-current-face): Use `term-face' by default.
5599         (term-bold-attribute): Variable deleted.
5601 2012-06-28  Glenn Morris  <rgm@gnu.org>
5603         * simple.el (completion-list-mode-finish):
5604         Don't use toggle-read-only.  (Since completion-list-mode has
5605         a special mode-class, it wasn't doing anything extra anyway.)
5607 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5609         Make inlining of other-mode interpreted functions work (bug#11799).
5610         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5611         (byte-compile): Use it to fix compilation of lexical-binding closures.
5612         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5613         function, if needed.
5615 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5617         * help-mode.el (help-make-xrefs): Don't just withstand
5618         cyclic-variable-indirection but any error in documentation-property.
5620         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5621         memory use.
5622         * bindings.el (bindings--define-key): New function.
5623         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5624         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5625         * bindings.el: Use it to purecopy define-key bindings.
5627         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5629         * emacs-lisp/cl.el (flet): Mark obsolete.
5630         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5631         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5632         * progmodes/js.el (js-c-fill-paragraph):
5633         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5634         (ebrowse-switch-member-buffer-to-derived-class):
5635         * play/5x5.el (5x5-solver): Use cl-flet.
5637         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
5638         (cl--symbol-function): New macro.
5639         (cl--letf, cl--letf*): Use it.
5641         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5642         Strip "toggle-" if any.
5644 2012-06-27  Glenn Morris  <rgm@gnu.org>
5646         * info.el (Info-default-directory-list): Move here from paths.el.
5647         * paths.el: Remove file, which is now empty.
5648         * loadup.el: No longer load "paths".
5650         * custom.el (custom-initialize-delay): Doc fix.
5652         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5653         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5654         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5655         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5656         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5657         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5658         * eshell/eshell.el (eshell-defgroup): Remove alias.
5660 2012-06-27  Chong Yidong  <cyd@gnu.org>
5662         * help.el (help-enable-auto-load): New variable.
5664         * help-fns.el (help-fns--autoloaded-p): New function.
5665         (describe-function-1): Refer to a function as "autoloaded" if it
5666         was autoloaded at any time in the past.  Perform autoloading if
5667         help-enable-auto-load is non-nil.
5669 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
5671         * makefile.w32-in (compile, compile-always): Depend on
5672         update-subdirs, not on subdirs.el.  Otherwise, several different
5673         sub-targets of 'bootstrap' running in parallel could
5674         simultaneously write to subdirs.el, producing a garbled file.
5676 2012-06-26  Sam Steingold  <sds@gnu.org>
5678         * files.el (file-name-base): New convenience function.
5679         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5680         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5681         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5682         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5683         * textmodes/ispell.el, textmodes/reftex-ref.el:
5684         * textmodes/tex-mode.el: Use it.
5685         Did not touch cedet and org because they are maintained elsewhere.
5687 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
5689         * calendar/calendar.el (calendar-exit): Don't try to delete or
5690         iconify last frame.  See:
5691         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5693 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
5695         * server.el (server-process-filter): Remember dir in the
5696         process's `server-client-directory' properties.
5698 2012-06-24  Chong Yidong  <cyd@gnu.org>
5700         * xml.el (xml-parse-tag): Correctly handle comment embedded in
5701         non-tag text.
5703 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
5705         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5707 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * help-fns.el (describe-variable): Don't croak when doc is not found.
5710         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5711         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5712         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5713         * emacs-lisp/smie.el (smie-next-sexp): CSE.
5714         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5715         ((lambda ..) ..).
5716         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5718 2012-06-23  Chong Yidong  <cyd@gnu.org>
5720         * info.el (Info-mouse-follow-link): Accept symbol values of
5721         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
5722         (Info-fontify-node): Use Info-link-keymap for all navigation
5723         buttons, with link-args property to perform the desired action.
5724         (Info-link-keymap): Doc fix.
5725         (Info-next-link-keymap, Info-prev-link-keymap)
5726         (Info-up-link-keymap): Delete now-unused keymaps.
5728 2012-06-23  Chong Yidong  <cyd@gnu.org>
5730         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5732         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5733         system abbrevs.
5735         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5737 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5739         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5740         (bug#11719).
5742         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5743         the requote function doesn't work properly (bug#11714).
5745 2012-06-23  Glenn Morris  <rgm@gnu.org>
5747         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5749 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5751         Further GV/CL cleanups.
5752         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5753         gv-expander.
5754         (gv--defun-declaration): New function.
5755         (defun-declarations-alist): Use it.
5756         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5757         (gv-place): Autoload.
5758         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5759         original definition of dotimes and dolist.
5760         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5761         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5762         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5763         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5764         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5765         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5766         to the function's definition.
5767         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5768         * window.el:
5769         * files.el:
5770         * faces.el:
5771         * env.el: Don't use CL.
5773 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5775         Support higher-resolution time stamps (Bug#9000).
5777         * calendar/time-date.el (with-decoded-time-value): New arg
5778         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
5779         (encode-time-value): New optional arg PICO.  New type 3.
5780         (time-to-seconds) [!float-time]: Support the new picoseconds
5781         component if it's used.
5782         (seconds-to-time, time-subtract, time-add):
5783         Support ps-resolution time stamps as well.
5785         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
5786         (timerp): Timer vectors now have length 9, not 8.
5787         (timer--time): Support new-style (4-part) time stamps.
5788         (timer-next-integral-multiple-of-time): Time stamps now have
5789         picosecond resolution, so take a bit more care about rounding.
5790         (timer-relative-time, timer-inc-time): New optional arg psecs.
5791         (timer-set-time-with-usecs): Set psecs to 0.
5792         (timer--activate): Check psecs component, too.
5794         * proced.el (proced-time-lessp): Support ps-resolution stamps.
5796 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5798         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5799         Move the non-essential binding to the post/pre-command-hook where it is
5800         more obviously correct.
5802         * subr.el (read-passwd): Don't use a history at all.
5803         * savehist.el (savehist-save): Remove password saved accidentally
5804         because of the above bug.
5806 2012-06-22  Bastien Guerry  <bzg@gnu.org>
5808         * files.el (toggle-read-only): Display a message telling whether
5809         the buffer is read-only or not (bug#11726).
5811 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * emacs-lisp/gv.el: New file.
5814         * subr.el (push, pop): Extend to generalized variables.
5815         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5816         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5817         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
5818         gv-define-simple-setter, and gv-define-expander.
5819         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
5820         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5821         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5822         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5823         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5824         gv-letplace.
5825         (cl-defstruct): Don't define setf-method any more.
5826         * emacs-lisp/cl.el (flet): Don't autoload.
5827         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5828         (define-setf-expander, defsetf, define-modify-macro)
5829         (cl-struct-setf-expander): Move from cl-lib.el.
5830         * emacs-lisp/syntax.el:
5831         * emacs-lisp/ewoc.el:
5832         * emacs-lisp/smie.el:
5833         * emacs-lisp/cconv.el:
5834         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5835         (timer--time): Use gv-define-simple-setter.
5836         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5837         to avoid coding-system problems in subr.el.  Adjust all users.
5838         (macroexp--maxsize, macroexp-small-p): New functions.
5839         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5840         * scroll-bar.el (scroll-bar-mode):
5841         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5842         (normal-erase-is-backspace-mode): Don't use the `eq' place.
5843         * winner.el (winner-configuration, winner-make-point-alist)
5844         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5845         * files.el (locate-file-completion-table): Avoid list*.
5847 2012-06-22  Chong Yidong  <cyd@gnu.org>
5849         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5850         (dired-create-files): Doc fix (Bug#11329).
5851         (dired-do-copy): Doc fix (Bug#11334).
5852         (dired-mark-read-string): Doc fix (Bug#11553).
5854         * dired.el (dired-recursive-copies, dired-recursive-deletes):
5855         Doc fix (Bug#11326).
5856         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
5857         (dired-dwim-target): Doc fix.
5859         * wdired.el (wdired-mode): Doc fix.
5861 2012-06-22  Glenn Morris  <rgm@gnu.org>
5863         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5864         (pcmpl-rpm-cache-stamp-file): New constant.
5865         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5866         (pcmpl-rpm-packages): Optionally cache list of packages.
5868         * pcmpl-rpm.el (pcmpl-rpm): New group.
5869         (pcmpl-rpm-query-options): New option.
5870         (pcmpl-rpm-packages): No need to inline it.
5871         Use pcmpl-rpm-query-options.
5873         * calendar/calendar.el (calendar-in-read-only-buffer):
5874         Avoid some needless mode changes.
5876 2012-06-21  Chong Yidong  <cyd@gnu.org>
5878         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5879         (desktop-path): Remove . from the default value (Bug#10977).
5880         (desktop-read): Use user-emacs-directory if desktop-path is nil.
5882 2012-06-20  Chong Yidong  <cyd@gnu.org>
5884         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5886 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
5888         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5889         (bug#11201).
5891 2012-06-20  Chong Yidong  <cyd@gnu.org>
5893         * term.el (term-window-width): Handle the case of a missing right
5894         fringe (Bug#8837).
5895         (term-check-size): Use window-text-height (Bug#5445).
5896         (term-mode): Use define-derived-mode.  Minor cleanups.
5897         Set font-lock-defaults (Bug#7692).
5898         (term-move-columns, term-insert-char, term-emulate-terminal)
5899         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5901 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
5903         * net/ange-ftp.el (ange-ftp-get-passwd):
5904         Bind `enable-recursive-minibuffers'.
5905         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5907 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
5909         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5911 2012-06-19  Glenn Morris  <rgm@gnu.org>
5913         * progmodes/python.el (python-mode): Derive from prog-mode.
5915 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5917         * emulation/edt.el (edt-default-menu-bar-update-buffers)
5918         (edt-user-menu-bar-update-buffers): New functions.
5919         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5921 2012-06-19  Chong Yidong  <cyd@gnu.org>
5923         * subr.el (with-selected-window): Preserve the selected window's
5924         terminal's top-frame (Bug#4702).
5926         * window.el (save-selected-window): Likewise.
5928 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5930         * progmodes/python.el (python-rx-constituents): Move backquote.
5931         (python-skeleton-define, python-define-auxiliary-skeleton):
5932         Use `declare'.
5934 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
5936         * minibuffer.el (read-file-name-default): Revert the patch from
5937         2012-06-17.
5939 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5941         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5942         (pcase--u1, pcase--q1): Don't use apply-partially.
5944 2012-06-18  Glenn Morris  <rgm@gnu.org>
5946         * progmodes/python.el (python-proc, python-buffer)
5947         (python-send-receive, python-send-string): Fix obsolete versions.
5949 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
5951         * window.el (special-display-p): Completely remove stringp
5952         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5954 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
5956         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5958         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5960         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5961         * net/tramp-sh.el (tramp-maybe-open-connection):
5962         Throw if `non-essential' is non-nil.
5964 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
5966         * window.el (special-display-p): Signal an error if BUFFER-NAME
5967         is not a string (Bug#11713).
5969 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
5971         * progmodes/python.el (python-info-beginning-of-backslash):
5972         Rename from python-info-beginning-of-backlash, as a spelling fix.
5974 2012-06-17  Chong Yidong  <cyd@gnu.org>
5976         * term.el (term-emulate-terminal): If term-check-size is called,
5977         move point to the process mark without resetting point (Bug#4635).
5979 2012-06-17  Glenn Morris  <rgm@gnu.org>
5981         * international/mule-cmds.el (mule-menu-keymap)
5982         (set-language-environment, set-locale-environment): Doc tweaks.
5984 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
5986         * cus-face.el (custom-face-attributes): Add wave-style underline
5987         attribute.
5988         * faces.el (set-face-attribute): Update docstring to describe
5989         wave-style underline attribute.
5991 2012-06-16  Chong Yidong  <cyd@gnu.org>
5993         * term/xterm.el (terminal-init-xterm): Discard input before
5994         querying background mode (Bug#10959).
5996 2012-06-16  Stefan Merten  <smerten@oekonux.de>
5998         * textmodes/rst.el: Added and corrected some comments.
5999         (rst-re-alist-def): Improve symbol syntax.
6000         (rst-mode-syntax-table): Correct syntax entries.
6001         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6002         (rst-official-version, rst-official-cvs-rev): Update version
6003         information.
6005 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
6007         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6008         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6010 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
6012         * progmodes/python.el: New python.el merge.
6013         (python-guess-indent): Obsolete var.
6014         (python-indent-guess-indent-offset): New defcustom.
6015         (python-indent): Obsolete var.
6016         (python-indent-offset): New defcustom.
6017         (python-python-command, python-jython-command): Delete var.
6018         (python-shell-interpreter): New defcustom.
6019         (python-pdbtrack-do-tracking-p): Delete var.
6020         (python-pdbtrack-activate): New defcustom.
6021         (python-use-skeletons): Obsolete var.
6022         (python-skeleton-autoinsert): New defcustom.
6023         (inferior-python-filter-regexp, python-continuation-offset)
6024         (python-honour-comment-indentation, python-indent-string-contents)
6025         (python-jython-packages, python-mode-hook)
6026         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6027         (python-shell-prompt-alist)
6028         (python-source-modes): Delete defcustoms.
6029         (python-check-buffer-name, python-eldoc-setup-code)
6030         (python-eldoc-string-code, python-ffap-setup-code)
6031         (python-ffap-string-code, python-fill-comment-function)
6032         (python-fill-decorator-function, python-fill-paren-function)
6033         (python-fill-string-function, python-imenu-include-defun-type)
6034         (python-imenu-make-tree, python-imenu-subtree-root-label)
6035         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6036         (python-shell-compilation-regexp-alist)
6037         (python-shell-completion-module-string-code)
6038         (python-shell-completion-pdb-string-code)
6039         (python-shell-completion-setup-code)
6040         (python-shell-completion-string-code)
6041         (python-shell-enable-font-lock, python-shell-exec-path)
6042         (python-shell-extra-pythonpaths)
6043         (python-shell-internal-buffer-name, python-shell-interpreter-args)
6044         (python-shell-process-environment)
6045         (python-shell-prompt-block-regexp)
6046         (python-shell-prompt-output-regexp)
6047         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6048         (python-shell-send-setup-max-wait, python-shell-setup-codes)
6049         (python-shell-virtualenv-path): New defcustoms.
6050         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6051         (inferior-python-mode-syntax-table, python--prompt-regexp)
6052         (python-buffer, python-command python-python-command)
6053         (python-default-template, python-imports, python-indent-index)
6054         (python-indent-list, python-indent-list-length)
6055         (python-mode-running, python-pdbtrack-is-tracking-p)
6056         (python-preoutput-continuation, python-preoutput-leftover)
6057         (python-preoutput-result, python-preoutput-skip-next-prompt)
6058         (python-prev-dir/file, python-recursing)
6059         (python-saved-check-command, python-version-checked)
6060         (python-which-func-length-limit)
6061         (view-return-to-alist): Delete vars.
6062         (python-check-custom-command, python-dotty-syntax-table)
6063         (python-imenu-index-alist, python-indent-current-level)
6064         (python-indent-dedenters, python-indent-levels)
6065         (python-nav-beginning-of-defun-regexp)
6066         (python-nav-list-defun-positions-cache)
6067         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6068         (python-shell-internal-buffer)
6069         (python-skeleton-available): New vars.
6070         (def-python-skeleton): Delete macro.
6071         (python-skeleton-define): New macro.
6072         (python-define-auxiliary-skeleton, python-rx): New macros.
6073         (python-insert-class): Delete command.
6074         (python-skeleton-class): New command.
6075         (python-insert-def): Delete command.
6076         (python-skeleton-def): New command.
6077         (python-insert-for): Delete command.
6078         (python-skeleton-for): New command.
6079         (python-insert-if): Delete command.
6080         (python-skeleton-if): New command.
6081         (python-insert-try/except, python-insert-try/finally): Delete commands.
6082         (python-skeleton-try): New command.
6083         (python-insert-while): Delete command.
6084         (python-skeleton-while): New command.
6085         (python-backspace): Delete command.
6086         (python-indent-dedent-line-backspace): New command.
6087         (python-electric-colon): Delete command.
6088         (python-indent-electric-colon): New command.
6089         (python-guess-indent): Delete command.
6090         (python-indent-guess-indent-offset): New command.
6091         (python-shift-left): Delete command.
6092         (python-indent-shift-left): New command.
6093         (python-shift-right): Delete command.
6094         (python-indent-shift-right): New command.
6095         (python-find-function): Delete command.
6096         (python-nav-jump-to-defun): New command.
6097         (python-next-statement): Delete command.
6098         (python-nav-forward-sentence): New command.
6099         (python-previous-statement): Delete command.
6100         (python-nav-backward-sentence): New command.
6101         (python-fill-paragraph): Delete command.
6102         (python-fill-paragraph-function): New command.
6103         (python-send-buffer): Delete command.
6104         (python-shell-send-buffer): New command.
6105         (python-send-defun): Delete command.
6106         (python-shell-send-defun): New command.
6107         (python-send-region, python-send-region-and-go): Delete commands.
6108         (python-shell-send-region)
6109         (python-shell-switch-to-shell): New commands.
6110         (python-send-string): Delete command.
6111         (python-shell-send-string): New command.
6112         (python-switch-to-python): Delete command.
6113         (python-shell-switch-to-shell): New command.
6114         (python-describe-symbol): Delete command.
6115         (python-eldoc-at-point): New command.
6116         (python--set-prompt-regexp, python-args-to-list)
6117         (python-after-info-look, python-check-version)
6118         (python-check-comint-prompt, python-find-imports)
6119         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6120         (python-unload-function, python-expand-template)
6121         (python-maybe-jython, python-preoutput-filter)
6122         (python-pdbtrack-get-source-buffer)
6123         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6124         (python-pdbtrack-toggle-stack-tracking)
6125         (python-pdbtrack-track-stack-file, python-initial-text)
6126         (python-first-word, python-comment-line-p, python-send-command)
6127         (python-setup-brm, python-sentinel, python-set-proc)
6128         (python-skip-out, python-input-filter, python-outdent-p)
6129         (python-outline-level, python-backslash-continuation-line-p)
6130         (python-end-of-block, python-end-of-statement, python-mark-block)
6131         (python-beginning-of-block, python-beginning-of-statement)
6132         (python-blank-line-p, python-beginning-of-string)
6133         (python-open-block-statement-p): Delete functions.
6134         (python-indent-line, python-indent-line-1): Delete functions.
6135         (python-indent-line): New function.
6136         (python-indentation-levels): Delete function.
6137         (python-indent-calculate-levels): New function.
6138         (python-proc): Delete function.
6139         (python-shell-get-process): New function.
6140         (python-send-receive): Delete function.
6141         (python-shell-send-string-no-output): New function.
6142         (python-module-path): Delete function.
6143         (python-ffap-module-path): New function.
6144         (python-completion-at-point)
6145         (python-symbol-completions): Delete functions.
6146         (python-completion-complete-at-point): New function.
6147         (python-load-file): Delete function.
6148         (python-shell-send-file): New function.
6149         (python-calculate-indentation): Delete function.
6150         (python-indent-calculate-indentation): New function.
6151         (python-skip-comments/blanks): Delete function.
6152         (python-util-forward-comment): New function.
6153         (python-continuation-line-p): Delete function.
6154         (python-info-continuation-line-p): New function.
6155         (python-which-func, python-current-defun): Delete function.
6156         (python-info-current-defun): New function.
6157         (python-beginning-of-defun): Delete function.
6158         (python-nav-beginning-of-defun): New function.
6159         (python-close-block-statement-p)
6160         (python-block-end-p): Delete function.
6161         (python-info-closing-block): New function.
6162         (python-comint-output-filter-function)
6163         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6164         (python-fill-comment, python-fill-decorator, python-fill-paren)
6165         (python-fill-string, python-imenu-make-element-tree)
6166         (python-imenu-make-tree, python-imenu-tree-assoc)
6167         (python-indent-context, python-indent-dedent-line)
6168         (python-indent-line-function)
6169         (python-indent-post-self-insert-function)
6170         (python-indent-toggle-levels)
6171         (python-info-assignment-continuation-line-p)
6172         (python-info-beginning-of-backlash)
6173         (python-info-block-continuation-line-p)
6174         (python-info-closing-block-message)
6175         (python-info-line-ends-backslash-p)
6176         (python-info-looking-at-beginning-of-defun)
6177         (python-info-ppss-context, python-info-ppss-context-type)
6178         (python-nav-list-defun-positions, python-nav-read-defun)
6179         (python-nav-sentence-end, python-nav-sentence-start)
6180         (python-pdbtrack-comint-output-filter-function)
6181         (python-pdbtrack-set-tracked-buffer)
6182         (python-shell-calculate-exec-path)
6183         (python-shell-calculate-process-environment)
6184         (python-shell-completion--do-completion-at-point)
6185         (python-shell-completion--get-completions)
6186         (python-shell-completion-complete-at-point)
6187         (python-shell-completion-complete-or-indent)
6188         (python-shell-get-or-create-process)
6189         (python-shell-get-process-name)
6190         (python-shell-internal-get-or-create-process)
6191         (python-shell-internal-get-process-name)
6192         (python-shell-internal-send-string, python-shell-make-comint)
6193         (python-shell-parse-command, python-shell-send-setup-code)
6194         (python-skeleton-add-menu-items)
6195         (python-util-clone-local-variables, python-util-position)
6196         (run-python-internal, python-indentation-levels)
6197         (python-nav-beginning-of-defun)
6198         (python-completion-complete-at-point): New functions.
6199         (run-python): Change arguments.  New API requirements.
6201 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6204         (bug#11649).
6206         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6207         (macroexp--expand-all): Use it.
6209         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6210         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6211         Use `cl-function' instead.
6213 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
6215         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6216         Suggested by Stefan Monnier while discussing bug#11657.
6218 2012-06-14  Sam Steingold  <sds@gnu.org>
6220         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6222 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
6224         * play/doctor.el (doctor-doc): Remove parameter and use
6225         doctor-sent instead of sent.
6226         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
6228 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * files.el: Require cl-lib.
6231         (file-name-non-special): Replace case -> cl-case.
6233         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6235         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6236         mapping from #' to function*.
6238 2012-06-13  Chong Yidong  <cyd@gnu.org>
6240         * mouse.el (mouse-drag-track): Do not set the mark if the user
6241         releases the mouse without selecting anything (Bug#11588).
6243 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6246         as well (bug#11646).
6248         * loadup.el: Count byte-code functions as well.
6250         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6251         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6253         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6254         (bug#11649).  Add cl-defun and cl-defmacro.
6256 2012-06-13  Drew Adams  <drew.adams@oracle.com>
6258         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6259         Fix last change.
6261 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
6263         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6264         Otherwise, it blocks in batch mode.
6266 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
6268         * help-mode.el (bookmark-make-record-default): Declare.
6270 2012-06-13  Chong Yidong  <cyd@gnu.org>
6272         * emacs-lisp/package.el (list-packages): Compute a list of
6273         packages that are newly-available since the last list-packages
6274         invocation.
6275         (package-menu--new-package-list): New var.
6276         (package-menu--generate, package-menu--print-info)
6277         (package-menu--status-predicate, package-menu-mark-install):
6278         Handle new status label "new".
6280 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6282         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6283         conversion to backquotes.
6285 2012-06-12  Chong Yidong  <cyd@gnu.org>
6287         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6288         Rename from gud-inhibit-global-bindings.
6290         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6292         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6293         hook from nxml-glyph-set-hook.
6295         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6296         declaration.
6298         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6300         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6301         Convert to defcustom.
6303 2012-06-12  Drew Adams  <drew.adams@oracle.com>
6305         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6306         New functions.
6307         (help-mode): Use them.
6309 2012-06-11  Glenn Morris  <rgm@gnu.org>
6311         * progmodes/fortran.el (fortran-font-lock-keywords-3):
6312         Use preprocessor face for directives.
6313         (fortran-directive-re): Doc fix.
6315 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6317         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6318         conversion to backquotes (bug#11652).
6320         Fix compiler-expansion of CL's cXXr functions (bug#11673).
6321         * emacs-lisp/cl-lib.el (cl--defalias): New function.
6322         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6323         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6324         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6325         (cl-ninth, cl-tenth): Mark them as inlinable.
6326         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6327         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6328         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6329         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6330         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6331         (cl-list*, cl-adjoin): Don't put an autoload manually.
6332         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6333         (cl--compiler-macro-list*): Add autoload cookie.
6334         (cl--compiler-macro-cXXr): New function.
6336         * help-fns.el (help-fns--compiler-macro): New function extracted from
6337         describe-function-1; follow aliases and use `compiler-macro' property.
6338         (describe-function-1): Use it.
6340 2012-06-11  Chong Yidong  <cyd@gnu.org>
6342         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6343         is uninstalled, if imagemagick is installed.
6345 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6347         * emacs-lisp/cl-lib.el: Use lexical-binding.
6348         (cl-map-extents, cl-maclisp-member): Remove.
6349         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6350         (cl--set-substring, cl--block-wrapper, cl--block-throw)
6351         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6352         * emacs-lisp/cl-extra.el: Use lexical-binding.
6353         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6354         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6355         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6356         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6357         * emacs-lisp/cl-seq.el: Use lexical-binding.
6358         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6359         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6360         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6361         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6362         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6363         CL's internals.
6365 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
6367         Sync with Tramp 2.2.6-pre.
6369         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6370         `print-length' and `print-level' to nil, in order to avoid
6371         truncation.  Reported by Christopher Schmidt
6372         <christopher@ristopher.com>.
6374         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6376         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6377         New defmacro.
6378         (tramp-compat-copy-directory): Add optional argument
6379         COPY-CONTENTS.  It is not handled yet.
6381         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6382         (tramp-ftp-file-name-p): Simplify.
6384         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6385         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6386         connection vector.
6388         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6389         (tramp-methods): Do not use `tramp-password-end-of-line'.
6390         (tramp-completion-function-alist-putty): Handle UNIX case.
6391         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6392         (tramp-do-file-attributes-with-stat)
6393         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6394         gid as real numbers.  They could run out of integer range on cygwin.
6395         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6396         (tramp-sh-handle-expand-file-name): Handle hops.
6397         (tramp-open-connection-setup-interactive-shell):
6398         Use `tramp-cleanup'.  Move check for busyboxes ...
6399         (tramp-find-shell): ... here.  Simplify implementation.
6400         Set "remote-shell" property also for alternative shells.
6401         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6402         If failing, a regular file would be written otherwise.
6403         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6404         (tramp-find-inline-encoding): Cache the coding commands in the
6405         process cache.  Apply test command on the remote side, if defined.
6406         (tramp-find-inline-compress): Cache the compress commands in the
6407         process cache.
6408         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6409         when requested.  Handle hops.
6410         (tramp-current-connection): New defvar.
6411         (tramp-maybe-open-connection): Use `tramp-cleanup'.
6412         Throw `suppress', if there was a failed connection shortly before.
6413         Handle user interrupt.  (Bug#10187)
6414         (tramp-get-inline-compress, tramp-get-inline-coding):
6415         Read connection properties from the process cache.
6417         * net/tramp-smb.el (tramp-smb-server-version)
6418         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6419         New defconsts.
6420         (tramp-smb-prompt): Extend for powershell prompt.
6421         (tramp-smb-file-name-handler-alist): Add handlers for
6422         `process-file', `shell-command' and `start-file-process'.
6423         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6424         (tramp-smb-winexe-shell-command-switch): New defcustoms.
6425         (tramp-smb-file-name-p): Simplify.
6426         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6427         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6428         (tramp-smb-shell-quote-argument): New defuns.
6429         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6430         Implement using "tar".  By this, time-stamps are preserved.
6431         (tramp-smb-handle-copy-file): Handle also the case of directories.
6432         (tramp-smb-do-file-attributes-with-stat)
6433         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6434         Use `tramp-get-connection-buffer').
6435         (tramp-smb-handle-rename-file): Use "rename", when source and
6436         target are on the same share.
6437         (tramp-smb-maybe-open-connection): Handle wrong passwords.
6438         Use `tramp-smb-server-version'.
6439         (tramp-smb-wait-for-output): Remove prompt.
6441         * net/tramp.el (top): Require 'cl.
6442         (tramp-methods, tramp-rsh-end-of-line):
6443         Remove `tramp-password-end-of-line' from docstring.
6444         (tramp-save-ad-hoc-proxies): New defcustom.
6445         (tramp-completion-function-alist): Adapt docstring.
6446         (tramp-default-password-end-of-line): Remove defcustom.
6447         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
6448         (tramp-user-regexp, tramp-file-name-regexp-unified)
6449         (tramp-file-name-regexp-url): Extend regexp by hop separator.
6450         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6451         (tramp-remote-file-name-spec-regexp): New defconst.
6452         (tramp-file-name-structure): Extend structure for hops.
6453         (tramp-get-method-parameter): Move up.
6454         (tramp-file-name-p, tramp-dissect-file-name)
6455         (with-parsed-tramp-file-name): Handle hops.
6456         (tramp-file-name-hop): New defun.
6457         (tramp-make-tramp-file-name): New optional arg HOP.
6458         (tramp-message-show-progress-reporter-message): New defvar.
6459         (tramp-with-progress-reporter): Use it.  We cannot use
6460         `tramp-message-show-message' here, because this suppresses also
6461         error buffers.
6462         (tramp-error-with-buffer): Suppress buffer view, if
6463         `tramp-message-show-message' is nil.
6464         Use `tramp-get-connection-buffer'.
6465         (tramp-cleanup): New defun.
6466         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6467         (tramp-file-name-handler): If `debug-on-error' is set, propagate
6468         an error unchanged.
6469         (tramp-completion-handle-file-name-all-completions): Handle hops.
6470         Fix an error when called from ido.
6471         (tramp-completion-dissect-file-name): Use better local variable
6472         name.  Add hop to the vector.
6473         (tramp-handle-insert-file-contents): Use progress-reporter for the
6474         whole scenario.
6475         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6476         to `t'.
6477         (tramp-check-for-regexp): Simplify search.
6478         (tramp-enter-password): Remove it.  Move implementation ...
6479         (tramp-action-password): ... here.
6480         (tramp-mode-string-to-int, tramp-local-host-p)
6481         (tramp-make-tramp-temp-file, tramp-read-passwd)
6482         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6483         Set tramp-autoload cookie.
6485         * net/trampver.el: Update release number.
6487 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6488             Michael Albinus  <michael.albinus@gmx.de>
6490         * net/tramp.el (tramp-set-completion-function): Fix docstring.
6491         (tramp-parse-group, tramp-parse-file)
6492         (tramp-parse-shostkeys-sknownhosts): New defuns.
6493         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6494         (tramp-parse-shosts-group, tramp-parse-sconfig)
6495         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6496         (tramp-parse-sknownhosts, tramp-parse-hosts)
6497         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6498         Use them.
6499         (tramp-parse-passwd-group, tramp-parse-netrc-group)
6500         (tramp-parse-putty-group): Don't narrow.
6501         (tramp-parse-putty): Make a loop.
6502         (tramp-file-name-handler): Catch the `suppress' signal.
6504 2012-06-11  Chong Yidong  <cyd@gnu.org>
6506         * image.el (imagemagick-register-types): Put the ImageMagick entry
6507         at the end of image-type-file-name-regexps.
6509 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
6511         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6512         (pcase, pcase-let*, pcase-dolist): Use them.
6514 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6516         * emacs-lisp/pcase.el (pcase--let*): New function.
6517         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
6518         (pcase--expand): Use macroexp-let².
6520 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6522         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6523         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6524         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6525         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6526         * emacs-lisp/derived.el: Use pcase instead of `cl'.
6527         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6529 2012-06-10  Glenn Morris  <rgm@gnu.org>
6531         * mail/rmail.el (rmail-yank-current-message): Leave point at
6532         correct position.  (Bug#11660)
6534 2012-06-10  Chong Yidong  <cyd@gnu.org>
6536         * allout-widgets.el: Fix code header.
6538 2012-06-10  Chong Yidong  <cyd@gnu.org>
6540         * cus-edit.el (customize-changed-options-previous-release):
6541         Bump to 24.1.
6543 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
6545         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6547 2012-06-09  Chong Yidong  <cyd@gnu.org>
6549         * ebuff-menu.el (electric-buffer-list): Preserve header line.
6551 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
6553         * window.el (special-display-popup-frame): Don't use
6554         window--display-buffer (Bug#11651).
6556 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
6558         Fix parallel builds: make sure loaddefs.el is not being written
6559         while Lisp files are compiled.
6560         (compile): Don't depend on 'mh-autoloads'.
6561         (compile-CMD, compile-SH): Depend on 'autoloads'.
6562         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6564         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
6566 2012-06-09  Chong Yidong  <cyd@gnu.org>
6568         * face-remap.el (face-remap-add-relative, face-remap-set-base)
6569         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6570         Doc fixes (Bug#11225).
6572 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6574         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6575         a function if there's a clear indication that it has a compiler-macro.
6576         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6577         (macro-declarations-alist): Add arglist to declaration functions.
6578         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6579         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6580         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6581         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6582         Also add autoload to find the compiler macro.
6583         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6584         (cl--compiler-macro-member, cl--compiler-macro-assoc)
6585         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6586         (cl--compiler-macro-get): New functions, replacing calls to
6587         cl-define-compiler-macro.
6588         (cl-typep) [compiler-macro]: Use macroexp-let².
6590 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6592         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6593         string properly, fixes Bug#11473.
6595 2012-06-08  Chong Yidong  <cyd@gnu.org>
6597         * faces.el (set-face-attribute): Doc fix.
6598         (modify-face): Don't use :bold and :italic.
6599         (error, warning, success): Tweak definitions.
6601         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6602         (custom-modified, custom-set, custom-changed, custom-themed)
6603         (custom-saved, custom-button, custom-button-mouse)
6604         (custom-button-pressed, custom-state, custom-comment-tag)
6605         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6606         (custom-group-subtitle): Use new-style face specs.
6607         (custom-invalid-face, custom-rogue-face, custom-modified-face)
6608         (custom-set-face, custom-changed-face, custom-saved-face)
6609         (custom-button-face, custom-button-pressed-face)
6610         (custom-documentation-face, custom-state-face)
6611         (custom-comment-face, custom-comment-tag-face)
6612         (custom-variable-tag-face, custom-variable-button-face)
6613         (custom-face-tag-face, custom-group-tag-face-1)
6614         (custom-group-tag-face): Remove obsolete face alias.
6616         * epa.el (epa-validity-high, epa-validity-medium)
6617         (epa-validity-low, epa-mark, epa-field-name, epa-string)
6618         (epa-field-name, epa-field-body):
6619         * font-lock.el (font-lock-comment-face, font-lock-string-face)
6620         (font-lock-keyword-face, font-lock-builtin-face)
6621         (font-lock-function-name-face, font-lock-variable-name-face)
6622         (font-lock-type-face, font-lock-constant-face):
6623         * ido.el (ido-first-match, ido-only-match, ido-subdir)
6624         (ido-virtual, ido-indicator, ido-incomplete-regexp):
6625         * speedbar.el (speedbar-button-face, speedbar-file-face)
6626         (speedbar-directory-face, speedbar-tag-face)
6627         (speedbar-selected-face, speedbar-highlight-face)
6628         (speedbar-separator-face):
6629         * whitespace.el (whitespace-newline, whitespace-space)
6630         (whitespace-hspace, whitespace-tab, whitespace-trailing)
6631         (whitespace-line, whitespace-space-before-tab)
6632         (whitespace-space-after-tab, whitespace-indentation)
6633         (whitespace-empty):
6634         * emulation/cua-base.el (cua-global-mark):
6635         * eshell/em-prompt.el (eshell-prompt):
6636         * net/newst-plainview.el (newsticker-new-item-face)
6637         (newsticker-old-item-face, newsticker-immortal-item-face)
6638         (newsticker-obsolete-item-face, newsticker-date-face)
6639         (newsticker-statistics-face, newsticker-default-face):
6640         * net/newst-reader.el (newsticker-feed-face)
6641         (newsticker-extra-face, newsticker-enclosure-face):
6642         * net/newst-treeview.el (newsticker-treeview-face)
6643         (newsticker-treeview-new-face, newsticker-treeview-old-face)
6644         (newsticker-treeview-immortal-face)
6645         (newsticker-treeview-obsolete-face)
6646         (newsticker-treeview-selection-face):
6647         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6648         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6649         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6650         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6651         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6652         (nxml-outline-active-indicator, nxml-outline-ellipsis):
6653         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6654         (mpuz-text):
6655         * progmodes/vera-mode.el (vera-font-lock-number)
6656         (vera-font-lock-function, vera-font-lock-interface):
6657         * textmodes/table.el (table-cell): Use new-style face specs, and
6658         don't use the old :bold and :italic attributes.
6660         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6661         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6662         (ebrowse-member-class, ebrowse-progress): Likewise.
6663         (ebrowse-tree-mark-face, ebrowse-root-class-face)
6664         (ebrowse-file-name-face, ebrowse-default-face)
6665         (ebrowse-member-attribute-face, ebrowse-member-class-face)
6666         (ebrowse-progress-face): Remove obsolete faces.
6668         * progmodes/flymake.el (flymake-errline, flymake-warnline):
6669         Inherit from error and warning faces respectively.
6671         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6672         Likewise.
6673         (flyspell-incorrect-face, flyspell-duplicate-face):
6674         Remove obsolete aliases.
6676 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
6678         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6679         Avoid infloop.
6681 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * startup.el (argv, argi): Make lexically scoped.
6684         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6685         * emacs-lisp/cl-macs.el: Use lexical-binding.
6686         Rename cl-bind-* to cl--bind-*.
6687         * files.el: Don't require `cl' since it doesn't use it.
6688         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6690 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
6692         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6693         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6694         instead of calling external sort utility.
6695         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6697 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
6699         * descr-text.el (describe-char): Mention how to insert the
6700         character, if the current input method doesn't support it.
6701         See the discussion in this thread for the details:
6702         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6704 2012-06-08  Sam Steingold  <sds@gnu.org>
6706         * bindings.el (global-map): Bind XF86Forward to next-buffer and
6707         XF86Back to previous-buffer.
6708         (minibuffer-local-map): Bind them to next-history-element and
6709         previous-history-element respectively.
6710         * help-mode.el (help-mode-map): Bind them to help-go-forward and
6711         help-go-back respectively.
6712         * info.el (Info-mode-map): Bind them to Info-history-forward and
6713         Info-history-back respectively.
6714         These are the keys next to Up on the ThinkPad keyboard.
6716 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6719         * emacs-lisp/cl-macs.el: Provide itself.
6720         (cl--labels-convert-cache): New var.
6721         (cl--labels-convert): New function.
6722         (cl-flet, cl-labels): New implementation with new semantics, relying on
6723         lexical-binding.
6724         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6725         (cl-closure-vars, cl--function-convert-cache)
6726         (cl--function-convert): Move from cl-macs.el.
6727         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6728         rename by removing the "cl-" prefix.
6729         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6731 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6734         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6735         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6736         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6737         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6738         (cl-hash-table-count): Add old compatibility aliases.
6740         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6741         Use macroexpand-all-environment instead.
6742         (cl--old-macroexpand): New var.
6743         (cl--sm-macroexpand): New function.
6744         (cl-symbol-macrolet): Use it during macro expansion.
6745         (cl--function-convert-cache): New var.
6746         (cl--function-convert): New function, extracted from
6747         cl-macroexpand-all.
6748         (cl-lexical-let): Use it.
6750         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6751         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6752         (cl-member): Remove old alias.
6754         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6755         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6756         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6757         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6758         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6759         (cl-macroexpand-cmacs): Remove var.
6760         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6761         Use macroexpand-all instead.
6763 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6766         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6767         (macroexp-copyable-p): New functions and macros.
6768         * emacs-lisp/edebug.el (edebug-unwrap):
6769         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6770         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6771         (pcase--let*): Remove.
6772         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6773         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
6774         macroexp-const-p instead.
6775         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6777         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6778         instead of "cl-" for internal definitions.  Use macroexp-const-p.
6779         (cl-old-bc-file-form): Remove var.
6780         (cl-const-exprs-p): Remove fun.
6781         (cl-labels, cl-macrolet): Use backquote.
6782         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
6783         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6784         (cl-define-setf-expander): Rename from cl-define-setf-method.
6785         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6787         * international/mule-cmds.el: Don't require CL.
6788         (view-hello-file): Don't use `letf'.
6790 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * tmm.el (tmm-prompt): Use string-prefix-p.
6793         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6794         (tmm-add-prompt): Use minibuffer-completion-help.
6795         (tmm-delete-map): Remove.
6797         * subr.el (kbd): Make it its own function.
6799 2012-06-07  Stefan Merten  <smerten@oekonux.de>
6801         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6802         Silence compiler warnings.  Fix versions.
6803         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6804         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6805         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6806         (rst-package-emacs-version-alist): Correct Emacs version to
6807         represent major merge with upstream.
6808         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6810 2012-06-06  Glenn Morris  <rgm@gnu.org>
6812         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6813         Only print environment variables if set.
6815 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6817         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6818         (macroexp--cons): Rename from maybe-cons.
6819         (macroexp--accumulate): Rename from macroexp-accumulate.
6820         (macroexp--all-forms): Rename from macroexpand-all-forms.
6821         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6822         (macroexp--expand-all): Rename from macroexpand-all-1.
6824 2012-06-06  Sam Steingold  <sds@gnu.org>
6826         * calendar/calendar.el (calendar-in-read-only-buffer):
6827         Call `special-mode' to enable the standard read-only keybindings.
6829 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6832         with "loading" messages (bug#11635).
6834 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
6836         * files.el (enable-remote-dir-locals): New option.
6837         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
6839         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6840         Ensure, that the temp directory is local.
6842         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6843         `temporary-file-directory'.
6845         * progmodes/python.el (python-send-region): Ensure, that the
6846         temporary file is created also in the remote case.
6848 2012-06-06  Glenn Morris  <rgm@gnu.org>
6850         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6851         (vc-rcs-update-changelog): Use it.
6853         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6855         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6856         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6857         (vc-sccs-diff): Replace use of the external vcdiff script.
6859 2012-06-05  Glenn Morris  <rgm@gnu.org>
6861         * ledit.el: Move to obsolete/.
6863 2012-06-05  Sam Steingold  <sds@gnu.org>
6865         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6866         patch (Bug#11140).
6868 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6870         * emacs-lisp/cust-print.el: Move to obsolete.
6872         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6873         compiler-macro expansion.
6875         Add native compiler-macro support.
6876         * emacs-lisp/macroexp.el (macroexpand-all-1):
6877         Support compiler-macros directly.  Properly follow aliases and apply
6878         the compiler macros more thoroughly.
6879         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6880         macroexpand now properly follows aliases.
6881         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6882         (cl-compiler-macroexpand): Use new prop.
6883         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6885         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6887 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
6889         * window.el (get-lru-window, get-mru-window, get-largest-window):
6890         New argument NOT-SELECTED to avoid picking the selected window.
6891         (window--display-buffer-1, window--display-buffer-2): Replace by
6892         new function window--display-buffer
6893         (display-buffer-same-window, display-buffer-reuse-window)
6894         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6895         Use window--display-buffer.
6896         (display-buffer-use-some-window): Remove temporary dedication
6897         hack by calling get-lru-window and get-largest-window with
6898         NOT-SELECTED argument non-nil.  Call window--display-buffer.
6900 2012-06-05  Glenn Morris  <rgm@gnu.org>
6902         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6903         Replace external vcdiff script.
6905 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6909 2012-06-04  Chong Yidong  <cyd@gnu.org>
6911         * image.el (imagemagick-types-inhibit): Revert last change.
6912         Add INFO and M.
6913         (imagemagick-enabled-types): Remove CIN and EPS*.
6915 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * emacs-lisp/cl-lib.el: Rename from cl.el.
6918         * emacs-lisp/cl.el: New compatibility file.
6919         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6920         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6921         to obey the "cl-" prefix.
6922         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6924 2012-06-03  Glenn Morris  <rgm@gnu.org>
6926         * emacs-lisp/authors.el (authors-aliases): Addition.
6928         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6929         Fix :version.
6931 2012-06-03  Stefan Merten  <smerten@oekonux.de>
6933         * textmodes/rst.el: Add comments.
6934         (rst-transition, rst-adornment): New faces.
6935         (rst-adornment-faces-alist): Make default safe to reevaluate.
6936         Fixes
6937         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6938         Improve customization tags.
6939         (rst-define-level-faces): Clarify meaning.
6941 2012-06-03  Chong Yidong  <cyd@gnu.org>
6943         * progmodes/compile.el (compilation-mode-line-fail)
6944         (compilation-mode-line-run, compilation-mode-line-exit):
6945         New faces.
6946         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6948 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
6950         * progmodes/which-func.el (which-func-update-ediff-windows):
6951         New function.  Use it in ediff-select-hook (Bug#11478).
6953 2012-06-03  Chong Yidong  <cyd@gnu.org>
6955         * bindings.el: Remove explicit help text from format-mode-line.
6956         It is now supplied by mode-line-default-help-echo.
6957         (mode-line-front-space, mode-line-end-spaces)
6958         (mode-line-misc-info): New variables.
6959         (mode-line-modes, mode-line-position): Move the default value to
6960         the variable definition.
6961         (mode-line-default-help-echo): New defcustom.
6962         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6963         (mode-line-modified-help-echo): New functions.
6964         (mode-line-mule-info, mode-line-modified): Use them.
6965         (mode-line-eol-desc, propertized-buffer-identification):
6966         Consistency fixes for help text.
6967         (mode-line-coding-system-map): Allow using mouse-3 to invoke
6968         set-buffer-file-coding-system (Bug#289).
6969         (mode-line-mule-info-help-echo): Update help text.
6971 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * simple.el (execute-extended-command): Set real-this-command
6974         (bug#11506).
6976 2012-06-02  Chong Yidong  <cyd@gnu.org>
6978         Remove incorrect uses of "modeline" in comments, docstrings, and
6979         function/variable names (Bug#10329).
6981         * cus-edit.el (mode-line):
6982         * dframe.el (dframe-mouse-hscroll):
6983         * emacs-lisp/re-builder.el:
6984         * emacs-lisp/easy-mmode.el (define-minor-mode):
6985         * frame.el (set-frame-name):
6986         * help.el (lookup-minor-mode-from-indicator):
6987         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6988         * progmodes/cc-cmds.el (c-toggle-auto-newline)
6989         (c-toggle-hungry-state):
6990         * progmodes/antlr-mode.el (antlr-language-alist):
6991         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6992         * progmodes/vhdl-mode.el (vhdl-mode):
6993         * progmodes/which-func.el (which-func, which-func-cleanup-function):
6994         * term/ns-win.el (ns-face-at-pos):
6995         * term/sup-mouse.el (sup-mouse-report):
6996         * textmodes/flyspell.el (flyspell-mode-line-string):
6997         * textmodes/ispell.el (ispell-highlight-face):
6998         * textmodes/reftex-global.el:
6999         * vc/vc-arch.el (vc-arch-mode-line-string):
7000         * vc/vc-cvs.el (vc-cvs-mode-line-string):
7001         * vc/vc-git.el (vc-git-mode-line-string):
7002         * vc/vc-hooks.el (vc-display-status)
7003         (vc-default-mode-line-string):
7004         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7006         * ansi-color.el (ansi-color-faces-vector): Change default faces.
7008         * dired.el (dired-sort-set-mode-line): Rename from
7009         dired-sort-set-modeline.  All callers changed.
7011         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7012         eshell-status-in-modeline.
7014         * foldout.el (foldout-mode-line-string): Rename from
7015         foldout-modeline-string.  All callers changed.
7016         (foldout-update-mode-line): Rename from foldout-update-modeline.
7018         * subr.el (redraw-modeline): Make into obsolete alias.
7020         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7021         timeclock-modeline-display.  Make old name an alias.
7022         (timeclock-update-mode-line): Likewise.  All callers changed.
7023         (timeclock-mode-line-display): No need to check before using
7024         add-hook.
7025         (timeclock-relative, timeclock-day-over-hook)
7026         (timeclock-use-elapsed, timeclock-mode-string)
7027         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7029         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7030         crisp-mode-modeline-string.
7032         * play/solitaire.el (solitaire-build-mode-line): Rename from
7033         solitaire-build-modeline.  All callers changed.
7035         * play/zone.el (zone-hiding-mode-line): Rename from
7036         zone-hiding-modeline.  All callers changed.
7037         (zone): Remove unusued `modeline-hidden-level' property.
7039         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7040         xscheme-modeline-initialize.  All callers changed.
7042         * strokes.el (strokes-lighter): Rename from
7043         strokes-modeline-string.
7045         * textmodes/sgml-mode.el (html-face-tag-alist)
7046         (html-tag-face-alist): Use mode-line face instead of obsolete
7047         alias modeline.
7049 2012-06-02  Stefan Merten  <smerten@oekonux.de>
7051         * textmodes/rst.el: Always require `cl'.
7052         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7054 2012-06-02  Chong Yidong  <cyd@gnu.org>
7056         * image.el (imagemagick-enabled-types): Rename from
7057         imagemagick-types-enable.  Add many more types.
7058         (imagemagick-types-inhibit): Change default to nil.
7059         (imagemagick-filter-types): Caller changed.
7061 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7063         * emacs-lisp/cl-macs.el: Use backquotes.
7064         (cl-transform-function-property): Use eval-and-compile rather than
7065         abusing `require'.
7066         (defstruct): Use declare-function instead of with-no-warnings.
7068         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7069         (byte-compile-output-docform): Re-add the print-circle bindings.
7070         (byte-compile-fix-header): Use #$ just because it's shorter.
7071         (byte-compile-output-file-form): Remove defun/defmacro.
7073 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
7075         * simple.el (choose-completion): Remove now obsolete binding for
7076         owindow.
7078 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
7080         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7081         in order to avoid "Stack overflow in regexp matcher".
7083 2012-05-31  Glenn Morris  <rgm@gnu.org>
7085         * image.el: For clarity, call imagemagick-register-types at
7086         top-level, rather than relying on a custom :initialize.
7087         (imagemagick-types-enable): New option.  (Bug#11557)
7088         (imagemagick-filter-types): New function.  (Bug#7406)
7089         (imagemagick-register-types): Use imagemagick-filter-types.
7090         If disabling support, remove elements altogether rather
7091         than using an impossible regexp.
7092         (imagemagick-types-inhibit): Give it the default init function.
7094 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7097         Handle arbitrary file name lengths (Bug#11585).
7099 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
7101         * desktop.el (desktop-read): Clear previous and next buffers for
7102         all windows and bury *Messages* buffer (bug#11556).
7104 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7106         Add `declare' for `defun'.  Align `defmacro's with it.
7107         * emacs-lisp/easy-mmode.el (define-minor-mode)
7108         (define-globalized-minor-mode): Don't autoload the var definitions.
7109         * emacs-lisp/byte-run.el: Use lexical-binding.
7110         (defun-declarations-alist, macro-declarations-alist): New vars.
7111         (defmacro, defun): Use them.
7112         (make-obsolete, define-obsolete-function-alias)
7113         (make-obsolete-variable, define-obsolete-variable-alias):
7114         Use `declare'.
7115         (macro-declaration-function): Mark obsolete.
7116         * emacs-lisp/autoload.el: Use lexical-binding.
7117         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
7119 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7121         * textmodes/ispell.el (ispell-with-no-warnings):
7122         Define as a macro.
7123         (ispell-kill-ispell, ispell-change-dictionary):
7124         Use `called-interactively-p' for Emacs instead of obsolete
7125         `interactive-p'.
7127 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7130         (macro-declaration-function): Move var from C code.
7131         (macro-declaration-function): Define function with defalias.
7132         * emacs-lisp/macroexp.el (macroexpand-all-1):
7133         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7134         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7135         defun/defmacro any more.
7136         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7137         Provide fallback for unknown arglist.
7138         (byte-compile-arglist-warn): Change calling convention.
7139         (byte-compile-output-file-form): Move print-vars binding.
7140         (byte-compile-output-docform): Simplify accordingly.
7141         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7142         (byte-compile-defmacro-declaration): Remove.
7143         (byte-compile-file-form-defmumble): Generalize to defalias.
7144         (byte-compile-output-as-comment): Return byte-positions.
7145         Simplify callers accordingly.
7146         (byte-compile-lambda): Use `assert'.
7147         (byte-compile-defun, byte-compile-defmacro): Remove.
7148         (byte-compile-file-form-defalias):
7149         Use byte-compile-file-form-defmumble.
7150         (byte-compile-defalias-warn): Remove.
7152 2012-05-29  Stefan Merten  <smerten@oekonux.de>
7154         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7155         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
7157         (rst-mode-abbrev-table): Merge definition.
7158         (rst-mode): Make sure `font-lock-defaults' is buffer local.
7159         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7161 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
7163         * calendar/icalendar.el
7164         (icalendar-export-region): Export UID properly.
7166 2012-05-29  Leo Liu  <sdl.web@gmail.com>
7167         * calendar/icalendar.el (icalendar-import-format):
7168         Add `icalendar-import-format-uid' (Bug#11525).
7169         (icalendar-import-format-uid): New.
7170         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7171         Export UID.
7173 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7176         different alternative patterns.
7177         (pcase-codegen): Be more careful to preserve identity.
7178         (pcase--u1): Don't forget to mark vars as used.
7180         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7181         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7182         (byte-compile-from-buffer): ...rather than here.
7184         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7185         functions from byte-compile-function-environment.
7187 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
7189         * window.el (window-deletable-p): Avoid deleting the root window
7190         of a frame with an active minibuffer.
7192 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
7194         * simple.el (choose-completion): Use quit-window (Bug#11567).
7196 2012-05-29  Chong Yidong  <cyd@gnu.org>
7198         * whitespace.el (whitespace-cleanup): Fix usage of
7199         whitespace-empty-at-bob-regexp (Bug#11492).
7201 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7203         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7204         revert (Bug#11488).
7206 2012-05-29  Juri Linkov  <juri@jurta.org>
7208         * isearch.el (isearch-mode-map): Bind `M-s _' to
7209         `isearch-toggle-symbol'.  Bind `M-s c' to
7210         `isearch-toggle-case-fold'.
7211         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7212         (isearch-forward): Add `M-s _' to the docstring.
7213         (isearch-forward-symbol, isearch-toggle-case-fold)
7214         (isearch-symbol-regexp): New functions.  (Bug#11381)
7216 2012-05-29  Juri Linkov  <juri@jurta.org>
7218         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
7219         (isearch-occur, isearch-search-and-update): If `isearch-word' is
7220         a function, call it to get the regexp.
7221         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7222         property `isearch-message-prefix' instead of the string "word ".
7223         (isearch-search-fun-default): For the case of `isearch-word',
7224         return a lambda that calls re-search-forward/re-search-backward
7225         with a regexp returned by `word-search-regexp' or by the function
7226         in `isearch-word'.
7228 2012-05-29  Juri Linkov  <juri@jurta.org>
7230         * isearch.el (isearch-search-fun-default): New function.
7231         (isearch-search-fun): Move default part to the new function
7232         `isearch-search-fun-default'.
7233         (isearch-search-fun-function): Set the default value to
7234         `isearch-search-fun-default'.  (Bug#11381)
7236         * comint.el (comint-history-isearch-end):
7237         Use `isearch-search-fun-default'.
7238         (comint-history-isearch-search): Use `isearch-search-fun-default'
7239         and remove spacial case for `isearch-word'.
7240         (comint-history-isearch-wrap): Remove spacial case for
7241         `isearch-word'.
7243         * hexl.el (hexl-isearch-search-function):
7244         Use `isearch-search-fun-default'.
7246         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7247         Use `word-search-regexp' for `isearch-word'.
7249         * misearch.el (multi-isearch-search-fun):
7250         Use `isearch-search-fun-default'.
7252         * simple.el (minibuffer-history-isearch-search):
7253         Use `isearch-search-fun-default' and remove spacial case for
7254         `isearch-word'.
7255         (minibuffer-history-isearch-wrap): Remove spacial case for
7256         `isearch-word'.
7258         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7259         Remove spacial case for `isearch-word'.
7260         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7262 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7264         Decrease XEmacs incompatibilities.
7265         * textmodes/flyspell.el (flyspell-check-pre-word-p):
7266         Use `string-match'.
7267         (flyspell-delete-region-overlays): Use alternative definition for
7268         XEmacs.
7269         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7270         (flyspell-word): Use `process-kill-without-query' if XEmacs.
7271         (flyspell-mode-on): Use `interactive-p' if XEmacs.
7272         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7273         `define-obsolete-face-alias' under XEmacs, but old method.
7275         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7276         `with-no-warnings' definition or Emacs alias.
7277         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7278         (ispell-word): Do not use `region-p' if XEmacs.
7280 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7282         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7283         Check for `ispell-dictionary-base-alist' instead of full
7284         `ispell-dictionary-alist'.
7285         (ispell-init-process): Show spellchecker when starting new Ispell
7286         process.
7288 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7290         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7291         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7293 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
7295         * version.el (motif-version-string, gtk-version-string)
7296         (ns-version-string): Declare.
7298 2012-05-27  Juri Linkov  <juri@jurta.org>
7300         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7301         after the `eval-defun-1' specialcaseing
7302         like in `edebug-eval-defun' (bug#10181).
7304         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7305         like in `eval-defun-1'.
7307 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
7309         * mail/sendmail.el (mail-yank-region):
7310         Recognize rmail-yank-current-message in addition to insert-buffer.
7311         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7312         a *mail* buffer created through rmail-start-mail with sendmail as
7313         mail-user-agent.
7315 2012-05-27  Chong Yidong  <cyd@gnu.org>
7317         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7318         Default to 256 (Bug#11267).
7320         * help.el (describe-mode): Doc fix.
7322 2012-05-26  Glenn Morris  <rgm@gnu.org>
7324         * w32-fns.el (w32-init-info): Remove.
7325         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7327         * info.el (info-initialize): For self-contained NS builds, put the
7328         included info/ directory at the front.  (Bug#2791)
7330         * paths.el (Info-default-directory-list): Make it a defcustom,
7331         mainly so that we can use custom-initialize-delay.
7333 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7335         * subr.el (buffer-has-markers-at): Mark obsolete.
7337         * subr.el (lambda): Use declare.
7339         * emacs-lisp/lisp-mode.el (lambda):
7340         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7342 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7344         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
7346 2012-05-26  Glenn Morris  <rgm@gnu.org>
7348         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7350 2012-05-25  Glenn Morris  <rgm@gnu.org>
7352         * paths.el: Remove no-byte-compile.
7353         * loadup.el: No need to load paths.el uncompiled.
7355         * image.el (imagemagick-types-inhibit): Doc fix.
7357         * version.el: Remove no-byte-compile and associated formatting.
7358         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
7359         is ancient code from when there was an "inc-vers.el".
7361 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7363         * progmodes/gdb-mi.el: Minor style changes.
7364         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7365         Turn into minor modes.
7366         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7367         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7368         (gdb-shell): Remove unneeded let-binding.
7369         (gdb-get-many-fields): Eliminate O(n²) behavior.
7371 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
7373         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7374         platforms that don't link in fontset.c.
7376 2012-05-25  Juri Linkov  <juri@jurta.org>
7378         Use the same diff color scheme as in modern VCSes (bug#10181).
7380         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7381         to avoid confusion with `diff-added' that now uses green colors.
7382         (diff-removed): Use shades of red.
7383         (diff-added): Use shades of green.
7384         (diff-changed): Leave just the yellow color.
7385         (diff-use-changed-face): New variable.
7386         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7387         how to highlight context diff changes.
7388         (diff-refine-change): Use shades of yellow.
7389         (diff-refine-removed): New face that uses shades of red.
7390         (diff-refine-added): New face that uses shades of green.
7391         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7392         `diff-refine-removed' in the call to `smerge-refine-subst'
7393         depending on the value of `diff-use-changed-face'.
7395         * vc/smerge-mode.el (smerge-mine): Use shades of red.
7396         (smerge-other): Use shades of green.
7397         (smerge-base): Use shades of yellow.
7398         (smerge-refined-change): Empty face.
7399         (smerge-refined-removed): New face that uses shades of red.
7400         (smerge-refined-added): New face that uses shades of green.
7401         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
7402         args `props-r' and `props-a', and use them.  Doc fix.
7403         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7404         on its value use different faces `smerge-refined-change',
7405         `smerge-refined-removed', `smerge-refined-added' in the call to
7406         `smerge-refine-subst'.
7408         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7409         Add face condition `min-colors 88' with shades of red.
7410         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7411         `min-colors 88' with shades of green.
7412         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7413         `min-colors 88' with shades of yellow.
7415 2012-05-24  Glenn Morris  <rgm@gnu.org>
7417         * paths.el (prune-directory-list, remote-shell-program): Move to...
7418         * files.el (prune-directory-list, remote-shell-program): ...here.
7419         For the latter, delay initialization, prefer ssh, just search PATH.
7421         * paths.el (term-file-prefix): Move to faces.el (the only user).
7422         * faces.el (term-file-prefix): Move here, make it a defcustom.
7424         * paths.el (news-directory, news-path, news-inews-program):
7425         Move to gnus/nnspool.el.
7427         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7429         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7430         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7431         Make the latter a defcustom, with a delayed initialization.
7433         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7434         These were deleted from Gnus itself late 2010.
7436 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
7438         * progmodes/which-func.el (which-func-ff-hook):
7439         Check against user-error, not error.
7441         * emacs-lisp/edebug.el (top): Do not load or set up loading of
7442         cl-specs.el, which no longer exists.
7444 2012-05-22  Glenn Morris  <rgm@gnu.org>
7446         * info.el (info-emacs-bug): New command.
7447         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7448         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7450 2012-05-21  Glenn Morris  <rgm@gnu.org>
7452         * makefile.w32-in (update-subdirs-SH):
7453         * Makefile.in (update-subdirs): Update for moved update-subdirs.
7455 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7457         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7459         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7460         Simplify Maven regexp, and make sure the file can't start with a space
7461         (bug#11517).
7463 2012-05-21  Glenn Morris  <rgm@gnu.org>
7465         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7466         Scrap superfluous subshells.
7468 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7470         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7471         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7473 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
7475         * calc/calc.el (calc-ensure-consistent-units): New variable.
7477         * calc/calc-units.el (math-consistent-units-p)
7478         (math-check-unit-consistency): New functions.
7479         (calc-quick-units, calc-convert-units):
7480         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7481         is non-nil.
7482         (calc-extract-units): Fix typo.
7484 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7486         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7488         * textmodes/flyspell.el: Commenting style, plus code simplifications.
7489         (flyspell-default-deplacement-commands): Don't spell check after
7490         repeated window/frame switches (e.g. triggered by mouse-movement).
7491         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7492         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7493         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7494         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7495         Remove unused vars.
7496         (flyspell-get-casechars, flyspell-get-not-casechars):
7497         Simplify; Don't bother removing a ] just to add it back.
7498         * textmodes/ispell.el (ispell-program-name): Use executable-find.
7500 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7502         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7503         New functions.
7504         (math-function-table): Add support for more C functions.
7506 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7508         * textmodes/flyspell.el (flyspell-check-pre-word-p)
7509         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7510         Protect delay handling for otherchars against empty otherchars.
7512 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7514         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7515         their respective macro declarations.
7516         * skeleton.el (define-skeleton):
7517         * progmodes/compile.el (define-compilation-mode):
7518         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7519         (define-ibuffer-filter):
7520         * emacs-lisp/generic.el (define-generic-mode):
7521         * emacs-lisp/easy-mmode.el (define-minor-mode)
7522         (define-globalized-minor-mode):
7523         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7524         * emacs-lisp/byte-run.el (defsubst):
7525         * custom.el (deftheme): Add doc-string metadata.
7527 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7529         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7531 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7533         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7535         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7536         * emacs-lisp/cl-macs.el: Idem.
7537         * emacs-lisp/cl-specs.el: Remove.
7539 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7541         Minor renaming of internal CL functions and variables.
7542         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7543         (cl--position): Rename from cl-position.
7544         (cl--delete-duplicates): Rename from cl-delete-duplicates.
7545         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7546         (cl--random-state): Rename from *random-state*.
7548 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7550         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7551         parens around the arg list (bug#11499).
7553 2012-05-17  Juri Linkov  <juri@jurta.org>
7555         * isearch.el (word-search-regexp, word-search-backward)
7556         (word-search-forward, word-search-backward-lax)
7557         (word-search-forward-lax): Move functions from search.c
7558         (bug#10145, bug#11381).
7560 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7562         * textmodes/flyspell.el (flyspell-check-pre-word-p)
7563         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7564         Delay for otherchars as for normal word components.
7566 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7568         * minibuffer.el (completion--sifn-requote): Fix last change.
7569         (minibuffer-local-must-match-filename-map):
7570         Move define-obsolete-variable-alias before its var.
7572 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7574         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7576         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7577         behavior.
7578         (completion--string-equal-p): New function.
7579         (completion--twq-all): Use it to get better assertion failure data.
7581         Only handle ".." and '..' quoting in shell-mode (bug#11466).
7582         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7583         (shell--requote-argument): New functions.
7584         (shell-completion-vars): Use them.
7585         (shell--parse-pcomplete-arguments): Rename from
7586         shell-parse-pcomplete-arguments.
7587         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
7588         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7589         Obey comint-file-name-quote-list.
7591         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7592         (smie-indent-keyword): Use it.
7594 2012-05-14  Stefan Merten  <smerten@oekonux.de>
7596         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7598 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7600         * net/rlogin.el (rlogin-mode-map): Fix last change.
7602 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
7604         * mail/smtpmail.el (smtpmail-send-command): Send the command and
7605         the following \r\n using a single `process-send-string', since the
7606         Lotus SMTP server refuses to accept any commands if they are sent
7607         with two `process-send-string's (Bug#11444).
7609 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7611         * shell.el (shell-parse-pcomplete-arguments):
7612         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7614 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
7616         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7617         (image-transform-scale, image-transform-right-angle-fudge): New vars.
7618         (image-transform-width, image-transform-fit-width): New functions.
7619         (image-transform-properties): Use them.
7620         (image-transform-check-size): New function.
7621         (image-toggle-display-image): Use it (for testing).
7622         (image-transform-set-rotation): Reduce angle mod 360.
7623         Delete obsolete comment.
7625 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
7627         * image-mode.el: Fix scaling (bug#11399).
7628         (image-transform-resize): Doc fix.
7629         (image-transform-properties): Default scale is 1 and height should
7630         be an integer.
7632 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
7634         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7635         than hard-coding `car', to fix misbehavior when moving forward.
7637 2012-05-13  Chong Yidong  <cyd@gnu.org>
7639         * emacs-lisp/tabulated-list.el (tabulated-list-format)
7640         (tabulated-list-entries, tabulated-list-padding)
7641         (tabulated-list-sort-key): Make permanent-local.
7643         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7644         (electric-buffer-list): Put electric buffer menu
7645         command descriptions in this docstring, instead of the docstring
7646         of electric-buffer-menu-mode.  Code cleanups.
7647         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
7648         Electric-buffer-menu-mode.
7649         (electric-buffer-update-highlight): Minor code cleanup.
7651 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
7653         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7654         (Bug#11447)
7656 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7658         Move define-obsolete-variable-alias before the var's definition.
7659         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7660         * tooltip.el (tooltip-hook):
7661         * textmodes/reftex-toc.el (reftex-toc-map):
7662         * textmodes/reftex-sel.el (reftex-select-label-map)
7663         (reftex-select-bib-map):
7664         * textmodes/reftex-index.el (reftex-index-map)
7665         (reftex-index-phrases-map):
7666         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7667         * progmodes/meta-mode.el (meta-mode-map):
7668         * novice.el (disabled-command-hook):
7669         * loadhist.el (unload-hook-features-list):
7670         * frame.el (blink-cursor):
7671         * files.el (find-file-not-found-hooks, write-file-hooks)
7672         (write-contents-hooks):
7673         * emulation/tpu-edt.el (GOLD-map):
7674         * emacs-lock.el (emacs-lock-from-exiting):
7675         * emacs-lisp/generic.el (generic-font-lock-defaults):
7676         * emacs-lisp/chart.el (chart-map):
7677         * dos-fns.el (register-name-alist):
7678         * dired-x.el (dired-omit-files-p):
7679         * desktop.el (desktop-enable):
7680         * cus-edit.el (custom-mode-hook):
7681         * buff-menu.el (buffer-menu-mode-hook):
7682         * bookmark.el (bookmark-read-annotation-text-func)
7683         (bookmark-exit-hooks):
7684         * allout.el (allout-mode-deactivate-hook)
7685         (allout-exposure-change-hook, allout-structure-added-hook)
7686         (allout-structure-deleted-hook, allout-structure-shifted-hook):
7687         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7688         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7689         comes before the corresponding variable's definition.
7691 2012-05-12  Chong Yidong  <cyd@gnu.org>
7693         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7694         (Buffer-menu-mouse-select): Restore function (Bug#11459).
7695         (Buffer-menu-mode-map): Bind it.
7696         (Buffer-menu--pretty-name): Add a mouse-face property.
7698 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7700         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
7701         (prolog-upper-case-string, prolog-lower-case-string)
7702         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7703         (prolog-use-smie, prolog-smie-grammar): New vars.
7704         (prolog-smie-forward-token, prolog-smie-backward-token)
7705         (prolog-smie-rules): New funs.
7706         (prolog-comment-indent): Remove.
7707         (prolog-mode-variables): Use default comment indentation instead.
7708         Setup SMIE.
7709         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7710         (prolog-mode): Don't call them any more.
7711         (prolog-electric-colon, prolog-electric-dash)
7712         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7714         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7716         * minibuffer.el (completion--twq-all): Again, allow case differences.
7718         * term.el: Move keymap initialization code to be more idiomatic.
7719         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7720         (term-terminal-menu): Move initialization into declaration.
7721         (term-escape-char): Let the user set it in her .emacs.
7723         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7724         Provide SMIE-based indentation (not enabled by default yet).
7725         (sh-mode-map): Don't bind electric keys.
7726         Use electric-pair-mode instead of skeleton-pair.
7727         (sh-assignment-regexp): Fit within 80 columns.
7728         (sh-indent-supported): Specify actual shell name instead of boolean.
7729         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7730         (sh-maybe-here-document): Use it.  Make obsolete.
7731         (sh-electric-here-document-mode) New minor mode.
7732         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
7733         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7734         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7735         (sh-smie-rc-grammar, sh-use-smie): New vars.
7736         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7737         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7738         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7739         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7740         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7741         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7742         (sh-set-shell): Use smie-setup if requested.
7744         * term.el (term-set-escape-char): Properly set term-escape-char.
7745         See http://stackoverflow.com/questions/10524656.
7747 2012-05-10  Chong Yidong  <cyd@gnu.org>
7749         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7750         Use url-generic-parse-url, and handle host names and Windows
7751         filenames properly.
7752         (ffap-url-unwrap-remote): Use url-generic-parse-url.
7753         (ffap-url-unwrap-remote): Accept list values, specifying a list of
7754         URL schemes to work on.
7755         (ffap--toggle-read-only): New function.
7756         (ffap-read-only, ffap-read-only-other-window)
7757         (ffap-read-only-other-frame): Use it.
7758         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7759         necessary for ffap-url-unwrap-remote.
7761 2012-05-10  Dave Abrahams  <dave@boostpro.com>
7763         * cus-start.el (create-lockfiles): Add it.
7765 2012-05-09  Chong Yidong  <cyd@gnu.org>
7767         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7768         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7770 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7772         * shell.el (shell-completion-vars): Fix last change (bug#11348).
7774 2012-05-09  Chong Yidong  <cyd@gnu.org>
7776         * ansi-color.el (ansi-color-process-output): Check for validity of
7777         comint-last-output-start before using it.  This avoids a bad
7778         interaction with gdb-mi's input/output buffer.
7780 2012-05-09  Glenn Morris  <rgm@gnu.org>
7782         * files.el (dir-locals-read-from-file):
7783         Mention dir-locals in any error message.
7785 2012-05-09  Chong Yidong  <cyd@gnu.org>
7787         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7788         package (Bug#11410).
7790         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7791         variables into description.
7793 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7795         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7796         shell-delimiter-argument-list (bug#11348).
7797         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7799 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
7801         * textmodes/rst.el: Silence byte-compiler warnings.
7802         (rst-re-alist, rst-reset-section-caches): Move around.
7803         (rst-re): Use `characterp', not `char-valid-p'.
7804         (font-lock-beg, font-lock-end): Declare.
7806         * progmodes/idlw-shell.el (specs): Remove reference to deleted
7807         variable `idlwave-shell-activate-alt-keybindings' and simplify.
7809         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7811 2012-05-08  Glenn Morris  <rgm@gnu.org>
7813         * files.el (auto-mode-alist): Treat ".make" like ".mk".
7815 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * vc/log-edit.el: Add GNU coding standards highlighting.
7818         (log-edit-font-lock-gnu-style)
7819         (log-edit-font-lock-gnu-keywords): New vars.
7820         (log-edit-font-lock-keywords): New fun.
7821         (log-edit-mode): Don't fold case in font-lock.
7822         (log-edit-font-lock-keywords): Do not assume case-folding.
7824         * imenu.el: Misc cleanup.  Make docstrings out of comments.
7825         Use lexical-binding.
7826         (imenu--index-alist, imenu--last-menubar-index-alist)
7827         (imenu-menubar-modified-tick): Use defvar-local.
7828         (imenu--split-menu): Remove unused var.
7829         (imenu--cleanup-seen): Declare as global.
7830         (imenu--cleanup): Use dolist.
7832         * subr.el (defvar-local): Add debug spec and doc-string position.
7834 2012-05-08  Glenn Morris  <rgm@gnu.org>
7836         * language/burmese.el, language/cham.el, language/czech.el:
7837         * language/english.el, language/georgian.el, language/greek.el:
7838         * language/japanese.el, language/khmer.el, language/korean.el:
7839         * language/lao.el, language/misc-lang.el, language/romanian.el:
7840         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7841         * language/thai.el, language/utf-8-lang.el:
7842         Remove no-byte-compile setting.
7844         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
7846 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7848         * progmodes/make-mode.el (makefile-browse):
7849         Remove unnecessary interactive.  (Bug#11324)
7851 2012-05-07  Glenn Morris  <rgm@gnu.org>
7853         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7855         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7857 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         * loadup.el: Preload newcomment.el.
7860         * newcomment.el: Move autoload-only code to toplevel.
7862         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7863         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7864         Handle new :right-align column property.
7865         (tabulated-list-print-col): Idem, plus use `display' text-property to
7866         try and preserve alignment for variable pitch fonts.
7868 2012-05-07  Chong Yidong  <cyd@gnu.org>
7870         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7871         (tabulated-list-use-header-line): New var.
7872         (tabulated-list-init-header): Use it.
7873         (tabulated-list-print-fake-header): New function.
7874         (tabulated-list-print): Use it.
7875         (tabulated-list-sort-button-map): Add non-header-line commands.
7876         (tabulated-list-init-header): Add column name property to basic
7877         labels as well.
7878         (tabulated-list-col-sort): Handle non-header-line button case.
7879         (tabulated-list--sort-by-column-name): Fix a corner case.
7881         * buff-menu.el (list-buffers--refresh):
7882         Handle Buffer-menu-use-header-line.
7884 2012-05-06  Chong Yidong  <cyd@gnu.org>
7886         * buff-menu.el: Convert to Tabulated List mode.
7887         (Buffer-menu-buffer+size-width): Make obsolete.
7888         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7889         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7890         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
7891         documentation into docstring of buffer-menu.
7892         (Buffer-menu-toggle-files-only): Add an informative message.
7893         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7894         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7895         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7896         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7897         (Buffer-menu-execute, Buffer-menu-select)
7898         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7899         (Buffer-menu-bury): Use Tabulated List machinery.
7900         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7901         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7902         Delete.
7903         (list-buffers--refresh): New function.
7904         (list-buffers-noselect): Use it.
7905         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7906         (Buffer-menu--pretty-file-name): New helper functions.
7908         * loadup.el: Preload tabulated-list.
7910         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7911         tabulated-list-sort-column.
7912         (tabulated-list-init-header): Add the initial aligning space even
7913         if tabulated-list-padding is zero.
7915 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
7917         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7918         whose cdr is not a cons cell correctly (bug#11038).
7920 2012-05-06  Chong Yidong  <cyd@gnu.org>
7922         * emacs-lisp/tabulated-list.el (tabulated-list-format):
7923         Accept additional plist in column descriptors.
7924         (tabulated-list-init-header): Obey it.
7925         (tabulated-list-get-entry): New function.
7926         (tabulated-list-put-tag): Use it.  Use string-width instead of
7927         length.
7928         (tabulated-list--column-number): New function.
7929         (tabulated-list-print): Use it.
7930         (tabulated-list-print-col): New function.
7931         Set `tabulated-list-column-name' property on each column's text.
7932         (tabulated-list-print-entry): Use it.
7933         (tabulated-list-delete-entry, tabulated-list-set-col):
7934         New functions.
7935         (tabulated-list-sort-column): New command (Bug#11337).
7937         * buff-menu.el (list-buffers): Move C-x C-b binding from
7938         buff-menu.el to bindings.el.
7940         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7941         :advertised-binding feature.
7943 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
7945         * progmodes/compile.el (compilation-internal-error-properties):
7946         Calculate start position correctly when end-col is set but
7947         end-line is not (Bug#11382).
7949 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
7951         * man.el (Man-unindent): Use text-property-default-nonsticky to
7952         prevent untabify from inheriting face properties (Bug#11408).
7954 2012-05-05  Stefan Merten  <smerten@oekonux.de>
7956         * textmodes/rst.el: Major merge with upstream development up to
7957         Docutils SVN r7399 / rst.el V1.2.1.
7959         Clarify maintainership and authors.
7961         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7962         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7963         (rst-official-version, rst-official-cvs-rev, rst-version)
7964         (rst-package-emacs-version-alist): New functions and variables
7965         for version information.
7967         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7968         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7969         (rst-mode-syntax-table, rst-mode): New and corrected functions
7970         and variables representing reStructuredText features.
7972         (rst-re): New function for reStructuredText regexes.  Use in
7973         many places.
7975         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7976         (rst-mode-map): Rebind keys.
7978         (rst-mode-lazy, rst-font-lock-keywords)
7979         (rst-font-lock-extend-region)
7980         (rst-font-lock-extend-region-internal)
7981         (rst-font-lock-extend-region-extend)
7982         (rst-font-lock-find-unindented-line-limit)
7983         (rst-font-lock-find-unindented-line-match)
7984         (rst-adornment-level, rst-font-lock-adornment-level)
7985         (rst-font-lock-adornment-match)
7986         (rst-font-lock-handle-adornment-pre-match-form)
7987         (rst-font-lock-handle-adornment-matcher): Major revision of
7988         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
7990         (rst-preferred-adornments, rst-adjust-hook)
7991         (rst-new-adornment-down, rst-preferred-bullets)
7992         (rst-preferred-bullets, rst-indent, rst-indent-width)
7993         (rst-indent-field, rst-indent-literal-normal)
7994         (rst-indent-literal-minimized, rst-indent-comment): Change,
7995         extend and improve customization.
7997         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7998         (rst-normalize-cursor-position, rst-get-decoration)
7999         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8000         (rst-rstrip, rst-toc-insert-find-delete-contents)
8001         (rst-shift-fill-region, rst-compute-bullet-tabs)
8002         (rst-debug-print-tabs, rst-debug-mark-found)
8003         (rst-shift-region-guts, rst-shift-region-right)
8004         (rst-shift-region-left, rst-use-char-classes)
8005         (rst-font-lock-keywords-function)
8006         (rst-font-lock-indentation-point)
8007         (rst-font-lock-find-unindented-line-begin)
8008         (rst-font-lock-find-unindented-line-end)
8009         (rst-font-lock-find-unindented-line)
8010         (rst-font-lock-adornment-point, rst-font-lock-level)
8011         (rst-adornment-level-alist): Remove functions and variables.
8013         (rst-compare-adornments, rst-get-adornment-match)
8014         (rst-suggest-new-adornment, rst-get-adornments-around)
8015         (rst-adornment-complete-p, rst-get-next-adornment)
8016         (rst-adjust-adornment, rst-display-adornments-hierarchy)
8017         (rst-straighten-adornments): Standardize function names to
8018         use "adornment" instead of "decoration".  Correct callers.
8019         Similar standardizing in many places.
8021         (rst-update-section, rst-adjust, rst-promote-region)
8022         (rst-enumerate-region, rst-bullet-list-region)
8023         (rst-repeat-last-character): Correct use of `interactive'.
8025         (rst-classify-adornment, rst-find-all-adornments)
8026         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8027         (rst-find-leftmost-column, rst-repeat-last-character):
8028         Refactor functions.
8030         (rst-find-title-line, rst-reset-section-caches)
8031         (rst-get-adornments-around, rst-adjust-adornment-work)
8032         (rst-arabic-to-roman, rst-roman-to-arabic)
8033         (rst-insert-list-pos, rst-insert-list-new-item)
8034         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8035         New functions.
8037         (rst-all-sections, rst-section-hierarchy)
8038         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8039         New variables.
8041         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8042         configuration instead of only buffer.  Change where necessary.
8044         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8045         (rst-shift-region, rst-adaptive-fill): New functions for
8046         indentation and filling.
8048         (rst-comment-line-break, rst-comment-indent)
8049         (rst-comment-insert-comment, rst-comment-region)
8050         (rst-uncomment-region): New functions for handling comments.
8052         (rst-compile): Quote shell arguments.
8054         (rst-compile-pdf-preview, rst-compile-slides-preview):
8055         Delete temporary files after use.
8057 2012-05-05  Glenn Morris  <rgm@gnu.org>
8059         * calendar/cal-html.el: Optionally include holidays in the output.
8060         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8061         (cal-html-holidays): New option.
8062         (cal-html-css-default): Add holiday entry.
8063         (holiday-in-range): Autoload it.
8064         (cal-html-htmlify-entry): Add optional class argument.
8065         (cal-html-htmlify-list): Add optional holidays argument.
8066         (cal-html-insert-agenda-days): Include holidays in the output.
8067         (cal-html-one-month): Maybe include holidays.
8069         * calendar/holidays.el (holiday-in-range):
8070         Move here from cal-tex-list-holidays.
8071         * calendar/cal-tex.el (cal-tex-list-holidays):
8072         Make it an obsolete alias for holiday-in-range.  Update all callers.
8074 2012-05-05  Chong Yidong  <cyd@gnu.org>
8076         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8077         Nextstep.
8079 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
8081         * files.el (file-auto-mode-skip): New var.
8082         (set-auto-mode-1): Use it.
8084 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * repeat.el: Use lexical-binding.
8087         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8088         (repeat-undo-count): Remove.
8089         (repeat):
8090         * progmodes/octave-mod.el (octave-abbrev-start):
8091         * progmodes/f90.el (f90-abbrev-start):
8092         * face-remap.el (text-scale-adjust):
8093         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8095         * emacs-lisp/pcase.el (pcase--let*): New function.
8096         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8097         a bit more.
8098         (pcase--split-pred): Be more clever about ruling out overlap between
8099         a predicate and some constant pattern.
8100         (pcase--q1): Use `null' instead of (eq foo nil).
8102         * subr.el (setq-local, defvar-local): New macros.
8103         (kbd): Redefine as an alias.
8104         (with-selected-window): Leave unrelated frames alone.
8105         (set-temporary-overlay-map): New function.
8107 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8109         * subr.el (user-error): New function.
8110         * window.el (switch-to-buffer):
8111         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8112         (smerge-match-conflict):
8113         * simple.el (previous-matching-history-element)
8114         (next-matching-history-element, goto-history-element, undo-more)
8115         (undo-start):
8116         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8117         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8118         (next-file, tags-loop-scan, list-tags, complete-tag):
8119         * progmodes/compile.el (compilation-loop):
8120         * mouse.el (mouse-minibuffer-check):
8121         * man.el (Man-bgproc-sentinel, Man-goto-page):
8122         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8123         (Info-history-forward, Info-follow-reference, Info-menu)
8124         (Info-extract-menu-item, Info-extract-menu-counting)
8125         (Info-forward-node, Info-backward-node, Info-next-menu-item)
8126         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8127         (Info-next-reference, Info-prev-reference, Info-index)
8128         (Info-index-next, Info-follow-nearest-node)
8129         (Info-copy-current-node-name):
8130         * imenu.el (imenu--make-index-alist)
8131         (imenu-default-create-index-function, imenu-add-to-menubar):
8132         * files.el (basic-save-buffer, recover-file):
8133         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8134         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8135         (checkdoc-message-text, checkdoc-defun):
8136         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8137         * cus-edit.el (customize-changed-options, customize-rogue)
8138         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8139         (custom-variable-mark-to-reset-standard)
8140         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8141         (custom-file):
8142         * completion.el (check-completion-length):
8143         * comint.el (comint-search-arg)
8144         (comint-previous-matching-input-string-position)
8145         (comint-previous-matching-input)
8146         (comint-replace-by-expanded-history-before-point, comint-send-input)
8147         (comint-copy-old-input, comint-backward-matching-input)
8148         (comint-goto-process-mark, comint-set-process-mark):
8149         * calendar/calendar.el (calendar-cursor-to-date): Use it.
8150         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8152 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8154         * dabbrev.el (dabbrev--ignore-case-p): New function.
8155         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8156         Use it.
8158         * files.el (automount-dir-prefix): Mark as obsolete.
8160 2012-05-04  Glenn Morris  <rgm@gnu.org>
8162         * patcomp.el, play/bruce.el: Move to obsolete/.
8164 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
8166         Fix minor Y10k bugs.
8167         * arc-mode.el (archive-unixdate):
8168         * autoinsert.el (auto-insert-alist):
8169         * calc/calc-forms.el (math-this-year):
8170         * emacs-lisp/copyright.el (copyright-current-year)
8171         (copyright-update-year, copyright):
8172         * tar-mode.el (tar-clip-time-string):
8173         * time.el (display-time-update):
8174         Don't assume years have 4 digits.
8176 2012-05-04  Chong Yidong  <cyd@gnu.org>
8178         * dos-w32.el (file-name-buffer-file-type-alist)
8179         (direct-print-region-use-command-dot-com):
8180         * ffap.el (ffap-menu-regexp):
8181         * find-file.el (ff-special-constructs):
8182         * follow.el (follow-debug):
8183         * forms.el (forms--debug):
8184         * iswitchb.el (iswitchb-all-frames):
8185         * ido.el (ido-all-frames):
8186         * emacs-lisp/timer.el (timer-max-repeats):
8187         * mail/feedmail.el (feedmail-mail-send-hook)
8188         (feedmail-mail-send-hook-queued):
8189         * mail/footnote.el (footnote-signature-separator):
8190         * mail/mailabbrev.el (mail-alias-separator-string)
8191         (mail-abbrev-mode-regexp):
8192         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8193         * progmodes/idlwave.el (idlwave-libinfo-file)
8194         (idlwave-default-completion-case-is-down)
8195         (idlwave-library-routines): Convert defvars to defcustoms.
8197         * mail/rmail.el (rmail-decode-mime-charset):
8198         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8199         (idlwave-shell-fix-inserted-breaks)
8200         (idlwave-shell-activate-alt-keybindings)
8201         (idlwave-shell-use-breakpoint-glyph):
8202         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8204 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8206         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8208 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
8210         * progmodes/verilog-mode.el (font-lock-keywords):
8211         Fix mis-highligting auto.  Reported by Craig Barner.
8212         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8213         defines from global name space.  Reported by Dan Dever.
8214         (verilog-auto-reset, verilog-auto-reset-widths)
8215         (verilog-auto-tieoff): Support using unbased numbers for
8216         AUTORESET and AUTOTIEOFF.
8217         (verilog-submit-bug-report): Update variable list.
8218         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8219         parenthesis from not matching.  Reported by Michael Rytting.
8220         (verilog-auto-template-lint): Fix hash error when linting modules
8221         with no used templates.
8222         (verilog-warn, verilog-warn-error)
8223         (verilog-warn-fatal): When non-interactive report multiple
8224         warnings before exiting.  Suggested by Brad Dobbie.
8225         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8226         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8227         to report unused template errors.  Reported by Brad Dobbie.
8228         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8229         nets, bug438.  Reported by Vns Blore.
8230         (verilog-auto-inout-module, verilog-auto-reg)
8231         (verilog-read-decls, verilog-read-sub-decls-sig)
8232         (verilog-signals-edit-wire-reg, verilog-signals-with):
8233         Fix passing of Verilog data types in ANSI input/output ports
8234         such as "output logic" into the AUTOs.  Special case "wire" and
8235         "reg" for backwards compatibility presuming Verilog 2001.
8236         (verilog-auto-ascii-enum): Add "auto enum" as alias.
8237         (verilog-preprocess): Fix replication of preprocess output.
8238         Reported by Brad Dobbie.
8239         (verilog-auto-inst-interfaced-ports):
8240         Create verilog-auto-inst-interfaced-ports, bug429.
8241         Reported by Julian Gorfajn.
8242         (verilog-after-save-font-hook)
8243         (verilog-before-save-font-hook): New variable.
8244         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8245         (verilog-save-font-mods): Wrap disabling fontification, reported
8246         by David Rogoff.
8247         (verilog-do-indent, verilog-pretty-declarations-auto)
8248         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8249         Reported by Pierre-David Pfister.
8250         (verilog-set-auto-endcomments): Fix endtask auto comments outside
8251         of class declarations, bug292.  Reported by Kevin Heilman.
8252         (verilog-read-decls): Fix 'parameter type' not appearing in
8253         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
8254         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8255         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
8256         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8257         Reported by David Kravitz.
8259 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
8261         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8262         assignment with tests in ifs and for loops.
8263         (verilog-extended-complete-re, verilog-complete-reg): Change so
8264         that DPI inport functions don't look like fuction declarations.
8265         (verilog-pretty-expr): Don't line up assignment
8266         operations to the test and increment in if and for loops
8267         (verilog-extended-complete-re, verilog-complete-reg): Change so
8268         that DPI inport functions don't look like fuction declarations.
8270 2012-05-03  Kenichi Handa  <handa@m17n.org>
8272         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8273         decoding, and show a warning message without signaling an error
8274         (Bug#11282).
8276 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8278         * emacs-lisp/bytecomp.el
8279         (byte-compile-file-form-custom-declare-variable): Compile all elements,
8280         since cconv.el might have introduced :fun-body, internal-make-closure,
8281         and friends for bytecomp to handle (bug#11391).
8282         * custom.el (defcustom): Avoid ((λ ..) ..).
8284 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8286         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8288 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
8290         * notifications.el (dbus-debug):
8291         * term/linux.el (gpm-mouse-enable):
8292         * term/screen.el (xterm-register-default-colors): Declare.
8294 2012-05-02  Chong Yidong  <cyd@gnu.org>
8296         * cus-start.el (gc-cons-percentage, exec-suffixes)
8297         (dos-display-scancodes, dos-hyper-key, dos-super-key)
8298         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8299         (make-cursor-line-fully-visible, void-text-area-pointer)
8300         (font-list-limit): Add customization data.
8302         * allout.el (allout-exposure-change-functions)
8303         (allout-structure-added-functions)
8304         (allout-structure-deleted-functions)
8305         (allout-structure-shifted-functions): Rename abnormal hooks from
8306         *-hook, and convert to defcustoms.
8307         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8308         Convert to defcustoms.
8309         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8311         * allout-widgets.el: Hook callers changed.
8313 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
8315         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8316         the yanked message in preference to the default value of
8317         buffer-file-coding-system.
8319 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
8321         * window.el (display-buffer--action-function-custom-type):
8322         Fix entry.
8324 2012-05-02  Alan Mackenzie  <acm@muc.de>
8326         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8328 2012-05-01  Glenn Morris  <rgm@gnu.org>
8330         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8332         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
8334         * cus-edit.el (custom-variable-documentation): Simplify with format.
8336 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8337             Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * simple.el (suggest-key-bindings, execute-extended-command):
8340         Move from keyboard.c.
8342 2012-05-01  Chong Yidong  <cyd@gnu.org>
8344         * follow.el: Eliminate advice.
8345         (set-process-filter, process-filter, sit-for): Advice deleted.
8346         (follow-mode-off-hook): Obsolete hook removed.
8347         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8348         Vars deleted.
8349         (follow-auto): Use a :set function.
8350         (follow-mode): Rewritten.  Don't advise process filters.
8351         (follow-switch-to-current-buffer-all, follow-scroll-up)
8352         (follow-scroll-down): Assume follow-mode is bound.
8353         (follow-comint-scroll-to-bottom)
8354         (follow-align-compilation-windows): New functions.
8355         (follow--window-sorter): New function.
8356         (follow-all-followers): Use it to explicitly sort windows by their
8357         positions; don't make assumptions about next-window order.
8358         (follow-windows-start-end, follow-delete-other-windows-and-split)
8359         (follow-calc-win-start): Doc fix.
8360         (follow-windows-aligned-p, follow-select-if-visible): Don't call
8361         vertical-motion unnecessarily.
8362         (follow-adjust-window): New function.
8363         (follow-post-command-hook): Use it.
8364         (follow-call-set-process-filter, follow-call-process-filter)
8365         (follow-intercept-process-output, follow-tidy-process-filter-alist)
8366         (follow-stop-intercept-process-output, follow-generic-filter):
8367         Functions deleted.
8368         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8369         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8370         New functions, replacing advice on scroll-bar-* commands.
8371         (follow-mwheel-scroll): New function (Bug#4112).
8373         * comint.el (comint-adjust-point): New function.
8374         (comint-postoutput-scroll-to-bottom): Use it.
8375         Call follow-comint-scroll-to-bottom for Follow mode buffers.
8377 2012-05-01  Glenn Morris  <rgm@gnu.org>
8379         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8380         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8381         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8382         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8383         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8384         Remove no-byte-compile setting.
8386 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8388         * minibuffer.el (completion-table-with-quoting): Fix compatibility
8389         all-completions code to not return a number in the last cdr.
8391 2012-04-30  Leo Liu  <sdl.web@gmail.com>
8393         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8394         read-only error.
8396 2012-04-29  Chong Yidong  <cyd@gnu.org>
8398         * follow.el (follow-calc-win-end): Rewrite to handle partial
8399         screen lines correctly (Bug#8390).
8400         (follow-avoid-tail-recenter): Minor cleanup.
8402 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         Avoid the obsolete `assoc' package.
8405         * speedbar.el (speedbar-refresh): Avoid adelete.
8406         (speedbar-file-lists): Simplify and avoid aput.
8407         * man.el (Man--sections, Man--refpages): New vars, replacing
8408         Man-sections-alist and Man-refpages-alist.
8409         (Man-build-section-alist, Man-build-references-alist):
8410         Use them; avoid aput.
8411         (Man--last-section, Man--last-refpage): New vars.
8412         (Man-follow-manual-reference): Use them.
8413         Use the `default' arg of completing-read.
8414         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
8416 2012-04-27  Chong Yidong  <cyd@gnu.org>
8418         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8420         * startup.el (x-apply-session-resources): New function.
8422         * term/ns-win.el (ns-initialize-window-system):
8423         * term/w32-win.el (w32-initialize-window-system):
8424         * term/x-win.el (x-initialize-window-system): Use it to properly
8425         set menu-bar-mode and other vars from X resources, even if the
8426         initial frame is not a window-system frame (Bug#2299).
8428         * subr.el (read-key): Avoid running filter function when setting
8429         up temporary tool bar entries (Bug#9922).
8431 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
8433         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8434         (Bug#11344)
8436 2012-04-27  Chong Yidong  <cyd@gnu.org>
8438         * select.el (xselect--encode-string): New function, split from
8439         xselect-convert-to-string.
8440         (xselect-convert-to-string): Use it.
8441         (xselect-convert-to-filename, xselect-convert-to-os)
8442         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8443         returned strings are properly encoded (Bug#11315).
8445 2012-04-27  Chong Yidong  <cyd@gnu.org>
8447         * simple.el (delete-active-region): Move to killing custom group.
8449 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
8451         * progmodes/which-func.el (which-func-current): Quote %
8452         characters for mode-line processing.
8454 2012-04-27  Chong Yidong  <cyd@gnu.org>
8456         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8457         reaching eob (Bug#11286).
8459 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
8461         * progmodes/gdb-mi.el (gdb-control-level): New variable.
8462         (gdb): Make it buffer-local and init to zero.
8463         (gdb-control-commands-regexp): New variable.
8464         (gdb-send): Don't wrap in "-interpreter-exec console" if
8465         gdb-control-level is positive.  Increment gdb-control-level
8466         whenever the command matches gdb-control-commands-regexp, and
8467         decrement it each time the command is "end".  (Bug#11279)
8469 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
8471         * window.el (adjust-window-trailing-edge, enlarge-window)
8472         (shrink-window, window-resize):
8473         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8474         windows (Bug#11276).
8476 2012-04-27  Chong Yidong  <cyd@gnu.org>
8478         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8479         fix "missing prefix" warning.  All callers changed.
8481 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8483         * emacs-lisp/assoc.el: Move to obsolete/.
8485 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8487         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8489         * term/ns-win.el (ns-define-service):
8490         * progmodes/pascal.el (pascal-goto-defun):
8491         * progmodes/js.el (js--read-tab):
8492         * progmodes/etags.el (tags-lazy-completion-table):
8493         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8494         * emacs-lisp/ewoc.el (ewoc--wrap):
8495         * emacs-lisp/assoc.el (aput, adelete, amake):
8496         * doc-view.el (doc-view-convert-current-doc):
8497         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8499 2012-04-26  Chong Yidong  <cyd@gnu.org>
8501         * image.el (image-type-from-buffer): Only return supported image
8502         type (Bug#9045).
8504         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8505         value, for symmetry with diff-end-of-hunk.
8506         (diff-split-hunk, diff-find-source-location)
8507         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8508         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8509         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8510         compute the relevant hunk or file properly (Bug#6005).
8511         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8513 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8515         * vc/vc-mtn.el:
8516         * vc/vc-hg.el:
8517         * vc/vc-git.el:
8518         * vc/vc-dir.el:
8519         * vc/vc-cvs.el:
8520         * vc/vc-bzr.el:
8521         * vc/vc-arch.el:
8522         * vc/vc.el: Replace lexical-let by lexical-binding.
8523         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8524         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8525         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8527 2012-04-26  Chong Yidong  <cyd@gnu.org>
8529         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8530         (diff-mode-shared-map): Bind it to / and [remap undo].
8532         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8533         (ediff-window-setup-function): Use it as the default, to set up
8534         windows based on whether the current frame is graphical (Bug#2138).
8535         (ediff-choose-window-setup-function-automatically): Make obsolete.
8537         * vc/ediff-init.el: Always define ediff-pixel-width/height.
8539 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8541         * ffap.el: Remove old code for obsolete package.
8542         (ffap-complete-as-file-p): Remove.
8544         Use completion-table-with-quoting for comint and pcomplete.
8545         * comint.el (comint--unquote&requote-argument)
8546         (comint--unquote-argument, comint--requote-argument): New functions.
8547         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8548         (comint-quote-filename): Use regexp-opt-charset.
8549         (comint--common-suffix, comint--common-quoted-suffix)
8550         (comint--table-subvert): Remove.
8551         (comint-unquote-function, comint-requote-function): New vars.
8552         (comint--complete-file-name-data): Use them with
8553         completion-table-with-quoting.
8554         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8555         * pcomplete.el (pcomplete-arg-quote-list)
8556         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8557         (pcomplete-unquote-argument-function): Default to non-nil.
8558         (pcomplete-unquote-argument): Simplify.
8559         (pcomplete--common-quoted-suffix): Remove.
8560         (pcomplete-requote-argument-function): New var.
8561         (pcomplete--common-suffix): New function.
8562         (pcomplete-completions-at-point): Use completion-table-with-quoting
8563         and completion-table-subvert.
8565         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8566         (minibuffer--double-dollars): Preserve properties.
8567         (completion--sifn-requote): New function.
8568         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8570         * minibuffer.el: Add support for completion of quoted/escaped data.
8571         (completion-table-with-quoting, completion-table-subvert): New funs.
8572         (completion--twq-try, completion--twq-all): New functions.
8573         (completion--nth-completion): New function.
8574         (completion-try-completion, completion-all-completions): Use it.
8576 2012-04-25  Leo Liu  <sdl.web@gmail.com>
8578         * progmodes/python.el (python-pdbtrack-get-source-buffer):
8579         Use compilation-message if available to find real filename.
8581 2012-04-25  Chong Yidong  <cyd@gnu.org>
8583         * vc/diff-mode.el (diff-setup-whitespace): New function.
8584         (diff-mode): Use it.
8586         * vc/diff.el (diff-sentinel):
8587         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8588         Whitespace mode variables based on diff style (Bug#8612).
8590 2012-04-25  Leo Liu  <sdl.web@gmail.com>
8592         * progmodes/python.el (python-send-region): Add suffix .py to the
8593         temp file.
8595         * files.el (auto-mode-alist): Use javascript-mode instead.
8597 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
8599         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
8601         * net/soap-client.el (soap-resolve-references-for-sequence-type)
8602         (soap-resolve-references-for-array-type): Hack to prevent self
8603         references, see Bug#9.
8604         (soap-parse-envelope): Report the contents of the 'detail' node
8605         when receiving a fault reply.
8606         (soap-parse-envelope): Report the contents of the entire 'detail' node.
8608         * net/soap-inspect.el (soap-sample-value-for-simple-type)
8609         (soap-inspect-simple-type): New function.
8611         * net/soap-client.el (soap-simple-type): New struct.
8612         (soap-default-xsd-types, soap-default-soapenc-types)
8613         (soap-decode-basic-type, soap-encode-basic-type):
8614         support unsignedInt and double basic types.
8615         (soap-resolve-references-for-simple-type)
8616         (soap-parse-simple-type, soap-encode-simple-type): New function.
8617         (soap-parse-schema): Parse xsd:simpleType declarations.
8619         * net/soap-client.el (soap-default-xsd-types)
8620         (soap-default-soapenc-types): Add integer, byte and anyURI types.
8621         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8622         the local name of "soapenc:Array".
8623         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8624         decoding integer, byte and anyURI xsd types.
8626 2012-04-25  Chong Yidong  <cyd@gnu.org>
8628         * cus-edit.el (custom-buffer-create-internal): Update header text.
8630 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
8632         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8633         settings on 'system-type', not on 'window-system'.  On MS-Windows,
8634         set interactive-mode on in GDB.
8636 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8638         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8639         (ruby-syntax-propertize-regexp): Remove.
8640         (ruby-syntax-propertize-function): Split regexp into chunks.
8641         Match following code directly.
8643 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
8645         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8646         (ruby-syntax-propertize-regexp): New function.
8647         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8648         by a special keyword.
8650         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8651         (ruby-syntax-general-delimiters-goto-beg)
8652         (ruby-syntax-propertize-general-delimiters): New functions.
8653         (ruby-syntax-propertize-function): Use them to handle GDL.
8654         (ruby-font-lock-keywords): Move old handling of GDL...
8655         (ruby-font-lock-syntactic-keywords): .. to here.
8656         (ruby-calculate-indent): Adjust indentation for GDL.
8658 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
8660         * notifications.el (top): Remove unneeded declarations.
8661         (notifications-specification-version): Change to "1.2".
8662         (notifications-interface, notifications-notify-method)
8663         (notifications-close-notification-method): Fix docstring.
8664         (notifications-get-capabilities-method): New defconst.
8665         (notifications-notify): Add :action-items, :resident and
8666         :transient hints.  Change "image_data" to "image-data" and
8667         "image_path" to "image-path".
8668         (notifications-get-capabilities): New defun.
8670 2012-04-24  Leo Liu  <sdl.web@gmail.com>
8672         * progmodes/python.el: Move hideshow setup to the end.
8674 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
8676         * window.el (handle-select-window): Clear echo area since this is
8677         no more done by read_char (Bug#11304).
8679 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8681         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8682         and `/ M' to filter-derived-mode.
8683         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8684         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8685         (ibuffer-mark-by-mode): Use default rather than initial-input.
8686         (ibuffer-filter-by-derived-mode): Autoload and require-match.
8688 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
8690         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8691         (ibuffer-filter-by-derived-mode): New filter.
8692         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8694 2012-04-23  Andreas Politz  <politza@fh-trier.de>
8696         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8698 2012-04-23  Chong Yidong  <cyd@gnu.org>
8700         * cus-edit.el (customize-apropos, customize-apropos-options):
8701         Disable matching of non-option variables (Bug#11176).
8702         (customize-option, customize-option-other-window)
8703         (customize-changed-options): Doc fix.
8704         (customize-apropos-options, customize-apropos-faces)
8705         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8707         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8708         Fix word list splitting (Bug#11132).
8709         (apropos-symbol, apropos-keybinding, apropos-label)
8710         (apropos-property, apropos-function-button)
8711         (apropos-variable-button, apropos-misc-button): New faces.
8712         (apropos-symbol-face, apropos-keybinding-face)
8713         (apropos-label-face, apropos-property-face, apropos-match-face):
8714         Variables removed (Bug#8396).
8715         (apropos-library-button, apropos-format-plist, apropos-print)
8716         (apropos-print-doc, apropos-describe-plist): Callers changed.
8718 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
8720         * net/xesam.el (xesam-mode-map): Use let-bound map in
8721         initialization.  (Bug#11292)
8723 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8725         Preserve ispell session localwords when switching back to
8726         original buffer.
8728         * textmodes/ispell.el (ispell-buffer-session-localwords):
8729         New buffer-local variable to hold buffer session localwords.
8730         (ispell-kill-ispell): Add option 'clear to delete session
8731         localwords.
8732         (ispell-command-loop, ispell-change-dictionary)
8733         (ispell-buffer-local-words): Preserve session localwords when
8734         needed.
8736         * textmodes/flyspell.el (flyspell-process-localwords)
8737         (flyspell-do-correct): Preserve session localwords when needed.
8739 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8741         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8742         using obsolete `translation-table-for-input'.
8743         (ispell-word, ispell-process-line, ispell-complete-word):
8744         Use plain `insert' instead of removed `ispell-insert-word'.
8746 2012-04-22  Chong Yidong  <cyd@gnu.org>
8748         * cus-edit.el (custom-variable-menu)
8749         (custom-variable-reset-saved, custom-face-menu)
8750         (custom-face-reset-saved): If there is no saved value, make the
8751         "reset-saved" operation bring back the default (Bug#9509).
8752         (custom-face-state): Properly detect themed faces.
8754         * faces.el (face-spec-set): Stop supporting deprecated form of
8755         third arg.
8757 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
8759         Move functions from C to Lisp.  Make non-blocking method calls
8760         the default.  Implement further D-Bus standard interfaces.
8762         * net/dbus.el (dbus-message-internal): Declare function.
8763         Remove unneeded function declarations.
8764         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8765         (dbus-message-type-method-return, dbus-message-type-error)
8766         (dbus-message-type-signal): Declare variables.  Remove local
8767         definitions.
8768         (dbus-interface-dbus, dbus-interface-peer)
8769         (dbus-interface-introspectable, dbus-interface-properties)
8770         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8771         Adapt docstring.
8772         (dbus-interface-objectmanager): New defconst.
8773         (dbus-call-method, dbus-call-method-asynchronously)
8774         (dbus-send-signal, dbus-method-return-internal)
8775         (dbus-method-error-internal, dbus-register-service)
8776         (dbus-register-signal, dbus-register-method): New defuns, moved
8777         from dbusbind.c
8778         (dbus-call-method-handler, dbus-setenv)
8779         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8780         New defuns.
8781         (dbus-call-method-non-blocking): Make it an obsolete function.
8782         (dbus-unregister-object, dbus-unregister-service)
8783         (dbus-handle-event, dbus-register-property)
8784         (dbus-property-handler): Obey the new structure of
8785         `bus-registered-objects'.
8786         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
8787         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8788         Use `dbus-call-method'.
8790 2012-04-22  Chong Yidong  <cyd@gnu.org>
8792         * cus-edit.el (custom-commands, custom-reset-menu)
8793         (Custom-reset-standard): Tweak labels.
8794         (custom-reset-button-menu): Change default to t.
8795         (custom-buffer-create-internal): For the custom-reset-button-menu
8796         case, put the revert button first.
8797         (custom-group-subtitle): New face.
8798         (custom-group-value-create): Align docstring to a specific column.
8800         * wid-edit.el (widget-documentation-link-add): Don't handle
8801         indentation in this function.
8802         (widget-documentation-string-indent-to): New function.
8803         (widget-documentation-string-value-create): Use it.
8805         * autorevert.el (auto-revert):
8806         * epg-config.el (epg):
8807         * ibuffer.el (ibuffer):
8808         * mpc.el (mpc):
8809         * ses.el (ses):
8810         * eshell/eshell.el (eshell):
8811         * net/ange-ftp.el (ange-ftp):
8812         * progmodes/ebnf2ps.el (postscript):
8813         * progmodes/flymake.el (flymake):
8814         * progmodes/prolog.el (prolog):
8815         * progmodes/verilog-mode.el (verilog-mode):
8816         * progmodes/which-func.el (which-func):
8817         * term/xterm.el (xterm):
8818         * textmodes/picture.el (picture):
8819         * textmodes/tildify.el (tildify):
8820         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8821         customization buffers.
8823 2012-04-22  Alan Mackenzie  <acm@muc.de>
8825         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8826         Adding a ) can hide the resulting (..) from searches.  Fix it.
8827         Bound the backward search to the position of the existing (.
8829 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
8831         * progmodes/verilog-mode.el (verilog-mode): Check whether
8832         which-func-modes is t before adding verilog-mode.
8833         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8835 2012-04-21  Leo Liu  <sdl.web@gmail.com>
8837         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8839 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
8841         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8842         filling of the last column of a table (Bug#5635).
8843         (woman-find-next-control-line): New arg, specifying an additional
8844         regexp component for the control line.
8845         (woman2-roff-buffer): Use it.
8846         (woman-break-table): New function.
8847         (woman2-TS): Use it.
8849 2012-04-21  Chong Yidong  <cyd@gnu.org>
8851         * woman.el (woman-set-buffer-display-table, woman-decode-region)
8852         (woman-horizontal-escapes, woman-negative-vertical-space)
8853         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8854         (WoMan-warn-ignored): Use ?\s instead of ?\ .
8856 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * minibuffer.el (completion-file-name-table): Complete user names.
8860 2012-04-20  Leo Liu  <sdl.web@gmail.com>
8862         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8863         and pcase-let*.
8865 2012-04-20  Chong Yidong  <cyd@gnu.org>
8867         * server.el (server-execute): Respect initial-buffer-choice if it
8868         is a string and there are no files to open (Bug#2825).
8869         (server-create-window-system-frame, server-create-tty-frame):
8870         Don't switch buffers here.
8871         (server-process-filter): Only try to open a window system frame if
8872         compiled with graphical support (Bug#8314).
8874 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
8876         * battery.el (battery-echo-area-format): Display remaining time
8877         for sysfs backend too (Bug#11269).
8878         (battery-linux-sysfs): Fix conditional for the charge.
8880 2012-04-20  Chong Yidong  <cyd@gnu.org>
8882         * progmodes/gdb-mi.el (gdb): Revert previous change.
8883         (gdb-inferior-io--init-proc): New function.
8884         (gdb-init-1): Use it.
8885         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8886         responsible for allocating a new pty and hooking it to gdb when
8887         the old pty gets an EIO due to process exit.
8888         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
8889         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8890         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8892 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8894         * window.el (window-min-size, window-sizable, window-min-delta)
8895         (window-max-delta, window--resizable, window-resizable)
8896         (window-total-size, window-full-height-p, window-full-width-p)
8897         (window-in-direction, window--resize-mini-window, window-resize)
8898         (window--resize-child-windows-normal)
8899         (window--resize-child-windows, window--resize-siblings)
8900         (window--resize-this-window, adjust-window-trailing-edge)
8901         (enlarge-window, shrink-window): Doc fixes.
8903 2012-04-20  Chong Yidong  <cyd@gnu.org>
8905         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8906         New function to call delete-process on the gdb-inferior buffer's pty.
8907         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8908         pty process (Bug#11273).
8909         (gdb-update): New arg to suppress talking to the gdb process.
8910         (gdb-done-or-error): Use it.
8911         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8912         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8913         sentinel not being called.
8915         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8917         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8919 2012-04-20  Glenn Morris  <rgm@gnu.org>
8921         * net/network-stream.el (open-network-stream): Doc fix.
8923 2012-04-20  Chong Yidong  <cyd@gnu.org>
8925         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8927 2012-04-20  Alan Mackenzie  <acm@muc.de>
8929         Ensure searching for keywords is case sensitive.
8931         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8932         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8933         (c-defun-name, c-mark-function, c-cpp-define-name)
8934         (c-comment-indent, c-scan-conditionals, c-indent-defun)
8935         (c-context-line-break): Bind case-fold-search to nil.
8937         * progmodes/cc-mode.el (c-font-lock-fontify-region):
8938         Bind case-fold-search to nil.
8940 2012-04-20  Chong Yidong  <cyd@gnu.org>
8942         * mail/sendmail.el (mail-bury): Call return action with the right
8943         Rmail buffer (Bug#11242).
8945         * server.el (server-process-filter): Handle corner case where both
8946         tty and nowait options are present (Bug#11102).
8948 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
8950         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8951         (top level): Put into the executable the ident-style '$Id:' tag on
8952         windows-nt as well.
8954 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8956         * electric.el (electric-indent-post-self-insert-function): Check that
8957         electric-indent-mode is enabled in current buffer.
8959 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8961         * imenu.el (imenu-progress-message): Restore; it is "used" in
8962         erc/erc-imenu.el and net/snmp-mode.el.
8964 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
8966         * avoid.el (mouse-avoidance-mode): Mark unused arg.
8967         (mouse-avoidance-nudge-mouse): Remove unused binding.
8969         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8971         * descr-text.el (describe-char):
8972         * progmodes/python.el (python-describe-symbol):
8973         Don't call `toggle-read-only', set `buffer-read-only'.
8975         * imenu.el (imenu-default-goto-function): Mark unused args.
8976         (imenu-progress-message): Remove obsolete macro; all callers changed.
8978         * subr.el (keymap-canonicalize): Remove unused binding.
8979         (read-passwd): Mark unused arg.
8981         * tutorial.el (tutorial--display-changes): Remove unused binding.
8982         (tutorial--save-tutorial-to): Remove unused variable.
8984         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8985         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8986         (package-generate-autoloads, package-menu--generate)
8987         (package-menu--find-upgrades): Remove unused bindings.
8989         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8990         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
8991         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8992         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8993         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8994         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8995         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8996         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8997         (cua-delete-char-rectangle): Mark unused args.
8998         (cua-align-rectangle): Remove unused binding.
9000         * mail/rmail.el (compilation--message->loc)
9001         (epa--find-coding-system-for-mime-charset): Declare.
9003         * net/dbus.el (dbus-register-service): Declare.
9004         (dbus-name-owner-changed-handler): Remove unused binding.
9006         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9007         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9008         (nxml-scan-backward-within): Mark unused arg.
9009         (nxml-dynamic-markup-word): Remove unused binding.
9011         * mouse.el (mouse-menu-major-mode-map):
9012         * emacs-lisp/authors.el (authors-scan-change-log)
9013         (authors-add-to-author-list):
9014         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9015         * emacs-lisp/smie.el (smie-auto-fill):
9016         * mail/sendmail.el (mail-bury):
9017         * mail/unrmail.el (unrmail):
9018         * net/tls.el (open-tls-stream):
9019         * textmodes/picture.el (picture-mouse-set-point):
9020         Remove unused bindings.
9022 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
9024         * net/tramp.el (tramp-action-password): Let-bind
9025         `enable-recursive-minibuffers' to t.
9027 2012-04-18  Sam Steingold  <sds@gnu.org>
9029         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9030         instead of 'string to accommodate values like [f11].
9031         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9032         * progmodes/gdb-mi.el: Likewise.
9034 2012-04-18  Leo Liu  <sdl.web@gmail.com>
9036         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9037         current buffer.
9038         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9039         LOCAL is nil.
9041 2012-04-18  Chong Yidong  <cyd@gnu.org>
9043         * simple.el (line-move): Use forward-line if in batch mode
9044         (Bug#11053).
9046 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
9048         * files.el (after-find-file): Do not try to add a final newline if
9049         the buffer is read-only (Bug#11156).
9051 2012-04-17  Richard Stallman  <rms@gnu.org>
9053         * mail/rmail.el (rmail-start-mail):
9054         Pass (rmail-mail-return...) for the return-action.
9055         Pass (rmail-yank-current-message...) for the yank-action.
9056         (rmail-yank-current-message): New function.
9057         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9058         (rmail-reply): Likewise.
9059         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9061         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9062         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
9063         buffer, not newbuf.
9065 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
9067         * server.el (server-ensure-safe-dir): Simplify.
9069 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9071         * emacs-lisp/smie.el: Provide smarter auto-filling.
9072         (smie-auto-fill): New function.
9073         (smie-setup): Use it.
9075         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9077 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
9079         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9080         (comment-indent): Use it.
9082 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9084         * ses.el: The overall change is to add cell renaming, that is
9085         setting fancy names for cell symbols other than name matching
9086         "\\`[A-Z]+[0-9]+\\'" regexp .
9087         (ses-localvars): Add ses--renamed-cell-symb-list.
9088         (ses-create-cell-variable): New defun.
9089         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9090         (ses-relocate-formula): Relocate formulas only for cells the
9091         symbols of which are not renamed, i.e. symbols whose names do not
9092         match regexp "\\`[A-Z]+[0-9]+\\'".
9093         (ses-relocate-all): Relocate values only for cells the symbols of
9094         which are not renamed.
9095         (ses-load): Create cells variables as the (ses-cell ...) are read,
9096         in order to check row col consistency with cell symbol name only
9097         for cells that are not renamed.
9098         (ses-replace-name-in-formula): New defun.
9099         (ses-rename-cell): New defun.
9101 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
9103         * progmodes/perl-mode.el (perl-indent-parens-as-block):
9104         New option (bug#11118).
9105         (perl-calculate-indent): Respect it.
9107 2012-04-17  Glenn Morris  <rgm@gnu.org>
9109         * dired-aux.el (dired-mark-read-string): Doc fix.
9111 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
9113         * dired-aux.el (dired-mark-read-string): Offer optional completion.
9114         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
9116 2012-04-17  Glenn Morris  <rgm@gnu.org>
9118         * mouse.el (mouse-drag-track):
9119         * speedbar.el (speedbar-frame-mode):
9120         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9122 2012-04-16  Leo Liu  <sdl.web@gmail.com>
9124         * progmodes/python.el: Trivial cleanup.
9126 2012-04-16  Glenn Morris  <rgm@gnu.org>
9128         * vc/vc.el (vc-string-prefix-p):
9129         * vc/pcvs-util.el (cvs-string-prefix-p):
9130         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9131         * mpc.el (mpc-string-prefix-p):
9132         Make all of these into obsolete aliases for string-prefix-p.
9133         Update callers.
9134         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9136         * textmodes/two-column.el: Move custom options to the start.
9137         (frame-width): Remove compat definition.
9138         (2C-associate-buffer, 2C-dissociate):
9139         Use with-current-buffer rather than save-excursion.
9140         (2C-dissociate): Force a mode-line update.
9141         (2C-autoscroll): Use ignore-errors.
9143         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9144         Autoload trivia.
9146         * emacs-lisp/cl-extra.el (*random-state*):
9147         Remove unnecessary declaration.
9149         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9151         * play/cookie1.el (cookie-snarf):
9152         Give an explicit error if input file cannot be read.
9154         * play/yow.el (yow-file): Use expand-file-name rather than concat.
9156         * progmodes/perl-mode.el (c-macro-expand):
9157         Remove unnecessary autoload (it is in loaddefs.el).
9159         * textmodes/picture.el (picture-desired-column)
9160         (picture-update-desired-column): Convert comments to doc-strings.
9161         (picture-substitute): Remove function.
9162         (picture-mode-map): Initialize in the defvar.
9164         * woman.el: Remove eval-after-load for tar-mode.
9165         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9166         (woman-tar-extract-file): Autoload it.
9168         * frame.el (automatic-hscrolling): Make this alias obsolete.
9170 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9172         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9173         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9174         (ispell-dictionary-base-alist): Revert to original XEmacs
9175         friendly version for default.  [:alpha:] will be added in
9176         `ispell-set-spellchecker-params' if needed.
9178 2012-04-16  Chong Yidong  <cyd@gnu.org>
9180         * image.el (imagemagick--file-regexp): New variable.
9181         (imagemagick-register-types): Use it.
9182         (imagemagick-types-inhibit): Add :set function.  Allow new value
9183         of t to inhibit all types.
9185         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9186         so we can preload it.
9188         * loadup.el (fboundp): Preload regexp-opt, needed by
9189         imagemagick-register-types.
9191 2012-04-15  Chong Yidong  <cyd@gnu.org>
9193         * frame.el (scrolling): Remove nearly unused customization group.
9195         * scroll-all.el (scroll-all-mode): Move to windows group.
9197 2012-04-15  Chong Yidong  <cyd@gnu.org>
9199         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9201 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9203         Avoid the use of ((lambda ...) ...) in lexical-binding code.
9204         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9206 2012-04-15  Glenn Morris  <rgm@gnu.org>
9208         * simple.el (process-file-side-effects): Doc fix.
9210 2012-04-15  Glenn Morris  <rgm@gnu.org>
9212         * international/mule-cmds.el (set-language-environment): Doc fix.
9214 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
9216         * server.el (server-auth-key, server-generate-key): Doc fixes.
9217         (server-get-auth-key): Doc fix.  Use `string-match-p'.
9218         (server-start): Reflow docstring.
9220 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
9222         * server.el (server-generate-key): `called-interactively-p'
9223         requires a parameter.
9225 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
9227         * server.el (server-auth-key): New variable.
9228         (server-generate-key, server-get-auth-key): New function.
9229         (server-start): Use the new variable and functions to allow
9230         setting a permanent server key (bug#9423).
9232 2012-04-14  Leo Liu  <sdl.web@gmail.com>
9234         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9236 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
9238         Spelling fixes.
9239         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9240         Emacs uses American spelling.
9242 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
9244         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9245         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
9246         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9247         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
9249 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         * progmodes/which-func.el (which-func-modes): Change default.
9253 2012-04-14  Kim F. Storm  <storm@cua.dk>
9255         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9256         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9258 2012-04-14  Chong Yidong  <cyd@gnu.org>
9260         * custom.el (custom-theme-set-variables): Doc fix.
9262 2012-04-14  Glenn Morris  <rgm@gnu.org>
9264         * international/mule.el (set-auto-coding-for-load): Doc fix.
9266 2012-04-14  Alan Mackenzie  <acm@muc.de>
9268         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9269         imenu work again for Objective C Mode.  Correct the *-index values,
9270         these having been disturbed by a previous change in 2011-08.
9272         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9273         Correct two search limits.
9275 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9277         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9279 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
9281         * international/characters.el: Fix sorting.
9283 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9285         * international/characters.el: Add more missing Latin case pairs.
9287 2012-04-14  Glenn Morris  <rgm@gnu.org>
9289         * files.el (dir-locals-set-class-variables): Doc fix.
9291 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9293         * international/characters.el: Add set-case-syntax-pair call for
9294         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9295         counterpart.  (Bug#11209)
9297         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
9299 2012-04-14  Glenn Morris  <rgm@gnu.org>
9301         * calendar/holidays.el (calendar-check-holidays): Doc fix.
9303 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9305         * textmodes/ispell.el (ispell-dictionary-base-alist):
9306         Add data for Hebrew.
9308 2012-04-14  Chong Yidong  <cyd@gnu.org>
9310         * net/rcirc.el (rcirc-cmd-quit):
9311         Revert 2012-03-18 change (Bug#11192).
9313 2012-04-14  Glenn Morris  <rgm@gnu.org>
9315         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9317 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
9319         * minibuffer.el (completion-in-region-mode-map):
9320         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
9322 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
9324         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9326 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
9328         * minibuffer.el (minibuffer-local-filename-syntax): New variable
9329         to allow `C-M-f' and `C-M-b' to move to the nearest path
9330         separator (bug#9511).
9332 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
9334         * avoid.el: Require cl when compiling.  And also move the
9335         `provide' to the end.
9337 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9339         * avoid.el (mouse-avoidance-banish-position): New variable.
9340         (mouse-avoidance-banish-destination): Use it (bug#10165).
9342 2012-04-13  Leo Liu  <sdl.web@gmail.com>
9344         * progmodes/which-func.el (which-func-modes): Add objc-mode.
9346 2012-04-13  Ken Brown  <kbrown@cornell.edu>
9348         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9349         this is no longer needed now that cygstart understands file:// URLs.
9350         (browse-url-filename-alist): For the same reason, don't modify
9351         file:// URLs on Cygwin.
9353 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9355         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9356         the region on shift if the binding is already shifted (bug#11221).
9358 2012-04-12  Glenn Morris  <rgm@gnu.org>
9360         * mail/mailpost.el: Move to obsolete/.
9362 2012-04-12  Drew Adams  <drew.adams@oracle.com>
9364         * imenu.el (imenu--generic-function): Ignore invisible definitions
9365         (bug#10123).
9367 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
9369         * hexl.el (hexl-bits): New variable.
9370         (hexl-options): Mention the variable in the doc string.
9371         (hexl-rulerise, hexl-line-displen): New functions.
9372         (hexl-mode): Mention the new variable.
9373         (hexl-mode, hexl-current-address, hexl-current-address):
9374         Use the displen.
9375         (hexl-ascii-start-column): New function.
9376         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9377         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9379 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9381         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9382         '("-i" ENCODING), in 2 separate command-line arguments, to specify
9383         the encoding, as expected by hunspell.
9385 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9387         * battery.el (battery--linux-sysfs-regexp): New const.
9388         (battery-status-function): Use it.  Remove yeeloong special case.
9389         (battery-yeeloong-sysfs): Remove.
9390         (battery-echo-area-format): Remove yeeloong special case.
9392 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9394         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9395         Reported by Noah Friedman.
9397         * subr.el (read-passwd): Use read-string.
9399 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401         * vcursor.el (vcursor-move): Increase the priority of the overlay
9402         (bug#9663).
9404 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
9406         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9407         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9409 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
9411         * textmodes/artist.el (artist-mode): Convert artist-mode to use
9412         define-minor-mode (bug#10760).
9414 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9416         * progmodes/grep.el (rgrep): Tweak the find command line so
9417         that directories matching `grep-find-ignored-files' won't be
9418         pruned (bug#10351).
9420 2012-04-11  Chong Yidong  <cyd@gnu.org>
9422         * startup.el (command-line): Remove support for long-obsolete
9423         variable font-lock-face-attributes.
9425 2012-04-11  Glenn Morris  <rgm@gnu.org>
9427         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9429 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * window.el (window--state-get-1): Obey window-point-insertion-type.
9433 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
9435         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9436         to previous function when point is on the first character of a
9437         function.  Take care of that in `narrow-to-defun' (bug#6157).
9439 2012-04-11  Glenn Morris  <rgm@gnu.org>
9441         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9442         not just file-errors.
9444         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9445         (vc-bzr-sha1): Use internal sha1.
9447 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9451 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
9453         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9454         that start in the middle of the line (bug#10496).
9456 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
9458         * battery.el (battery-linux-proc-acpi): Only one battery is
9459         discharged at a time, but that seems to confuse battery.el when
9460         computing `rate-type' for the battery not being discharged
9461         (bug#10332).
9463 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9465         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9467         * international/quail.el: Use dolist and simplify.
9468         (quail-define-package, quail-update-keyboard-layout)
9469         (quail-define-rules): Use dolist.
9470         (quail-insert-kbd-layout, quail-get-translation): CSE.
9472         * tmm.el: Use dolist, remove left over hook.
9473         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9474         Use dolist.
9475         (calendar-load-hook): Don't mess with it.
9477         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9478         Use derived-mode-p.  Run the diff asynchronously.
9480 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9482         * obsolete/mouse-sel.el: Add an Obsolete-since header.
9484 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
9486         * misc.el: Display absolute path of loaded DLLs (bug#10424).
9487         (list-dynamic-libraries--loaded): New function.
9488         (list-dynamic-libraries--refresh): Use it.
9490 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
9492         * progmodes/python.el (python-fill-paragraph):
9493         Make python-fill-region in a multiline string work when font-lock is
9494         disabled (bug#7018).
9496 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
9498         * language/european.el (cp775): Add oem/legacy (en)coding on
9499         DOS/MS Windows for the Baltic languages.  There are still plenty
9500         of texts written in this encoding/codepage (bug#6519).
9502 2012-04-10  Glenn Morris  <rgm@gnu.org>
9504         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9505         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9507 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
9509         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9510         next-line "n" and previous-line "p" in order to make recentf more
9511         consistent with ibuffer, dired or org-mode (bug#9387).
9513 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515         * image.el (put-image): Return the overlay created instead of the
9516         optional input string (bug#7834).  Note that this may break code
9517         that is (for some reason or other) depending on `put-image'
9518         returning the string.
9520         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9522         * simple.el (zap-to-char): Allow zapping using input methods
9523         (bug#1580).
9525         * textmodes/fill.el (fill-region): Leave point and mark where they
9526         were before filling (bug#5399).
9528 2012-04-09  Glenn Morris  <rgm@gnu.org>
9530         * version.el (emacs-bzr-get-version):
9531         Handle lightweight checkouts of local branches.
9533 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
9535         * international/characters.el: Recover lost case pairs.  (Bug#11209)
9537 2012-04-09  Chong Yidong  <cyd@gnu.org>
9539         * custom.el (custom-variable-p): Return nil for non-symbol
9540         arguments instead of signaling an error.
9541         (user-variable-p): Obsolete alias for custom-variable-p.
9543         * apropos.el (apropos-variable):
9544         * files-x.el (read-file-local-variable):
9545         * simple.el (set-variable):
9546         * woman.el (woman-mini-help):
9547         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9549 2012-04-09  Glenn Morris  <rgm@gnu.org>
9551         * startup.el (normal-top-level): Don't look for leim-list.el
9552         in places where it will not be found.  (Bug#910)
9554         * international/mule-cmds.el (set-default-coding-systems):
9555         * files.el (normal-mode):
9556         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
9557         This function was removed with ucs-tables.el in 2008.
9559 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
9561         * textmodes/ispell.el (ispell-check-version): For hunspell, set
9562         ispell-encoding8-command to "-i", without a trailing space.
9563         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9564         separate command-line arguments, to specify the encoding, since
9565         that's how hunspell expects it.
9567 2012-04-08  Glenn Morris  <rgm@gnu.org>
9569         * loadup.el: Load bindings before cus-start.
9570         This reduces somewhat the number of "rogue" settings in emacs -Q.
9572 2012-04-07  Glenn Morris  <rgm@gnu.org>
9574         * version.el (emacs-bzr-get-version): New function.
9575         (emacs-bzr-version): New variable.
9576         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
9577         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9579 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
9581         * international/uni-bidi.el, international/uni-category.el:
9582         * international/uni-combining.el, international/uni-decimal.el:
9583         * international/uni-decomposition.el, international/uni-digit.el:
9584         * international/uni-lowercase.el, international/uni-mirrored.el:
9585         * international/uni-name.el, international/uni-numeric.el:
9586         * international/uni-titlecase.el, international/uni-uppercase.el:
9587         Update for Unicode 6.1.
9589 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
9591         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9593 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595         * window.el (shrink-window): Mention the `window-min-height'
9596         variable in the doc string.
9598 2012-04-05  Bastien Guerry  <bzg@altern.org>
9600         * color.el (color-lighten-name): Fix typo.
9602 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * server.el (server--on-display-p): New function.
9605         (server--on-display-p): Use it.
9607 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
9609         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9610         (bug#11145).
9612 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * comint.el (comint--common-quoted-suffix): Check string boundary
9615         before comparing (bug#11158).
9616         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9618 2012-04-04  Chong Yidong  <cyd@gnu.org>
9620         * minibuffer.el (completion-extra-properties): Doc fix.
9622         * subr.el (delayed-warnings-hook): Doc fix.
9624 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
9626         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9627         selection (Bug#11159).
9628         (epa-insert-keys): Inform that the default public key will be
9629         exported if no key is selected.
9631 2012-04-04  Richard Stallman  <rms@gnu.org>
9633         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9635 2012-04-03  Chong Yidong  <cyd@gnu.org>
9637         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9638         mail-insert-file, not its obsolete alias mail-attach-file.
9640 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
9642         * notifications.el (notifications-notify): Fix docstring.
9644 2012-04-02  Glenn Morris  <rgm@gnu.org>
9646         * emacs-lisp/authors.el (authors-aliases): Another addition.
9648 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
9650         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9651         `tramp-compat-call-process' instead of `tramp-local-call-process'.
9652         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9654 2012-04-01  Chong Yidong  <cyd@gnu.org>
9656         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9657         Handle root directory properly.
9658         (copy-directory): Caller changed.
9660         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9661         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9663 2012-03-31  Glenn Morris  <rgm@gnu.org>
9665         * term/xterm.el (xterm-extra-capabilities): Doc fix.
9667         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
9669         * calendar/calendar.el (calendar-window-list)
9670         (calendar-hide-window): Restore.  (Bug#11140)
9671         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9673         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9675 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9677         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9678         Check if file is a symlink (Bug#10489).
9680         * files.el (copy-directory): Likewise.
9682 2012-03-30  Chong Yidong  <cyd@gnu.org>
9684         * image.el (imagemagick-types-inhibit)
9685         (imagemagick-register-types): Doc fix.
9687 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9689         * textmodes/ispell.el (ispell-get-extended-character-mode):
9690         Disable extended-char-mode for hunspell.  hunspell does not support it
9691         and treats ~word as ordinary words in pipe mode.
9693 2012-03-30  Glenn Morris  <rgm@gnu.org>
9695         * tutorial.el (help-with-tutorial): Ensure local variables don't
9696         happen to make the buffer read-only.  (Bug#11127)
9698 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9700         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9701         (perl-calculate-indent): Return `noindent' in strings.
9703 2012-03-28  Sam Steingold  <sds@gnu.org>
9705         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9706         instead of the broken adhockery which does not prevent calendar
9707         buffers from being displayed at random after exit.
9708         (calendar-window-list, calendar-hide-window): Remove the broken
9709         adhockery.
9711 2012-03-28  Glenn Morris  <rgm@gnu.org>
9713         * replace.el (query-replace-map): Doc fix.
9715 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
9717         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9718         contents.  (Bug#11109)
9720 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9722         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9723         (bug#11077).
9724         (avl-tree--check, avl-tree--check-node): New funs.
9726 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
9728         * window.el (switch-to-visible-buffer): New option.
9729         (switch-to-prev-buffer, switch-to-next-buffer):
9730         Observe switch-to-visible-buffer.  Make sure that checking for a window
9731         showing a buffer already is done on the same frame.
9733 2012-03-27  Glenn Morris  <rgm@gnu.org>
9735         * startup.el (mail-host-address): Doc fix.
9737 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9739         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9740         than 197 variables.
9742 2012-03-26  Ami Fischman  <ami@fischman.org>
9744         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9746 2012-03-26  Glenn Morris  <rgm@gnu.org>
9748         * files.el (save-buffers-kill-emacs): Doc fix.
9750         * startup.el (normal-top-level, command-line, command-line-1):
9751         Give them doc strings.
9753 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
9755         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9756         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9758 2012-03-25  Chong Yidong  <cyd@gnu.org>
9760         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9761         theme if it was previously enabled before (Bug#11031).
9763         * cus-theme.el (custom-theme-write-faces): Retrieve current face
9764         spec with custom-face-get-current-spec if its :shown-value is not
9765         determined yet (Bug#9337).
9766         (customize-create-theme, custom-theme-revert): Doc fixes.
9768         * button.el (button-at): Minor addition to docstring.
9770 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
9772         * vc/vc.el (vc-merge): Fix a prompt.
9774 2012-03-24  Chong Yidong  <cyd@gnu.org>
9776         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9777         point (Bug#9623).
9779         * button.el (button-at): Minor addition to docstring.
9781 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9783         * newcomment.el (comment-choose-indent): No space after BOL.
9785 2012-03-22  Sam Steingold  <sds@gnu.org>
9787         * window.el (switch-to-prev-buffer): Revert last patch because the
9788         bug turned out to be an advertised feature (Elisp manual 28.14).
9790 2012-03-22  Glenn Morris  <rgm@gnu.org>
9792         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
9793         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9795 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797         * net/network-stream.el (network-stream-open-starttls): Make error
9798         message under Windows be less misleading.
9800 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
9802         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9803         understands (bug#9942).
9805 2012-03-22  Chong Yidong  <cyd@gnu.org>
9807         * simple.el (end-of-visible-line): Handle return value of
9808         next-single-property-change properly (Bug#9371).
9810 2012-03-22  Kenichi Handa  <handa@m17n.org>
9812         * international/quail.el (quail-insert-kbd-layout): Fix previous
9813         change.  To avoid unwanted bidi reordering, use
9814         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9816 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
9818         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9819         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9820         (ruby-beginning-of-indent): Be more careful with the difference
9821         between word-boundary and symbol boundary.
9822         (ruby-mode-syntax-table): Make : a symbol constituent.
9824 2012-03-21  Andreas Politz  <politza@fh-trier.de>
9826         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9828 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9830         * progmodes/etags.el (tags-completion-at-point-function):
9831         Improve last fix.
9833         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9835 2012-03-21  Sam Steingold  <sds@gnu.org>
9837         * progmodes/etags.el (tags-completion-at-point-function):
9838         Avoid the error when point is inside the pattern.
9840 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
9842         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9843         line (Bug#10855).
9845 2012-03-21  Drew Adams  <drew.adams@oracle.com>
9847         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9849 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
9851         * ido.el (ido-set-current-directory, ido-read-internal)
9852         (ido-choose-completion-string, ido-completion-help): Handle nil
9853         value of ido-completion-buffer (Bug#11008).
9855 2012-03-21  Sam Steingold  <sds@gnu.org>
9857         * window.el (switch-to-prev-buffer): Do not switch to a visible
9858         window previous buffer, just like with the frame previous buffers.
9860 2012-03-21  Chong Yidong  <cyd@gnu.org>
9862         * faces.el (make-face, make-empty-face, copy-face):
9863         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9864         Doc fixes.
9866 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * wid-edit.el (widget-complete-field): Remove (bug#11051).
9869         (widget-complete): Remove broken use of it.
9871 2012-03-20  Chong Yidong  <cyd@gnu.org>
9873         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9874         Use string-width and truncate-string-width to handle arbitrary
9875         characters.
9877 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
9879         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9880         to draw rectangles, not squares.  (Regression introduced by revno
9881         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9883 2012-03-18  Chong Yidong  <cyd@gnu.org>
9885         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9886         it is not yet defined (for temacs).
9888 2012-03-18  Leo Liu  <sdl.web@gmail.com>
9890         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9891         prefix.
9893 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9895         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9896         (ispell-choices-win-default-height, ispell-silently-savep)
9897         (ispell-dictionary-alist, ispell-encoding8-command)
9898         (ispell-check-version, ispell-aspell-find-dictionary)
9899         (ispell-valid-dictionary-list, ispell-words-keyword)
9900         (ispell-get-word, ispell-internal-change-dictionary)
9901         (ispell-region, ispell-skip-region-list)
9902         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9903         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9904         (ispell-message-text-end, ispell-message)
9905         (ispell-buffer-local-parsing): Doc fix.
9907 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
9909         * htmlfontify.el: Add support for code block fontification for ODT
9910         export (Bug #9914).
9911         (hfy-optimisations): Define new option
9912         `body-text-only'
9913         (hfy-fontify-buffer): Honor above setting.
9914         (hfy-begin-span, hfy-end-span): New routines factored out form
9915         `hfy-fontify-buffer'.
9916         (hfy-begin-span-handler, hfy-end-span-handler): New variables
9917         that permit insertion of custom tags.
9918         (hfy-fontify-buffer): Use above handlers.
9919         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9920         (hfy-face-to-css): Re-defined to be a variable.
9921         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
9922         over multiple runs.  This is made possible by having the caller let
9923         bind a special variable `hfy-user-sheet-assoc'.
9924         (htmlfontify-string): New defun.
9925         (hfy-compile-face-map): Make sure that the last char in the
9926         buffer is correctly fontified.
9927         (hfy-face-resolve-face): Whitespace only change.
9929 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
9931         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9932         message more clear.
9934 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9936         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9938 2012-03-16  Alan Mackenzie  <acm@muc.de>
9940         Further optimise the handling of large macros.
9942         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9943         limit to a call of `c-literal-limits'.
9944         (c-determine-+ve-limit): New function.
9945         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9946         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9947         In CASE 5B, restrict a search limit to 500.
9948         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9950         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9951         Restrict macro bounds to +-500 from after-change's BEG END.
9953 2012-03-16  Leo Liu  <sdl.web@gmail.com>
9955         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9957 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
9959         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9960         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
9962 2012-03-16  Glenn Morris  <rgm@gnu.org>
9964         * view.el (view-buffer, view-buffer-other-window)
9965         (view-buffer-other-frame): Doc fixes re special mode-class.
9967         * subr.el (eval-after-load): If named feature is provided not from
9968         a file, run after-load forms.  (Bug#10946)
9970         * calendar/calendar.el (calendar-insert-at-column):
9971         Handle non-unit-width characters a bit better.  (Bug#10978)
9973 2012-03-15  Chong Yidong  <cyd@gnu.org>
9975         * emacs-lisp/ring.el (ring-extend): New function.
9976         (ring-insert+extend): Extend the ring correctly (Bug#11019).
9978         * comint.el (comint-read-input-ring)
9979         (comint-add-to-input-history): Grow comint-input-ring lazily.
9981 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9983         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9984         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9986         * imenu.el: Fix multiple inheritance breakage (bug#9199).
9987         (imenu-add-to-menubar): Don't add a redundant index.
9988         (imenu-update-menubar): Handle a dynamically composed keymap.
9990 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9992         * mail/sendmail.el (mail-encode-header):
9993         Bind rfc2047-encode-encoded-words to nil.
9995 2012-03-13  Glenn Morris  <rgm@gnu.org>
9997         * calendar/calendar.el (calendar-string-spread):
9998         Handle non-unit-width characters a bit better.  (Bug#10978)
10000 2012-03-13  Leo Liu  <sdl.web@gmail.com>
10002         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10003         directory and file as argument (Bug#10822).
10005 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
10007         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10008         For dynamically generated code, follow $PC.
10009         (gdb-disassembly-handler-custom): Handle no function name case.
10011 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
10013         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10014         * emulation/ws-mode.el (ws-query-replace):
10015         * sort.el (sort-regexp-fields):
10016         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
10018 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * dabbrev.el: Fix cycle completion order (bug#10963).
10021         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10022         (dabbrev-completion): Don't use an obarray; provide
10023         a cycle-sort-function.
10025 2012-03-12  Leo Liu  <sdl.web@gmail.com>
10027         * simple.el (kill-new): Use equal-including-properties for comparison.
10028         (kill-do-not-save-duplicates): Doc fix.
10030 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10032         * dabbrev.el: Fix cycle completion (bug#10963).
10033         Use lexical binding and wrap to 80 columns.
10034         (dabbrev-completion): Delay computing the list of completions.
10036 2012-03-12  Kenichi Handa  <handa@m17n.org>
10038         * international/quail.el (quail-insert-kbd-layout): Surround each
10039         row by LRO and PDF instead of inserting many LRMs.  Pad the left
10040         and right of each non-spacing marks.  Insert invisible space
10041         between lower and upper characters to prevent composition.
10043 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10045         * minibuffer.el (minibuffer-complete): Don't get confused when the
10046         function is run twice via different commands (bug#10958).
10047         (complete-with-action): Fix docstring.
10049 2012-03-12  Chong Yidong  <cyd@gnu.org>
10051         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10052         (nxml-completion-at-point-function): New function.
10053         (nxml-mode): Use it.
10054         (nxml-bind-meta-tab-to-complete-flag): Default to t.
10056         * emacs-lisp/package.el (package-unpack, package-unpack-single):
10057         Load generated autoloads file before byte compiling (Bug#10970).
10058         (package--make-autoloads-and-compile): New helper fun.
10060 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
10062         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10064 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
10066         * autorevert.el (auto-revert-handler): Ensure, that
10067         file-readable-p is applied only for local files or in
10068         auto-revert-tail-mode.
10070 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
10072         * server.el (server-eval-at): Handle non-tcp connections.
10073         Decode result string.
10075         * server.el (server-msg-size): New constant.
10076         (server-reply-print): New function.
10077         (server-eval-and-print): Use it.
10078         (server-eval-at): Use server-quote-arg and server-unquote-arg.
10079         Handle -print-nonl.
10081 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
10083         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10084         (Bug#10987).
10086 2012-03-11  Chong Yidong  <cyd@gnu.org>
10088         * simple.el (goto-line): Doc fix (Bug#9938).
10090         * subr.el (save-window-excursion): Doc fix (Bug#9979).
10092         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10093         when finished (Bug#10963).
10095 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
10097         * window.el (split-window-below): Fix bug in case where
10098         split-window-keep-point is nil (Bug#10971).
10100 2012-03-11  Juri Linkov  <juri@jurta.org>
10102         * replace.el (replace-highlight): Set isearch-word to nil
10103         unconditionally.  (Bug#10887)
10105 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
10107         * net/mairix.el (mairix-replace-invalid-chars): Rename from
10108         mairix-replace-illegal-chars; all callers changed.  Don't remove
10109         ^, ~, and = characters: they are meaningful in mairix search specs.
10110         (mairix-widget-create-query): Add usage information about mairix
10111         search forms: negating words, searching for substrings, etc.
10113 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
10115         * international/fontset.el (font-encoding-alist): Add an entry for
10116         ksx1001 (Bug#5667).
10118 2012-03-10  Richard Stallman  <rms@gnu.org>
10120         * mail/sendmail.el (mail-encode-header):
10121         Set rfc2047-encode-encoded-words.
10123         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10125         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10126         view buffer means not swapped.
10127         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10128         (rmail-write-region-annotate): Error if real text has disappeared.
10130         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10132 2012-03-10  Chong Yidong  <cyd@gnu.org>
10134         * emulation/cua-rect.el (cua--init-rectangles):
10135         * emulation/cua-base.el (cua--init-keymaps):
10136         Add delete-forward-char to remappings (Bug#9666).
10138 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
10140         * speedbar.el (speedbar-unhighlight-one-tag-line):
10141         Avoid unhighlighting due to frame switching (Bug#10275).
10143 2012-03-10  Chong Yidong  <cyd@gnu.org>
10145         * minibuffer.el (completion-in-region, completion-help-at-point):
10146         Give the completion field overlay a high priority (Bug#6830).
10148         * dired.el (dired-goto-file): Recognize absolute file name
10149         listings (Bug#7126).
10150         (dired-goto-file-1): New helper function.
10151         (dired-toggle-read-only): Inhibit warnings.
10153 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
10155         * net/dbus.el (dbus-property-handler): Return empty array if
10156         there are no properties.
10158 2012-03-09  Leo Liu  <sdl.web@gmail.com>
10160         * savehist.el (savehist-printable): Stricter check for string
10161         value (Bug#10937).
10163 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
10165         * mail/smtpmail.el (smtpmail-send-it):
10166         Bind coding-system-for-write to *-unix, so that FCC files are kept in
10167         valid mbox format.
10169 2012-03-09  Glenn Morris  <rgm@gnu.org>
10171         * files.el (dir-locals-find-file):
10172         Don't check result is regular, readable.
10173         (dir-locals-read-from-file): Demote errors.
10175 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
10177         * international/quail.el (quail-insert-kbd-layout):
10178         Insert invisible LRM characters before each character in a keyboard
10179         layout cell, to prevent their reordering by bidi display engine.
10180         For details, see the discussion in
10181         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10183 2012-03-08  Alan Mackenzie  <acm@muc.de>
10185         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10186         the starting position; make it extend the marked region when
10187         invoked repeatedly - all under appropriate circumstances.
10188         Fixes bugs #5525, #10906.
10190 2012-03-08  Glenn Morris  <rgm@gnu.org>
10192         * files.el (locate-dominating-file, dir-locals-find-file):
10193         Undo 2012-03-06 change.
10195 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
10197         * international/quail.el (quail-help):
10198         Force bidi-paragraph-direction be left-to-right.  See discussion in
10199         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10200         for the reason.
10202 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
10204         Avoid superfluous registering of signals.  (Bug#10807)
10206         * notifications.el (notifications-on-action-object)
10207         (notifications-on-close-object): New defvars.
10208         (notifications-on-action-signal, notifications-on-closed-signal):
10209         Unregister the signal if not needed any longer.
10210         (notifications-notify): Register `notifications-action-signal' or
10211         `notifications-closed-signal', if :on-action or :on-close has been
10212         passed as argument.
10214 2012-03-07  Chong Yidong  <cyd@gnu.org>
10216         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10217         non-X platforms.
10219 2012-03-06  Glenn Morris  <rgm@gnu.org>
10221         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10222         (x-disown-selection-internal, x-get-selection-internal):
10223         Doc fix (add arglist signatures).  (Bug#10783)
10225 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
10227         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10228         Handle breakpoints with no "type".
10230 2012-03-06  Glenn Morris  <rgm@gnu.org>
10232         * files.el (locate-dominating-file): Add optional predicate argument.
10233         (dir-locals-find-file): Make use of above change.
10235 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
10237         * info.el (Info-insert-dir): Also try "dir.gz".
10239 2012-03-06  Glenn Morris  <rgm@gnu.org>
10241         * files.el (dir-locals-find-file):
10242         Ignore non-readable or non-regular files.  (Bug#10928)
10244         * files.el (locate-dominating-file): Doc fix.
10246 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
10248         * calendar/calendar.el (calendar-set-mode-line):
10249         `getenv' returns a string.  (Bug#10951)
10251 2012-03-05  Leo Liu  <sdl.web@gmail.com>
10253         * simple.el (backward-delete-char-untabify): Constrain point to
10254         field (Bug#10939).
10256         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10258 2012-03-05  Chong Yidong  <cyd@gnu.org>
10260         * simple.el (count-words): If called from Lisp, return the word
10261         count, for symmetry with `count-lines'.  Arglist changed.
10262         (count-words--message): Args changed.  Consolidate counting code
10263         from count-words and count-words-region.
10264         (count-words-region): Caller changed.
10265         (count-lines-region): Make it an obsolete alias.
10267 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
10269         * saveplace.el (save-place-to-alist)
10270         (save-place-ignore-files-regexp): Allow value nil to disable this
10271         feature.
10273 2012-03-04  Chong Yidong  <cyd@gnu.org>
10275         * faces.el (face-spec-reset-face): For the default face, reset the
10276         attributes to default values (Bug#10748).
10278 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10281         previous patch: Check `message-send-mail-function', and not the
10282         default function (bug#10897).
10284 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
10286         * notifications.el (notifications-on-action-signal)
10287         (notifications-on-closed-signal): Check for unique service name of
10288         incoming event.  Fix error in removing entry.
10289         (top): Register for signals with wildcard service name.
10290         (notifications-notify): Use daemon unique service name for map entries.
10292 2012-03-04  Chong Yidong  <cyd@gnu.org>
10294         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10296 2012-03-04  Glenn Morris  <rgm@gnu.org>
10298         * abbrev.el (copy-abbrev-table, abbrev-table-p)
10299         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10300         (expand-abbrev, define-abbrev-table): Doc fixes.
10302 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10304         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10305         `message-default-send-mail-function' and not `send-mail-function'
10306         when doing the prompting for `sendmail-query-once' before sending
10307         in Message buffers (bug#10897).
10309         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10310         This is inconsistent with all the other stream functions, which leave
10311         the setting up to the higher levels (if so wanted) (bug#10931).
10313 2012-03-02  Alan Mackenzie  <acm@muc.de>
10315         Depessimize the handling of very large macros.
10317         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10318         (c-macro-cache-syntactic): New variables to implement a one
10319         element macro cache.
10320         (c-invalidate-macro-cache): New function.
10321         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10322         Adapt to use the new cache.
10323         (c-state-safe-place): Use better the cache of safe positions.
10324         (c-state-semi-nonlit-pos-cache)
10325         (c-state-semi-nonlit-pos-cache-limit):
10326         New variables for...
10327         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
10328         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10329         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10330         Use c-state-semi-safe-place.
10332         * progmodes/cc-langs.el (c-get-state-before-change-functions):
10333         Add c-invalidate-macro-cache to the C, C++, Obj entries.
10335 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
10337         * jka-compr.el (jka-compr-call-process):
10338         Apply `file-accessible-directory-p' only when the default directory is
10339         not remote.
10341 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
10343         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
10344         access of FILE2, if FILE1 does not exist.
10346         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10347         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10349         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10350         Add "PAGER=" to `process-environment'.
10352 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
10354         * progmodes/sql.el: Bug fix
10355         (sql-get-login-ext): Save login values in globals.
10356         (sql-get-login): Use new version of `sql-get-login-ext'.
10357         (sql-interactive-mode): Set global `sql-connection' to nil.
10358         (sql-connect): Set global values for connection.
10359         (sql-product-interactive): Save global values as buffer local.
10361 2012-02-29  Leo Liu  <sdl.web@gmail.com>
10363         * abbrev.el (define-abbrevs): Reset sys to nil.
10365 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10367         * files.el (file-equal-p): Rename from `files-equal-p'.
10368         Return nil when one or both files don't exist.
10369         (file-subdir-of-p): Now only top directory must exists,
10370         return nil if it doesn't.
10371         (copy-directory): No need to test with `file-subdir-of-p' after
10372         creating dir.
10373         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10374         to `file-equal-p'.
10376 2012-02-28  Glenn Morris  <rgm@gnu.org>
10378         * shell.el (shell-mode):
10379         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10380         * play/landmark.el (landmark-font-lock-face-O):
10381         * play/handwrite.el (handwrite):
10382         * play/gomoku.el (gomoku-O):
10383         * net/browse-url.el (browse-url-browser-display):
10384         * international/mule.el (define-charset):
10385         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10386         * filesets.el (filesets-find-file-delay):
10387         * eshell/em-xtra.el (eshell-xtra):
10388         * eshell/em-unix.el (eshell-grep):
10389         * emulation/viper.el (viper-mode):
10390         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10391         * emacs-lisp/easymenu.el (easy-menu-define):
10392         * calendar/timeclock.el (timeclock-use-display-time):
10393         * bs.el (bs-mode):
10394         * bookmark.el (bookmark-save-flag):
10395         Doc fix (standardize possessive apostrophe usage).
10397 2012-02-27  Chong Yidong  <cyd@gnu.org>
10399         * emulation/viper-cmd.el (viper-intercept-ESC-key):
10400         Fix key-binding lookup for ESC key (Bug#9146).
10402         * font-lock.el (font-lock-specified-p): Rename from
10403         font-lock-spec-present.  Callers changed.
10405 2012-02-27  Daniel Hackney  <dan@haxney.org>
10407         * emacs-lisp/package.el (package-compute-transaction):
10408         Handle holding a package version to t in package-load-list.
10410 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
10412         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10413         (tramp-get-inode, tramp-get-device): Use cached values.
10415 2012-02-26  Alan Mackenzie  <acm@muc.de>
10417         Check there is a font-lock specification before doing initial
10418         fontification.
10420         * font-core.el (font-lock-mode): Move the conditional from
10421         :after-hook to font-lock-initial-fontify.
10422         (font-lock-default-function): Move the check for a specification
10423         to font-lock-spec-present.
10425         * font-lock.el (font-lock-initial-fontify): Call ...
10426         (font-lock-spec-present): New function.
10428 2012-02-26  Jim Blandy  <jimb@red-bean.com>
10430         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10431         (gdb-send): Apply it to the operand of the '-interpreter-exec
10432         console' command, so that we can pass arguments with (say) quotes
10433         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
10435 2012-02-26  Chong Yidong  <cyd@gnu.org>
10437         * help-fns.el (describe-function-1): Clarify description of
10438         remapping (Bug#10844).
10440         * files.el (files-equal-p): Doc fix.
10441         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
10442         and quit the loop once a mismatch is found.
10444 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
10446         * bs.el (bs--show-with-configuration): Don't throw an error
10447         if the window cannot be split; otherwise, subsequent calls to
10448         bs-show fail, restoring a stale window config.  (Bug#10882)
10450 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
10452         * term/ns-win.el (global-map): Bind ns-drag-file to
10453         ns-find-file (Bug#5855, Bug#10050).
10455 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
10457         * calendar/parse-time.el (parse-time-string): Allow extractor to
10458         return nil.
10460 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
10462         * net/tramp.el (tramp-file-name-for-operation):
10463         Add `files-equal-p' and `file-subdir-of-p'.
10465         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10466         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10467         Add COPY-CONTENTS argument.
10469 2012-02-25  Chong Yidong  <cyd@gnu.org>
10471         Add custom groups for VC backends, for consistency with vc-bzr.
10473         * vc/vc-arch.el (vc-arch):
10474         * vc/vc-cvs.el (vc-cvs):
10475         * vc/vc-git.el (vc-git):
10476         * vc/vc-hg.el (vc-hg):
10477         * vc/vc-mtn.el (vc-mtn):
10478         * vc/vc-rcs.el (vc-rcs):
10479         * vc/vc-sccs.el (vc-sccs):
10480         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10481         All relevant defcustoms reassigned.
10483 2012-02-25  Chong Yidong  <cyd@gnu.org>
10485         * newcomment.el (comment-styles): Add autoload (Bug#10868).
10487         * term/x-win.el (x-initialize-window-system): Reduce default for
10488         x-selection-timeout to 5 seconds (Bug#8869).
10490 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10492         * files.el (files-equal-p, file-subdir-of-p): New functions.
10493         (copy-directory): Error when trying to copy a directory on itself.
10494         Add missing copy-contents arg to tramp handler.
10495         * dired-aux.el (dired-copy-file-recursive): Same.
10496         (dired-create-files): Modify destination when source is equal to
10497         dest when copying files.
10498         Return also when dest is a subdir of source.  (Bug#10489)
10500 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
10502         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10503         (Bug#10874)
10505 2012-02-23  Alan Mackenzie  <acm@muc.de>
10507         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10508         parameter "after-hook:" to allow the expansion to run code after
10509         the execution of the mode hooks.
10511         * font-lock.el (font-lock-initial-fontify): New function extracted
10512         from font-lock-mode-internal.
10514         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10515         :after-hook.
10517 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10519         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10520         (completion--cache-all-sorted-completions): New function.
10521         (completion-all-sorted-completions): Use it.
10522         (completion--do-completion, minibuffer-force-complete):
10523         Use it to re-instate the flush hook.
10525         * icomplete.el (icomplete-completions): Replace last fix with a better
10526         one (bug#10850).
10528 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
10530         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10531         when it might call us back infinitely (bug#10797).
10533 2012-02-23  Glenn Morris  <rgm@gnu.org>
10535         * minibuffer.el (completion-category-overrides): Doc fix.
10537 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10539         * minibuffer.el (completion-table-with-context): Fix inf-loop.
10540         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10542 2012-02-23  Glenn Morris  <rgm@gnu.org>
10544         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10545         (authors-obsolete-files-regexps, authors-ignored-files)
10546         (authors-ambiguous-files, authors-renamed-files-alist):
10547         Add more entries.
10549 2012-02-23  Juri Linkov  <juri@jurta.org>
10551         * isearch.el (isearch-occur): Sync interactive spec with occur's
10552         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
10554         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10556 2012-02-22  Juri Linkov  <juri@jurta.org>
10558         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10559         (ucs-insert): Doc fix.  Check for hex digits in the string.
10560         Don't display `nil' in the error message.  (Bug#10857)
10562 2012-02-22  Alan Mackenzie  <acm@muc.de>
10564         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10566 2012-02-22  Glenn Morris  <rgm@gnu.org>
10568         * ffap.el (ffap-c-path):
10569         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
10571 2012-02-22  Chong Yidong  <cyd@gnu.org>
10573         * custom.el (load-theme): Doc fix.
10575 2012-02-22  Glenn Morris  <rgm@gnu.org>
10577         * dired-x.el (dired-guess-shell-alist-default):
10578         Remove escape sequences from nroff output.  (Bug#172)
10580 2012-02-21  Glenn Morris  <rgm@gnu.org>
10582         * vc/emerge.el (emerge-defvar-local):
10583         Set `permanent-local' property rather than unused `preserved'.
10585         * textmodes/picture.el (picture-delete-char): New alias.
10586         (picture-mode-map): Use it.  (Bug#10860)
10587         (picture-mode): Doc fix.
10589 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
10591         * newcomment.el (uncomment-region-default): Remove unused binding.
10593 2012-02-21  Glenn Morris  <rgm@gnu.org>
10595         * textmodes/picture.el (picture-motion, picture-motion-reverse)
10596         (picture-self-insert, picture-tab-chars): Doc fix.
10597         (picture-mode-map): Fix C-a, C-e.
10599 2012-02-20  Glenn Morris  <rgm@gnu.org>
10601         * emacs-lisp/authors.el (authors-aliases): Add another entry.
10603 2012-02-20  Leo Liu  <sdl.web@gmail.com>
10605         * icomplete.el (icomplete-completions): Check FROM arg before
10606         passing to substring (Bug#10850).
10608 2012-02-19  Chong Yidong  <cyd@gnu.org>
10610         * comint.el: Require ansi-color.
10611         (comint-output-filter-functions): Add ansi-color-process-output.
10613         * ansi-color.el: Don't set comint-output-filter-functions; it is
10614         now in the initial value defined in comint.el.
10615         (ansi-color-apply-face-function): New variable.
10616         (ansi-color-apply-on-region): Use it.
10617         (ansi-color-apply-overlay-face): New function.
10619         * shell.el (shell): No need to require ansi-color.
10620         (shell-mode): Use ansi-color-apply-face-function to highlight
10621         color escapes using font-lock-face property (Bug#10835).
10623 2012-02-19  Chong Yidong  <cyd@gnu.org>
10625         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10626         mode-line formats (Bug#10839).
10628 2012-02-18  Glenn Morris  <rgm@gnu.org>
10630         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10632         * mail/undigest.el (unforward-rmail-message): Doc fix.
10634         * saveplace.el (save-place-ignore-files-regexp): Add :version.
10636 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
10638         * international/characters.el (script-list): Sync with the latest
10639         Unicode Character Database.
10641 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
10643         * international/titdic-cnv.el: Remove duplicate coding tag.
10644         * language/cham.el: Likewise.
10645         * language/tai-viet.el: Likewise.
10647 2012-02-18  Glenn Morris  <rgm@gnu.org>
10649         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10650         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10651         (calendar-bahai-all-holidays-flag, calendar-other-dates):
10652         * calendar/diary-lib.el (diary-abbreviated-year-flag):
10653         * calendar/holidays.el (holiday-bahai-holidays)
10654         (calendar-holidays, list-holidays):
10655         Use utf-8 Bahá'í in doc-strings, menus, etc.
10657 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
10659         * saveplace.el (save-place-ignore-files-regexp): New variable
10660         allowing for excluding files from saving their location of point.
10661         The default value matches the temporary commit message editing
10662         files from Git, SVN, Bazaar, and Mercurial.
10663         (save-place-to-alist): Use it.
10665 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
10666             Stefan Monnier  <monnier@iro.umontreal.ca>
10668         * newcomment.el (uncomment-region-default): Don't leave extra space
10669         when an arg is provided (bug#8150).
10671 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
10673         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10675 2012-02-17  Glenn Morris  <rgm@gnu.org>
10677         * net/socks.el: Require network-stream.  (Bug#10599)
10679 2012-02-17  Kenichi Handa  <handa@m17n.org>
10681         * international/charprop.el:
10682         * international/uni-name.el:
10683         * international/uni-old-name.el:
10684         * international/uni-comment.el: Regenerate.
10686 2012-02-16  Glenn Morris  <rgm@gnu.org>
10688         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10689         Interactively in calendar buffer, give an error if not on a date.
10691 2012-02-15  Glenn Morris  <rgm@gnu.org>
10693         * shell.el (shell-delimiter-argument-list):
10694         Revert 2011-02-17 change.  (Bug#8027)
10696 2012-02-15  Chong Yidong  <cyd@gnu.org>
10698         * minibuffer.el (completion-at-point-functions): Doc fix.
10700         * custom.el (defcustom): Doc fix; note use of defvar.
10702 2012-02-15  Glenn Morris  <rgm@gnu.org>
10704         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10705         Doc fixes.
10707 2012-02-14  Glenn Morris  <rgm@gnu.org>
10709         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10711 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
10713         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10714         way the ports list is computed.
10715         (smtpmail-query-smtp-server): Prompt the user for a port number if
10716         we can't connect to any of the standard ports (bug#10810).
10718 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10720         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10722 2012-02-13  Glenn Morris  <rgm@gnu.org>
10724         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
10726 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
10728         * net/gnutls.el (gnutls-trustfiles): New variable.
10729         (gnutls-negotiate): Use it.
10731 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
10733         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10734         does its stuff if Gnus is running.
10736 2012-02-13  Alan Mackenzie  <acm@muc.de>
10738         Fix a loop in c-set-fl-decl-start.
10740         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10741         c-backward-syntactic-ws actually moves backwards.
10743 2012-02-13  Leo Liu  <sdl.web@gmail.com>
10745         * net/rcirc.el (rcirc-markup-attributes): Move point to the
10746         beginning so that all \C-o chars are removed.
10748 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
10750         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10752 2012-02-12  Alan Mackenzie  <acm@muc.de>
10754         Fix infinite loop with long macros.
10755         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10757 2012-02-12  Chong Yidong  <cyd@gnu.org>
10759         * window.el (display-buffer): Doc fix (Bug#10785).
10761 2012-02-12  Glenn Morris  <rgm@gnu.org>
10763         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10764         (x-disown-selection-internal, x-get-selection-internal):
10765         Sync docs with the xselect.c versions.
10767         * allout-widgets.el: Add missing license notice.
10769 2012-02-11  Glenn Morris  <rgm@gnu.org>
10771         * select.el (x-get-selection-internal, x-own-selection-internal)
10772         (x-disown-selection-internal):
10773         * x-dnd.el (x-get-selection-internal): Update declarations.
10775         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10777         * window.el (window-sides-slots):
10778         * tool-bar.el (tool-bar-position):
10779         * term/xterm.el (xterm-extra-capabilities):
10780         * ses.el (ses-self-reference-early-detection):
10781         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10782         (verilog-auto-wire-type)
10783         (verilog-auto-delete-trailing-whitespace)
10784         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10785         (verilog-auto-tieoff-declaration):
10786         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10787         (sql-oracle-statement-starters, sql-oracle-scan-on):
10788         * progmodes/prolog.el (prolog-align-comments-flag)
10789         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10790         (prolog-left-indent-regexp, prolog-paren-indent-p)
10791         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10792         (prolog-types, prolog-mode-specificators)
10793         (prolog-determinism-specificators, prolog-directives)
10794         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10795         (prolog-electric-dot-flag)
10796         (prolog-electric-dot-full-predicate-template)
10797         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10798         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10799         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10800         (prolog-program-switches, prolog-prompt-regexp)
10801         (prolog-debug-on-string, prolog-debug-off-string)
10802         (prolog-trace-on-string, prolog-trace-off-string)
10803         (prolog-zip-on-string, prolog-zip-off-string)
10804         (prolog-use-standard-consult-compile-method-flag)
10805         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10806         (prolog-imenu-max-lines, prolog-info-predicate-index)
10807         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10808         (prolog-char-quote-workaround):
10809         * progmodes/cc-vars.el (c-defun-tactic):
10810         * net/tramp.el (tramp-encoding-command-interactive)
10811         (tramp-local-end-of-line):
10812         * net/soap-client.el (soap-client):
10813         * net/netrc.el (netrc-file):
10814         * net/gnutls.el (gnutls):
10815         * minibuffer.el (completion-category-overrides)
10816         (completion-cycle-threshold)
10817         (completion-pcm-complete-word-inserts-delimiters):
10818         * man.el (Man-name-local-regexp):
10819         * mail/feedmail.el (feedmail-display-full-frame):
10820         * international/characters.el (glyphless-char-display-control):
10821         * eshell/em-ls.el (eshell-ls-date-format):
10822         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10823         (lisp-lambda-list-keyword-parameter-indentation)
10824         (lisp-lambda-list-keyword-parameter-alignment):
10825         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10826         * dired-x.el (dired-omit-verbose):
10827         * cus-theme.el (custom-theme-allow-multiple-selections):
10828         * calc/calc.el (calc-highlight-selections-with-faces)
10829         (calc-lu-field-reference, calc-lu-power-reference)
10830         (calc-note-threshold):
10831         * battery.el (battery-mode-line-limit):
10832         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10833         (archive-7z-update):
10834         * allout.el (allout-prefixed-keybindings)
10835         (allout-unprefixed-keybindings)
10836         (allout-inhibit-auto-fill-on-headline)
10837         (allout-flattened-numbering-abbreviation):
10838         * allout-widgets.el (allout-widgets-auto-activation)
10839         (allout-widgets-icons-dark-subdir)
10840         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10841         (allout-widgets-theme-dark-background)
10842         (allout-widgets-theme-light-background)
10843         (allout-widgets-item-image-properties-emacs)
10844         (allout-widgets-item-image-properties-xemacs)
10845         (allout-widgets-run-unit-tests-on-load)
10846         (allout-widgets-time-decoration-activity)
10847         (allout-widgets-hook-error-post-time)
10848         (allout-widgets-track-decoration):
10849         Add missing :version tags to new defcustoms and defgroups.
10851         * progmodes/sql.el (sql-ansi-statement-starters)
10852         (sql-oracle-statement-starters): Add custom type.
10854         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10855         (prolog-system-version): Give it a type.
10857 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
10859         * term/pc-win.el (x-select-text, x-selection-owner-p)
10860         (x-own-selection-internal, x-disown-selection-internal)
10861         (x-get-selection-internal): Sync doc strings and argument lists
10862         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
10864 2012-02-11  Leo Liu  <sdl.web@gmail.com>
10866         * progmodes/python.el (python-end-of-statement): Fix infinite
10867         loop.  (Bug#10788)
10869 2012-02-10  Glenn Morris  <rgm@gnu.org>
10871         * international/mule-cmds.el (unify-8859-on-encoding-mode)
10872         (unify-8859-on-decoding-mode): Properly mark as obsolete.
10874 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
10876         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10877         about SMTP before checking the From header.
10879         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10880         into own function for reuse by emacsbug.el.
10882 2012-02-10  Leo Liu  <sdl.web@gmail.com>
10884         * subr.el (condition-case-unless-debug): Rename from
10885         condition-case-no-debug.  All callers changed.
10886         (with-demoted-errors): Fix caller.
10888         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10889         * nxml/rng-valid.el (rng-do-some-validation):
10890         * emacs-lisp/package.el (package-refresh-contents)
10891         (package-menu-execute):
10892         * desktop.el (desktop-create-buffer):
10893         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10895 2012-02-10  Glenn Morris  <rgm@gnu.org>
10897         * textmodes/bibtex.el:
10898         Add missing :version tags for new/changed defcustoms.
10900         * files.el (remote-file-name-inhibit-cache): Doc fixes.
10902 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
10904         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10905         (smtpmail-via-smtp): Use it, or fall back on the From address.
10906         (smtpmail-send-it): Ditto.
10908 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10910         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10911         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
10912         (byte-compile-tmp-var): New const.
10913         (byte-compile-defvar): Use it to minimize .elc size.
10914         Just use `defvar' rather than simulate it (bug#10761).
10916 2012-02-09  Glenn Morris  <rgm@gnu.org>
10918         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
10920         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10921         Add :version tags.
10923         * progmodes/compile.el (compilation-error-screen-columns)
10924         (compilation-first-column, compilation-filter-start): Doc fixes.
10926         * vc/log-view.el (log-view-toggle-entry-display):
10927         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10929         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10930         (report-emacs-bug-can-use-xdg-email):
10931         (report-emacs-bug-insert-to-mailer): Doc fixes.
10932         (report-emacs-bug): Message fix.
10934         * net/browse-url.el (browse-url-can-use-xdg-open)
10935         (browse-url-xdg-open): Doc fixes.
10937         * electric.el (electric-indent-mode, electric-pair-mode)
10938         (electric-layout-rules, electric-layout-mode): Doc fixes.
10939         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10941 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
10943         * server.el (server-unselect-display): Don't inadvertently kill
10944         the current buffer.  (Bug#10729)
10946 2012-02-08  Glenn Morris  <rgm@gnu.org>
10948         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10949         (sql-list-table): Doc fixes.
10951         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10952         Comment out (does nothing).
10954         * completion.el (dynamic-completion-mode):
10955         * dirtrack.el (dirtrack-debug-mode):
10956         * electric.el (electric-layout-mode):
10957         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10958         * face-remap.el (text-scale-mode, buffer-face-mode):
10959         * iimage.el (iimage-mode):
10960         * image-mode.el (image-transform-mode):
10961         * minibuffer.el (completion-in-region-mode):
10962         * scroll-lock.el (scroll-lock-mode):
10963         * simple.el (next-error-follow-minor-mode):
10964         * tar-mode.el (tar-subfile-mode):
10965         * tooltip.el (tooltip-mode):
10966         * vcursor.el (vcursor-use-vcursor-map):
10967         * wid-browse.el (widget-minor-mode):
10968         * emulation/tpu-edt.el (tpu-edt-mode):
10969         * emulation/tpu-extras.el (tpu-cursor-free-mode):
10970         * international/iso-ascii.el (iso-ascii-mode):
10971         * language/thai-util.el (thai-word-mode):
10972         * mail/supercite.el (sc-minor-mode):
10973         * net/goto-addr.el (goto-address-mode):
10974         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10975         * progmodes/cwarn.el (cwarn-mode):
10976         * progmodes/flymake.el (flymake-mode):
10977         * progmodes/glasses.el (glasses-mode):
10978         * progmodes/hideshow.el (hs-minor-mode):
10979         * progmodes/pascal.el (pascal-outline-mode):
10980         * textmodes/enriched.el (enriched-mode):
10981         * vc/smerge-mode.el (smerge-mode):
10982         Doc fixes (minor mode argument).
10984 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
10986         * ls-lisp.el (ls-lisp-sanitize): New function.
10987         (ls-lisp-insert-directory): Use it to fix or remove any elements
10988         in file-alist with missing attributes.  (Bug#4673)
10990 2012-02-07  Alan Mackenzie  <acm@muc.de>
10992         Fix spurious recognition of c-in-knr-argdecl.
10994         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10995         putative K&R region.
10997 2012-02-07  Alan Mackenzie  <acm@muc.de>
10999         * progmodes/cc-engine.el (c-forward-objc-directive):
11000         Prevent looping in "#pragma mark @implementation".
11002 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
11004         * notifications.el (notifications-on-closed-signal): Make `reason'
11005         optional.  (Bug#10744)
11007 2012-02-07  Glenn Morris  <rgm@gnu.org>
11009         * emacs-lisp/easy-mmode.el (define-minor-mode):
11010         Doc fixes for the macro and the mode it defines.
11012         * image.el (imagemagick-types-inhibit): Doc fix.
11014         * cus-start.el (imagemagick-render-type): Add it.
11016 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
11018         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11019         Set the default at load time, too, so that `font-lock-fontify-buffer'
11020         can be called without setting up the entire mode first.  This fixes
11021         a bug in `mm-inline-text' with C MIME parts.
11023 2012-02-06  Chong Yidong  <cyd@gnu.org>
11025         * simple.el (list-processes--refresh): Delete exited processes
11026         (Bug#8094).
11028         * comint.el (comint-next-prompt): next-single-char-property-change
11029         and prev-single-char-property-change never return nil (Bug#8657).
11031         * custom.el (defcustom): Doc fix (Bug#9711).
11033 2012-02-05  Chong Yidong  <cyd@gnu.org>
11035         * cus-edit.el (custom-variable-reset-backup): Quote the value
11036         before storing it in the customized-value property (Bug#6712).
11037         (custom-display): Add a customization type tag.
11038         (custom-buffer-create-internal): Improve tooltip message.
11040         * wid-edit.el (widget-field-value-get): New optional arg to
11041         suppress trailing whitespace truncation.
11042         (character): Use it (Bug#2689).
11044 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
11046         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11047         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11049 2012-02-05  Chong Yidong  <cyd@gnu.org>
11051         * cus-edit.el (custom-variable-value-create): For mismatched
11052         types, show the current value (Bug#7600).
11054         * custom.el (defcustom): Doc fix.
11056 2012-02-05  Glenn Morris  <rgm@gnu.org>
11058         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11060 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
11062         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11063         (pp-buffer): Use `ignore-errors', `looking-at-p'.
11064         (pp-last-sexp): Use `looking-at-p'.
11066 2012-02-04  Glenn Morris  <rgm@gnu.org>
11068         * files.el (revert-buffer):
11069         Doc fix (mention revert-buffer-in-progress-p).
11071         * emacs-lisp/ert-x.el (ert-simulate-command):
11072         Check deferred-action-list (which is obsolete) is bound.
11074         * subr.el (with-wrapper-hook): Doc fixes.
11076         * simple.el (filter-buffer-substring-functions)
11077         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11079 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
11081         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11082         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
11084 2012-02-04  Leo Liu  <sdl.web@gmail.com>
11086         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11088 2012-02-04  Glenn Morris  <rgm@gnu.org>
11090         * image.el (image-extension-data): Add obsolete alias.
11092         * isearch.el (isearch-update): Doc fix.
11094         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11096         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11098 2012-02-03  Glenn Morris  <rgm@gnu.org>
11100         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
11101         (image-animate-timeout): Doc fix.
11103         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11105 2012-02-02  Glenn Morris  <rgm@gnu.org>
11107         * server.el (server-auth-dir): Doc fix.
11108         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
11110         * subr.el (run-mode-hooks): Doc fix.
11112 2012-02-02  Juri Linkov  <juri@jurta.org>
11114         * image-mode.el (image-toggle-display-image): Remove tautological
11115         `major-mode' from the `derived-mode-p' test.
11117 2012-02-02  Kenichi Handa  <handa@m17n.org>
11119         * composite.el (compose-region): Cancel previous change.
11121 2012-02-02  Kenichi Handa  <handa@m17n.org>
11123         * composite.el (compose-region, compose-string): Signal error for
11124         a null string component (Bug#6988).
11126 2012-02-01  Chong Yidong  <cyd@gnu.org>
11128         * view.el (view-buffer-other-window, view-buffer-other-frame):
11129         Handle special modes like view-buffer (Bug#10650).
11130         (view-buffer): Simplify.
11132         * frame.el (set-frame-font): Tweak meaning of third argument.
11134         * dynamic-setting.el (font-setting-change-default-font):
11135         Use set-frame-font (Bug#9982).
11137 2012-02-01  Glenn Morris  <rgm@gnu.org>
11139         * progmodes/compile.el (compilation-internal-error-properties):
11140         Respect compilation-first-column in the "*compilation*" buffer.
11142         * emacs-lisp/easy-mmode.el (define-minor-mode):
11143         Relax :variable's test for a named function.
11145 2012-01-31  Alan Mackenzie  <acm@muc.de>
11147         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11148         off by one error.
11150 2012-01-31  Chong Yidong  <cyd@gnu.org>
11152         * frame.el (set-frame-font): New arg ALL-FRAMES.
11154         * menu-bar.el (menu-set-font): Use set-frame-font.
11156         * faces.el (face-spec-reset-face): Don't apply unspecified
11157         attribute values to the default face.
11159 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
11161         * progmodes/cwarn.el (cwarn): Remove dead link.
11162         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11163         Remove * from defcustom docstrings.
11164         (turn-on-cwarn-mode): Make obsolete.
11165         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11166         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11168 2012-01-31  Glenn Morris  <rgm@gnu.org>
11170         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11171         Fix :variable handling of mode a symbol not equal to modefun.
11172         Allow named functions to be used as the cdr of :variable.
11174 2012-01-30  Glenn Morris  <rgm@gnu.org>
11176         * emacs-lisp/authors.el (authors-fixed-entries):
11177         Remove reference to deleted file rnewspost.el.
11179 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
11181         * window.el (window-with-parameter): Remove unused variable `windows'.
11182         (window--side-check): Remove unused variable `code'.
11183         (window--resize-siblings): Remove unused variable `first'.
11184         (adjust-window-trailing-edge): Remove unused variable `failed'.
11185         (window-deletable-p, window--delete): Remove unused variable `buffer'.
11186         Use `let', not `let*'.
11187         (balance-windows-2): Remove unused variable `found'.
11188         (window--state-put-2): Remove unused variable `splits'.
11189         (window-state-put): Remove unused variable `selected'.
11190         (same-window-p): Use `string-match-p'.
11191         (display-buffer-assq-regexp): Remove unused variable `value'.
11192         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11193         Mark argument ALIST as ignored.
11194         (pop-to-buffer): Remove unused variable `old-window'.
11196 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
11198         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11199         and .lzma compressed files.
11201 2012-01-29  Chong Yidong  <cyd@gnu.org>
11203         * frame.el (window-system-default-frame-alist): Doc fix.
11205         * dynamic-setting.el (font-setting-change-default-font): Don't
11206         change the default face if SET-FONT argument is non-nil (Bug#9982).
11208 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
11210         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11212 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
11214         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11215         breakpoints in files outside current directory (Bug#6098).
11217 2012-01-29  Chong Yidong  <cyd@gnu.org>
11219         * progmodes/python.el: Require ansi-color at top-level.
11221         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11222         Define and use in Emacs Lisp mode (Bug#9360).
11223         (lisp-mode-abbrev-table): Add doc.
11224         (lisp-mode-variables): Don't set local-abbrev-table.
11225         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11227 2012-01-28  Roland Winkler  <winkler@gnu.org>
11229         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11231 2012-01-28  Roland Winkler  <winkler@gnu.org>
11233         * textmodes/bibtex.el (bibtex-entry-alist): New function.
11234         (bibtex-set-dialect): Use it.  Either set global values of
11235         dialect-dependent variables or bind these variables buffer-locally
11236         (Bug#10254).
11237         (bibtex-mode): Call bibtex-set-dialect via
11238         hack-local-variables-hook.
11239         (bibtex-dialect): Update docstring.
11240         Add safe-local-variable predicate.
11241         (bibtex-entry-alist, bibtex-field-alist): Initialize via
11242         bibtex-set-dialect.
11243         (bibtex-mode-map): Define menu for each dialect.
11244         (bibtex-entry): Fix docstring.
11246 2012-01-28  Chong Yidong  <cyd@gnu.org>
11248         * eshell/esh-arg.el (eshell-quote-argument): New function.
11250         * eshell/esh-ext.el (eshell-invoke-batch-file):
11251         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11252         first arg to eshell-parse-command (Bug#10523).
11254 2012-01-28  Drew Adams  <drew.adams@oracle.com>
11256         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11257         `default-directory' is non-nil.
11259 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
11261         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11262         line that displays system-configuration-options.  (Bug#9924)
11264 2012-01-28  Drew Adams  <drew.adams@oracle.com>
11266         * descr-text.el (describe-char): Show information about POS, in
11267         addition to information about the character at POS.  Improve and
11268         update the doc string.  Change "code point" to "code point in
11269         charset", to avoid confusion with the character's Unicode code
11270         point shown above that.  (Bug#10129)
11272 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
11274         * descr-text.el (describe-char): Show the raw character, not only
11275         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
11276         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11277         for the reasons.
11279 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
11281         * emacs-lisp/package.el (package-install):
11282         Run package-refresh-contents if there is no archive yet (Bug#9798).
11284 2012-01-28  Chong Yidong  <cyd@gnu.org>
11286         * emacs-lisp/package.el (package-maybe-load-descriptor):
11287         New function, split from package-maybe-load-descriptor.
11288         (package-maybe-load-descriptor): Use it.
11289         (package-download-transaction): Fully load required packages
11290         inside the loop, so that `require' calls work (Bug#10593).
11291         (package-install): No need to call package-initialize now.
11293 2012-01-28  Chong Yidong  <cyd@gnu.org>
11295         * simple.el (deactivate-mark): Doc fix (Bug#8614).
11297         * tooltip.el (tooltip-mode): Doc fix.
11298         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11300         * frame.el (set-cursor-color): Doc fix (Bug#352).
11302         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11303         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11305         * cus-edit.el (custom-buffer-create-internal): Fix search button
11306         action (Bug#10542).
11307         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11309 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
11311         * dired.el (dired-mark-files-regexp):
11312         Include any subdirectory components.  (Bug#10445)
11314 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
11316         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11317         Handle [host]:port syntax.  (Bug#10533)
11319 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
11321         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11323 2012-01-26  Glenn Morris  <rgm@gnu.org>
11325         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11326         * term.el (term-raw-escape-map): Use Control-X-prefix.
11327         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
11329 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
11331         * window.el (window-state-get, window--state-get-1): Don't deal
11332         with fixed-sizeness of windows.  Simplify code.
11334 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
11336         * window.el (window--state-get-1, window--state-put-2):
11337         Don't save and restore the mark.
11339 2012-01-25  Chong Yidong  <cyd@gnu.org>
11341         * custom.el (custom-variable-p): Doc fix.
11343 2012-01-25  Glenn Morris  <rgm@gnu.org>
11345         * dired.el (dired-goto-file): Handle some of the more common
11346         characters that `ls -b' escapes.  (Bug#10596)
11348         * progmodes/compile.el (compilation-next-error-function):
11349         Respect compilation-first-column in the "*compilation*" buffer.
11350         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
11352         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
11354 2012-01-24  Glenn Morris  <rgm@gnu.org>
11356         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
11358 2012-01-24  Julien Danjou  <julien@danjou.info>
11360         * color.el (color-rgb-to-hsl): Fix value computing.
11361         (color-hue-to-rgb): New function.
11362         (color-hsl-to-rgb): New function.
11363         (color-clamp, color-saturate-hsl, color-saturate-name)
11364         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11365         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11367 2012-01-24  Glenn Morris  <rgm@gnu.org>
11369         * vc/vc-rcs.el (vc-rcs-create-tag):
11370         * vc/vc-sccs.el (vc-sccs-create-tag):
11371         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
11373 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
11375         * eshell/esh-util.el (eshell-read-hosts-file):
11376         Skip comment lines.  (Bug#10549)
11378         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
11380 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
11382         * subr.el (display-delayed-warnings): Doc fix.
11383         (collapse-delayed-warnings): New function to collapse identical
11384         adjacent warnings.
11385         (delayed-warnings-hook): Add it.
11387 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
11389         * net/tramp.el (tramp-action-login): Set connection property "login-as".
11391         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11392         (tramp-default-user-alist): Don't add "pscp".
11393         (tramp-do-copy-or-rename-file-out-of-band): Use connection
11394         property "login-as", if set.  (Bug#10530)
11396 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
11398         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11399         "plink1" and "psftp".  (Bug#10530)
11401 2012-01-21  Kenichi Handa  <handa@m17n.org>
11403         * international/mule-cmds.el (prefer-coding-system): Show a
11404         warning message if the default value of file-name-coding-system
11405         was not changed.
11407 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
11409         * windmove.el (windmove-reference-loc):
11410         Fix windmove-reference-loc miscalculation.
11412 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
11414         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11415         default unit.
11417 2012-01-21  Glenn Morris  <rgm@gnu.org>
11419         * international/mule.el (auto-coding-alist): Add .tbz.
11421         * files.el (local-enable-local-variables): Doc fix.
11422         (inhibit-local-variables-regexps): Rename from
11423         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
11424         Doc fix.  Add some extensions from auto-coding-alist.
11425         (inhibit-local-variables-suffixes):
11426         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
11427         (inhibit-local-variables-p):
11428         New function, extracted from set-auto-mode-1.
11429         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
11430         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
11431         (hack-local-variables): Doc fix.  Make the mode-only case
11432         respect enable-local-variables and friends.
11433         Respect inhibit-local-variables-regexps for file-locals, but
11434         not for directory-locals.
11435         (set-visited-file-name):
11436         Take account of inhibit-local-variables-regexps.
11437         Whether it applies may change as the file name is changed.
11438         * jka-cmpr-hook.el (jka-compr-install):
11439         * jka-compr.el (jka-compr-uninstall):
11440         Update for inhibit-first-line-modes-suffixes name change.
11442 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
11444         * help-macro.el (make-help-screen): Temporarily restore original
11445         binding for minor-mode-map-alist (Bug#10454).
11447 2012-01-19  Julien Danjou  <julien@danjou.info>
11449         * color.el (color-name-to-rgb): Use the white color to find the max
11450         color component value and return correctly computed values.
11451         (color-name-to-rgb): Add missing float conversion for max value.
11453 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
11455         * window.el (window--state-get-1, window-state-get): Do not use
11456         special state value for window-persistent-parameters.
11457         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
11458         (window--state-put-2): Reset all window parameters to nil before
11459         assigning values of persistent parameters.
11461 2012-01-18  Alan Mackenzie  <acm@muc.de>
11463         Eliminate sluggishness and hangs in fontification of "semicolon
11464         deserts".
11466         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11467         Change value 10000 -> 3000.
11468         (c-state-safe-place): Reformulate so it doesn't stack up an
11469         infinite number of wrong entries in c-state-nonlit-pos-cache.
11470         (c-determine-limit-get-base, c-determine-limit): New functions to
11471         determine backward search limits disregarding literals.
11472         (c-find-decl-spots): Amend commenting.
11473         (c-cheap-inside-bracelist-p): New function which detects "={".
11475         * progmodes/cc-fonts.el
11476         (c-make-font-lock-BO-decl-search-function): Give a limit to a
11477         backward search.
11478         (c-font-lock-declarations): Fix an occurrence of point being
11479         undefined.  Check additionally for point being in a bracelist or
11480         near a macro invocation without a semicolon so as to avoid a
11481         fruitless time consuming search for a declarator.  Give a more
11482         precise search limit for declarators using the new
11483         c-determine-limit.
11485 2012-01-18  Glenn Morris  <rgm@gnu.org>
11487         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11488         (set-auto-mode): Doc fixes.
11490 2012-01-17  Glenn Morris  <rgm@gnu.org>
11492         * isearch.el (search-nonincremental-instead): Fix doc typo.
11494         * dired.el (dired-insert-directory): Handle newlines in directory name.
11495         (dired-build-subdir-alist): Unescape newlines in directory name.
11497 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
11499         * net/tramp.el (tramp-local-end-of-line): New defcustom.
11500         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11501         (tramp-action-terminal): Use it.  (Bug#10530)
11503 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11505         * minibuffer.el (completion--replace): Strip properties (bug#10062).
11507 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
11509         * window.el (window-state-ignored-parameters): Remove variable.
11510         (window--state-get-1): Rename argument MARKERS to IGNORE.
11511         Handle persistent window parameters.  Make copy of clone-of
11512         parameter only if requested.  (Bug#10348)
11513         (window--state-put-2): Install a window parameter only if it has
11514         a non-nil value or an existing parameter shall be overwritten.
11516 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
11518         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11520 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
11522         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11523         don't pass the (nil) value of `upnode' to string-match.
11525 2012-01-14  Chong Yidong  <cyd@gnu.org>
11527         * startup.el (command-line): Fix X resource class for cursorColor.
11528         Fix values recognized by the cursorBlink resource.
11530 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
11532         * epg.el (epg--make-temp-file): Avoid permission race condition
11533         when running on old Emacs versions (bug#10403).
11535 2012-01-14  Glenn Morris  <rgm@gnu.org>
11537         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11539 2012-01-13  Alan Mackenzie  <acm@muc.de>
11541         Fix filling for when filladapt mode is enabled.
11543         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11544         c-mask-paragraph, pass in `fill-paragraph' rather than
11545         `fill-region-as-paragraph'.  (This is a reversion of a previous
11546         change.)
11547         * progmodes/cc-mode.el (c-basic-common-init):
11548         Make fill-paragraph-handle-comment buffer local and set it to nil.
11550 2012-01-13  Glenn Morris  <rgm@gnu.org>
11552         * dired.el (dired-switches-escape-p): New function.
11553         (dired-insert-directory): Use dired-switches-escape-p.
11554         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
11556         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
11558 2012-01-12  Glenn Morris  <rgm@gnu.org>
11560         * mail/sendmail.el (mail-mode): Update paragraph-separate for
11561         changes in adaptive-fill-regexp.  (Bug#10276)
11563 2012-01-11  Alan Mackenzie  <acm@muc.de>
11565         Fix Emacs bug #10463 - put `widen's around the critical spots.
11567         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11568         widen around each invocation of c-state-pp-to-literal.  Remove an
11569         unused let variable.
11571 2012-01-11  Glenn Morris  <rgm@gnu.org>
11573         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
11574         Doc fix.
11576 2012-01-10  Chong Yidong  <cyd@gnu.org>
11578         * net/network-stream.el (network-stream-open-starttls):
11579         Avoid emitting a confusing error message when the server gives a bad
11580         response to the capability command.
11582 2012-01-10  Glenn Morris  <rgm@gnu.org>
11584         * mail/unrmail.el (unrmail): Tweak previous change.
11586 2012-01-09  Chong Yidong  <cyd@gnu.org>
11588         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11590 2012-01-08  Alan Mackenzie  <acm@muc.de>
11592         Optimise font locking in long enum definitions.
11594         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11595         arm to a cond form to handle enums.
11596         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11597         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11599 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
11601         * files.el (move-file-to-trash): Preserve default file modes on error.
11602         (Bug#10401)
11604 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11606         * faces.el (set-face-attribute): Clarify the meaning of the nil
11607         frame (bug#10294).
11609         * subr.el (with-selected-frame): Mention that the selected frame
11610         is restored (bug#9980).
11612         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11613         (bug#9759).
11615         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11616         (password-read): Don't autoload unused function.
11618 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
11620         * progmodes/which-func.el (which-func-mode): Turn into a
11621         non-interactive function and mark as obsolete (bug#10428).
11623 2012-01-06  Chong Yidong  <cyd@gnu.org>
11625         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11626         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11627         functions, along with 1 and -1.
11629 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
11631         * time.el (display-time-load-average)
11632         (display-time-default-load-average): Doc fixes.  See the thread
11633         starting at
11634         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11635         for the details.
11637 2012-01-06  Glenn Morris  <rgm@gnu.org>
11639         * mail/unrmail.el (unrmail): Give an explicit error if the input file
11640         has no messages.  (Bug#10377)
11642         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11643         than Info-edit.  (Bug#10385)
11645         * time.el (display-time-load-average, display-time-next-load-average):
11646         Doc fixes.
11648         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11649         local setting of buffer-read-only to the input buffer.  (Bug#10419)
11651         * calendar/calendar.el (calendar-mode):
11652         Locally set scroll-margin to 0.  (Bug#10379)
11654 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
11656         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
11658 2012-01-05  Glenn Morris  <rgm@gnu.org>
11660         * eshell/em-unix.el (diff-no-select): Autoload it.
11661         (eshell/diff): Use diff-no-select.  (Bug#10420)
11663 2012-01-05  Chong Yidong  <cyd@gnu.org>
11665         * shell.el (shell-dynamic-complete-functions): Revert last change.
11666         (shell-command-completion-function): New function.
11667         (shell-completion-vars): Use it to implement
11668         shell-completion-execonly (Bug#10417).
11670         * custom.el (enable-theme): Don't set custom-safe-themes.
11672         * cus-theme.el (custom-theme-merge-theme):
11673         Ignore custom-enabled-themes and custom-safe-themes.
11675 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
11677         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11678         first prompt in `sql-interacive-mode'.
11679         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11680         keywords.
11681         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11682         (sql-product-interactive): Bug fix: Set `sql-buffer' in
11683         context of original buffer.  Invoke `sql-login-hook'.
11685 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
11687         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11688         letters in cite-prefix.
11690 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11694 2012-01-03  Chong Yidong  <cyd@gnu.org>
11696         * shell.el (shell-dynamic-complete-functions):
11697         Put pcomplete-completions-at-point, so as to try
11698         comint-filename-completion first (Bug#10417).
11700 2012-01-02  Richard Stallman  <rms@gnu.org>
11702         * battery.el (battery-status-function):
11703         Detect when to use battery-yeeloong-sysfs.
11704         (battery-echo-area-format): Add string for Yeeloong.
11705         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11706         (battery-yeeloong-sysfs): New function.
11708 2012-01-02  Chong Yidong  <cyd@gnu.org>
11710         * dirtrack.el (dirtrack-list): Eliminate unused third element.
11711         (dirtrack): Merge code for handling relative filenames in prompt
11712         from shell-dir-cookie-watcher.
11713         (dirtrack-debug-message): New arg to avoid excess format calls.
11715         * shell.el (shell-dir-cookie-re): Variable deleted.
11716         (shell-dir-cookie-watcher): Function deleted.
11717         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11718         with dirtrack-mode.
11720 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
11722         * term/w32-win.el (dynamic-library-alist) <gnutls>:
11723         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11724         libgnutls-26.dll.
11726 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
11728         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11730 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
11732         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11733         headers of non-MIME messages, when rmail-enable-mime is non-nil.
11735 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
11737         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11738         also for alternative shells.
11739         (tramp-open-connection-setup-interactive-shell): Check, whether
11740         the shell is a busybox.
11741         (tramp-send-command): Don't suppress multiple prompts for
11742         busyboxes, it hurts.
11744 2011-12-28  Chong Yidong  <cyd@gnu.org>
11746         * progmodes/gdb-mi.el (gdb-get-source-file-list)
11747         (gdb-get-source-file): Move mode line update to
11748         gdb-get-source-file (Bug#10087).
11750 2011-12-25  Chong Yidong  <cyd@gnu.org>
11752         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11753         gud-gdb-marker-filter without taking it as an argument.
11754         (gud-gdb-run-command-fetch-lines): Caller changed.
11755         (gud-gdb-completion-function): New variable.
11756         (gud-gdb-completion-at-point): Use it.
11757         (gud-gdb-completions-1): Split from gud-gdb-completions.
11759         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11760         function as separate arguments.
11761         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11762         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11763         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11764         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11765         (gdb-stopped, def-gdb-auto-update-trigger)
11766         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11767         (gdb-get-changed-registers, gdb-get-main-selected-frame):
11768         Callers changed.
11769         (gud-gdbmi-completions): New function.
11770         (gdb): Use it for generating the completion table.
11772 2011-12-24  Alan Mackenzie  <acm@muc.de>
11774         Introduce a mechanism to widen the region used in context font
11775         locking.  Use this to protect declarations from losing their contexts.
11777         * progmodes/cc-langs.el (c-before-font-lock-functions):
11778         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11779         (c-before-context-fontification-functions): New defvar, a list of
11780         functions to be run just before context (etc.) font locking.
11782         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11783         New, functionality extracted from
11784         c-neutralize-syntax-in-and-mark-CPP.
11785         (c-in-after-change-fontification): New variable.
11786         (c-after-change): Set c-in-after-change-fontification.
11787         (c-set-fl-decl-start): Rejig its interface, so it can be called
11788         from both after-change and context fontifying.
11789         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11790         New functions.
11791         (c-standard-font-lock-fontify-region-function): New variable.
11792         (c-font-lock-fontify-region): New function.
11794 2011-12-24  Juri Linkov  <juri@jurta.org>
11796         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11797         (Bug#10348)
11799 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
11801         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11802         existence of source file.  (Bug#10325)
11804 2011-12-23  Alan Mackenzie  <acm@muc.de>
11806         Fix unstable fontification inside templates.
11808         * progmodes/cc-langs.el (c-before-font-lock-functions):
11809         Newly created from the singular version.  The (c c++ objc) entry now
11810         additionally has c-set-fl-decl-start.  The other languages (apart
11811         from AWK) have that as a single entry.
11813         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11814         The functionality for "local" declarations has been extracted to
11815         c-set-fl-decl-start.
11817         * progmodes/cc-mode.el (c-common-init, c-after-change):
11818         Changes due to pluralisation of c-before-font-lock-functions.
11819         (c-set-fl-decl-start): New function, extracted from
11820         c-font-lock-enclosing-decls and enhanced.
11822 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
11824         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11826 2011-12-22  Juri Linkov  <juri@jurta.org>
11828         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
11830 2011-12-22  Chong Yidong  <cyd@gnu.org>
11832         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11834 2011-12-21  Drew Adams  <drew.adams@oracle.com>
11836         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
11838 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
11840         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11842 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11844         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
11845         highlighting and support.  Fix up comments for capitalization.
11846         (cfengine-mode-debug): New var.
11847         (cfengine3-mode): Change the modeline indicator to "CFE3".
11848         (cfengine3-font-lock-keywords): Improve defun highlighting.
11849         (cfengine2-actions): Rename from `cfengine-actions'.
11850         (cfengine2-font-lock-keywords): Rename from
11851         `cfengine-font-lock-keywords'.
11852         (cfengine2-imenu-expression): Rename from
11853         `cfengine-imenu-expression'.
11854         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11855         (cfengine2-beginning-of-defun): Rename from
11856         `cfengine-beginning-of-defun'.
11857         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11858         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11859         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
11860         modeline indicator to "CFE2".
11861         (cfengine-mode): Defalias to `cfengine-auto-mode'.
11862         (cfengine-mode-abbrevs): Mark obsolete.
11864 2011-12-21  Chong Yidong  <cyd@gnu.org>
11866         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11867         filename argument.
11869 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
11871         * window.el (window-normalize-buffer-to-display): Remove.
11872         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11874 2011-12-19  Chong Yidong  <cyd@gnu.org>
11876         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11877         Don't signal an error in a predicate function; return non-nil.
11878         (vc-dir-mark-file): Move the error here.
11879         (vc-dir-mark-unmark): If acting on the region, keep going if one
11880         of the entries cannot be marked/unmarked.
11881         (vc-dir-mark-all-files): If current entry is a directory, mark
11882         only child files, as documented.
11884 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11886         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11887         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11888         addition.
11890 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
11892         * term/ns-win.el (ns-get-selection-internal)
11893         (ns-store-selection-internal): Declare.
11894         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11895         Declare as obsolete.
11896         (ns-get-pasteboard, ns-paste-secondary):
11897         Use ns-get-selection-internal.
11898         (ns-set-pasteboard, ns-copy-including-secondary):
11899         Use ns-store-selection-internal.
11901 2011-12-17  Chong Yidong  <cyd@gnu.org>
11903         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11904         (vc-deduce-fileset): Doc fix.
11906 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
11908         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11910 2011-12-13  Sam Steingold  <sds@gnu.org>
11912         * man.el (Man-getpage-in-background): When running under a
11913         window-system, ignore $MANWIDTH and $COLUMNS.
11915 2011-12-15  Kenichi Handa  <handa@m17n.org>
11917         * language/ethio-util.el: Change coding tag to utf-8-emacs.
11918         (setup-ethiopic-environment-internal): Comment out key-binding for
11919         ethio-toggle-punctuation.
11921 2011-12-13  Alan Mackenzie  <acm@muc.de>
11923         Add the switch statement to AWK Mode.
11925         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11926         "default" to the keywords regexp.
11928         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11929         expression as the rest.
11930         (c-nonlabel-token-key): Allow string literals for AWK.
11931         Refactor for the other modes.
11933         Large brace-block initialisation makes CC Mode slow: Fix.
11934         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11935         routines.  Limit backward searching in c-font-lock-enclosing.decl.
11937         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11938         pp-state and literal type in addition to the limits.
11939         (c-state-safe-place): New defun, extracted from c-state-literal-at.
11940         (c-state-literal-at): Use the above new defun.
11941         (c-slow-in-literal, c-fast-in-literal): Remove.
11942         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11944         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11945         being in a literal.  Add a limit for backward searching.
11947         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11948         c-slow-in-literal.
11950 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11952         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11954 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
11956         * window.el (delete-other-windows): Use correct frame in call to
11957         window-with-parameter.
11959 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
11961         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11962         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11963         (makefile-gmake-statements, makefile-makepp-statements):
11964         Use it and add new makepp keywords.
11965         (makefile-makepp-font-lock-keywords): Add new patterns.
11966         (makefile-match-function-end): Match new [...] and [[...]].
11968 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
11970         * ses.el (ses-call-printer-return, ses-cell-property-get)
11971         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11972         (ses-create-cell-variable, ses-reset-header-string)
11973         (ses-cell-set-formula, ses-repair-cell-reference-all)
11974         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11975         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11976         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11977         (ses-aset-with-undo, ses-load, ses-truncate-cell)
11978         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11979         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11980         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11981         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11982         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11983         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11984         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11985         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11987 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11989         * ses.el: The overall change is to add cell renaming, that is
11990         setting fancy names for cell symbols other than name matching
11991         "\\`[A-Z]+[0-9]+\\'" regexp .
11992         (ses-create-cell-variable): New defun.
11993         (ses-relocate-formula): Relocate formulas only for cells the
11994         symbols of which are not renamed, i.e. symbols whose names do not
11995         match regexp "\\`[A-Z]+[0-9]+\\'".
11996         (ses-relocate-all): Relocate values only for cells the symbols of
11997         which are not renamed.
11998         (ses-load): Create cells variables as the (ses-cell ...) are read,
11999         in order to check row col consistency with cell symbol name only
12000         for cells that are not renamed.
12001         (ses-replace-name-in-formula): New defun.
12002         (ses-rename-cell): New defun.
12004 2011-12-11  Chong Yidong  <cyd@gnu.org>
12006         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12007         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12009 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
12011         * window.el (other-window): Fix docstring.
12013 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12015         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12016         `from' or `to' address before taking its substring.
12017         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12018         encoded name is chopped in the middle of the encoded string, and
12019         thus displayed encoded.
12021 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
12023         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12025 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12027         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
12028         to use texinfo-update-node and commands that call it if the
12029         Texinfo file uses @node lines without next/prev/up pointers.
12030         Correct outdated description about texinfo-master-menu.
12031         (texinfo-all-menus-update, texinfo-master-menu)
12032         (texinfo-update-node, texinfo-every-node-update)
12033         (texinfo-multiple-files-update): Doc fix.  Warn against updating
12034         all the @node lines.
12035         (texinfo-master-menu): Only call texinfo-update-node if the prefix
12036         argument is numeric.  Explain better in the doc string what the
12037         function really does.
12038         (texinfo-insert-master-menu-list): Improve the error message
12039         displayed if there's no menu in the Top node.
12040         (Bug#2975)  See also this thread:
12041         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12043 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
12045         * speedbar.el (speedbar-supported-extension-expressions):
12046         Add .adb and .ads, commonly used for Ada source code (bug#10256).
12048 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
12050         * printing.el (pr-mode-alist):
12051         * simple.el (filter-buffer-substring-functions)
12052         (completion-list-insert-choice-function):
12053         * window.el (window-with-parameter, window-atom-root)
12054         (window-sides-slots, window-size-fixed, window-min-delta)
12055         (window-max-delta, window--resize-mini-window)
12056         (window--resize-child-windows-normal, window-tree)
12057         (delete-other-windows, quit-window, split-window)
12058         (display-buffer-record-window, special-display-buffer-names)
12059         (special-display-regexps, special-display-popup-frame)
12060         (same-window-p, split-window-sensibly)
12061         (display-buffer-overriding-action, display-buffer-alist)
12062         (display-buffer-base-action, display-buffer, switch-to-buffer)
12063         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12064         (fit-window-to-buffer, recenter-positions)
12065         (mouse-autoselect-window-state, mouse-autoselect-window-select):
12066         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12067         and remove unneeded backslashes in docstrings.
12069 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12071         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12073         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12074         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12075         end in ".mk".
12076         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12077         when reading the makefile (bug#10116).
12079 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12081         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12082         (bug#10116).
12084 2011-12-06  Glenn Morris  <rgm@gnu.org>
12086         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12088 2011-12-06  Chong Yidong  <cyd@gnu.org>
12090         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12092 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
12094         * textmodes/table.el (table-shorten-cell): Fix typo.
12096 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
12098         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12100 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
12102         * descr-text.el (describe-char): Fix display of strong
12103         right-to-left characters and directional embeddings and overrides.
12105         * simple.el (what-cursor-position): Fix display of codepoints of
12106         strong right-to-left characters.
12108 2011-12-05  Chong Yidong  <cyd@gnu.org>
12110         * faces.el (read-color): Doc fix.
12112 2011-12-05  Glenn Morris  <rgm@gnu.org>
12114         * align.el (align--set-marker): Add doc-string.
12115         Don't try to move something that is not a marker.  (Bug#10216)
12117 2011-12-04  Glenn Morris  <rgm@gnu.org>
12119         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12120         overly zealous deletion of trailing whitespace.
12122 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
12124         * server.el (server-delete-client): On Windows, do not try to delete
12125         the only terminal.
12126         (server-process-filter): On Windows, treat requests for a tty frame as
12127         if they were for a GUI frame if the running server is in GUI mode.
12129 2011-12-03  Glenn Morris  <rgm@gnu.org>
12131         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
12133 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12135         * electric.el: Streamline electric-indent's hook.
12136         (electric-indent-chars): Revert to simple list.
12137         (electric-indent-functions): New var.
12138         (electric-indent-post-self-insert-function): Use it.
12140         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12141         there's no inferior buffer (bug#10196).
12142         (prolog-consult-compile): Don't use toggle-read-only.
12144 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
12146         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12147         interrupt.  (Bug#10187)
12149 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12151         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12152         (bug#9160).
12154         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12155         (bug#10191).
12157 2011-12-02  Juri Linkov  <juri@jurta.org>
12159         * info.el (Info-search): Display "end of manual" when Isearch
12160         reaches the end of single-file Info manual.  (Bug#9918)
12162 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
12164         * isearch.el (isearch-message-prefix): Run the input method part
12165         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
12167 2011-12-02  Juri Linkov  <juri@jurta.org>
12169         * isearch.el (isearch-occur): Use `word-search-regexp' for
12170         `isearch-word'.
12171         (isearch-search-and-update): Add condition for `isearch-word' and
12172         call `word-search-regexp'.  (Bug#10145)
12174 2011-12-01  Glenn Morris  <rgm@gnu.org>
12176         * eshell/em-hist.el (eshell-hist-initialize):
12177         Handle eshell-history-size nil and HISTSIZE set or unset.
12178         (eshell-history-file-name, eshell-history-size): Fix custom type.
12180 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12182         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12184 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
12186         * progmodes/verilog-mode.el (verilog-pretty-expr):
12187         Rework verilog-pretty-expr to handle new assignment operators in system
12188         verilog, such as += *= and the like.
12189         (verilog-assignment-operator-re): Regular expression to find the
12190         assigment operator in a verilog assignment.
12191         (verilog-assignment-operation-re): Regular expression to find an
12192         assignment statement for pretty-expr.
12193         (verilog-in-attribute-p): Query returns true if point is in an
12194         attribute context; used to skip these for expression line up from
12195         pretty-expr.
12196         (verilog-in-parameter-p): Query returns true if point is in an
12197         parameter definition context; used to skip these for expression
12198         line up from pretty-expr.
12199         (verilog-in-parenthesis-p): Query returns true if point is in a
12200         parenthetical expression, specifically ( ) but not [ ] or { };
12201         used by pretty-expr.
12202         (verilog-just-one-space): If there is no space, don't add one.
12203         (verilog-get-lineup-indent-2): Specifically skip just attribute
12204         contexts for expression lineup, rather than skipping all
12205         parenthetical expressions.
12206         (verilog-calculate-indent): Fix comment, and fix indent.
12207         (verilog-do-indent): Indent declarations in lists (suggested by
12208         Joachim Lechner).
12209         (verilog-mode-abbrev-table): Populate abbrev mode with the various
12210         skeleton items.
12211         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12212         by Alain Mellan).
12214 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
12216         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12217         parameters with embedded comments.  Reported by Ray Stevens.
12218         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12219         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12220         Reported by Tim Holt.
12221         (verilog-auto): Fix AUTOing a upper module then AUTOing module
12222         instantiated by upper module causing wrong expansion until AUTOed a
12223         second time.  Reported by K C Buckenmaier.
12224         (verilog-diff-auto): Fix showing .* as a difference when
12225         `verilog-auto-star-save' off.  Reported by Dan Dever.
12226         (verilog-auto-reset, verilog-read-always-signals)
12227         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12228         temporary signals in reset list if
12229         verilog-auto-reset-blocking-in-non is nil, and match assignment
12230         style to each signal's assignment type, bug381.
12231         Reported by Thomas Esposito.
12232         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12233         (verilog-uvm-statement-re): Support UVM indentation and
12234         highlighting, with old OVM keywords only.
12235         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12236         Support AUTOTIEOFF creating non-wire data types.
12237         Suggested by Jonathan Greenlaw.
12238         (verilog-auto-insert-lisp, verilog-delete-to-paren)
12239         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12240         (verilog-inject-sense, verilog-read-inst-pins)
12241         (verilog-read-sub-decls, verilog-read-sub-decls-line):
12242         Fix mismatching parenthesis inside commented out code when deleting
12243         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
12244         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12245         non-numeric vector width.  Reported by Alex Reed.
12246         (verilog-auto-ascii-enum): Add "onehot" option to work around not
12247         detecting signals with parameter widths.  Reported by Alex Reed.
12248         (verilog-auto-delete-trailing-whitespace):
12249         With `verilog-auto-delete-trailing-whitespace' remove trailing
12250         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
12251         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12252         Fix verilog-scan-cache corruption when running user AUTO expansion
12253         hooks that call indentation routines.
12254         (verilog-simplify-range-expression): Fix typo ignoring lower case
12255         identifiers.
12256         (verilog-delete-auto): Fix delete-autos to also remove user created
12257         automatics, as long as they start with AUTO.
12258         (verilog-batch-diff-auto, verilog-diff-auto)
12259         (verilog-diff-function): Add `verilog-diff-auto' and bind to
12260         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
12261         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12262         (verilog-in-paren-quick, verilog-re-search-backward-quick)
12263         (verilog-re-search-forward-quick, verilog-syntax-ppss):
12264         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12265         is disabled and its cache will get corrupt, causing AUTOS not to
12266         expand.  Instead use only -quick functions.
12267         (verilog-scan-region): Fix scanning over escaped quotes.
12268         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12269         (verilog-re-search-backward-quick)
12270         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12271         related functions now ignore strings, to fix misparsing of strings
12272         with magic comments embedded in them.
12273         (verilog-read-auto-template):
12274         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12275         Reported by Brad Dobbie.
12276         (verilog-read-auto-template):
12277         Fix 'verilog-auto-inst-template-numbers' with comments.
12278         Reported by Brad Dobbie.
12279         (verilog-auto-inst, verilog-auto-inst-param)
12280         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12281         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
12282         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12283         debugging templates without merge conflicts, bug357.
12284         Reported by Brad Dobbie.
12285         (verilog-read-auto-template):
12286         Fix verilog-auto-inst-template-numbers with multiple templates.
12287         Reported by Brad Dobbie.
12288         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12289         abbrevs so user won't be asked to save.
12290         (verilog-read-auto-lisp-present): Fix to start at beginning of
12291         buffer in case called outside of verilog-auto.
12292         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12293         to "X-2".  Reported by Matthew Myers.
12294         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12295         all inputs from module templates.  Reported by Leith Johnson.
12296         (verilog-module-inside-filename-p): Fix locating programs as with
12297         modules.
12298         (verilog-auto-inst-port): Fix vl-width expressions when using
12299         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
12300         (verilog-decls-get-regs, verilog-decls-get-signals,
12301         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12302         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12303         verilog-read-decls): Combine reg and wire structures into one var
12304         structure to represent SystemVerilog concepts.
12305         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12306         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12307         (verilog-auto-wire-type, verilog-insert-definition):
12308         Add verilog-auto-wire-type and AUTOLOGIC to support using
12309         SystemVerilog "logic" keyword instead of "wire"/"reg".
12310         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12311         to declares outputs that also have assignments (presumably in an
12312         ifdef or generate if so there's not a driver conflict).
12313         Reported by Matthew Myers.
12314         (verilog-auto-declare-nettype, verilog-insert-definition):
12315         Add verilog-auto-declare-nettype to fix declarations using
12316         `default_nettype none.  Reported by Julian Gorfajn.
12317         (verilog-read-always-signals-recurse, verilog-read-decls)
12318         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12319         malformed end statement, bug325.  Reported by Joshua Wise and
12320         Andrew Drake.
12321         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12322         (verilog-inst-comment-re): Fix not deleting Interfaced comment
12323         when expanding .* in interfaces, bug320.
12324         Reported by Pierre-David Pfister.
12325         (verilog-read-module-name): Fix import statements between module
12326         name and open parenthesis, bug317.
12327         Reported by Pierre-David Pfister.
12328         (verilog-simplify-range-expression): Fix simplification of
12329         multiplications inside AUTOWIRE connections, bug303.
12330         (verilog-auto-inst-port): Support parameter expansion in
12331         multidimensional arrays.
12332         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12333         after "assert property".  Reported by Julian Gorfajn.
12334         (verilog-simplify-range-expression): Fix "couldn't merge" errors
12335         with multiplication, bug303.
12336         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12337         Reported by Jan Frode Lonnum.
12339 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
12341         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12342         (hfy-shell-file-name, hfy-shell):
12343         * international/fontset.el (x-decompose-font-name): Fix typos.
12345 2011-11-29  Ken Brown  <kbrown@cornell.edu>
12347         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12348         (gdb-version): Remove defvar.
12349         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12350         (gdb-gud-context-command, gdb-non-stop-handler)
12351         (gdb-current-context-command, gdb-stopped): Use it.
12352         (gdb-init-1): Enable pretty printing here.
12353         (gdb-non-stop-handler): Don't enable pretty-printing here.
12354         Check to see if the target supports non-stop mode; if not, turn off
12355         non-stop mode.  Use the following.
12356         (gdb-check-target-async): New defun.
12357         (gud-watch, gdb-stopped): Fix whitespace.
12358         (gdb-get-source-file): Don't try to display the source file if
12359         `gdb-main-file' is nil.
12361 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12363         * align.el: Try to generate fewer markers (bug#10047).
12364         (align--set-marker): New macro.
12365         (align-region): Use it.
12367 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12369         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12371 2011-11-29  Chong Yidong  <cyd@gnu.org>
12373         * indent.el (indent-for-tab-command, indent-according-to-mode):
12374         Doc fix.
12375         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
12377 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
12379         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12380         aware of remote file names.  (Bug#10124)
12382 2011-11-29  Chong Yidong  <cyd@gnu.org>
12384         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12386 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12388         * files.el (find-file): Don't use force-same-window (bug#10144).
12389         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12390         use pop-to-buffer if the selected window can't be used.
12391         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12393 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
12395         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12396         special-mode-map.
12398 2011-11-28  Chong Yidong  <cyd@gnu.org>
12400         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12402 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
12404         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12405           gdb-get-source-file-list on gdb-create-source-file-list.
12407 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
12409         * whitespace.el (whitespace-newline): Use a different foreground
12410         color for 16-color light-background displays.
12412 2011-11-24  Chong Yidong  <cyd@gnu.org>
12414         * window.el (display-buffer--special-action): Doc fix.
12416 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
12418         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12419         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12420         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12421         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12422         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12423         (avl-tree-stack-first):
12424         * emacs-lisp/cconv.el (cconv--analyse-use):
12425         * net/gnutls.el (gnutls-negotiate): Fix typos.
12427 2011-11-24  Glenn Morris  <rgm@gnu.org>
12429         * lpr.el (lpr-windows-system, lpr-lp-system):
12430         * mail/binhex.el (binhex-begin-line):
12431         * progmodes/grep.el (grep-history, grep-find-history):
12432         * textmodes/flyspell.el:
12433         * vc/pcvs-defs.el (cvs-global-menu):
12434         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12435         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12436         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12438         * net/tls.el: Fix case of "GnuTLS".
12440         * paths.el (rmail-file-name): Format doc-string for make-docfile.
12442         * version.el (emacs-build-system): Give it a doc-string.
12444 2011-11-24  Juri Linkov  <juri@jurta.org>
12446         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12448 2011-11-24  Glenn Morris  <rgm@gnu.org>
12450         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12451         if called on a non-mime message just toggle the headers.  (Bug#8006)
12453 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
12455         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12456         (allout-lead-with-comment-string, allout-structure-deleted-hook)
12457         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12458         (allout-rebullet-heading, allout-open-sibtopic)
12459         (allout-toggle-current-subtree-encryption)
12460         (allout-toggle-subtree-encryption, allout-encrypt-string)
12461         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12462         (allout-distinctive-bullets-string, allout-auto-activation):
12463         * window.el (window-normalize-buffer-to-display):
12464         * progmodes/verilog-mode.el (verilog-batch-indent):
12465         * textmodes/bibtex.el (bibtex-field-braces-opt)
12466         (bibtex-field-strings-opt):
12467         * vc/cvs-status.el (cvs-tree-merge):
12468         Fix typos.
12470 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
12472         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12473         `non-essential' to t, in order to avoid remote connections.
12475 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
12477         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12478         On MS-DOS and MS-Windows, compare with loaddefs.el
12479         case-insensitively.
12481 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
12483         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
12485 2011-11-23  Glenn Morris  <rgm@gnu.org>
12487         * paths.el (rmail-file-name): Reformat the doc-string so that it
12488         is picked up.
12490         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12491         (rmail-auto-file): Ignore case in the "special" field names,
12492         as mail-fetch-field does for all others.
12494         * mail/rmail.el (rmail-forward):
12495         * mail/rmailkwd.el (rmail-set-label):
12496         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12497         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
12499         * mail/rmail.el (rmail-current-message): Doc fix.
12501         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
12503 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12505         * server.el (server-eval-and-print): Allow C-g (bug#6585).
12507 2011-11-22  Glenn Morris  <rgm@gnu.org>
12509         * mail/rmailmm.el (test-rmail-mime-handler)
12510         (test-rmail-mime-bulk-handler)
12511         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12513 2011-11-21  Juri Linkov  <juri@jurta.org>
12515         * calc/calc.el (calc-read-key-sequence):
12516         Let-bind `input-method-function' to nil.  (Bug#10018)
12518 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12520         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12521         Tell the caller that the next line needs recomputation, even
12522         though it doesn't start a sexp (bug#10094).
12524 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12526         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12528 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12530         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12531         Use force-same-window.
12533 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
12535         * descr-text.el (describe-char-unicode-data):
12536         * json.el (json-string-escape):
12537         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12538         (Footnote-unicode, Footnote-style-p):
12539         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12541 2011-11-20  Chong Yidong  <cyd@gnu.org>
12543         * window.el (replace-buffer-in-windows): Restore interactive spec.
12545 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12547         * electric.el (electric-indent-mode): Fix last change (too optimistic).
12549         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12550         (byte-compile-global-not-obsolete-vars): New var.
12551         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12552         Use it.
12553         (byte-compile-warn-obsolete): Align text with the one in *Help*.
12555 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
12557         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12558         * progmodes/pascal.el (electric-pascal-equal):
12559         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12560         * xml.el (xml-substitute-special): Fix typos.
12562 2011-11-20  Glenn Morris  <rgm@gnu.org>
12564         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12565         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12566         Doc fixes.
12567         (rmail-decode-mime-charset): Mark as obsolete.
12569         * mail/rmailsum.el (rmail-message-regexp-p-1):
12570         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12571         Before using mime functions, check they are set.  (Bug#10077)
12573 2011-11-19  Juri Linkov  <juri@jurta.org>
12575         * info.el (Info-finder-find-node): Use `package--builtins' instead
12576         of `package-alist'.  Use node names formed by the pattern "Keyword "
12577         and the keyword name.
12579 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
12581         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12583 2011-11-19  Juri Linkov  <juri@jurta.org>
12585         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12586         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
12587         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12588         `old-history', `old-history-forward'.  Add let-binding
12589         `window-selected'.  Remove calls to `kill-buffer',
12590         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
12591         before calling `Info-find-node', so `Info-find-node-2' will reread
12592         the Info file.  Restore window positions only when `window-selected'
12593         is non-nil.
12595 2011-11-19  Juri Linkov  <juri@jurta.org>
12597         * isearch.el (isearch-lazy-highlight-new-loop):
12598         Remove condition `(not isearch-error)'.  (Bug#9918)
12600         * misearch.el (multi-isearch-search-fun): Add condition
12601         `(not bound)' to ignore lazy-highlighting search.
12602         Add the search-failed message "end of multi" when the end of
12603         multi-sequence is reached.  Uncapitalize the search-failed
12604         message "Repeat for next buffer".
12606         * info.el (Info-search): Add the search-failed message
12607         "end of the manual" when the end of the manual is reached
12608         in Isearch mode.
12610 2011-11-19  Juri Linkov  <juri@jurta.org>
12612         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12613         Use non-destructive `remove' instead of `delete' because
12614         `Info-history-list' stored to `Info-isearch-initial-history-list' in
12615         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12617 2011-11-19  Juri Linkov  <juri@jurta.org>
12619         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12620         to nil instead of binding `search-ring' and `regexp-search-ring'.
12621         (Bug#9185)
12623 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
12625         * simple.el (line-move): Force movement by logical lines for any
12626         hscrolled window, not only when auto-hscroll-mode is on.
12627         (line-move-visual): Update doc string to that effect.  (Bug#10076)
12629 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
12631         * language/european.el (macintosh): Define as alias for mac-roman.
12633 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
12635         * mail/rmailmm.el (rmail-mime-display-header)
12636         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12637         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12638         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12639         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12640         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12641         of a raw aref.
12642         (rmail-mime-entity-segment): To get past the tagline, move forward
12643         2 more lines, to account for the 2 empty lines that precede and
12644         follow the line with the buttons.
12645         (rmail-mime-update-tagline): Move one more line, to get past the
12646         empty line that follows the buttons in the tagline.  (Bug#9520)
12648 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
12650         * window.el (window-max-delta-1, window-min-delta-1)
12651         (window-min-size-1, window-state-get-1, window-state-put-1)
12652         (window-state-put-2): Use "window--" prefix.
12654 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12656         * emacs-lisp/smie.el: Improve warnings and conflict detection.
12657         (smie-warning-count): New var.
12658         (smie-set-prec2tab): Use it.
12659         (smie-bnf->prec2): Improve warnings.  Add docstring.
12660         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12661         (smie-bnf--set-class): New function.
12662         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
12663         corner case.
12665         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12666         (compilation-error-properties, compilation-move-to-column):
12667         Handle compilation-first-column while in the target buffer.
12669         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12670         Don't hardcode point-min==1.
12672         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12673         (eshell-rewrite-for-command): Remove workaround.
12674         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12675         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12676         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12678         * files-x.el (modify-file-local-variable): Obey commenting conventions.
12680 2011-11-17  Glenn Morris  <rgm@gnu.org>
12682         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12683         Ignore buffer-local generated-autoload-file if it is the same
12684         as the global value.  (Bug#10049)
12686 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
12688         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12689         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12690         (reftex-toc-previous-heading, reftex-toc-max-level)
12691         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12692         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12693         (reftex-toc-do-promote, reftex-toc-promote-prepare)
12694         (reftex-toc-promote-action, reftex-toc-extract-section-number)
12695         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12696         (reftex-toc-rename-label, reftex-toc-visit-location)
12697         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12698         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12699         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12700         leaving "*toc*" only for references to the buffer.
12702 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
12704         * window.el (window-resize, delete-window, split-window):
12705         Replace window-splits by window-combination-resize.
12706         * cus-start.el (window-splits): Replace by window-combination-resize.
12708 2011-11-17  Glenn Morris  <rgm@gnu.org>
12710         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12711         Make bash entry derive from sh entry, not shell entry.
12713 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
12715         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12716         local file name.
12718 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
12720         * menu-bar.el (menu-bar-file-menu):
12721         * printing.el (pr-ps-utility):
12722         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12723         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12724         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12725         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12726         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12727         (icalendar--convert-cyclic-to-ical)
12728         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12729         (icalendar--convert-ical-to-diary)
12730         (icalendar--convert-recurring-to-diary)
12731         (icalendar--convert-non-recurring-all-day-to-diary)
12732         (icalendar-import-format-sample):
12733         * progmodes/idlw-shell.el (idlwave-shell-mode):
12734         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12735         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12736         (vhdl-ps-print-init): Fix typos.
12738 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
12740         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12741         FSF and collapse date sequence, obscure author/maintainer email address
12742         better, remove extra version line, track relocation of author's webpage.
12744         * progmodes/python.el (python-pdbtrack-input-prompt)
12745         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12746         regular python pdb prompts.  Adjustments shamelessly taken exactly as
12747         suggested in EmacsWiki page (tiny change):
12748         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12750 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
12752         * expand.el (expand-pos, expand-index, expand-point):
12753         Remove redundant info from docstring.
12754         (expand-add-abbrevs): Doc fix.
12755         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12756         (expand-sample-perl-mode-expand-list): Fix typos.
12758         * net/dbus.el (dbus-event-member-name):
12759         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12760         * term/pc-win.el (msdos-create-frame-with-faces):
12761         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12763 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
12765         * window.el (split-window, window-state-get-1)
12766         (window-state-put-1, window-state-put-2): Rename occurrences of
12767         window-nest to window-combination-limit.
12768         * cus-start.el (window-nest): Rename to window-combination-limit.
12770 2011-11-16  Chong Yidong  <cyd@gnu.org>
12772         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12773         regexp (Bug#10033).
12775 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12777         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12778         `completing-read' will remove *Completions* and will preserve
12779         current-buffer for us.
12780         (tmm-add-prompt): Users of *Completions* will always (re)set its
12781         major mode.
12782         (tmm-old-comp-map): Remove.
12784 2011-11-16  Glenn Morris  <rgm@gnu.org>
12786         * mail/rmailedit.el: Require rmailmm when compiling.
12787         (rmail-old-mime-state): New declaration.
12788         (rmail-edit-current-message): If editing a mime message,
12789         edit the "raw" message from the mbox buffer.
12790         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
12792 2011-11-15  Glenn Morris  <rgm@gnu.org>
12794         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12795         which wasn't being used.  Add optional arg to force given state.
12796         (rmail-mime): Add optional arg to force given state.
12798 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12800         * allout.el (allout-encryption-plaintext-sanitization-regexps):
12801         * frame.el (display-mm-dimensions-alist):
12802         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12803         (outline-move-subtree-down):
12804         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12805         (newsticker--treeview-do-get-node):
12806         * net/quickurl.el (quickurl-list-buffer-name):
12807         * progmodes/dcl-mode.el (dcl-mode):
12808         * progmodes/gdb-mi.el (gdb-mapcar*):
12809         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12811 2011-11-15  Glenn Morris  <rgm@gnu.org>
12813         * mail/rmail.el (rmail-file-coding-system): It's only ever used
12814         in a boolean sense, so just make it a boolean, and fix the doc.
12815         (rmail-show-mime-function, rmail-mime-feature)
12816         (rmail-require-mime-maybe): Doc fixes.
12817         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12819         * mail/rmailmm.el (rmail-show-mime): Doc fix.
12821 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
12823         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12824         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12825         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12826         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12828 2011-11-15  Glenn Morris  <rgm@gnu.org>
12830         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12831         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12832         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12833         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12834         (rmail-mime, rmail-show-mime): Doc fixes.
12836         * term/ns-win.el (mode-line-frame-identification):
12837         Leave it alone.  (Bug#10051)
12839         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
12841         * mail/rmailout.el (rmail-output-to-rmail-buffer):
12842         Handle empty buffers.  (Bug#9978)
12844 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
12846         * international/mule.el (define-charset):
12847         * mail/rmailmm.el (rmail-mime-find-header-encoding):
12848         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12849         * progmodes/verilog-mode.el (verilog-backward-token):
12850         * textmodes/ispell.el (lookup-words):
12851         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12853 2011-11-14  Glenn Morris  <rgm@gnu.org>
12855         * progmodes/executable.el
12856         (executable-make-buffer-file-executable-if-script-p):
12857         Handle file-modes returning nil.
12859         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12860         message - not necessary, and causes problems.  (Bug#9831)
12862         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12864         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12866         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12867         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
12868         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12870 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
12872         * window.el (window-resize, delete-window): Use window-splits
12873         variable instead of function.
12874         (window-state-get-1, window-state-put-2, window-state-put):
12875         Don't deal with windows' splits status.
12877 2011-11-12  Glenn Morris  <rgm@gnu.org>
12879         * apropos.el (apropos-do-all, apropos-library, apropos-value)
12880         (apropos-documentation): Doc fixes.
12882 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
12884         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12885         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12887 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12889         * electric.el (electric-indent-post-self-insert-function): Make it
12890         possible for a char to only indent in some circumstances.
12891         (electric-indent-mode): Simplify.
12893 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
12895         * window.el (windows-with-parameter): Remove unused function.
12896         (windows-at-side): Rename to window-at-side-list.
12897         (window-check, window-atom-check, window-atom-check-1)
12898         (window-side-check, window-size-ignore, window-size-fixed-1)
12899         (window-in-direction-2): Prefix with "window--".
12900         (window-tree-1): Rename to window--subtree, fix doc-string.
12902 2011-11-11  Glenn Morris  <rgm@gnu.org>
12904         * subr.el (eval-after-load): If FILE is already loaded,
12905         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
12907 2011-11-10  Glenn Morris  <rgm@gnu.org>
12909         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12910         Call svn via vc-svn-command rather than vc-do-command.
12911         (vc-svn-command): Add --non-interactive.  (Bug#9993)
12912         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12914         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12915         Add toggle-read-only.  (Bug#7292)
12916         * files.el (toggle-read-only): Mention that it should only
12917         be used interactively.  (Bug#10006)
12919 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12921         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12922         Adjust regexp for OCaml warnings.
12924         * electric.el (electric-pair-post-self-insert-function): Let user
12925         turn it off buffer-locally (bug#9932).
12927         * progmodes/python.el (python-beginning-of-statement):
12928         Rewrite (bug#2703).
12930         * progmodes/compile.el: Better handle TABs (bug#9749).
12931         (compilation-internal-error-properties)
12932         (compilation-next-error-function): Obey the target buffer's
12933         compilation-error-screen-columns.
12935 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
12937         * progmodes/meta-mode.el: Remove obsolete comments.
12938         (meta-right-comment-regexp, meta-ignore-comment-regexp):
12939         Fix typos in docstrings.
12941 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
12943         * window.el (window-size-fixed-p): Rewrite doc-string.
12944         (window-resizable-p): Rename to window--resizable-p.  Update callers.
12945         (window--resizable): New function.  Make all callers of
12946         window-resizable call window--resizable instead.
12947         (window-resizable): Rewrite in terms of window--resizable.
12949 2011-11-08  Glenn Morris  <rgm@gnu.org>
12951         * progmodes/delphi.el (delphi-mode-syntax-table):
12952         Let define-derived-mode define a proper syntax table.  (Bug#9994)
12954 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12956         * window.el: Stay away from defsubst.
12957         (window-list-no-nils): Remove.
12958         (window-state-get-1, window-state-get): Use backquote instead.
12960 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12962         * emacs-lisp/find-func.el (find-function-read):
12963         Fix incorrect use of default argument in `completing-read'.
12965 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
12967         * window.el (display-buffer-function, special-display-function):
12968         Mention display-buffer-record-window but do not mention
12969         help-setup parameter in doc-strings.
12970         (window-min-delta): Fix doc-string typo.
12972 2011-11-08  Chong Yidong  <cyd@gnu.org>
12974         * window.el (window-total-height, window-total-width): Doc fix.
12975         (window-body-size): Move from C.
12976         (window-body-height, window-body-width): Move to C.
12978 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12980         * window.el: Make special-display like display-buffer-alist (bug#9532).
12981         (display-buffer--special-action): New function, morphed
12982         from display-buffer--special.
12983         (display-buffer): Use it to handle special-display-buffers at higher
12984         priority (just after display-buffer-alist).
12985         (display-buffer-fallback-action, display-buffer--other-frame-action)
12986         (pop-to-buffer-same-window): Remove display-buffer--special.
12988 2011-11-07  Glenn Morris  <rgm@gnu.org>
12990         * calendar/cal-menu.el (cal-menu-set-date-title):
12991         Do nothing if not in a calendar.  (Bug#9976)
12993 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12995         * files.el (find-file): Always use selected-window.
12997 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
12999         * window.el (window-combinations): Make WINDOW argument
13000         mandatory.  Rewrite doc-string.
13001         (walk-window-subtree, window-atom-check, window-min-delta)
13002         (window-max-delta, window--resize-this-window)
13003         (window--resize-root-window-vertically, window-tree)
13004         (balance-windows, window-state-put): Rewrite doc-strings as to
13005         not mention the term "subwindow".
13006         (window--resize-subwindows-skip-p): Rename to
13007         window--resize-child-windows-skip-p.
13008         (window--resize-subwindows-normal): Rename to
13009         window--resize-child-windows-normal.
13010         (window--resize-subwindows): Rename to
13011         window--resize-child-windows.
13012         (window-or-subwindow-p): Rename to window--in-subtree-p.
13014 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13016         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13017         Ensure that mbox format messages end in two newlines (Bug#9974).
13019 2011-11-06  Chong Yidong  <cyd@gnu.org>
13021         * window.el (window-combination-p): Function deleted; its
13022         side-effect is not used in any existing code.
13023         (window-combinations, window-combined-p): Call window-*-child
13024         directly.
13026 2011-11-05  Chong Yidong  <cyd@gnu.org>
13028         * window.el (window-valid-p): Rename from window-any-p.
13029         (window-size-ignore, window-state-get): Callers changed.
13030         (window-normalize-window): Rename from window-normalize-any-window.
13031         New arg LIVE-ONLY, replacing window-normalize-live-window.
13032         (window-normalize-live-window): Delete.
13033         (window-combination-p, window-combined-p, window-combinations)
13034         (walk-window-subtree, window-atom-root, window-min-size)
13035         (window-sizable, window-sizable-p, window-size-fixed-p)
13036         (window-min-delta, window-max-delta, window-resizable)
13037         (window-resizable-p, window-full-height-p, window-full-width-p)
13038         (window-current-scroll-bars, window-point-1, set-window-point-1)
13039         (window-at-side-p, window-in-direction, window-resize)
13040         (adjust-window-trailing-edge, maximize-window, minimize-window)
13041         (window-deletable-p, delete-window, delete-other-windows)
13042         (record-window-buffer, unrecord-window-buffer)
13043         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13044         (quit-window, split-window, window-state-put)
13045         (set-window-text-height, fit-window-to-buffer)
13046         (shrink-window-if-larger-than-buffer): Callers changed.
13048 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
13050         * mail/rmail.el (rmail-simplified-subject): Decode subject with
13051         rfc2047-decode-string.
13052         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13053         warnings.
13055         * window.el (window-body-height, window-body-width): Mention in
13056         the doc string that the return values are in frame's canonical
13057         units.  (Bug#9949)
13059 2011-11-03  Alan Mackenzie  <acm@muc.de>
13061         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13062         change in cc-engine.el.
13064 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13066         * window.el (switch-to-buffer): Use `force-same-window' interactively.
13068 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
13070         * window.el (quit-window): Call unrecord-window-buffer after
13071         showing another buffer in the window.  (Bug#9937)
13072         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13074 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
13076         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13077         Accept status with more than 9 shelves.  (Bug#9935)
13078         Reported by Colin D Bennett <colin@gibibit.com>.
13080 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
13082         * help.el (with-help-window): Don't reference
13083         temp-buffer-show-specifiers in doc-string.
13085 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
13087         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13088         menu-item.
13090 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13092         * whitespace.el: New version 13.2.2.
13093         (whitespace-newline-mode): Disable properly.  Reported by Sarah
13094         <EmacsWiki>.
13096 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
13098         * net/newst-treeview.el: Remove "Time-stamp".
13099         (newsticker--group-manage-orphan-feeds): Do not call
13100         newsticker--treeview-tree-update.
13101         (newsticker-treeview-update, newsticker-treeview):
13102         Call newsticker--treeview-tree-update if necessary.
13104 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
13106         * window.el (window-iso-combination-p, window-iso-combined-p)
13107         (window-iso-combinations): Remove "iso-" infix.
13108         Suggested by Chong Yidong.
13109         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13110         (window-max-delta-1, window-resize, window--resize-siblings)
13111         (window--resize-this-window, adjust-window-trailing-edge)
13112         (split-window, balance-windows-1)
13113         (shrink-window-if-larger-than-buffer):
13114         * calendar/calendar.el (calendar-generate-window):
13115         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13117 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13119         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13120         in place (bug#9907).
13121         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13122         (eshell-rewrite-if-command, eshell-rewrite-for-command)
13123         (eshell-structure-basic-command, eshell-rewrite-while-command)
13124         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13125         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13126         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13127         (eshell-do-pipelines-synchronously, eshell-eval-command):
13128         Use backquotes and prefer setq to set.
13129         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13130         (eshell-macrop): Use functionp.
13131         (eshell-do-eval): Handle multiple expressions in `while' body.
13133 2011-10-30  Chong Yidong  <cyd@gnu.org>
13135         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13136         instead of set-mark (Bug#9810).
13138 2011-10-30  Chong Yidong  <cyd@gnu.org>
13140         * window.el (split-window-below, split-window-right): Rename from
13141         split-window-above-each-other and split-window-side-by-side
13142         respectively.  All callers changed.
13143         (split-window-sensibly, split-window-sensibly): Use them.
13144         (split-window-keep-point): Doc fix.
13146         * isearch.el: Add isearch-scroll property to split-window-below
13147         and split-window-right.
13149         * follow.el (follow-mode):
13150         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13151         * progmodes/ada-xref.el (ada-gdb-application):
13152         * emulation/vip.el (vip-buffer-in-two-windows):
13153         * image-dired.el (image-dired-dired-with-window-configuration):
13154         * dired-x.el (dired-do-find-marked-files):
13155         * dired.el (dired-pop-to-buffer):
13156         * bs.el (bs--show-with-configuration):
13157         * vc/emerge.el (emerge-setup-windows):
13158         * textmodes/two-column.el (2C-two-columns):
13159         * textmodes/reftex-toc.el (reftex-toc):
13160         * progmodes/gdb-mi.el (gdb-setup-windows):
13161         * progmodes/fortran.el (fortran-window-create):
13162         * net/newst-treeview.el (newsticker--treeview-window-init):
13163         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13164         * emulation/tpu-edt.el (tpu-gold-map):
13165         * emulation/crisp.el (crisp-mode-map):
13166         * calendar/calendar.el (calendar-basic-setup): Callers changed.
13168 2011-10-29  Chong Yidong  <cyd@gnu.org>
13170         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13172         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13174         * textmodes/flyspell.el (flyspell-word): Fix char offset for
13175         forged Ispell output (Bug#7904).
13177         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13179 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * doc-view.el: Avoid ugly errors about not finding nil.
13182         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13183         (doc-view-dvipdf-program, doc-view-unoconv-program)
13184         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13185         Avoid nil or absolute file name as default value.
13186         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13188 2011-10-28  Alan Mackenzie  <acm@muc.de>
13190         * progmodes/cc-defs.el (c-version): -> 5.32.2.
13192 2011-10-28  Alan Mackenzie  <acm@muc.de>
13194         Amend the handling of c-beginning/end-of-defun in nested declaration
13195         scopes.
13197         * progmodes/cc-vars.el (c-defun-tactic): Move here from
13198         cc-langs.el.  Change it to a defcustom.
13200         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13201         cc-vars.el.
13203         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13204         Prevent "class foo : bar" being spuriously recognized as a label.
13206         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13207         Add parameter `inclusive' (to include enclosing braces in the region).
13208         (c-widen-to-enclosing-decl-scope): New function.
13209         (c-while-widening-to-decl-block): New macro.
13210         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13211         outward for defun boundaries, and correspondingly change symbol
13212         `respect-enclosure' to `go-outward'.
13213         (c-declaration-limits): Change algorithm to report only the "innermost"
13214         defun's boundaries.
13216 2011-10-28  Deniz Dogan  <deniz@dogan.se>
13218         * net/rcirc.el (rcirc-mode): Use hard newlines.
13220 2011-10-28  Alan Mackenzie  <acm@muc.de>
13222         Amend to indent and fontify macros "which include their own semicolon"
13223         correctly, using the "virtual semicolon" mechanism.
13225         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13227         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13228         Recode to scan one line at a time rather than having \n and \r
13229         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13230         (c-forward-label): Amend for virtual semicolons.
13231         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13233         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13234         of the new C macros.
13236         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13237         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13238         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13239         (c-opt-cpp-macro-define): Make into a full language variable.
13240         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13241         AWK Mode (including \n, \r) removed, no longer needed.
13243         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13244         Invoke c-make-macro-with-semi-re.
13246         * progmodes/cc-vars.el (c-macro-with-semi-re):
13247         (c-macro-names-with-semicolon): New variables.
13248         (c-make-macro-with-semi-re): New function.
13250 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13252         * vc/log-edit.el: Fill empty field rather than adding new one.
13253         (log-edit-add-field): New function.
13254         (log-edit-insert-changelog): Use it.
13256 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13258         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13260 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13262         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13263         (gdb--check-interpreter): New function.
13264         (gdb): Use it.
13266 2011-10-27  Glenn Morris  <rgm@gnu.org>
13268         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13269         (least-positive-float, least-negative-float)
13270         (least-positive-normalized-float, least-negative-normalized-float)
13271         (float-epsilon, float-negative-epsilon):
13272         Remove unnecessary declarations.
13274         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13275         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13276         (least-positive-float, least-negative-float)
13277         (least-positive-normalized-float, least-negative-normalized-float)
13278         (float-epsilon, float-negative-epsilon): Add doc-strings,
13279         based on those in cl.texi.
13281         * files.el (set-visited-file-name): If the major-mode changed,
13282         reload the local variables.  (Bug#9796)
13284 2011-10-27  Chong Yidong  <cyd@gnu.org>
13286         * subr.el (change-major-mode-after-body-hook): New hook.
13287         (run-mode-hooks): Run it.
13289         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13290         Use change-major-mode-before-body-hook.
13292         * simple.el (fundamental-mode):
13293         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13294         change introducing fundamental-mode-hook.
13296 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
13298         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13300 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
13302         * ido.el (ido-file-name-all-completions-1): Do not require
13303         tramp.el explicitly.  (Bug#7583)
13305 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * progmodes/octave-mod.el:
13308         * progmodes/octave-inf.el: Update maintainer.
13310 2011-10-26  Chong Yidong  <cyd@gnu.org>
13312         * subr.el (with-wrapper-hook): Rewrite doc.
13314 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
13316         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13317         filenames "/method:foo:".  (Bug#9793)
13319 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13322         (bug#9865).
13324 2011-10-24  Glenn Morris  <rgm@gnu.org>
13326         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
13328 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
13330         * notifications.el: Add the requirement of a running D-Bus session
13331         bus to the Commentary.
13333 2011-10-24  Juri Linkov  <juri@jurta.org>
13335         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13336         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13337         (Bug#9364)
13339 2011-10-24  Juri Linkov  <juri@jurta.org>
13341         * info.el (Info-following-node-name-re): Add newline to the list
13342         of allowed characters for leading space.  (Bug#9824)
13344 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13346         * progmodes/octave-inf.el (inferior-octave-mode-map):
13347         Fix C-c C-h binding.
13348         * progmodes/octave-mod.el (octave-help): Remove.
13350 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
13352         Sync with Tramp 2.2.3.
13354         * net/tramp-cache.el (top): Pacify byte-compiler using
13355         `init-file-user' and `site-run-file'.
13357         * net/trampver.el: Update release number.
13359 2011-10-23  Chong Yidong  <cyd@gnu.org>
13361         * files.el (toggle-read-only): Remove obsolete comment about
13362         version control.
13364         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13365         for toggle-read-only.  Note that this hasn't called vc-next-action
13366         since 2008-05-02, though it wasn't documented at the time.
13368         * vc/ediff-init.el (ediff-toggle-read-only-function):
13369         Use toggle-read-only.
13371 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
13373         Fix bug #9560, sporadic wrong indentation; improve instrumentation
13374         of c-parse-state.
13376         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13377         correct faulty logical expression.
13378         (c-parse-state-state, c-record-parse-state-state):
13379         (c-replay-parse-state-state): New defvar/defuns.
13380         (c-debug-parse-state): Use new functions.
13382 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
13384         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13385         last fix.  Use window-in-direction correctly.
13387 2011-10-21  Chong Yidong  <cyd@gnu.org>
13389         * progmodes/idlwave.el (idlwave-mode):
13390         * progmodes/vera-mode.el (vera-mode): No need to set
13391         require-final-newline; that's done in prog-mode.
13392         Suggested by Stefan Monnier.
13394 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
13396         * mouse.el (mouse-drag-window-above)
13397         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13398         (mouse-drag-mode-line-1, mouse-drag-header-line)
13399         (mouse-drag-vertical-line-rightward-window): Remove.
13400         (mouse-drag-line): New function.
13401         (mouse-drag-mode-line, mouse-drag-header-line)
13402         (mouse-drag-vertical-line): Call mouse-drag-line.
13403         * window.el (window-at-side-p, windows-at-side): New functions.
13405 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
13407         * tar-mode.el (tar-grind-file-mode):
13408         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
13410 2011-10-21  Chong Yidong  <cyd@gnu.org>
13412         * progmodes/idlwave.el (idlwave-mode):
13413         * progmodes/vera-mode.el (vera-mode):
13414         Use mode-require-final-newline.
13416 2011-10-20  Glenn Morris  <rgm@gnu.org>
13418         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
13420 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
13422         * emulation/cua-base.el (cua-set-mark): Fix case of string.
13424 2011-10-20  Chong Yidong  <cyd@gnu.org>
13426         * emulation/cua-base.el (cua-mode):
13427         * mail/footnote.el (footnote-mode):
13428         * mail/mailabbrev.el (mail-abbrevs-mode):
13429         * net/xesam.el (xesam-minor-mode):
13430         * progmodes/bug-reference.el (bug-reference-mode):
13431         * progmodes/cap-words.el (capitalized-words-mode):
13432         * progmodes/compile.el (compilation-minor-mode)
13433         (compilation-shell-minor-mode):
13434         * progmodes/gud.el (gud-tooltip-mode):
13435         * progmodes/hideif.el (hide-ifdef-mode):
13436         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13437         * progmodes/subword.el (subword-mode):
13438         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13439         * progmodes/which-func.el (which-function-mode):
13440         * term/tvi970.el (tvi970-set-keypad-mode):
13441         * term/vt100.el (vt100-wide-mode):
13442         * textmodes/flyspell.el (flyspell-mode):
13443         * textmodes/ispell.el (ispell-minor-mode):
13444         * textmodes/nroff-mode.el (nroff-electric-mode):
13445         * textmodes/paragraphs.el (use-hard-newlines):
13446         * textmodes/refill.el (refill-mode):
13447         * textmodes/reftex.el (reftex-mode):
13448         * textmodes/rst.el (rst-minor-mode):
13449         * textmodes/sgml-mode.el (html-autoview-mode)
13450         (sgml-electric-tag-pair-mode):
13451         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13452         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13453         * emulation/crisp.el (crisp-mode):
13454         * emacs-lisp/eldoc.el (eldoc-mode):
13455         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13456         minor mode behavior.
13458 2011-10-19  Juri Linkov  <juri@jurta.org>
13460         * descr-text.el (describe-char): Add #x2010 and #x2011 to
13461         the list of hard-coded chars with escape-glyph face.
13463 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13465         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13467 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
13469         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13470         running process.
13472 2011-10-19  Glenn Morris  <rgm@gnu.org>
13474         * vc/vc-bzr.el (vc-bzr-after-dir-status):
13475         Ignore ignored files.  (Bug#9726)
13477 2011-10-19  Chong Yidong  <cyd@gnu.org>
13479         Doc fix for minor modes, stating that an omitted argument enables
13480         the mode unconditionally when called from Lisp.
13482         * abbrev.el (abbrev-mode):
13483         * allout.el (allout-mode):
13484         * autoinsert.el (auto-insert-mode):
13485         * autoarg.el (autoarg-mode, autoarg-kp-mode):
13486         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13487         (global-auto-revert-mode):
13488         * battery.el (display-battery-mode):
13489         * composite.el (global-auto-composition-mode)
13490         (auto-composition-mode):
13491         * delsel.el (delete-selection-mode):
13492         * desktop.el (desktop-save-mode):
13493         * dired-x.el (dired-omit-mode):
13494         * dirtrack.el (dirtrack-mode):
13495         * doc-view.el (doc-view-minor-mode):
13496         * double.el (double-mode):
13497         * electric.el (electric-indent-mode, electric-pair-mode):
13498         * emacs-lock.el (emacs-lock-mode):
13499         * epa-hook.el (auto-encryption-mode):
13500         * follow.el (follow-mode):
13501         * font-core.el (font-lock-mode):
13502         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13503         * help.el (temp-buffer-resize-mode):
13504         * hilit-chg.el (highlight-changes-mode)
13505         (highlight-changes-visible-mode):
13506         * hi-lock.el (hi-lock-mode):
13507         * hl-line.el (hl-line-mode, global-hl-line-mode):
13508         * icomplete.el (icomplete-mode):
13509         * ido.el (ido-everywhere):
13510         * image-file.el (auto-image-file-mode):
13511         * image-mode.el (image-minor-mode):
13512         * iswitchb.el (iswitchb-mode):
13513         * jka-cmpr-hook.el (auto-compression-mode):
13514         * linum.el (linum-mode):
13515         * longlines.el (longlines-mode):
13516         * master.el (master-mode):
13517         * mb-depth.el (minibuffer-depth-indicate-mode):
13518         * menu-bar.el (menu-bar-mode):
13519         * minibuf-eldef.el (minibuffer-electric-default-mode):
13520         * mouse-sel.el (mouse-sel-mode):
13521         * msb.el (msb-mode):
13522         * mwheel.el (mouse-wheel-mode):
13523         * outline.el (outline-minor-mode):
13524         * paren.el (show-paren-mode):
13525         * recentf.el (recentf-mode):
13526         * reveal.el (reveal-mode, global-reveal-mode):
13527         * rfn-eshadow.el (file-name-shadow-mode):
13528         * ruler-mode.el (ruler-mode):
13529         * savehist.el (savehist-mode):
13530         * scroll-all.el (scroll-all-mode):
13531         * scroll-bar.el (scroll-bar-mode):
13532         * server.el (server-mode):
13533         * shell.el (shell-dirtrack-mode):
13534         * simple.el (auto-fill-mode, transient-mark-mode)
13535         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13536         (line-number-mode, column-number-mode, size-indication-mode)
13537         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13538         * strokes.el (strokes-mode):
13539         * time.el (display-time-mode):
13540         * t-mouse.el (gpm-mouse-mode):
13541         * tool-bar.el (tool-bar-mode):
13542         * tooltip.el (tooltip-mode):
13543         * type-break.el (type-break-mode-line-message-mode)
13544         (type-break-query-mode):
13545         * view.el (view-mode):
13546         * whitespace.el (whitespace-mode, whitespace-newline-mode)
13547         (global-whitespace-mode, global-whitespace-newline-mode):
13548         * xt-mouse.el (xterm-mouse-mode): Doc fix.
13550         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13551         Fix autogenerated docstring.
13553 2011-10-19  Juri Linkov  <juri@jurta.org>
13555         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13556         by checking environment variables "DESKTOP_SESSION" and
13557         "XDG_CURRENT_DESKTOP".  (Bug#9779)
13559 2011-10-19  Juri Linkov  <juri@jurta.org>
13561         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13562         (browse-url-chromium-program, browse-url-chromium-arguments):
13563         New defcustoms.
13564         (browse-url-default-browser): Check for `browse-url-chromium' and
13565         call `browse-url-chromium-program'.
13566         (browse-url-chromium): New command.  (Bug#9779)
13568 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
13570         * facemenu.el (list-colors-duplicates): On Windows, detect more
13571         duplicates by assuming that only colors matching "^System" are
13572         special "system colors".  (Bug#9722)
13574 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13576         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13577         to distinguish the author from the committer.
13579 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
13581         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13583 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13585         * international/mule.el (sgml-html-meta-auto-coding-function):
13586         Add support for detecting encoding in HTML5 specified only as
13587         <meta charset="UTF-8">.  Implementation just makes http-equiv and
13588         content-type parts from HTML4 encoding string optional.  (Bug#9716)
13590 2011-10-18  Glenn Morris  <rgm@gnu.org>
13592         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
13594 2011-10-18  Chong Yidong  <cyd@gnu.org>
13596         * faces.el (cursor): Doc fix.
13598 2011-10-17  Chong Yidong  <cyd@gnu.org>
13600         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13602 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
13604         * dirtrack.el (dirtrack): Support shell buffers with path
13605         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
13607 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
13609         * json.el: Bump version to 1.3 and note change in History.
13610         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13612 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * comint.el (comint-insert-input, comint-send-input)
13615         (comint-get-old-input-default, comint-backward-matching-input)
13616         (comint-next-prompt): Use nil instead of `input' for field property of
13617         past user input (bug#114).
13619         * minibuffer.el (completion--replace): Inherit surrounding properties
13620         (bug#114).
13621         (minibuffer-complete-and-exit): Use it.
13623         * comint.el (comint--table-subvert): Quote the all-completions output
13624         (bug#9160).
13626 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
13628         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13630         * menu-bar.el (menu-bar-file-menu): Add entry for making new
13631         window on right of selected.  (Bug#9350) Reword other window
13632         entries and separate them from frame entries.
13634 2011-10-15  Glenn Morris  <rgm@gnu.org>
13636         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13637         Doc fixes.
13639 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
13641         * net/network-stream.el (network-stream-open-starttls):
13642         Improve detection of failure due to lack of TLS support.
13644         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13645         putting the input text in front and in bold.
13647 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13649         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13651         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13652         empty buffer.
13654         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13655         unread-command-events rather than pushing yet-another event.
13657 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
13659         * mail/sendmail.el (sendmail-query-once): Improve the wording of
13660         the explanation of the possible choices.  Make the options passed
13661         to completing-read shorter.
13663 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13665         * textmodes/flyspell.el (flyspell-large-region): Make sure
13666         extended character mode is used if defined (Bug#1339).
13668 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
13670         * simple.el (what-cursor-position): Fix the display of the
13671         character info for LRE, LRO, RLE, and RLO characters by appending
13672         an invisible PDF.
13674 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13676         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13677         even in case of error; add debug spec; simplify data flow.
13678         (with-timeout-handler): Remove.
13680 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
13682         Fix Bug#6019, Bug#9315.
13684         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13685         complete `buffer-file-name', the local file name part could look
13686         remotely (for example on VMS).
13688         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13689         `tramp-run-real-handler'.
13690         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13691         already quoted by '"'.
13693         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13694         Let `file-name-handler-alist' be nil, the local file name part
13695         could look remotely (for example on VMS).
13697 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13700         from here...
13701         (flyspell-post-command-hook): ...to here.
13703 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13705         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13706         if not needed.
13707         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
13708         using completion.  Protect against "slow" callers.
13709         Remove the "message hack".
13711 2011-10-11  Juri Linkov  <juri@jurta.org>
13713         * isearch.el (isearch-lazy-highlight-word): New variable.
13714         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13715         Use it.  (Bug#9727)
13717 2011-10-11  Glenn Morris  <rgm@gnu.org>
13719         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13720         like f90-previous-statement does.
13722 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13724         * eshell/eshell.el (eshell-command): History should be saved
13725         only in interactive use, to avoid error.
13727 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13729         * minibuffer.el (completion-file-name-table): Fix last change,
13730         i.e. ignore normal errors but not the other ones.
13732 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
13734         * window.el (special-display-buffer-names)
13735         (special-display-regexps): Remove some remnants of earlier
13736         changes from doc-strings.
13737         (quit-windows-on): New function.
13739         * vc/vc.el (vc-revert, vc-rollback):
13740         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13741         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
13742         (Bug#6183) (Bug#7074) (Bug#7447)
13744 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
13746         * window.el (frame-auto-hide-function): Add version tag.
13747         (Bug#9699)
13749 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
13751         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13752         condition.
13754 2011-10-09  Leo Liu  <sdl.web@gmail.com>
13756         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13757         (Bug#9701)
13759 2011-10-08  Glenn Morris  <rgm@gnu.org>
13761         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13762         before the first code statement zero indent.  (Bug#9690)
13764 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
13766         * simple.el (count-words-region): Always count in the region.
13767         Report the number of lines and characters too.
13768         (count-words): New command, which counts in the buffer if the
13769         region is inactive, as count-words-region used to.
13770         (count-words--message): New function.  Handle plurals.
13771         (count-lines-region): Make it an alias for count-words-region.
13773         * bindings.el (esc-map): Replace count-lines-region with
13774         count-words-region.
13776 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
13778         * window.el (window--delete): Delete dedicated frame
13779         unconditionally when argument KILL is non-nil.  (Bug#9699)
13780         (switch-to-buffer): Fix doc-string typo.
13782 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13784         * eshell/eshell.el (eshell-command): Avoid using hooks.
13786 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
13788         * bindings.el ([M-left],[M-right]): Bind to left-word and
13789         right-word respectively.
13791 2011-10-07  Glenn Morris  <rgm@gnu.org>
13793         * cus-start.el (debug-on-quit): Fix custom type.
13795 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13797         * subr.el (define-key-after): Clarify that the function is not
13798         useful for non-menu keymaps.
13800         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13802 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13804         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13805         in current minibuffer (Fix bug with recursive minibuffers).
13807 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
13809         * progmodes/gdb-mi.el (gdb): Doc fix.
13811 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
13813         * window.el (frame-auto-hide-function): New option replacing
13814         frame-auto-delete.  Suggested by Stefan Monnier.
13815         (window--delete): Call frame-auto-hide-function instead of
13816         investigating frame-auto-delete.
13817         (window-point-1, set-window-point-1): New functions.
13818         (window-in-direction, record-window-buffer, window-state-get-1)
13819         (display-buffer-record-window): Use window-point-1 instead of
13820         window-point.
13821         (set-window-buffer-start-and-point): Use set-window-point-1.
13823 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13825         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13827 2011-10-05  Glenn Morris  <rgm@gnu.org>
13829         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13830         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
13832 2011-10-05  Leo Liu  <sdl.web@gmail.com>
13834         * subr.el (read-char-choice): Fix argument to buffer-live-p which
13835         works with buffer object.
13837 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13839         * mpc.el (mpc-tool-bar-map): Add labels.
13841 2011-10-04  Glenn Morris  <rgm@gnu.org>
13843         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13845 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
13847         * window.el (window--delete): New function.
13848         (frame-auto-delete): Resuscitate option.
13849         (bury-buffer, replace-buffer-in-windows)
13850         (quit-window): Rewrite using window--delete.
13851         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13852         Pass display-buffer-mark-dedicated to window--display-buffer-2
13853         (Bug#9639).
13855 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13857         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13858         returns a list (bug#9554).  Add remote file name completion.
13859         * comint.el (comint--table-subvert): Curry and get quote&unquote
13860         functions as arguments.
13861         (comint--complete-file-name-data): Adjust call accordingly.
13862         * pcomplete.el (pcomplete--table-subvert): Remove.
13863         (pcomplete-completions-at-point): Use comint--table-subvert instead.
13865         * minibuffer.el (completion-table-case-fold): Use currying.
13866         (completion--styles-type, completion--cycling-threshold-type):
13867         New constants.
13868         (completion-styles, completion-category-overrides)
13869         (completion-cycle-threshold): Use them.
13870         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13871         completion-table-case-fold.
13873 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
13875         * minibuffer.el (completion-category-overrides): Fix type of styles
13876         and add more user friendly tags (bug#9660).
13878 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13880         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13881         (mule-input-method-string): New widget.
13882         (default-input-method, language-info-custom-alist): Use it.
13884 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13886         * pcomplete.el: Require comint.
13887         (pcomplete--common-suffix): Remove.
13888         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13889         (pcomplete--table-subvert): Sync with comint--table-subvert.
13890         (pcomplete--entries): Use comint-completion-file-name-table.
13891         * comint.el (comint-unquote-filename): Simplify.
13892         (comint-completion-file-name-table): New function (bug#9616).
13893         (comint--complete-file-name-data): Use it.
13895         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13896         (pcmpl-gnu-tar-buffer): Remove.
13897         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13898         around.  Make sure pcomplete-suffix-list is only changed temporarily.
13899         Don't look inside the tar's file if it's too large.
13901 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
13903         * cus-edit.el (custom-mode-map):
13904         * epa.el (epa-key-list-mode-map):
13905         * man.el (Man-mode-map):
13906         * startup.el (splash-screen-keymap):
13907         * simple.el (special-mode-map): Use scroll-up-command and
13908         scroll-down-command.
13910         * progmodes/idlw-help.el (idlwave-help-mode-map):
13911         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13912         * net/newst-plainview.el (newsticker-mode-map):
13913         * emulation/ws-mode.el (wordstar-mode-map):
13914         * emulation/vi.el (vi-com-map):
13915         * calc/calc-graph.el (calc-graph-show-dumb):
13916         * term/sun.el (terminal-init-sun):
13917         * term/ns-win.el (global-map):
13918         * progmodes/grep.el (grep-mode-map):
13919         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13920         * mail/rmail.el (rmail-mode-map):
13921         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13923         * custom.el (custom-safe-themes, load-theme): Treat value of t for
13924         custom-safe-themes as special.
13926 2011-10-01  Julien Danjou  <julien@danjou.info>
13928         * notifications.el (notifications-notify): Fix docstring.
13930 2011-10-01  Per Starbäck  <per@starback.se>
13932         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
13934 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
13936         * startup.el (command-line-1): Fix last fix by inserting
13937         initial-scratch-message into *scratch* before displaying it.
13938         (Bug#9605) and (Bug#9636)
13940 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
13942         * simple.el (line-move): If auto-hscroll-mode is disabled and the
13943         window is hscrolled, move by logical lines.  (Bug#9607)
13944         (line-move-visual): Update the doc string to the above effect.
13946 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
13948         * window.el (display-buffer-record-window): When WINDOW is the
13949         selected window use `point' instead of `window-point'.  (Bug#9626)
13951         * startup.el (command-line-1): Use insert-before-markers when
13952         inserting initial-scratch-message.  (Bug#9605)
13954         * help.el (help-window): Remove variable.
13956 2011-09-29  Glenn Morris  <rgm@gnu.org>
13958         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13960 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
13962         * descr-text.el (describe-char-categories): Accept category
13963         descriptions more than one line long.
13965 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * simple.el (delete-trailing-whitespace): Fix last change.
13969         * progmodes/perl-mode.el (perl-syntax-propertize-function):
13970         Don't confuse "y => 3" as the beginning of a `y' operation.
13972         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13973         object has more than 4 slots (bug#9613).
13975 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
13977         * subr.el (with-output-to-temp-buffer):
13978         * net/quickurl.el (quickurl, quickurl-browse-url):
13979         Fix typos in docstrings.
13981 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
13983         * minibuffer.el (completion-styles)
13984         (completion-category-overrides): Cross reference each other in doc
13985         strings.
13987 2011-09-27  Glenn Morris  <rgm@gnu.org>
13989         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13990         to split-string.  (Bug#9606)
13992 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13994         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13995         (bug#9615).
13997 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
13999         * emacs-lisp/package.el (list-packages): Fix echo area message.
14001 2011-09-27  Leo Liu  <sdl.web@gmail.com>
14003         * ido.el (ido-read-internal): Accept cons cell HIST arg.
14005 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
14007         * net/dbus.el (dbus-unregister-object): Don't release services for
14008         registered signals.  (Bug#9581)
14010 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14012         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14013         function that picks between cfengine 2 and 3 support
14014         automatically.  Update docs accordingly.
14016 2011-09-22  Kenichi Handa  <handa@m17n.org>
14018         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14019         ZERO.
14020         (indian-itrans-v5-table-for-tamil): New variable.
14021         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14023 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
14025         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14026         that's true if the current command involved collapsing of text.
14027         It's reset to false at the beginning of the next command.
14028         (allout-post-command-business): Move the cursor to the beginning
14029         of entry if the cursor is hidden and collapsing activity just
14030         happened.
14032 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
14034         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14035         tracking (Bug#9541).
14037 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
14039         * net/newst-reader.el (newsticker-html-renderer)
14040         (newsticker-show-news): Automatically load html rendering package
14041         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
14042         because w3m-fill-column is let-bound" and the error "Symbol's value
14043         as variable is void: w3m-fill-column".
14045 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
14047         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14048         Release services only if they are defined.  (Bug#9581)
14050 2011-09-23  Richard Stallman  <rms@gnu.org>
14052         * textmodes/paragraphs.el (forward-sentence): For backwards case,
14053         distinguish start of paragraph from start of its text.
14055         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14057         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14058         (rmail-generate-viewer-buffer): Put that hook on view buffer.
14059         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14061 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
14063         * international/mule-diag.el (mule-diag): Insert a newline after
14064         each fontset description.
14066 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14068         * simple.el (delete-trailing-whitespace):
14069         Document last change; simplify.
14071 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
14073         * simple.el (delete-trailing-whitespace): Also delete
14074         extra newlines at the end of the buffer.
14076         * textmodes/picture.el: Make motion commands obey shift-select-mode.
14077         (picture-newline): Use forward-line so as to ignore fields.
14079 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14081         * subr.el (with-wrapper-hook): Fix edebug spec.
14083 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14086         (bug#4538).
14088 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
14090         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14091         Fix nasty bug using wrong cached values.
14093 2011-09-23  Alan Mackenzie  <acm@muc.de>
14095         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14097 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
14099         * window.el (pop-to-buffer): Ensure right window is selected if we
14100         chose another frame.
14102 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
14104         * simple.el (what-cursor-position): Use get-char-property-change
14105         and next-single-char-property-change, to be able to show display
14106         properties that come from overlays as well as text properties.
14108 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
14110         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14112         * cmuscheme.el (run-scheme, switch-to-scheme):
14113         * cus-edit.el (customize-group, custom-buffer-create)
14114         (customize-browse):
14115         * info.el (info):
14116         * shell.el (shell):
14117         * mail/sendmail.el (mail):
14118         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14120 2011-09-22  Richard Stallman  <rms@gnu.org>
14122         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14123         move back only to line beg, don't move back over blank lines.
14125 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
14127         * files.el (copy-directory): Set directory attributes only in case
14128         they could be retrieved from the source directory.  (Bug#9565)
14130 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
14132         * progmodes/hideshow.el (hs-looking-at-block-start-p)
14133         (hs-find-block-beginning, hs-hide-level-recursive):
14134         Ignore strings as well as comments.  (Bug#9502)
14136 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
14138         * progmodes/sql.el (sql-comint-postgres):
14139         Convert port number to a string.  (Bug#9566)
14141 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
14143         * window.el (quit-window): Undedicate window when switching to
14144         previous buffer.  Reported by Thierry Volpiatto
14145         <thierry.volpiatto@gmail.com>.
14146         (special-display-popup-frame): When popping up a new frame reset
14147         its previous buffers to nil.  Simplify code.
14149 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
14151         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14152         and process filter, as done also in `shell-command'.
14154 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
14156         * window.el (set-window-buffer-start-and-point):
14157         Call set-window-start with NOFORCE argument t.
14158         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14159         (quit-window): Reword doc-string.  Handle new format of
14160         quit-restore parameter.  Don't delete window if it has a
14161         previous buffer we can show instead of the present one.
14162         (display-buffer-record-window): Rewrite using a new format for
14163         the quit-restore window parameter
14164         (special-display-popup-frame, display-buffer-same-window)
14165         (display-buffer-reuse-window, display-buffer-pop-up-frame)
14166         (display-buffer-pop-up-window, display-buffer-use-some-window):
14167         Adapt symbol passed to display-buffer-record-window.
14168         * help.el (help-window-setup): Handle new format of quit-restore
14169         parameter.
14171 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * faces.el (face-list): Fix docstring (bug#9564).
14175         * window.el (display-buffer--action-function-custom-type):
14176         Don't include internal functions in the Custom interface.
14178 2011-09-20  Juri Linkov  <juri@jurta.org>
14180         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14181         (Info-forward-node, Info-backward-node, Info-next-preorder)
14182         (Info-last-preorder): Use it.  (Bug#9528)
14184 2011-09-20  Juri Linkov  <juri@jurta.org>
14186         * info.el (Info-last-preorder): Visit last menu item only when
14187         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14189 2011-09-20  Julien Danjou  <julien@danjou.info>
14191         * password-cache.el (password-cache-remove): Remove entries even if the
14192         value is nil, so that password with a nil value (negative caching) is
14193         possible to invalidate.
14195 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
14197         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14198         all whitespace around breakpoint.  (Bug#9553)
14199         (f90-find-breakpoint): Only break at whitespace inside a comment.
14201 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14203         * minibuffer.el (completion-file-name-table): Keep track of errors.
14204         (completion-table-with-predicate): Handle the case where pred1 is nil.
14205         * pcomplete.el (pcomplete-completions-at-point): Simplify.
14207 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14209         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14210         (debugger-return-value): Signal an error if the debugging context does
14211         not await any return value.
14213         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14214         * image-mode.el (image-toggle-display-text)
14215         (image-toggle-display-image): Stay away from evil `intangible'.
14217 2011-09-19  Leo Liu  <sdl.web@gmail.com>
14219         * replace.el (occur-revert-arguments): Make it permanent-local.
14220         (occur-mode): Don't call font-lock-defontify.
14222 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
14224         * net/ldap.el (ldap-search-internal): Don't push empty search
14225         result (Bug#9508).
14227 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14231 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
14233         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14234         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14236 2011-09-18  Juri Linkov  <juri@jurta.org>
14238         * buff-menu.el (Buffer-menu-mode-map):
14239         * dired.el (dired-mode-map):
14240         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14241         (lisp-interaction-mode-map):
14242         * emacs-lisp/package.el (package-menu-mode-map):
14243         * epa.el (epa-key-list-mode-map):
14244         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14245         (menu-bar-options-menu):
14246         * outline.el (outline-mode-menu-bar-map):
14247         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14248         * vc/vc-dir.el (vc-dir-menu-map):
14249         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14250         Capitalize non-function content words in menu item strings.
14252         * dired.el (dired-mode-map): Add menu item for
14253         `image-dired-dired-toggle-marked-thumbs'.
14255 2011-09-18  Juri Linkov  <juri@jurta.org>
14257         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14258         to `isearch-case-fold-search' and restore its original value
14259         after the `isearch-mode' call.
14261 2011-09-18  Juri Linkov  <juri@jurta.org>
14263         * progmodes/grep.el (grep-process-setup): Don't check code for 1
14264         because `zgrep' returns 1 for successful matches (bug#9226).
14266 2011-09-18  Juri Linkov  <juri@jurta.org>
14268         * info.el (Info-extract-menu-node-name): Check the second match
14269         for empty string (second test-case of bug#9528).
14270         (Info-last-preorder): Let-bind `Info-history' to nil to not add
14271         intermediate nodes to the history (first test-case of bug#9528).
14273 2011-09-18  Juri Linkov  <juri@jurta.org>
14275         * info.el (Info-mode-syntax-table): New variable.
14276         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14278 2011-09-18  Juri Linkov  <juri@jurta.org>
14280         * info.el (Info-file-supports-index-cookies):
14281         Increment line-beginning-position's arg from 3 to 4 because makeinfo
14282         outputs one more line for long file names (bug#4142).
14284 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
14286         * newcomment.el (comment-normalize-vars): If prompting for
14287         comment-start, set comment-start-skip too (Bug#8424).
14289 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
14291         * icomplete.el: Fix previous fix of Bug#5849.
14292         (icomplete-mode): Don't set completion-show-inline-help.
14293         (icomplete-minibuffer-setup): Set completion-show-inline-help
14294         locally during icompletion.
14296 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
14298         * woman.el (woman2-process-escapes): Don't delete unrecognized
14299         escapes (Bug#7843).
14301         * files.el (inhibit-first-line-modes-regexps): Add image files.
14302         (hack-local-variables-prop-line): Return nil for malformed
14303         prop-lines (Bug#9044).
14305 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
14307         * net/tramp.el (top): Don't require 'shell.
14308         (tramp-methods): Fix docstring.
14309         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14310         Return complete remote file name.  Handle "smb" case.
14311         Use `tramp-tmpdir', if defined for the respective method.
14312         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14314         * net/tramp-compat.el (top): Require 'shell.
14316         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14317         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14318         `tramp-current-host'.
14319         (tramp-get-remote-tmpdir): Remove.
14321         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14322         `tramp-tmpdir' entries.
14323         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14324         (tramp-smb-handle-file-attributes): Ignore errors.
14325         (tramp-smb-wait-for-output): Check also for process end.
14327 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14329         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14330         when sending QUIT (bug#9312).
14332 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
14334         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14335         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14336         occur-mode-display-occurrence.
14337         (occur-edit-mode): Add usage message.
14338         (occur-cease-edit): New command.
14339         (occur-after-change-function): Use text properties to find the
14340         position of the prefix text.
14341         (occur-engine): Set stickiness of prefix text properties.
14343 2011-09-17  Glenn Morris  <rgm@gnu.org>
14345         * progmodes/etags.el (complete-tag):
14346         Fix call to completion-in-region.  (Bug#9526)
14348 2011-09-17  Juri Linkov  <juri@jurta.org>
14350         * textmodes/ispell.el (ispell-word): Add to the error message
14351         the word, ispell program name and current dictionary (bug#9121).
14352         (ispell-tex-arg-end): Capitalize "error" in the error message.
14354 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
14356         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14357         check.  (Bug#4251)
14359 2011-09-17  Juri Linkov  <juri@jurta.org>
14361         * window.el (window-safe-min-height, window-safe-min-width):
14362         Fix typos (followup to bug#9522).
14364 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
14366         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14368 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
14370         * simple.el (line-move): If goal-column is set, move by logical
14371         lines, not by display lines.  (Bug#971)
14372         (next-line, previous-line, goal-column, line-move-visual): Doc fix
14373         to reflect the above change.
14375 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14377         * image.el (imagemagick-register-types): Use regexp-opt.
14379 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
14381         * window.el (display-buffer-base-action): Rename from
14382         display-buffer-default-action.  Make default value empty.
14383         (display-buffer-overriding-action): Convert to defvar.
14384         (display-buffer-fallback-action): New var.
14386 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
14388         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14389         declaration.
14390         (package--add-to-archive-contents): If there is a duplicate entry
14391         with an older version, remove it.
14392         (package-menu-mark-delete, package-menu-mark-install)
14393         (package-menu-mark-unmark): Make unused args optional.
14394         (package-menu-mark-obsolete-for-deletion):
14395         Use package-menu-get-status instead of a regexp search.
14396         (package-menu-get-status): Use tabulated-list-entry.
14397         (package-menu-mark-upgrades): New command.
14398         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
14399         (package-menu-execute): Do installation before deletion.
14400         (package-menu-refresh, package-menu-execute): Use derived-mode-p
14401         instead of checking major-mode.
14402         (package-menu--find-upgrades): New function.
14404 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14406         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14407         passwords in the log buffer.
14408         (smtpmail-process-filter): Update the process marker so that the
14409         "broken by peer" status message is inserted in the right place.
14411 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14414         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14415         bibtex-completion-at-point-function.
14416         (bibtex-completion-at-point-function): Use them.
14418         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14420         * mpc.el (mpc-constraints-tag-lookup): New function.
14421         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14422         also to browser "album|playlist".
14424 2011-09-14  Juri Linkov  <juri@jurta.org>
14426         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
14427         (isearch-edit-string): Use length of `isearch-string' when
14428         `isearch-fail-pos' returns nil.
14429         (isearch-message): Remove duplicate code and call
14430         `isearch-fail-pos' with arg `t'.
14432 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
14434         * replace.el (occur-mode-goto-occurrence): Don't force using other
14435         window (Bug#9499).
14437         * dired-aux.el (dired-do-chmod): Don't provide initial input.
14439 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
14441         * window.el (display-buffer-window): Remove.
14442         (display-buffer-record-window): Use help-setup window parameter
14443         instead of variable display-buffer-window.
14444         (display-buffer-function, special-display-buffer-names)
14445         (special-display-function): Mention help-setup parameter instead
14446         of display-buffer-window in doc-string.
14447         * help.el (help-window-setup): New argument help-window.
14448         Use help-window-setup parameter instead of display-buffer-window.
14449         Reword some messages.
14450         (with-help-window): Pass window used for displaying the buffer
14451         to help-window-setup.  Don't set display-buffer-window.
14453 2011-09-13  Glenn Morris  <rgm@gnu.org>
14455         * emacs-lisp/debug.el (debugger-make-xrefs):
14456         Preserve point.  (Bug#9462)
14458 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
14460         * window.el (window-deletable-p): Use next-frame.
14462 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
14464         * window.el (window-auto-delete): Remove.
14465         (window-deletable-p): Remove argument FORCE.  Don't deal with
14466         dedication and previous buffers.
14467         (switch-to-prev-buffer): Don't delete window.
14468         (delete-windows-on): Delete a window's frame if and only if the
14469         window is dedicated.
14470         (replace-buffer-in-windows): Delete buffer's window or frame if
14471         and only if window is dedicated.
14472         (quit-window): Handle quit-restore as before last change.
14473         (bury-buffer): Delete window only if window-deletable-p returns t.
14475 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
14477         * window.el (window-deletable-p): Never delete the last frame on a
14478         given terminal.
14480 2011-09-13  Glenn Morris  <rgm@gnu.org>
14482         * help.el (describe-key-briefly): Copy previous standard-output change.
14484 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
14486         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
14488 2011-09-13  Glenn Morris  <rgm@gnu.org>
14490         * emacs-lisp/lisp-mode.el (lisp-indent-function):
14491         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14493 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
14495         * dired-aux.el (dired-mark-read-string): Don't return default
14496         value on empty input (Bug#9361).
14497         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14498         Omit initial minibuffer contents.
14499         (dired-do-chmod): Signal an error on empty input.
14500         (dired-mark-read-string): Don't return default on empty input.
14502         * files.el (file-modes-symbolic-to-number): Doc fix.
14504 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14506         * international/mule-cmds.el (ucs-completions): Remove.
14507         (read-char-by-name): Use complete-with-action instead; add metadata.
14509 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
14511         * window.el (display-buffer--action-function-custom-type)
14512         (display-buffer--action-custom-type): New vars.
14513         (display-buffer-alist, display-buffer-default-action)
14514         (display-buffer-overriding-action): Add defcustom types.
14516         * frame.el (delete-other-frames): Doc fix (Bug#276).
14518 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14520         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14522 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
14524         Change modes that used same-window-* vars to use switch-to-buffer.
14526         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14527         Use switch-to-buffer.
14529         * cus-edit.el (customize-group, custom-buffer-create)
14530         (customize-browse, custom-buffer-create-other-window):
14531         Use switch-to-buffer or switch-to-buffer-other-window.
14533         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14534         (Info-prev, Info-up, Info-speedbar-goto-node)
14535         (info-display-manual): Use switch-to-buffer.
14536         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14538         * mail/sendmail.el (mail): Use switch-to-buffer.
14539         (mail-recover): Use switch-to-buffer-other-window.
14541         * cmuscheme.el (run-scheme, switch-to-scheme):
14542         * ielm.el (ielm):
14543         * shell.el (shell):
14544         * net/rlogin.el (rlogin):
14545         * net/telnet.el (telnet, rsh):
14546         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14548 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
14550         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14552 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14554         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14555         so don't mention it (bug#9301).
14556         (dired-sort-toggle-or-edit): Clarify string further.
14558         * faces.el (face-spec-set-match-display): Make `(type graphic)'
14559         match `x', `w32' and `ns', like the manual says (bug#9029).
14561         * subr.el (eval-after-load): Doc string clarification (bug#9125).
14562         (process-kill-buffer-query-function): Mention the buffer name in
14563         the query.
14565         * image-mode.el (image-next-line): The line parameter is mandatory
14566         (bug#9258).
14568         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14569         which can be useful (bug#9301).
14571         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14573         * subr.el (match-string): Mention that the current buffer should
14574         be the same as the search was done in (bug#9282).
14576         * facemenu.el: Disable the remove-* commands if the mark isn't
14577         active (bug#9162).
14579 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
14581         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14582         of display-buffer.
14583         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14585         * replace.el (occur-mode-goto-occurrence)
14586         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14587         and display-buffer.
14589         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14590         display-buffer.
14592         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14593         special-display and same-window variables.
14594         (mail-other-window): Use switch-to-buffer-other-window.
14595         (mail-other-frame): USe switch-to-buffer-other-frame.
14597         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14598         Use display-buffer-other-frame.
14599         (gdb-display-gdb-buffer): Use pop-to-buffer.
14601         * progmodes/gud.el (gud-goto-info): Use info-other-window.
14603         * progmodes/python.el: Don't set same-window-buffer-names.
14605         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14607         * window.el (display-buffer-alist): Add *Python*.
14609 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
14611         * window.el (display-buffer-alist): Add entry for buffers
14612         previously handled same-window-*.
14613         (display-buffer-alist, display-buffer-default-action)
14614         (display-buffer-overriding-action): Mark as risky.
14615         (display-buffer-alist): Document action function changes.
14616         (display-buffer--same-window-action)
14617         (display-buffer--other-frame-action): New variables.
14618         (switch-to-buffer, display-buffer-other-frame): Use them.
14619         (display-buffer): Rename reuse-frame entry to reusable-frames.
14620         (display-buffer-reuse-selected-window): Function deleted.
14621         (display-buffer-reuse-window): Handle reusable-frames alist entry.
14622         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14623         (display-buffer-special): New function.
14624         (display-buffer--maybe-pop-up-frame-or-window): Rename from
14625         display-buffer-reuse-or-pop-window.  Split off special-display
14626         part into display-buffer-special.
14627         (display-buffer-use-some-window): Don't perform any special
14628         pop-up-frames handling.
14629         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14630         (display-buffer--maybe-same-window): Rename from
14631         display-buffer-maybe-same-window.
14633         * info.el: Don't set same-window-regexps.
14634         (info-setup): New function.
14635         (info-other-window, info): Call it.
14637         * cus-edit.el: Don't set same-window-regexps.
14638         (customize-group): New argument.
14639         (customize-group-other-window): Use it.
14640         (customize-face, customize-face-other-window): Likewise.
14641         (custom-buffer-create-other-window): Use pop-to-buffer directly.
14643         * net/rlogin.el:
14644         * net/telnet.el:
14645         * progmodes/gud.el: Don't set same-window-regexps.
14647         * cmuscheme.el:
14648         * ielm.el:
14649         * shell.el:
14650         * mail/sendmail.el:
14651         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14653 2011-09-10  Juri Linkov  <juri@jurta.org>
14655         * isearch.el (isearch-edit-string): Remove obsolete mention of
14656         `C-w' (`isearch-yank-word-or-char') from docstring.
14657         (isearch-query-replace): Fix typo in docstring (bug#9466).
14659 2011-09-10  Juri Linkov  <juri@jurta.org>
14661         * paren.el (show-paren-function): Don't show escaped parens.
14662         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
14664 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
14666         * mail/sendmail.el (mml-to-mime, mml-attach-file)
14667         (mm-default-file-encoding): Remove autoload forms, they are
14668         replaced with autoload cookies in mml.el and mm-encode.el.
14669         (mail-add-attachment): New command.
14670         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14671         (mail-mode): Mention mail-insert-file and mail-add-attachment in
14672         the doc string.
14673         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14675 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
14677         * simple.el (count-words-region): Use buffer if there's no region
14678         (bug#9429).
14680 2011-09-09  Juri Linkov  <juri@jurta.org>
14682         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14683         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14684         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
14686 2011-09-09  Alan Mackenzie  <acm@muc.de>
14688         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14689         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
14691 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
14693         Fix for Savannah bug#9392.
14694         * simple.el (mail-encode-mml): New defvar.
14696         * mail/rmail.el (mail-encode-mml): Add a defvar.
14697         (rmail-enable-mime-composing): Default to t.
14698         (rmail-forward): Use MIME method of forwarding only if both
14699         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14700         Set mail-encode-mml non-nil if the MIME method was used.
14702         * mail/sendmail.el (mml-to-mime): Add autoload form.
14703         (mail-encode-mml): Add a defvar.
14704         (mail-mode): Make mail-encode-mml buffer-local and initialize it
14705         to nil.
14706         (mail-send): If mail-encode-mml is non-nil, run the outgoing
14707         message through mml-to-mime, and reset mail-encode-mml to nil.
14709 2011-09-09  Glenn Morris  <rgm@gnu.org>
14711         * woman.el (woman-if-body): When processing an .el block,
14712         do not delete the next .el block as well.  (Bug#9447)
14713         (woman-special-characters): Add oq, cq, and hy characters.
14715 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
14717         * window.el (window-deletable-p): Make sure window is live before
14718         invoking window-prev-buffers.
14720 2011-09-08  Leo Liu  <sdl.web@gmail.com>
14722         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
14724 2011-09-08  Juri Linkov  <juri@jurta.org>
14726         * progmodes/compile.el (compilation-environment): Make it
14727         a defcustom (bug#8340).
14729 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
14731         * window.el (frame-auto-delete): Rename to window-auto-delete.
14732         Make it control auto-deletion of windows and/or frames.
14733         (window-deletable-p): New argument FORCE.  Rewrite conditions
14734         for deleting window/frame.  (Bug#9419)
14735         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14736         Rewrite handling of case when window/frame can be deleted.
14737         (delete-windows-on): Call window-deletable-p with new FORCE
14738         argument t.  (Bug#9456)
14740 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
14742         * help-mode.el (help-mode): Restore autoload.
14744 2011-09-07  Juri Linkov  <juri@jurta.org>
14746         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14747         `compilation-environment'.  Set buffer-local
14748         `compilation-environment' to `thisenv' later after (funcall mode).
14749         (Bug#8340)
14751         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
14752         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14753         instead of replacing its value.  (Bug#8340)
14755 2011-09-07  Juri Linkov  <juri@jurta.org>
14757         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14758         based on text properties put by `grep-filter' instead of matching
14759         escape sequences.
14760         (grep-mode): Set buffer-local `compilation-error-screen-columns'
14761         to the value of `grep-error-screen-columns' (bug#9438).
14763 2011-09-07  Juri Linkov  <juri@jurta.org>
14765         * simple.el (next-error-highlight, next-error-highlight-no-select):
14766         Doc fix (bug#9432).
14768 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
14770         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14771         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
14773 2011-09-07  Leo Liu  <sdl.web@gmail.com>
14775         * net/rcirc.el (rcirc-mode): Conditionally initialize
14776         rcirc-input-ring.
14778 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14780         * emacs-lisp/find-func.el (find-function-C-source): Only set
14781         find-function-C-source-directory after checking that we found a source
14782         file there (bug#9440).
14784 2011-09-06  Alan Mackenzie  <acm@muc.de>
14786         * isearch.el (isearch-other-meta-char): Wherever a key list is
14787         unread, "unread" the prefix arg, too.  This fixes bug #8901.
14789 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
14791         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14793 2011-09-05  Juri Linkov  <juri@jurta.org>
14795         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14797 2011-09-05  Juri Linkov  <juri@jurta.org>
14799         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14800         keeping point where processing of grep matches begins, and
14801         continue to delete remaining escape sequences from the same point.
14802         (grep-filter): Make leading zero optional in "0?1;31m" because
14803         git-grep emits "\033[1;31m" escape sequences unlike expected
14804         "\033[01;31m" as GNU Grep does (bug#9408).
14805         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14807 2011-09-05  Juri Linkov  <juri@jurta.org>
14809         * subr.el (y-or-n-p): Capitalize "yes".
14811 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
14813         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
14814         `tramp-cache-unload-hook' where appropriate.
14815         (tramp-methods): Rename `tramp-remote-sh' to
14816         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
14817         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14819         * net/tramp-sh.el (top): Don't require 'shell.
14820         (tramp-methods): Add `tramp-remote-shell' and
14821         `tramp-remote-shell-args' entries.
14822         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14823         (tramp-sh-handle-shell-command): Remove.
14824         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14825         Use `tramp-remote-shell'.
14827 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
14829         * mail/sendmail.el (sendmail-query-once-function): Delete.
14830         (sendmail-query-once): Save directly to send-mail-function.
14831         Update message-send-mail-function too.
14833         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14835 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14837         * progmodes/python.el (python-mode-map): Use correct function to
14838         start python interpreter from menu-bar (as reported by Geert
14839         Kloosterman).
14840         (inferior-python-mode-map): Fix typo.
14841         (python-shell-map): Remove.
14843 2011-09-03  Deniz Dogan  <deniz@dogan.se>
14845         * net/rcirc.el (rcirc-print): Simplify code for
14846         rcirc-scroll-show-maximum-output.  There is no need to walk
14847         through all windows to find the right one.
14849 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
14851         * help.el (help-return-method): Doc fix.
14853 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
14855         * window.el (window-deletable-p): Don't return a non-nil value
14856         when there's a buffer that was shown in the window before.
14857         (Bug#9419)
14858         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14859         Set window's previous buffers to nil.
14861 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
14863         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14864         newline before and after the tag line, so it doesn't interfere
14865         with determining the paragraph direction of bidirectional text.
14867 2011-09-03  Leo Liu  <sdl.web@gmail.com>
14869         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
14871 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14873         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14874         (pop-to-buffer): Change interactive spec.  Pass second argument
14875         directly to display-buffer.
14876         (display-buffer): Fix interactive spec.  Use functionp to
14877         distinguish between a function and a list of functions.
14879         * abbrev.el (edit-abbrevs):
14880         * arc-mode.el (archive-extract):
14881         * autoinsert.el (auto-insert):
14882         * bookmark.el (bookmark-bmenu-list):
14883         * files.el (find-file):
14884         * view.el (view-buffer):
14885         * progmodes/compile.el (compilation-goto-locus):
14886         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14888 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
14890         * window.el (display-buffer-alist): Doc fix.
14891         (display-buffer): Add docstring.  Don't treat
14892         display-buffer-default specially.
14893         (display-buffer-reuse-selected-window)
14894         (display-buffer-same-window, display-buffer-maybe-same-window)
14895         (display-buffer-reuse-window, display-buffer-pop-up-frame)
14896         (display-buffer-pop-up-window)
14897         (display-buffer-reuse-or-pop-window)
14898         (display-buffer-use-some-window): New functions.
14899         (display-buffer-default-action): Use them.
14900         (display-buffer-default): Delete.
14901         (pop-to-buffer-1): Fix choice of actions.
14903 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14905         * minibuffer.el (completion--insert-strings): Don't get confused by
14906         completion entries that end with an LF char.
14908 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
14910         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14912 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
14914         * window.el (display-buffer): Restore interactive spec.
14915         (display-buffer-same-window, display-buffer-other-window):
14916         New functions.
14917         (pop-to-buffer-1): New function.  Use the above.
14918         (pop-to-buffer, pop-to-buffer-same-window): Use it.
14919         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14921         * view.el (view-buffer-other-window, view-buffer-other-frame):
14922         Just use pop-to-buffer.
14924 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14926         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
14928 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
14930         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
14932 2011-08-31  Richard Stallman  <rms@gnu.org>
14934         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14935         of the separation of rmail-view-buffer from rmail-buffer.
14936         If you say no to "replace original", the decrypt is in the
14937         view buffer.  If you say yes, the decrypt goes into the
14938         rmail buffer also.
14940 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
14942         * window.el (display-buffer-window): Rewrite doc-string.
14943         (display-buffer-record-window): New function.
14944         (display-buffer-macro-specifiers)
14945         (display-buffer-even-window-sizes, display-buffer-set-height)
14946         (display-buffer-set-width, display-buffer-in-window)
14947         (display-buffer-reuse-window, display-buffer-split-specifiers)
14948         (display-buffer-side-specifiers, display-buffer-split-window-1)
14949         (display-buffer-split-window, display-buffer-split-atom-window)
14950         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14951         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14952         (display-buffer-other-window-means-other-frame)
14953         (display-buffer-normalize-special)
14954         (display-buffer-normalize-default)
14955         (display-buffer-normalize-argument)
14956         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14957         (display-buffer-normalize-specifiers, display-buffer-frame)
14958         (display-buffer-same-window, display-buffer-same-frame)
14959         (display-buffer-other-window)
14960         (display-buffer-same-frame-other-window)
14961         (display-buffer-other-frame, pop-to-buffer-same-window)
14962         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14963         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14964         (switch-to-buffer-same-frame)
14965         (switch-to-buffer-other-window-same-frame)
14966         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14967         (display-buffer-alist-set-1, display-buffer-alist-set-2)
14968         (display-buffer-alist-set): Remove.
14969         (display-buffer-function, special-display-buffer-names)
14970         (special-display-regexps, special-display-function):
14971         In doc-string refer to display-buffer-window and quit-restore
14972         parameter.
14973         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14974         (special-display-frame-alist, special-display-popup-frame)
14975         (same-window-buffer-names, same-window-regexps, same-window-p)
14976         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14977         (split-window-preferred-function, split-height-threshold)
14978         (split-width-threshold, window-splittable-p)
14979         (split-window-sensibly, window--try-to-split-window)
14980         (window--frame-usable-p, even-window-heights)
14981         (window--even-window-heights, window--display-buffer-1)
14982         (window--display-buffer-2, display-buffer-other-frame):
14983         Restore old Emacs 23 code, order and doc-strings where applicable.
14984         (display-buffer-default, display-buffer-assq-regexp): New functions.
14985         (display-buffer-alist): Rewrite doc-string.
14986         (display-buffer-default-action)
14987         (display-buffer-overriding-action): New variables.
14988         (display-buffer, switch-to-buffer): Rewrite.
14989         (pop-to-buffer): Restore Emacs 23 behavior but use
14990         window-normalize-buffer-to-display.
14991         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14992         Restore Emacs 23 behavior but use
14993         window-normalize-buffer-to-switch-to.
14994         (pop-to-buffer-same-window): Rewrite.
14995         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14996         Rewrite using Emacs 23 options.
14998 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
15000         * net/tramp.el (tramp-root-regexp): Remove.
15001         (tramp-completion-file-name-regexp-unified)
15002         (tramp-completion-file-name-regexp-separate)
15003         (tramp-completion-file-name-regexp-url): Don't use leading volume
15004         letter on w32 systems.  (Bug#5303, Bug#9311)
15005         (tramp-drop-volume-letter): Simplify definition.
15006         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15008 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15010         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15011         (bug#9356).
15013 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
15015         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15017 2011-08-29  Juri Linkov  <juri@jurta.org>
15019         * isearch.el (isearch-done): Don't display message "Mark saved"
15020         when arg `edit' is non-nil to prevent its flicker in the echo area.
15022 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15024         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15025         obsolete packages for deletion.
15027 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
15029         * help-mode.el (help-mode-map): Add special-mode-map to parent.
15030         (help-mode): Derive help-mode from special-mode.  Don't invoke
15031         view-mode from help-mode.
15032         (help-xref-override-view-map): Remove.
15033         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15034         view-mode is not used anymore.
15036 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15038         * server.el (server-port): Doc fix.
15040         * cus-theme.el (custom-theme-choose-mode): Inherit from
15041         special-mode (Bug#9124).
15042         (custom-theme-choose-mode-map): Add special-mode to parent.
15044 2011-08-28  Alan Mackenzie  <acm@muc.de>
15046         * progmodes/cc-fonts.el
15047         (c-make-font-lock-BO-decl-search-function): New function.
15048         (c-basic-matchers-after - "Fontify the clauses after various
15049         keywords"): Extract the three keyword lists for the 3 erroneous
15050         constructs from the list of four, and use the new function above
15051         in place of an old one.
15053 2011-08-28  Deniz Dogan  <deniz@dogan.se>
15055         * net/rcirc.el (rcirc-insert-prev-input)
15056         (rcirc-insert-next-input): Remove unused argument.
15058 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15060         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15062 2011-08-27  Alan Mackenzie  <acm@muc.de>
15064         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15065         handle function pointer parameters properly.
15067 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
15069         * window.el (display-buffer-reuse-window): Fix case where
15070         selected window was reused with non-nil OTHER-WINDOW argument.
15071         (Bug#9381)
15073 2011-08-27  Deniz Dogan  <deniz@dogan.se>
15075         * net/rcirc.el (rcirc-check-auth-status): Adding support for
15076         oftc's NickServ messages.
15078 2011-08-27  Glenn Morris  <rgm@gnu.org>
15080         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
15082 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
15084         * emacs-lisp/package.el (package-install): Call package-initialize
15085         if called interactively.
15087 2011-08-26  Leo Liu  <sdl.web@gmail.com>
15089         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
15091 2011-08-25  Juri Linkov  <juri@jurta.org>
15093         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15094         `search-whitespace-regexp' (bug#9364).
15096 2011-08-25  Juri Linkov  <juri@jurta.org>
15098         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15099         `regexp-search-ring' to their global values to protect from
15100         updating by `read-from-minibuffer' (bug#9185).
15102 2011-08-25  Juri Linkov  <juri@jurta.org>
15104         * textmodes/ispell.el (ispell-command-loop): Add newline
15105         at the end of the "Use option `i'..." line.
15107 2011-08-25  Juri Linkov  <juri@jurta.org>
15109         * battery.el (display-battery-mode): If `battery-status-function'
15110         or `battery-mode-line-format' is nil, display the message and set
15111         `display-battery-mode' to nil (bug#9363).
15113 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
15115         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15116         bidi-string-mark-left-to-right; they are unnecessary now.
15118 2011-08-25  Deniz Dogan  <deniz@dogan.se>
15120         * net/quickurl.el: Documentation typo fixes.
15122 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
15124         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15126 2011-08-25  Glenn Morris  <rgm@gnu.org>
15128         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15130         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15131         (smtpmail-via-smtp): Handle nil response from smtp.
15133 2011-08-24  Juri Linkov  <juri@jurta.org>
15135         * proced.el (proced-marked): Inherit from `error' instead of
15136         `font-lock-warning-face'.
15138         * ibuffer.el (ibuffer-marked-face): Change default face from
15139         `font-lock-warning-face' to `warning'.
15140         (ibuffer-deletion-face): Change default face from
15141         `font-lock-type-face' to `error'.
15143         * battery.el (battery-update): Use the face `error' instead of
15144         `font-lock-warning-face' (bug#6117).
15146 2011-08-24  Juri Linkov  <juri@jurta.org>
15148         * faces.el (success): Change face color from "Green3" to
15149         "ForestGreen" on light background (bug#9353).
15151 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
15153         * window.el (quit-window): Rename from quit-restore-window.
15154         Use same arglist as old quit-window.
15155         (frame-auto-delete): Doc fix.
15157         * view.el (view-mode-exit): Use quit-window.
15159 2011-08-24  Juri Linkov  <juri@jurta.org>
15161         * isearch.el (isearch-ring-adjust1): Start visiting previous
15162         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15163         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15164         for empty search string (when the last search string is reused
15165         automatically) to adjust the isearch ring to the last element and
15166         prepare the correct index for further M-p commands (bug#9185).
15168 2011-08-24  Kenichi Handa  <handa@m17n.org>
15170         * international/ucs-normalize.el: If decomposition property of
15171         CHAR is the default one (i.e. a list of CHAR itself), treat it as
15172         nil.
15173         (nfd, nfkd): Likewise.
15175 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15177         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15178         from process filters aren't reliably transmitted to the surrounding
15179         accept-process-output.
15180         (mpc-proc-check): New function.
15181         (mpc-proc-sync): Use it (bug#8293)
15183 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15186         Add compatibility functions (bug#9313).
15188 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
15190         * cus-start.el (all): Add entry for bidi-paragraph-direction.
15192         * international/uni-bidi.el: Regenerate.
15194 2011-08-23  Kenichi Handa  <handa@m17n.org>
15196         * international/charprop.el:
15197         * international/uni-bidi.el:
15198         * international/uni-category.el:
15199         * international/uni-combining.el:
15200         * international/uni-comment.el:
15201         * international/uni-decimal.el:
15202         * international/uni-decomposition.el:
15203         * international/uni-digit.el:
15204         * international/uni-lowercase.el:
15205         * international/uni-mirrored.el:
15206         * international/uni-name.el:
15207         * international/uni-numeric.el:
15208         * international/uni-old-name.el:
15209         * international/uni-titlecase.el:
15210         * international/uni-uppercase.el: Regenerate.
15212 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
15214         * help.el (help-window-setup): Fix message displayed when other
15215         window is reused.  (Bug#9341)
15217 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15219         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15220         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15222         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15223         Mark obsolete.
15224         * shell.el (shell-parse-pcomplete-arguments): New function.
15225         (shell-completion-vars): Use it instead (bug#9160).
15227 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15229         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15230         strings and comments (bug#9333).
15232         * emacs-lisp/debug.el (debug-arglist): New function.
15233         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
15234         (debug-on-entry-1): Handle interpreted closures (bug#9120).
15236 2011-08-22  Juri Linkov  <juri@jurta.org>
15238         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15239         Revert regexp that highlights output switches to its old
15240         pre-2010-10-28 value and remove one `?' from it (bug#9319).
15242         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15243         to check for empty output (bug#9226).
15245 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
15247         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15248         symbol-constituent as the default, as that stops font-lock from
15249         working properly (Bug#8843).
15251 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15253         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15254         `coding-system-for-*' around the process open call to avoid
15255         auth-source side effects.
15256         (smtpmail-try-auth-methods): Expand the secret password.
15257         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15258         probe hangs.
15260 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
15262         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15264         * emacs-lisp/find-func.el (find-function-noselect): New arg
15265         lisp-only.
15267         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15268         signal an error for built-in functions (Bug#6664).
15270 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15272         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15273         (smtpmail-try-auth-methods): Use it.
15275 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
15277         * font-lock.el (font-lock-fontify-region)
15278         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15279         (font-lock-default-unfontify-buffer)
15280         (font-lock-default-fontify-region)
15281         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15283         * progmodes/compile.el (compilation-error-properties):
15284         Fix confusion between file struct and message struct (Bug#9319).
15285         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15286         `ant' regexp.
15288         * net/browse-url.el (browse-url-firefox): Don't call
15289         browse-url-firefox-sentinel unless using -remote (Bug#9328).
15291 2011-08-20  Glenn Morris  <rgm@gnu.org>
15293         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15295         * tutorial.el (tutorial--default-keys): Update some default bindings.
15297         * files.el (hack-local-variables): Fully ignore case for "mode:".
15299 2011-08-20  Alan Mackenzie  <acm@muc.de>
15301         Resolve invalid use of a regexp in regexp-opt.
15303         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15304         detection for a java annotation.
15306         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15307         detection for a java annotation.
15309         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15310         handling for java.
15311         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15313 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
15315         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15316         (Bug#9274).
15318 2011-08-20  Alan Mackenzie  <acm@muc.de>
15320         Fontify CPP expressions correctly when starting in the middle of
15321         such a construct.  Mainly for when jit-lock etc. starts a chunk
15322         here.
15324         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15325         variable.
15326         (c-make-font-lock-search-form): New function, extracted from
15327         c-make-font-lock-search-function.
15328         (c-make-font-lock-search-function): Use the above function.
15329         (c-make-font-lock-context-search-function): New function.
15330         (c-cpp-matchers): Enhance the preprocessor expression case with
15331         the above function
15332         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15333         which takes an expression.
15335         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15337 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
15339         * window.el (display-buffer-reuse-window)
15340         (display-buffer-pop-up-window): Don't reuse or split a side
15341         window.
15343 2011-08-19  Glenn Morris  <rgm@gnu.org>
15345         * files.el (hack-local-variables-prop-line, hack-local-variables):
15346         Downcase "Mode:".  (Bug#9331)
15348 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
15350         * international/characters.el: Add L and R categories.
15352         * subr.el (bidi-string-mark-left-to-right): Rename from
15353         string-mark-left-to-right.  Use category search.
15355         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15357 2011-08-18  Juri Linkov  <juri@jurta.org>
15359         * faces.el (error, warning, success): New faces with definitions
15360         copied from old default values of `font-lock-warning-face',
15361         `compilation-warning', `compilation-info' (bug#6117).
15363         * font-lock.el (font-lock-warning-face): Inherit from `error'.
15365         * progmodes/compile.el (compilation-error): Inherit from `error'.
15366         (compilation-warning): Inherit from `warning'.
15367         (compilation-info): Inherit from `success'.
15369         * dired.el (dired-marked): Inherit from `warning'.
15370         (dired-flagged): Inherit from `error'.
15372 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374         * mail/smtpmail.el (auth-source): Require to avoid problems with
15375         binding variables (bug#9298).  Also clean up some unused
15376         autoloads.
15378         * net/network-stream.el (network-stream-open-starttls):
15379         Support using starttls.el without using gnutls-cli.
15381 2011-08-17  Juri Linkov  <juri@jurta.org>
15383         * progmodes/grep.el (rgrep): Handle the case when
15384         `grep-find-command' is a cons cell (bug#9278).
15386 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
15388         * window.el (display-buffer-pop-up-frame): Run frame creation
15389         function with BUFFER current (as special-display-popup-frame
15390         does).  Reported by Drew Adams.
15392 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
15394         * epa-mail.el: Simplify GnuPG group expansion using
15395         epg-expand-group.
15396         (epa-mail-group-alist, epa-mail-group-modtime)
15397         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15398         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15399         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15400         Remove.
15402 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
15404         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15406 2011-08-16  Alan Mackenzie  <acm@muc.de>
15408         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15409         Correct, to avoid the inside of macros.
15411 2011-08-16  Richard Stallman  <rms@gnu.org>
15413         * epa-mail.el: Handle GnuPG group definitions.
15414         (epa-mail-group-alist, epa-mail-group-modtime)
15415         (epa-mail-gnupg-conf-file): New variables.
15416         (epa-mail-parse-groups, epa-mail-sync-groups)
15417         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15418         (epa-mail-expand-recipients): New functions.
15419         (epa-mail-encrypt): Call epa-mail-expand-recipients.
15421         * mail/rmail.el (rmail-epa-decrypt): New command.
15423         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15424         Don't bind buffer-read-only, just inhibit-read-only.
15425         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15426         (epa-decrypt-armor-in-region): Make error message clearer.
15428 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15430         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15431         and "a2b" to "ab" for `prefix'.
15433 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
15435         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15436         filter groups.
15437         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
15438         Fourquet (Bug#8804).
15440 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
15442         * startup.el (argi): Declare as global variable (bug#9275).
15444 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
15446         * subr.el (string-mark-left-to-right): Search the entire string
15447         for RTL script, not just the terminating character.  Doc fix.
15449 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15452         New function.
15453         (js--regexp-literal, js-syntax-propertize-function): Remove.
15454         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15455         (js-mode-map): Don't rebind electric keys.
15456         (js-insert-and-indent): Remove.
15457         (js-mode): Setup electric-layout and electric-indent instead.
15459         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15461 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
15463         * epa.el (epa-progress-callback-function): Fix the logic of
15464         displaying progress.
15465         * epa-file.el (epa-file-insert-file-contents): Make progress
15466         display more user-friendly.
15467         (epa-file-write-region): Ditto.
15469 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
15471         * subr.el (string-mark-left-to-right): New function.
15473         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15474         Use string-mark-left-to-right.
15475         (list-buffers-noselect): Caller changed.
15477         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15478         Use string-mark-left-to-right.
15479         (tabulated-list-print): Recenter after moving point.
15481 2011-08-10  Juri Linkov  <juri@jurta.org>
15483         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15484         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15485         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15487 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
15489         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15490         (Bug#7554).
15492 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
15494         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15495         character.  (Bug#6594)
15497 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
15499         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15500         (image-dired--with-db-file): New macro.
15501         (image-dired-write-tags, image-dired-remove-tag)
15502         (image-dired-create-gallery-lists, image-dired-write-comments)
15503         (image-dired-get-comment, image-dired-mark-tagged-files)
15504         (image-dired-list-tags, image-dired-gallery-generate): Use it.
15505         (image-dired-gallery-generate): Use insert-file-contents.
15507         * time.el (display-time-world-list, display-time-world-display):
15508         * time-stamp.el (time-stamp-string):
15509         * vc/add-log.el (add-change-log-entry): Use setenv instead of
15510         set-time-zone-rule (Bug#7337).
15512 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
15514         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15515         (epg-error-to-string, epg-errors-to-string): New function.
15516         (epg-wait-for-completion): Reverse errors list.
15517         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15518         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15519         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15520         (epg-sign-keys, epg-generate-key-from-file)
15521         (epg-generate-key-from-string): Format errors by using
15522         epg-errors-to-string (bug#9255).
15523         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15525 2011-08-07  Juri Linkov  <juri@jurta.org>
15527         * faces.el (list-faces-display): Remove extra angle bracket
15528         from `help-mode-map'.
15530         * info.el (Info-history-toc-nodes): Doc fix.
15532         * longlines.el (longlines-mode): Doc fix.
15534 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15536         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15537         of statements and in a few more cases (bug#9183).
15539         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15540         New functions.
15541         (cl-transform-lambda): Use them (bug#9239).
15543 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
15545         * window.el (display-buffer-same-window)
15546         (display-buffer-same-frame, display-buffer-other-window)
15547         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15548         (pop-to-buffer-other-window)
15549         (pop-to-buffer-same-frame-other-window)
15550         (pop-to-buffer-other-frame): Make them defuns.
15551         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15553 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15555         * subr.el (make-composed-keymap): Move from C.  Change calling
15556         convention, and improve docstring to bring attention to a subtle point.
15557         * minibuffer.el (completing-read-default): Adjust accordingly.
15559 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
15561         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15562         (tramp-open-shell): Use `tramp-shell-quote-argument'.
15564         * net/trampver.el: Update release number.
15566 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15568         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15569         "in" (bug#9190).
15571 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15573         * mail/sendmail.el (sendmail-query-once): Restore the current
15574         buffer after querying (bug#9074).
15576         * dired.el (dired-flagged): Use different faces for marked and
15577         flagged files (bug#6117).
15579         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15580         (bug#4433).
15582         * ido.el (ido-mode): Switch off the message if called
15583         non-interactively.
15585         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15586         before 587, since it appears that that's more likely to work for
15587         more people.
15589         * cus-edit.el (custom-file): When running under emacs -q, always
15590         refuse to save the customizations, even if the .emacs file doesn't
15591         exist.
15593         * info.el: Remove the `Info-beginning-of-buffer' function
15594         (bug#8325).
15596         * net/network-stream.el (network-stream-open-starttls):
15597         Use `starttls-available-p' to see whether starttls.el can be used.
15599 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
15601         * window.el (display-buffer-in-window): Don't set dedicated status
15602         of window here (Bug#9215).
15603         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15604         (display-buffer-pop-up-side-window)
15605         (display-buffer-in-side-window): Set dedicated status of window here.
15607 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15609         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15610         before binding generated-autoload-file.
15612 2011-08-01  Deniz Dogan  <deniz@dogan.se>
15614         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15616 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
15618         Sync with Tramp 2.2.2.
15620         * net/trampver.el: Update release number.
15622 2011-07-30  Juri Linkov  <juri@jurta.org>
15624         * dired-aux.el (dired-touch-initial): Remove function.
15625         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15626         current time, and `default' to the last modification time of the
15627         current marked file (bug#6887).
15629 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
15631         * simple.el (goto-line): Use string-to-number to provide a
15632         numeric argument to read-number (bug#9163).
15634 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
15636         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15637         connection process, it could be nil.
15639 2011-07-27  Leo Liu  <sdl.web@gmail.com>
15641         Simplify url handling in rcirc-mode.
15643         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15644         (rcirc-browse-url-at-mouse): Remove.
15645         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15647 2011-07-26  Alan Mackenzie  <acm@muc.de>
15649         Fontify bitfield declarations properly.
15651         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15652         (c-symbol-chars): Now exported as a lang variable.
15653         (c-not-primitive-type-keywords): New lang variable.
15655         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15656         QT keyword "more" to prevent "more slots: ...." being spuriously
15657         parsed as a bitfield declaration.
15659         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15660         Refactor and enhance to handle bitfield declarations.
15661         (c-punctuation-in): New function.
15662         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15663         declarations properly.
15665 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
15667         * calendar/icalendar.el (icalendar--all-events): Take care of
15668         multiple vcalendars in a single file.
15669         (icalendar--convert-float-to-ical): Checkdoc fixes.
15671 2011-07-25  Deniz Dogan  <deniz@dogan.se>
15673         * image.el (insert-image): Clarifying docstring.
15675 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
15677         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15678         `tramp-send-command-and-check' if there is no error.
15679         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15681 2011-07-22  Alan Mackenzie  <acm@muc.de>
15683         Prevent cc-langs.elc being loaded at run time.
15685         * progmodes/cc-mode.el: Remove two autoload forms which loaded
15686         cc-langs.
15688         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15689         "(require 'cc-langs)".  Quote a form so it will evaluate at
15690         (cc-mode's) compilation time.
15692 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
15694         * net/tramp.el (tramp-file-name-handler): Avoid recursive
15695         loading.  (Bug#9114)
15697 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
15699         * window.el (display-buffer-pop-up-window)
15700         (display-buffer-pop-up-side-window)
15701         (display-buffer-in-side-window): Call display-buffer-set-height
15702         and display-buffer-set-width after setting the new window's
15703         buffer so `fit-window-to-buffer' and friends work on the right buffer.
15705 2011-07-20  Sam Steingold  <sds@gnu.org>
15707         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15708         (etags-tags-included-tables): Call `convert-standard-filename' on
15709         the file names contained in TAGS so that windows Emacs can handle
15710         TAGS files created by cygwin ctags.
15712 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15714         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15715         which apparently didn't work.
15717 2011-07-19  Roland Winkler  <winkler@gnu.org>
15719         * proced.el (proced-send-signal): For *Marked Processes* buffer
15720         put point at beginning of buffer.
15722 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
15724         * proced.el (proced-format): Make header lines align with the text
15725         (bug#1779).
15727 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15729         * view.el (view-buffer): Allow running in `special' modes if we're
15730         visiting a file (bug#8615).
15732 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
15734         * window.el (display-buffer-alist-of-strings-p)
15735         (display-buffer-alist-set-1, display-buffer-alist-set-2):
15736         New functions.
15737         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15738         more accurately.
15740 2011-07-18  Alan Mackenzie  <acm@muc.de>
15742         Fontify declarators properly when, e.g., a jit-lock chunk begins
15743         inside a declaration.
15745         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15747         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15748         New function.
15749         (c-complex-decl-matchers): Insert reference to
15750         c-font-lock-enclosing-decls.
15752         * progmodes/cc-engine.el (c-backward-single-comment):
15753         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15754         to nil around calls to (forward-comment -1).
15756 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15758         * image.el (put-image): Doc typo fix.
15760         * progmodes/etags.el (tags-search): Doc typo fix.
15762         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15763         password if we get errors 550 to 554.
15765 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15767         * net/gnutls.el (gnutls-log-level): Remove.
15769         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15770         indentation character (bug#6380).
15772         * files.el (buffer-offer-save): Made permanently local (bug#6241).
15774         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15775         to clarify what the problem is (bug#4291).
15777         * simple.el (current-kill): Clarify what
15778         `interprogram-paste-function' does (bug#7500).
15779         (auto-fill-mode): Document `auto-fill-function' in relation to
15780         `auto-fill-mode' (bug#2470).
15782 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
15784         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15785         method if slot is read-only (bug#9035).
15787 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
15789         * frame.el (select-frame-set-input-focus): New argument NORECORD.
15790         * window.el (pop-to-buffer): Select window used even if it was
15791         selected before, see discussion of (Bug#8615), (Bug#6954).
15792         Pass argument NORECORD on to select-frame-set-input-focus.
15794 2011-07-15  Glenn Morris  <rgm@gnu.org>
15796         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
15797         Respect help-form.
15799 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
15801         * net/gnutls.el (gnutls-min-prime-bits): New variable.
15802         (gnutls-negotiate): Use it.
15804 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15806         * net/gnutls.el (gnutls-negotiate):
15807         Upcase `gnutls-algorithm-priority'.
15809 2011-07-15  Glenn Morris  <rgm@gnu.org>
15811         * jka-compr.el (jka-compr-verbose): Move from here...
15812         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
15813         Add missing :version tag.
15814         * info.el: No need to require jka-compr when compiling.
15816 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15818         * net/gnutls.el (gnutls-algorithm-priority): New variable.
15819         (gnutls-negotiate): Use it.
15821         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15823         * info.el (Info-beginning-of-buffer): New command.
15824         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15825         announcing `b' as the key (bug#8325).
15826         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15828         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15830         * international/mule-cmds.el
15831         (describe-specified-language-support): Make the error message
15832         clearer (bug#8905).
15834         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15836         * isearch.el (isearch-barrier): Add a doc string, since it's
15837         mentioned in a function doc string (bug#8678).
15839 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
15841         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15842         buffer argument (Bug#9083) and self-identifying label argument.
15844 2011-07-15  Glenn Morris  <rgm@gnu.org>
15846         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
15848 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850         * man.el (Man-fontify-manpage): Fix message when formatting the
15851         man page (bug#7929).
15853 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15855         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15856         argument LRM; if non-nil, append an invisible LRM character to the
15857         buffer name.
15858         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15859         last argument non-nil, when formatting buffer names.
15860         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15861         paragraph direction.
15863 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15865         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15866         the man page name (bug#7929).
15868         * image.el (put-image): Mention the `put-image' overlay property
15869         (bug#7834).
15871         * scroll-bar.el (set-scroll-bar-mode): Mention that
15872         `scroll-bar-mode' lists the values (bug#7772).
15874         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15875         command (bug#7729).
15877         * rect.el (apply-on-rectangle): Return the point after the last
15878         operation.
15879         (string-rectangle): Go to the point after the last operation
15880         (bug#7522).
15882         * printing.el (pr-toggle-region): Clarify the documentation
15883         slightly (bug#7493).
15885         * time.el (display-time-update):
15886         Allow `display-time-mail-function' to return nil (bug#7158).
15887         Fix suggested by Detlev Zundel.
15889         * vc/diff.el (diff): Clarify the order the file names are read
15890         (bug#7111).
15892         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15893         the doc string (bug#7015).
15895         * font-lock.el (font-lock-maximum-decoration): Mention what
15896         numeric levels mean (bug#6935).
15898         * startup.el (initial-buffer-choice): Don't mention the `none'
15899         selection, which is against policy.
15901 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
15903         * window.el (display-buffer-normalize-special):
15904         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15906 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
15908         * subr.el (version<, version<=, version=): Mention "-CVS" and
15909         "-12345" alpha version numbers.
15911 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15913         * bindings.el: Add advertised binding for set-mark-command
15914         (Bug#5772).
15916 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
15918         * bindings.el (mode-line-other-buffer):
15919         * bookmark.el (bookmark-bmenu-2-window):
15920         * bs.el (bs-cycle-next, bs-cycle-previous):
15921         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15922         switch-to-buffer.
15924         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15925         Delete.
15927 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
15929         * follow.el (follow-debug-message, follow-redisplay):
15930         * jka-cmpr-hook.el (with-auto-compression-mode):
15931         Fix typos in docstrings.
15933 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15935         * subr.el (with-silent-modifications): Clarify somewhat what the
15936         macro inhibits (bug#6525).
15938         * simple.el (eval-expression): Note what it does if called
15939         interactively (bug#6495).
15941 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
15943         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15944         Use pop-to-buffer buffer-or-name if it is nil.
15946         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15947         Remove switch-to-buffer.
15949 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15951         * files.el (make-directory): Clarify that an error will be raised
15952         if there's an error (bug#6397).
15954         * startup.el (initial-buffer-choice): Add `none' as a choice
15955         (bug#6234).
15957         * subr.el (add-hook): Clarify section about buffer-local hooks
15958         (bug#6218).
15960         * dired.el (dired-flagged): Clarify doc string (bug#6117).
15962 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
15964         * tabify.el (untabify): Preserve the current column so that point
15965         doesn't move (bug#6032).
15967 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15969         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15970         Rewrite to avoid awkward possessive "s" (bug#5986).
15972 2011-07-13  Glenn Morris  <rgm@gnu.org>
15974         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
15975         (dired-insert-directory): Give a message the first time
15976         if ls is found not to support --dired.
15978 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15980         * simple.el (toggle-truncate-lines): Clarify what is toggled
15981         (bug#5580).  Text by Drew Adams.
15983 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
15985         * simple.el (blink-matching-open): Make the error message from the
15986         last change less verbose.
15988 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
15990         * font-lock.el (font-lock-comment-face): Use the high contrast
15991         "yellow" color for font-lock-comment-face on low color terminals
15992         using a dark background color (bug#4221).
15994 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15996         * dired.el (dired-insert-set-properties): Make the doc string
15997         reflect what it does now (bug#5325).
15999         * simple.el (blink-matching-open): Say that we were unable to find
16000         the match within the limit, if we're limited (bug#5122).
16002         * international/mule-cmds.el (prefer-coding-system): Add an
16003         example (bug#4869).
16005         * progmodes/etags.el (tags-search): Document `file-list-form'
16006         (bug#4731).
16008 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
16010         * net/browse-url.el (browse-url-default-browser)
16011         (browse-url-browser-function): Make the default browser choice a
16012         bit more logical (bug#4300).  Also clean up the doc string.
16014 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
16016         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16017         binary endings (bug#4440).
16019 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16021         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16022         which can be pretty annoying (bug#8971).
16024         * jka-compr.el (jka-compr-verbose): New variable, and use
16025         throughout (bug#8971).
16027         * info.el (Info-find-file): Fall back on the installation
16028         directory if we can't find the info node anywhere else.
16030 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
16032         * vc/vc.el (vc-revert-file):
16033         Don't set file time-stamp in the past.  (Bug#5181)
16035 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16037         * files.el (after-find-file): Give a better error message when
16038         trying to find a symlink that points to a file that doesn't exist
16039         (bug#4398).
16041         * progmodes/cc-vars.el: Remove (probably) misleading comment
16042         (bug#4396).
16044 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
16046         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16048 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16050         * mouse-sel.el: Hack restoring functionality, while keeping
16051         compatibility with 2010-07-03 changes to mouse selection.
16052         (mouse-sel-primary-overlay): New var.
16053         (mouse-sel-selection-alist): Use it.
16054         (mouse-sel-mode): Doc fix; remove points that are default features
16055         of mouse.el.
16057 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
16059         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16060         Fix previous fix (bug#2490).
16062 2011-07-12  Roland Winkler  <winkler@gnu.org>
16064         * textmodes/bibtex.el (bibtex-initialize):
16065         Use pop-to-buffer-same-window.
16066         (bibtex-search-entries): Fix interactive call.
16068 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16070         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16071         Fontise bytecomp Error lines more correctly (bug#2490).
16072         Fix suggested by Johan Bockgård.
16074         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16076         * dired-x.el (dired-guess-default): Use `delete-dups'.
16078 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16080         * dired.el (dired-mark-prompt):
16081         * dired-aux.el (dired-read-shell-command): Doc fix.
16083 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16085         * mail/sendmail.el (sendmail-query-once):
16086         Use `customize-save-variable' unconditionally, now that it works under
16087         emacs -Q.
16089         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16091         * cus-edit.el (custom-file): Take an optional no-error variable.
16092         (customize-save-variable): Set the variable, and give a warning if
16093         running under "emacs -q".
16095 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
16097         * loadhist.el (unload-feature-special-hooks):
16098         Add `auto-coding-functions', `fill-nobreak-predicate' and
16099         `find-directory-functions' (bug#5327).
16101 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16103         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16105         * cus-edit.el (custom-guess-name-alist): -alist variables should
16106         use the `alist' type (bug#3120).  Suggested by Drew Adams.
16108         * printing.el: Add documentation to all the `pr-toggle-' commands.
16110 2011-07-11  Leo Liu  <sdl.web@gmail.com>
16112         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16113         backends where it makes sense (bug#2623).
16115 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117         * dired-x.el (dired-guess-default): Remove duplicate shell command
16118         entries (bug#2028).
16119         (dired-guess-default): Fix grammar in doc string (bug#2028).
16120         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16122         * subr.el (remove-duplicates): New conveniency function.
16124 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16126         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16127         (bug#1526).
16129 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
16131         * window.el (display-buffer-normalize-default): Don't invert
16132         meaning of even-window-heights.  Reported by Eli Zaretskii
16133         <eliz@gnu.org>.
16135 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
16137         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16139 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
16141         * window.el (display-buffer): Fix arguments to
16142         display-buffer-reuse-window in last change.
16144         * faces.el (link): Use a less saturated blue on light backgrounds.
16146         * startup.el (fancy-startup-text, fancy-about-text)
16147         (fancy-startup-tail): Use font-lock faces, for background safety.
16149 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
16151         * emulation/viper-cmd.el (viper-change-state-to-vi):
16152         Limit triggering of abbrev expansion (Bug#9038).
16154 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
16156         * window.el (display-buffer-default-specifiers): Remove.
16157         (display-buffer-macro-specifiers): Remove default specifiers.
16158         (display-buffer-alist): Default to nil.
16159         (display-buffer-reuse-window): New optional argument other-window.
16160         (display-buffer-pop-up-window): Allow splitting internal
16161         windows.  Check whether a live window was created.
16162         (display-buffer-other-window-means-other-frame)
16163         (display-buffer-normalize-arguments): Rename to
16164         display-buffer-normalize-argument and rewrite.  Set the
16165         other-window specifier.
16166         (display-buffer-normalize-special): New function.
16167         (display-buffer-normalize-options): Rename to
16168         display-buffer-normalize-default and rewrite.
16169         (display-buffer-normalize-options-inhibit): Remove.
16170         (display-buffer-normalize-specifiers): Rewrite.
16171         (display-buffer): Process other-window specifier and call
16172         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
16173         more faithfully.
16174         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16175         (display-buffer-alist-set): Don't handle 'unset default values.
16176         (display-buffer-in-window, display-buffer-alist-set):
16177         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
16178         <tassilo@member.fsf.org>.
16180 2011-07-09  Leo Liu  <sdl.web@gmail.com>
16182         * register.el (insert-register): Restore accidental change on
16183         2011-06-26.  (Bug#9028)
16185 2011-07-09  Glenn Morris  <rgm@gnu.org>
16187         * subr.el (remq): Handle the empty list.  (Bug#9024)
16189 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
16191         * mail/sendmail.el (send-mail-function): No longer delay custom
16192         initialization.
16193         * custom.el (custom-initialize-delay): Doc fix.
16195 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16197         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16199 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
16201         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16202         human-friendly prompt.
16204 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16206         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16207         provided by a particular plugin.
16209 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16211         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16212         save customizations (with "emacs -Q"), just set the variable
16213         instead of erroring out.
16215         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16217 2011-07-08  Juri Linkov  <juri@jurta.org>
16219         * arc-mode.el (archive-zip-expunge, archive-zip-update)
16220         (archive-zip-update-case): Use 7z if found by `executable-find'.
16221         The order of searching the available programs is the same as in
16222         `archive-zip-extract' (bug#8968).
16224 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
16226         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16227         (menu-bar-options-menu): Tweak descriptions.
16229 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16232         menu items into verb phrases (bug#1421).  Also refill to fit under
16233         80 columns.
16235 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
16237         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16238         (Info-read-node-name): Doc fix (Bug#1084).
16240         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16241         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16242         (end-of-sexp, beginning-of-sexp)
16243         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16244         (forward-symbol, forward-same-syntax, word-at-point)
16245         (sentence-at-point): Doc fix (Bug#1144).
16247 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16250         should cover it (bug#1281).
16252         * cus-edit.el (custom-show): Mark as obsolete.
16254         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16255         negotiation fails, then possibly try again with a non-encrypted
16256         connection (bug#9017).
16258         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16259         be used.
16261 2011-07-07  Richard Stallman  <rms@gnu.org>
16263         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16264         property, and handle its changed format.
16265         Look for the correct line number.
16266         Use file's line contents (but not past first =) to find
16267         correct line in message.
16269 2011-07-07  Kenichi Handa  <handa@m17n.org>
16271         * international/characters.el (build-unicode-category-table):
16272         Delete it.
16273         (unicode-category-table): Set it by unicode-property-table-internal.
16275         * international/mule-cmds.el (char-code-property-alist): Move to
16276         to src/chartab.c.
16277         (get-char-code-property): Call unicode-property-table-internal to
16278         load a file.  Call get-unicode-property-internal where necessary.
16279         (put-char-code-property): Call unicode-property-table-internal to
16280         load a file.  Call put-unicode-property-internal where necessary.
16281         put-unicode-property-internal where necessary.
16282         (char-code-property-description):
16283         Call unicode-property-table-internal to load a file.
16285         * international/charprop.el:
16286         * international/uni-bidi.el:
16287         * international/uni-category.el:
16288         * international/uni-combining.el:
16289         * international/uni-comment.el:
16290         * international/uni-decimal.el:
16291         * international/uni-decomposition.el:
16292         * international/uni-digit.el:
16293         * international/uni-lowercase.el:
16294         * international/uni-mirrored.el:
16295         * international/uni-name.el:
16296         * international/uni-numeric.el:
16297         * international/uni-old-name.el:
16298         * international/uni-titlecase.el:
16299         * international/uni-uppercase.el: Regenerate.
16301         * loadup.el: Load international/charprop.el before
16302         international/characters.
16304 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
16306         * window.el (next-buffer, previous-buffer): Signal an error if
16307         called from a minibuffer window.
16309         * bindings.el: Revert 2011-07-04 change.
16311 2011-07-06  Richard Stallman  <rms@gnu.org>
16313         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16314         (rmail-mime-insert-bulk, rmail-mime-insert-text):
16315         Treat markers like ints.
16316         (rmail-mime-entity): Doc fix.
16318 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16321         defcustom again for backwards compatibility.
16323         * simple.el (shell-command-on-region): Fill.
16325         * dired-aux.el (dired-kill-line): Add a doc string.
16327         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16328         to "\\sw\\|\\s_" (bug#358).
16330         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16331         (dired-unmark-backward): Ditto.
16332         (dired-flag-backup-files): Ditto.
16334         * dired-x.el (dired-mark-sexp): Ditto.
16336 2011-07-06  Richard Stallman  <rms@gnu.org>
16338         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16339         (rmail-mime-entity): New arg TRUNCATED.
16340         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16341         New functions.
16342         (rmail-mime-save): Warn if entity is truncated.
16343         (rmail-mime-toggle-hidden): Likewise, for showing.
16344         (rmail-mime-process-multipart): Record when an entity is truncated.
16346         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16347         if ENTITY is a string.
16349 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16352         of faces when `M-C-x'-ing their definitions (bug#8378).
16353         Also clean up the code slightly.
16355         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16356         because that makes the colors go away.
16358         * mail/sendmail.el (send-mail-function): Change the default to
16359         `sendmail-query-once'.
16360         (sendmail-query-once): Add an autoload cookie.
16362         * net/network-stream.el (network-stream-open-starttls): Try using
16363         a plain connection even if the server offered STARTTLS, and we
16364         kinda wanted to use it, if Emacs doesn't have any STARTTLS
16365         capability.  This should make smtpmail.el work in slightly more
16366         configurations.
16368 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
16370         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16371         New defun.
16372         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16374 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
16376         * progmodes/sql.el: Version 3.0
16377         (sql-product-alist): Add product :completion-object,
16378         :completion-column, and :statement attributes.
16379         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16380         (sql-mode-syntax-table): Mark all punctuation.
16381         (sql-font-lock-keywords-builder): Temporarily remove fallback on
16382         ansi keywords.
16383         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16384         (sql-mode-oracle-font-lock-keywords): Improve.
16385         (sql-oracle-show-reserved-words): New function for development.
16386         (sql-product-font-lock): Simplify for source code buffers.
16387         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16388         New functions.
16389         (sql-highlight-product): Set product specific syntax table.
16390         (sql-mode-map): Add statement movement functions.
16391         (sql-ansi-statement-starters, sql-oracle-statement-starters):
16392         New variable.
16393         (sql-statement-regexp, sql-beginning-of-statement)
16394         (sql-end-of-statement, sql-signum): New functions.
16395         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16396         (sql-show-sqli-buffer): Bug fix.
16397         (sql-interactive-mode): Store connection data as buffer local.
16398         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
16399         with sql-interactive-mode.
16400         (sql-save-connection): Save buffer local settings.
16401         (sql-connection-menu-filter): Change menu entry name.
16402         (sql-product-interactive): Bug fix.
16403         (sql-preoutput-hold): New variable.
16404         (sql-interactive-remove-continuation-prompt): Bug fixes.
16405         (sql-debug-redirect): New variable.
16406         (sql-str-literal): New function.
16407         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16408         Redesign.
16409         (sql-oracle-save-settings, sql-oracle-restore-settings)
16410         (sql-oracle-list-all, sql-oracle-list-table): New functions.
16411         (sql-completion-object, sql-completion-column)
16412         (sql-completion-sqlbuf): New variables.
16413         (sql-build-completions-1, sql-build-completions)
16414         (sql-try-completion): New functions.
16415         (sql-read-table-name): Use them.
16416         (sql-contains-names): New buffer local variable.
16417         (sql-list-all, sql-list-table): Use it.
16418         (sql-oracle-completion-types): New variable.
16419         (sql-oracle-completion-object, sql-sqlite-completion-object)
16420         (sql-postgres-completion-object): New functions.
16422 2011-07-06  Glenn Morris  <rgm@gnu.org>
16424         * window.el (pop-to-buffer): Doc fix.
16426 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
16428         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16430 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
16432         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16434         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16436 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
16438         * button.el (button): Inherit from link face.  Suggested by Dan
16439         Nicolaescu.
16441 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16443         * progmodes/gdb-mi.el: Fit in 80 columns.
16444         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16445         switch-to-buffer.
16447         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16448         if imenu is simply not configured (bug#8941).
16450 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
16452         * allout.el (allout-post-undo-hook): New allout outline-change
16453         event hook to signal undo activity.
16454         (allout-post-command-business): Run allout-post-undo-hook if an
16455         undo just occurred.
16456         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16457         * allout-widgets.el (allout-widgets-after-undo-function):
16458         Ensure the integrity of the current item's decoration after it has been
16459         in the vicinity of an undo.
16460         (allout-widgets-mode): Include allout-widgets-after-undo-function
16461         on the new allout-post-undo-hook.
16463 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16465         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16466         Let define-derived-mode define it.
16467         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16468         cycles of abbrev-table inheritance (bug#8998).
16470 2011-07-05  Roland Winkler  <winkler@gnu.org>
16472         * textmodes/bibtex.el: Add support for biblatex.
16473         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16474         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16475         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16476         (bibtex-entry-alist, bibtex-field-alist): New variables.
16477         (bibtex-entry-field-alist): Obsolete alias for
16478         bibtex-BibTeX-entry-alist.
16479         (bibtex-entry-alist, bibtex-field-alist): New widgets.
16480         (bibtex-set-dialect): New command.
16481         (bibtex-entry-type, bibtex-entry-head)
16482         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16483         Bind via bibtex-set-dialect.
16484         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16485         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16486         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16487         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16488         Define via bibtex-set-dialect.
16489         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16490         Obey bibtex-no-opt-remove-re.
16491         (bibtex-vec-push, bibtex-vec-incr): New functions.
16492         (bibtex-format-entry, bibtex-field-list)
16493         (bibtex-print-help-message, bibtex-validate)
16494         (bibtex-search-entries): Use new format of bibtex-entry-alist.
16496 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16498         * progmodes/compile.el (compilation-goto-locus):
16499         * net/tramp-cmds.el (tramp-append-tramp-buffers):
16500         * bs.el (bs-cycle-next, bs-cycle-previous):
16501         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16502         * bindings.el (mode-line-other-buffer):
16503         * autoinsert.el (auto-insert):
16504         * arc-mode.el (archive-extract):
16505         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16507 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16509         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16510         Fix check of `emacs-lock-unlockable-modes'.
16511         Coerce true values of `emacs-lock--try-unlocking' to t.
16513 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16515         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16516         * emacs-lock.el: New file.
16518 2011-07-05  Julien Danjou  <julien@danjou.info>
16520         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16521         than `boundp' to check if face is set.
16523 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
16525         * register.el (registerv-make):
16526         * window.el (window-min-height): Fix typos in docstrings.
16528 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
16530         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16531         Update doc string.
16533 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
16535         * server.el (server-execute): Catch quit and call
16536         `server-return-error' to pass the error back to emacsclient and
16537         close the connection (bug#8942).
16539 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
16541         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16542         insecure exception for current topic.  Also note that auto-saves
16543         are handled differently.
16545         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16546         State variables for tracking auto-save inhibition situation.
16548         (allout-write-contents-hook-handler): Rename from
16549         'allout-write-file-hook-handler', and describe how it depends on
16550         write-contents-functions sensitivity to non-nil value to prevent
16551         file write.
16553         (allout-auto-save-hook-handler): Remove.  auto-save does not check
16554         this in individual buffers, only in the starting buffer, so this
16555         is not the right way for us to inhibit auto-save in a buffer
16556         according to its condition.
16558         (allout-mode): Use new allout-write-contents-hook-handler, and
16559         only with write-contents-functions.  Remove auto-save provisions -
16560         they're implemented elsewhere.
16562         (allout-before-change-handler): If undo is in progress, note that
16563         for attention of allout-post-command-business.
16565         (allout-post-command-business): If the command we're following was
16566         an undo, check for change in the status of encrypted items and
16567         adjust auto-save inhibitions accordingly.
16569         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16570         according to whether there are or aren't any plain-text topics
16571         pending encryption.
16573         (allout-inhibit-auto-save-info-for-decryption):
16574         Adjust buffer-saved-size and some allout state to inhibit auto-saves
16575         if there are plain-text topics pending encryption.
16577         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16578         buffer-saved-size and some allout state to not inhibit auto-saves
16579         if there are no longer any plain-text topics pending encryption.
16581         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16582         No longer provide for exemption of the current topic.
16584 2011-07-04  Juri Linkov  <juri@jurta.org>
16586         Add 7z operations to delete and save changed members (bug#8968).
16587         * arc-mode.el (archive-7z-expunge, archive-7z-update):
16588         New defcustoms.
16589         (archive-7z-write-file-member): New function.
16590         (archive-7z-summarize): Fix the number of dashes in the
16591         listing output.
16593 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16595         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16596         (bug#8958).
16598 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
16600         * bindings.el: Ignore next-buffer and previous-buffer in
16601         minibuffer-local-map.
16603         * font-lock.el (font-lock-builtin-face): Change light background
16604         color to dark slate blue (Bug#6693).
16606 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
16608         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16610 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16612         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16613         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16614         Add switch-to-buffer.
16616 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618         * isearch.el (isearch-search-fun-function): Clarify further the
16619         meaning of the function returned.
16621 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
16623         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16625         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16626         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16627         Use it.
16628         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
16629         `tramp-default-remote-path' does not exist.
16630         (tramp-send-command-and-read): New optional argument NOERROR.
16631         (tramp-open-connection-setup-interactive-shell)
16632         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16633         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16634         (tramp-process-sentinel): Flush also process' connection property.
16635         (tramp-sh-handle-start-file-process): Do not set process
16636         sentinel.  It is done now ...
16637         (tramp-maybe-open-connection): ... here.  (Bug#8929)
16639 2011-07-04  MON KEY  <monkey@sandpframing.com>
16641         * play/animate.el (animate-string): Doc fixes and allow changing
16642         the buffer name (bug#5417).
16644 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646         * play/animate.el (animation-buffer-name): Rename from *animate*.
16648 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
16650         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16651         This is simpler and helps future-proof the code.
16652         (timer-until): Use time-subtract and float-time.
16653         (timer--time-less-p): Use time-less-p.
16655 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
16657         * type-break.el (timep): Use the value of `float-time' to avoid a
16658         byte-compiler warning.
16660         * server.el (server-eval-and-print): Return any result, even nil.
16662 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16664         * type-break.el: Accept time formats that the builtins accept.
16665         (timep, type-break-time-difference): Accept any format that
16666         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16667         This is simpler and helps future-proof the code.
16668         (type-break-time-difference): Round rather than ignoring
16669         subseconds components.
16671 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16673         * info.el (Info-apropos-matches): Make non-interactive, since it
16674         doesn't seem to do anything useful as a command (bug#8829).
16676 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
16678         * frame.el (frame-background-mode, frame-set-background-mode):
16679         Move from faces.el.
16680         (frame-default-terminal-background): New function.
16682         * custom.el (custom-push-theme): Don't record faces in `changed'
16683         theme; this doesn't work correctly for per-frame face settings.
16684         (disable-theme): Use face-set-after-frame-default to reset faces.
16685         (custom--frame-color-default): New function.
16687 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16689         * dired.el (dired-flagging-regexp): Remove unused variable
16690         (bug#8769).
16692 2011-03-29  Kevin Ryde  <user42@zip.com.au>
16694         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16695         `perl-Test2' extend to match possible "fail #N" rep count
16696         (bug#8377).
16698 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16700         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16701         `smtpmail-via-smtp' now returns the error instead of nil.
16703         * isearch.el (isearch-search-fun-function): Clarify the doc string
16704         (bug#8101).
16706 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
16708         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16709         unnecessary spaces (bug#8987).
16711 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16713         * net/network-stream.el (open-network-stream): Use the
16714         :end-of-capability command thoughout.
16716 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16718         * net/network-stream.el (open-network-stream): Add the
16719         :end-of-capability command parameter, used by pop3.el.
16721 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16723         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16725         * fringe.el (fringe-query-style): Remove redundant text " (type ?
16726         for list)" (bug#6475).
16728         * files.el (file-expand-wildcards): Ignore non-readable
16729         sub-directories while trying to find matches instead of signaling
16730         an error (bug#6297).
16732         * man.el (Man-reference-regexp): Allow matching possible
16733         word-wrapped references (bug#6289).
16735         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16736         for consistency with the other vc buffers (bug#6197).
16737         (vc-checkin): Ditto.
16739         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16741         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16743 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16745         * custom.el (defcustom): Clarify that :set is only used in the
16746         Customize user interface (bug#6089).
16748         * progmodes/flymake.el (flymake-mode): If the buffer isn't
16749         associated with a file, refuse to run instead of erroring out
16750         (bug#6084).
16752         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16753         the doc string, since it appears that using `fill-column' always
16754         controls the width (bug#7845).
16756         * simple.el (shell-command-on-region): Say where the error output
16757         went if `shell-command-default-error-buffer' is set (bug#6857).
16759 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
16761         * allout.el (allout-yank-processing): Adjust cursor position for
16762         backwards-deleted space.
16764         (allout-rebullet-heading): Register changes with
16765         allout-exposure-changed-hook, so the modified topic is properly
16766         decorated.
16768 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16770         * minibuffer.el (completion-in-region): Document PREDICATE
16771         (bug#7136).
16773         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16774         of keyword/argument pairs (bug#6904).
16776         * replace.el (multi-occur):
16777         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16779 2011-07-02  Drew Adams  <drew.adams@oracle.com>
16781         * dired.el (dired-mark-if): Make the message about whether it's
16782         marking or unmarking clearer (bug#8523).
16784 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16786         * disp-table.el (display-table-print-array): New function.
16787         (describe-display-table): Use it to print the vectors more pretty
16788         (Bug#8859).
16790 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
16792         * window.el (window-state-get-1): Don't assign clone numbers.
16793         Add clone-of item to list of window parameters.
16794         (window-state-put-2): Don't process clone numbers.
16795         (display-buffer-alist): Fix doc-string.
16797 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16799         * subr.el (remq): Don't allocate if it's not needed.
16800         (keymap--menu-item-binding, keymap--menu-item-with-binding)
16801         (keymap--merge-bindings): New functions.
16802         (keymap-canonicalize): Use them to refine the canonicalization.
16803         * minibuffer.el (minibuffer-local-completion-map)
16804         (minibuffer-local-must-match-map): Move initialization from C.
16805         (minibuffer-local-filename-completion-map): Move initialization from C;
16806         don't inherit from anything here.
16807         (minibuffer-local-filename-must-match-map): Make obsolete.
16808         (completing-read-default): Use make-composed-keymap to combine
16809         minibuffer-local-filename-completion-map with either
16810         minibuffer-local-must-match-map or
16811         minibuffer-local-filename-completion-map.
16813 2011-07-01  Glenn Morris  <rgm@gnu.org>
16815         * type-break.el (type-break-time-sum): Use dolist.
16817         * textmodes/flyspell.el (flyspell-word-search-backward):
16818         Replace CL function.
16820 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16822         * mouse.el (mouse--strip-first-event): New function.
16823         (function-key-map): Use it to map fringe clicks to normal clicks
16824         by default.
16826         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16827         (vc-bzr-revision-completion-table): Add support for annotate and date.
16829         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16830         inherit from parent.
16832 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16834         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16835         (dired-show-file-type): Doc fixup (bug#8818).
16837         * dired.el (dired-mode): Fix up the doc string as suggested by
16838         Drew Adams (bug#8817).
16840         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16841         cookie, since the manual says that it should be possible to add
16842         this function to `find-file-hook' (bug#8709).
16844 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16846         * progmodes/cfengine.el: Moved all cfengine3.el functionality
16847         here.  Noted Ted Zlatanov as the maintainer.
16848         (cfengine-common-settings, cfengine-common-syntax): New functions
16849         to set up common things between `cfengine-mode' and
16850         `cfengine3-mode'.
16851         (cfengine3-mode): New mode.
16852         (cfengine3-defuns cfengine3-defuns-regex
16853         (cfengine3-class-selector-regex cfengine3-category-regex)
16854         (cfengine3-vartypes cfengine3-font-lock-keywords)
16855         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16856         (cfengine3-indent-line): Add from cfengine3.el.
16858 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
16860         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16862         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16864 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
16866         * window.el (same-window-buffer-names, same-window-regexps)
16867         (same-window-p, special-display-frame-alist)
16868         (special-display-popup-frame, special-display-function)
16869         (special-display-buffer-names, special-display-regexps)
16870         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16871         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16872         (split-window-preferred-function, split-height-threshold)
16873         (split-width-threshold, even-window-heights)
16874         (display-buffer-mark-dedicated, window-splittable-p)
16875         (split-window-sensibly, window-safely-shrinkable-p):
16876         Un-obsolete.
16877         (display-buffer): Don't spread args with function specifier
16878         because special-display-popup-frame won't like it.
16880 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16882         Time-stamp simplifications and fixes.
16883         These improve accuracy slightly, and future-proof the code
16884         against some potential changes to current-time format.
16886         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16887         by using time-since and float-time.
16889         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16890         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
16891         + NNN microseconds".
16893         * type-break.el (type-break-time-sum): Rewrite using time-add.
16895         * play/hanoi.el (hanoi-current-time-float): Remove.
16896         All uses replaced by float-time.
16898         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16899         This yields a more-accurate answer.
16900         (rng-time-to-float): Remove; no longer needed.
16902         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16904         * calendar/timeclock.el (timeclock-seconds-to-time):
16905         Defalias to seconds-to-time, since they're the same thing.
16907         * emacs-lisp/elp.el (elp-elapsed-time):
16908         * emacs-lisp/benchmark.el (benchmark-elapse):
16909         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16911 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16913         * window.el (bury-buffer): Don't iconify the only frame.
16914         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16915         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
16917 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
16919         * eshell/em-smart.el (eshell-smart-display-navigate-list):
16920         Add mouse-yank-primary.
16922 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
16924         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16926 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16928         * emacs-lisp/find-func.el (find-library--load-name): New fun.
16929         (find-library-name): Use it to find relative load names when provided
16930         absolute file name (bug#8803).
16932 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16934         * textmodes/flyspell.el (flyspell-word): Consider words that
16935         differ only in case as potential doublons (bug#5687).
16937         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16938         Remove two rather uninteresting debugging-like messages to make
16939         debbugs.el more silent.
16941         * comint.el (comint-password-prompt-regexp): Accept "Response" as
16942         a password-like phrase.
16944 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
16946         * progmodes/cc-guess.el: New file.
16948         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16950         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16951         derived from `c-basic-common-init'.
16953         * progmodes/cc-mode.el (top-level): Require cc-guess.
16954         (c-basic-common-init): Use `cc-choose-style-for-mode'.
16956 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
16958         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16960 2011-06-30  Alan Mackenzie  <acm@muc.de>
16962         * progmodes/cc-engine.el (c-guess-continued-construct):
16963         Correct the handling of template-args-cont, particularly for when font
16964         lock is disabled.  Name this case as "CASE G".
16966 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
16968         * allout.el (allout-yank-processing): Fix injection of extra space
16969         between bullet and non-whitespace character in first topic when
16970         pasting, ensuring that the actual spacing in the pasted topic
16971         following the bullet char is preserved.  This extra space was
16972         causing pasted encrypted topics to get a decrypted status even
16973         when the content was actually still encrypted.  Now the decryption
16974         status from before the paste is preserved.
16976         (allout-flag-region): Set all allout overlays so they evaporate
16977         when reduced to zero length (evanescent), to prevent overlay
16978         leakage.
16980 2011-06-30  Glenn Morris  <rgm@gnu.org>
16982         * w32-fns.el (w32-charset-info-alist): Declare.
16984         * find-dired.el (find-grep-options): Simplify.
16986         * term/ns-win.el (ns-set-resource): Declare.
16988         * ses.el (row, col): Declare dynamic variables honestly.
16990         * textmodes/reftex-parse.el (index-tags): Declare.
16992 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
16994         * cus-edit.el (customize-push-and-save): New function.
16996         * files.el (hack-local-variables-confirm): Use it.
16998         * custom.el (load-theme): New arg NO-CONFIRM.
16999         Use customize-push-and-save (Bug#8720).
17000         (custom-enabled-themes): Doc fix.
17002         * cus-theme.el (customize-create-theme)
17003         (custom-theme-merge-theme): Callers to load-theme changed.
17005 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007         * thingatpt.el (thing-at-point-short-url-regexp): Require that
17008         short URLs have at least one dot in them (bug #7614).
17010         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17011         nil, because using a pty is apparently too slow (bug #895).
17013 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17015         * mail/sendmail.el (sendmail-query-once): New function.
17016         (sendmail-query-once-function): New variable.
17018 2011-06-29  Glenn Morris  <rgm@gnu.org>
17020         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17022         * ses.el (top-level): Require cl when compiling.
17023         (ses-set-localvars): Fix error statement.
17024         Call it at compile time to silence a storm of warnings.
17026 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
17028         * window.el (normalize-live-buffer): Rename to
17029         window-normalize-buffer.
17030         (normalize-live-frame): Rename to window-normalize-frame.
17031         (normalize-any-window): Rename to window-normalize-any-window.
17032         (normalize-live-window): Rename to window-normalize-live-window.
17033         (make-window-atom): Rename to window-make-atom.
17034         (window-resize-reset): Rename to window--resize-reset.
17035         (window-resize-reset-1): Rename to window--resize-reset-1.
17036         (resize-mini-window): Rename to window--resize-mini-window.
17037         (resize-subwindows-skip-p): Rename to
17038         window--resize-subwindows-skip-p.
17039         (resize-subwindows-normal): Rename to
17040         window--resize-subwindows-normal.
17041         (resize-subwindows): Rename to window--resize-subwindows.
17042         (resize-other-windows): Rename to window--resize-siblings.
17043         (resize-this-window): Rename to window--resize-this-window.
17044         (resize-root-window): Rename to window--resize-root-window.
17045         (resize-root-window-vertically): Rename to
17046         window--resize-root-window-vertically.
17047         (normalize-buffer-to-display): Rename to
17048         window-normalize-buffer-to-display.
17049         (normalize-buffer-to-switch-to): Rename to
17050         window-normalize-buffer-to-switch-to.
17051         Correspondingly update all callers of the functions listed
17052         above.
17053         (display-buffer-alist, display-buffer-normalize-arguments)
17054         (display-buffer-normalize-options, display-buffer)
17055         (display-buffer-alist-set): Use "function" instead of
17056         "fun-with-args".
17058 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
17060         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17061         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
17062         debbugs.gnu.org.  Mention acknowledgment email.
17064 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17066         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17067         buffer multibyteness, since it shouldn't matter.
17069 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
17071         * window.el (display-buffer-in-side-window): Handle dedicated
17072         windows as in display-buffer-reuse-window.
17073         (display-buffer-normalize-alist): Use value of override
17074         specifier.
17075         (display-buffer-normalize-specifiers): Use value of
17076         other-window-means-other-frame specifier.
17077         (display-buffer-alist): Rewrite some texts in widgets.
17078         (display-buffer): Spread arguments when calling function
17079         specified by fun-with-args.
17081 2011-06-28  Deniz Dogan  <deniz@dogan.se>
17083         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17084         Unnest `let'.
17086         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17087         selectors (Bug#5732).
17088         (css-proprietary-nmstart-re): Use `regexp-opt'.
17090 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
17092         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17093         (eshell-ls-date-format): New defcustom.
17094         (eshell-ls-file): Use it.
17096 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17098         * help-fns.el (describe-variable): Fix message for terminal-local vars.
17100 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17102         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17103         (ange-ftp-make-tmp-name): New arg.
17104         (ange-ftp-file-local-copy): Use it.
17106 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
17108         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17109         no-conversion (Bug#8870).
17111 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
17113         * window.el (window-right, window-left, window-child)
17114         (window-child-count, window-last-child)
17115         (window-iso-combination-p, walk-window-tree-1)
17116         (window-atom-check-1, window-tree-1, delete-window)
17117         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17118         new naming conventions - window-vchild, window-hchild,
17119         window-next and window-prev are now called window-top-child,
17120         window-left-child, window-next-sibling and window-prev-sibling
17121         respectively.
17122         (resize-window-reset): Rename to window-resize-reset.
17123         (resize-window-reset-1): Rename to window-resize-reset-1.
17124         (resize-window): Rename to window-resize.
17125         (window-min-height, window-min-width)
17126         (resize-mini-window, resize-this-window, resize-root-window)
17127         (resize-root-window-vertically, adjust-window-trailing-edge)
17128         (enlarge-window, shrink-window, maximize-window)
17129         (minimize-window, delete-window, quit-restore-window)
17130         (split-window, balance-windows, balance-windows-area-adjust)
17131         (balance-windows-area, window-state-put-2)
17132         (display-buffer-even-window-sizes, display-buffer-set-height)
17133         (display-buffer-set-width, set-window-text-height)
17134         (fit-window-to-buffer): Rename all "resize-window" prefixed
17135         calls to use the "window-resize" prefix convention.
17136         (display-buffer-alist): Fix symbol for label specifier.
17137         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17138         corresponding specifier.
17139         Reported by Juanma Barranquero <lekktu@gmail.com>.
17141 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17143         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17144         convention.
17145         (ses-call-printer): Does not pass an empty string to formatter when the
17146         cell is empty to keep from barking printer Calc math-format-value.
17148 2011-06-27  Richard Stallman  <rms@gnu.org>
17150         * battery.el (battery-mode-line-limit): New variable.
17151         (battery-update): Handle it.
17153         * mail/rmailmm.el (rmail-mime-process-multipart):
17154         Handle truncated messages.
17156 2011-06-27  Glenn Morris  <rgm@gnu.org>
17158         * progmodes/flymake.el (flymake-err-line-patterns):
17159         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
17161 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
17163         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17164         (ses--clean-!, ses--clean-_): New functions.
17165         (ses-range): Add configurability of readout order, and conversion
17166         to Calc vector.
17168         * ses.el (ses-repair-cell-reference-all): New function.
17169         (ses-cell-symbol): Set macro as safe, so that it can be used in
17170         formulas.
17172         * ses.el: Update cycle detection algorithm.
17173         (ses-localvars): Add ses--Dijkstra-attempt-nb and
17174         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17175         (ses-set-localvars): New function.
17176         (ses-make-cell): Add property-list as a cell element.
17177         (ses-cell-property-get-fun, ses-cell-property-get)
17178         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17179         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17180         New functions.
17181         (ses-cell-property-set, ses-cell-property-pop)
17182         (ses-cell-property-get-handle): New macro.
17183         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17184         New aliases, used for code readability.
17185         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17186         cycle detection.
17187         (ses-self-reference-early-detection): New defcustom.
17188         (ses-formula-references): Robustify against self-referring cells.
17189         (ses-mode): Use ses-set-localvars.
17190         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17191         before lauching the update processing.
17192         (ses-initialize-Dijkstra-attempt): New function.
17193         (ses-recalculate-cell): Update for cycle detection based on
17194         Dijkstra algorithm.
17196         * ses.el: Fix commenting and indenting convention.
17198 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17200         * bs.el (bs-cycle-next): Complete last change.
17202 2011-06-27  Drew Adams  <drew.adams@oracle.com>
17204         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17206 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208         * net/network-stream.el (network-stream-open-starttls):
17209         Don't re-get capabilities unless we've reestablished connection.
17210         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17212         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17213         to binary to possibly avoid line encoding issues on Windows (among
17214         other things).
17216 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17218         * net/network-stream.el (open-network-stream): Return an :error
17219         saying what the problem was, if possible.
17221         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17222         server.
17224         * net/network-stream.el (network-stream-open-starttls): If we
17225         wanted to use STARTTLS, and the server offered it, but we weren't
17226         able to because we had no STARTTLS support, then close the connection.
17227         (open-network-stream): Return an :error element, if present.
17229 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
17231         * hl-line.el (hl-line-sticky-flag): Doc fix.
17232         (global-hl-line-sticky-flag): New option (Bug#8323).
17233         (global-hl-line-highlight): Obey it.
17235         * vc/vc.el (vc-revert-show-diff): Default to t.
17237 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
17239         * allout-widgets.el (allout-widgets-post-command-business):
17240         Stop decorating intermediate isearch matches.  They're not being
17241         undecorated when an isearch is continued past, and isearch
17242         automatically collapses them.  This leads to "widget leaks", where
17243         decorated items accumulate in collapsed areas.  Lines with lots of
17244         hidden widgets can slow down cursor travel, substantially.
17245         Too much complicated machinery would be needed to ensure undecoration,
17246         so we're doing without this nicety.
17248         (allout-widgets-tally-string): Don't try to do a hash-table-count
17249         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
17250         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17251         *Messages* when allout-widgets-maintain-tally is t.
17253 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
17255         * window.el (display-buffer-normalize-argument): Rename to
17256         display-buffer-normalize-arguments.  Handle special meaning of
17257         LABEL argument.  Respect special-display-function when popping up
17258         a new frame.  Fix code searching for a window showing the buffer
17259         on another frame.
17260         (display-buffer-normalize-specifiers):
17261         Call display-buffer-normalize-arguments.
17262         (display-buffer-in-window): Don't undedicate the window if its
17263         buffer remains the same.
17264         Reported by Drew Adams <drew.adams@oracle.com>.
17265         (display-buffer-alist): Add choice for same-window macro
17266         specfier.
17267         (display-buffer): Mention special meaning of LABEL argument in
17268         doc-string.  Fix quoting.  Don't pop up a new frame even as
17269         fallback.
17271 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
17273         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17274         avoid deleting the current window in some cases (bug#8911).
17276 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
17278         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17279         (Bug#8934)
17281 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17283         * net/network-stream.el (network-stream-open-starttls):
17284         Use built-in TLS support if `gnutls-available-p' is true.
17285         (network-stream-open-tls): Ditto.
17287 2011-06-26  Leo Liu  <sdl.web@gmail.com>
17289         * register.el (registerv): New struct.
17290         (registerv-make): New function.
17291         (jump-to-register, describe-register-1, insert-register):
17292         Support the jump-func, print-func and insert-func slot of a registerv
17293         struct.  (Bug#8415)
17295 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
17297         * vc/vc.el (vc-revert-show-diff): New defcustom.
17298         (vc-diff-internal): New arg specifying diff buffer.
17299         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
17300         reuse an existing *vc-diff* buffer (Bug#8927).
17302         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17304 2011-06-26  Glenn Morris  <rgm@gnu.org>
17306         * progmodes/f90.el (f90-critical-indent): New option.
17307         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17308         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17309         (f90-mode): Doc fix.
17310         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17311         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17312         (f90-beginning-of-block, f90-next-block, f90-indent-region)
17313         (f90-match-end): Handle block, critical.
17315 2011-06-25  Glenn Morris  <rgm@gnu.org>
17317         * calendar/diary-lib.el (diary-included-files): Doc fix.
17318         (diary-include-files): New function, extracted from
17319         diary-include-other-diary-files and diary-mark-included-diary-files.
17320         (diary-include-other-diary-files, diary-mark-included-diary-files):
17321         Just call diary-include-files.
17322         (diary-mark-entries): Reset diary-included-files on first call.
17324         * calendar/diary-lib.el (diary-mark-entries)
17325         (diary-mark-included-diary-files):
17326         Visit included diary-files in temp buffers.
17328         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17329         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17330         (f90-start-block-re, f90-imenu-generic-expression)
17331         (f90-looking-at-program-block-start, f90-no-block-limit):
17332         Add support for submodules.
17334         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17335         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17337 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
17339         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17340         buffer-file-type before setting its value, to avoid disastrous
17341         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
17343 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
17345         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17347         * ses.el (ses-unload-function):
17348         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17350         * proced.el (proced-unload-function):
17351         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17353 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
17355         * server.el (server-create-window-system-frame): Add parameters arg.
17356         (server-process-filter): Doc fix.  Handle frame-parameters.
17358 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
17360         Fix bug#8730, bug#8781.
17362         * loadhist.el (unload--set-major-mode): New function.
17363         (unload-feature): Use it.
17365         * progmodes/python.el (python-after-info-look): Add autoload cookie.
17366         (python-unload-function): New function.
17368 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17370         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17372 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
17374         * net/browse-url.el (browse-url-firefox-program): Add icecat to
17375         the candidates list.
17377 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
17379         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17381 2011-06-23  Richard Stallman  <rms@gnu.org>
17383         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17384         (rmail-variables): Set next-error-move-function.
17385         (rmail-what-message): Take argument POS.
17386         (rmail-next-error-move): New function.
17388 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17390         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17391         messages for adjacent non-terminals.
17393 2011-06-23  Richard Stallman  <rms@gnu.org>
17395         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17396         (rmail-show-message-1): Preserve buffer modified flag.
17397         (rmail-start-mail): Don't specify use of rmail-mail-return;
17398         that's done by mail-bury now.
17399         (rmail-mail-return): Handle arg NEWBUF.
17401 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
17403         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17404         SIZE is a number.
17406 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
17408         * window.el (get-lru-window, get-mru-window)
17409         (get-largest-window): Never return a minibuffer window.
17410         (display-buffer-pop-up-window): Fix a bug that could lead to
17411         reusing the minibuffer window.
17412         (display-buffer): Pass original specifier argument to
17413         display-buffer-function instead of the normalized one.
17414         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17416 2011-06-22  Leo Liu  <sdl.web@gmail.com>
17418         * minibuffer.el (completing-read-function)
17419         (completing-read-default): Move from minibuf.c.
17421 2011-06-22  Richard Stallman  <rms@gnu.org>
17423         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17424         to Rmail even if not started by a special Rmail command.
17426         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17427         Copy the buffer currently showing just one message.
17429 2011-06-22  Roland Winkler  <winkler@gnu.org>
17431         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17432         (bibtex-clean-entry): First delete the old key so that a
17433         customized algorithm for generating the new key does not get
17434         confused by the old key.
17435         (bibtex-url): Obey regexp of first step.
17436         (bibtex-search-entries): Do not use add-to-list with local
17437         list-var.
17439 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17441         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17442         stored a user name, then query for the password first, instead of
17443         waiting for SMTP to give an error message and the trying again.
17445 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
17447         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17448         BUFFER in call-process.
17450 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17452         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17453         QUIT twice.
17454         (smtpmail-try-auth-methods): Require user name and password from
17455         auth-source.
17457 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
17459         * window.el (display-buffer-default-specifiers)
17460         (display-buffer-alist): Remove entries for pop-up-frame-alist.
17461         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17462         (split-window): Normalize SIDE argument (Bug#8916).
17464         * frame.el (pop-up-frame-alist, pop-up-frame-function)
17465         (special-display-frame-alist, special-display-popup-frame):
17466         Remove duplicate declarations.  These are now in window.el.
17468 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17470         * mail/smtpmail.el (smtpmail-via-smtp):
17471         Set :use-starttls-if-possible so that we always use STARTTLS if the
17472         server supports it.  SMTP servers that support STARTTLS commonly
17473         require it.
17475         * net/network-stream.el (network-stream-open-starttls): Support
17476         upgrading to STARTTLS always, even if we don't have built-in support.
17477         (open-network-stream): Add the :always-query-capabilities keyword.
17479         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17480         upgrades with `open-network-stream', and rely solely on
17481         auth-source for all credentials.  Big changes throughout the file,
17482         but in particular:
17483         (smtpmail-auth-credentials): Remove.
17484         (smtpmail-starttls-credentials): Remove.
17485         (smtpmail-via-smtp): Check for servers saying they want AUTH after
17486         MAIL FROM, too.
17488         * net/network-stream.el (network-stream-open-starttls):
17489         Provide support for client certificates both for external and built-in
17490         STARTTLS.
17491         (auth-source): Require.
17492         (open-network-stream): Document the :client-certificate keyword.
17493         (network-stream-certificate): Change cert-cert to cert and
17494         cert-key to key.
17496 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
17498         * net/tramp-cache.el (top): Don't load the persistency file when
17499         "emacs -Q" has been called.
17501 2011-06-21  Tim Harper  <timcharper@gmail.com>
17503         * term/ns-win.el (ns-initialize-window-system):
17504         Set application-specific `ApplePressAndHoldEnabled' system
17505         resource to NO as it is not yet supported by the NS port.
17507 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
17509         * misc.el (list-dynamic-libraries--refresh): Compute header here...
17510         (list-dynamic-libraries): ...not here.
17512 2011-06-21  Leo Liu  <sdl.web@gmail.com>
17514         * subr.el (sha1): Implement sha1 using secure-hash.
17516 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
17518         * window.el (display-buffer-alist): In default value do not
17519         enforce searching a window on any but the selected frame.
17520         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17521         (display-buffer-select-window): Remove function.
17522         (display-buffer-in-window): When a window on another frame gets
17523         reused, do not select it any more but just raise its frame if
17524         necessary (Bug#8851) and (Bug#8856).
17525         (display-buffer-normalize-options): Handle pop-up-frames related
17526         options more faithfully.
17527         (pop-to-buffer): Don't rely on `display-buffer' selecting the
17528         window if it is on another frame.
17529         (display-buffer-alist, display-buffer-default-specifiers):
17530         Don't make new frame unsplittable by default.
17531         (display-buffer-normalize-argument): Fix doc-string typo and use
17532         'same-frame-other-window instead of 'other-window when associating
17533         with display-buffer-macro-specifiers.
17535 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
17537         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17538         New functions.
17539         (5x5-mode-map, 5x5-mode-menu): Bind them.
17540         (5x5-draw-grid): Tweak the solver's rendering.
17542 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17544         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17545         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17547 2011-06-21  Drew Adams  <drew.adams@oracle.com>
17549         * menu-bar.el: Use function variable instead of switch-to-buffer.
17550         (menu-bar-select-buffer-function): New variable.
17551         (menu-bar-update-buffers): Use it (bug#8876).
17553 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17555         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17556         variable's status.
17558 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
17560         * x-dnd.el (x-dnd-version-from-flags)
17561         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17562         and long as number (Bug#8899).
17563         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17565 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17567         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17568         (completion-try-completion, completion-all-completions): Compute the
17569         metadata argument if it's missing; make it optional (bug#8795).
17571         * wid-edit.el: Use lex-bind and move towards completion-at-point.
17572         (widget-complete): Use new :completion-function property.
17573         (widget-completions-at-point): New function.
17574         (default): Use :completion-function instead of :complete.
17575         (widget-default-completions): Rename from widget-default-complete;
17576         Rewrite.
17577         (widget-string-complete, widget-file-complete, widget-color-complete):
17578         Remove functions.
17579         (file, symbol, function, variable, coding-system, color):
17580         * international/mule-cmds.el (default-input-method, charset)
17581         (language-info-custom-alist):
17582         * cus-edit.el (face): Use new property :completions.
17584         * progmodes/pascal.el (pascal-completions-at-point): New function.
17585         (pascal-mode): Use it.
17586         (pascal-mode-map): Use completion-at-point.
17587         (pascal-toggle-completions): Make obsolete.
17588         (pascal-complete-word, pascal-show-completions):
17589         * progmodes/octave-mod.el (octave-complete-symbol):
17590         Redefine as obsolete alias.
17591         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17592         Signal absence of completion info for old Octave,
17593         (inferior-octave-complete): Redefine as obsolete alias.
17594         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17595         (meta-completions-at-point): Rename from meta-complete-symbol and
17596         adapt it for use on completion-at-point-functions.
17597         (meta-common-mode): Use it.
17598         (meta-looking-at-backward, meta-match-buffer): Remove.
17599         (meta-complete-symbol): Redefine as obsolete alias.
17600         (meta-common-mode-map): Use completion-at-point.
17601         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17602         (makefile-mode-map): Use completion-at-point.
17603         (makefile-completions-at-point): Rename from makefile-complete and
17604         adapt it for use on completion-at-point-functions.
17605         (makefile-mode): Use it.
17606         (makefile-complete): Redefine as obsolete alias.
17608 2011-06-20  Deniz Dogan  <deniz@dogan.se>
17610         * net/rcirc.el: Delete trailing whitespaces once and for all.
17612 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
17614         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17616 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
17618         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17620         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17622 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
17624         * window.el (display-buffer-other-window-means-other-frame):
17625         Call display-buffer-normalize-alist.
17626         (display-buffer-normalize-specifiers-1): Rename to
17627         display-buffer-normalize-argument.  New argument other-frame.
17628         Rewrite.
17629         (display-buffer-normalize-specifiers-2): Rename to
17630         display-buffer-normalize-options.
17631         (display-buffer-normalize-alist-1): New function.
17632         (display-buffer-normalize-specifiers-3): Rename to
17633         display-buffer-normalize-alist.
17634         Call display-buffer-normalize-alist-1.
17635         (display-buffer-normalize-options-inhibit): New variable.
17636         (display-buffer-normalize-specifiers): Rewrite calling
17637         display-buffer-normalize-alist,
17638         display-buffer-normalize-argument, and
17639         display-buffer-normalize-options.  Don't call the latter if
17640         display-buffer-normalize-options-inhibit is non-nil.
17641         (frame-auto-delete): New option.
17642         (window-deletable-p): Use frame-auto-delete.
17643         (window-list-no-nils, window-state-ignored-parameters)
17644         (window-state-get-1, window-state-get, window-state-put-list)
17645         (window-state-put-1, window-state-put-2, window-state-put):
17646         New functions.
17647         (display-buffer-normalize-options): Move special-display-p group
17648         after pop-up-frame group (Bug#8851) and (Bug#8856).
17650 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
17652         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17653         groups (Bug#8776).
17654         (rx-submatch-n): New function.
17655         (rx): Document it.
17657         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17658         (Bug#8768).
17660         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17662         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17664         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17665         anytime existing face settings are present (Bug#8889).
17667         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17668         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17669         Remove unused argument.
17671 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
17673         * window.el (display-buffer-default-specifiers):
17674         Remove pop-up-frame.  Add pop-up-window-min-height,
17675         pop-up-window-min-width, and another reuse-window specifier
17676         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
17677         (display-buffer-normalize-specifiers-2):
17678         Handle split-height-threshold and split-width-threshold also when
17679         pop-up-windows is unset.  Add a reuse-window specifier for the
17680         case popping up a new window fails.
17681         (special-display-popup-frame): Remove double quoting.
17682         (display-buffer-normalize-specifiers-1): Fix thinko.
17684 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17686         * shell.el (shell-completion-vars): Set pcomplete-termination-string
17687         according to comint-completion-addsuffix.
17689         * pcomplete.el: Convert to lexical binding and fix bug#8819.
17690         (pcomplete-suffix-list): Mark as obsolete.
17691         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17692         pcomplete-seen in the closure.
17693         (pcomplete-comint-setup): Setup completion-at-point as well.
17694         (pcomplete--entries): New function.
17695         (pcomplete--env-regexp): New var.
17696         (pcomplete-entries): Rewrite to work with partial-completion and
17697         without relying on pcomplete-suffix-list.
17698         (pcomplete-pare-list): Remove, unused.
17700 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
17702         * window.el (display-buffer-alist): Set pop-up-window-min-height
17703         and pop-up-window-min-width in default value.  Reported by
17704         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
17705         other-window-means-other-frame.
17706         (display-buffer-macro-specifiers): Comment out entry for
17707         other-window specifier.
17708         (display-buffer-other-window-means-other-frame): New function.
17709         (display-buffer-normalize-specifiers-1): New arguments
17710         buffer-name and label.  Treat other-window case specially.
17711         (display-buffer-normalize-specifiers-2): Treat other-window case
17712         specially.
17713         (display-buffer-normalize-specifiers-3): New function.
17714         (display-buffer-normalize-specifiers):
17715         Call display-buffer-normalize-specifiers-3.
17717 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
17719         * window.el (same-window-p): Fix two typos introduced when
17720         adding with-no-warnings.
17721         (display-buffer-normalize-specifiers-1): Don't check
17722         pop-up-frames for 'unset initialization.
17723         (display-buffer-normalize-specifiers-2): Major rewrite using
17724         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17725         (pop-up-frames, display-buffer-reuse-frames)
17726         (display-buffer-mark-dedicated): Don't initialize to 'unset.
17727         Suggested by David Engster <deng@randomsample.de>.
17728         (even-window-heights): Initialize to 'unset.
17729         (display-buffer-alist-set): Handle new 'unset initializations.
17730         (display-buffer-macro-specifiers): Don't pop up a new frame in the
17731         other window case.
17733 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
17735         * window.el (display-buffer-normalize-specifiers-1):
17736         Respect current value of pop-up-frames for most reasonable values of
17737         second argument of display-buffer (Bug#8865).
17738         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17739         (switch-to-buffer-other-window-same-frame)
17740         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
17741         Adams (Bug#8875).
17742         (display-buffer): Don't check noninteractive when calling
17743         display-buffer-pop-up-frame.
17744         (display-buffer-pop-up-frame): Never pop up a frame in
17745         noninteractive mode (Bug#8857).
17746         (enlarge-window, shrink-window): Don't report an error when the
17747         window can't be resized as requested (Bug#8862).
17749 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17751         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17753         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17755         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17757 2011-06-15  Alan Mackenzie  <acm@muc.de>
17759         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17760         for declarators, disable knr checking to speed up for normal files.
17761         2: Refactor, replacing a sequence of nested if forms by a cond form.
17763 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765         * net/network-stream.el (open-network-stream): Add the keyword
17766         :always-query-capabilities for the case where you want to force a
17767         `plain' network connection, but the protocol still requires the
17768         capabilitiy command (i.e., SMTP and EHLO).
17770         * subr.el (process-live-p): Rename from `process-alive-p' for
17771         consistency with other `-live-p' functions.
17773 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17775         * window.el (same-window-buffer-names, same-window-regexps)
17776         (special-display-frame-alist, special-display-popup-frame)
17777         (special-display-function, special-display-buffer-names)
17778         (special-display-regexps, pop-up-frame-alist)
17779         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17780         (pop-up-windows, split-window-preferred-function)
17781         (split-height-threshold, split-width-threshold, even-window-heights)
17782         (display-buffer-mark-dedicated): Don't encourage the use of
17783         display-buffer-alist from Elisp code.
17785 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
17787         * progmodes/python.el (python-mode): Derive from prog-mode.
17788         * progmodes/ps-mode.el (ps-mode):
17789         * progmodes/mixal-mode.el (mixal-mode):
17790         * progmodes/cfengine.el (cfengine-mode):
17791         * progmodes/ld-script.el (ld-script-mode): Likewise.
17793 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
17795         * window.el (display-buffer-alist): Trim default value to avoid
17796         popping up a new frame (Bug#8857) or reusing an arbitrary window
17797         on another frame.
17798         (display-buffer): Do not fall back on popping up a new frame in
17799         batch mode (Bug#8857).
17801 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
17803         * cus-theme.el (describe-theme-1): Use custom-theme-p.
17804         (custom-theme-summary): New function.
17805         (customize-themes): Use it.
17807 2011-06-13  Glenn Morris  <rgm@gnu.org>
17809         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17811 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
17813         * help.el (help-window): Remove variable.
17814         (help-window-point-marker, temp-buffer-max-height)
17815         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17816         (help-print-return-message): Don't set help-window.
17817         (resize-temp-buffer-window): Rewrite cod eand doc-string.
17818         (help-window-setup-finish): Remove.
17819         (help-window-display-message, help-window-setup)
17820         (with-help-window): Major rewrite based on new
17821         display-buffer-window variable.
17823         * help-mode.el (help-mode-finish): Remove help-window related
17824         code.
17826         * view.el (view-exits-all-viewing-windows): Remove reference to
17827         view-return-to-alist in doc-string.
17828         (view-return-to-alist): Make obsolete.
17829         (view-buffer): Call pop-to-buffer-same-window and remove
17830         undo-window code.
17831         (view-buffer-other-window): Call pop-to-buffer-other-window and
17832         simplify code.  Ignore second argument.
17833         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17834         simplify code.  Ignore second argument.
17835         (view-return-to-alist-update): Make obsolete.
17836         (view-mode-enter): Rename second argument to QUIT-RESTORE.
17837         Rewrite using quit-restore window parameters.
17838         (view-mode-exit): Rename second argument to EXIT-ONLY.
17839         Rewrite using quit-restore-window.
17840         (View-exit, View-exit-and-edit, View-leave, View-quit)
17841         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17842         appropriate arguments.
17843         (view-end-message): Use quit-restore window parameter.
17845         * window.el (display-buffer-function): Rewrite doc-string.
17846         (display-buffer-window, display-buffer-alist): New variables.
17847         (display-buffer-split-specifiers)
17848         (display-buffer-side-specifiers)
17849         (display-buffer-macro-specifiers): New constants.
17850         (display-buffer-even-window-sizes, display-buffer-set-height)
17851         (display-buffer-set-width, display-buffer-select-window)
17852         (display-buffer-in-window, display-buffer-reuse-window)
17853         (display-buffer-split-window-1, display-buffer-split-window)
17854         (display-buffer-split-atom-window, display-buffer-pop-up-window)
17855         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17856         (display-buffer-in-side-window, normalize-buffer-to-display)
17857         (display-buffer-normalize-specifiers-1)
17858         (display-buffer-normalize-specifiers-2)
17859         (display-buffer-normalize-specifiers, display-buffer-frame):
17860         New functions.
17861         (display-buffer): Major rewrite.
17862         (display-buffer-other-window, display-buffer-other-frame)
17863         (pop-to-buffer, switch-to-buffer-other-window)
17864         (switch-to-buffer-other-frame): Rewrite.
17865         (display-buffer-same-window, display-buffer-same-frame)
17866         (display-buffer-same-frame-other-window)
17867         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17868         (pop-to-buffer-other-window)
17869         (pop-to-buffer-same-frame-other-window)
17870         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17871         (switch-to-buffer-other-window-same-frame): New functions.
17872         (same-window-p, special-display-p): Rewrite disabling warnings.
17873         Make obsolete.
17874         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17875         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17876         Make obsolete
17877         (same-window-buffer-names, same-window-regexps)
17878         (special-display-frame-alist, special-display-popup-frame)
17879         (special-display-function, special-display-buffer-names)
17880         (special-display-regexps, pop-up-frame-alist)
17881         (pop-up-frame-function, split-window-preferred-function)
17882         (split-height-threshold, split-width-threshold)
17883         (even-window-heights): Make obsolete.
17885 2011-06-12  Glenn Morris  <rgm@gnu.org>
17887         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
17888         Misc simplifications.
17890 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
17892         * window.el (window-safely-shrinkable-p): Restore function which
17893         was inadvertently removed in change from 2011-06-11.  Declare as
17894         obsolete.
17896         * calendar/calendar.el (calendar-generate-window):
17897         Use window-iso-combined-p instead of combination of one-window-p and
17898         window-safely-shrinkable-p.
17900 2011-06-12  Glenn Morris  <rgm@gnu.org>
17902         * progmodes/fortran.el (fortran-mode-syntax-table):
17903         * progmodes/f90.el (f90-mode-syntax-table):
17904         Set % to punctuation.  (Bug#8820)
17905         (f90-find-tag-default): Remove, no longer needed.
17907 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
17909         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17911 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
17913         * image.el (image-animated-p): Return animation delay in seconds.
17914         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17915         (image-animate-timeout): Remove DELAY argument.  Don't assume
17916         every subimage has the same delay; get it from image-animated-p.
17917         (image-animate): Caller changed.
17919 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
17921         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17922         to ignored backtrace functions.
17924 2011-06-11  Glenn Morris  <rgm@gnu.org>
17926         * calendar/appt.el (appt-disp-window-function): Doc fix.
17927         (appt-check): Handle overlapping appointments.  (Bug#8337)
17929 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
17931         * window.el (window-tree-1, window-tree): New functions, moving
17932         the latter to window.el.
17933         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17934         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17935         (bw-refresh-edges): Remove.
17936         (balance-windows-1, balance-windows-2): New functions.
17937         (balance-windows): Rewrite in terms of window tree functions,
17938         balance-windows-1 and balance-windows-2.
17939         (bw-adjust-window): Remove.
17940         (balance-windows-area-adjust): New function with functionality of
17941         bw-adjust-window but using resize-window.
17942         (set-window-text-height): Rewrite doc-string.
17943         Use normalize-live-window and resize-window.
17944         (enlarge-window-horizontally, shrink-window-horizontally):
17945         Rename argument to DELTA.
17946         (window-buffer-height): New function.
17947         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17948         Rewrite using new window resize routines.
17949         (kill-buffer-and-window, mouse-autoselect-window-select):
17950         Use ignore-errors instead of condition-case.
17951         (quit-window): Call delete-frame instead of delete-windows-on
17952         for the only buffer on frame.
17954 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17956         * loadup.el (top-level): Load window before files for the sake
17957         of replace-buffer-in-windows.
17959         * files.el (read-buffer-to-switch)
17960         (switch-to-buffer-other-window)
17961         (switch-to-buffer-other-frame, display-buffer-other-frame):
17962         Move to window.el.
17964         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17965         (previous-buffer): Move to window.el.
17967         * bindings.el (unbury-buffer): Move to window.el.
17969         * window.el (delete-other-windows-vertically): Move after
17970         definition of delete-other-windows.
17971         (other-window, delete-windows-on, replace-buffer-in-windows):
17972         Move here from window.c.
17973         (record-window-buffer, unrecord-window-buffer)
17974         (set-window-buffer-start-and-point, switch-to-prev-buffer)
17975         (switch-to-next-buffer): New functions.
17976         (get-next-valid-buffer, last-buffer, next-buffer): Move here
17977         from simple.el.  Call switch-to-next-buffer.
17978         (previous-buffer): Move here from simple.el.
17979         Call switch-to-prev-buffer.
17980         (bury-buffer): Move here from buffer.c.  Switch to previous
17981         buffer when window cannot be deleted.
17982         (unbury-buffer): Move here from bindings.el.
17983         (ctl-x-map): Move binding for other-window from window.c to
17984         here.
17985         (read-buffer-to-switch, switch-to-buffer-other-window)
17986         (switch-to-buffer-other-frame): Move here from files.el.
17987         (normalize-buffer-to-switch-to): New functions.
17988         (switch-to-buffer): Move here from buffer.c.
17989         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17991 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
17993         * window.el (window-min-height, window-min-width): Move here
17994         from window.c.  Add defcustoms and rewrite doc-strings.
17995         (resize-mini-window, resize-window): New functions.
17996         (adjust-window-trailing-edge, enlarge-window, shrink-window):
17997         Move here from window.c.
17998         (maximize-window, minimize-window): New functions.
17999         (delete-window, delete-other-windows, split-window): Move here
18000         from window.c.
18001         (window-split-min-size): New function.
18002         (split-window-keep-point): Mention split-window-above-each-other
18003         instead of split-window-vertically.
18004         (split-window-above-each-other, split-window-vertically):
18005         Rename split-window-vertically to split-window-above-each-other
18006         and provide defalias for old definition.
18007         (split-window-side-by-side, split-window-horizontally):
18008         Rename split-window-horizontally to split-window-side-by-side
18009         and provide defalias for the old definition.
18010         (ctl-x-map): Move bindings for delete-window,
18011         delete-other-windows and enlarge-window here from window.c.
18012         Replace bindings for split-window-vertically and
18013         split-window-horizontally by bindings for
18014         split-window-above-each-other and split-window-side-by-side.
18016         * cus-start.el (all): Remove entries for window-min-height and
18017         window-min-width.  Add entries for window-splits and
18018         window-nest.
18020 2011-06-09  Glenn Morris  <rgm@gnu.org>
18022         * calendar/appt.el (appt-mode-line): New function.
18023         (appt-check, appt-disp-window): Use it.
18025         * files.el (hack-one-local-variable-eval-safep):
18026         Allow minor-modes with explicit +/-1 arguments.
18028 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
18030         * term/xterm.el (xterm): Add defgroup.
18031         (xterm-extra-capabilities): Add defcustom to supply known xterm
18032         capabilities, skip querying them, or query them (default).
18033         (terminal-init-xterm): Use it.
18034         (terminal-init-xterm-modify-other-keys): New function to set up
18035         modifyOtherKeys support to simplify `terminal-init-xterm'.
18037 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
18039         * window.el (resize-window-reset, resize-window-reset-1)
18040         (resize-subwindows-skip-p, resize-subwindows-normal)
18041         (resize-subwindows, resize-other-windows, resize-this-window)
18042         (resize-root-window, resize-root-window-vertically)
18043         (window-deletable-p, window-or-subwindow-p)
18044         (frame-root-window-p): New functions.
18046 2011-06-09  Glenn Morris  <rgm@gnu.org>
18048         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18049         (ange-ftp-get-files): Use it.
18051 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18053         * mail/sendmail.el (mail-recover-1, mail-recover):
18054         * files.el (recover-file, recover-session):
18055         Handle dired-listing-switches not being just a single short option.
18057 2011-06-09  Glenn Morris  <rgm@gnu.org>
18059         * calendar/appt.el (appt-display-message, appt-disp-window):
18060         Handle lists of appointments.
18062 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18064         * window.el (one-window-p): Move down in code.
18065         Rewrite doc-string.
18066         (window-current-scroll-bars): Rewrite doc-string.
18067         Normalize live window argument.
18068         (walk-windows, get-window-with-predicate, count-windows):
18069         Rewrite doc-string.  Use window-list-1.
18070         (window-in-direction-2, window-in-direction, get-mru-window):
18071         New functions.
18073 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
18075         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18076         Doc fix (Bug#8713).
18078 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
18080         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18082 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
18084         * loadhist.el (unload-feature-special-hooks):
18085         Add `comint-output-filter-functions'.
18087 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
18089         * calendar/appt.el (appt-check): Move some initializations into the let.
18091 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18093         * window.el (window-height): Defalias to window-total-height.
18094         (window-width): Defalias to window-body-width.
18096 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
18098         * image-mode.el (image-toggle-animation): New command.
18099         (image-mode-map): Bind it to RET.
18100         (image-mode): Update message.
18101         (image-toggle-display-image): Avoid a spurious cache flush.
18102         (image-transform-rotation): Doc fix.
18103         (image-transform-properties): Return quickly in the normal case.
18104         (image-animate-loop): Rename from image-animate-max-time.
18106         * image.el (image-animate-max-time): Move to image-mode.el.
18107         (create-animated-image): Remove unnecessary function.
18108         (image-animate): Rename from image-animate-start.  New arg.
18109         (image-animate-stop): Remove; just use image-animate-timer.
18110         (image-animate-timer): Use car-safe.
18111         (image-animate-timeout): Rename argument.
18113 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
18115         * window.el (get-lru-window, get-largest-window): Move here from
18116         window.c.  Rename first argument to ALL-FRAMES.
18117         Rephrase doc-strings.
18118         (get-buffer-window-list): Rewrite using window-list-1.
18119         Rephrase doc-string.
18120         (window-safe-min-height, window-safe-min-width): New constants.
18121         (window-size-ignore, window-min-size, window-min-size-1)
18122         (window-sizable, window-sizable-p, window-size-fixed-1)
18123         (window-size-fixed-p, window-min-delta-1, window-min-delta)
18124         (window-max-delta-1, window-max-delta, window-resizable)
18125         (window-resizable-p, window-total-height, window-total-width)
18126         (window-body-width): New functions.
18127         (window-full-height-p, window-full-width-p): Rewrite using
18128         window-total-size.
18129         (window-body-height): Rewrite using window-body-size.
18131 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
18133         * window.el (window-right, window-left, window-child)
18134         (window-child-count, window-last-child, window-any-p)
18135         (normalize-live-buffer, normalize-live-frame)
18136         (normalize-any-window, normalize-live-window)
18137         (window-iso-combination-p, window-iso-combined-p)
18138         (window-iso-combinations)
18139         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18140         (windows-with-parameter, window-with-parameter)
18141         (window-atom-root, make-window-atom, window-atom-check-1)
18142         (window-atom-check, window-side-check, window-check):
18143         New functions.
18144         (ignore-window-parameters, window-sides, window-sides-vertical)
18145         (window-sides-slots): New variables.
18146         (window-size-fixed): Move down in code.  Minor doc-string fix.
18148 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
18150         * comint.el (comint-dynamic-complete-as-filename)
18151         (comint-dynamic-complete-filename): Correctly call
18152         completion-in-region.
18154 2011-06-05  Deniz Dogan  <deniz@dogan.se>
18156         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18157         in last change.
18159 2011-06-05  Deniz Dogan  <deniz@dogan.se>
18161         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18162         (rcirc): Use it to prompt for encryption.
18164 2011-06-05  Roland Winkler  <winkler@gnu.org>
18166         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18167         (bibtex-search-entries): New command bound to C-c C-a.
18168         (bibtex-display-entries): New function.
18170 2011-06-05  Roland Winkler  <winkler@gnu.org>
18172         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18173         (bibtex-insert-kill): After yanking insert newline if necessary.
18174         (bibtex-initialize): Call bibtex-string-files-init only once.
18175         (bibtex-mode): Do not call easy-menu-add.
18176         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18177         (bibtex-yank): Set arg properly if nil.
18179 2011-06-05  Roland Winkler  <winkler@gnu.org>
18181         * textmodes/bibtex.el (bibtex-search-entry-globally):
18182         New variable.
18183         (bibtex-search-entry): Use it.
18185 2011-06-05  Roland Winkler  <winkler@gnu.org>
18187         * textmodes/bibtex.el (bibtex-entry-format): New option
18188         sort-fields.
18189         (bibtex-format-entry, bibtex-reformat): Honor this option.
18190         (bibtex-parse-entry): Return fields in proper order.
18192 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
18194         * doc-view.el (doc-view-remove-if): Move computation of result out
18195         of `dolist' to silence misleading lexical-binding warning.
18197 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
18199         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18200         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18202 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
18204         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18205         "SunOS 5.10".
18207 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
18209         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18210         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18211         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18212         (tramp-parse-putty):
18213         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18214         (tramp-completion-function-alist-ssh)
18215         (tramp-completion-function-alist-telnet)
18216         (tramp-completion-function-alist-su)
18217         (tramp-completion-function-alist-putty): Set `tramp-autoload'
18218         cookie.
18220         * net/tramp-ftp.el:
18221         * net/tramp-sh.el:
18222         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18223         load "tramp.el" `tramp-set-completion-function'.
18225 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18227         * shell.el: Require and use pcomplete.
18228         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18229         (shell-completion-vars): Set pcomplete-default-completion-function.
18231 2011-06-04  Deniz Dogan  <deniz@dogan.se>
18233         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18234         `memq' (Bug#8799).
18236 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18238         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18240 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
18242         * bs.el (bs--mark-unmark, bs--nth-wrapper):
18243         * mpc.el (mpc-select-extend, mpc-songpointer-context):
18244         * vc/log-view.el (log-view-beginning-of-defun):
18245         * vc/smerge-mode.el (smerge-apply-resolution-patch)
18246         (smerge-refine-forward, smerge-refine-chopup-region):
18247         Silence warning for unused `dotimes' counter variables.
18249 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18251         * net/tramp.el (tramp-with-progress-reporter): Rename from
18252         with-progress-reporter.  Use `declare'.
18253         * net/tramp-smb.el:
18254         * net/tramp-sh.el:
18255         * net/tramp-gvfs.el: Update all uses.
18257 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
18259         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18260         buffer isn't killed before making it current.
18262 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         Silence various byte-compiler warnings.
18265         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18266         `access-type' and new obsolescence format.
18267         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18268         new format.
18269         (byte-compile-check-variable): New `access-type' argument.
18270         Only warn if the access-type is obsolete.
18271         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18272         (byte-compile-variable-set): Adjust callers.
18273         * help-fns.el (describe-variable): Adjust to new obsolescence format.
18274         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18275         setting it as obsolete.
18276         * simple.el (minibuffer-completing-symbol):
18277         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18278         access as obsolete.
18279         * minibuffer.el (minibuffer-completing-file-name): Don't make it
18280         obsolete yet.
18281         * international/quail.el (quail-mouse-choose-completion): Remove unused
18282         code referring to obsolete var.
18283         (quail-choose-completion-string): Remove.
18284         * server.el (server-clients-with, server-kill-buffer-query-function)
18285         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18286         * proced.el (proced-send-signal):
18287         * emacs-lisp/lisp.el (lisp-complete-symbol):
18288         Replace completion-annotate-function with completion-extra-properties.
18290 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18292         * simple.el (goto-line): Use read-number.
18293         (overriding-map-is-bound): Remove.
18294         (saved-overriding-map): Change default.
18295         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18296         Take the map as argument.
18297         (universal-argument, negative-argument, digit-argument): Use it.
18298         (restore-overriding-map): Adjust.
18299         (do-auto-fill): Use fill-forward-paragraph.
18300         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18302         * minibuffer.el (minibuffer-inactive-mode-map): New var.
18303         (minibuffer-inactive-mode): New major mode.
18304         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18305         the *Messages* buffer" hack.
18306         (mouse-popup-menubar): Don't burp if the event is a normal key.
18308         Miscellaneous tweaks.
18309         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18310         lexical scoping as in subr.el's dolist and dotimes.
18311         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18312         Silence compiler warning.
18313         * thingatpt.el (forward-whitespace): Trivial coding style fix.
18314         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18315         * international/ccl.el (ccl-compile): Trivial simplification.
18316         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18317         * emacs-lisp/testcover.el (testcover-end): Remove spurious
18318         `printflag' argument.
18319         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18320         Purecopy the whole obsolescence data.
18322 2011-06-01  Leo Liu  <sdl.web@gmail.com>
18324         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18325         improve doc-string as suggested by Marco Pessotto
18326         <melmothx@gmail.com>.
18327         (rcirc-print): Fix last change.
18329 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18331         * minibuffer.el (complete-with-action): Return nil for the metadata and
18332         boundaries of non-functional tables.
18333         (completion-table-dynamic): Return nil for the metadata.
18334         (completion-table-with-terminator): Add default case, using
18335         complete-with-action.
18336         (completion--metadata): New function.
18337         (completion-all-sorted-completions, minibuffer-completion-help): Use it
18338         to try and avoid pathological performance problems.
18339         (completion--embedded-envvar-table): Return `category' metadata.
18341 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18343         * subr.el (process-alive-p): New tiny convenience function.
18345 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18347         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18348         content but also its previous major mode.
18350 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
18352         * emacs-lisp/debug.el (debug): Restore the previous content of the
18353         *Backtrace* buffer when we exit with C-M-c.
18355 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18357         * minibuffer.el: Add metadata method to completion tables.
18358         (completion-category-overrides): New defcustom.
18359         (completion-metadata, completion--field-metadata)
18360         (completion-metadata-get, completion--styles)
18361         (completion--cycle-threshold): New functions.
18362         (completion-try-completion, completion-all-completions):
18363         Add `metadata' argument to choose completion-styles.
18364         (completion--do-completion): Use metadata to choose cycling.
18365         (completion-all-sorted-completions): Use metadata for sorting.
18366         Remove :completion-cycle-penalty which is not needed any more.
18367         (completion--try-word-completion): Add `metadata' argument.
18368         (minibuffer-completion-help): Check metadata for annotation function
18369         and sorting.
18370         (completion-file-name-table): Return `category' metadata.
18371         (minibuffer-completing-file-name): Make obsolete.
18372         * simple.el (minibuffer-completing-symbol): Make obsolete.
18373         * icomplete.el (icomplete-completions): Pass new `metadata' param to
18374         completion-try-completion.
18376 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18378         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18380 2011-05-30  Leo Liu  <sdl.web@gmail.com>
18382         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18383         (rcirc-print): Decode all incoming messages (bug#8744).
18384         (rcirc-decode-coding-system): Allow value nil for automatic coding
18385         system detection.
18387 2011-06-01  Glenn Morris  <rgm@gnu.org>
18389         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18391 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18393         * image.el (image-animate-max-time): Allow nil and t values.
18394         Default to nil.
18395         (create-animated-image): Doc fix.
18396         (image-animate-start): Remove second arg; just use
18397         image-animate-max-time.
18398         (image-animate-timeout): Doc fix.  Args changed.
18400         * image-mode.el (image-toggle-display-image): Ensure that the
18401         image spec passed to the animate timer is the same object as in
18402         the buffer's display property (Bug#6981).
18403         (image-transform-properties): Doc fix.
18405         * image.el (image-animate-max-time): Default to nil.
18407 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
18409         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18410         entire buffer list (Bug#8184).
18412 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18414         * image.el (imagemagick-types-inhibit)
18415         (imagemagick-register-types): Doc fix.
18417 2011-05-29  Deniz Dogan  <deniz@dogan.se>
18419         * net/rcirc.el (rcirc): Use the user's stored encryption method by
18420         default.
18422 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
18424         * select.el: Don't perform clipboard-manager saving in hooks;
18425         leave the hooks empty.
18427 2011-05-28  Leo Liu  <sdl.web@gmail.com>
18429         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18430         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
18431         (occur-edit-mode): New major mode (Bug#8463).
18432         (occur-after-change-function): New function.
18433         (occur-engine): Give Occur tags a read-only property.
18435 2011-05-28  Kevin Ryde  <user42@zip.com.au>
18437         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18439 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18441         * bindings.el (help-echo): Make the initial non-indicator dash
18442         empty on graphical terminals (Bug#7295).
18444         * files.el (auto-mode-alist): Move config rule after the
18445         in-stripping one (Bug#8547).
18447         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18449         * startup.el (normal-splash-screen): Remove gratuitous mode-line
18450         setting (Bug#8740).
18452 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
18454         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18455         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18456         (Bug#8539).
18458 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18460         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18462 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
18464         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18465         (hs-hide-block-at-point, hs-find-block-beginning)
18466         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18467         (Bug#8279).
18469 2011-05-28  Glenn Morris  <rgm@gnu.org>
18471         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
18473 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
18475         * help-fns.el (describe-function-1): If the function is a derived
18476         major mode, print the parent mode.
18478         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18479         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18481 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18483         * minibuffer.el (completion--capf-wrapper): Check applicability before
18484         returning non-nil for non-exclusive completion data.
18485         * progmodes/etags.el (tags-completion-at-point-function):
18486         * info-look.el (info-lookup-completions-at-point): Mark as
18487         non-exclusive.
18488         (info-complete): Adjust accordingly.
18490         * info-look.el: Convert to lexical-binding and completion-at-point.
18491         (info-lookup-completions-at-point): New function.
18492         (info-complete): Use it and completion-in-region.
18494 2011-05-28  Drew Adams  <drew.adams@oracle.com>
18496         * isearch.el: Let M-e start with point at the first mismatched char.
18497         (isearch-fail-pos): New function.
18498         (isearch-edit-string): Use it.
18500 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
18502         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18504 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
18506         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
18507         traversal functions for avl-trees.
18508         (avl-tree--stack): New struct.
18509         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18510         (avl-tree-enter): Add optional `updatefun' arg.
18511         (avl-tree--do-enter): Add optional `updatefun' arg.
18512         Change return value.
18513         (avl-tree-delete): Add optional `test' and `nilflag' args.
18514         (avl-tree--do-delete): Add `test' and `nilflag' args.
18515         Change return value.
18516         (avl-tree-member): Add optional `nilflag'
18517         (avl-tree-member-p): New function.
18518         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18519         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18520         (avl-tree-stack-empty-p): New functions.
18522         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18523         avl-tree--del-balance1 and make it work both ways.
18524         (avl-tree--del-balance2): Remove.
18525         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18526         make it work both ways.
18527         (avl-tree--enter-balance2): Remove.
18528         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18529         New macros.
18530         (avl-tree--mapc, avl-tree-map): Add direction argument.
18532 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
18534         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18536 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
18538         * select.el: Support clipboard managers with built-in function
18539         x-clipboard-manager-save, via delete-frame-functions and
18540         kill-emacs-hook.
18541         (xselect-convert-to-targets): Add MULTIPLE target to list.
18542         (xselect-convert-to-save-targets): New function.
18544 2011-05-27  Kenichi Handa  <handa@m17n.org>
18546         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18547         let-binding rfc2047-encode-encoded-words to nil.
18549 2011-05-27  Glenn Morris  <rgm@gnu.org>
18551         * mail/emacsbug.el: Don't require url-util.
18553         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
18555         * files.el (set-auto-mode):
18556         Also respect mode: entries at the end of the file.  (Bug#8586)
18558 2011-05-26  Glenn Morris  <rgm@gnu.org>
18560         * files.el (hack-local-variables-prop-line, hack-local-variables):
18561         Downcase mode names, as seems to be traditional.
18562         (hack-local-variables, hack-local-variables-apply): Doc fixes.
18564         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18565         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
18567 2011-05-25  Julien Danjou  <julien@danjou.info>
18569         * textmodes/rst.el (rst-define-level-faces): Do not define face
18570         symbol if it is already defined.
18572 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18574         * play/5x5.el (5x5-new-game, 5x5-randomize):
18575         Reset 5x5-solver-output to nil when a new grid is cast.
18576         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18577         these debugging traces, as defmacro breaks the compiled code.
18579 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
18581         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18583 2011-05-24  Leo Liu  <sdl.web@gmail.com>
18585         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18586         (vc-bzr-sha1): Adapt.
18588         * sha1.el: Remove.  Function `sha1' is now builtin.
18590         * bindings.el: Provide sha1 feature.
18592 2011-05-24  Kenichi Handa  <handa@m17n.org>
18594         * mail/sendmail.el: Require `rfc2047'.
18595         (mail-insert-from-field): Do not perform RFC2047 encoding.
18596         (mail-encode-header): New function.
18597         (sendmail-send-it): Set buffer-file-coding-system of the work
18598         buffer to the return value of select-message-coding-system.
18599         Call mail-encode-header.
18601         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18603 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
18605         * mail/supercite.el (sc-default-cite-frame):
18606         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18608 2011-05-24  Glenn Morris  <rgm@gnu.org>
18610         * progmodes/python.el (brm-menu): Declare.
18612         * emulation/viper.el (viper-set-hooks): Declare.
18614         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18615         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18616         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18617         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18618         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18619         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18621 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18623         Add an :exit-function for completion-at-point.
18625         * minibuffer.el (completion--done): New fun.
18626         (completion--do-completion): Use it.  New arg `expect-exact'.
18627         (minibuffer-complete, minibuffer-complete-word): Don't output message,
18628         since completion--do-completion does it for us now.
18629         (minibuffer-force-complete): Use completion--done and
18630         completion--replace.  Handle sole-completion case with more care.
18631         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18632         (completion-extra-properties): New var.
18633         (completion-annotate-function): Make obsolete.
18634         (minibuffer-completion-help): Adjust accordingly.
18635         Use completion-list-insert-choice-function.
18636         (completion-at-point, completion-help-at-point):
18637         Bind completion-extra-properties.
18638         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18639         * simple.el (completion-list-insert-choice-function): New var.
18640         (completion-setup-function): Preserve it.
18641         (choose-completion): Pay attention to it, shuffle the code a bit.
18642         (choose-completion-string): New arg `insert-function'.
18644         * textmodes/bibtex.el: Convert to lexical binding.
18645         (bibtex-mode-map): Use completion-at-point.
18646         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18647         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18648         (bibtex-complete): Define as obsolete alias.
18649         (bibtex-complete-internal): Remove.
18650         (bibtex-format-entry): Remove unused sub-group in regexp.
18651         * shell.el (shell--command-completion-data)
18652         (shell-environment-variable-completion):
18653         * pcomplete.el (pcomplete-completions-at-point):
18654         * comint.el (comint--complete-file-name-data): Use :exit-function
18655         instead of completion-table-with-terminator so it also works for
18656         choose-completion.
18658 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18660         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18662         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18663         (bug#8710).
18665         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18667 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
18669         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18670         customization variable and implement: If non-nil, auto-fill will
18671         be inhibited while on topic's header line.
18673 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18675         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18676         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
18677         always have a solution in grid size = 5 cases.
18678         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18679         (5x5-solver-output, 5x5-log-buffer): New vars.
18680         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18681         Make these variables buffer local to achieve 5x5 multi-session-ness.
18682         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18683         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18684         (5x5-solve-suggest): New funs.
18685         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18686         randomize a grid so that we ensure that there is always a solution.
18687         (5x5-make-random-grid): Allow other movement than flipping.
18689 2011-05-23  Kevin Ryde  <user42@zip.com.au>
18691         * emacs-lisp/advice.el (ad-read-advised-function):
18692         Use `function-called-at-point' as the default, if it has
18693         advice and passes PREDICATE.
18695 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18697         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18698         byte-compile-lambda if it's actually a lambda.
18700         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18701         Fix function quoting.  Use backquote better.
18703 2011-05-22  Yuanle Song  <sylecn@gmail.com>
18705         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18706         matching (Bug#8516).
18708 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
18710         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18711         different face (Bug#8178).
18713 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
18715         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18716         defface (Bug#8144).
18718 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18720         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18721         funcall as well (bug#8712).  Warn when performing those conversions.
18722         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18724         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18726 2011-05-22  Glenn Morris  <rgm@gnu.org>
18728         * files.el (hack-local-variables-prop-line): Small simplifications.
18729         (hack-local-variables, hack-local-variables-prop-line):
18730         If MODE-ONLY, return the mode, rather than just `t'.
18732 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18734         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18736 2011-05-21  Glenn Morris  <rgm@gnu.org>
18738         * files.el (hack-local-variables-prop-line, hack-local-variables):
18739         If only interested in the mode, don't bother doing the other stuff.
18741         * image-mode.el (image-after-revert-hook):
18742         Redraw all frames on which the image is visible.  (Bug#8567)
18744         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
18746         * wid-edit.el (widget-checklist-match-inline):
18747         Fix 2011-04-19 change.  (Bug#8649)
18749 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18751         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18752         Also allow singlespace after single-letter capitals followed by a dot.
18754         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18755         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18757 2011-05-20  Nix  <nix@esperi.org.uk>
18759         * files.el (basic-save-buffer-2):
18760         Fix handling of break-hardlink-on-save with non-existent files.
18762 2011-05-19  Deniz Dogan  <deniz@dogan.se>
18764         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18765         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18767 2011-05-19  Glenn Morris  <rgm@gnu.org>
18769         * progmodes/f90.el (f90-type-def-re):
18770         Handle "type, bind(c)".  (Bug#8691)
18772         * emacs-lisp/autoload.el (batch-update-autoloads):
18773         Set autoload-excludes by parsing loadup.el rather than Makefiles.
18775 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
18777         * net/tramp.el (tramp-process-actions): Set "first-password-request"
18778         property for the correct connection in case of multihops.
18780 2011-05-18  Glenn Morris  <rgm@gnu.org>
18782         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18783         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18785         Rationalize calendar handling of day and month abbrev-arrays.
18786         * calendar/calendar.el (calendar-customized-p): New function.
18787         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18788         (calendar-day-name-array, calendar-month-name-array): Doc fix.
18789         Add :set function.
18790         (calendar-abbrev-length, calendar-day-abbrev-array)
18791         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18792         (calendar-day-abbrev-array, calendar-month-abbrev-array):
18793         Elements may no longer be nil.
18794         (calendar-day-name, calendar-month-name):
18795         Update for changed nature of abbrev arrays.
18796         * calendar/diary-lib.el (diary-name-pattern):
18797         Update for changed nature of abbrev arrays.
18798         (diary-mark-entries-1): Update calendar-make-alist calls.
18799         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18800         * calendar/cal-html.el (cal-html-day-abbrev-array):
18801         Simply inherit from calendar-day-abbrev-array.
18803 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18805         * progmodes/grep.el (grep-mode): Disable default
18806         compilation-directory-matcher setting (bug#8684).
18808 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
18810         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18811         instead of "head" and "tail".  There were problems with SunOS 5.9,
18812         and it performs better.
18814 2011-05-17  Glenn Morris  <rgm@gnu.org>
18816         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18818         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18819         Replace obsolete function.
18821         * shell.el (pcomplete-parse-arguments-function): Declare.
18823         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18824         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18825         (appt-check): Doc fixes.
18826         (appt-disp-window-function, appt-delete-window-function):
18827         Remove needless special case in custom :type.
18828         (appt-display-count): Default to 0, not nil.
18829         (appt-check): Reset appt-display-count to 0, not nil.
18831 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
18833         * progmodes/python.el (python-font-lock-keywords):
18834         Add the Python 3.X keyword "nonlocal" (bug#8639).
18836 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18838         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18840 2011-05-16  Kevin Ryde  <user42@zip.com.au>
18842         * info-look.el (makefile-automake-mode): New setups, looking in
18843         automake manual, then makefile-mode.
18844         (makefile-mode): Remove automake manual, have it just in
18845         makefile-automake-mode since there's various things different or
18846         not relevant to plain make.
18847         (makefile-mode): Remove "other-modes" non-existent automake-mode,
18848         believe a hypothetical automake-mode would go to makefile-mode,
18849         not the other way around.
18851 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
18853         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18854         hunk-end tags (Bug#8672).
18856         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18857         vc-annotate-show-diff-revision-at-line (Bug#8671).
18859 2011-05-14  Glenn Morris  <rgm@gnu.org>
18861         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18862         in the middle of an existing one with multiple authors.  (Bug#8645)
18863         (change-log-font-lock-keywords): Also handle multiple author lines
18864         with leading tabs.  (Bug#8644)
18866         * calendar/appt.el (appt-check): Rename some local variables.
18867         Some simplification/reordering.
18869         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18870         (feedmail-sendmail-f-doesnt-sell-me-out)
18871         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18872         (feedmail-debug-sit-for, feedmail-queue-express-hook)
18873         (feedmail-queue-runner-message-sender): Set :version.
18874         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18875         (bbdb-dwim-net-address, vm-mail): Declare.
18876         (feedmail-binmail-gnulinuxish-template):
18877         Rename from feedmail-binmail-linuxish-template.
18878         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18879         Use insert-buffer-substring.
18881 2011-05-14  Bill Carpenter  <bill@carpenter.org>
18883         * mail/feedmail.el (feedmail-patch-level): Increase.
18884         (feedmail-debug): New custom group.
18885         (feedmail-confirm-outgoing-timeout)
18886         (feedmail-sendmail-f-doesnt-sell-me-out)
18887         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18888         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18889         (feedmail-sender-line, feedmail-from-line)
18890         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18891         (feedmail-spray-this-address)
18892         (feedmail-spray-address-fiddle-plex-list)
18893         (feedmail-queue-use-send-time-for-date)
18894         (feedmail-queue-use-send-time-for-message-id)
18895         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18896         (feedmail-buffer-eating-function):
18897         Doc fixes.
18898         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18899         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18900         (feedmail-message-action-scroll-down): New functions.
18901         (feedmail-queue-directory, feedmail-queue-draft-directory):
18902         Use expand-file-name.
18903         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18904         Remove C-v help entry.
18905         (feedmail-queue-buffer-file-name): New variable.
18906         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18907         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18908         (feedmail-message-action-send-strong, feedmail-message-action-edit)
18909         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18910         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18911         (feedmail-message-action-toggle-spray)
18912         (feedmail-run-the-queue-no-prompts)
18913         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18914         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18915         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18916         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18917         (feedmail-envelope-deducer, feedmail-fiddle-from)
18918         (feedmail-fiddle-sender, feedmail-default-date-generator)
18919         (feedmail-fiddle-date, feedmail-fiddle-message-id)
18920         (feedmail-fiddle-spray-address)
18921         (feedmail-fiddle-list-of-spray-fiddle-plexes)
18922         (feedmail-fiddle-list-of-fiddle-plexes)
18923         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18924         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18925         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18926         Change default.  Doc fix.
18927         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18928         (feedmail-binmail-linuxish-template): New constant.
18929         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
18930         Respect feedmail-sendmail-f-doesnt-sell-me-out.
18931         (feedmail-send-it): Add debug call.
18932         Use feedmail-queue-buffer-file-name, and
18933         feedmail-send-it-immediately-wrapper.
18934         (feedmail-message-action-send): Add debug call.
18935         Use feedmail-send-it-immediately-wrapper.
18936         (feedmail-queue-express-to-queue): Add debug call.
18937         Run feedmail-queue-express-hook.
18938         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
18939         (feedmail-message-action-help-blat):
18940         Rename from feedmail-queue-send-edit-prompt-help-first.
18941         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
18942         Check line-endings.  Handle errors better.
18943         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18944         Doc fix.  Add debug call.
18945         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
18946         Use feedmail-queue-send-edit-prompt-inner.
18947         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18948         (feedmail-queue-send-edit-prompt-inner): New function, extracted
18949         from feedmail-queue-send-edit-prompt.
18950         (feedmail-queue-send-edit-prompt-help)
18951         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18952         (feedmail-tidy-up-slug): Add debug call.
18953         Respect feedmail-queue-slug-suspect-regexp.
18954         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18955         (feedmail-dump-message-to-queue): Add debug call.
18956         Expand queue-directory.
18957         (feedmail-dump-message-to-queue): Change message slightly.
18958         Use feedmail-say-chatter.
18959         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
18960         (feedmail-send-it-immediately-wrapper): New function.
18961         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
18962         Insert empty string rather than newline.  Handle full-frame case.
18963         Use catch/throw.  Use feedmail-say-chatter.
18964         (feedmail-fiddle-from): Try mail-host-address.
18965         (feedmail-default-message-id-generator): Doc fix.
18966         Bind system-time-locale.  Handle missing end.
18967         (feedmail-fiddle-x-mailer): Add debug call.
18968         Handle feedmail-x-mailer-line being nil.
18969         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18970         Add debug call.  Use buffer-substring-no-properties.
18971         (feedmail-say-debug, feedmail-say-chatter): New functions.
18972         (feedmail-find-eoh): Give an explicit error.
18974 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
18976         * net/newst-treeview.el (newsticker-treeview-face): Change default
18977         family from helvetica to sans.
18978         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18979         etc/images/newsticker.
18981         * net/newst-reader.el (newsticker-feed-face): Change default
18982         family from helvetica to sans.
18984         * net/newst-plainview.el (newsticker-new-item-face)
18985         (newsticker-old-item-face, newsticker-immortal-item-face)
18986         (newsticker-obsolete-item-face, newsticker-date-face)
18987         (newsticker-statistics-face): Change default family from
18988         helvetica to sans.
18989         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18990         etc/images/newsticker.
18992         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18993         (newsticker--process-auto-mark-filter-match): Tell user about
18994         auto-marking.
18996 2011-05-13  Didier Verna  <didier@xemacs.org>
18998         Common Lisp indentation improvements on defmethod and lambda-lists.
18999         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19000         TODO entries.
19001         (lisp-lambda-list-keyword-parameter-indentation)
19002         (lisp-lambda-list-keyword-parameter-alignment)
19003         (lisp-lambda-list-keyword-alignment): New customizable user options.
19004         (lisp-indent-defun-method): Improve docstring.
19005         (extended-loop-p): Fix comment.
19006         (lisp-indent-lambda-list-keywords-regexp): New variable.
19007         (lisp-indent-lambda-list): New function.
19008         (lisp-indent-259): Use it.
19009         (lisp-indent-defmethod): Support for more than one
19010         method qualifier and properly indent methods lambda-lists.
19011         (defgeneric): Provide a missing common-lisp-indent-function property.
19013 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19015         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19016         bounds for the empty string (bug#8667).
19018 2011-05-13  Glenn Morris  <rgm@gnu.org>
19020         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19022         * mail/sendmail.el (sendmail-program): Try executable-find first.
19023         (sendmail-send-it): `sendmail-program' cannot be unbound.
19025         * calendar/appt.el (appt-make-list): Simplify.
19026         (appt-time-msg-list): Doc fix.
19027         (appt-check): Change mode-line message at the time of the appointment.
19029 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
19031         * progmodes/ld-script.el (ld-script-keywords)
19032         (ld-script-builtins): Update keywords list.
19034 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19036         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19038         * shell.el (shell-completion-vars): New function.
19039         (shell-mode):
19040         * simple.el (read-shell-command): Use it.
19041         (blink-matching-open): No need for " [...]" in minibuffer-message.
19043 2011-05-12  Glenn Morris  <rgm@gnu.org>
19045         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19046         (appt-check): Simplify.
19048 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
19050         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19051         literal "/dev/null".
19053 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19055         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19056         Fix typo.
19058 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
19060         * progmodes/which-func.el (which-function):
19061         Use add-log-current-defun instead of add-log-current-defun-function,
19062         which might not be defined (Bug#8260).
19064 2011-05-12  Glenn Morris  <rgm@gnu.org>
19066         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19067         Let byte-compile-initial-macro-environment always take precedence.
19069 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19071         * net/rcirc.el: Add support for SSL/TLS connections.
19072         (rcirc-server-alist): New field `encryption'.
19073         (rcirc): Check `encryption' settings.
19074         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
19075         Merge make-local-variable into `set'.
19076         (rcirc--connection-open-p): New function.
19077         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19078         the process is not a network process (e.g. running gnutls-cli).
19079         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19080         Make rcirc-(en|de)code-coding-system local here.
19081         (rcirc-mode): Merge make-local-variable into `set'.
19082         (rcirc-parent-buffer): Make permanent buffer-local.
19083         (rcirc-multiline-minor-mode): Don't do it here.
19084         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19085         there's no server buffer.
19087 2011-05-11  Glenn Morris  <rgm@gnu.org>
19089         * newcomment.el (comment-kill): Prefix "unused" local.
19091         * term/w32console.el (get-screen-color): Declare.
19093         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19094         Handle symbol elements of byte-compile-initial-macro-environment.
19096 2011-05-10  Leo Liu  <sdl.web@gmail.com>
19098         * bookmark.el (bookmark-bmenu-mode-map):
19099         Bind bookmark-bmenu-search to `/'.
19101         * mail/footnote.el: Convert to utf-8 encoding.
19102         (footnote-unicode-string, footnote-unicode-regexp): New variable.
19103         (Footnote-unicode): New function.
19104         (footnote-style-alist): Add unicode style to the list.
19105         (footnote-style): Doc fix.
19107 2011-05-10  Jim Meyering  <meyering@redhat.com>
19109         Fix doubled-word typos.
19110         * international/quail.el (quail-insert-kbd-layout): and and -> and
19111         * kermit.el: and and -> and
19112         * net/ldap.el (ldap-search-internal): to to -> to
19113         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19114         * progmodes/js.el (js-mode): and and -> and
19115         * textmodes/artist.el (artist-move-to-xy): at at -> at
19116         (artist-draw-region-trim-line-endings): if if -> if
19117         And Safetyc -> Safety.
19118         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19120 2011-05-10  Glenn Morris  <rgm@gnu.org>
19121             Stefan Monnier  <monnier@iro.umontreal.ca>
19123         * files.el (hack-one-local-variable-eval-safep):
19124         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
19126 2011-05-10  Glenn Morris  <rgm@gnu.org>
19128         * calendar/diary-lib.el (diary-list-entries-hook)
19129         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19130         (diary-nongregorian-marking-hook, diary-list-entries)
19131         (diary-include-other-diary-files, diary-mark-entries)
19132         (diary-mark-included-diary-files): Doc fixes.
19134 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
19136         * misc.el: Require tabulated-list.el during compilation.
19138 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
19140         * progmodes/compile.el (compilation-start):
19141         Run compilation-filter-hook for the async case too.
19142         (compilation-filter-hook): Doc fix.
19144 2011-05-09  Deniz Dogan  <deniz@dogan.se>
19146         * wdired.el: Remove outdated installation comment.  Fix usage
19147         comment.
19149 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
19151         * misc.el: Implement new command `list-dynamic-libraries'.
19152         (list-dynamic-libraries--loaded-only-p): New variable.
19153         (list-dynamic-libraries--refresh): New function.
19154         (list-dynamic-libraries): New command.
19156 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
19158         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19159         Fix the ant regexp to handle end-line and end-column info from jikes.
19160         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
19161         higher priority to avoid clobbering by gnu.
19163 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
19165         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19166         if the face has existing theme settings (Bug#8454).
19168 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
19170         * progmodes/perl-mode.el (perl-imenu-generic-expression):
19171         Only match variables declared via `my' or `our' (Bug#8261).
19173         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19174         special file names `.' and `..' (Bug#8259).
19176 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
19178         * progmodes/grep.el (grep-mode-font-lock-keywords):
19179         Remove buffer-changing entries.
19180         (grep-filter): New function.
19181         (grep-mode): Add it to compilation-filter-hook.
19183         * progmodes/compile.el (compilation-filter-hook)
19184         (compilation-filter-start): New defvars.
19185         (compilation-filter): Call compilation-filter-hook prior to
19186         updating the process mark.
19188 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19190         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19192 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
19194         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19195         mailclient-send-it even if window-system is nil.  (Bug#8595)
19197         * term/w32console.el (terminal-init-w32console):
19198         Call get-screen-color and use its output to set the frame
19199         background-mode.  (Bug#8597)
19201 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19203         Make bytecomp.el understand that defmethod defines funs (bug#8631).
19204         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19205         New functions.
19206         (defgeneric, eieio--defmethod): Use them.
19207         (eieio-defgeneric): Remove.
19208         (defmethod): Call defgeneric in a way visible to the byte-compiler.
19210 2011-05-07  Glenn Morris  <rgm@gnu.org>
19212         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19213         Use let rather than let*.
19214         (timeclock-find-discrep): Remove unused local.
19216         * calendar/diary-lib.el (diary-comment-start): Doc fix.
19218         * calendar/appt.el (appt-time-msg-list): Doc fix.
19220 2011-05-06  Noah Friedman  <friedman@splode.com>
19222         * apropos.el (apropos-print-doc): Only use
19223         emacs-lisp-docstring-fill-column when it is bound to an integer,
19224         per that variable's documentation.
19226 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19228         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19229         and warnings are not silently discarded (e.g. use -d instead of -P).
19231 2011-05-06  Glenn Morris  <rgm@gnu.org>
19233         * calendar/appt.el (appt-message-warning-time): Doc fix.
19234         (appt-warning-time-regexp): New option.
19235         (appt-make-list): Respect appt-message-warning-time.
19237         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19238         New options.
19239         (diary-add-to-list): Strip comments from the displayed string.
19240         (diary-mode): Set comment-start and comment-end.
19242         * vc/diff-mode.el (smerge-refine-subst): Declare.
19243         (diff-refine-hunk): Don't require smerge-mode when compiling.
19245 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
19247         * simple.el (list-processes): Return nil as the docstring says.
19249 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
19251         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19252         to "".
19253         (ange-ftp-write-region, ange-ftp-insert-file-contents)
19254         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19255         determining of binary transfer.  (Bug#7383)
19257 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
19259         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19260         Fix port computation bug.  (Bug#8618)
19262 2011-05-05  Glenn Morris  <rgm@gnu.org>
19264         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19266         * simple.el (shell-dynamic-complete-functions)
19267         (comint-dynamic-complete-functions): Declare.
19269         * net/network-stream.el (gnutls-negotiate):
19270         * simple.el (tabulated-list-print): Fix declarations.
19272         * progmodes/gud.el (syntax-symbol, syntax-point):
19273         Remove unnecessary and incorrect declarations.
19275         * emacs-lisp/check-declare.el (check-declare-scan):
19276         Handle byte-compile-initial-macro-environment in bytecomp.el.
19278 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19280         Fix earlier half-done eieio-defmethod change (bug#8338).
19281         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19282         Streamline and change calling convention.
19283         (defmethod): Adjust accordingly and simplify.
19284         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19285         new eieio--defmethod.
19286         (slot-boundp): Minor CSE simplification.
19288 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
19290         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19291         (glasses-make-readable): Use glasses-separate-capital-groups.
19293 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
19295         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19296         (warning-series): Doc fix.
19297         (display-warning): Don't try to create the buffer if we just found it.
19299 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
19301         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19302         (autoload-find-generated-file): New function.
19303         (generate-file-autoloads): Bind generated-autoload-file to
19304         buffer-file-name.
19305         (update-file-autoloads, update-directory-autoloads):
19306         Use autoload-find-generated-file.  If called interactively, prompt for
19307         output file (Bug#7989).
19308         (batch-update-autoloads): Doc fix.
19310 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
19312         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19314 2011-05-04  Glenn Morris  <rgm@gnu.org>
19316         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19317         function, so it follows changes in calendar-date-style.
19318         (diary-fancy-date-matcher): New function.
19319         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19320         (diary-fancy-font-lock-fontify-region-function):
19321         Use diary-fancy-date-pattern as a function.
19323         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19324         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
19326 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
19328         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19329         instead of positional arguments.  Allow :keylist and :crlfiles
19330         arguments.
19331         (open-gnutls-stream): Call it.
19333         * net/network-stream.el (network-stream-open-starttls): Adjust to
19334         call `gnutls-negotiate' with :process and :hostname arguments.
19336 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19338         * minibuffer.el (completion--message): New function.
19339         (completion--do-completion, minibuffer-complete)
19340         (minibuffer-force-complete, minibuffer-complete-word): Use it.
19341         (completion--do-completion): Don't ignore completion-auto-help when in
19342         icomplete-mode.
19344         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19345         internal encoding (e.g. tibetan zero is not whitespace).
19346         (global-whitespace-mode): Prefer save-current-buffer.
19347         (whitespace-trailing-regexp): Remove useless save-match-data.
19348         (whitespace-empty-at-bob-regexp): Minor simplification.
19350 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
19352         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19354 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
19356         * textmodes/ispell.el (ispell-add-per-file-word-list):
19357         Use `concat' to create string for insertion.
19359 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19361         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19362         Avoid open-line which runs post-self-insert-hook.
19363         (bibtex-fill-entry): Remove unused `end' var.
19365 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
19367         * textmodes/ispell.el (ispell-add-per-file-word-list):
19368         Protect against `nil' value of `comment-start' (Bug#8579).
19370 2011-05-03  Leo Liu  <sdl.web@gmail.com>
19372         * isearch.el (isearch-yank-pop): New command.
19373         (isearch-mode-map): Bind it to `M-y'.
19374         (isearch-forward): Mention it.
19376 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19378         * simple.el (minibuffer-complete-shell-command): Remove.
19379         (minibuffer-local-shell-command-map): Use completion-at-point.
19380         (read-shell-command): Setup completion vars here instead.
19381         (read-expression-map): Bind TAB to symbol completion.
19383         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19384         error directly rather via storing it into `results'.
19386 2011-05-02  Leo Liu  <sdl.web@gmail.com>
19388         * vc/diff.el: Fix description.
19390 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19392         * server.el (server-eval-at): New function.
19394 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19396         * net/network-stream.el (open-network-stream): Take a :nowait
19397         parameter and pass it on to `make-network-process'.
19398         (network-stream-open-plain): Ditto.
19400 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
19402         * faces.el (face-spec-set-match-display): Don't match toolkit
19403         options on terminal frames.
19405 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19407         * progmodes/pascal.el: Use lexical binding.
19408         (pascal-mode-map): Remove author preferences.
19410         * pcomplete.el (pcomplete-std-complete): Don't abuse
19411         completion-at-point.
19413 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19415         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19416         removing code that has been dead since 1991 or so.
19418         * startup.el (command-line): When warning about "_emacs", use a
19419         delayed warning to allow the user to filter it out.
19421 2011-04-28  Deniz Dogan  <deniz@dogan.se>
19423         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19424         user has not joined.
19426 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19428         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19429         aren't any completions at point.
19431 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
19433         * subr.el (display-delayed-warnings): New function.
19434         (delayed-warnings-hook): New variable.
19436 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19438         * minibuffer.el (completion-at-point, completion-help-at-point):
19439         Don't presume that a given completion-at-point-function will always
19440         use the same calling convention.
19442         * pcomplete.el (pcomplete-completions-at-point):
19443         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
19444         pcomplete-seen is non-nil.
19445         (pcomplete-comint-setup): Also recognize the new comint/shell
19446         completion functions.
19447         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19448         pcomplete-seen is non-nil.
19450 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
19452         * calendar/icalendar.el (diary-lib): Add require statement.
19453         (icalendar--create-uid): Read out a uid from a text-property on
19454         the first character in the entry.  This allows for code to add its
19455         own uid to the entry.
19456         (icalendar--convert-float-to-ical): Add export of
19457         `diary-float'-entries save for those with the optional DAY
19458         argument.
19460 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
19462         * subr.el (shell-quote-argument): Use alternate escaping strategy
19463         when we spot a variable reference in a string.
19465 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
19467         * cus-start.el (all): Define customization for debug-on-event.
19469 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
19471         * subr.el (shell-quote-argument): Escape correctly under Windows.
19473 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19475         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19477 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
19479         * net/tramp.el (tramp-process-actions): Add POS argument.
19480         Delete region between POS and (pos).
19482         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19483         Use `nil' position in `tramp-process-actions' call.
19484         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19486         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19487         position in `tramp-process-actions' call.
19489         * net/trampver.el: Update release number.
19491 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19493         * custom.el (defcustom): Obey lexical-binding.
19495         Fix octave-inf completion problems reported by Alexander Klimov.
19496         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19497         Inherit from octave-mode-syntax-table.
19498         (inferior-octave-mode): Set info-lookup-mode.
19499         (inferior-octave-completion-at-point): New function.
19500         (inferior-octave-complete): Use it and completion-in-region.
19501         (inferior-octave-dynamic-complete-functions): Use it as well, and use
19502         comint-filename-completion.
19503         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19504         symbol elements which shouldn't be word elements.
19505         (octave-font-lock-keywords, octave-beginning-of-defun)
19506         (octave-function-header-regexp): Adjust regexps accordingly.
19507         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19509 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
19511         * net/gnutls.el (gnutls-errorp): Declare before first use.
19513 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
19515         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19516         verify-error, and verify-hostname-error parameters.  Check whether
19517         default trustfile exists before going to use it.  Add missing
19518         argument to gnutls-message-maybe call.  Return value.
19519         Reported by Claudio Bley <claudio.bley@gmail.com>.
19520         (open-gnutls-stream): Add usage example.
19522         * net/network-stream.el (network-stream-open-starttls): Give host
19523         parameter to `gnutls-negotiate'.
19524         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19525         * subr.el (shell-quote-argument): Escape correctly under Windows.
19527 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
19529         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19530         Use correct match group (bug#8438).
19532 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
19534         * emacs-lisp/package.el (package-built-in-p): Fix typo.
19535         (package-menu--generate): New arg specifying packages to show.
19536         (package-menu-refresh, package-menu-execute, list-packages):
19537         Callers changed.
19538         (package-show-package-list): New function, replacing deleted
19539         package--list-packages (renamed because it is non-internal).
19541         * finder.el (finder-list-matches): Use package-show-package-list
19542         instead of deleted package--list-packages.
19544         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19545         Based on a previous implementation by Juanma Barranquero (Bug#8366).
19546         (vc-annotate-mode-map): Bind it to RET.
19548 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
19550         * progmodes/etags.el (next-file): Don't use set-buffer to change
19551         buffers (Bug#8478).
19553 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
19555         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19557         * apropos.el (apropos-label-face): Avoid variable-pitch face.
19558         (apropos-accumulator): Doc fix.
19559         (apropos-function, apropos-macro, apropos-command)
19560         (apropos-variable, apropos-face, apropos-group, apropos-widget)
19561         (apropos-plist): Add face property.
19562         (apropos-symbols-internal): Fix indentation.
19563         (apropos-print): Simplify help, and recognize apropos-multi-type.
19564         (apropos-print-doc): Use button-type-get to extract the button's
19565         face property.  Fill docstring (Bug#8352).
19567 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
19569         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19571         * play/mpuz.el (mpuz-silent): Doc fix.
19572         (mpuz-mode-map): Use mapc.
19573         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19574         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19575         Fix typos in docstrings.
19577         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19578         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19580         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19582 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
19584         * minibuffer.el (completion--do-completion): Avoid the "Next char
19585         not unique" prompt if icomplete-mode is enabled (Bug#5849).
19587         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19588         mouse-2 into unread-command-events, it is interpreted correctly.
19590         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19591         (image-toggle-display): Doc fix.
19593 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
19595         * textmodes/page.el (what-page): Use line-number-at-pos to
19596         calculate line number (Bug#6825).
19598 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
19600         * eshell/esh-mode.el (find-tag-interactive): Declare function.
19601         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19602         Pass argument NO-DEFAULT to `find-tag-interactive'.
19604 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
19606         Lexical-binding cleanup.
19608         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19609         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19610         * progmodes/ada-prj.el (ada-prj-initialize-values)
19611         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19612         (ada-prj-show-value):
19613         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19614         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19615         (antlr-invalidate-context-cache, antlr-options-menu-filter)
19616         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19617         * progmodes/bug-reference.el (bug-reference-push-button):
19618         * progmodes/fortran.el (fortran-line-length):
19619         * progmodes/glasses.el (glasses-change):
19620         * progmodes/octave-mod.el (octave-fill-paragraph):
19621         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19622         (python-pdbtrack-grub-for-buffer, python-sentinel):
19623         * progmodes/sql.el (sql-save-connection):
19624         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19625         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19626         Mark unused parameters.
19628         * progmodes/compile.el (compilation--flush-directory-cache)
19629         (compilation--flush-parse, compile-internal): Mark unused parameters.
19630         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19631         (compilation-next-error-function): Remove unused variable `timestamp'.
19633         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19634         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19636         * progmodes/dcl-mode.el (dcl-end-of-command):
19637         Remove unused variable `start'.
19638         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19639         (dcl-option-value-basic, dcl-option-value-offset)
19640         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19641         Mark unused parameters.
19642         (dcl-save-local-variable): Remove unused variable `val'.
19643         (mode): Declare.
19645         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19646         Mark unused parameters.
19647         (delphi-ignore-changes): Move before first use.
19648         (delphi-charset-token-at): Remove unused variable `start'.
19649         (delphi-else-start): Remove unused variable `if-count'.
19650         (delphi-comment-block-start, delphi-comment-block-end):
19651         Remove unused variable `kind'.
19652         (delphi-indent-line): Remove unused variable `new-point'.
19654         * progmodes/ebrowse.el (ebrowse-files-list)
19655         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19656         Mark unused parameters.  Don't quote `lambda'.
19657         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19658         Don't quote `lambda'.
19659         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19660         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19661         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19662         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19663         Use `ignore-errors'.
19664         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19665         (ebrowse-view/find-file-and-search-pattern)
19666         (ebrowse-view/find-member-declaration/definition):
19667         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19668         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19669         Rename parameter PREFIX-ARG to PREFIX.
19670         (ebrowse-tags-read-name): Remove unused variables `start' and
19671         `member-info'.
19672         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19673         to `tags-file'.
19675         * progmodes/etags.el (local-find-tag-hook): Declare.
19676         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19677         Mark unused parameters.
19679         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19680         (executable-interpret): Mark unused parameter.
19682         * progmodes/flymake.el (flymake-process-sentinel)
19683         (flymake-after-change-function)
19684         (flymake-create-temp-with-folder-structure)
19685         (flymake-get-include-dirs-dot): Mark unused parameters.
19686         (flymake-safe-delete-directory): Remove unused variable `err'.
19688         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19689         (speedbar-timer-fn, speedbar-line-text)
19690         (speedbar-change-expand-button-char, speedbar-delete-subblock)
19691         (speedbar-center-buffer-smartly): Declare functions.
19692         (gdb-find-watch-expression): Remove unused variable `array'.
19693         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19694         (gdb-starting): Mark unused parameters.
19695         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19696         (gdb-table-string): Remove unused variable `res'.
19697         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19698         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19699         (gdb-display-buffer): Remove unused variable `cur-size'.
19701         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19702         allow lexical-binding compilation.
19703         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19704         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19705         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19706         Mark unused parameters.
19707         (gud-gdb-marker-filter): Remove unused variable `match'.
19708         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19709         lambda expressions and funcall them, instead of using `fset'.
19711         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19712         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19714         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19715         variable `header-beg'; use `let'.
19717         * progmodes/icon.el (indent-icon-exp): Remove unused variables
19718         `restart', `last-sexp' and `at-do'.
19720         * progmodes/js.el (js--debug): Mark unused parameter.
19721         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19722         (js--splice-into-items): Remove unused variable `item'.
19723         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19725         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19726         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19727         (makefile-complete): Remove unused variable `try'.
19728         (makefile-fill-paragraph, makefile-match-function-end):
19729         Mark unused parameters.
19731         * progmodes/octave-inf.el (inferior-octave-complete):
19732         Remove unused variable `proc'.
19733         (inferior-octave-output-digest): Mark unused parameter.
19735         * progmodes/perl-mode.el (perl-calculate-indent):
19736         Remove unused variable `err'.
19738         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19739         (prolog-indent-line): Mark unused parameters.
19740         (prolog-indent-line): Remove unused variable `beg'.
19742         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19743         (reporter-dont-compact-list): Declare.
19745         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19746         Remove unused variable `char'.
19747         (sh-debug): Mark unused parameter.
19748         (sh-get-indent-info): Remove unused variable `start'.
19749         (sh-calculate-indent): Remove unused variable `var'.
19751         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19752         (simula-electric-keyword): Remove unused variable `null'.
19753         (simula-search-backward, simula-search-forward): Remove unused
19754         variables `begin' and `end'.
19756         * progmodes/vera-mode.el (vera-guess-basic-syntax):
19757         Remove unused variable `pos'.
19758         (vera-electric-tab, vera-comment-uncomment-region):
19759         Mark unused parameters.
19760         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19762 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
19764         * emacs-lisp/package.el (package--builtins, package-alist)
19765         (package-load-descriptor, package-built-in-p, package-activate)
19766         (define-package, package-installed-p)
19767         (package-compute-transaction, package-buffer-info)
19768         (package--push): Doc fix.  Distinguish more clearly between
19769         version strings and version lists.
19771 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
19773         Lexical-binding cleanup.
19775         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19776         (5x5-make-mutate-best):
19777         * play/fortune.el (fortune-in-buffer):
19778         * play/gomoku.el (gomoku-init-display):
19779         * play/solitaire.el (solitaire, solitaire-do-check):
19780         * play/tetris.el (tetris-default-update-speed-function):
19781         Mark unused parameters.
19783         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19784         (bubbles--shift): Remove unused variable `char-org'.
19785         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
19786         (bubbles--show-images): Remove unused variable `char'.
19788         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19789         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19790         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19791         (decipher-analyze-buffer): Use ?\s.
19792         (decipher-make-checkpoint): Remove unused variable `mapping'.
19794         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19796         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19797         Remove unused variable `result'; use `let'.
19799         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19800         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19801         (gametree-children-shown-p, gametree-compute-reduced-score):
19802         Use `ignore-errors'.
19804         * play/handwrite.el (ps-lpr-switches): Declare.
19805         (handwrite): Remove unused variables `pmin' and `lastp'.
19807         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19809         * play/landmark.el (landmark-init-display)
19810         (landmark-update-naught-weights): Mark unused parameters.
19811         (landmark-y): Remove unused variable `noise'.  Simplify.
19812         (landmark-human-plays): Remove unused variable `score'.
19814         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19815         (mpuz-try-proposal): Remove unused variable `game'.
19817         * play/zone.el (life-patterns): Declare.
19819 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
19821         * vc/vc.el (ediff-vc-internal): Declare function.
19823 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19825         * shell.el: Use lexical-binding and std completion UI.
19826         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19827         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19828         comint-preoutput-filter-functions rather than on
19829         comint-output-filter-functions.
19830         (shell-command-completion, shell--command-completion-data)
19831         (shell-filename-completion, shell-environment-variable-completion)
19832         (shell-c-a-p-replace-by-expanded-directory): New functions.
19833         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19834         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19835         (shell-dynamic-complete-environment-variable): Use them.
19836         (shell-dynamic-complete-as-environment-variable)
19837         (shell-dynamic-complete-as-command): Remove.
19838         (shell-match-partial-variable): Match past point.
19839         * comint.el: Clean up use of completion-at-point-functions.
19840         (comint-completion-at-point): New function.
19841         (comint-mode): Use it completion-at-point-functions.
19842         (comint-dynamic-complete): Make it obsolete.
19843         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19844         (comint-c-a-p-replace-by-expanded-history): New function.
19845         (comint-dynamic-complete-functions)
19846         (comint-replace-by-expanded-history): Use it.
19847         * minibuffer.el (completion-table-with-terminator): Allow dynamic
19848         termination strings.  Try harder to avoid second try-completion.
19849         (completion-in-region-mode-map): Disable bindings that don't work yet.
19851         * comint.el: Use lexical-binding.  Require CL.
19852         (comint-dynamic-complete-functions): Use comint-filename-completion.
19853         (comint-completion-addsuffix): Tweak custom type.
19854         (comint-filename-completion, comint--common-suffix)
19855         (comint--common-quoted-suffix, comint--table-subvert)
19856         (comint--complete-file-name-data): New functions.
19857         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19858         (comint-dynamic-list-filename-completions): Use them.
19859         (comint-dynamic-simple-complete): Make obsolete.
19861         * minibuffer.el (completion-in-region-mode):
19862         Keep completion-in-region-mode--predicate global.
19863         (completion-in-region--postch):
19864         Assume completion-in-region-mode--predicate is not null.
19866         * progmodes/flymake.el (flymake-start-syntax-check-process):
19867         Obey `dir'.  Simplify.
19869         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19870         we're in VC after all.
19872 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
19874         * vc/vc.el (vc-diff-build-argument-list-internal)
19875         (vc-version-ediff, vc-ediff): New commands.
19876         (vc-version-diff): Use vc-diff-build-argument-list-internal.
19878 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19880         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19881         add sanity check.
19883         * obsolete/erc-hecomplete.el: Make obsolete.
19884         * obsolete/: Standardize obsolescence info in the header.
19886 2011-04-20  Glenn Morris  <rgm@gnu.org>
19888         * calendar/solar.el (solar-horizontal-coordinates):
19889         Use the longitude argument rather than `calendar-longitude'.
19890         (solar-date-next-longitude): Remove unused locals.
19892 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19894         * whitespace.el: New version 13.2.1.
19896 2011-04-20  felix  <EmacsWiki>  (tiny change)
19898         * whitespace.el (global-whitespace-mode): Keep highlight when
19899         switching between major modes on a file.
19901 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19903         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19904         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19905         multi-line comments as well.
19907 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
19909         Lexical-binding cleanup.
19911         * arc-mode.el (archive-mode-revert):
19912         * cmuscheme.el (scheme-interactively-start-process):
19913         * custom.el (custom-initialize-delay):
19914         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19915         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19916         * emacs-lock.el (emacs-lock-clear-sentinel):
19917         * ezimage.el (defezimage):
19918         * follow.el (follow-avoid-tail-recenter):
19919         * fringe.el (set-fringe-mode-1):
19920         * generic-x.el (bat-generic-mode-compile):
19921         * help-mode.el (help-info-variable, help-do-xref)
19922         (help-mode-revert-buffer):
19923         * help.el (view-emacs-todo):
19924         * iswitchb.el (iswitchb-completion-help):
19925         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19926         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19927         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19928         * locate.el (locate-update):
19929         * longlines.el (longlines-encode-region)
19930         (longlines-after-change-function):
19931         * outline.el (outline-isearch-open-invisible):
19932         * ps-def.el (declare-function, charset-dimension, char-width)
19933         (encode-char):
19934         * ps-mule.el (ps-mule-plot-string):
19935         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19936         (recentf-edit-list-select, recentf-edit-list-validate)
19937         (recentf-open-files-action):
19938         * rect.el (delete-whitespace-rectangle-line)
19939         (rectangle-number-line-callback):
19940         * register.el (window-configuration-to-register)
19941         (frame-configuration-to-register):
19942         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19943         * select.el (xselect-convert-to-string, xselect-convert-to-length)
19944         (xselect-convert-to-targets, xselect-convert-to-delete)
19945         (xselect-convert-to-filename, xselect-convert-to-charpos)
19946         (xselect-convert-to-lineno, xselect-convert-to-colno)
19947         (xselect-convert-to-os, xselect-convert-to-host)
19948         (xselect-convert-to-user, xselect-convert-to-class)
19949         (xselect-convert-to-name, xselect-convert-to-integer)
19950         (xselect-convert-to-atom, xselect-convert-to-identity):
19951         * subr.el (declare, ignore, process-kill-without-query)
19952         (text-clone-maintain):
19953         * terminal.el (te-get-char, te-tic-sentinel):
19954         * tool-bar.el (tool-bar-make-keymap):
19955         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19956         * type-break.el (type-break-mode, type-break-noninteractive-query):
19957         * view.el (View-back-to-mark):
19958         * wid-browse.el (widget-browse-action, widget-browse-widget)
19959         (widget-browse-widgets, widget-browse-sexp):
19960         * widget.el (define-widget-keywords):
19961         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19962         Mark unused parameters.
19964         * align.el (align-adjust-col-for-rule): Mark unused parameter.
19965         (align-areas): Remove unused variable `look'.
19966         (align-region): Remove unused variables `real-end' and `pos-list'.
19968         * apropos.el (apropos-score-doc): Remove unused variable `i'.
19970         * bindings.el (mode-line-modified, mode-line-remote):
19971         Mark unused parameters.
19972         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19974         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19975         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19977         * comint.el (comint-history-isearch-pop-state)
19978         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19979         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19980         (comint-substitute-in-file-name): Doc fix.
19982         * completion.el (cmpl-statistics-block): Mark unused parameter.
19983         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19984         (save-completions-to-file, load-completions-from-file):
19985         Remove unused local variable `e'.
19987         * composite.el (compose-chars): Remove unused variable `len'.
19988         (lgstring-insert-glyph): Remove unused variable `g'.
19989         (compose-glyph-string): Remove unused variables `ascent',
19990         `descent', `lbearing' and `rbearing'.
19991         (compose-glyph-string-relative): Remove unused variables
19992         `lbearing', `rbearing' and `wadjust'.
19993         (compose-gstring-for-graphic): Remove unused variables `header',
19994         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
19995         (compose-gstring-for-terminal): Remove unused variables `header'
19996         and `nchars'.  Use `let', not `let*'.
19998         * cus-edit.el (Custom-set, Custom-save, custom-reset)
19999         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20000         (Custom-buffer-done, custom-buffer-create-internal)
20001         (custom-browse-visibility-action, custom-browse-group-tag-action)
20002         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20003         (widget-magic-mouse-down-action, custom-toggle-parent)
20004         (custom-add-parent-links, custom-toggle-hide-variable)
20005         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20006         (custom-toggle-hide-face, face, hook, custom-group-link-action)
20007         (custom-face-menu-create, custom-variable-menu-create, get)
20008         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20009         (custom-reset-standard-save-and-update): Remove unused variable `value'.
20010         (customize-apropos): Remove unused variable `tests'.
20011         (custom-group-value-create): Remove unused variable `hidden-p'.
20012         (sort-fold-case): Declare.
20014         * cus-theme.el (custom-reset-standard-faces-list)
20015         (custom-reset-standard-variables-list): Declare.
20016         (customize-create-theme, custom-theme-revert, custom-theme-write)
20017         (custom-theme-choose-mode, customize-themes, custom-theme-save):
20018         Mark unused parameters.
20020         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20022         * delim-col.el (delimit-columns-max): Move defvar before first use.
20024         * descr-text.el (describe-char-categories): Don't quote `lambda'.
20025         (describe-char): Don't quote `lambda'.  Mark unused parameter.
20027         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20028         (auto-insert): Declare.
20029         (desktop-restore-file-buffer): Rename desktop-* parameters;
20030         mark unused ones.
20031         (desktop-create-buffer): Rename desktop-* parameters and bind them.
20032         (desktop-buffer): Rename desktop-* parameters.
20034         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20035         (dframe-reposition-frame-xemacs, dframe-help-echo)
20036         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20037         Mark unused parameters.
20039         * dired-aux.el (backup-extract-version-start, overwrite-query)
20040         (overwrite-backup-query, rename-regexp-query)
20041         (rename-non-directory-query): Declare.
20042         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20043         (dired-add-entry): Remove unused variable `orig-file-name'.
20044         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20045         Use parameter PRESERVE-TIME instead of accessing dynamic variable
20046         `dired-copy-preserve-time' directly.
20047         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20048         (dired-insert-subdir-newpos): Rename unused variable `pos'.
20050         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20051         (dired-virtual-revert, dired-make-relative-symlink):
20052         Mark unused parameters.
20053         (manual-program): Declare.
20054         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20055         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20056         wrapped in `with-no-warnings' to avoid replacing one warning by another.
20058         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20060         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20062         * echistory.el (electric-history-in-progress, Helper-return-blurb):
20063         Declare.
20065         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20067         * electric.el (Electric-command-loop): Rename parameter
20068         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20070         * expand.el (expand-in-literal): Remove unused variable `here'.
20072         * facemenu.el (facemenu-add-new-color):
20073         Remove unused variable `docstring'.
20075         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20076         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20077         (face-attr-construct): Mark unused parameter.  Doc fix.
20078         (read-color): Remove unused variable `hex-string'.
20080         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20081         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20082         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20083         (display-buffer-other-frame): Remove unused variable `old-window'.
20084         (kill-buffer-hook): Declare.
20085         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20086         Mark unused parameters.
20087         (after-find-file): Pass 1 to `auto-save-mode', not t.
20089         * files-x.el (auto-insert): Declare.
20090         (modify-file-local-variable-prop-line): Remove unused variable `val'.
20092         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20093         variable `buf'.  Mark unused parameter.
20094         (find-lisp-insert-directory): Mark unused parameter.
20096         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20097         (format-encode-region): Remove unused variables `cur-buf' and `result'.
20098         (format-common-tail): Remove, unused.
20099         (format-deannotate-region): Remove unused variable `loc'.
20100         (format-annotate-region): Remove unused variable `p'.
20101         (format-annotate-single-property-change): Remove unused variables
20102         `default' and `tail'.
20104         * forms.el (read-file-filter): Declare.
20105         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20107         * frame.el (frame-creation-function-alist): Mark unused parameter.
20108         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20110         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20111         Remove unused parameters.
20112         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20113         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20115         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20116         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20117         (hfy-prepare-tag-map): Mark unused parameters.
20118         (htmlfontify-buffer): Use `called-interactively-p'.
20120         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20121         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20122         (ibuffer-do-occur): Mark unused parameters.
20123         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20124         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20126         * ibuffer.el: Don't quote `lambda'.
20127         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20128         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20129         Mark unused parameters.
20131         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20132         (ido-completing-read): Mark unused parameters.
20133         (ido-copy-current-word): Mark unused parameters;
20134         remove unused variable `name'.
20135         (ido-sort-merged-list): Remove unused parameter `dirs'.
20137         * ielm.el (ielm-input-sender): Mark unused parameter.
20138         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20139         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20140         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20141         `ielm-string' as a dynamic variable accessible from the IELM prompt.
20142         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
20144         * image-dired.el (image-dired-display-thumbs): Remove unused
20145         variables `curr-file' and `count'.
20146         (image-dired-remove-tag): Remove unused variable `start'.
20147         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20148         variable `curr-file'
20149         (image-dired-rotate-original): Remove unused variable `temp-file'.
20150         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20151         Remove unused variable `file'.
20152         (image-dired-gallery-generate): Remove unused variable `curr'.
20153         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20155         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20157         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20159         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20161         * isearch.el (minibuffer-history-symbol): Declare.
20162         (isearch-edit-string): Remove unused variable `err'.
20163         (isearch-message-prefix, isearch-message-suffix):
20164         Mark unused parameters.
20166         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20168         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20170         * makesum.el (double-column): Remove unused variable `cnt'.
20172         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20173         (ido-ignore-item-temp-list): Declare.
20175         * mouse-drag.el (mouse-drag-throw): Remove unused variables
20176         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20177         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20178         (mouse-drag-drag): Remove unused variables `mouse-delta' and
20179         `mouse-col-delta'.
20181         * mouse-sel.el (mouse-extend-internal):
20182         Remove unused variable `orig-window-frame'.
20184         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20185         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20186         Move declarations before first use.
20187         (pcomplete-opt): Mark unused parameters; doc fix.
20189         * proced.el (proced-revert): Mark unused parameter.
20190         (proced-send-signal): Remove unused variable `err'.
20192         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20193         Rename parameter PREFIX-ARG to ARG.
20194         (ps-basic-plot-string, ps-basic-plot-whitespace):
20195         Mark unused parameters.
20197         * replace.el (replace-count): Define.
20198         (occur-revert-function): Mark unused parameters.
20199         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20200         (isearch-case-fold-search, isearch-string): Declare.
20201         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20202         bind `case-fold-search'.  Remove unused variables `beg' and `end',
20203         and simplify.
20204         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20205         COUNT and bind `replace-count'.
20206         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20207         to COUNT.
20209         * savehist.el (print-readably, print-string-length): Declare.
20211         * shadowfile.el (shadow-expand-cluster-in-file-name):
20212         Remove unused variable `cluster'.
20213         (shadow-copy-file): Remove unused variable `i'.
20214         (shadow-noquery, shadow-clusters, shadow-site-cluster)
20215         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20216         (shadow-define-literal-group, shadow-define-regexp-group)
20217         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20219         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20220         (shell): Use `called-interactively-p'.
20221         (shell-directory-tracker): Remove unused variable `chdir-failure'.
20223         * simple.el (compilation-context-lines, comint-file-name-quote-list)
20224         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20225         (delete-backward-char): Remove unused variable `ocol'.
20226         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20227         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20228         (event-apply-hyper-modifier, event-apply-shift-modifier)
20229         (event-apply-control-modifier, event-apply-meta-modifier):
20230         Mark unused parameters.
20231         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20232         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20234         * speedbar.el (speedbar-ignored-directory-expressions)
20235         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20236         (speedbar-find-file, speedbar-dir-follow)
20237         (speedbar-directory-buttons-follow, speedbar-tag-find)
20238         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20239         (speedbar-buffers-line-directory, speedbar-buffer-click):
20240         Mark unused parameters.
20241         (speedbar-tag-file): Remove unused variable `mode'.
20242         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20244         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20246         * talk.el (talk): Remove unused variable `display'.
20248         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20249         (tar-write-region-annotate): Mark unused parameter.
20251         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20252         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20253         Declare them, wrapped in `with-no-warnings' to avoid replacing one
20254         warning by another.
20256         * time-stamp.el (time-stamp-string-preprocess):
20257         Remove unused variable `require-padding'.
20259         * tree-widget.el (widget-glyph-enable): Declare.
20260         (tree-widget-action): Mark unused parameter.
20262         * w32-fns.el (x-get-selection): Mark unused parameter.
20263         (autoload-make-program, generated-autoload-file): Declare.
20265         * wdired.el (wdired-revert): Mark unused parameters.
20266         (wdired-xcase-word): Remove unused variable `err'.
20268         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20269         (whitespace-help-scroll): Remove unused variable `data-help'.
20271         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20272         (widget-image-insert, widget-after-change, default)
20273         (widget-default-format-handler, widget-default-notify)
20274         (widget-default-prompt-value, widget-info-link-action)
20275         (widget-url-link-action, widget-function-link-action)
20276         (widget-variable-link-action, widget-file-link-action)
20277         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20278         (widget-field-prompt-internal, widget-field-action, widget-field-match)
20279         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20280         (widget-insert-button-action, widget-delete-button-action, visibility)
20281         (widget-documentation-link-action, widget-documentation-string-action)
20282         (widget-const-prompt-value, widget-regexp-match, symbol)
20283         (widget-coding-system-prompt-value)
20284         (widget-key-sequence-value-to-external, sexp)
20285         (widget-sexp-value-to-internal, character, vector, cons)
20286         (widget-choice-prompt-value, widget-boolean-prompt-value)
20287         (widget-color--choose-action): Mark unused parameters.
20288         (widget-item-match-inline, widget-choice-match-inline)
20289         (widget-checklist-match, widget-checklist-match-inline)
20290         (widget-group-match): Rename parameter VALUES to VALS.
20291         (widget-field-value-set): Remove unused variable `size'.
20292         (widget-color-action): Remove unused variables `value' and `start'.
20294         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20295         variable `dir'.  Doc fix.
20296         (windmove-find-other-window): Don't pass it.
20298         * window.el (count-windows): Mark unused parameter.
20299         (bw-adjust-window): Remove unused variable `err'.
20301         * woman.el (woman-file-name): Remove unused variable `default'.
20302         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20303         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20304         (global-font-lock-mode): Declare.
20305         (woman-decode-region): Mark unused parameter.
20306         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20308         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20309         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20310         (x-dnd-handle-moz-url): Remove unused variable `title'.
20311         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20313         * xml.el (xml-parse-tag, xml-parse-attlist):
20314         Remove unused variable `pos'.
20316 2011-04-19  Glenn Morris  <rgm@gnu.org>
20318         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20319         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20320         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20321         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20322         * calendar/cal-html.el (cal-html-insert-minical):
20323         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20324         (calendar-mark-date-pattern):
20325         Prefix "unused" locals.
20327         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20328         optional argument `style'.
20330         * calendar/appt.el (appt-make-list):
20331         * calendar/cal-china.el (calendar-chinese-date-string):
20332         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20333         (diary-hebrew-yahrzeit):
20334         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20335         * calendar/calendar.el (calendar-generate-window):
20336         * calendar/time-date.el (time-to-days):
20337         Remove unused local variables.
20339 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
20341         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20342         glyphless-char-display table.
20343         (tabulated-list-glyphless-char-display): New var.
20345 2011-04-18  Sam Steingold  <sds@gnu.org>
20347         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20348         to acknowledgments.
20350 2011-04-17  Glenn Morris  <rgm@gnu.org>
20352         * calendar/diary-lib.el (diary-sexp-entry):
20353         * calendar/holidays.el (holiday-sexp):
20354         Set debug-on-error rather than the removed stack-trace-on-error.
20356 2011-04-16  Glenn Morris  <rgm@gnu.org>
20358         * progmodes/f90.el: Use lexical-binding.
20359         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20361 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20363         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20364         (mail-mode): Setup mailalias completion here instead.
20365         * mail/mailalias.el: Use lexical-binding.
20366         (pattern, mailalias-done): Declare dynamic.
20367         (mail-completion-at-point-function): New function, from mail-complete.
20368         (mail-complete): Use it.
20369         (mail-completion-expand): New function.
20370         (mail-get-names): Use it.
20371         (mail-directory, mail-directory-process, mail-directory-stream):
20372         Don't use `pattern' for lexically bound arg.
20374         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20376         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20377         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20378         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20380         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20381         (byte-save-window-excursion, byte-temp-output-buffer-setup)
20382         (byte-interactive-p): Define them again, for use when inlining
20383         old code.
20385 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
20387         * loadup.el: Use `string-to-number', not `string-to-int'.
20389 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20391         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20392         gud-gdb-complete-command.
20393         (gud-gdb-completions): New function, from gud-gdb-complete-command.
20394         (gud-gdb-completion-at-point): New function.
20395         (gud-gdb-completions): Remove.
20397 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
20399         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20400         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
20401         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20402         whether `executable-find' is bound.
20404         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20406 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20408         * minibuffer.el (completion-in-region-mode-predicate)
20409         (completion-in-region-mode--predicate): New vars.
20410         (completion-in-region, completion-in-region--postch)
20411         (completion-in-region-mode): Use them.
20412         (completion--capf-wrapper): Also return the hook function.
20413         (completion-at-point, completion-help-at-point):
20414         Adjust and provide a predicate.
20416         Preserve arg names for advice of subr and lexical functions (bug#8457).
20417         * help-fns.el (help-function-arglist): Consolidate the subr and
20418         new-byte-code cases.  Add argument `preserve-names' to extract names
20419         from the docstring when needed.
20420         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20421         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20422         (ad-arglist): Use help-function-arglist's new arg.
20423         (ad-definition-type): Use cond.
20425 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
20427         * autorevert.el (auto-revert-handler):
20428         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20429         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20430         Don't quote lambda.
20432         * image-mode.el (image-transform-set-scale):
20433         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20435 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20437         * net/network-stream.el (network-stream-open-starttls): Only do
20438         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20439         Upgrades via gnutls-cli are too slow to be done opportunistically.
20441 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
20443         * dframe.el (dframe-current-frame): Remove spurious quote.
20445 2011-04-12  Glenn Morris  <rgm@gnu.org>
20447         * calendar/cal-tex.el (cal-tex-end-document):
20448         Try to automatically use latin1 input if needed.
20450         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20451         Don't try to cons a mark onto an empty element.
20453 2011-04-11  Leo Liu  <sdl.web@gmail.com>
20455         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20456         buffers.
20457         (ido-kill-buffer-at-head): Support killing virtual buffers.
20459 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
20461         * minibuffer.el (completion-show-inline-help): New var.
20462         (completion--do-completion, minibuffer-complete)
20463         (minibuffer-force-complete, minibuffer-complete-word):
20464         Inhibit minibuffer messages if completion-show-inline-help is nil.
20466         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20467         to avoid interference from inline help (Bug#5849).
20469 2011-04-10  Leo Liu  <sdl.web@gmail.com>
20471         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20472         Fix typo.
20474 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
20476         * image-mode.el (image-toggle-display-image): Signal an error if
20477         not in Image mode.
20478         (image-transform-mode, image-transform-resize)
20479         (image-transform-set-rotation): Doc fix.
20480         (image-transform-set-resize): Delete.
20481         (image-transform-set-scale, image-transform-fit-to-height)
20482         (image-transform-fit-to-width): Handle image-toggle-display-image
20483         and image-transform-resize directly.
20485 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
20487         * doc-view.el (doc-view-fit-width-to-window)
20488         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20489         New functions for fitting the shown image to the Emacs window size.
20490         (doc-view-mode-map): Add bindings for the new functions.
20492 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
20494         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20495         Fix typo in docstring.
20497 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
20499         * files.el (file-size-human-readable): Produce one digit after
20500         decimal, like "ls -lh" does.
20502         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20503         the file size representation.
20505         * simple.el (list-processes): If async subprocesses are not
20506         available, error out with a clear error message.
20508 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
20510         * help.el (help-form-show): New function, to be called from C.
20511         Put help-form output in a buffer named differently than *Help*.
20513 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
20515         * files.el (file-size-human-readable): New function.
20517         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20518         computing the representation inline.  Don't require `cl'.
20520 2011-04-08  Glenn Morris  <rgm@gnu.org>
20522         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20524         * net/browse-url.el (browse-url-firefox):
20525         Test system-type, not system-configuration.
20527         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20528         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20529         Use log-edit-empty-buffer-p.  (Bug#7598)
20531         * net/rlogin.el (rlogin-process-connection-type): Simplify.
20532         (rlogin-mode-map): Initialize in the defvar.
20533         (rlogin): Use ignore-errors.
20535         * replace.el (occur-mode-map): Some fixes for menu items.
20537 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
20539         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
20541 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
20543         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20544         issuing unused warnings.
20546         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20547         macro directly.
20549         * simple.el: Lisp reimplement of list-processes.  Based on an
20550         earlier reimplementation by Leo Liu, but using tabulated-list.el.
20551         (process-menu-mode): New major mode.
20552         (list-processes--refresh, list-processes):
20553         (process-menu-visit-buffer): New functions.
20555         * files.el (save-buffers-kill-emacs): Don't assume any return
20556         value of list-processes, which is undocumented anyway.
20558 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
20560         * emacs-lisp/tabulated-list.el: New file.
20562         * emacs-lisp/package.el: Use Tabulated List mode.
20563         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20564         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
20565         table format using Tabulated List mode variables.
20566         (package--push): New macro, replacing package-list-maybe-add.
20567         (package-menu--generate): Use package--push.  Renamed from
20568         package--generate-package-list.
20569         (package-menu-refresh, list-packages): Use it.
20570         (package-menu--print-info): Rename from package-print-package.
20571         Return insertion data instead of inserting it directly.
20572         (package-menu-describe-package, package-menu-execute):
20573         Use tabulated-list-get-id.
20574         (package-menu-mark-delete, package-menu-mark-install)
20575         (package-menu-mark-unmark, package-menu-backup-unmark)
20576         (package-menu-mark-obsolete-for-deletion):
20577         Use tabulated-list-put-tag.
20578         (package--list-packages, package-menu-revert)
20579         (package-menu-get-package, package-menu-get-version)
20580         (package-menu-sort-by-column): Functions deleted.
20581         (package-menu-package-list, package-menu-sort-key): Vars deleted.
20582         (package-menu--status-predicate, package-menu--version-predicate)
20583         (package-menu--name-predicate)
20584         (package-menu--description-predicate): Handle arguments in the
20585         Tabulated List format.
20586         (package-list-packages-no-fetch): Call list-packages.
20588 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
20590         * files.el (after-find-file-from-revert-buffer): Remove variable.
20591         (after-find-file): Don't bind it.
20592         (revert-buffer-in-progress-p): New variable.
20593         (revert-buffer): Bind it.
20594         Pass nil for `after-find-file-from-revert-buffer'.
20596         * saveplace.el (save-place-find-file-hook): Use new variable
20597         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20599 2011-04-06  Glenn Morris  <rgm@gnu.org>
20601         * Makefile.in (AUTOGEN_VCS): New variable.
20602         (autoloads): Use $AUTOGEN_VCS.
20604         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20605         * calendar/calendar.el (calendar-mode-map):
20606         Check for toolkit scroll bars.  (Bug#8305)
20608 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
20610         * minibuffer.el (completion-in-region--postch)
20611         (completion-in-region-mode): Remove unnecessary messages.
20613 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
20615         * font-lock.el (font-lock-refresh-defaults):
20616         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20617         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20619         * info.el (Info-directory-list, Info-read-node-name-2)
20620         (Info-split-parameter-string): Doc fixes.
20621         (Info-virtual-nodes): Reflow docstring.
20622         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20623         (Info-apropos-toc-nodes, info-finder, Info-get-token)
20624         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20625         Fix typos in docstrings.
20626         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20627         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20628         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20629         (Info-restore-desktop-buffer): Mark unused parameters.
20630         (Info-directory-find-file, Info-directory-find-node)
20631         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20632         (Info-virtual-index-find-node, Info-apropos-find-file)
20633         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20634         Mark unused parameters; fix typos in docstrings.
20635         (Info-virtual-index): Remove unused local variable `nodename'.
20637 2011-04-05  Deniz Dogan  <deniz@dogan.se>
20639         * net/rcirc.el: Update my e-mail address.
20640         (rcirc-mode-map): Remove M-o binding.
20642 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
20644         * startup.el (command-line): Save the cursor's theme-face
20645         directly, instead of using face-override-spec.
20647         * custom.el (load-theme): Minor optimization in assigning faces.
20649 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
20651         * help-fns.el (describe-variable): Complete all variables having
20652         documentation, including keywords.
20653         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20655 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
20657         Convert to lexical-binding.
20659         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20660         (bs--get-marked-string, bs--get-modified-string)
20661         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20662         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20663         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20665         * ehelp.el (electric-help-execute-extended)
20666         (electric-help-ctrl-x-prefix):
20667         * hexl.el (hexl-revert-buffer-function):
20668         * linum.el (linum-after-change, linum-after-scroll):
20669         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20671         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20673 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
20675         * epa-dired.el:
20676         * epa-mail.el:
20677         * epa-hook.el:
20678         * epa-file.el:
20679         * epa.el:
20680         * epg.el: Use lexical binding.
20682 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
20684         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20686         * textmodes/flyspell.el (flyspell-word): Recognize default
20687         dictionary case for flyspell-mark-duplications-exceptions.
20688         Use regexp matching for languages.
20689         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20690         default dictionary (Bug#7926).
20692 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
20694         * emacs-lisp/package.el (package--with-work-buffer):
20695         Recognize https URLs.
20697         * net/network-stream.el: Move from gnus/proto-stream.el.
20698         Change prefix to network-stream throughout.
20699         (open-protocol-stream): Merge into open-network-stream, leaving
20700         open-protocol-stream as an alias.  Handle nil BUFFER args.
20702         * subr.el (open-network-stream): Move to net/network-stream.el.
20704 2011-04-02  Glenn Morris  <rgm@gnu.org>
20706         * find-dired.el (find-exec-terminator): New option.
20707         (find-ls-option): Test for -ls support.
20708         (find-ls-subdir-switches): Test for -b in find-ls-option.
20709         (find-dired, find-grep-dired): Doc fixes.
20710         (find-dired): Use find-exec-terminator.
20712         * find-dired.el (find-ls-option, find-ls-subdir-switches)
20713         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20714         (find-name-arg): Remove purecopy.
20716         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20717         (grep-compute-defaults): Check for `-exec COMMAND +' support.
20718         Set grep-find-use-xargs, grep-find-command, and grep-find-template
20719         accordingly.  Don't add the null-device if not needed.
20721         * files.el (save-some-buffers): Doc fix.
20723 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
20725         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20727 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
20729         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20730         Use `dolist' rather than `mapcar'.
20732 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20734         Add lexical binding.
20736         * subr.el (apply-partially): Use new closures rather than CL.
20737         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20738         (dolist, dotimes): Use slightly different expansion for lexical code.
20739         (functionp): Move to C.
20740         (letrec): New macro.
20741         (with-wrapper-hook): Use it and apply-partially instead of CL.
20742         (eval-after-load): Preserve lexical-binding.
20743         (save-window-excursion, with-output-to-temp-buffer): Turn them
20744         into macros.
20746         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20748         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20749         than the arglist.
20750         (help-add-fundoc-usage): Don't add `Not documented'.
20751         (help-function-arglist): Handle closures, subroutines, and new
20752         byte-code-functions.
20753         (help-make-usage): Remove leading underscores.
20754         (describe-function-1): Handle closures.
20755         (describe-variable): Use special-variable-p for completion.
20757         * files.el (lexical-binding): Declare safe.
20759         * emacs-lisp/pcase.el: Don't use destructuring-bind.
20760         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
20761         (pcase): Add `let' pattern.
20762         Change memoization so it actually works.
20763         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20764         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20765         <let>: New case.
20767         * emacs-lisp/macroexp.el: Use lexical binding.
20768         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
20769         Don't convert ' to #' without checking that it's indeed quoting
20770         a lambda.
20772         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20773         Use eval-sexp-add-defvars.
20774         (eval-sexp-add-defvars): New fun.
20776         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20778         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20779         Don't autoload.
20780         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20781         than the internal `byte-compile-lambda'.
20782         (defmethod): Don't hide code under quotes.
20783         (eieio-defmethod): New `code' argument.
20785         * emacs-lisp/eieio-comp.el: Remove.
20787         * emacs-lisp/edebug.el (edebug-eval-defun)
20788         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20789         (edebug-toggle): Avoid `eval'.
20791         * emacs-lisp/disass.el (disassemble-internal): Handle new
20792         `closure' objects.
20793         (disassemble-1): Handle new byte codes.
20795         * emacs-lisp/cl.el (pushnew): Silence warning.
20797         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20798         (cl-byte-compile-throw): Remove.
20799         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20801         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20802         closures.
20804         * emacs-lisp/cconv.el: New file.
20806         * emacs-lisp/bytecomp.el: Use lexical binding instead of
20807         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
20808         (byte-compile-initial-macro-environment):
20809         Handle declare-function here.
20810         (byte-compile--lexical-environment): New var.
20811         (byte-stack-ref, byte-stack-set, byte-discardN)
20812         (byte-discardN-preserve-tos): New lap codes.
20813         (byte-interactive-p): Don't use any more.
20814         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20815         New macros.
20816         (byte-compile-lapcode): Use them and handle new lap codes.
20817         (byte-compile-obsolete): Remove.
20818         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20819         (byte-compile-arglist-warn): Check late def of inlinable funs.
20820         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20821         since they should have been expanded by now.
20822         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20823         (byte-compile-from-buffer): Remove unused second arg.
20824         (byte-compile-preprocess): New function.
20825         (byte-compile-toplevel-file-form): New function to distinguish
20826         file-form calls from outside from file-form calls from hunk-handlers.
20827         (byte-compile-file-form): Simplify.
20828         (byte-compile-file-form-defsubst): Remove.
20829         (byte-compile-file-form-defmumble): Simplify now that
20830         byte-compile-lambda always returns a byte-code-function.
20831         (byte-compile): Preprocess.
20832         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20833         Remove, not used any more.
20834         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20835         (byte-compile-make-args-desc): New funs.
20836         (byte-compile-lambda): Handle lexical functions.  Always return
20837         a byte-code-function.
20838         (byte-compile-reserved-constants): New var, to make up room for
20839         closed-over variables.
20840         (byte-compile-constants-vector): Obey it.
20841         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20842         (byte-compile-macroexpand-declare-function): New function.
20843         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20844         byte-code-functions.
20845         (byte-compile-form): Check obsolescence here.
20846         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20847         (byte-compile-variable-ref): Remove.
20848         (byte-compile-dynamic-variable-op): New fun.
20849         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20850         (byte-compile-variable-set): New funs.
20851         (byte-compile-discard): Add 2 args.
20852         (byte-compile-stack-ref, byte-compile-stack-set)
20853         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20854         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20855         macroexpand-all instead.
20856         (byte-compile-quote-form): Remove.
20857         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20858         (byte-compile-bind, byte-compile-unbind): New funs.
20859         (byte-compile-let): Handle let* and lexical binding.
20860         (byte-compile-let*): Remove.
20861         (byte-compile-catch, byte-compile-unwind-protect)
20862         (byte-compile-track-mouse, byte-compile-condition-case):
20863         Handle a new :fun-body form, used for lexical scoping.
20864         (byte-compile-save-window-excursion)
20865         (byte-compile-with-output-to-temp-buffer): Remove.
20866         (byte-compile-defun): Simplify.
20867         (byte-compile-stack-adjustment): New fun.
20868         (byte-compile-out): Use it.
20869         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20871         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20872         handler any more.
20874         * emacs-lisp/byte-opt.el: Use lexical binding.
20875         (byte-inline-lapcode): Remove (to bytecomp).
20876         (byte-compile-inline-expand): Pay attention to inlining to/from
20877         lexically bound code.
20878         (byte-compile-unfold-lambda): Don't handle byte-code-functions
20879         any more.
20880         (byte-optimize-form-code-walker): Don't handle save-window-excursion
20881         any more and don't call compiler-macros.
20882         (byte-compile-splice-in-already-compiled-code): Remove.
20883         (byte-code): Don't inline any more.
20884         (disassemble-offset): Receive `bytes' as argument rather than via
20885         dynamic scoping.
20886         (byte-compile-tag-number): Declare before first use.
20887         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20888         `return' even if make-spliceable.
20889         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20890         obsolete interactive-p.
20891         (byte-optimize-lapcode): Optimize new lap-codes.
20892         Don't trip up on new form of `byte-constant' lap code.
20894         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20896         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20898         * custom.el (custom-initialize-default, custom-declare-variable):
20899         Use `defvar'.
20901         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20902         New variables.
20903         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20904         (COMPILE_FIRST): Add macroexp and cconv.
20905         * makefile.w32-in: Mirror changes in Makefile.in.
20907         * vc/cvs-status.el:
20908         * vc/diff-mode.el:
20909         * vc/log-edit.el:
20910         * vc/log-view.el:
20911         * vc/smerge-mode.el:
20912         * textmodes/bibtex-style.el:
20913         * textmodes/css-mode.el:
20914         * startup.el:
20915         * uniquify.el:
20916         * minibuffer.el:
20917         * newcomment.el:
20918         * reveal.el:
20919         * server.el:
20920         * mpc.el:
20921         * emacs-lisp/smie.el:
20922         * doc-view.el:
20923         * dired.el:
20924         * abbrev.el: Use lexical binding.
20926 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
20928         * info.el (info-display-manual): New function.
20930 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20932         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20934 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
20936         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20937         an entry for that server in rcirc-authinfo.  (Bug#8385)
20939 2011-03-31  Glenn Morris  <rgm@gnu.org>
20941         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20943         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20945 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
20947         * progmodes/python.el (python-default-interpreter)
20948         (python-python-command-args, python-jython-command-args)
20949         (python-which-shell, python-which-args, python-which-bufname)
20950         (python-file-queue, python-comint-output-filter-function)
20951         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20952         variables and functions.
20954 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20956         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20957         (completion-in-region-mode): New minor mode.
20958         (completion-in-region): Use it.
20959         (completion-in-region--data, completion-in-region-mode-map): New vars.
20960         (completion-in-region--postch): New function.
20961         (completion--capf-misbehave-funs, completion--capf-safe-funs):
20962         New vars.
20963         (completion--capf-wrapper): New function.
20964         (completion-at-point): Use it to track well-behavedness of
20965         hook functions.
20966         (completion-help-at-point): New command.
20968 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
20970         * vc/add-log.el (add-change-log-entry): Don't use whitespace
20971         syntax class to search for whitespace on a single line
20972         (Message-ID: <4D938140.4030905@redhat.com>).
20974 2011-03-30  Leo Liu  <sdl.web@gmail.com>
20976         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20977         New commands.
20978         (edit-abbrevs-map): Bind them here.
20979         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
20981 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
20983         * allout.el (allout-hide-by-annotation, allout-flag-region):
20984         Reduce possibility of overlay leakage by making them volatile.
20986         * allout-widgets.el (allout-widgets-tally): Define as nil so the
20987         hash is not shared between buffers.  Mode initialization is
20988         responsible for giving it a useful starting value.
20989         (allout-item-span): Reduce possibility of overlay leakage by
20990         making them volatile.
20991         (allout-widgets-count-buttons-in-region): Add diagnostic function
20992         for tracking down button overlay leaks.
20994 2011-03-29  Leo Liu  <sdl.web@gmail.com>
20996         * ido.el (ido-read-internal): Use the default history var
20997         minibuffer-history if no HISTORY is specified.
20999 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
21001         * net/imap.el (imap-shell-open, imap-process-connection-type):
21002         Use imap-process-connection-type for 'shell' streams as well as
21003         Kerberos, SSL, other subprocesses.
21005 2011-03-28  Leo Liu  <sdl.web@gmail.com>
21007         * abbrev.el (abbrev-table-empty-p): New function.
21008         (prepare-abbrev-list-buffer): Place empty abbrev tables after
21009         nonempty ones.  (Bug#5937)
21011 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
21013         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21015 2011-03-27  Leo Liu  <sdl.web@gmail.com>
21017         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21018         for foreground and background colors.
21019         (ansi-color-make-color-map): Adapt.
21021 2011-03-25  Leo Liu  <sdl.web@gmail.com>
21023         * midnight.el (midnight-time-float): Remove.  Note it calculates
21024         the microsecond component incorrectly and seconds-to-time does the
21025         same job.
21026         Remove redundant (require 'timer).
21028         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21029         (ido-completions): Remove unused arguments.  (Bug#8329)
21031 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21033         * minibuffer.el (completion--flush-all-sorted-completions):
21034         Remove itself from hook.
21035         (completion-at-point): Let the functions perform the completion
21036         immediately and return nil or t.
21037         * comint.el (comint-dynamic-complete-functions): Now identical to
21038         completion-at-point-functions.
21039         (comint-dynamic-list-input-ring): Remove unused var `index'.
21040         (comint--match-partial-filename, comint--unquote&expand-filename):
21041         New funs, split from comint-match-partial-filename.
21042         (comint-dynamic-complete): Use completion-at-point.
21043         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21045 2011-03-24  Drew Adams  <drew.adams@oracle.com>
21047         * thingatpt.el: Support `defun'.
21049 2011-03-23  Leo Liu  <sdl.web@gmail.com>
21051         * abbrevlist.el: Move to obsolete/abbrevlist.el.
21053         * help-mode.el (help-mode-finish): Tweak regexp.
21055 2011-03-23  Glenn Morris  <rgm@gnu.org>
21057         * eshell/esh-opt.el (eshell-eval-using-options):
21058         Do not bind unused local variable `eshell-option-stub'.
21060         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21062 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21064         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21065         keymap variable in `with-no-warnings' to avoid a warning when the
21066         keymap has been already `defconst'ed.
21068 2011-03-22  Leo Liu  <sdl.web@gmail.com>
21070         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21071         encode all chars in abbrevs; otherwise use emacs-mule or
21072         utf-8-emacs.  (Bug#8308)
21074 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21076         * simple.el (backward-delete-char-untabify):
21077         Avoid warning about using `delete-backward-char'.
21079         * image.el (image-type-file-name-regexps): Make it variable.
21080         `imagemagick-register-types' modifies it, and the user may want
21081         to add new extensions for known image types.
21082         (imagemagick-register-types): Throw error if not using ImageMagick.
21084 2011-03-22  Leo Liu  <sdl.web@gmail.com>
21086         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21087         located before rcirc-prompt-end-marker.
21088         (rcirc-complete): Error if point is not after rcirc prompt.
21089         Handle the case when table is nil.
21090         (rcirc-user-authenticated): Define to fix compiler warning.
21092 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
21094         * custom.el (custom--inhibit-theme-enable): Make it affect only
21095         custom-theme-set-variables and custom-theme-set-faces.
21096         (provide-theme): Ignore custom--inhibit-theme-enable.
21097         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21098         (custom-enabling-themes): Delete variable.
21099         (enable-theme): Accept only loaded themes as arguments.
21100         Ignore the special custom-enabled-themes variable.
21101         (custom-enabled-themes): Forbid themes from setting this.
21102         Eliminate use of custom-enabling-themes.
21103         (custom-push-theme): Quote "changed" custom var entry.
21105 2011-03-21  Leo Liu  <sdl.web@gmail.com>
21107         * ido.el (ido-read-internal): Add ido-selected to history instead
21108         of user input.
21110 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21112         * subr.el (deferred-action-list, deferred-action-function):
21113         Mark obsolete.
21115 2011-03-21  Leo Liu  <sdl.web@gmail.com>
21117         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21118         change on 2011-02-13 (bug#8309).
21120         * minibuffer.el (read-file-name-function): Change default value.
21121         (read-file-name--defaults): Rename from read-file-name-defaults.
21122         (read-file-name-default): Rename from read-file-name.
21123         (read-file-name): Call read-file-name-function.
21125 2011-03-21  Glenn Morris  <rgm@gnu.org>
21127         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21128         Doc fixes.
21130 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
21132         * cus-theme.el: Add missing provide statement.
21133         (customize-create-theme): Extract theme value correctly.
21134         (custom-theme-visit-theme): Autoload.
21135         (customize-create-theme): Prompt before inserting default faces.
21137 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
21139         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21140         units and musical notes.
21142 2011-03-20  Leo Liu  <sdl.web@gmail.com>
21144         * ido.el (ido-read-internal): Use completing-read-default.
21145         (ido-completing-read): Fix compatibility with completing-read.
21147 2011-03-20  Christian Ohler  <ohler@gnu.org>
21149         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21150         (ert-delete-all-tests): Use `called-interactively-p' rather than
21151         `interactive-p'.
21152         (ert--make-xrefs-region): Respect END.
21154 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
21156         * dired-aux.el (dired-create-directory): Signal an error if the
21157         directory already exists (Bug#8246).
21159         * facemenu.el (list-colors-display): Call list-faces-display
21160         inside with-help-window.
21161         (list-colors-print): Use display property to align the final
21162         column, instead of checking window-width.
21164 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
21166         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21167         windows-nt systems.
21168         (emerge-protect-metachars): Quote correctly for ms-dos and
21169         windows-nt systems.
21171 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
21173         * info.el (info-initialize): Replace all uses of `:' with
21174         path-separator for compatibility with non-Unix systems.
21175         Cache quoting of path-separator.  (Bug#8258)
21177 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
21179         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21180         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21181         (mouse-avoidance-mode): Fix typos in docstrings.
21183 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
21185         * startup.el (package-subdirectory-regexp): Move from package.el.
21186         Omit \\` and \\', and let callers add them.
21188         * emacs-lisp/package.el (package-strip-version)
21189         (package-load-all-descriptors): Add \\` and \\' to
21190         package-subdirectory-regexp before using it.
21191         (package-untar-buffer): New arg DIR; ensure that file untars only
21192         into this expected directory.  Remove superfluous delete-region.
21193         (package-unpack): Caller changed.
21194         (package-tar-file-info): Use package-subdirectory-regexp.
21196 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21198         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21199         diff-mode-shared-map (bug#8284).
21200         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21202 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21204         * calendar/time-date.el (format-seconds): Use assoc instead of
21205         assoc-string, since assoc-string doesn't exist in XEmacs.
21207 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
21209         * custom.el (custom-known-themes): Reflow docstring.
21210         (custom-theme-load-path): Fix typo in docstring.
21211         (load-theme): Fix typo in error message.
21212         (custom-available-themes, custom-variable-theme-value):
21213         Use `let', not `let*'.
21215 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
21217         * calc/README: Mention inclusion of musical notes.
21219         * calc/calc-units.el (calc-lu-quant): Rename from
21220         `calc-logunits-quantity'.
21221         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21222         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21223         (calc-db): Rename from `calc-dblevel'.
21224         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21225         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21226         (calc-np): Rename from `calc-nplevel'.
21227         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21228         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21229         (calc-lu-plus): Rename from `calc-logunits-add'.
21230         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21231         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21232         (calc-lu-minus): Rename from `calc-logunits-sub'.
21233         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21234         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21235         (calc-lu-times): Rename from `calc-logunits-mul'.
21236         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21237         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21238         (calc-lu-divide): Rename from `calc-logunits-div'.
21239         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21240         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21242         * calc/calc-ext.el (calc-init-extensions): Update the names of the
21243         functions being autoloaded.
21245         * calc/calc.el (calc-lu-power-reference): Rename from
21246         `calc-logunits-power-reference'.
21247         (calc-lu-field-reference): Rename from
21248         `calc-logunits-field-reference'.
21250         * calc/calc-help.el (calc-l-prefix-help):
21251         Mention musical note functions.
21253 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21255         * minibuffer.el (completion-all-sorted-completions):
21256         Use :completion-cycle-penalty text property if present.
21258 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
21260         * allout.el (allout-yank-processing): Adjust for new rebulleting
21261         regime so bullet being yanked is used without prompting the user
21262         for a choice.
21264 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
21266         * startup.el (command-line): Warn the user that _emacs is deprecated.
21268 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
21270         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21271         (delphi-verbose, delphi-comment-face, delphi-string-face)
21272         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21273         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21274         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21275         (delphi-new-comment-line, delphi-font-lock-defaults)
21276         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21277         Fix typos in docstrings.
21279 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
21281         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21282         Invert the roles of character and string values for INSTEAD, so a
21283         string is used for the more common case of a defaulting prompt.
21285 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21287         * progmodes/ruby-mode.el (ruby-backward-sexp):
21288         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21289         * play/gamegrid.el (gamegrid-make-face):
21290         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21291         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21292         * notifications.el (notifications-notify):
21293         * net/xesam.el (xesam-search-engines):
21294         * net/quickurl.el (quickurl-list-insert):
21295         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21297 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
21299         * startup.el (command-line): Update package subdirectory regexp.
21301 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21303         * allout.el (allout-abbreviate-flattened-numbering)
21304         (allout-mode-deactivate-hook): Fix up obsolescence "date".
21306         * subr.el (read-char-choice): Only show the cursor after the prompt,
21307         not after the answer.
21309 2011-03-15  Kevin Ryde  <user42@zip.com.au>
21311         * help-fns.el (variable-at-point): Skip leading quotes, if any
21312         (bug#8253).
21314 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21316         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21317         warning message.
21319 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
21321         * shell.el (shell): When called interactively, offer to change the
21322         shell file name on remote hosts.
21324 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
21326         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21327         integration for LDAP parameters.  The host, base, user or binddn,
21328         and secret tokens can be specified in a netrc file, for instance.
21329         This is optional because an `auth-source' parameter must be
21330         specified in the search attributes.
21332 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
21334         * help.el (describe-mode): Link to the mode's definition (bug#8185).
21336 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21338         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21339         into declaration.  Remove redundant and harmful binding.
21341 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
21343         * files.el (file-ownership-preserved-p): Pass `integer' as an
21344         explicit 2nd argument to `file-attributes'.  If the file's owner
21345         is the Administrators group on Windows, and the current user is
21346         Administrator, consider that a match.
21348         * server.el (server-ensure-safe-dir): Consider server directory
21349         safe on MS-Windows if its owner is the Administrators group while
21350         the current Emacs user is Administrator.  Use `=' to compare
21351         numerical UIDs, since they could be integers or floats.
21353 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
21355         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21357 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
21359         Sync with Tramp 2.2.1.
21361         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21363         * net/trampver.el: Update release number.
21365 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21367         * progmodes/compile.el (compilation--previous-directory): Fix up
21368         various nil/dead-marker mismatches (bug#8014).
21369         (compilation-directory-properties, compilation-error-properties):
21370         Don't call it at a position past the one we're about to change.
21372         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21373         Disable obsolescence warnings in the file that declares it.
21375 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
21377         * allout-widgets.el (allout-widgets-tally):
21378         Initialize allout-widgets-tally as a hash table rather than nil to
21379         prevent mode-line redisplay warnings.  Also, clarify the module
21380         description and fix a comment typo.
21382 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
21384         * help-fns.el (describe-variable): Don't complete keywords.
21385         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21387 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
21389         * emacs-lisp/package.el (package-version-join): Impose a standard
21390         string representation for pre/alpha/beta version lists.
21391         (package-unpack-single): Standardize the directory name by passing
21392         it through package-version-join.
21393         (package-strip-rcs-id): Accept any version string that does not
21394         signal an error in version-to-list.
21396 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
21398         * simple.el (delete-trailing-whitespace): Return nil for the
21399         benefit of `write-file-functions'.
21401 2011-03-10  Glenn Morris  <rgm@gnu.org>
21403         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21405         * vc/vc-git.el (vc-git-program): New option.
21406         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21407         (vc-git--call): Use it.
21409         * eshell/esh-util.el (eshell-condition-case): Doc fix.
21411         * cus-edit.el (Custom-newline): If no button at point, look
21412         for a subgroup button at start-of-line.  (Bug#2298)
21414         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21416 2011-03-10  Julien Danjou  <julien@danjou.info>
21418         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21419         `cursor-type' is nil.
21421 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
21423         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21425 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
21427         * allout.el: Change so yank of distinctive-bullet items
21428         preserves the existing header prefix, rebulleting it if necessary,
21429         rather than replacing it.  This is necessary for proper operation
21430         of cooperative addons like allout-widgets.
21431         (allout-make-topic-prefix, allout-rebullet-heading):
21432         Change SOLICIT arg to INSTEAD, and interpret additionally a string
21433         value as alternate bullet to be used, instead of prompting the user
21434         for a bullet character.
21436 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
21438         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21439         Do not use `tramp-file-name-port', because this returns also
21440         `tramp-default-port'.
21442 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
21444         * net/rcirc.el (rcirc-handler-001): Remove useless
21445         with-rcirc-process-buffer.
21446         (rcirc-check-auth-status): Swap arguments to string-match.
21448 2011-03-09  Glenn Morris  <rgm@gnu.org>
21450         * shell.el (shell-mode):
21451         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
21453         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21454         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
21456 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
21458         * emacs-lisp/package.el (package-refresh-contents)
21459         (package-menu-execute): Use condition-case-no-debug.
21461 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
21463         * simple.el (shell-command-to-string): Use `process-file'.
21465         * emacs-lisp/package.el (package-tar-file-info): Handle also
21466         remote files.
21468         * emacs-lisp/package-x.el (package-upload-buffer-internal):
21469         Use `equal' for upload base check.
21471 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
21473         * textmodes/texinfo.el (texinfo-environments):
21474         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
21476 2011-03-08  Glenn Morris  <rgm@gnu.org>
21478         * cus-start.el (cursor-in-non-selected-windows):
21479         Fix :set quoting oddness.  (Bug#8192)
21481         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21482         in some setf expressions.  (Bug#2159)
21484 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
21486         * custom.el (custom-available-themes): Return themes in
21487         alphabetical order.
21489 See ChangeLog.15 for earlier changes.
21491 ;; Local Variables:
21492 ;; coding: utf-8
21493 ;; End:
21495   Copyright (C) 2011-2012  Free Software Foundation, Inc.
21497   This file is part of GNU Emacs.
21499   GNU Emacs is free software: you can redistribute it and/or modify
21500   it under the terms of the GNU General Public License as published by
21501   the Free Software Foundation, either version 3 of the License, or
21502   (at your option) any later version.
21504   GNU Emacs is distributed in the hope that it will be useful,
21505   but WITHOUT ANY WARRANTY; without even the implied warranty of
21506   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21507   GNU General Public License for more details.
21509   You should have received a copy of the GNU General Public License
21510   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.